Skip to content

Commit

Permalink
chore: add topbar and product switcher to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrantz committed May 31, 2023
1 parent ef814a9 commit 895c495
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/sitemap-vrt/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const SITEMAP = [
'/components/toast/',
'/components/time-picker/',
'/components/truncate/',
'/components/topbar',
'/components/tooltip/',
'/components/textarea/',
'/core/changelog/',
Expand Down
2 changes: 2 additions & 0 deletions packages/paste-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"@twilio-paste/pagination": "^6.0.0",
"@twilio-paste/paragraph": "^9.0.0",
"@twilio-paste/popover": "^12.0.0",
"@twilio-paste/product-switcher": "^1.0.0",
"@twilio-paste/radio-button-group": "^3.0.0",
"@twilio-paste/radio-group": "^12.0.0",
"@twilio-paste/react-textarea-autosize-library": "^2.0.0",
Expand Down Expand Up @@ -116,6 +117,7 @@
"@twilio-paste/toast": "^11.0.0",
"@twilio-paste/tooltip": "^10.0.0",
"@twilio-paste/tooltip-primitive": "^1.0.0",
"@twilio-paste/topbar": "^0.1.0",
"@twilio-paste/truncate": "^13.0.0",
"@twilio-paste/types": "^5.0.0",
"@twilio-paste/uid-library": "^1.0.0",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13823,6 +13823,7 @@ __metadata:
"@twilio-paste/pagination": ^6.0.0
"@twilio-paste/paragraph": ^9.0.0
"@twilio-paste/popover": ^12.0.0
"@twilio-paste/product-switcher": ^1.0.0
"@twilio-paste/radio-button-group": ^3.0.0
"@twilio-paste/radio-group": ^12.0.0
"@twilio-paste/react-textarea-autosize-library": ^2.0.0
Expand Down Expand Up @@ -13850,6 +13851,7 @@ __metadata:
"@twilio-paste/toast": ^11.0.0
"@twilio-paste/tooltip": ^10.0.0
"@twilio-paste/tooltip-primitive": ^1.0.0
"@twilio-paste/topbar": ^0.1.0
"@twilio-paste/truncate": ^13.0.0
"@twilio-paste/types": ^5.0.0
"@twilio-paste/uid-library": ^1.0.0
Expand Down

0 comments on commit 895c495

Please sign in to comment.