diff --git a/.changeset/gold-boats-explain.md b/.changeset/gold-boats-explain.md deleted file mode 100644 index 270f4ebcd0..0000000000 --- a/.changeset/gold-boats-explain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/button": patch -"@twilio-paste/core": patch ---- - -Adding help text to the paste button component via JSDoc to ensure the design system guidance is accessible via the Language Server output. Minor updates to the syntax of the button component to modernize it. diff --git a/.changeset/green-spoons-listen.md b/.changeset/green-spoons-listen.md deleted file mode 100644 index b3acaa8715..0000000000 --- a/.changeset/green-spoons-listen.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/icons": minor -"@twilio-paste/core": minor ---- - -[Icons] add 8 new icons: CartIcon, CustomerCareIcon, PaymentIcon, RepeatPurchaseIcon, TransferIcon, UpsellIcon, WinbackIcon, and ProductAccountDashboardIcon, and modify 1 existing icon: ProductAdminAccountsIcon. diff --git a/.changeset/olive-swans-think.md b/.changeset/olive-swans-think.md deleted file mode 100644 index df10d9a3e6..0000000000 --- a/.changeset/olive-swans-think.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/side-panel": major -"@twilio-paste/core": minor ---- - -[Side Panel] add new Side Panel component. Side panel is a container that pushes the main page content when open. diff --git a/.changeset/seven-steaks-relate.md b/.changeset/seven-steaks-relate.md deleted file mode 100644 index 8f180b6a81..0000000000 --- a/.changeset/seven-steaks-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[codemods] add new package: Side Panel diff --git a/.changeset/sour-ants-try.md b/.changeset/sour-ants-try.md deleted file mode 100644 index 427082b7d8..0000000000 --- a/.changeset/sour-ants-try.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": patch -"@twilio-paste/list": patch ---- - -[List] improve text alignment for OrderedDisplayList between the list item number and the corresponding heading. diff --git a/.changeset/thin-lobsters-pretend.md b/.changeset/thin-lobsters-pretend.md deleted file mode 100644 index f0977e4f9a..0000000000 --- a/.changeset/thin-lobsters-pretend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/modal": patch -"@twilio-paste/core": patch ---- - -[Modal] fix padding around ModalFooter for when the content overflows and scrolls. diff --git a/.changeset/two-jeans-flash.md b/.changeset/two-jeans-flash.md deleted file mode 100644 index 675167151c..0000000000 --- a/.changeset/two-jeans-flash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/icons": minor -"@twilio-paste/core": minor ---- - -[Icons] Add 6 new icons: ProductConversationalInsightsIcon, DataArrayIcon, DataBooleanIcon, DataNumberIcon, DataObectIcon, and DataStringIcon. diff --git a/.changeset/wise-suns-serve.md b/.changeset/wise-suns-serve.md deleted file mode 100644 index e208741aab..0000000000 --- a/.changeset/wise-suns-serve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/input": patch -"@twilio-paste/core": patch ---- - -[Input] updated focus stylings on increment/decrement buttons for number input type on both default and inverse variants diff --git a/.changeset/yellow-geese-sneeze.md b/.changeset/yellow-geese-sneeze.md deleted file mode 100644 index 6abda8edd9..0000000000 --- a/.changeset/yellow-geese-sneeze.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/side-panel": patch -"@twilio-paste/core": patch ---- - -[Side Panel] Fix positioning of close button when no header actions are being used by adding justifyContent="space-between" diff --git a/.changeset/yellow-rabbits-tie.md b/.changeset/yellow-rabbits-tie.md deleted file mode 100644 index 478fb709c0..0000000000 --- a/.changeset/yellow-rabbits-tie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/side-modal": patch -"@twilio-paste/core": patch ---- - -[SideModal] fix position of SideModalContainer when using the state hook diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index c566277c69..53f9240f88 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.9.0 + +### Minor Changes + +- [`bb893822d`](https://github.com/twilio-labs/paste/commit/bb893822d9f1fbea00ebe97a0cb463a4392e369f) [#3827](https://github.com/twilio-labs/paste/pull/3827) Thanks [@nkrantz](https://github.com/nkrantz)! - [codemods] add new package: Side Panel + ## 0.8.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index c94a67d9d8..1e0626bfe8 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.8.0", + "version": "0.9.0", "status": "production", "description": "A collection of codemods for maintaining projects built with Paste.", "author": "Twilio Inc.", @@ -25,7 +25,7 @@ "@babel/core": "^7.21.4", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.21.4", - "@twilio-paste/core": "^20.12.0", + "@twilio-paste/core": "^20.13.0", "tsx": "^4.0.0" } } diff --git a/packages/paste-core/components/button/CHANGELOG.md b/packages/paste-core/components/button/CHANGELOG.md index d8678ec336..0d156bb7b5 100644 --- a/packages/paste-core/components/button/CHANGELOG.md +++ b/packages/paste-core/components/button/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 14.1.1 + +### Patch Changes + +- [`1177b8f06`](https://github.com/twilio-labs/paste/commit/1177b8f06b0e961a10c0ef7521ac713681ba889b) [#3878](https://github.com/twilio-labs/paste/pull/3878) Thanks [@cogwizzle](https://github.com/cogwizzle)! - Adding help text to the paste button component via JSDoc to ensure the design system guidance is accessible via the Language Server output. Minor updates to the syntax of the button component to modernize it. + ## 14.1.0 ### Minor Changes diff --git a/packages/paste-core/components/button/package.json b/packages/paste-core/components/button/package.json index 6477e65fef..5a672dbbd4 100644 --- a/packages/paste-core/components/button/package.json +++ b/packages/paste-core/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/button", - "version": "14.1.0", + "version": "14.1.1", "category": "interaction", "status": "production", "description": "A Button is a clickable element which communicates that users can trigger an action.", @@ -54,7 +54,7 @@ "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", - "@twilio-paste/icons": "^12.2.0", + "@twilio-paste/icons": "^12.5.0", "@twilio-paste/spinner": "^14.1.0", "@twilio-paste/stack": "^8.1.0", "@twilio-paste/style-props": "^9.1.0", diff --git a/packages/paste-core/components/input/CHANGELOG.md b/packages/paste-core/components/input/CHANGELOG.md index 8826c2dead..4f09b0af97 100644 --- a/packages/paste-core/components/input/CHANGELOG.md +++ b/packages/paste-core/components/input/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 9.1.3 + +### Patch Changes + +- [`825dc39a3`](https://github.com/twilio-labs/paste/commit/825dc39a36170a6975a7a150fe82665aa3c531af) [#3917](https://github.com/twilio-labs/paste/pull/3917) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Input] updated focus stylings on increment/decrement buttons for number input type on both default and inverse variants + ## 9.1.2 ### Patch Changes diff --git a/packages/paste-core/components/input/package.json b/packages/paste-core/components/input/package.json index 1890441aa0..08d31572de 100644 --- a/packages/paste-core/components/input/package.json +++ b/packages/paste-core/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/input", - "version": "9.1.2", + "version": "9.1.3", "category": "user input", "status": "production", "description": "An Input is a form element that lets users enter one of various types of text on a single line.", @@ -51,11 +51,11 @@ "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.1", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.2.0", "@twilio-paste/design-tokens": "^10.4.1", - "@twilio-paste/icons": "^12.2.3", + "@twilio-paste/icons": "^12.5.0", "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/spinner": "^14.1.0", "@twilio-paste/stack": "^8.1.0", diff --git a/packages/paste-core/components/list/CHANGELOG.md b/packages/paste-core/components/list/CHANGELOG.md index 224c980fc4..e4334c35c1 100644 --- a/packages/paste-core/components/list/CHANGELOG.md +++ b/packages/paste-core/components/list/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.2.1 + +### Patch Changes + +- [`d6c1b73ad`](https://github.com/twilio-labs/paste/commit/d6c1b73addd4589ee0153eee66efb553169e02a3) [#3805](https://github.com/twilio-labs/paste/pull/3805) Thanks [@nkrantz](https://github.com/nkrantz)! - [List] improve text alignment for OrderedDisplayList between the list item number and the corresponding heading. + ## 8.2.0 ### Minor Changes diff --git a/packages/paste-core/components/list/package.json b/packages/paste-core/components/list/package.json index 8809ee787b..c76fb54a83 100644 --- a/packages/paste-core/components/list/package.json +++ b/packages/paste-core/components/list/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/list", - "version": "8.2.0", + "version": "8.2.1", "category": "typography", "status": "production", "description": "A List is a set of text objects in a bulleted or numbered format.", diff --git a/packages/paste-core/components/modal/CHANGELOG.md b/packages/paste-core/components/modal/CHANGELOG.md index 5c88351f67..d342ffb709 100644 --- a/packages/paste-core/components/modal/CHANGELOG.md +++ b/packages/paste-core/components/modal/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 16.1.2 + +### Patch Changes + +- [`7d5c312f7`](https://github.com/twilio-labs/paste/commit/7d5c312f79e11396e07ddcb25d8f02d94ae2a6d2) [#3846](https://github.com/twilio-labs/paste/pull/3846) Thanks [@TheSisb](https://github.com/TheSisb)! - [Modal] fix padding around ModalFooter for when the content overflows and scrolls. + ## 16.1.1 ### Patch Changes diff --git a/packages/paste-core/components/modal/package.json b/packages/paste-core/components/modal/package.json index c5001d4a5b..1e45bb5925 100644 --- a/packages/paste-core/components/modal/package.json +++ b/packages/paste-core/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/modal", - "version": "16.1.1", + "version": "16.1.2", "category": "overlay", "status": "production", "description": "A Modal is a page overlay that displays information and blocks interaction with the page until an action is taken or the Modal is dismissed.", @@ -54,13 +54,13 @@ "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.1", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", "@twilio-paste/flex": "^8.1.0", "@twilio-paste/heading": "^11.1.0", - "@twilio-paste/icons": "^12.2.0", + "@twilio-paste/icons": "^12.5.0", "@twilio-paste/modal-dialog-primitive": "^2.0.0", "@twilio-paste/screen-reader-only": "^13.1.0", "@twilio-paste/spinner": "^14.1.0", diff --git a/packages/paste-core/components/side-modal/CHANGELOG.md b/packages/paste-core/components/side-modal/CHANGELOG.md index 0f28b28837..be8d7ee0f9 100644 --- a/packages/paste-core/components/side-modal/CHANGELOG.md +++ b/packages/paste-core/components/side-modal/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/side-modal +## 4.1.2 + +### Patch Changes + +- [`383658791`](https://github.com/twilio-labs/paste/commit/383658791c200aceae72135ef778e07b1d134c94) [#3886](https://github.com/twilio-labs/paste/pull/3886) Thanks [@TheSisb](https://github.com/TheSisb)! - [SideModal] fix position of SideModalContainer when using the state hook + ## 4.1.1 ### Patch Changes diff --git a/packages/paste-core/components/side-modal/package.json b/packages/paste-core/components/side-modal/package.json index f1c7f074fb..d32025ccf3 100644 --- a/packages/paste-core/components/side-modal/package.json +++ b/packages/paste-core/components/side-modal/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/side-modal", - "version": "4.1.1", + "version": "4.1.2", "category": "overlays", "status": "production", "description": "A modal that stays on the side of the screen.", @@ -54,12 +54,12 @@ "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.2.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.1", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", "@twilio-paste/design-tokens": "^10.3.0", "@twilio-paste/heading": "^11.1.1", - "@twilio-paste/icons": "^12.2.1", + "@twilio-paste/icons": "^12.5.0", "@twilio-paste/non-modal-dialog-primitive": "^2.0.2", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/screen-reader-only": "^13.1.1", diff --git a/packages/paste-core/components/side-panel/CHANGELOG.md b/packages/paste-core/components/side-panel/CHANGELOG.md index e69de29bb2..11f7e0bdfe 100644 --- a/packages/paste-core/components/side-panel/CHANGELOG.md +++ b/packages/paste-core/components/side-panel/CHANGELOG.md @@ -0,0 +1,11 @@ +# @twilio-paste/side-panel + +## 1.0.0 + +### Major Changes + +- [`bb893822d`](https://github.com/twilio-labs/paste/commit/bb893822d9f1fbea00ebe97a0cb463a4392e369f) [#3827](https://github.com/twilio-labs/paste/pull/3827) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] add new Side Panel component. Side panel is a container that pushes the main page content when open. + +### Patch Changes + +- [`a3b7520bf`](https://github.com/twilio-labs/paste/commit/a3b7520bf6907e017ff8bd4215c769c3acf61844) [#3904](https://github.com/twilio-labs/paste/pull/3904) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] Fix positioning of close button when no header actions are being used by adding justifyContent="space-between" diff --git a/packages/paste-core/components/side-panel/package.json b/packages/paste-core/components/side-panel/package.json index 02d85b7645..8075097324 100644 --- a/packages/paste-core/components/side-panel/package.json +++ b/packages/paste-core/components/side-panel/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/side-panel", - "version": "0.0.0", + "version": "1.0.0", "category": "layout", "status": "production", "description": "Side Panel is a container that pushes the main page content when open.", @@ -52,11 +52,11 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/badge": "^8.2.0", "@twilio-paste/box": "^10.2.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.1", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", "@twilio-paste/design-tokens": "^10.3.0", - "@twilio-paste/icons": "^12.4.0", + "@twilio-paste/icons": "^12.5.0", "@twilio-paste/spinner": "^14.1.2", "@twilio-paste/stack": "^8.1.0", "@twilio-paste/style-props": "^9.1.1", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index e6016a75d7..727e630df8 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log +## 20.13.0 + +### Minor Changes + +- [`5bb1b010b`](https://github.com/twilio-labs/paste/commit/5bb1b010bb106e4133bb4f4c256e3e09ae925c4a) [#3903](https://github.com/twilio-labs/paste/pull/3903) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] add 8 new icons: CartIcon, CustomerCareIcon, PaymentIcon, RepeatPurchaseIcon, TransferIcon, UpsellIcon, WinbackIcon, and ProductAccountDashboardIcon, and modify 1 existing icon: ProductAdminAccountsIcon. + +* [`bb893822d`](https://github.com/twilio-labs/paste/commit/bb893822d9f1fbea00ebe97a0cb463a4392e369f) [#3827](https://github.com/twilio-labs/paste/pull/3827) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] add new Side Panel component. Side panel is a container that pushes the main page content when open. + +- [`dfb08d575`](https://github.com/twilio-labs/paste/commit/dfb08d575a097baa7ca95147cc95021ea4f56ffa) [#3884](https://github.com/twilio-labs/paste/pull/3884) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Add 6 new icons: ProductConversationalInsightsIcon, DataArrayIcon, DataBooleanIcon, DataNumberIcon, DataObectIcon, and DataStringIcon. + +### Patch Changes + +- [`1177b8f06`](https://github.com/twilio-labs/paste/commit/1177b8f06b0e961a10c0ef7521ac713681ba889b) [#3878](https://github.com/twilio-labs/paste/pull/3878) Thanks [@cogwizzle](https://github.com/cogwizzle)! - Adding help text to the paste button component via JSDoc to ensure the design system guidance is accessible via the Language Server output. Minor updates to the syntax of the button component to modernize it. + +* [`d6c1b73ad`](https://github.com/twilio-labs/paste/commit/d6c1b73addd4589ee0153eee66efb553169e02a3) [#3805](https://github.com/twilio-labs/paste/pull/3805) Thanks [@nkrantz](https://github.com/nkrantz)! - [List] improve text alignment for OrderedDisplayList between the list item number and the corresponding heading. + +- [`7d5c312f7`](https://github.com/twilio-labs/paste/commit/7d5c312f79e11396e07ddcb25d8f02d94ae2a6d2) [#3846](https://github.com/twilio-labs/paste/pull/3846) Thanks [@TheSisb](https://github.com/TheSisb)! - [Modal] fix padding around ModalFooter for when the content overflows and scrolls. + +* [`825dc39a3`](https://github.com/twilio-labs/paste/commit/825dc39a36170a6975a7a150fe82665aa3c531af) [#3917](https://github.com/twilio-labs/paste/pull/3917) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Input] updated focus stylings on increment/decrement buttons for number input type on both default and inverse variants + +- [`a3b7520bf`](https://github.com/twilio-labs/paste/commit/a3b7520bf6907e017ff8bd4215c769c3acf61844) [#3904](https://github.com/twilio-labs/paste/pull/3904) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] Fix positioning of close button when no header actions are being used by adding justifyContent="space-between" + +* [`383658791`](https://github.com/twilio-labs/paste/commit/383658791c200aceae72135ef778e07b1d134c94) [#3886](https://github.com/twilio-labs/paste/pull/3886) Thanks [@TheSisb](https://github.com/TheSisb)! - [SideModal] fix position of SideModalContainer when using the state hook + +* Updated dependencies [[`1177b8f06`](https://github.com/twilio-labs/paste/commit/1177b8f06b0e961a10c0ef7521ac713681ba889b), [`bb893822d`](https://github.com/twilio-labs/paste/commit/bb893822d9f1fbea00ebe97a0cb463a4392e369f), [`d6c1b73ad`](https://github.com/twilio-labs/paste/commit/d6c1b73addd4589ee0153eee66efb553169e02a3), [`7d5c312f7`](https://github.com/twilio-labs/paste/commit/7d5c312f79e11396e07ddcb25d8f02d94ae2a6d2), [`825dc39a3`](https://github.com/twilio-labs/paste/commit/825dc39a36170a6975a7a150fe82665aa3c531af), [`a3b7520bf`](https://github.com/twilio-labs/paste/commit/a3b7520bf6907e017ff8bd4215c769c3acf61844), [`383658791`](https://github.com/twilio-labs/paste/commit/383658791c200aceae72135ef778e07b1d134c94)]: + - @twilio-paste/button@14.1.1 + - @twilio-paste/side-panel@1.0.0 + - @twilio-paste/list@8.2.1 + - @twilio-paste/modal@16.1.2 + - @twilio-paste/input@9.1.3 + - @twilio-paste/side-modal@4.1.2 + ## 20.12.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index cbfcf51f7c..42a97712ca 100644 --- a/packages/paste-core/core-bundle/package.json +++ b/packages/paste-core/core-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/core", - "version": "20.12.0", + "version": "20.13.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -82,7 +82,7 @@ "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.3.0", "@twilio-paste/breadcrumb": "^11.1.1", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.1", "@twilio-paste/button-group": "^4.1.0", "@twilio-paste/callout": "^4.1.0", "@twilio-paste/card": "^9.1.0", @@ -119,18 +119,18 @@ "@twilio-paste/in-page-navigation": "^4.3.1", "@twilio-paste/inline-code": "^4.1.1", "@twilio-paste/inline-control-group": "^13.0.2", - "@twilio-paste/input": "^9.1.2", + "@twilio-paste/input": "^9.1.3", "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/label": "^13.1.1", "@twilio-paste/lexical-library": "^4.1.0", - "@twilio-paste/list": "^8.2.0", + "@twilio-paste/list": "^8.2.1", "@twilio-paste/listbox-primitive": "^3.0.1", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/menu": "^14.1.3", "@twilio-paste/menu-primitive": "^2.1.1", "@twilio-paste/meter": "^1.0.3", "@twilio-paste/minimizable-dialog": "^4.1.1", - "@twilio-paste/modal": "^16.1.1", + "@twilio-paste/modal": "^16.1.2", "@twilio-paste/modal-dialog-primitive": "^2.0.1", "@twilio-paste/non-modal-dialog-primitive": "^2.0.2", "@twilio-paste/page-header": "^1.0.0", @@ -149,8 +149,8 @@ "@twilio-paste/select": "^12.1.2", "@twilio-paste/separator": "^8.1.1", "@twilio-paste/sibling-box": "^9.1.1", - "@twilio-paste/side-modal": "^4.1.1", - "@twilio-paste/side-panel": "^0.0.0", + "@twilio-paste/side-modal": "^4.1.2", + "@twilio-paste/side-panel": "^1.0.0", "@twilio-paste/sidebar": "^1.1.1", "@twilio-paste/skeleton-loader": "^6.1.1", "@twilio-paste/slider": "^3.0.1", @@ -188,7 +188,7 @@ "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/icons": "^12.4.0", + "@twilio-paste/icons": "^12.5.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "react": "^18.0.0", diff --git a/packages/paste-icons/CHANGELOG.md b/packages/paste-icons/CHANGELOG.md index 80b06ddcc2..c587f84ae4 100644 --- a/packages/paste-icons/CHANGELOG.md +++ b/packages/paste-icons/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 12.5.0 + +### Minor Changes + +- [`5bb1b010b`](https://github.com/twilio-labs/paste/commit/5bb1b010bb106e4133bb4f4c256e3e09ae925c4a) [#3903](https://github.com/twilio-labs/paste/pull/3903) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] add 8 new icons: CartIcon, CustomerCareIcon, PaymentIcon, RepeatPurchaseIcon, TransferIcon, UpsellIcon, WinbackIcon, and ProductAccountDashboardIcon, and modify 1 existing icon: ProductAdminAccountsIcon. + +* [`dfb08d575`](https://github.com/twilio-labs/paste/commit/dfb08d575a097baa7ca95147cc95021ea4f56ffa) [#3884](https://github.com/twilio-labs/paste/pull/3884) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Add 6 new icons: ProductConversationalInsightsIcon, DataArrayIcon, DataBooleanIcon, DataNumberIcon, DataObectIcon, and DataStringIcon. + ## 12.4.0 ### Minor Changes diff --git a/packages/paste-icons/package.json b/packages/paste-icons/package.json index dc041642b9..7e07f45754 100644 --- a/packages/paste-icons/package.json +++ b/packages/paste-icons/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/icons", - "version": "12.4.0", + "version": "12.5.0", "description": "Twilio's icon library, ready for use and with accessibility considerations", "author": "Twilio Inc.", "license": "MIT", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index f2aa834856..3b3f070eea 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,17 @@ # @twilio-paste/website +## 2.23.45 + +### Patch Changes + +- Updated dependencies [[`1177b8f06`](https://github.com/twilio-labs/paste/commit/1177b8f06b0e961a10c0ef7521ac713681ba889b), [`5bb1b010b`](https://github.com/twilio-labs/paste/commit/5bb1b010bb106e4133bb4f4c256e3e09ae925c4a), [`d6c1b73ad`](https://github.com/twilio-labs/paste/commit/d6c1b73addd4589ee0153eee66efb553169e02a3), [`7d5c312f7`](https://github.com/twilio-labs/paste/commit/7d5c312f79e11396e07ddcb25d8f02d94ae2a6d2), [`dfb08d575`](https://github.com/twilio-labs/paste/commit/dfb08d575a097baa7ca95147cc95021ea4f56ffa), [`825dc39a3`](https://github.com/twilio-labs/paste/commit/825dc39a36170a6975a7a150fe82665aa3c531af), [`383658791`](https://github.com/twilio-labs/paste/commit/383658791c200aceae72135ef778e07b1d134c94)]: + - @twilio-paste/button@14.1.1 + - @twilio-paste/icons@12.5.0 + - @twilio-paste/list@8.2.1 + - @twilio-paste/modal@16.1.2 + - @twilio-paste/input@9.1.3 + - @twilio-paste/side-modal@4.1.2 + ## 2.23.44 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 1ab46dfea2..b98320ca70 100644 --- a/packages/paste-website/package.json +++ b/packages/paste-website/package.json @@ -1,7 +1,7 @@ { "name": "@twilio-paste/website", "description": "", - "version": "2.23.44", + "version": "2.23.45", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -44,7 +44,7 @@ "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.3.0", "@twilio-paste/breadcrumb": "^11.1.1", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.1", "@twilio-paste/button-group": "^4.1.0", "@twilio-paste/callout": "^4.1.0", "@twilio-paste/card": "^9.1.0", @@ -76,22 +76,22 @@ "@twilio-paste/grid": "^8.1.1", "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", - "@twilio-paste/icons": "12.4.0", + "@twilio-paste/icons": "12.5.0", "@twilio-paste/in-page-navigation": "^4.3.1", "@twilio-paste/inline-code": "^4.1.1", "@twilio-paste/inline-control-group": "^13.0.2", - "@twilio-paste/input": "^9.1.2", + "@twilio-paste/input": "^9.1.3", "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/label": "^13.1.1", "@twilio-paste/lexical-library": "^4.1.0", - "@twilio-paste/list": "^8.1.2", + "@twilio-paste/list": "^8.2.1", "@twilio-paste/listbox-primitive": "^3.0.1", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/menu": "^14.1.3", "@twilio-paste/menu-primitive": "^2.1.1", "@twilio-paste/meter": "^1.0.3", "@twilio-paste/minimizable-dialog": "^4.1.1", - "@twilio-paste/modal": "^16.1.1", + "@twilio-paste/modal": "^16.1.2", "@twilio-paste/modal-dialog-primitive": "^2.0.1", "@twilio-paste/non-modal-dialog-primitive": "^2.0.2", "@twilio-paste/page-header": "^1.0.0", @@ -108,7 +108,7 @@ "@twilio-paste/select": "^12.1.2", "@twilio-paste/separator": "^8.1.1", "@twilio-paste/sibling-box": "^9.1.1", - "@twilio-paste/side-modal": "^4.1.1", + "@twilio-paste/side-modal": "^4.1.2", "@twilio-paste/sidebar": "^1.1.1", "@twilio-paste/skeleton-loader": "^6.1.1", "@twilio-paste/slider": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index d7f77fac78..a6ea28b470 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11687,7 +11687,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/button@^14.0.0, @twilio-paste/button@^14.1.0, @twilio-paste/button@workspace:packages/paste-core/components/button": +"@twilio-paste/button@^14.0.0, @twilio-paste/button@^14.1.0, @twilio-paste/button@^14.1.1, @twilio-paste/button@workspace:packages/paste-core/components/button": version: 0.0.0-use.local resolution: "@twilio-paste/button@workspace:packages/paste-core/components/button" dependencies: @@ -11697,7 +11697,7 @@ __metadata: "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 - "@twilio-paste/icons": ^12.2.0 + "@twilio-paste/icons": ^12.5.0 "@twilio-paste/spinner": ^14.1.0 "@twilio-paste/stack": ^8.1.0 "@twilio-paste/style-props": ^9.1.0 @@ -12071,7 +12071,7 @@ __metadata: "@babel/core": ^7.21.4 "@babel/plugin-proposal-object-rest-spread": ^7.20.7 "@babel/preset-env": ^7.21.4 - "@twilio-paste/core": ^20.12.0 + "@twilio-paste/core": ^20.13.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -12190,7 +12190,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.12.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": +"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.13.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": version: 0.0.0-use.local resolution: "@twilio-paste/core@workspace:packages/paste-core/core-bundle" dependencies: @@ -12205,7 +12205,7 @@ __metadata: "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.3.0 "@twilio-paste/breadcrumb": ^11.1.1 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.1 "@twilio-paste/button-group": ^4.1.0 "@twilio-paste/callout": ^4.1.0 "@twilio-paste/card": ^9.1.0 @@ -12239,22 +12239,22 @@ __metadata: "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": ^12.4.0 + "@twilio-paste/icons": ^12.5.0 "@twilio-paste/in-page-navigation": ^4.3.1 "@twilio-paste/inline-code": ^4.1.1 "@twilio-paste/inline-control-group": ^13.0.2 - "@twilio-paste/input": ^9.1.2 + "@twilio-paste/input": ^9.1.3 "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/label": ^13.1.1 "@twilio-paste/lexical-library": ^4.1.0 - "@twilio-paste/list": ^8.2.0 + "@twilio-paste/list": ^8.2.1 "@twilio-paste/listbox-primitive": ^3.0.1 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/menu": ^14.1.3 "@twilio-paste/menu-primitive": ^2.1.1 "@twilio-paste/meter": ^1.0.3 "@twilio-paste/minimizable-dialog": ^4.1.1 - "@twilio-paste/modal": ^16.1.1 + "@twilio-paste/modal": ^16.1.2 "@twilio-paste/modal-dialog-primitive": ^2.0.1 "@twilio-paste/non-modal-dialog-primitive": ^2.0.2 "@twilio-paste/page-header": ^1.0.0 @@ -12273,8 +12273,8 @@ __metadata: "@twilio-paste/select": ^12.1.2 "@twilio-paste/separator": ^8.1.1 "@twilio-paste/sibling-box": ^9.1.1 - "@twilio-paste/side-modal": ^4.1.1 - "@twilio-paste/side-panel": ^0.0.0 + "@twilio-paste/side-modal": ^4.1.2 + "@twilio-paste/side-panel": ^1.0.0 "@twilio-paste/sidebar": ^1.1.1 "@twilio-paste/skeleton-loader": ^6.1.1 "@twilio-paste/slider": ^3.0.1 @@ -13153,7 +13153,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/icons@12.4.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.2, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@^12.4.0, @twilio-paste/icons@workspace:packages/paste-icons": +"@twilio-paste/icons@12.5.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.2, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@^12.4.0, @twilio-paste/icons@^12.5.0, @twilio-paste/icons@workspace:packages/paste-icons": version: 0.0.0-use.local resolution: "@twilio-paste/icons@workspace:packages/paste-icons" dependencies: @@ -13357,18 +13357,18 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/input@^9.1.0, @twilio-paste/input@^9.1.1, @twilio-paste/input@^9.1.2, @twilio-paste/input@workspace:packages/paste-core/components/input": +"@twilio-paste/input@^9.1.0, @twilio-paste/input@^9.1.1, @twilio-paste/input@^9.1.3, @twilio-paste/input@workspace:packages/paste-core/components/input": version: 0.0.0-use.local resolution: "@twilio-paste/input@workspace:packages/paste-core/components/input" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.1 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.2.0 "@twilio-paste/design-tokens": ^10.4.1 - "@twilio-paste/icons": ^12.2.3 + "@twilio-paste/icons": ^12.5.0 "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/spinner": ^14.1.0 "@twilio-paste/stack": ^8.1.0 @@ -13468,7 +13468,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/list@^8.1.2, @twilio-paste/list@^8.2.0, @twilio-paste/list@workspace:packages/paste-core/components/list": +"@twilio-paste/list@^8.2.1, @twilio-paste/list@workspace:packages/paste-core/components/list": version: 0.0.0-use.local resolution: "@twilio-paste/list@workspace:packages/paste-core/components/list" dependencies: @@ -13757,20 +13757,20 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/modal@^16.1.0, @twilio-paste/modal@^16.1.1, @twilio-paste/modal@workspace:packages/paste-core/components/modal": +"@twilio-paste/modal@^16.1.0, @twilio-paste/modal@^16.1.2, @twilio-paste/modal@workspace:packages/paste-core/components/modal": version: 0.0.0-use.local resolution: "@twilio-paste/modal@workspace:packages/paste-core/components/modal" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.1 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 "@twilio-paste/flex": ^8.1.0 "@twilio-paste/heading": ^11.1.0 - "@twilio-paste/icons": ^12.2.0 + "@twilio-paste/icons": ^12.5.0 "@twilio-paste/modal-dialog-primitive": ^2.0.0 "@twilio-paste/screen-reader-only": ^13.1.0 "@twilio-paste/spinner": ^14.1.0 @@ -14522,19 +14522,19 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/side-modal@^4.1.1, @twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal": +"@twilio-paste/side-modal@^4.1.2, @twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal": version: 0.0.0-use.local resolution: "@twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.2.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.1 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 "@twilio-paste/design-tokens": ^10.3.0 "@twilio-paste/heading": ^11.1.1 - "@twilio-paste/icons": ^12.2.1 + "@twilio-paste/icons": ^12.5.0 "@twilio-paste/non-modal-dialog-primitive": ^2.0.2 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/screen-reader-only": ^13.1.1 @@ -14580,7 +14580,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/side-panel@^0.0.0, @twilio-paste/side-panel@workspace:packages/paste-core/components/side-panel": +"@twilio-paste/side-panel@^1.0.0, @twilio-paste/side-panel@workspace:packages/paste-core/components/side-panel": version: 0.0.0-use.local resolution: "@twilio-paste/side-panel@workspace:packages/paste-core/components/side-panel" dependencies: @@ -14588,11 +14588,11 @@ __metadata: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/badge": ^8.2.0 "@twilio-paste/box": ^10.2.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.1 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 "@twilio-paste/design-tokens": ^10.3.0 - "@twilio-paste/icons": ^12.4.0 + "@twilio-paste/icons": ^12.5.0 "@twilio-paste/spinner": ^14.1.2 "@twilio-paste/stack": ^8.1.0 "@twilio-paste/style-props": ^9.1.1 @@ -15811,7 +15811,7 @@ __metadata: "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.3.0 "@twilio-paste/breadcrumb": ^11.1.1 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.1 "@twilio-paste/button-group": ^4.1.0 "@twilio-paste/callout": ^4.1.0 "@twilio-paste/card": ^9.1.0 @@ -15843,22 +15843,22 @@ __metadata: "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": 12.4.0 + "@twilio-paste/icons": 12.5.0 "@twilio-paste/in-page-navigation": ^4.3.1 "@twilio-paste/inline-code": ^4.1.1 "@twilio-paste/inline-control-group": ^13.0.2 - "@twilio-paste/input": ^9.1.2 + "@twilio-paste/input": ^9.1.3 "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/label": ^13.1.1 "@twilio-paste/lexical-library": ^4.1.0 - "@twilio-paste/list": ^8.1.2 + "@twilio-paste/list": ^8.2.1 "@twilio-paste/listbox-primitive": ^3.0.1 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/menu": ^14.1.3 "@twilio-paste/menu-primitive": ^2.1.1 "@twilio-paste/meter": ^1.0.3 "@twilio-paste/minimizable-dialog": ^4.1.1 - "@twilio-paste/modal": ^16.1.1 + "@twilio-paste/modal": ^16.1.2 "@twilio-paste/modal-dialog-primitive": ^2.0.1 "@twilio-paste/non-modal-dialog-primitive": ^2.0.2 "@twilio-paste/page-header": ^1.0.0 @@ -15875,7 +15875,7 @@ __metadata: "@twilio-paste/select": ^12.1.2 "@twilio-paste/separator": ^8.1.1 "@twilio-paste/sibling-box": ^9.1.1 - "@twilio-paste/side-modal": ^4.1.1 + "@twilio-paste/side-modal": ^4.1.2 "@twilio-paste/sidebar": ^1.1.1 "@twilio-paste/skeleton-loader": ^6.1.1 "@twilio-paste/slider": ^3.0.1