From babcc744552661e36eaed8191f3984ac61bac875 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Sep 2022 20:34:11 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/chatty-coats-smile.md | 6 - .changeset/cool-maps-peel.md | 6 - .changeset/cyan-pears-leave.md | 6 - .changeset/eleven-badgers-drive.md | 6 - .changeset/fluffy-gifts-repair.md | 6 - .changeset/large-ducks-think.md | 6 - .changeset/ninety-islands-type.md | 6 - .changeset/perfect-apes-drop.md | 6 - .changeset/red-coats-play.md | 6 - .changeset/serious-moose-search.md | 6 - .changeset/seven-comics-behave.md | 11 - .changeset/silent-pets-judge.md | 7 - .changeset/smooth-knives-compare.md | 6 - .changeset/tame-nails-flow.md | 6 - .changeset/tame-readers-battle.md | 5 - .changeset/tender-swans-rule.md | 6 - .changeset/thin-horses-smell.md | 6 - .changeset/thirty-turkeys-bow.md | 6 - .changeset/wise-cameras-sing.md | 7 - .../paste-core/components/avatar/CHANGELOG.md | 6 + .../paste-core/components/avatar/package.json | 8 +- .../components/checkbox/CHANGELOG.md | 6 + .../components/checkbox/package.json | 10 +- .../components/code-block/CHANGELOG.md | 6 + .../components/code-block/package.json | 8 +- .../components/combobox/CHANGELOG.md | 11 + .../components/combobox/package.json | 22 +- .../components/form-pill-group/CHANGELOG.md | 10 + .../components/form-pill-group/package.json | 12 +- .../components/input-box/CHANGELOG.md | 6 + .../components/input-box/package.json | 6 +- .../paste-core/components/input/CHANGELOG.md | 6 + .../paste-core/components/input/package.json | 8 +- .../minimizable-dialog/CHANGELOG.md | 9 +- .../minimizable-dialog/package.json | 10 +- .../paste-core/components/modal/CHANGELOG.md | 6 + .../paste-core/components/modal/package.json | 10 +- .../components/radio-group/CHANGELOG.md | 6 + .../components/radio-group/package.json | 10 +- .../screen-reader-only/CHANGELOG.md | 6 + .../screen-reader-only/package.json | 8 +- .../components/side-modal/CHANGELOG.md | 7 + .../components/side-modal/package.json | 10 +- packages/paste-core/core-bundle/CHANGELOG.md | 65 +++++ packages/paste-core/core-bundle/package.json | 40 ++-- .../paste-core/primitives/box/CHANGELOG.md | 6 + .../paste-core/primitives/box/package.json | 6 +- .../primitives/combobox/CHANGELOG.md | 6 + .../primitives/combobox/package.json | 4 +- packages/paste-icons/CHANGELOG.md | 6 + packages/paste-icons/package.json | 6 +- .../paste-libraries/animation/CHANGELOG.md | 6 + .../paste-libraries/animation/package.json | 2 +- .../paste-libraries/dropdown/CHANGELOG.md | 6 + .../paste-libraries/dropdown/package.json | 2 +- packages/paste-style-props/CHANGELOG.md | 10 + packages/paste-style-props/package.json | 2 +- .../paste-token-contrast-checker/CHANGELOG.md | 10 + .../paste-token-contrast-checker/package.json | 6 +- packages/paste-utils/CHANGELOG.md | 6 + packages/paste-utils/package.json | 4 +- packages/paste-website/CHANGELOG.md | 23 ++ packages/paste-website/package.json | 36 +-- yarn.lock | 226 +++++++++--------- 64 files changed, 455 insertions(+), 350 deletions(-) delete mode 100644 .changeset/chatty-coats-smile.md delete mode 100644 .changeset/cool-maps-peel.md delete mode 100644 .changeset/cyan-pears-leave.md delete mode 100644 .changeset/eleven-badgers-drive.md delete mode 100644 .changeset/fluffy-gifts-repair.md delete mode 100644 .changeset/large-ducks-think.md delete mode 100644 .changeset/ninety-islands-type.md delete mode 100644 .changeset/perfect-apes-drop.md delete mode 100644 .changeset/red-coats-play.md delete mode 100644 .changeset/serious-moose-search.md delete mode 100644 .changeset/seven-comics-behave.md delete mode 100644 .changeset/silent-pets-judge.md delete mode 100644 .changeset/smooth-knives-compare.md delete mode 100644 .changeset/tame-nails-flow.md delete mode 100644 .changeset/tame-readers-battle.md delete mode 100644 .changeset/tender-swans-rule.md delete mode 100644 .changeset/thin-horses-smell.md delete mode 100644 .changeset/thirty-turkeys-bow.md delete mode 100644 .changeset/wise-cameras-sing.md diff --git a/.changeset/chatty-coats-smile.md b/.changeset/chatty-coats-smile.md deleted file mode 100644 index f004e82c7e..0000000000 --- a/.changeset/chatty-coats-smile.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/form-pill-group': patch -'@twilio-paste/core': patch ---- - -[Form Pill Group] Allow overriding the `aria-describedby` attribute. diff --git a/.changeset/cool-maps-peel.md b/.changeset/cool-maps-peel.md deleted file mode 100644 index e540c9dacb..0000000000 --- a/.changeset/cool-maps-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/input-box': patch -'@twilio-paste/core': patch ---- - -[Input Box] Remove focus boxShadow when disabled diff --git a/.changeset/cyan-pears-leave.md b/.changeset/cyan-pears-leave.md deleted file mode 100644 index aa594fb336..0000000000 --- a/.changeset/cyan-pears-leave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/core': patch -'@twilio-paste/combobox-primitive': patch ---- - -[Combobox Primtiive] Export additional Typescript types for the MultiSelect hook diff --git a/.changeset/eleven-badgers-drive.md b/.changeset/eleven-badgers-drive.md deleted file mode 100644 index d993210480..0000000000 --- a/.changeset/eleven-badgers-drive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/modal': patch -'@twilio-paste/core': patch ---- - -[Modal] spread props onto ModalFooterActions component diff --git a/.changeset/fluffy-gifts-repair.md b/.changeset/fluffy-gifts-repair.md deleted file mode 100644 index 3137f31dc9..0000000000 --- a/.changeset/fluffy-gifts-repair.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/animation-library': patch -'@twilio-paste/core': patch ---- - -[Animation Library]: remove unecessary check for VRT tool we no longer use diff --git a/.changeset/large-ducks-think.md b/.changeset/large-ducks-think.md deleted file mode 100644 index 2f21252877..0000000000 --- a/.changeset/large-ducks-think.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/minimizable-dialog': patch -'@twilio-paste/core': patch ---- - -[Minimizable Dialog] fix generic HTMLDiv prop extension, add missing propTypes, export all component interfaces, and add missing peer/dev dependencies. diff --git a/.changeset/ninety-islands-type.md b/.changeset/ninety-islands-type.md deleted file mode 100644 index 7d37274ab4..0000000000 --- a/.changeset/ninety-islands-type.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/avatar': minor -'@twilio-paste/core': minor ---- - -[Avatar] add new variant and color props diff --git a/.changeset/perfect-apes-drop.md b/.changeset/perfect-apes-drop.md deleted file mode 100644 index a775840b51..0000000000 --- a/.changeset/perfect-apes-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/input': minor -'@twilio-paste/core': minor ---- - -[Input] Add ability to unset padding with `padding="space0"` diff --git a/.changeset/red-coats-play.md b/.changeset/red-coats-play.md deleted file mode 100644 index c51194b63e..0000000000 --- a/.changeset/red-coats-play.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/core': minor -'@twilio-paste/utils': minor ---- - -[Utils] Add a `useWindowSize` hook which can be used to react to window resize events. This hook also returns the current responsive breakpoint index used by the design system. diff --git a/.changeset/serious-moose-search.md b/.changeset/serious-moose-search.md deleted file mode 100644 index 8decf6c573..0000000000 --- a/.changeset/serious-moose-search.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/screen-reader-only': patch -'@twilio-paste/core': patch ---- - -[Screen Reader Only] Minor typescript fix for 'as' prop. diff --git a/.changeset/seven-comics-behave.md b/.changeset/seven-comics-behave.md deleted file mode 100644 index 1df9d148d5..0000000000 --- a/.changeset/seven-comics-behave.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@twilio-paste/combobox': minor -'@twilio-paste/core': minor ---- - -[Combobox] Several improvements, including the addition of the much awaited `MultiselectCombobox` component! - -- Improve styling of Combobox menu items -- Performance improvements around virtualized list items -- Add a new `emptyState` prop that is rendered when there are no items in the list. -- Accessibility improvements. diff --git a/.changeset/silent-pets-judge.md b/.changeset/silent-pets-judge.md deleted file mode 100644 index 5c271ce951..0000000000 --- a/.changeset/silent-pets-judge.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@twilio-paste/core': minor -'@twilio-paste/box': minor -'@twilio-paste/style-props': minor ---- - -[Box, Style Props] add support for inset CSS property diff --git a/.changeset/smooth-knives-compare.md b/.changeset/smooth-knives-compare.md deleted file mode 100644 index 671174bd4d..0000000000 --- a/.changeset/smooth-knives-compare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/code-block': patch -'@twilio-paste/core': patch ---- - -[Code Block] add missing peer/dev dependencies diff --git a/.changeset/tame-nails-flow.md b/.changeset/tame-nails-flow.md deleted file mode 100644 index 574de37561..0000000000 --- a/.changeset/tame-nails-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/style-props': patch -'@twilio-paste/token-contrast-checker': patch ---- - -[Style Props] Pin lodash dependency diff --git a/.changeset/tame-readers-battle.md b/.changeset/tame-readers-battle.md deleted file mode 100644 index c27e1ae232..0000000000 --- a/.changeset/tame-readers-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@twilio-paste/icons': minor ---- - -[Icons] Add `SelectedIcon`. This is used in MultiselectCombobox to represent selected items. diff --git a/.changeset/tender-swans-rule.md b/.changeset/tender-swans-rule.md deleted file mode 100644 index d01a6041c5..0000000000 --- a/.changeset/tender-swans-rule.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/form-pill-group': minor -'@twilio-paste/core': minor ---- - -[Form Pill Group] Allow passing a `display` prop as either `inline-flex` or `flex` (default) to the `FormPillGroup` container. diff --git a/.changeset/thin-horses-smell.md b/.changeset/thin-horses-smell.md deleted file mode 100644 index 382e8e8eb7..0000000000 --- a/.changeset/thin-horses-smell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/core': patch -'@twilio-paste/dropdown-library': patch ---- - -[Dropdown Library] Upgrade downshiftjs from version 6.0.6 to 6.1.7 diff --git a/.changeset/thirty-turkeys-bow.md b/.changeset/thirty-turkeys-bow.md deleted file mode 100644 index 65f363aa56..0000000000 --- a/.changeset/thirty-turkeys-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/side-modal': major -'@twilio-paste/core': minor ---- - -[Side Modal] create a new Side Modal component! This modal sits on top of the page on the right side. It should be used when you want a full height modal where you can interact with the rest of the page while it is open. diff --git a/.changeset/wise-cameras-sing.md b/.changeset/wise-cameras-sing.md deleted file mode 100644 index 812c63eb58..0000000000 --- a/.changeset/wise-cameras-sing.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@twilio-paste/checkbox': patch -'@twilio-paste/radio-group': patch -'@twilio-paste/core': patch ---- - -[Checkbox, RadioGroup] When no id is passed, use a unique id. This fixes an issue where id is not marked as a required prop, but the control won't work unless it is passed. diff --git a/packages/paste-core/components/avatar/CHANGELOG.md b/packages/paste-core/components/avatar/CHANGELOG.md index 4dd0102ffd..cae8f3dd30 100644 --- a/packages/paste-core/components/avatar/CHANGELOG.md +++ b/packages/paste-core/components/avatar/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.1.0 + +### Minor Changes + +- [`0ead4dfa0`](https://github.com/twilio-labs/paste/commit/0ead4dfa0492a8caa50b147a81583ea8e306a665) [#2681](https://github.com/twilio-labs/paste/pull/2681) Thanks [@shleewhite](https://github.com/shleewhite)! - [Avatar] add new variant and color props + ## 6.0.0 ### Patch Changes diff --git a/packages/paste-core/components/avatar/package.json b/packages/paste-core/components/avatar/package.json index eeb3273405..fdbc662084 100644 --- a/packages/paste-core/components/avatar/package.json +++ b/packages/paste-core/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/avatar", - "version": "6.0.0", + "version": "6.1.0", "category": "graphic", "status": "production", "description": "An Avatar is a graphical representation of a user or object.", @@ -42,10 +42,10 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/box": "^7.0.0", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/design-tokens": "^8.0.0", - "@twilio-paste/icons": "^9.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/icons": "^9.2.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/text": "^7.0.0", "@twilio-paste/theme": "^8.0.0", diff --git a/packages/paste-core/components/checkbox/CHANGELOG.md b/packages/paste-core/components/checkbox/CHANGELOG.md index f050b0be61..8b660eaf01 100644 --- a/packages/paste-core/components/checkbox/CHANGELOG.md +++ b/packages/paste-core/components/checkbox/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.0.1 + +### Patch Changes + +- [`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35) [#2667](https://github.com/twilio-labs/paste/pull/2667) Thanks [@shleewhite](https://github.com/shleewhite)! - [Checkbox, RadioGroup] When no id is passed, use a unique id. This fixes an issue where id is not marked as a required prop, but the control won't work unless it is passed. + ## 10.0.0 ### Patch Changes diff --git a/packages/paste-core/components/checkbox/package.json b/packages/paste-core/components/checkbox/package.json index 4ebbb3c7a8..a145cbf5f2 100644 --- a/packages/paste-core/components/checkbox/package.json +++ b/packages/paste-core/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/checkbox", - "version": "10.0.0", + "version": "10.0.1", "category": "user input", "status": "production", "description": "A Checkbox is a form element that enables a binary choice and a Checkbox Group is a collection of Checkboxes.", @@ -47,16 +47,16 @@ }, "devDependencies": { "@twilio-paste/base-radio-checkbox": "^10.0.0", - "@twilio-paste/box": "^7.0.0", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/design-tokens": "^8.0.0", "@twilio-paste/help-text": "^10.0.0", - "@twilio-paste/icons": "^9.0.0", + "@twilio-paste/icons": "^9.2.0", "@twilio-paste/inline-control-group": "^10.0.0", "@twilio-paste/label": "^10.0.0", "@twilio-paste/media-object": "^7.0.0", - "@twilio-paste/screen-reader-only": "^10.0.0", + "@twilio-paste/screen-reader-only": "^10.0.1", "@twilio-paste/sibling-box": "^6.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/text": "^7.0.0", "@twilio-paste/theme": "^8.0.0", diff --git a/packages/paste-core/components/code-block/CHANGELOG.md b/packages/paste-core/components/code-block/CHANGELOG.md index 60a55fa182..afc7639ab2 100644 --- a/packages/paste-core/components/code-block/CHANGELOG.md +++ b/packages/paste-core/components/code-block/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/code-block +## 1.0.1 + +### Patch Changes + +- [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Code Block] add missing peer/dev dependencies + ## 1.0.0 ### Major Changes diff --git a/packages/paste-core/components/code-block/package.json b/packages/paste-core/components/code-block/package.json index 4369fa899c..0829de1d60 100644 --- a/packages/paste-core/components/code-block/package.json +++ b/packages/paste-core/components/code-block/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/code-block", - "version": "1.0.0", + "version": "1.0.1", "category": "data display", "status": "production", "description": "A Code Block is a component used to display readable blocks of code.", @@ -40,12 +40,12 @@ "react-dom": "^17.0.2" }, "devDependencies": { - "@twilio-paste/box": "^7.0.1", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/button": "^11.1.1", "@twilio-paste/clipboard-copy-library": "^1.0.4", "@twilio-paste/heading": "^8.0.0", - "@twilio-paste/icons": "^9.1.0", - "@twilio-paste/screen-reader-only": "^10.0.0", + "@twilio-paste/icons": "^9.2.0", + "@twilio-paste/screen-reader-only": "^10.0.1", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/syntax-highlighter-library": "^1.0.0", "@twilio-paste/tabs-primitive": "^0.2.8", diff --git a/packages/paste-core/components/combobox/CHANGELOG.md b/packages/paste-core/components/combobox/CHANGELOG.md index 11fcd8c534..62d4904ada 100644 --- a/packages/paste-core/components/combobox/CHANGELOG.md +++ b/packages/paste-core/components/combobox/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 12.2.0 + +### Minor Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox] Several improvements, including the addition of the much awaited `MultiselectCombobox` component! + + - Improve styling of Combobox menu items + - Performance improvements around virtualized list items + - Add a new `emptyState` prop that is rendered when there are no items in the list. + - Accessibility improvements. + ## 12.1.1 ### Patch Changes diff --git a/packages/paste-core/components/combobox/package.json b/packages/paste-core/components/combobox/package.json index 4a5fa841c8..4582d3c083 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": "12.1.1", + "version": "12.2.0", "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.", @@ -57,29 +57,29 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/animation-library": "^0.3.2", - "@twilio-paste/box": "^7.0.1", + "@twilio-paste/animation-library": "^0.3.8", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/button": "^11.1.1", - "@twilio-paste/combobox-primitive": "^0.3.4", + "@twilio-paste/combobox-primitive": "^0.3.5", "@twilio-paste/design-tokens": "^8.1.0", "@twilio-paste/flex": "^5.0.0", - "@twilio-paste/form-pill-group": "^5.0.0", + "@twilio-paste/form-pill-group": "^5.1.0", "@twilio-paste/help-text": "^10.1.0", - "@twilio-paste/icons": "^9.1.0", - "@twilio-paste/input": "^6.0.0", - "@twilio-paste/input-box": "^7.1.0", + "@twilio-paste/icons": "^9.2.0", + "@twilio-paste/input": "^6.1.0", + "@twilio-paste/input-box": "^7.1.1", "@twilio-paste/label": "^10.1.0", "@twilio-paste/reakit-library": "^0.8.1", - "@twilio-paste/screen-reader-only": "^10.0.0", + "@twilio-paste/screen-reader-only": "^10.0.1", "@twilio-paste/spinner": "^11.0.0", "@twilio-paste/stack": "^5.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/text": "^7.0.0", "@twilio-paste/theme": "^8.0.1", "@twilio-paste/types": "^3.1.8", "@twilio-paste/uid-library": "^0.2.5", - "@twilio-paste/utils": "^1.1.5", + "@twilio-paste/utils": "^1.2.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/paste-core/components/form-pill-group/CHANGELOG.md b/packages/paste-core/components/form-pill-group/CHANGELOG.md index 8633b6a635..df848cc6d6 100644 --- a/packages/paste-core/components/form-pill-group/CHANGELOG.md +++ b/packages/paste-core/components/form-pill-group/CHANGELOG.md @@ -1,5 +1,15 @@ # @twilio-paste/form-pill-group +## 5.1.0 + +### Minor Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Form Pill Group] Allow passing a `display` prop as either `inline-flex` or `flex` (default) to the `FormPillGroup` container. + +### Patch Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Form Pill Group] Allow overriding the `aria-describedby` attribute. + ## 5.0.0 ### Patch Changes diff --git a/packages/paste-core/components/form-pill-group/package.json b/packages/paste-core/components/form-pill-group/package.json index 5f956c36ab..3109445704 100644 --- a/packages/paste-core/components/form-pill-group/package.json +++ b/packages/paste-core/components/form-pill-group/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/form-pill-group", - "version": "5.0.0", + "version": "5.1.0", "category": "interaction", "status": "production", "description": "A Form Pill Group is an editable set of Pills that represent a collection of selectable or removable objects.", @@ -45,14 +45,14 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/animation-library": "^0.3.7", - "@twilio-paste/box": "^7.0.0", + "@twilio-paste/animation-library": "^0.3.8", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/customization": "^5.0.0", "@twilio-paste/design-tokens": "^8.0.0", - "@twilio-paste/icons": "^9.0.0", + "@twilio-paste/icons": "^9.2.0", "@twilio-paste/reakit-library": "^0.8.6", - "@twilio-paste/screen-reader-only": "^10.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/screen-reader-only": "^10.0.1", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/theme": "^8.0.0", "@twilio-paste/types": "^3.1.8", diff --git a/packages/paste-core/components/input-box/CHANGELOG.md b/packages/paste-core/components/input-box/CHANGELOG.md index f6968385dd..1acdb71bfe 100644 --- a/packages/paste-core/components/input-box/CHANGELOG.md +++ b/packages/paste-core/components/input-box/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.1.1 + +### Patch Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Input Box] Remove focus boxShadow when disabled + ## 7.1.0 ### Minor Changes diff --git a/packages/paste-core/components/input-box/package.json b/packages/paste-core/components/input-box/package.json index a9cb28096a..48d96e3f5a 100644 --- a/packages/paste-core/components/input-box/package.json +++ b/packages/paste-core/components/input-box/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/input-box", - "version": "7.1.0", + "version": "7.1.1", "category": "user input", "status": "production", "description": "Visual box around every Paste input type", @@ -37,9 +37,9 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/box": "^7.0.1", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/design-tokens": "^8.1.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/theme": "^8.0.1", "@twilio-paste/types": "^3.1.8", diff --git a/packages/paste-core/components/input/CHANGELOG.md b/packages/paste-core/components/input/CHANGELOG.md index c71ae1c172..2a523ead5a 100644 --- a/packages/paste-core/components/input/CHANGELOG.md +++ b/packages/paste-core/components/input/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.1.0 + +### Minor Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Input] Add ability to unset padding with `padding="space0"` + ## 6.0.0 ### Patch Changes diff --git a/packages/paste-core/components/input/package.json b/packages/paste-core/components/input/package.json index 4822aa2ee6..1a16c2a313 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": "6.0.0", + "version": "6.1.0", "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.", @@ -38,10 +38,10 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/box": "^7.0.0", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/design-tokens": "^8.0.0", - "@twilio-paste/input-box": "^7.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/input-box": "^7.1.1", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/theme": "^8.0.0", "@twilio-paste/types": "^3.1.8", diff --git a/packages/paste-core/components/minimizable-dialog/CHANGELOG.md b/packages/paste-core/components/minimizable-dialog/CHANGELOG.md index e2fdfa794f..1353658718 100644 --- a/packages/paste-core/components/minimizable-dialog/CHANGELOG.md +++ b/packages/paste-core/components/minimizable-dialog/CHANGELOG.md @@ -1,8 +1,13 @@ # @twilio-paste/minimizable-dialog -## 1.0.0 -### Major Changes +## 1.0.1 + +### Patch Changes +- [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Minimizable Dialog] fix generic HTMLDiv prop extension, add missing propTypes, export all component interfaces, and add missing peer/dev dependencies. +## 1.0.0 + +### Major Changes - [`b8c3d33c9`](https://github.com/twilio-labs/paste/commit/b8c3d33c9b55b6967b075159f8fe490f7cba2d38) [#2623](https://github.com/twilio-labs/paste/pull/2623) Thanks [@shleewhite](https://github.com/shleewhite)! - [Minimizable Dialog] Introducing the all-new Minimizable Dialog component! This component can be used for a chat widget so that users can keep the chat open while they interact with the rest of the page. 🎉 diff --git a/packages/paste-core/components/minimizable-dialog/package.json b/packages/paste-core/components/minimizable-dialog/package.json index 8b449b56b9..d8b5ab656e 100644 --- a/packages/paste-core/components/minimizable-dialog/package.json +++ b/packages/paste-core/components/minimizable-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/minimizable-dialog", - "version": "1.0.0", + "version": "1.0.1", "category": "overlays", "status": "production", "description": "A dialog that can be minimized.", @@ -40,13 +40,13 @@ "react-dom": "^17.0.2" }, "devDependencies": { - "@twilio-paste/box": "^7.0.1", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/button": "^11.1.1", "@twilio-paste/design-tokens": "^8.1.0", - "@twilio-paste/icons": "^9.0.0", + "@twilio-paste/icons": "^9.2.0", "@twilio-paste/non-modal-dialog-primitive": "^0.3.10", - "@twilio-paste/screen-reader-only": "^10.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/screen-reader-only": "^10.0.1", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.0", "@twilio-paste/theme": "^8.0.1", "@twilio-paste/types": "^3.1.1", diff --git a/packages/paste-core/components/modal/CHANGELOG.md b/packages/paste-core/components/modal/CHANGELOG.md index efe41d0e19..8ce0561c83 100644 --- a/packages/paste-core/components/modal/CHANGELOG.md +++ b/packages/paste-core/components/modal/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.0.1 + +### Patch Changes + +- [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Modal] spread props onto ModalFooterActions component + ## 12.0.0 ### Patch Changes diff --git a/packages/paste-core/components/modal/package.json b/packages/paste-core/components/modal/package.json index dff1252a15..cb007aea66 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": "12.0.0", + "version": "12.0.1", "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.", @@ -45,16 +45,16 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/animation-library": "^0.3.7", - "@twilio-paste/box": "^7.0.0", + "@twilio-paste/animation-library": "^0.3.8", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/button": "^11.0.0", "@twilio-paste/design-tokens": "^8.0.0", "@twilio-paste/flex": "^5.0.0", "@twilio-paste/heading": "^8.0.0", - "@twilio-paste/icons": "^9.0.0", + "@twilio-paste/icons": "^9.2.0", "@twilio-paste/modal-dialog-primitive": "^0.3.2", "@twilio-paste/spinner": "^11.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/text": "^7.0.0", "@twilio-paste/theme": "^8.0.0", diff --git a/packages/paste-core/components/radio-group/CHANGELOG.md b/packages/paste-core/components/radio-group/CHANGELOG.md index dfc6d5b7e6..ffcaf968db 100644 --- a/packages/paste-core/components/radio-group/CHANGELOG.md +++ b/packages/paste-core/components/radio-group/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.0.1 + +### Patch Changes + +- [`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35) [#2667](https://github.com/twilio-labs/paste/pull/2667) Thanks [@shleewhite](https://github.com/shleewhite)! - [Checkbox, RadioGroup] When no id is passed, use a unique id. This fixes an issue where id is not marked as a required prop, but the control won't work unless it is passed. + ## 10.0.0 ### Patch Changes diff --git a/packages/paste-core/components/radio-group/package.json b/packages/paste-core/components/radio-group/package.json index 16040eeb61..4a158b0030 100644 --- a/packages/paste-core/components/radio-group/package.json +++ b/packages/paste-core/components/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/radio-group", - "version": "10.0.0", + "version": "10.0.1", "category": "user input", "status": "production", "description": "A Radio Group is a form element that lets users select a single choice from a list of at least two options.", @@ -47,16 +47,16 @@ }, "devDependencies": { "@twilio-paste/base-radio-checkbox": "^10.0.0", - "@twilio-paste/box": "^7.0.0", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/design-tokens": "^8.0.0", "@twilio-paste/flex": "^5.0.0", "@twilio-paste/help-text": "^10.0.0", - "@twilio-paste/icons": "^9.0.0", + "@twilio-paste/icons": "^9.2.0", "@twilio-paste/inline-control-group": "^10.0.0", "@twilio-paste/label": "^10.0.0", - "@twilio-paste/screen-reader-only": "^10.0.0", + "@twilio-paste/screen-reader-only": "^10.0.1", "@twilio-paste/sibling-box": "^6.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/text": "^7.0.0", "@twilio-paste/theme": "^8.0.0", diff --git a/packages/paste-core/components/screen-reader-only/CHANGELOG.md b/packages/paste-core/components/screen-reader-only/CHANGELOG.md index 08d3293e3f..cbdc758f6e 100644 --- a/packages/paste-core/components/screen-reader-only/CHANGELOG.md +++ b/packages/paste-core/components/screen-reader-only/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.0.1 + +### Patch Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Screen Reader Only] Minor typescript fix for 'as' prop. + ## 10.0.0 ### Patch Changes diff --git a/packages/paste-core/components/screen-reader-only/package.json b/packages/paste-core/components/screen-reader-only/package.json index b5bf4ef8a7..9b88a32be6 100644 --- a/packages/paste-core/components/screen-reader-only/package.json +++ b/packages/paste-core/components/screen-reader-only/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/screen-reader-only", - "version": "10.0.0", + "version": "10.0.1", "category": "typography", "status": "production", "description": "Screen Reader Only is a utility that visually hides content to provide an accessible experience for users of assistive technology.", @@ -37,10 +37,10 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/box": "^7.0.0", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/design-tokens": "^8.0.0", - "@twilio-paste/icons": "^9.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/icons": "^9.2.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/theme": "^8.0.0", "@twilio-paste/types": "^3.1.8", diff --git a/packages/paste-core/components/side-modal/CHANGELOG.md b/packages/paste-core/components/side-modal/CHANGELOG.md index e69de29bb2..bb679a68c8 100644 --- a/packages/paste-core/components/side-modal/CHANGELOG.md +++ b/packages/paste-core/components/side-modal/CHANGELOG.md @@ -0,0 +1,7 @@ +# @twilio-paste/side-modal + +## 1.0.0 + +### Major Changes + +- [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Side Modal] create a new Side Modal component! This modal sits on top of the page on the right side. It should be used when you want a full height modal where you can interact with the rest of the page while it is open. diff --git a/packages/paste-core/components/side-modal/package.json b/packages/paste-core/components/side-modal/package.json index 1a8cf9b2ed..f5ac9992d3 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": "0.0.0", + "version": "1.0.0", "category": "overlays", "status": "production", "description": "A modal that stays on the side of the screen.", @@ -41,14 +41,14 @@ "react-dom": "^17.0.2" }, "devDependencies": { - "@twilio-paste/box": "^7.0.1", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/button": "^11.1.1", "@twilio-paste/design-tokens": "^8.1.0", "@twilio-paste/heading": "^8.0.0", - "@twilio-paste/icons": "^9.0.0", + "@twilio-paste/icons": "^9.2.0", "@twilio-paste/non-modal-dialog-primitive": "^0.3.10", - "@twilio-paste/screen-reader-only": "^10.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/screen-reader-only": "^10.0.1", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.0", "@twilio-paste/theme": "^8.0.1", "@twilio-paste/types": "^3.1.1", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 03481e8280..ad3b05a090 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,70 @@ # Change Log +## 15.3.0 + +### Minor Changes + +- [`0ead4dfa0`](https://github.com/twilio-labs/paste/commit/0ead4dfa0492a8caa50b147a81583ea8e306a665) [#2681](https://github.com/twilio-labs/paste/pull/2681) Thanks [@shleewhite](https://github.com/shleewhite)! - [Avatar] add new variant and color props + +* [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Input] Add ability to unset padding with `padding="space0"` + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Utils] Add a `useWindowSize` hook which can be used to react to window resize events. This hook also returns the current responsive breakpoint index used by the design system. + +* [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox] Several improvements, including the addition of the much awaited `MultiselectCombobox` component! + + - Improve styling of Combobox menu items + - Performance improvements around virtualized list items + - Add a new `emptyState` prop that is rendered when there are no items in the list. + - Accessibility improvements. + +- [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Box, Style Props] add support for inset CSS property + +* [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Form Pill Group] Allow passing a `display` prop as either `inline-flex` or `flex` (default) to the `FormPillGroup` container. + +- [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Side Modal] create a new Side Modal component! This modal sits on top of the page on the right side. It should be used when you want a full height modal where you can interact with the rest of the page while it is open. + +### Patch Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Form Pill Group] Allow overriding the `aria-describedby` attribute. + +* [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Input Box] Remove focus boxShadow when disabled + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox Primtiive] Export additional Typescript types for the MultiSelect hook + +* [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Modal] spread props onto ModalFooterActions component + +- [`99bb7a146`](https://github.com/twilio-labs/paste/commit/99bb7a146bdd75c1b90f90769e74f162128b698e) [#2664](https://github.com/twilio-labs/paste/pull/2664) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Animation Library]: remove unecessary check for VRT tool we no longer use + +* [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Minimizable Dialog] fix generic HTMLDiv prop extension, add missing propTypes, export all component interfaces, and add missing peer/dev dependencies. + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Screen Reader Only] Minor typescript fix for 'as' prop. + +* [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Code Block] add missing peer/dev dependencies + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Dropdown Library] Upgrade downshiftjs from version 6.0.6 to 6.1.7 + +* [`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35) [#2667](https://github.com/twilio-labs/paste/pull/2667) Thanks [@shleewhite](https://github.com/shleewhite)! - [Checkbox, RadioGroup] When no id is passed, use a unique id. This fixes an issue where id is not marked as a required prop, but the control won't work unless it is passed. + +* Updated dependencies [[`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`99bb7a146`](https://github.com/twilio-labs/paste/commit/99bb7a146bdd75c1b90f90769e74f162128b698e), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`0ead4dfa0`](https://github.com/twilio-labs/paste/commit/0ead4dfa0492a8caa50b147a81583ea8e306a665), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35)]: + - @twilio-paste/form-pill-group@5.1.0 + - @twilio-paste/input-box@7.1.1 + - @twilio-paste/combobox-primitive@0.3.5 + - @twilio-paste/modal@12.0.1 + - @twilio-paste/animation-library@0.3.8 + - @twilio-paste/minimizable-dialog@1.0.1 + - @twilio-paste/avatar@6.1.0 + - @twilio-paste/input@6.1.0 + - @twilio-paste/utils@1.2.0 + - @twilio-paste/screen-reader-only@10.0.1 + - @twilio-paste/combobox@12.2.0 + - @twilio-paste/box@7.1.0 + - @twilio-paste/style-props@6.1.0 + - @twilio-paste/code-block@1.0.1 + - @twilio-paste/dropdown-library@1.1.6 + - @twilio-paste/side-modal@1.0.0 + - @twilio-paste/checkbox@10.0.1 + - @twilio-paste/radio-group@10.0.1 + ## 15.2.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 5784f7e0d9..4632a1c4d0 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": "15.2.0", + "version": "15.3.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -27,23 +27,23 @@ "@twilio-paste/alert": "^11.0.1", "@twilio-paste/alert-dialog": "^5.0.0", "@twilio-paste/anchor": "^9.0.0", - "@twilio-paste/animation-library": "^0.3.7", + "@twilio-paste/animation-library": "^0.3.8", "@twilio-paste/aspect-ratio": "^7.0.0", - "@twilio-paste/avatar": "^6.0.0", + "@twilio-paste/avatar": "^6.1.0", "@twilio-paste/badge": "^5.0.0", "@twilio-paste/base-radio-checkbox": "^10.0.0", - "@twilio-paste/box": "^7.0.1", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/breadcrumb": "^8.0.0", "@twilio-paste/button": "^11.1.1", "@twilio-paste/callout": "^1.0.0", "@twilio-paste/card": "^6.0.0", "@twilio-paste/chat-log": "^2.0.1", - "@twilio-paste/checkbox": "^10.0.0", + "@twilio-paste/checkbox": "^10.0.1", "@twilio-paste/clipboard-copy-library": "^1.0.4", - "@twilio-paste/code-block": "^1.0.0", + "@twilio-paste/code-block": "^1.0.1", "@twilio-paste/color-contrast-utils": "^3.0.0", - "@twilio-paste/combobox": "^12.1.1", - "@twilio-paste/combobox-primitive": "^0.3.4", + "@twilio-paste/combobox": "^12.2.0", + "@twilio-paste/combobox-primitive": "^0.3.5", "@twilio-paste/customization": "^5.0.0", "@twilio-paste/data-grid": "^4.1.0", "@twilio-paste/data-visualization-library": "^2.0.0", @@ -52,40 +52,40 @@ "@twilio-paste/disclosure": "^9.0.0", "@twilio-paste/disclosure-primitive": "^0.3.9", "@twilio-paste/display-pill-group": "^5.0.0", - "@twilio-paste/dropdown-library": "^1.1.5", + "@twilio-paste/dropdown-library": "^1.1.6", "@twilio-paste/flex": "^5.0.0", - "@twilio-paste/form-pill-group": "^5.0.0", + "@twilio-paste/form-pill-group": "^5.1.0", "@twilio-paste/grid": "^5.0.0", "@twilio-paste/heading": "^8.0.0", "@twilio-paste/help-text": "^10.1.0", "@twilio-paste/inline-code": "^1.0.0", "@twilio-paste/inline-control-group": "^10.0.0", - "@twilio-paste/input": "^6.0.0", - "@twilio-paste/input-box": "^7.1.0", + "@twilio-paste/input": "^6.1.0", + "@twilio-paste/input-box": "^7.1.1", "@twilio-paste/label": "^10.1.0", "@twilio-paste/list": "^5.0.0", "@twilio-paste/media-object": "^7.0.0", "@twilio-paste/menu": "^11.1.0", "@twilio-paste/menu-primitive": "^0.2.10", - "@twilio-paste/minimizable-dialog": "^1.0.0", - "@twilio-paste/modal": "^12.0.0", + "@twilio-paste/minimizable-dialog": "^1.0.1", + "@twilio-paste/modal": "^12.0.1", "@twilio-paste/modal-dialog-primitive": "^0.3.2", "@twilio-paste/non-modal-dialog-primitive": "^0.3.10", "@twilio-paste/pagination": "^4.0.0", "@twilio-paste/paragraph": "^7.0.0", "@twilio-paste/popover": "^10.0.0", - "@twilio-paste/radio-group": "^10.0.0", + "@twilio-paste/radio-group": "^10.0.1", "@twilio-paste/react-textarea-autosize-library": "^1.0.0", "@twilio-paste/reakit-library": "^0.8.6", - "@twilio-paste/screen-reader-only": "^10.0.0", + "@twilio-paste/screen-reader-only": "^10.0.1", "@twilio-paste/select": "^9.1.0", "@twilio-paste/separator": "^5.0.0", "@twilio-paste/sibling-box": "^6.0.0", - "@twilio-paste/side-modal": "^0.0.0", + "@twilio-paste/side-modal": "^1.0.0", "@twilio-paste/skeleton-loader": "^3.0.0", "@twilio-paste/spinner": "^11.0.0", "@twilio-paste/stack": "^5.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/switch": "^1.0.0", "@twilio-paste/syntax-highlighter-library": "^1.0.0", @@ -102,7 +102,7 @@ "@twilio-paste/truncate": "^11.0.0", "@twilio-paste/types": "^3.1.8", "@twilio-paste/uid-library": "^0.2.5", - "@twilio-paste/utils": "^1.1.5" + "@twilio-paste/utils": "^1.2.0" }, "peerDependencies": { "@twilio-paste/icons": "^9.0.0", @@ -111,7 +111,7 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/icons": "^9.1.0", + "@twilio-paste/icons": "^9.2.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/packages/paste-core/primitives/box/CHANGELOG.md b/packages/paste-core/primitives/box/CHANGELOG.md index ff242ba829..eadac1872c 100644 --- a/packages/paste-core/primitives/box/CHANGELOG.md +++ b/packages/paste-core/primitives/box/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.1.0 + +### Minor Changes + +- [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Box, Style Props] add support for inset CSS property + ## 7.0.1 ### Patch Changes diff --git a/packages/paste-core/primitives/box/package.json b/packages/paste-core/primitives/box/package.json index e3aac0de53..397d16b3e0 100644 --- a/packages/paste-core/primitives/box/package.json +++ b/packages/paste-core/primitives/box/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/box", - "version": "7.0.1", + "version": "7.1.0", "category": "layout", "status": "production", "description": "A primitive component that can be used to create all block level styles in Paste", @@ -40,10 +40,10 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/animation-library": "^0.3.7", + "@twilio-paste/animation-library": "^0.3.8", "@twilio-paste/customization": "^5.0.0", "@twilio-paste/design-tokens": "^8.1.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/theme": "^8.0.1", "@twilio-paste/types": "^3.1.8", diff --git a/packages/paste-core/primitives/combobox/CHANGELOG.md b/packages/paste-core/primitives/combobox/CHANGELOG.md index 2edfa2aba7..55ff366e6c 100644 --- a/packages/paste-core/primitives/combobox/CHANGELOG.md +++ b/packages/paste-core/primitives/combobox/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.3.5 + +### Patch Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox Primtiive] Export additional Typescript types for the MultiSelect hook + ## 0.3.4 ### Patch Changes diff --git a/packages/paste-core/primitives/combobox/package.json b/packages/paste-core/primitives/combobox/package.json index c41de25b93..9bb193b895 100644 --- a/packages/paste-core/primitives/combobox/package.json +++ b/packages/paste-core/primitives/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/combobox-primitive", - "version": "0.3.4", + "version": "0.3.5", "category": "user input", "status": "production", "description": "An unstyled and accessible basis upon which to build a combobox.", @@ -31,7 +31,7 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/dropdown-library": "^1.1.5", + "@twilio-paste/dropdown-library": "^1.1.6", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/packages/paste-icons/CHANGELOG.md b/packages/paste-icons/CHANGELOG.md index b46682cf56..09cdc460f0 100644 --- a/packages/paste-icons/CHANGELOG.md +++ b/packages/paste-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 9.2.0 + +### Minor Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Icons] Add `SelectedIcon`. This is used in MultiselectCombobox to represent selected items. + ## 9.1.0 ### Minor Changes diff --git a/packages/paste-icons/package.json b/packages/paste-icons/package.json index d78b5a13c1..495abdc599 100644 --- a/packages/paste-icons/package.json +++ b/packages/paste-icons/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/icons", - "version": "9.1.0", + "version": "9.2.0", "description": "Twilio's icon library, ready for use and with accessibility considerations", "author": "Twilio Inc.", "license": "MIT", @@ -37,9 +37,9 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/box": "^7.0.0", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/design-tokens": "^8.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/theme": "^8.0.0", "@twilio-paste/types": "^3.1.8", diff --git a/packages/paste-libraries/animation/CHANGELOG.md b/packages/paste-libraries/animation/CHANGELOG.md index 10210b6436..9b9dcfc047 100644 --- a/packages/paste-libraries/animation/CHANGELOG.md +++ b/packages/paste-libraries/animation/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.3.8 + +### Patch Changes + +- [`99bb7a146`](https://github.com/twilio-labs/paste/commit/99bb7a146bdd75c1b90f90769e74f162128b698e) [#2664](https://github.com/twilio-labs/paste/pull/2664) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Animation Library]: remove unecessary check for VRT tool we no longer use + ## 0.3.7 ### Patch Changes diff --git a/packages/paste-libraries/animation/package.json b/packages/paste-libraries/animation/package.json index 5630c4ef0e..a9481ed35b 100644 --- a/packages/paste-libraries/animation/package.json +++ b/packages/paste-libraries/animation/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/animation-library", - "version": "0.3.7", + "version": "0.3.8", "category": "interaction", "status": "production", "description": "Paste's animation library of choice.", diff --git a/packages/paste-libraries/dropdown/CHANGELOG.md b/packages/paste-libraries/dropdown/CHANGELOG.md index c7be1940ca..b3474ac862 100644 --- a/packages/paste-libraries/dropdown/CHANGELOG.md +++ b/packages/paste-libraries/dropdown/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.1.6 + +### Patch Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Dropdown Library] Upgrade downshiftjs from version 6.0.6 to 6.1.7 + ## 1.1.5 ### Patch Changes diff --git a/packages/paste-libraries/dropdown/package.json b/packages/paste-libraries/dropdown/package.json index a80180a203..dd4498ec6f 100644 --- a/packages/paste-libraries/dropdown/package.json +++ b/packages/paste-libraries/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/dropdown-library", - "version": "1.1.5", + "version": "1.1.6", "category": "dropdown", "status": "production", "description": "A library to build dropdowns.", diff --git a/packages/paste-style-props/CHANGELOG.md b/packages/paste-style-props/CHANGELOG.md index 4e87bf53f6..da50ef5b17 100644 --- a/packages/paste-style-props/CHANGELOG.md +++ b/packages/paste-style-props/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 6.1.0 + +### Minor Changes + +- [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16) [#2676](https://github.com/twilio-labs/paste/pull/2676) Thanks [@shleewhite](https://github.com/shleewhite)! - [Box, Style Props] add support for inset CSS property + +### Patch Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Style Props] Pin lodash dependency + ## 6.0.0 ### Minor Changes diff --git a/packages/paste-style-props/package.json b/packages/paste-style-props/package.json index edd4037225..29003c1b0f 100644 --- a/packages/paste-style-props/package.json +++ b/packages/paste-style-props/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/style-props", - "version": "6.0.0", + "version": "6.1.0", "description": "Shared utilities for style properties used in Paste", "author": "Twilio Inc.", "license": "MIT", diff --git a/packages/paste-token-contrast-checker/CHANGELOG.md b/packages/paste-token-contrast-checker/CHANGELOG.md index c8a8c2ebe5..e1a7479a4d 100644 --- a/packages/paste-token-contrast-checker/CHANGELOG.md +++ b/packages/paste-token-contrast-checker/CHANGELOG.md @@ -1,5 +1,15 @@ # @twilio-paste/token-contrast-checker +## 0.1.9 + +### Patch Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Style Props] Pin lodash dependency + +- Updated dependencies [[`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`99bb7a146`](https://github.com/twilio-labs/paste/commit/99bb7a146bdd75c1b90f90769e74f162128b698e), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`0ead4dfa0`](https://github.com/twilio-labs/paste/commit/0ead4dfa0492a8caa50b147a81583ea8e306a665), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35)]: + - @twilio-paste/core@15.3.0 + - @twilio-paste/icons@9.2.0 + ## 0.1.8 ### Patch Changes diff --git a/packages/paste-token-contrast-checker/package.json b/packages/paste-token-contrast-checker/package.json index 468d6b7344..5c5da9226a 100644 --- a/packages/paste-token-contrast-checker/package.json +++ b/packages/paste-token-contrast-checker/package.json @@ -1,10 +1,10 @@ { "name": "@twilio-paste/token-contrast-checker", - "version": "0.1.8", + "version": "0.1.9", "private": true, "dependencies": { - "@twilio-paste/core": "^15.0.0", - "@twilio-paste/icons": "^9.0.0", + "@twilio-paste/core": "^15.3.0", + "@twilio-paste/icons": "^9.2.0", "lodash": "4.17.21", "prop-types": "^15.7.2", "react": "^17.0.2", diff --git a/packages/paste-utils/CHANGELOG.md b/packages/paste-utils/CHANGELOG.md index b4db7b42df..dc547da152 100644 --- a/packages/paste-utils/CHANGELOG.md +++ b/packages/paste-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/utils +## 1.2.0 + +### Minor Changes + +- [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d) [#2660](https://github.com/twilio-labs/paste/pull/2660) Thanks [@TheSisb](https://github.com/TheSisb)! - [Utils] Add a `useWindowSize` hook which can be used to react to window resize events. This hook also returns the current responsive breakpoint index used by the design system. + ## 1.1.5 ### Patch Changes diff --git a/packages/paste-utils/package.json b/packages/paste-utils/package.json index 2a1a73cb1b..41f614d613 100644 --- a/packages/paste-utils/package.json +++ b/packages/paste-utils/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/utils", - "version": "1.1.5", + "version": "1.2.0", "description": "Paste Design System shared utilities and React hooks.", "author": "Twilio Inc.", "license": "MIT", @@ -36,7 +36,7 @@ "react-dom": "^16.8.6 || ^17.0.2" }, "devDependencies": { - "@twilio-paste/animation-library": "^0.3.7", + "@twilio-paste/animation-library": "^0.3.8", "@twilio-paste/color-contrast-utils": "^3.0.0", "@twilio-paste/design-tokens": "^8.1.0", "@twilio-paste/styling-library": "^1.0.2", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index 9383469e48..105e53f4b9 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,28 @@ # @twilio-paste/website +## 2.23.22 + +### Patch Changes + +- Updated dependencies [[`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`99bb7a146`](https://github.com/twilio-labs/paste/commit/99bb7a146bdd75c1b90f90769e74f162128b698e), [`0ead4dfa0`](https://github.com/twilio-labs/paste/commit/0ead4dfa0492a8caa50b147a81583ea8e306a665), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`312a3ccf6`](https://github.com/twilio-labs/paste/commit/312a3ccf66c217a332526dfdd09c21606fbf4e9d), [`fcd2de38a`](https://github.com/twilio-labs/paste/commit/fcd2de38aba559e7bb9b1d150417a94a30beff16), [`02725a235`](https://github.com/twilio-labs/paste/commit/02725a235378cd9bb3eaa6513731d98877cc5b35)]: + - @twilio-paste/form-pill-group@5.1.0 + - @twilio-paste/input-box@7.1.1 + - @twilio-paste/combobox-primitive@0.3.5 + - @twilio-paste/modal@12.0.1 + - @twilio-paste/animation-library@0.3.8 + - @twilio-paste/avatar@6.1.0 + - @twilio-paste/input@6.1.0 + - @twilio-paste/utils@1.2.0 + - @twilio-paste/screen-reader-only@10.0.1 + - @twilio-paste/combobox@12.2.0 + - @twilio-paste/box@7.1.0 + - @twilio-paste/style-props@6.1.0 + - @twilio-paste/icons@9.2.0 + - @twilio-paste/dropdown-library@1.1.6 + - @twilio-paste/side-modal@1.0.0 + - @twilio-paste/checkbox@10.0.1 + - @twilio-paste/radio-group@10.0.1 + ## 2.23.21 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 99c3678ca6..d4e4ce5768 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.21", + "version": "2.23.22", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -26,22 +26,22 @@ "@twilio-paste/alert": "^11.0.1", "@twilio-paste/alert-dialog": "^5.0.0", "@twilio-paste/anchor": "^9.0.0", - "@twilio-paste/animation-library": "^0.3.7", + "@twilio-paste/animation-library": "^0.3.8", "@twilio-paste/aspect-ratio": "^7.0.0", - "@twilio-paste/avatar": "^6.0.0", + "@twilio-paste/avatar": "^6.1.0", "@twilio-paste/badge": "^5.0.0", "@twilio-paste/base-radio-checkbox": "^10.0.0", - "@twilio-paste/box": "^7.0.1", + "@twilio-paste/box": "^7.1.0", "@twilio-paste/breadcrumb": "^8.0.0", "@twilio-paste/button": "^11.1.0", "@twilio-paste/callout": "^1.0.0", "@twilio-paste/card": "^6.0.0", "@twilio-paste/chat-log": "^2.0.0", - "@twilio-paste/checkbox": "^10.0.0", + "@twilio-paste/checkbox": "^10.0.1", "@twilio-paste/clipboard-copy-library": "^1.0.4", "@twilio-paste/color-contrast-utils": "^3.0.0", - "@twilio-paste/combobox": "^12.1.0", - "@twilio-paste/combobox-primitive": "^0.3.4", + "@twilio-paste/combobox": "^12.2.0", + "@twilio-paste/combobox-primitive": "^0.3.5", "@twilio-paste/customization": "^5.0.0", "@twilio-paste/data-visualization-library": "^2.0.0", "@twilio-paste/date-picker": "^3.0.0", @@ -49,38 +49,38 @@ "@twilio-paste/disclosure": "^9.0.0", "@twilio-paste/disclosure-primitive": "^0.3.9", "@twilio-paste/display-pill-group": "^5.0.0", - "@twilio-paste/dropdown-library": "^1.1.5", + "@twilio-paste/dropdown-library": "^1.1.6", "@twilio-paste/flex": "^5.0.0", - "@twilio-paste/form-pill-group": "^5.0.0", + "@twilio-paste/form-pill-group": "^5.1.0", "@twilio-paste/grid": "^5.0.0", "@twilio-paste/heading": "^8.0.0", "@twilio-paste/help-text": "^10.0.0", - "@twilio-paste/icons": "^9.0.0", + "@twilio-paste/icons": "^9.2.0", "@twilio-paste/inline-control-group": "^10.0.0", - "@twilio-paste/input": "^6.0.0", - "@twilio-paste/input-box": "^7.1.0", + "@twilio-paste/input": "^6.1.0", + "@twilio-paste/input-box": "^7.1.1", "@twilio-paste/label": "^10.1.0", "@twilio-paste/list": "^5.0.0", "@twilio-paste/media-object": "^7.0.0", "@twilio-paste/menu": "^11.1.0", "@twilio-paste/menu-primitive": "^0.2.10", - "@twilio-paste/modal": "^12.0.0", + "@twilio-paste/modal": "^12.0.1", "@twilio-paste/modal-dialog-primitive": "^0.3.2", "@twilio-paste/non-modal-dialog-primitive": "^0.3.10", "@twilio-paste/pagination": "^4.0.0", "@twilio-paste/paragraph": "^7.0.0", "@twilio-paste/popover": "^10.0.0", - "@twilio-paste/radio-group": "^10.0.0", + "@twilio-paste/radio-group": "^10.0.1", "@twilio-paste/reakit-library": "^0.8.6", - "@twilio-paste/screen-reader-only": "^10.0.0", + "@twilio-paste/screen-reader-only": "^10.0.1", "@twilio-paste/select": "^9.1.0", "@twilio-paste/separator": "^5.0.0", "@twilio-paste/sibling-box": "^6.0.0", - "@twilio-paste/side-modal": "^0.0.0", + "@twilio-paste/side-modal": "^1.0.0", "@twilio-paste/skeleton-loader": "^3.0.0", "@twilio-paste/spinner": "^11.0.0", "@twilio-paste/stack": "^5.0.0", - "@twilio-paste/style-props": "^6.0.0", + "@twilio-paste/style-props": "^6.1.0", "@twilio-paste/styling-library": "^1.0.2", "@twilio-paste/table": "^5.1.0", "@twilio-paste/tabs": "^5.0.0", @@ -95,7 +95,7 @@ "@twilio-paste/truncate": "^11.0.0", "@twilio-paste/types": "^3.1.8", "@twilio-paste/uid-library": "^0.2.5", - "@twilio-paste/utils": "^1.1.5", + "@twilio-paste/utils": "^1.2.0", "@types/lodash": "^4.14.182", "@types/mdx-js__react": "^1.5.5", "chrome-aws-lambda": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index 54d3a0d6d1..1c7dc6e501 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9614,7 +9614,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/animation-library@^0.3.2, @twilio-paste/animation-library@^0.3.7, @twilio-paste/animation-library@workspace:packages/paste-libraries/animation": +"@twilio-paste/animation-library@^0.3.7, @twilio-paste/animation-library@^0.3.8, @twilio-paste/animation-library@workspace:packages/paste-libraries/animation": version: 0.0.0-use.local resolution: "@twilio-paste/animation-library@workspace:packages/paste-libraries/animation" dependencies: @@ -9654,14 +9654,14 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/avatar@^6.0.0, @twilio-paste/avatar@workspace:packages/paste-core/components/avatar": +"@twilio-paste/avatar@^6.1.0, @twilio-paste/avatar@workspace:packages/paste-core/components/avatar": version: 0.0.0-use.local resolution: "@twilio-paste/avatar@workspace:packages/paste-core/components/avatar" dependencies: - "@twilio-paste/box": ^7.0.0 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/design-tokens": ^8.0.0 - "@twilio-paste/icons": ^9.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/icons": ^9.2.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/text": ^7.0.0 "@twilio-paste/theme": ^8.0.0 @@ -9766,14 +9766,14 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/box@^7.0.0, @twilio-paste/box@^7.0.1, @twilio-paste/box@workspace:packages/paste-core/primitives/box": +"@twilio-paste/box@^7.0.0, @twilio-paste/box@^7.0.1, @twilio-paste/box@^7.1.0, @twilio-paste/box@workspace:packages/paste-core/primitives/box": version: 0.0.0-use.local resolution: "@twilio-paste/box@workspace:packages/paste-core/primitives/box" dependencies: - "@twilio-paste/animation-library": ^0.3.7 + "@twilio-paste/animation-library": ^0.3.8 "@twilio-paste/customization": ^5.0.0 "@twilio-paste/design-tokens": ^8.1.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/theme": ^8.0.1 "@twilio-paste/types": ^3.1.8 @@ -9961,21 +9961,21 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/checkbox@^10.0.0, @twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox": +"@twilio-paste/checkbox@^10.0.1, @twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox": version: 0.0.0-use.local resolution: "@twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox" dependencies: "@twilio-paste/base-radio-checkbox": ^10.0.0 - "@twilio-paste/box": ^7.0.0 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/design-tokens": ^8.0.0 "@twilio-paste/help-text": ^10.0.0 - "@twilio-paste/icons": ^9.0.0 + "@twilio-paste/icons": ^9.2.0 "@twilio-paste/inline-control-group": ^10.0.0 "@twilio-paste/label": ^10.0.0 "@twilio-paste/media-object": ^7.0.0 - "@twilio-paste/screen-reader-only": ^10.0.0 + "@twilio-paste/screen-reader-only": ^10.0.1 "@twilio-paste/sibling-box": ^6.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/text": ^7.0.0 "@twilio-paste/theme": ^8.0.0 @@ -10020,16 +10020,16 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/code-block@^1.0.0, @twilio-paste/code-block@workspace:packages/paste-core/components/code-block": +"@twilio-paste/code-block@^1.0.1, @twilio-paste/code-block@workspace:packages/paste-core/components/code-block": version: 0.0.0-use.local resolution: "@twilio-paste/code-block@workspace:packages/paste-core/components/code-block" dependencies: - "@twilio-paste/box": ^7.0.1 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/button": ^11.1.1 "@twilio-paste/clipboard-copy-library": ^1.0.4 "@twilio-paste/heading": ^8.0.0 - "@twilio-paste/icons": ^9.1.0 - "@twilio-paste/screen-reader-only": ^10.0.0 + "@twilio-paste/icons": ^9.2.0 + "@twilio-paste/screen-reader-only": ^10.0.1 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/syntax-highlighter-library": ^1.0.0 "@twilio-paste/tabs-primitive": ^0.2.8 @@ -10086,11 +10086,11 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/combobox-primitive@^0.3.4, @twilio-paste/combobox-primitive@workspace:packages/paste-core/primitives/combobox": +"@twilio-paste/combobox-primitive@^0.3.5, @twilio-paste/combobox-primitive@workspace:packages/paste-core/primitives/combobox": version: 0.0.0-use.local resolution: "@twilio-paste/combobox-primitive@workspace:packages/paste-core/primitives/combobox" dependencies: - "@twilio-paste/dropdown-library": ^1.1.5 + "@twilio-paste/dropdown-library": ^1.1.6 prop-types: ^15.7.2 react: ^17.0.2 react-dom: ^17.0.2 @@ -10102,33 +10102,33 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/combobox@^12.1.0, @twilio-paste/combobox@^12.1.1, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox": +"@twilio-paste/combobox@^12.2.0, @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: - "@twilio-paste/animation-library": ^0.3.2 - "@twilio-paste/box": ^7.0.1 + "@twilio-paste/animation-library": ^0.3.8 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/button": ^11.1.1 - "@twilio-paste/combobox-primitive": ^0.3.4 + "@twilio-paste/combobox-primitive": ^0.3.5 "@twilio-paste/design-tokens": ^8.1.0 "@twilio-paste/flex": ^5.0.0 - "@twilio-paste/form-pill-group": ^5.0.0 + "@twilio-paste/form-pill-group": ^5.1.0 "@twilio-paste/help-text": ^10.1.0 - "@twilio-paste/icons": ^9.1.0 - "@twilio-paste/input": ^6.0.0 - "@twilio-paste/input-box": ^7.1.0 + "@twilio-paste/icons": ^9.2.0 + "@twilio-paste/input": ^6.1.0 + "@twilio-paste/input-box": ^7.1.1 "@twilio-paste/label": ^10.1.0 "@twilio-paste/reakit-library": ^0.8.1 - "@twilio-paste/screen-reader-only": ^10.0.0 + "@twilio-paste/screen-reader-only": ^10.0.1 "@twilio-paste/spinner": ^11.0.0 "@twilio-paste/stack": ^5.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/text": ^7.0.0 "@twilio-paste/theme": ^8.0.1 "@twilio-paste/types": ^3.1.8 "@twilio-paste/uid-library": ^0.2.5 - "@twilio-paste/utils": ^1.1.5 + "@twilio-paste/utils": ^1.2.0 lodash: 4.17.21 prop-types: ^15.7.2 react: ^17.0.2 @@ -10165,30 +10165,30 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^15.0.0, @twilio-paste/core@^15.1.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": +"@twilio-paste/core@^15.0.0, @twilio-paste/core@^15.1.0, @twilio-paste/core@^15.3.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: "@twilio-paste/alert": ^11.0.1 "@twilio-paste/alert-dialog": ^5.0.0 "@twilio-paste/anchor": ^9.0.0 - "@twilio-paste/animation-library": ^0.3.7 + "@twilio-paste/animation-library": ^0.3.8 "@twilio-paste/aspect-ratio": ^7.0.0 - "@twilio-paste/avatar": ^6.0.0 + "@twilio-paste/avatar": ^6.1.0 "@twilio-paste/badge": ^5.0.0 "@twilio-paste/base-radio-checkbox": ^10.0.0 - "@twilio-paste/box": ^7.0.1 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/breadcrumb": ^8.0.0 "@twilio-paste/button": ^11.1.1 "@twilio-paste/callout": ^1.0.0 "@twilio-paste/card": ^6.0.0 "@twilio-paste/chat-log": ^2.0.1 - "@twilio-paste/checkbox": ^10.0.0 + "@twilio-paste/checkbox": ^10.0.1 "@twilio-paste/clipboard-copy-library": ^1.0.4 - "@twilio-paste/code-block": ^1.0.0 + "@twilio-paste/code-block": ^1.0.1 "@twilio-paste/color-contrast-utils": ^3.0.0 - "@twilio-paste/combobox": ^12.1.1 - "@twilio-paste/combobox-primitive": ^0.3.4 + "@twilio-paste/combobox": ^12.2.0 + "@twilio-paste/combobox-primitive": ^0.3.5 "@twilio-paste/customization": ^5.0.0 "@twilio-paste/data-grid": ^4.1.0 "@twilio-paste/data-visualization-library": ^2.0.0 @@ -10197,41 +10197,41 @@ __metadata: "@twilio-paste/disclosure": ^9.0.0 "@twilio-paste/disclosure-primitive": ^0.3.9 "@twilio-paste/display-pill-group": ^5.0.0 - "@twilio-paste/dropdown-library": ^1.1.5 + "@twilio-paste/dropdown-library": ^1.1.6 "@twilio-paste/flex": ^5.0.0 - "@twilio-paste/form-pill-group": ^5.0.0 + "@twilio-paste/form-pill-group": ^5.1.0 "@twilio-paste/grid": ^5.0.0 "@twilio-paste/heading": ^8.0.0 "@twilio-paste/help-text": ^10.1.0 - "@twilio-paste/icons": ^9.1.0 + "@twilio-paste/icons": ^9.2.0 "@twilio-paste/inline-code": ^1.0.0 "@twilio-paste/inline-control-group": ^10.0.0 - "@twilio-paste/input": ^6.0.0 - "@twilio-paste/input-box": ^7.1.0 + "@twilio-paste/input": ^6.1.0 + "@twilio-paste/input-box": ^7.1.1 "@twilio-paste/label": ^10.1.0 "@twilio-paste/list": ^5.0.0 "@twilio-paste/media-object": ^7.0.0 "@twilio-paste/menu": ^11.1.0 "@twilio-paste/menu-primitive": ^0.2.10 - "@twilio-paste/minimizable-dialog": ^1.0.0 - "@twilio-paste/modal": ^12.0.0 + "@twilio-paste/minimizable-dialog": ^1.0.1 + "@twilio-paste/modal": ^12.0.1 "@twilio-paste/modal-dialog-primitive": ^0.3.2 "@twilio-paste/non-modal-dialog-primitive": ^0.3.10 "@twilio-paste/pagination": ^4.0.0 "@twilio-paste/paragraph": ^7.0.0 "@twilio-paste/popover": ^10.0.0 - "@twilio-paste/radio-group": ^10.0.0 + "@twilio-paste/radio-group": ^10.0.1 "@twilio-paste/react-textarea-autosize-library": ^1.0.0 "@twilio-paste/reakit-library": ^0.8.6 - "@twilio-paste/screen-reader-only": ^10.0.0 + "@twilio-paste/screen-reader-only": ^10.0.1 "@twilio-paste/select": ^9.1.0 "@twilio-paste/separator": ^5.0.0 "@twilio-paste/sibling-box": ^6.0.0 - "@twilio-paste/side-modal": ^0.0.0 + "@twilio-paste/side-modal": ^1.0.0 "@twilio-paste/skeleton-loader": ^3.0.0 "@twilio-paste/spinner": ^11.0.0 "@twilio-paste/stack": ^5.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/switch": ^1.0.0 "@twilio-paste/syntax-highlighter-library": ^1.0.0 @@ -10248,7 +10248,7 @@ __metadata: "@twilio-paste/truncate": ^11.0.0 "@twilio-paste/types": ^3.1.8 "@twilio-paste/uid-library": ^0.2.5 - "@twilio-paste/utils": ^1.1.5 + "@twilio-paste/utils": ^1.2.0 prop-types: ^15.7.2 react: ^17.0.2 react-dom: ^17.0.2 @@ -10509,7 +10509,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/dropdown-library@^1.1.5, @twilio-paste/dropdown-library@workspace:packages/paste-libraries/dropdown": +"@twilio-paste/dropdown-library@^1.1.6, @twilio-paste/dropdown-library@workspace:packages/paste-libraries/dropdown": version: 0.0.0-use.local resolution: "@twilio-paste/dropdown-library@workspace:packages/paste-libraries/dropdown" dependencies: @@ -10548,18 +10548,18 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/form-pill-group@^5.0.0, @twilio-paste/form-pill-group@workspace:packages/paste-core/components/form-pill-group": +"@twilio-paste/form-pill-group@^5.1.0, @twilio-paste/form-pill-group@workspace:packages/paste-core/components/form-pill-group": version: 0.0.0-use.local resolution: "@twilio-paste/form-pill-group@workspace:packages/paste-core/components/form-pill-group" dependencies: - "@twilio-paste/animation-library": ^0.3.7 - "@twilio-paste/box": ^7.0.0 + "@twilio-paste/animation-library": ^0.3.8 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/customization": ^5.0.0 "@twilio-paste/design-tokens": ^8.0.0 - "@twilio-paste/icons": ^9.0.0 + "@twilio-paste/icons": ^9.2.0 "@twilio-paste/reakit-library": ^0.8.6 - "@twilio-paste/screen-reader-only": ^10.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/screen-reader-only": ^10.0.1 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/theme": ^8.0.0 "@twilio-paste/types": ^3.1.8 @@ -10669,13 +10669,13 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/icons@^9.0.0, @twilio-paste/icons@^9.1.0, @twilio-paste/icons@workspace:packages/paste-icons": +"@twilio-paste/icons@^9.0.0, @twilio-paste/icons@^9.1.0, @twilio-paste/icons@^9.2.0, @twilio-paste/icons@workspace:packages/paste-icons": version: 0.0.0-use.local resolution: "@twilio-paste/icons@workspace:packages/paste-icons" dependencies: - "@twilio-paste/box": ^7.0.0 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/design-tokens": ^8.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/theme": ^8.0.0 "@twilio-paste/types": ^3.1.8 @@ -10761,13 +10761,13 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/input-box@^7.0.0, @twilio-paste/input-box@^7.1.0, @twilio-paste/input-box@workspace:packages/paste-core/components/input-box": +"@twilio-paste/input-box@^7.0.0, @twilio-paste/input-box@^7.1.0, @twilio-paste/input-box@^7.1.1, @twilio-paste/input-box@workspace:packages/paste-core/components/input-box": version: 0.0.0-use.local resolution: "@twilio-paste/input-box@workspace:packages/paste-core/components/input-box" dependencies: - "@twilio-paste/box": ^7.0.1 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/design-tokens": ^8.1.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/theme": ^8.0.1 "@twilio-paste/types": ^3.1.8 @@ -10789,14 +10789,14 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/input@^6.0.0, @twilio-paste/input@workspace:packages/paste-core/components/input": +"@twilio-paste/input@^6.0.0, @twilio-paste/input@^6.1.0, @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/box": ^7.0.0 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/design-tokens": ^8.0.0 - "@twilio-paste/input-box": ^7.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/input-box": ^7.1.1 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/theme": ^8.0.0 "@twilio-paste/types": ^3.1.8 @@ -10963,17 +10963,17 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/minimizable-dialog@^1.0.0, @twilio-paste/minimizable-dialog@workspace:packages/paste-core/components/minimizable-dialog": +"@twilio-paste/minimizable-dialog@^1.0.1, @twilio-paste/minimizable-dialog@workspace:packages/paste-core/components/minimizable-dialog": version: 0.0.0-use.local resolution: "@twilio-paste/minimizable-dialog@workspace:packages/paste-core/components/minimizable-dialog" dependencies: - "@twilio-paste/box": ^7.0.1 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/button": ^11.1.1 "@twilio-paste/design-tokens": ^8.1.0 - "@twilio-paste/icons": ^9.0.0 + "@twilio-paste/icons": ^9.2.0 "@twilio-paste/non-modal-dialog-primitive": ^0.3.10 - "@twilio-paste/screen-reader-only": ^10.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/screen-reader-only": ^10.0.1 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.0 "@twilio-paste/theme": ^8.0.1 "@twilio-paste/types": ^3.1.1 @@ -11010,20 +11010,20 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/modal@^12.0.0, @twilio-paste/modal@workspace:packages/paste-core/components/modal": +"@twilio-paste/modal@^12.0.0, @twilio-paste/modal@^12.0.1, @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/animation-library": ^0.3.7 - "@twilio-paste/box": ^7.0.0 + "@twilio-paste/animation-library": ^0.3.8 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/button": ^11.0.0 "@twilio-paste/design-tokens": ^8.0.0 "@twilio-paste/flex": ^5.0.0 "@twilio-paste/heading": ^8.0.0 - "@twilio-paste/icons": ^9.0.0 + "@twilio-paste/icons": ^9.2.0 "@twilio-paste/modal-dialog-primitive": ^0.3.2 "@twilio-paste/spinner": ^11.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/text": ^7.0.0 "@twilio-paste/theme": ^8.0.0 @@ -11184,21 +11184,21 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/radio-group@^10.0.0, @twilio-paste/radio-group@workspace:packages/paste-core/components/radio-group": +"@twilio-paste/radio-group@^10.0.1, @twilio-paste/radio-group@workspace:packages/paste-core/components/radio-group": version: 0.0.0-use.local resolution: "@twilio-paste/radio-group@workspace:packages/paste-core/components/radio-group" dependencies: "@twilio-paste/base-radio-checkbox": ^10.0.0 - "@twilio-paste/box": ^7.0.0 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/design-tokens": ^8.0.0 "@twilio-paste/flex": ^5.0.0 "@twilio-paste/help-text": ^10.0.0 - "@twilio-paste/icons": ^9.0.0 + "@twilio-paste/icons": ^9.2.0 "@twilio-paste/inline-control-group": ^10.0.0 "@twilio-paste/label": ^10.0.0 - "@twilio-paste/screen-reader-only": ^10.0.0 + "@twilio-paste/screen-reader-only": ^10.0.1 "@twilio-paste/sibling-box": ^6.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/text": ^7.0.0 "@twilio-paste/theme": ^8.0.0 @@ -11259,14 +11259,14 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/screen-reader-only@^10.0.0, @twilio-paste/screen-reader-only@workspace:packages/paste-core/components/screen-reader-only": +"@twilio-paste/screen-reader-only@^10.0.0, @twilio-paste/screen-reader-only@^10.0.1, @twilio-paste/screen-reader-only@workspace:packages/paste-core/components/screen-reader-only": version: 0.0.0-use.local resolution: "@twilio-paste/screen-reader-only@workspace:packages/paste-core/components/screen-reader-only" dependencies: - "@twilio-paste/box": ^7.0.0 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/design-tokens": ^8.0.0 - "@twilio-paste/icons": ^9.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/icons": ^9.2.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/theme": ^8.0.0 "@twilio-paste/types": ^3.1.8 @@ -11373,18 +11373,18 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/side-modal@^0.0.0, @twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal": +"@twilio-paste/side-modal@^1.0.0, @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/box": ^7.0.1 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/button": ^11.1.1 "@twilio-paste/design-tokens": ^8.1.0 "@twilio-paste/heading": ^8.0.0 - "@twilio-paste/icons": ^9.0.0 + "@twilio-paste/icons": ^9.2.0 "@twilio-paste/non-modal-dialog-primitive": ^0.3.10 - "@twilio-paste/screen-reader-only": ^10.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/screen-reader-only": ^10.0.1 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.0 "@twilio-paste/theme": ^8.0.1 "@twilio-paste/types": ^3.1.1 @@ -11495,7 +11495,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/style-props@^6.0.0, @twilio-paste/style-props@workspace:packages/paste-style-props": +"@twilio-paste/style-props@^6.0.0, @twilio-paste/style-props@^6.1.0, @twilio-paste/style-props@workspace:packages/paste-style-props": version: 0.0.0-use.local resolution: "@twilio-paste/style-props@workspace:packages/paste-style-props" dependencies: @@ -11831,8 +11831,8 @@ __metadata: version: 0.0.0-use.local resolution: "@twilio-paste/token-contrast-checker@workspace:packages/paste-token-contrast-checker" dependencies: - "@twilio-paste/core": ^15.0.0 - "@twilio-paste/icons": ^9.0.0 + "@twilio-paste/core": ^15.3.0 + "@twilio-paste/icons": ^9.2.0 lodash: 4.17.21 prop-types: ^15.7.2 react: ^17.0.2 @@ -11947,11 +11947,11 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/utils@^1.1.5, @twilio-paste/utils@workspace:packages/paste-utils": +"@twilio-paste/utils@^1.1.5, @twilio-paste/utils@^1.2.0, @twilio-paste/utils@workspace:packages/paste-utils": version: 0.0.0-use.local resolution: "@twilio-paste/utils@workspace:packages/paste-utils" dependencies: - "@twilio-paste/animation-library": ^0.3.7 + "@twilio-paste/animation-library": ^0.3.8 "@twilio-paste/color-contrast-utils": ^3.0.0 "@twilio-paste/design-tokens": ^8.1.0 "@twilio-paste/styling-library": ^1.0.2 @@ -11987,22 +11987,22 @@ __metadata: "@twilio-paste/alert": ^11.0.1 "@twilio-paste/alert-dialog": ^5.0.0 "@twilio-paste/anchor": ^9.0.0 - "@twilio-paste/animation-library": ^0.3.7 + "@twilio-paste/animation-library": ^0.3.8 "@twilio-paste/aspect-ratio": ^7.0.0 - "@twilio-paste/avatar": ^6.0.0 + "@twilio-paste/avatar": ^6.1.0 "@twilio-paste/badge": ^5.0.0 "@twilio-paste/base-radio-checkbox": ^10.0.0 - "@twilio-paste/box": ^7.0.1 + "@twilio-paste/box": ^7.1.0 "@twilio-paste/breadcrumb": ^8.0.0 "@twilio-paste/button": ^11.1.0 "@twilio-paste/callout": ^1.0.0 "@twilio-paste/card": ^6.0.0 "@twilio-paste/chat-log": ^2.0.0 - "@twilio-paste/checkbox": ^10.0.0 + "@twilio-paste/checkbox": ^10.0.1 "@twilio-paste/clipboard-copy-library": ^1.0.4 "@twilio-paste/color-contrast-utils": ^3.0.0 - "@twilio-paste/combobox": ^12.1.0 - "@twilio-paste/combobox-primitive": ^0.3.4 + "@twilio-paste/combobox": ^12.2.0 + "@twilio-paste/combobox-primitive": ^0.3.5 "@twilio-paste/customization": ^5.0.0 "@twilio-paste/data-visualization-library": ^2.0.0 "@twilio-paste/date-picker": ^3.0.0 @@ -12010,38 +12010,38 @@ __metadata: "@twilio-paste/disclosure": ^9.0.0 "@twilio-paste/disclosure-primitive": ^0.3.9 "@twilio-paste/display-pill-group": ^5.0.0 - "@twilio-paste/dropdown-library": ^1.1.5 + "@twilio-paste/dropdown-library": ^1.1.6 "@twilio-paste/flex": ^5.0.0 - "@twilio-paste/form-pill-group": ^5.0.0 + "@twilio-paste/form-pill-group": ^5.1.0 "@twilio-paste/grid": ^5.0.0 "@twilio-paste/heading": ^8.0.0 "@twilio-paste/help-text": ^10.0.0 - "@twilio-paste/icons": ^9.0.0 + "@twilio-paste/icons": ^9.2.0 "@twilio-paste/inline-control-group": ^10.0.0 - "@twilio-paste/input": ^6.0.0 - "@twilio-paste/input-box": ^7.1.0 + "@twilio-paste/input": ^6.1.0 + "@twilio-paste/input-box": ^7.1.1 "@twilio-paste/label": ^10.1.0 "@twilio-paste/list": ^5.0.0 "@twilio-paste/media-object": ^7.0.0 "@twilio-paste/menu": ^11.1.0 "@twilio-paste/menu-primitive": ^0.2.10 - "@twilio-paste/modal": ^12.0.0 + "@twilio-paste/modal": ^12.0.1 "@twilio-paste/modal-dialog-primitive": ^0.3.2 "@twilio-paste/non-modal-dialog-primitive": ^0.3.10 "@twilio-paste/pagination": ^4.0.0 "@twilio-paste/paragraph": ^7.0.0 "@twilio-paste/popover": ^10.0.0 - "@twilio-paste/radio-group": ^10.0.0 + "@twilio-paste/radio-group": ^10.0.1 "@twilio-paste/reakit-library": ^0.8.6 - "@twilio-paste/screen-reader-only": ^10.0.0 + "@twilio-paste/screen-reader-only": ^10.0.1 "@twilio-paste/select": ^9.1.0 "@twilio-paste/separator": ^5.0.0 "@twilio-paste/sibling-box": ^6.0.0 - "@twilio-paste/side-modal": ^0.0.0 + "@twilio-paste/side-modal": ^1.0.0 "@twilio-paste/skeleton-loader": ^3.0.0 "@twilio-paste/spinner": ^11.0.0 "@twilio-paste/stack": ^5.0.0 - "@twilio-paste/style-props": ^6.0.0 + "@twilio-paste/style-props": ^6.1.0 "@twilio-paste/styling-library": ^1.0.2 "@twilio-paste/table": ^5.1.0 "@twilio-paste/tabs": ^5.0.0 @@ -12056,7 +12056,7 @@ __metadata: "@twilio-paste/truncate": ^11.0.0 "@twilio-paste/types": ^3.1.8 "@twilio-paste/uid-library": ^0.2.5 - "@twilio-paste/utils": ^1.1.5 + "@twilio-paste/utils": ^1.2.0 "@types/lodash": ^4.14.182 "@types/mdx-js__react": ^1.5.5 chrome-aws-lambda: ^10.0.0