From 6670026437dae0eb40568315bf244131e10a6ad3 Mon Sep 17 00:00:00 2001 From: TwilioPasteBot <62629820+TwilioPasteBot@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:05:09 -0700 Subject: [PATCH] chore(release): version packages (#3447) Co-authored-by: github-actions[bot] --- .changeset/chatty-lobsters-remember.md | 6 - .changeset/curvy-pumpkins-leave.md | 6 - .changeset/funny-seahorses-rest.md | 6 - .changeset/giant-teachers-turn.md | 6 - .changeset/great-lemons-itch.md | 6 - .changeset/lucky-colts-grow.md | 6 - .changeset/poor-zebras-allow.md | 5 - .changeset/red-ties-hammer.md | 6 - .changeset/slow-sloths-greet.md | 6 - .changeset/swift-squids-destroy.md | 8 -- .changeset/tricky-readers-accept.md | 5 - packages/paste-codemods/CHANGELOG.md | 6 + packages/paste-codemods/package.json | 4 +- .../base-radio-checkbox/CHANGELOG.md | 6 + .../base-radio-checkbox/package.json | 8 +- .../paste-core/components/button/CHANGELOG.md | 6 + .../paste-core/components/button/package.json | 6 +- .../components/combobox/CHANGELOG.md | 8 ++ .../components/combobox/package.json | 12 +- .../components/file-uploader/CHANGELOG.md | 6 + .../components/file-uploader/package.json | 10 +- .../paste-core/components/input/CHANGELOG.md | 6 + .../paste-core/components/input/package.json | 8 +- .../paste-core/components/label/CHANGELOG.md | 6 + .../paste-core/components/label/package.json | 6 +- .../paste-core/components/meter/CHANGELOG.md | 8 ++ .../paste-core/components/meter/package.json | 8 +- .../components/progress-bar/CHANGELOG.md | 7 + .../components/progress-bar/package.json | 8 +- .../paste-core/components/slider/CHANGELOG.md | 6 + .../paste-core/components/slider/package.json | 6 +- packages/paste-core/core-bundle/CHANGELOG.md | 36 ++++++ packages/paste-core/core-bundle/package.json | 24 ++-- packages/paste-icons/CHANGELOG.md | 6 + packages/paste-icons/package.json | 4 +- packages/paste-theme/CHANGELOG.md | 6 + packages/paste-theme/package.json | 2 +- packages/paste-website/CHANGELOG.md | 15 +++ packages/paste-website/package.json | 20 +-- yarn.lock | 122 +++++++++--------- 40 files changed, 252 insertions(+), 190 deletions(-) delete mode 100644 .changeset/chatty-lobsters-remember.md delete mode 100644 .changeset/curvy-pumpkins-leave.md delete mode 100644 .changeset/funny-seahorses-rest.md delete mode 100644 .changeset/giant-teachers-turn.md delete mode 100644 .changeset/great-lemons-itch.md delete mode 100644 .changeset/lucky-colts-grow.md delete mode 100644 .changeset/poor-zebras-allow.md delete mode 100644 .changeset/red-ties-hammer.md delete mode 100644 .changeset/slow-sloths-greet.md delete mode 100644 .changeset/swift-squids-destroy.md delete mode 100644 .changeset/tricky-readers-accept.md create mode 100644 packages/paste-core/components/meter/CHANGELOG.md diff --git a/.changeset/chatty-lobsters-remember.md b/.changeset/chatty-lobsters-remember.md deleted file mode 100644 index 734551daa0..0000000000 --- a/.changeset/chatty-lobsters-remember.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/core': patch -'@twilio-paste/progress-bar': major ---- - -[Progress Bar] add new Progress Bar package. A Progress Bar visually displays the progression/duration of a system operation such as downloading, uploading, or processing information. diff --git a/.changeset/curvy-pumpkins-leave.md b/.changeset/curvy-pumpkins-leave.md deleted file mode 100644 index dbad00d153..0000000000 --- a/.changeset/curvy-pumpkins-leave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/input': patch -'@twilio-paste/core': patch ---- - -[Input] increment and decrement button types corrected for tabIndex diff --git a/.changeset/funny-seahorses-rest.md b/.changeset/funny-seahorses-rest.md deleted file mode 100644 index e6d3f40297..0000000000 --- a/.changeset/funny-seahorses-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/meter': major -'@twilio-paste/core': minor ---- - -[Meter] Create Meter package. Meter is a visual representation of a numerical value within a known range. diff --git a/.changeset/giant-teachers-turn.md b/.changeset/giant-teachers-turn.md deleted file mode 100644 index 1648352de3..0000000000 --- a/.changeset/giant-teachers-turn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/theme': patch -'@twilio-paste/core': patch ---- - -[Theme] Change the type of sizeIcon tokens in the GenericThemeShape to be `any`. Previously they were incorrectly typed as the value of the token in the Twilio theme, which was preventing consumers from passing custom icon sizes using the Customization Provider. diff --git a/.changeset/great-lemons-itch.md b/.changeset/great-lemons-itch.md deleted file mode 100644 index e2dbd41171..0000000000 --- a/.changeset/great-lemons-itch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/combobox': patch -'@twilio-paste/core': patch ---- - -[MultiselectCombobox] fix bug where passing `required` would block form submit events. `required` now only blocks the submit event if no items are selected rather than when the input box is blank. diff --git a/.changeset/lucky-colts-grow.md b/.changeset/lucky-colts-grow.md deleted file mode 100644 index 5d1bc85ce1..0000000000 --- a/.changeset/lucky-colts-grow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/combobox': patch -'@twilio-paste/core': patch ---- - -[Combobox] Now opens the dropdown menu upwards when positioned towards the bottom of the viewport. diff --git a/.changeset/poor-zebras-allow.md b/.changeset/poor-zebras-allow.md deleted file mode 100644 index ad33cf1a18..0000000000 --- a/.changeset/poor-zebras-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twilio-paste/codemods': minor ---- - -[Codemods] New addition of Meter package. diff --git a/.changeset/red-ties-hammer.md b/.changeset/red-ties-hammer.md deleted file mode 100644 index 249dd29e8c..0000000000 --- a/.changeset/red-ties-hammer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/button': patch -'@twilio-paste/core': patch ---- - -[Button] improved reset variant typing to allow style props enabling the creation of custom buttons diff --git a/.changeset/slow-sloths-greet.md b/.changeset/slow-sloths-greet.md deleted file mode 100644 index 5c9cf6c0c0..0000000000 --- a/.changeset/slow-sloths-greet.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/slider': patch -'@twilio-paste/core': patch ---- - -[Slider] corrected a typo on the `aria-labelledby` prop diff --git a/.changeset/swift-squids-destroy.md b/.changeset/swift-squids-destroy.md deleted file mode 100644 index bbb09903a0..0000000000 --- a/.changeset/swift-squids-destroy.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@twilio-paste/base-radio-checkbox': patch -'@twilio-paste/file-uploader': patch -'@twilio-paste/label': patch -'@twilio-paste/core': patch ---- - -Slightly improved Label component types diff --git a/.changeset/tricky-readers-accept.md b/.changeset/tricky-readers-accept.md deleted file mode 100644 index 1929049384..0000000000 --- a/.changeset/tricky-readers-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twilio-paste/icons': minor ---- - -[Icons] add `DeliveredIcon` and `SentIcon` diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index 73133b33d2..9506d99613 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.4.0 + +### Minor Changes + +- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] New addition of Meter package. + ## 0.3.8 ### Patch Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 55cbbbb04e..e7b2c37cc4 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.3.8", + "version": "0.4.0", "status": "production", "description": "A collection of codemods for maintaining projects built with Paste.", "author": "Twilio Inc.", @@ -25,6 +25,6 @@ "@babel/core": "^7.21.4", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.21.4", - "@twilio-paste/core": "^20.0.0" + "@twilio-paste/core": "^20.2.0" } } diff --git a/packages/paste-core/components/base-radio-checkbox/CHANGELOG.md b/packages/paste-core/components/base-radio-checkbox/CHANGELOG.md index 02f6c3d5ee..8868891afe 100644 --- a/packages/paste-core/components/base-radio-checkbox/CHANGELOG.md +++ b/packages/paste-core/components/base-radio-checkbox/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 13.0.1 + +### Patch Changes + +- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - Slightly improved Label component types + ## 13.0.0 ### Major Changes diff --git a/packages/paste-core/components/base-radio-checkbox/package.json b/packages/paste-core/components/base-radio-checkbox/package.json index 44d79379d1..e17adf405f 100644 --- a/packages/paste-core/components/base-radio-checkbox/package.json +++ b/packages/paste-core/components/base-radio-checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/base-radio-checkbox", - "version": "13.0.0", + "version": "13.0.1", "category": "user input", "status": "production", "description": "A shared base component for radio and checks", @@ -56,15 +56,15 @@ "@twilio-paste/design-tokens": "^10.0.0", "@twilio-paste/flex": "^8.0.0", "@twilio-paste/help-text": "^13.0.0", - "@twilio-paste/icons": "^12.0.0", - "@twilio-paste/label": "^13.0.0", + "@twilio-paste/icons": "^12.1.0", + "@twilio-paste/label": "^13.0.1", "@twilio-paste/media-object": "^10.0.0", "@twilio-paste/screen-reader-only": "^13.0.0", "@twilio-paste/sibling-box": "^9.0.0", "@twilio-paste/style-props": "^9.0.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/text": "^10.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@types/react": "^18.0.27", diff --git a/packages/paste-core/components/button/CHANGELOG.md b/packages/paste-core/components/button/CHANGELOG.md index 4d360af36c..7f9a381762 100644 --- a/packages/paste-core/components/button/CHANGELOG.md +++ b/packages/paste-core/components/button/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 14.0.2 + +### Patch Changes + +- [`10da7d27a`](https://github.com/twilio-labs/paste/commit/10da7d27ab4bddd9830e97485e5f888a818da068) [#3454](https://github.com/twilio-labs/paste/pull/3454) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Button] improved reset variant typing to allow style props enabling the creation of custom buttons + ## 14.0.1 ### Patch Changes diff --git a/packages/paste-core/components/button/package.json b/packages/paste-core/components/button/package.json index 5ef1c75efb..35e9782325 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.0.1", + "version": "14.0.2", "category": "interaction", "status": "production", "description": "A Button is a clickable element which communicates that users can trigger an action.", @@ -54,12 +54,12 @@ "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.0.0", "@twilio-paste/design-tokens": "^10.1.0", - "@twilio-paste/icons": "^12.0.0", + "@twilio-paste/icons": "^12.1.0", "@twilio-paste/spinner": "^14.0.0", "@twilio-paste/stack": "^8.0.0", "@twilio-paste/style-props": "^9.0.0", "@twilio-paste/styling-library": "^3.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@types/react": "^18.0.27", diff --git a/packages/paste-core/components/combobox/CHANGELOG.md b/packages/paste-core/components/combobox/CHANGELOG.md index 5e23ccae02..1583f6f216 100644 --- a/packages/paste-core/components/combobox/CHANGELOG.md +++ b/packages/paste-core/components/combobox/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 16.0.1 + +### Patch Changes + +- [`e6ebb11f7`](https://github.com/twilio-labs/paste/commit/e6ebb11f71ee930a0cc5fb7256f750ff5caa8498) [#3450](https://github.com/twilio-labs/paste/pull/3450) Thanks [@TheSisb](https://github.com/TheSisb)! - [MultiselectCombobox] fix bug where passing `required` would block form submit events. `required` now only blocks the submit event if no items are selected rather than when the input box is blank. + +* [`29b6b7b65`](https://github.com/twilio-labs/paste/commit/29b6b7b65ced04ee9f7ac3361fdd5c60025f21bf) [#3459](https://github.com/twilio-labs/paste/pull/3459) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox] Now opens the dropdown menu upwards when positioned towards the bottom of the viewport. + ## 16.0.0 ### Major Changes diff --git a/packages/paste-core/components/combobox/package.json b/packages/paste-core/components/combobox/package.json index 4459a38670..f3db2018c1 100644 --- a/packages/paste-core/components/combobox/package.json +++ b/packages/paste-core/components/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/combobox", - "version": "16.0.0", + "version": "16.0.1", "category": "user input", "status": "production", "description": "A Combobox is a styled dropdown form element that allows users to either type a value or select a value from a list.", @@ -67,7 +67,7 @@ "@twilio-paste/anchor": "^12.0.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.0.0", - "@twilio-paste/button": "^14.0.0", + "@twilio-paste/button": "^14.0.2", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/combobox-primitive": "^2.0.0", "@twilio-paste/customization": "^8.0.0", @@ -76,10 +76,10 @@ "@twilio-paste/flex": "^8.0.0", "@twilio-paste/form-pill-group": "^8.0.0", "@twilio-paste/help-text": "^13.0.0", - "@twilio-paste/icons": "^12.0.0", - "@twilio-paste/input": "^9.0.0", + "@twilio-paste/icons": "^12.1.0", + "@twilio-paste/input": "^9.0.2", "@twilio-paste/input-box": "^10.0.0", - "@twilio-paste/label": "^13.0.0", + "@twilio-paste/label": "^13.0.1", "@twilio-paste/media-object": "^10.0.0", "@twilio-paste/reakit-library": "^2.0.0", "@twilio-paste/screen-reader-only": "^13.0.0", @@ -88,7 +88,7 @@ "@twilio-paste/style-props": "^9.0.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/text": "^10.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@twilio-paste/utils": "^5.0.0", diff --git a/packages/paste-core/components/file-uploader/CHANGELOG.md b/packages/paste-core/components/file-uploader/CHANGELOG.md index 5a49bd17d0..d22d2ae17a 100644 --- a/packages/paste-core/components/file-uploader/CHANGELOG.md +++ b/packages/paste-core/components/file-uploader/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/file-uploader +## 4.0.1 + +### Patch Changes + +- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - Slightly improved Label component types + ## 4.0.0 ### Major Changes diff --git a/packages/paste-core/components/file-uploader/package.json b/packages/paste-core/components/file-uploader/package.json index 83ebbcb555..91b9fe58e0 100644 --- a/packages/paste-core/components/file-uploader/package.json +++ b/packages/paste-core/components/file-uploader/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/file-uploader", - "version": "4.0.0", + "version": "4.0.1", "category": "user input", "status": "production", "description": "A file uploader is a form element used to upload multiple files.", @@ -57,13 +57,13 @@ "@twilio-paste/anchor": "^12.0.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.0.0", - "@twilio-paste/button": "^14.0.0", + "@twilio-paste/button": "^14.0.2", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.0.0", "@twilio-paste/design-tokens": "^10.0.0", "@twilio-paste/help-text": "^13.0.0", - "@twilio-paste/icons": "^12.0.0", - "@twilio-paste/label": "^13.0.0", + "@twilio-paste/icons": "^12.1.0", + "@twilio-paste/label": "^13.0.1", "@twilio-paste/media-object": "^10.0.0", "@twilio-paste/screen-reader-only": "^13.0.0", "@twilio-paste/spinner": "^14.0.0", @@ -71,7 +71,7 @@ "@twilio-paste/style-props": "^9.0.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/text": "^10.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "2.0.0", "@types/react": "^18.0.27", diff --git a/packages/paste-core/components/input/CHANGELOG.md b/packages/paste-core/components/input/CHANGELOG.md index f82322ea46..dc08c808b4 100644 --- a/packages/paste-core/components/input/CHANGELOG.md +++ b/packages/paste-core/components/input/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 9.0.2 + +### Patch Changes + +- [`10da7d27a`](https://github.com/twilio-labs/paste/commit/10da7d27ab4bddd9830e97485e5f888a818da068) [#3454](https://github.com/twilio-labs/paste/pull/3454) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Input] increment and decrement button types corrected for tabIndex + ## 9.0.1 ### Patch Changes diff --git a/packages/paste-core/components/input/package.json b/packages/paste-core/components/input/package.json index 8acc856729..08f16c1a8d 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.0.1", + "version": "9.0.2", "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,17 +51,17 @@ "@twilio-paste/anchor": "^12.0.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.0.0", - "@twilio-paste/button": "^14.0.1", + "@twilio-paste/button": "^14.0.2", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.0.0", "@twilio-paste/design-tokens": "^10.1.0", - "@twilio-paste/icons": "^12.0.0", + "@twilio-paste/icons": "^12.1.0", "@twilio-paste/input-box": "^10.0.1", "@twilio-paste/spinner": "^14.0.0", "@twilio-paste/stack": "^8.0.0", "@twilio-paste/style-props": "^9.0.0", "@twilio-paste/styling-library": "^3.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@twilio-paste/utils": "^5.0.0", diff --git a/packages/paste-core/components/label/CHANGELOG.md b/packages/paste-core/components/label/CHANGELOG.md index 695851dfca..258615fa85 100644 --- a/packages/paste-core/components/label/CHANGELOG.md +++ b/packages/paste-core/components/label/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 13.0.1 + +### Patch Changes + +- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - Slightly improved Label component types + ## 13.0.0 ### Major Changes diff --git a/packages/paste-core/components/label/package.json b/packages/paste-core/components/label/package.json index 4316403dff..9199ba4f8b 100644 --- a/packages/paste-core/components/label/package.json +++ b/packages/paste-core/components/label/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/label", - "version": "13.0.0", + "version": "13.0.1", "category": "user input", "status": "production", "description": "A Label is text that provides a visible and accessible name to a form element.", @@ -49,12 +49,12 @@ "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.0.0", "@twilio-paste/design-tokens": "^10.0.0", - "@twilio-paste/icons": "^12.0.0", + "@twilio-paste/icons": "^12.1.0", "@twilio-paste/media-object": "^10.0.0", "@twilio-paste/screen-reader-only": "^13.0.0", "@twilio-paste/style-props": "^9.0.0", "@twilio-paste/styling-library": "^3.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@types/react": "^18.0.27", diff --git a/packages/paste-core/components/meter/CHANGELOG.md b/packages/paste-core/components/meter/CHANGELOG.md new file mode 100644 index 0000000000..c8f29f6528 --- /dev/null +++ b/packages/paste-core/components/meter/CHANGELOG.md @@ -0,0 +1,8 @@ +# @twilio-paste/meter + +## 1.0.0 +### Major Changes + + + +- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - [Meter] Create Meter package. Meter is a visual representation of a numerical value within a known range. diff --git a/packages/paste-core/components/meter/package.json b/packages/paste-core/components/meter/package.json index 60ab86723b..00bc19dd31 100644 --- a/packages/paste-core/components/meter/package.json +++ b/packages/paste-core/components/meter/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/meter", - "version": "0.0.0", + "version": "1.0.0", "category": "data display", "status": "alpha", "description": "Meter is a visual representation of a numerical value within a known range.", @@ -52,15 +52,15 @@ "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.0.0", "@twilio-paste/design-tokens": "^10.0.0", - "@twilio-paste/icons": "^12.0.0", - "@twilio-paste/label": "^13.0.0", + "@twilio-paste/icons": "^12.1.0", + "@twilio-paste/label": "^13.0.1", "@twilio-paste/media-object": "^10.0.0", "@twilio-paste/react-spectrum-library": "^2.0.0", "@twilio-paste/screen-reader-only": "^13.0.0", "@twilio-paste/style-props": "^9.0.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/text": "^10.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@types/react": "^18.0.27", diff --git a/packages/paste-core/components/progress-bar/CHANGELOG.md b/packages/paste-core/components/progress-bar/CHANGELOG.md index e69de29bb2..56165c43ac 100644 --- a/packages/paste-core/components/progress-bar/CHANGELOG.md +++ b/packages/paste-core/components/progress-bar/CHANGELOG.md @@ -0,0 +1,7 @@ +# @twilio-paste/progress-bar + +## 1.0.0 + +### Major Changes + +- [`424fa78d5`](https://github.com/twilio-labs/paste/commit/424fa78d559b8820b6bd8f221652ce24540a3608) [#3435](https://github.com/twilio-labs/paste/pull/3435) Thanks [@TheSisb](https://github.com/TheSisb)! - [Progress Bar] add new Progress Bar package. A Progress Bar visually displays the progression/duration of a system operation such as downloading, uploading, or processing information. diff --git a/packages/paste-core/components/progress-bar/package.json b/packages/paste-core/components/progress-bar/package.json index ec0c1e026a..10a250c4fb 100644 --- a/packages/paste-core/components/progress-bar/package.json +++ b/packages/paste-core/components/progress-bar/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/progress-bar", - "version": "0.0.0", + "version": "1.0.0", "category": "feedback", "status": "alpha", "description": "A Progress Bar visually displays the progression/duration of a system operation such as downloading, uploading, or processing information.", @@ -52,15 +52,15 @@ "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.0.0", "@twilio-paste/design-tokens": "^10.0.0", - "@twilio-paste/icons": "^12.0.0", - "@twilio-paste/label": "^13.0.0", + "@twilio-paste/icons": "^12.1.0", + "@twilio-paste/label": "^13.0.1", "@twilio-paste/media-object": "^10.0.0", "@twilio-paste/react-spectrum-library": "^2.0.0", "@twilio-paste/screen-reader-only": "^13.0.0", "@twilio-paste/style-props": "^9.0.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/text": "^10.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@types/react": "^18.0.27", diff --git a/packages/paste-core/components/slider/CHANGELOG.md b/packages/paste-core/components/slider/CHANGELOG.md index a0dd6e9f53..3400225c5d 100644 --- a/packages/paste-core/components/slider/CHANGELOG.md +++ b/packages/paste-core/components/slider/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/slider +## 2.0.1 + +### Patch Changes + +- [`424fa78d5`](https://github.com/twilio-labs/paste/commit/424fa78d559b8820b6bd8f221652ce24540a3608) [#3435](https://github.com/twilio-labs/paste/pull/3435) Thanks [@TheSisb](https://github.com/TheSisb)! - [Slider] corrected a typo on the `aria-labelledby` prop + ## 2.0.0 ### Major Changes diff --git a/packages/paste-core/components/slider/package.json b/packages/paste-core/components/slider/package.json index fe1c80b479..27314be232 100644 --- a/packages/paste-core/components/slider/package.json +++ b/packages/paste-core/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/slider", - "version": "2.0.0", + "version": "2.0.1", "category": "user input", "status": "production", "description": "A Slider is a draggable input that allows a user to select an imprecise numerical value within a range.", @@ -50,12 +50,12 @@ "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.0.0", "@twilio-paste/design-tokens": "^10.0.0", - "@twilio-paste/icons": "^12.0.0", + "@twilio-paste/icons": "^12.1.0", "@twilio-paste/react-spectrum-library": "^2.0.0", "@twilio-paste/screen-reader-only": "13.0.0", "@twilio-paste/style-props": "^9.0.0", "@twilio-paste/styling-library": "^3.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@twilio-paste/utils": "5.0.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 7686b44f01..cdd50a4051 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,41 @@ # Change Log +## 20.2.0 + +### Minor Changes + +- [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - [Meter] Create Meter package. Meter is a visual representation of a numerical value within a known range. + +### Patch Changes + +- [`424fa78d5`](https://github.com/twilio-labs/paste/commit/424fa78d559b8820b6bd8f221652ce24540a3608) [#3435](https://github.com/twilio-labs/paste/pull/3435) Thanks [@TheSisb](https://github.com/TheSisb)! - [Progress Bar] add new Progress Bar package. A Progress Bar visually displays the progression/duration of a system operation such as downloading, uploading, or processing information. + +* [`10da7d27a`](https://github.com/twilio-labs/paste/commit/10da7d27ab4bddd9830e97485e5f888a818da068) [#3454](https://github.com/twilio-labs/paste/pull/3454) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Input] increment and decrement button types corrected for tabIndex + +- [`611a2daaf`](https://github.com/twilio-labs/paste/commit/611a2daafbdd142da60afa6cc280824e4ab54ce6) [#3456](https://github.com/twilio-labs/paste/pull/3456) Thanks [@nkrantz](https://github.com/nkrantz)! - [Theme] Change the type of sizeIcon tokens in the GenericThemeShape to be `any`. Previously they were incorrectly typed as the value of the token in the Twilio theme, which was preventing consumers from passing custom icon sizes using the Customization Provider. + +* [`e6ebb11f7`](https://github.com/twilio-labs/paste/commit/e6ebb11f71ee930a0cc5fb7256f750ff5caa8498) [#3450](https://github.com/twilio-labs/paste/pull/3450) Thanks [@TheSisb](https://github.com/TheSisb)! - [MultiselectCombobox] fix bug where passing `required` would block form submit events. `required` now only blocks the submit event if no items are selected rather than when the input box is blank. + +- [`29b6b7b65`](https://github.com/twilio-labs/paste/commit/29b6b7b65ced04ee9f7ac3361fdd5c60025f21bf) [#3459](https://github.com/twilio-labs/paste/pull/3459) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox] Now opens the dropdown menu upwards when positioned towards the bottom of the viewport. + +* [`10da7d27a`](https://github.com/twilio-labs/paste/commit/10da7d27ab4bddd9830e97485e5f888a818da068) [#3454](https://github.com/twilio-labs/paste/pull/3454) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Button] improved reset variant typing to allow style props enabling the creation of custom buttons + +- [`424fa78d5`](https://github.com/twilio-labs/paste/commit/424fa78d559b8820b6bd8f221652ce24540a3608) [#3435](https://github.com/twilio-labs/paste/pull/3435) Thanks [@TheSisb](https://github.com/TheSisb)! - [Slider] corrected a typo on the `aria-labelledby` prop + +* [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2) [#3430](https://github.com/twilio-labs/paste/pull/3430) Thanks [@nkrantz](https://github.com/nkrantz)! - Slightly improved Label component types + +* Updated dependencies [[`424fa78d5`](https://github.com/twilio-labs/paste/commit/424fa78d559b8820b6bd8f221652ce24540a3608), [`10da7d27a`](https://github.com/twilio-labs/paste/commit/10da7d27ab4bddd9830e97485e5f888a818da068), [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2), [`611a2daaf`](https://github.com/twilio-labs/paste/commit/611a2daafbdd142da60afa6cc280824e4ab54ce6), [`e6ebb11f7`](https://github.com/twilio-labs/paste/commit/e6ebb11f71ee930a0cc5fb7256f750ff5caa8498), [`29b6b7b65`](https://github.com/twilio-labs/paste/commit/29b6b7b65ced04ee9f7ac3361fdd5c60025f21bf), [`10da7d27a`](https://github.com/twilio-labs/paste/commit/10da7d27ab4bddd9830e97485e5f888a818da068), [`424fa78d5`](https://github.com/twilio-labs/paste/commit/424fa78d559b8820b6bd8f221652ce24540a3608), [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2)]: + - @twilio-paste/progress-bar@1.0.0 + - @twilio-paste/input@9.0.2 + - @twilio-paste/meter@1.0.0 + - @twilio-paste/theme@11.0.1 + - @twilio-paste/combobox@16.0.1 + - @twilio-paste/button@14.0.2 + - @twilio-paste/slider@2.0.1 + - @twilio-paste/base-radio-checkbox@13.0.1 + - @twilio-paste/file-uploader@4.0.1 + - @twilio-paste/label@13.0.1 + ## 20.1.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 5e65cd6d45..011748cadc 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.1.0", + "version": "20.2.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -79,10 +79,10 @@ "@twilio-paste/aspect-ratio": "^10.0.0", "@twilio-paste/avatar": "^9.0.0", "@twilio-paste/badge": "^8.0.0", - "@twilio-paste/base-radio-checkbox": "^13.0.0", + "@twilio-paste/base-radio-checkbox": "^13.0.1", "@twilio-paste/box": "^10.0.0", "@twilio-paste/breadcrumb": "^11.0.0", - "@twilio-paste/button": "^14.0.1", + "@twilio-paste/button": "^14.0.2", "@twilio-paste/button-group": "^4.0.0", "@twilio-paste/callout": "^4.0.0", "@twilio-paste/card": "^9.0.0", @@ -93,7 +93,7 @@ "@twilio-paste/code-block": "^4.0.0", "@twilio-paste/code-editor-library": "^2.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/combobox": "^16.0.0", + "@twilio-paste/combobox": "^16.0.1", "@twilio-paste/combobox-primitive": "^2.0.0", "@twilio-paste/customization": "^8.0.0", "@twilio-paste/data-grid": "^8.0.0", @@ -109,7 +109,7 @@ "@twilio-paste/dropdown-library": "^3.0.0", "@twilio-paste/editable-code-block": "^2.0.0", "@twilio-paste/file-picker": "^4.0.0", - "@twilio-paste/file-uploader": "^4.0.0", + "@twilio-paste/file-uploader": "^4.0.1", "@twilio-paste/flex": "^8.0.0", "@twilio-paste/form": "^11.0.0", "@twilio-paste/form-pill-group": "^8.0.0", @@ -119,16 +119,16 @@ "@twilio-paste/in-page-navigation": "^4.0.0", "@twilio-paste/inline-code": "^4.0.0", "@twilio-paste/inline-control-group": "^13.0.0", - "@twilio-paste/input": "^9.0.1", + "@twilio-paste/input": "^9.0.2", "@twilio-paste/input-box": "^10.0.1", - "@twilio-paste/label": "^13.0.0", + "@twilio-paste/label": "^13.0.1", "@twilio-paste/lexical-library": "^4.0.0", "@twilio-paste/list": "^8.0.0", "@twilio-paste/listbox-primitive": "^3.0.0", "@twilio-paste/media-object": "^10.0.0", "@twilio-paste/menu": "^14.0.1", "@twilio-paste/menu-primitive": "^2.0.0", - "@twilio-paste/meter": "^0.0.0", + "@twilio-paste/meter": "^1.0.0", "@twilio-paste/minimizable-dialog": "^4.0.0", "@twilio-paste/modal": "^16.0.0", "@twilio-paste/modal-dialog-primitive": "^2.0.0", @@ -137,7 +137,7 @@ "@twilio-paste/paragraph": "^10.0.0", "@twilio-paste/popover": "^13.0.0", "@twilio-paste/product-switcher": "^2.0.0", - "@twilio-paste/progress-bar": "^0.0.0", + "@twilio-paste/progress-bar": "^1.0.0", "@twilio-paste/progress-steps": "^2.0.0", "@twilio-paste/radio-button-group": "^4.0.0", "@twilio-paste/radio-group": "^13.0.0", @@ -151,7 +151,7 @@ "@twilio-paste/side-modal": "^4.0.0", "@twilio-paste/sidebar": "^1.0.0", "@twilio-paste/skeleton-loader": "^6.0.0", - "@twilio-paste/slider": "^2.0.0", + "@twilio-paste/slider": "^2.0.1", "@twilio-paste/spinner": "^14.0.0", "@twilio-paste/stack": "^8.0.0", "@twilio-paste/status": "^2.0.0", @@ -164,7 +164,7 @@ "@twilio-paste/tabs-primitive": "^2.0.0", "@twilio-paste/text": "^10.0.0", "@twilio-paste/textarea": "^10.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/time-picker": "^6.0.0", "@twilio-paste/toast": "^12.0.0", "@twilio-paste/tooltip": "^11.0.0", @@ -186,7 +186,7 @@ "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/icons": "^12.0.0", + "@twilio-paste/icons": "^12.1.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "prop-types": "^15.7.2", diff --git a/packages/paste-icons/CHANGELOG.md b/packages/paste-icons/CHANGELOG.md index dc00da0697..c869a06e75 100644 --- a/packages/paste-icons/CHANGELOG.md +++ b/packages/paste-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.1.0 + +### Minor Changes + +- [`91f78b19e`](https://github.com/twilio-labs/paste/commit/91f78b19eb91d8a2410070ef99d946670d9df3b5) [#3451](https://github.com/twilio-labs/paste/pull/3451) Thanks [@TheSisb](https://github.com/TheSisb)! - [Icons] add `DeliveredIcon` and `SentIcon` + ## 12.0.0 ### Major Changes diff --git a/packages/paste-icons/package.json b/packages/paste-icons/package.json index 551f0a4392..896762366f 100644 --- a/packages/paste-icons/package.json +++ b/packages/paste-icons/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/icons", - "version": "12.0.0", + "version": "12.1.0", "description": "Twilio's icon library, ready for use and with accessibility considerations", "author": "Twilio Inc.", "license": "MIT", @@ -48,7 +48,7 @@ "@twilio-paste/design-tokens": "^10.0.0", "@twilio-paste/style-props": "^9.0.0", "@twilio-paste/styling-library": "^3.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@types/react": "^18.0.27", diff --git a/packages/paste-theme/CHANGELOG.md b/packages/paste-theme/CHANGELOG.md index 19c271eedc..1f760af602 100644 --- a/packages/paste-theme/CHANGELOG.md +++ b/packages/paste-theme/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 11.0.1 + +### Patch Changes + +- [`611a2daaf`](https://github.com/twilio-labs/paste/commit/611a2daafbdd142da60afa6cc280824e4ab54ce6) [#3456](https://github.com/twilio-labs/paste/pull/3456) Thanks [@nkrantz](https://github.com/nkrantz)! - [Theme] Change the type of sizeIcon tokens in the GenericThemeShape to be `any`. Previously they were incorrectly typed as the value of the token in the Twilio theme, which was preventing consumers from passing custom icon sizes using the Customization Provider. + ## 11.0.0 ### Major Changes diff --git a/packages/paste-theme/package.json b/packages/paste-theme/package.json index e5a2f3c9bb..67c4c5e433 100644 --- a/packages/paste-theme/package.json +++ b/packages/paste-theme/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/theme", - "version": "11.0.0", + "version": "11.0.1", "description": "Paste Design System Theme Package which provides support for APIs to theme UIs and components.", "author": "Twilio Inc.", "license": "MIT", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index 4f5098f217..ad895c07f7 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,20 @@ # @twilio-paste/website +## 2.23.36 + +### Patch Changes + +- Updated dependencies [[`10da7d27a`](https://github.com/twilio-labs/paste/commit/10da7d27ab4bddd9830e97485e5f888a818da068), [`611a2daaf`](https://github.com/twilio-labs/paste/commit/611a2daafbdd142da60afa6cc280824e4ab54ce6), [`e6ebb11f7`](https://github.com/twilio-labs/paste/commit/e6ebb11f71ee930a0cc5fb7256f750ff5caa8498), [`29b6b7b65`](https://github.com/twilio-labs/paste/commit/29b6b7b65ced04ee9f7ac3361fdd5c60025f21bf), [`10da7d27a`](https://github.com/twilio-labs/paste/commit/10da7d27ab4bddd9830e97485e5f888a818da068), [`424fa78d5`](https://github.com/twilio-labs/paste/commit/424fa78d559b8820b6bd8f221652ce24540a3608), [`7bdac721b`](https://github.com/twilio-labs/paste/commit/7bdac721b968a73180e3a74fbcd1bfecb0b53ef2), [`91f78b19e`](https://github.com/twilio-labs/paste/commit/91f78b19eb91d8a2410070ef99d946670d9df3b5)]: + - @twilio-paste/input@9.0.2 + - @twilio-paste/theme@11.0.1 + - @twilio-paste/combobox@16.0.1 + - @twilio-paste/button@14.0.2 + - @twilio-paste/slider@2.0.1 + - @twilio-paste/base-radio-checkbox@13.0.1 + - @twilio-paste/file-uploader@4.0.1 + - @twilio-paste/label@13.0.1 + - @twilio-paste/icons@12.1.0 + ## 2.23.35 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 8adc8e85b1..47cbf867e8 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.35", + "version": "2.23.36", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -35,10 +35,10 @@ "@twilio-paste/aspect-ratio": "^10.0.0", "@twilio-paste/avatar": "^9.0.0", "@twilio-paste/badge": "^8.0.0", - "@twilio-paste/base-radio-checkbox": "^13.0.0", + "@twilio-paste/base-radio-checkbox": "^13.0.1", "@twilio-paste/box": "^10.0.0", "@twilio-paste/breadcrumb": "^11.0.0", - "@twilio-paste/button": "^14.0.1", + "@twilio-paste/button": "^14.0.2", "@twilio-paste/button-group": "^4.0.0", "@twilio-paste/callout": "^4.0.0", "@twilio-paste/card": "^9.0.0", @@ -48,7 +48,7 @@ "@twilio-paste/clipboard-copy-library": "^3.0.0", "@twilio-paste/code-block": "^4.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/combobox": "^16.0.0", + "@twilio-paste/combobox": "^16.0.1", "@twilio-paste/combobox-primitive": "^2.0.0", "@twilio-paste/customization": "^8.0.0", "@twilio-paste/data-grid": "^8.0.0", @@ -63,20 +63,20 @@ "@twilio-paste/display-pill-group": "^8.0.0", "@twilio-paste/dropdown-library": "^3.0.0", "@twilio-paste/file-picker": "^4.0.0", - "@twilio-paste/file-uploader": "^4.0.0", + "@twilio-paste/file-uploader": "^4.0.1", "@twilio-paste/flex": "^8.0.0", "@twilio-paste/form": "^11.0.0", "@twilio-paste/form-pill-group": "^8.0.0", "@twilio-paste/grid": "^8.0.0", "@twilio-paste/heading": "^11.0.0", "@twilio-paste/help-text": "^13.0.0", - "@twilio-paste/icons": "12.0.0", + "@twilio-paste/icons": "12.1.0", "@twilio-paste/in-page-navigation": "^4.0.0", "@twilio-paste/inline-code": "^4.0.0", "@twilio-paste/inline-control-group": "^13.0.0", - "@twilio-paste/input": "^9.0.1", + "@twilio-paste/input": "^9.0.2", "@twilio-paste/input-box": "^10.0.1", - "@twilio-paste/label": "^13.0.0", + "@twilio-paste/label": "^13.0.1", "@twilio-paste/lexical-library": "^4.0.0", "@twilio-paste/list": "^8.0.0", "@twilio-paste/listbox-primitive": "^3.0.0", @@ -103,7 +103,7 @@ "@twilio-paste/side-modal": "^4.0.0", "@twilio-paste/sidebar": "^1.0.0", "@twilio-paste/skeleton-loader": "^6.0.0", - "@twilio-paste/slider": "^2.0.0", + "@twilio-paste/slider": "^2.0.1", "@twilio-paste/spinner": "^14.0.0", "@twilio-paste/stack": "^8.0.0", "@twilio-paste/status": "^2.0.0", @@ -116,7 +116,7 @@ "@twilio-paste/tabs-primitive": "^2.0.0", "@twilio-paste/text": "^10.0.0", "@twilio-paste/textarea": "^10.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.0.1", "@twilio-paste/time-picker": "^6.0.0", "@twilio-paste/toast": "^12.0.0", "@twilio-paste/tooltip": "^11.0.0", diff --git a/yarn.lock b/yarn.lock index 099c674927..3af5872c83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12809,7 +12809,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/base-radio-checkbox@^13.0.0, @twilio-paste/base-radio-checkbox@workspace:packages/paste-core/components/base-radio-checkbox": +"@twilio-paste/base-radio-checkbox@^13.0.0, @twilio-paste/base-radio-checkbox@^13.0.1, @twilio-paste/base-radio-checkbox@workspace:packages/paste-core/components/base-radio-checkbox": version: 0.0.0-use.local resolution: "@twilio-paste/base-radio-checkbox@workspace:packages/paste-core/components/base-radio-checkbox" dependencies: @@ -12820,15 +12820,15 @@ __metadata: "@twilio-paste/design-tokens": ^10.0.0 "@twilio-paste/flex": ^8.0.0 "@twilio-paste/help-text": ^13.0.0 - "@twilio-paste/icons": ^12.0.0 - "@twilio-paste/label": ^13.0.0 + "@twilio-paste/icons": ^12.1.0 + "@twilio-paste/label": ^13.0.1 "@twilio-paste/media-object": ^10.0.0 "@twilio-paste/screen-reader-only": ^13.0.0 "@twilio-paste/sibling-box": ^9.0.0 "@twilio-paste/style-props": ^9.0.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/text": ^10.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@types/react": ^18.0.27 @@ -12980,7 +12980,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/button@^14.0.0, @twilio-paste/button@^14.0.1, @twilio-paste/button@workspace:packages/paste-core/components/button": +"@twilio-paste/button@^14.0.0, @twilio-paste/button@^14.0.1, @twilio-paste/button@^14.0.2, @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: @@ -12990,12 +12990,12 @@ __metadata: "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.0.0 "@twilio-paste/design-tokens": ^10.1.0 - "@twilio-paste/icons": ^12.0.0 + "@twilio-paste/icons": ^12.1.0 "@twilio-paste/spinner": ^14.0.0 "@twilio-paste/stack": ^8.0.0 "@twilio-paste/style-props": ^9.0.0 "@twilio-paste/styling-library": ^3.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@types/react": ^18.0.27 @@ -13368,7 +13368,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.0.0 + "@twilio-paste/core": ^20.2.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -13409,7 +13409,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/combobox@^16.0.0, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox": +"@twilio-paste/combobox@^16.0.1, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox": version: 0.0.0-use.local resolution: "@twilio-paste/combobox@workspace:packages/paste-core/components/combobox" dependencies: @@ -13417,7 +13417,7 @@ __metadata: "@twilio-paste/anchor": ^12.0.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.0.0 - "@twilio-paste/button": ^14.0.0 + "@twilio-paste/button": ^14.0.2 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/combobox-primitive": ^2.0.0 "@twilio-paste/customization": ^8.0.0 @@ -13426,10 +13426,10 @@ __metadata: "@twilio-paste/flex": ^8.0.0 "@twilio-paste/form-pill-group": ^8.0.0 "@twilio-paste/help-text": ^13.0.0 - "@twilio-paste/icons": ^12.0.0 - "@twilio-paste/input": ^9.0.0 + "@twilio-paste/icons": ^12.1.0 + "@twilio-paste/input": ^9.0.2 "@twilio-paste/input-box": ^10.0.0 - "@twilio-paste/label": ^13.0.0 + "@twilio-paste/label": ^13.0.1 "@twilio-paste/media-object": ^10.0.0 "@twilio-paste/reakit-library": ^2.0.0 "@twilio-paste/screen-reader-only": ^13.0.0 @@ -13438,7 +13438,7 @@ __metadata: "@twilio-paste/style-props": ^9.0.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/text": ^10.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@twilio-paste/utils": ^5.0.0 @@ -13487,7 +13487,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^20.0.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": +"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.2.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: @@ -13499,10 +13499,10 @@ __metadata: "@twilio-paste/aspect-ratio": ^10.0.0 "@twilio-paste/avatar": ^9.0.0 "@twilio-paste/badge": ^8.0.0 - "@twilio-paste/base-radio-checkbox": ^13.0.0 + "@twilio-paste/base-radio-checkbox": ^13.0.1 "@twilio-paste/box": ^10.0.0 "@twilio-paste/breadcrumb": ^11.0.0 - "@twilio-paste/button": ^14.0.1 + "@twilio-paste/button": ^14.0.2 "@twilio-paste/button-group": ^4.0.0 "@twilio-paste/callout": ^4.0.0 "@twilio-paste/card": ^9.0.0 @@ -13513,7 +13513,7 @@ __metadata: "@twilio-paste/code-block": ^4.0.0 "@twilio-paste/code-editor-library": ^2.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/combobox": ^16.0.0 + "@twilio-paste/combobox": ^16.0.1 "@twilio-paste/combobox-primitive": ^2.0.0 "@twilio-paste/customization": ^8.0.0 "@twilio-paste/data-grid": ^8.0.0 @@ -13529,27 +13529,27 @@ __metadata: "@twilio-paste/dropdown-library": ^3.0.0 "@twilio-paste/editable-code-block": ^2.0.0 "@twilio-paste/file-picker": ^4.0.0 - "@twilio-paste/file-uploader": ^4.0.0 + "@twilio-paste/file-uploader": ^4.0.1 "@twilio-paste/flex": ^8.0.0 "@twilio-paste/form": ^11.0.0 "@twilio-paste/form-pill-group": ^8.0.0 "@twilio-paste/grid": ^8.0.0 "@twilio-paste/heading": ^11.0.0 "@twilio-paste/help-text": ^13.0.0 - "@twilio-paste/icons": ^12.0.0 + "@twilio-paste/icons": ^12.1.0 "@twilio-paste/in-page-navigation": ^4.0.0 "@twilio-paste/inline-code": ^4.0.0 "@twilio-paste/inline-control-group": ^13.0.0 - "@twilio-paste/input": ^9.0.1 + "@twilio-paste/input": ^9.0.2 "@twilio-paste/input-box": ^10.0.1 - "@twilio-paste/label": ^13.0.0 + "@twilio-paste/label": ^13.0.1 "@twilio-paste/lexical-library": ^4.0.0 "@twilio-paste/list": ^8.0.0 "@twilio-paste/listbox-primitive": ^3.0.0 "@twilio-paste/media-object": ^10.0.0 "@twilio-paste/menu": ^14.0.1 "@twilio-paste/menu-primitive": ^2.0.0 - "@twilio-paste/meter": ^0.0.0 + "@twilio-paste/meter": ^1.0.0 "@twilio-paste/minimizable-dialog": ^4.0.0 "@twilio-paste/modal": ^16.0.0 "@twilio-paste/modal-dialog-primitive": ^2.0.0 @@ -13558,7 +13558,7 @@ __metadata: "@twilio-paste/paragraph": ^10.0.0 "@twilio-paste/popover": ^13.0.0 "@twilio-paste/product-switcher": ^2.0.0 - "@twilio-paste/progress-bar": ^0.0.0 + "@twilio-paste/progress-bar": ^1.0.0 "@twilio-paste/progress-steps": ^2.0.0 "@twilio-paste/radio-button-group": ^4.0.0 "@twilio-paste/radio-group": ^13.0.0 @@ -13572,7 +13572,7 @@ __metadata: "@twilio-paste/side-modal": ^4.0.0 "@twilio-paste/sidebar": ^1.0.0 "@twilio-paste/skeleton-loader": ^6.0.0 - "@twilio-paste/slider": ^2.0.0 + "@twilio-paste/slider": ^2.0.1 "@twilio-paste/spinner": ^14.0.0 "@twilio-paste/stack": ^8.0.0 "@twilio-paste/status": ^2.0.0 @@ -13585,7 +13585,7 @@ __metadata: "@twilio-paste/tabs-primitive": ^2.0.0 "@twilio-paste/text": ^10.0.0 "@twilio-paste/textarea": ^10.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/time-picker": ^6.0.0 "@twilio-paste/toast": ^12.0.0 "@twilio-paste/tooltip": ^11.0.0 @@ -14158,20 +14158,20 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/file-uploader@^4.0.0, @twilio-paste/file-uploader@workspace:packages/paste-core/components/file-uploader": +"@twilio-paste/file-uploader@^4.0.1, @twilio-paste/file-uploader@workspace:packages/paste-core/components/file-uploader": version: 0.0.0-use.local resolution: "@twilio-paste/file-uploader@workspace:packages/paste-core/components/file-uploader" dependencies: "@twilio-paste/anchor": ^12.0.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.0.0 - "@twilio-paste/button": ^14.0.0 + "@twilio-paste/button": ^14.0.2 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.0.0 "@twilio-paste/design-tokens": ^10.0.0 "@twilio-paste/help-text": ^13.0.0 - "@twilio-paste/icons": ^12.0.0 - "@twilio-paste/label": ^13.0.0 + "@twilio-paste/icons": ^12.1.0 + "@twilio-paste/label": ^13.0.1 "@twilio-paste/media-object": ^10.0.0 "@twilio-paste/screen-reader-only": ^13.0.0 "@twilio-paste/spinner": ^14.0.0 @@ -14179,7 +14179,7 @@ __metadata: "@twilio-paste/style-props": ^9.0.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/text": ^10.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": 2.0.0 "@types/react": ^18.0.27 @@ -14455,7 +14455,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/icons@12.0.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@workspace:packages/paste-icons": +"@twilio-paste/icons@12.1.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@workspace:packages/paste-icons": version: 0.0.0-use.local resolution: "@twilio-paste/icons@workspace:packages/paste-icons" dependencies: @@ -14466,7 +14466,7 @@ __metadata: "@twilio-paste/design-tokens": ^10.0.0 "@twilio-paste/style-props": ^9.0.0 "@twilio-paste/styling-library": ^3.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@types/react": ^18.0.27 @@ -14665,24 +14665,24 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/input@^9.0.0, @twilio-paste/input@^9.0.1, @twilio-paste/input@workspace:packages/paste-core/components/input": +"@twilio-paste/input@^9.0.0, @twilio-paste/input@^9.0.2, @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.0.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.0.0 - "@twilio-paste/button": ^14.0.1 + "@twilio-paste/button": ^14.0.2 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.0.0 "@twilio-paste/design-tokens": ^10.1.0 - "@twilio-paste/icons": ^12.0.0 + "@twilio-paste/icons": ^12.1.0 "@twilio-paste/input-box": ^10.0.1 "@twilio-paste/spinner": ^14.0.0 "@twilio-paste/stack": ^8.0.0 "@twilio-paste/style-props": ^9.0.0 "@twilio-paste/styling-library": ^3.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@twilio-paste/utils": ^5.0.0 @@ -14717,7 +14717,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/label@^13.0.0, @twilio-paste/label@workspace:packages/paste-core/components/label": +"@twilio-paste/label@^13.0.0, @twilio-paste/label@^13.0.1, @twilio-paste/label@workspace:packages/paste-core/components/label": version: 0.0.0-use.local resolution: "@twilio-paste/label@workspace:packages/paste-core/components/label" dependencies: @@ -14726,12 +14726,12 @@ __metadata: "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.0.0 "@twilio-paste/design-tokens": ^10.0.0 - "@twilio-paste/icons": ^12.0.0 + "@twilio-paste/icons": ^12.1.0 "@twilio-paste/media-object": ^10.0.0 "@twilio-paste/screen-reader-only": ^13.0.0 "@twilio-paste/style-props": ^9.0.0 "@twilio-paste/styling-library": ^3.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@types/react": ^18.0.27 @@ -14939,7 +14939,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/meter@^0.0.0, @twilio-paste/meter@workspace:packages/paste-core/components/meter": +"@twilio-paste/meter@^1.0.0, @twilio-paste/meter@workspace:packages/paste-core/components/meter": version: 0.0.0-use.local resolution: "@twilio-paste/meter@workspace:packages/paste-core/components/meter" dependencies: @@ -14948,15 +14948,15 @@ __metadata: "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.0.0 "@twilio-paste/design-tokens": ^10.0.0 - "@twilio-paste/icons": ^12.0.0 - "@twilio-paste/label": ^13.0.0 + "@twilio-paste/icons": ^12.1.0 + "@twilio-paste/label": ^13.0.1 "@twilio-paste/media-object": ^10.0.0 "@twilio-paste/react-spectrum-library": ^2.0.0 "@twilio-paste/screen-reader-only": ^13.0.0 "@twilio-paste/style-props": ^9.0.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/text": ^10.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@types/react": ^18.0.27 @@ -15362,7 +15362,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/progress-bar@^0.0.0, @twilio-paste/progress-bar@workspace:packages/paste-core/components/progress-bar": +"@twilio-paste/progress-bar@^1.0.0, @twilio-paste/progress-bar@workspace:packages/paste-core/components/progress-bar": version: 0.0.0-use.local resolution: "@twilio-paste/progress-bar@workspace:packages/paste-core/components/progress-bar" dependencies: @@ -15371,15 +15371,15 @@ __metadata: "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.0.0 "@twilio-paste/design-tokens": ^10.0.0 - "@twilio-paste/icons": ^12.0.0 - "@twilio-paste/label": ^13.0.0 + "@twilio-paste/icons": ^12.1.0 + "@twilio-paste/label": ^13.0.1 "@twilio-paste/media-object": ^10.0.0 "@twilio-paste/react-spectrum-library": ^2.0.0 "@twilio-paste/screen-reader-only": ^13.0.0 "@twilio-paste/style-props": ^9.0.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/text": ^10.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@types/react": ^18.0.27 @@ -15938,7 +15938,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/slider@^2.0.0, @twilio-paste/slider@workspace:packages/paste-core/components/slider": +"@twilio-paste/slider@^2.0.1, @twilio-paste/slider@workspace:packages/paste-core/components/slider": version: 0.0.0-use.local resolution: "@twilio-paste/slider@workspace:packages/paste-core/components/slider" dependencies: @@ -15947,12 +15947,12 @@ __metadata: "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.0.0 "@twilio-paste/design-tokens": ^10.0.0 - "@twilio-paste/icons": ^12.0.0 + "@twilio-paste/icons": ^12.1.0 "@twilio-paste/react-spectrum-library": ^2.0.0 "@twilio-paste/screen-reader-only": 13.0.0 "@twilio-paste/style-props": ^9.0.0 "@twilio-paste/styling-library": ^3.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@twilio-paste/utils": 5.0.0 @@ -16437,7 +16437,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/theme@^11.0.0, @twilio-paste/theme@workspace:packages/paste-theme": +"@twilio-paste/theme@^11.0.0, @twilio-paste/theme@^11.0.1, @twilio-paste/theme@workspace:packages/paste-theme": version: 0.0.0-use.local resolution: "@twilio-paste/theme@workspace:packages/paste-theme" dependencies: @@ -16962,10 +16962,10 @@ __metadata: "@twilio-paste/aspect-ratio": ^10.0.0 "@twilio-paste/avatar": ^9.0.0 "@twilio-paste/badge": ^8.0.0 - "@twilio-paste/base-radio-checkbox": ^13.0.0 + "@twilio-paste/base-radio-checkbox": ^13.0.1 "@twilio-paste/box": ^10.0.0 "@twilio-paste/breadcrumb": ^11.0.0 - "@twilio-paste/button": ^14.0.1 + "@twilio-paste/button": ^14.0.2 "@twilio-paste/button-group": ^4.0.0 "@twilio-paste/callout": ^4.0.0 "@twilio-paste/card": ^9.0.0 @@ -16975,7 +16975,7 @@ __metadata: "@twilio-paste/clipboard-copy-library": ^3.0.0 "@twilio-paste/code-block": ^4.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/combobox": ^16.0.0 + "@twilio-paste/combobox": ^16.0.1 "@twilio-paste/combobox-primitive": ^2.0.0 "@twilio-paste/customization": ^8.0.0 "@twilio-paste/data-grid": ^8.0.0 @@ -16990,20 +16990,20 @@ __metadata: "@twilio-paste/display-pill-group": ^8.0.0 "@twilio-paste/dropdown-library": ^3.0.0 "@twilio-paste/file-picker": ^4.0.0 - "@twilio-paste/file-uploader": ^4.0.0 + "@twilio-paste/file-uploader": ^4.0.1 "@twilio-paste/flex": ^8.0.0 "@twilio-paste/form": ^11.0.0 "@twilio-paste/form-pill-group": ^8.0.0 "@twilio-paste/grid": ^8.0.0 "@twilio-paste/heading": ^11.0.0 "@twilio-paste/help-text": ^13.0.0 - "@twilio-paste/icons": 12.0.0 + "@twilio-paste/icons": 12.1.0 "@twilio-paste/in-page-navigation": ^4.0.0 "@twilio-paste/inline-code": ^4.0.0 "@twilio-paste/inline-control-group": ^13.0.0 - "@twilio-paste/input": ^9.0.1 + "@twilio-paste/input": ^9.0.2 "@twilio-paste/input-box": ^10.0.1 - "@twilio-paste/label": ^13.0.0 + "@twilio-paste/label": ^13.0.1 "@twilio-paste/lexical-library": ^4.0.0 "@twilio-paste/list": ^8.0.0 "@twilio-paste/listbox-primitive": ^3.0.0 @@ -17030,7 +17030,7 @@ __metadata: "@twilio-paste/side-modal": ^4.0.0 "@twilio-paste/sidebar": ^1.0.0 "@twilio-paste/skeleton-loader": ^6.0.0 - "@twilio-paste/slider": ^2.0.0 + "@twilio-paste/slider": ^2.0.1 "@twilio-paste/spinner": ^14.0.0 "@twilio-paste/stack": ^8.0.0 "@twilio-paste/status": ^2.0.0 @@ -17043,7 +17043,7 @@ __metadata: "@twilio-paste/tabs-primitive": ^2.0.0 "@twilio-paste/text": ^10.0.0 "@twilio-paste/textarea": ^10.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.0.1 "@twilio-paste/time-picker": ^6.0.0 "@twilio-paste/toast": ^12.0.0 "@twilio-paste/tooltip": ^11.0.0