From 607d233a9f3d926de05fccb79fea3ee3c77fa472 Mon Sep 17 00:00:00 2001 From: TwilioPasteBot <62629820+TwilioPasteBot@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:43:29 -0700 Subject: [PATCH] chore(release): version packages (#4050) Co-authored-by: github-actions[bot] --- .changeset/curly-ants-report.md | 6 -- .changeset/cyan-hats-provide.md | 5 - .changeset/eleven-wombats-sniff.md | 6 -- .changeset/famous-experts-speak.md | 6 -- .changeset/healthy-cobras-whisper.md | 6 -- .changeset/late-vans-do.md | 5 - .changeset/long-moons-worry.md | 6 -- .changeset/mean-houses-learn.md | 6 -- .changeset/neat-weeks-rhyme.md | 6 -- .changeset/nice-cats-leave.md | 6 -- .changeset/plenty-rockets-study.md | 7 -- .changeset/proud-months-melt.md | 6 -- .changeset/tame-games-hammer.md | 6 -- .changeset/tiny-colts-attack.md | 6 -- .changeset/violet-cows-share.md | 6 -- .changeset/warm-zoos-kick.md | 6 -- .changeset/wild-kings-tap.md | 6 -- packages/paste-codemods/CHANGELOG.md | 8 ++ packages/paste-codemods/package.json | 4 +- .../paste-core/components/alert/CHANGELOG.md | 6 ++ .../paste-core/components/alert/package.json | 4 +- .../paste-core/components/badge/CHANGELOG.md | 6 ++ .../paste-core/components/badge/package.json | 4 +- .../components/button-group/CHANGELOG.md | 6 ++ .../components/button-group/package.json | 4 +- .../components/callout/CHANGELOG.md | 10 ++ .../components/callout/package.json | 4 +- .../components/combobox/CHANGELOG.md | 10 ++ .../components/combobox/package.json | 6 +- .../components/form-pill-group/CHANGELOG.md | 6 ++ .../components/form-pill-group/package.json | 4 +- .../components/progress-steps/CHANGELOG.md | 6 ++ .../components/progress-steps/package.json | 4 +- .../components/sidebar/CHANGELOG.md | 6 ++ .../components/sidebar/package.json | 6 +- .../components/timeline/CHANGELOG.md | 11 ++ .../components/timeline/package.json | 4 +- .../paste-core/components/toast/CHANGELOG.md | 6 ++ .../paste-core/components/toast/package.json | 4 +- packages/paste-core/core-bundle/CHANGELOG.md | 50 +++++++++ packages/paste-core/core-bundle/package.json | 26 ++--- packages/paste-design-tokens/CHANGELOG.md | 10 ++ packages/paste-design-tokens/package.json | 2 +- .../data-visualization/CHANGELOG.md | 6 ++ .../data-visualization/package.json | 4 +- packages/paste-website/CHANGELOG.md | 18 ++++ packages/paste-website/package.json | 26 ++--- yarn.lock | 102 +++++++++--------- 48 files changed, 269 insertions(+), 205 deletions(-) delete mode 100644 .changeset/curly-ants-report.md delete mode 100644 .changeset/cyan-hats-provide.md delete mode 100644 .changeset/eleven-wombats-sniff.md delete mode 100644 .changeset/famous-experts-speak.md delete mode 100644 .changeset/healthy-cobras-whisper.md delete mode 100644 .changeset/late-vans-do.md delete mode 100644 .changeset/long-moons-worry.md delete mode 100644 .changeset/mean-houses-learn.md delete mode 100644 .changeset/neat-weeks-rhyme.md delete mode 100644 .changeset/nice-cats-leave.md delete mode 100644 .changeset/plenty-rockets-study.md delete mode 100644 .changeset/proud-months-melt.md delete mode 100644 .changeset/tame-games-hammer.md delete mode 100644 .changeset/tiny-colts-attack.md delete mode 100644 .changeset/violet-cows-share.md delete mode 100644 .changeset/warm-zoos-kick.md delete mode 100644 .changeset/wild-kings-tap.md diff --git a/.changeset/curly-ants-report.md b/.changeset/curly-ants-report.md deleted file mode 100644 index 866a403a20..0000000000 --- a/.changeset/curly-ants-report.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/toast": patch -"@twilio-paste/core": patch ---- - -[Toast] resolved issue where multiple toasts were not being dismissed diff --git a/.changeset/cyan-hats-provide.md b/.changeset/cyan-hats-provide.md deleted file mode 100644 index 1be6340537..0000000000 --- a/.changeset/cyan-hats-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[Progress Steps] Add `ProgressStepsContent` component to add additional content during vertical orientation diff --git a/.changeset/eleven-wombats-sniff.md b/.changeset/eleven-wombats-sniff.md deleted file mode 100644 index d489e3525e..0000000000 --- a/.changeset/eleven-wombats-sniff.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/badge": patch -"@twilio-paste/core": patch ---- - -[Badge] add a min-width of size-base-50 to small badges to ensure badges with only one character (e.g. "1") render as a circle rather than an oval. diff --git a/.changeset/famous-experts-speak.md b/.changeset/famous-experts-speak.md deleted file mode 100644 index 7b1c646bcc..0000000000 --- a/.changeset/famous-experts-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/timeline": major -"@twilio-paste/core": minor ---- - -[Timeline]: Added a new Timeline component to the library to display events in chronological order diff --git a/.changeset/healthy-cobras-whisper.md b/.changeset/healthy-cobras-whisper.md deleted file mode 100644 index 245439d124..0000000000 --- a/.changeset/healthy-cobras-whisper.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/combobox": minor -"@twilio-paste/core": minor ---- - -[Combobox] Add new prop `usePortal` which defaults to `true`. The prop was introduced to address a bug when Comboboxes are placed in Popovers. usePortal should be set to false when using a Combobox inside a Popover in order to retain full functionality. diff --git a/.changeset/late-vans-do.md b/.changeset/late-vans-do.md deleted file mode 100644 index 68077ba5cd..0000000000 --- a/.changeset/late-vans-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[Codemods] new export (timeline) diff --git a/.changeset/long-moons-worry.md b/.changeset/long-moons-worry.md deleted file mode 100644 index fa643378bd..0000000000 --- a/.changeset/long-moons-worry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/sidebar": patch -"@twilio-paste/core": patch ---- - -[Sidebar] Updating the unselected Sidebar Disclosure Header and SidebarNavigationItems. diff --git a/.changeset/mean-houses-learn.md b/.changeset/mean-houses-learn.md deleted file mode 100644 index b3de8cca7f..0000000000 --- a/.changeset/mean-houses-learn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/design-tokens": minor -"@twilio-paste/core": minor ---- - -[Design Tokens] added a new design token for color-border-new-weak and made changes to color-text-icon-warning in the Twilio theme to support design updates to Alert and Callout components diff --git a/.changeset/neat-weeks-rhyme.md b/.changeset/neat-weeks-rhyme.md deleted file mode 100644 index e86797c306..0000000000 --- a/.changeset/neat-weeks-rhyme.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/callout": minor -"@twilio-paste/core": minor ---- - -[Callout] added dismissible functionality to the component diff --git a/.changeset/nice-cats-leave.md b/.changeset/nice-cats-leave.md deleted file mode 100644 index 9d3b280910..0000000000 --- a/.changeset/nice-cats-leave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/progress-steps": minor -"@twilio-paste/core": minor ---- - -[Progress Steps] Add `ProgressStepsContent` component to add additional content during vertical orientation diff --git a/.changeset/plenty-rockets-study.md b/.changeset/plenty-rockets-study.md deleted file mode 100644 index 41c3d5046f..0000000000 --- a/.changeset/plenty-rockets-study.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@twilio-paste/alert": patch -"@twilio-paste/callout": patch -"@twilio-paste/core": patch ---- - -[Callout, Alert] updated styling diff --git a/.changeset/proud-months-melt.md b/.changeset/proud-months-melt.md deleted file mode 100644 index dc0760b5ad..0000000000 --- a/.changeset/proud-months-melt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/timeline": patch -"@twilio-paste/core": patch ---- - -[Timeline]: Fix alignment issue on large text diff --git a/.changeset/tame-games-hammer.md b/.changeset/tame-games-hammer.md deleted file mode 100644 index dec62a92d2..0000000000 --- a/.changeset/tame-games-hammer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/button-group": minor -"@twilio-paste/core": minor ---- - -[Button Group] add justifyContent prop on unattached button groups. Use flex for unattached button groups. diff --git a/.changeset/tiny-colts-attack.md b/.changeset/tiny-colts-attack.md deleted file mode 100644 index e185d2f65b..0000000000 --- a/.changeset/tiny-colts-attack.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/data-visualization-library": minor -"@twilio-paste/core": minor ---- - -[Data Visualization]: added a new helper function, applyPasteHighchartsModules, that applies any number of modules to Highcharts setting accesibility required. diff --git a/.changeset/violet-cows-share.md b/.changeset/violet-cows-share.md deleted file mode 100644 index 8cdb66f147..0000000000 --- a/.changeset/violet-cows-share.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/form-pill-group": patch -"@twilio-paste/core": patch ---- - -[FormPillGroup] fixed a bug where long text in a form pill would wrap and break styling. Text within FormPill is now truncated so FormPill(s) will not stretch beyond FormPillGroup width. diff --git a/.changeset/warm-zoos-kick.md b/.changeset/warm-zoos-kick.md deleted file mode 100644 index 92d0302bb4..0000000000 --- a/.changeset/warm-zoos-kick.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/combobox": patch -"@twilio-paste/core": patch ---- - -[Combobox] added ellipse styling to text that exceeds length of a single select combobox when not active diff --git a/.changeset/wild-kings-tap.md b/.changeset/wild-kings-tap.md deleted file mode 100644 index 6749dcb281..0000000000 --- a/.changeset/wild-kings-tap.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/design-tokens": patch -"@twilio-paste/core": patch ---- - -[Design Tokens] Update box shadow tokens. Remove hardcoded values. diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index 82bed3be95..7b2c846dbb 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.12.0 + +### Minor Changes + +- [`d108aeb7f`](https://github.com/twilio-labs/paste/commit/d108aeb7f9f8e455fb5490ae790e21d32f0a7ec9) [#4065](https://github.com/twilio-labs/paste/pull/4065) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Progress Steps] Add `ProgressStepsContent` component to add additional content during vertical orientation + +* [`43bd80a01`](https://github.com/twilio-labs/paste/commit/43bd80a018b2887522af4aa9bea3995ddb023051) [#4054](https://github.com/twilio-labs/paste/pull/4054) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Codemods] new export (timeline) + ## 0.11.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index feaed0d4fd..0efe2efa11 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.11.0", + "version": "0.12.0", "status": "production", "description": "A collection of codemods for maintaining projects built with Paste.", "author": "Twilio Inc.", @@ -25,7 +25,7 @@ "@babel/core": "^7.21.4", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.21.4", - "@twilio-paste/core": "^20.15.0", + "@twilio-paste/core": "^20.16.0", "tsx": "^4.0.0" } } diff --git a/packages/paste-core/components/alert/CHANGELOG.md b/packages/paste-core/components/alert/CHANGELOG.md index e7b0725566..fb8ad748d1 100644 --- a/packages/paste-core/components/alert/CHANGELOG.md +++ b/packages/paste-core/components/alert/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 14.1.1 + +### Patch Changes + +- [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a) [#4060](https://github.com/twilio-labs/paste/pull/4060) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Callout, Alert] updated styling + ## 14.1.0 ### Minor Changes diff --git a/packages/paste-core/components/alert/package.json b/packages/paste-core/components/alert/package.json index ee560d678b..e33d091b6d 100644 --- a/packages/paste-core/components/alert/package.json +++ b/packages/paste-core/components/alert/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/alert", - "version": "14.1.0", + "version": "14.1.1", "category": "feedback", "status": "production", "description": "An Alert is a banner that notifies users to high-priority or time-sensitive information.", @@ -54,7 +54,7 @@ "@twilio-paste/button": "^14.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.2.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", diff --git a/packages/paste-core/components/badge/CHANGELOG.md b/packages/paste-core/components/badge/CHANGELOG.md index e7b104d36e..52e051d4fb 100644 --- a/packages/paste-core/components/badge/CHANGELOG.md +++ b/packages/paste-core/components/badge/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/badge +## 8.3.1 + +### Patch Changes + +- [`ae522366f`](https://github.com/twilio-labs/paste/commit/ae522366f61aa1c841e3c915468be013355a11ec) [#4072](https://github.com/twilio-labs/paste/pull/4072) Thanks [@nkrantz](https://github.com/nkrantz)! - [Badge] add a min-width of size-base-50 to small badges to ensure badges with only one character (e.g. "1") render as a circle rather than an oval. + ## 8.3.0 ### Minor Changes diff --git a/packages/paste-core/components/badge/package.json b/packages/paste-core/components/badge/package.json index c1633f2d74..a9e5672001 100644 --- a/packages/paste-core/components/badge/package.json +++ b/packages/paste-core/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/badge", - "version": "8.3.0", + "version": "8.3.1", "category": "data display", "status": "production", "description": "A Badge is a visual text label that describes an attribute of an object.", @@ -50,7 +50,7 @@ "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/icons": "^12.7.0", "@twilio-paste/spinner": "^14.1.0", "@twilio-paste/stack": "^8.1.0", diff --git a/packages/paste-core/components/button-group/CHANGELOG.md b/packages/paste-core/components/button-group/CHANGELOG.md index 77a82d2529..5730397fa9 100644 --- a/packages/paste-core/components/button-group/CHANGELOG.md +++ b/packages/paste-core/components/button-group/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/button-group +## 4.2.0 + +### Minor Changes + +- [`bc7d13f43`](https://github.com/twilio-labs/paste/commit/bc7d13f43b777af3cd379ddf63bd46825dcdbaf0) [#4051](https://github.com/twilio-labs/paste/pull/4051) Thanks [@nkrantz](https://github.com/nkrantz)! - [Button Group] add justifyContent prop on unattached button groups. Use flex for unattached button groups. + ## 4.1.1 ### Patch Changes diff --git a/packages/paste-core/components/button-group/package.json b/packages/paste-core/components/button-group/package.json index a1427e6cf7..5ad4d442e6 100644 --- a/packages/paste-core/components/button-group/package.json +++ b/packages/paste-core/components/button-group/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/button-group", - "version": "4.1.1", + "version": "4.2.0", "category": "interaction", "status": "production", "description": "A Button Group is a component used to render groups of Buttons.", @@ -44,7 +44,7 @@ "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.2.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/style-props": "^9.1.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.0.0", diff --git a/packages/paste-core/components/callout/CHANGELOG.md b/packages/paste-core/components/callout/CHANGELOG.md index d1c1b35682..07c7bf4189 100644 --- a/packages/paste-core/components/callout/CHANGELOG.md +++ b/packages/paste-core/components/callout/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 4.2.0 + +### Minor Changes + +- [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a) [#4060](https://github.com/twilio-labs/paste/pull/4060) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Callout] added dismissible functionality to the component + +### Patch Changes + +- [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a) [#4060](https://github.com/twilio-labs/paste/pull/4060) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Callout, Alert] updated styling + ## 4.1.0 ### Minor Changes diff --git a/packages/paste-core/components/callout/package.json b/packages/paste-core/components/callout/package.json index 31d54947ee..9d82cee652 100644 --- a/packages/paste-core/components/callout/package.json +++ b/packages/paste-core/components/callout/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/callout", - "version": "4.1.0", + "version": "4.2.0", "category": "feedback", "status": "production", "description": "A Callout is a banner that highlights important information on a page.", @@ -54,7 +54,7 @@ "@twilio-paste/button": "^14.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.2.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/screen-reader-only": "^13.1.0", "@twilio-paste/spinner": "^14.0.0", diff --git a/packages/paste-core/components/combobox/CHANGELOG.md b/packages/paste-core/components/combobox/CHANGELOG.md index a3bcb79611..114967eb13 100644 --- a/packages/paste-core/components/combobox/CHANGELOG.md +++ b/packages/paste-core/components/combobox/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 16.3.0 + +### Minor Changes + +- [`37acfcdf6`](https://github.com/twilio-labs/paste/commit/37acfcdf605aeda52ebf1b4b345717a9682f0ed6) [#4049](https://github.com/twilio-labs/paste/pull/4049) Thanks [@nkrantz](https://github.com/nkrantz)! - [Combobox] Add new prop `usePortal` which defaults to `true`. The prop was introduced to address a bug when Comboboxes are placed in Popovers. usePortal should be set to false when using a Combobox inside a Popover in order to retain full functionality. + +### Patch Changes + +- [`f612d1ba6`](https://github.com/twilio-labs/paste/commit/f612d1ba651b6c50cec0d87e4546a1d83ce28d57) [#4047](https://github.com/twilio-labs/paste/pull/4047) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Combobox] added ellipse styling to text that exceeds length of a single select combobox when not active + ## 16.2.1 ### Patch Changes diff --git a/packages/paste-core/components/combobox/package.json b/packages/paste-core/components/combobox/package.json index 0d5e52cd4f..e7197b6cf1 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.2.1", + "version": "16.3.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.", @@ -72,10 +72,10 @@ "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/combobox-primitive": "^2.1.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.2.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/dropdown-library": "^3.0.0", "@twilio-paste/flex": "^8.1.0", - "@twilio-paste/form-pill-group": "^8.0.1", + "@twilio-paste/form-pill-group": "^8.1.1", "@twilio-paste/help-text": "^13.1.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/input": "^9.1.1", diff --git a/packages/paste-core/components/form-pill-group/CHANGELOG.md b/packages/paste-core/components/form-pill-group/CHANGELOG.md index 763678c342..4fd86b7393 100644 --- a/packages/paste-core/components/form-pill-group/CHANGELOG.md +++ b/packages/paste-core/components/form-pill-group/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/form-pill-group +## 8.1.1 + +### Patch Changes + +- [`f612d1ba6`](https://github.com/twilio-labs/paste/commit/f612d1ba651b6c50cec0d87e4546a1d83ce28d57) [#4047](https://github.com/twilio-labs/paste/pull/4047) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [FormPillGroup] fixed a bug where long text in a form pill would wrap and break styling. Text within FormPill is now truncated so FormPill(s) will not stretch beyond FormPillGroup width. + ## 8.1.0 ### Minor Changes diff --git a/packages/paste-core/components/form-pill-group/package.json b/packages/paste-core/components/form-pill-group/package.json index 23f96e49e4..04ca913d95 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": "8.1.0", + "version": "8.1.1", "category": "interaction", "status": "production", "description": "A Form Pill Group is an editable set of Pills that represent a collection of selectable or removable objects.", @@ -52,7 +52,7 @@ "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/icons": "^12.7.0", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", diff --git a/packages/paste-core/components/progress-steps/CHANGELOG.md b/packages/paste-core/components/progress-steps/CHANGELOG.md index e45ffbc6ef..8014b69433 100644 --- a/packages/paste-core/components/progress-steps/CHANGELOG.md +++ b/packages/paste-core/components/progress-steps/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/progress-steps +## 2.2.0 + +### Minor Changes + +- [`d108aeb7f`](https://github.com/twilio-labs/paste/commit/d108aeb7f9f8e455fb5490ae790e21d32f0a7ec9) [#4065](https://github.com/twilio-labs/paste/pull/4065) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Progress Steps] Add `ProgressStepsContent` component to add additional content during vertical orientation + ## 2.1.1 ### Patch Changes diff --git a/packages/paste-core/components/progress-steps/package.json b/packages/paste-core/components/progress-steps/package.json index dda37b2700..0a0a702b74 100644 --- a/packages/paste-core/components/progress-steps/package.json +++ b/packages/paste-core/components/progress-steps/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/progress-steps", - "version": "2.1.1", + "version": "2.2.0", "category": "data display", "status": "production", "description": "Progress Steps can be a presentational or interactive component and shows users an outline of a complex multi-step task.", @@ -46,7 +46,7 @@ "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.2.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/style-props": "^9.1.0", "@twilio-paste/styling-library": "^3.0.0", diff --git a/packages/paste-core/components/sidebar/CHANGELOG.md b/packages/paste-core/components/sidebar/CHANGELOG.md index 9b6473eafc..34707a238d 100644 --- a/packages/paste-core/components/sidebar/CHANGELOG.md +++ b/packages/paste-core/components/sidebar/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/sidebar +## 1.1.2 + +### Patch Changes + +- [`7ae14af12`](https://github.com/twilio-labs/paste/commit/7ae14af1293eee0f3af149f6ebc3612fe9b028b7) [#4011](https://github.com/twilio-labs/paste/pull/4011) Thanks [@cogwizzle](https://github.com/cogwizzle)! - [Sidebar] Updating the unselected Sidebar Disclosure Header and SidebarNavigationItems. + ## 1.1.1 ### Patch Changes diff --git a/packages/paste-core/components/sidebar/package.json b/packages/paste-core/components/sidebar/package.json index a41d2a57c1..6c4d72c45d 100644 --- a/packages/paste-core/components/sidebar/package.json +++ b/packages/paste-core/components/sidebar/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/sidebar", - "version": "1.1.1", + "version": "1.1.2", "category": "layout", "status": "alpha", "description": "Sidebar contains navigation controls that rest on the left side of the screen.", @@ -55,12 +55,12 @@ "devDependencies": { "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", - "@twilio-paste/badge": "^8.1.0", + "@twilio-paste/badge": "^8.3.1", "@twilio-paste/box": "^10.2.0", "@twilio-paste/button": "^14.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.3.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/disclosure-primitive": "^2.1.1", "@twilio-paste/icons": "^12.2.1", "@twilio-paste/reakit-library": "^2.1.0", diff --git a/packages/paste-core/components/timeline/CHANGELOG.md b/packages/paste-core/components/timeline/CHANGELOG.md index e69de29bb2..f2689cc78a 100644 --- a/packages/paste-core/components/timeline/CHANGELOG.md +++ b/packages/paste-core/components/timeline/CHANGELOG.md @@ -0,0 +1,11 @@ +# @twilio-paste/timeline + +## 1.0.0 + +### Major Changes + +- [`43bd80a01`](https://github.com/twilio-labs/paste/commit/43bd80a018b2887522af4aa9bea3995ddb023051) [#4054](https://github.com/twilio-labs/paste/pull/4054) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Added a new Timeline component to the library to display events in chronological order + +### Patch Changes + +- [`a84b45ba8`](https://github.com/twilio-labs/paste/commit/a84b45ba87992407e734acd17eae8d4aa93ec112) [#4077](https://github.com/twilio-labs/paste/pull/4077) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Fix alignment issue on large text diff --git a/packages/paste-core/components/timeline/package.json b/packages/paste-core/components/timeline/package.json index 06c80f4bb5..e534e23191 100644 --- a/packages/paste-core/components/timeline/package.json +++ b/packages/paste-core/components/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/timeline", - "version": "0.0.0", + "version": "1.0.0", "category": "layout", "status": "production", "description": "A Timeline is a visual representation of events displayed in chronological order.", @@ -59,7 +59,7 @@ "@twilio-paste/card": "^9.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.3.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", "@twilio-paste/icons": "^12.2.0", diff --git a/packages/paste-core/components/toast/CHANGELOG.md b/packages/paste-core/components/toast/CHANGELOG.md index 82589004b9..55f4e18b83 100644 --- a/packages/paste-core/components/toast/CHANGELOG.md +++ b/packages/paste-core/components/toast/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.2.1 + +### Patch Changes + +- [`2951f5c07`](https://github.com/twilio-labs/paste/commit/2951f5c07c4dc537150c83e6985348fc2196f20e) [#4058](https://github.com/twilio-labs/paste/pull/4058) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Toast] resolved issue where multiple toasts were not being dismissed + ## 12.2.0 ### Minor Changes diff --git a/packages/paste-core/components/toast/package.json b/packages/paste-core/components/toast/package.json index 6b9a80fb25..a97392ef14 100644 --- a/packages/paste-core/components/toast/package.json +++ b/packages/paste-core/components/toast/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/toast", - "version": "12.2.0", + "version": "12.2.1", "category": "feedback", "status": "production", "description": "A Toast is an animated, temporary banner that communicates an immediate and direct response to a user action.", @@ -55,7 +55,7 @@ "@twilio-paste/button": "^14.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.2.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/reakit-library": "^2.1.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index c9546a9057..7b70067069 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,55 @@ # Change Log +## 20.16.0 + +### Minor Changes + +- [`43bd80a01`](https://github.com/twilio-labs/paste/commit/43bd80a018b2887522af4aa9bea3995ddb023051) [#4054](https://github.com/twilio-labs/paste/pull/4054) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Added a new Timeline component to the library to display events in chronological order + +* [`37acfcdf6`](https://github.com/twilio-labs/paste/commit/37acfcdf605aeda52ebf1b4b345717a9682f0ed6) [#4049](https://github.com/twilio-labs/paste/pull/4049) Thanks [@nkrantz](https://github.com/nkrantz)! - [Combobox] Add new prop `usePortal` which defaults to `true`. The prop was introduced to address a bug when Comboboxes are placed in Popovers. usePortal should be set to false when using a Combobox inside a Popover in order to retain full functionality. + +- [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a) [#4060](https://github.com/twilio-labs/paste/pull/4060) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added a new design token for color-border-new-weak and made changes to color-text-icon-warning in the Twilio theme to support design updates to Alert and Callout components + +* [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a) [#4060](https://github.com/twilio-labs/paste/pull/4060) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Callout] added dismissible functionality to the component + +- [`d108aeb7f`](https://github.com/twilio-labs/paste/commit/d108aeb7f9f8e455fb5490ae790e21d32f0a7ec9) [#4065](https://github.com/twilio-labs/paste/pull/4065) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Progress Steps] Add `ProgressStepsContent` component to add additional content during vertical orientation + +* [`bc7d13f43`](https://github.com/twilio-labs/paste/commit/bc7d13f43b777af3cd379ddf63bd46825dcdbaf0) [#4051](https://github.com/twilio-labs/paste/pull/4051) Thanks [@nkrantz](https://github.com/nkrantz)! - [Button Group] add justifyContent prop on unattached button groups. Use flex for unattached button groups. + +- [`b20a3a1a8`](https://github.com/twilio-labs/paste/commit/b20a3a1a8764fd57603f2299481456c4c3c3fb46) [#4053](https://github.com/twilio-labs/paste/pull/4053) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Data Visualization]: added a new helper function, applyPasteHighchartsModules, that applies any number of modules to Highcharts setting accesibility required. + +### Patch Changes + +- [`2951f5c07`](https://github.com/twilio-labs/paste/commit/2951f5c07c4dc537150c83e6985348fc2196f20e) [#4058](https://github.com/twilio-labs/paste/pull/4058) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Toast] resolved issue where multiple toasts were not being dismissed + +* [`ae522366f`](https://github.com/twilio-labs/paste/commit/ae522366f61aa1c841e3c915468be013355a11ec) [#4072](https://github.com/twilio-labs/paste/pull/4072) Thanks [@nkrantz](https://github.com/nkrantz)! - [Badge] add a min-width of size-base-50 to small badges to ensure badges with only one character (e.g. "1") render as a circle rather than an oval. + +- [`7ae14af12`](https://github.com/twilio-labs/paste/commit/7ae14af1293eee0f3af149f6ebc3612fe9b028b7) [#4011](https://github.com/twilio-labs/paste/pull/4011) Thanks [@cogwizzle](https://github.com/cogwizzle)! - [Sidebar] Updating the unselected Sidebar Disclosure Header and SidebarNavigationItems. + +* [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a) [#4060](https://github.com/twilio-labs/paste/pull/4060) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Callout, Alert] updated styling + +- [`a84b45ba8`](https://github.com/twilio-labs/paste/commit/a84b45ba87992407e734acd17eae8d4aa93ec112) [#4077](https://github.com/twilio-labs/paste/pull/4077) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Fix alignment issue on large text + +* [`f612d1ba6`](https://github.com/twilio-labs/paste/commit/f612d1ba651b6c50cec0d87e4546a1d83ce28d57) [#4047](https://github.com/twilio-labs/paste/pull/4047) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [FormPillGroup] fixed a bug where long text in a form pill would wrap and break styling. Text within FormPill is now truncated so FormPill(s) will not stretch beyond FormPillGroup width. + +- [`f612d1ba6`](https://github.com/twilio-labs/paste/commit/f612d1ba651b6c50cec0d87e4546a1d83ce28d57) [#4047](https://github.com/twilio-labs/paste/pull/4047) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Combobox] added ellipse styling to text that exceeds length of a single select combobox when not active + +* [`e95c7121a`](https://github.com/twilio-labs/paste/commit/e95c7121a52d111114fc5acb95f46e939031063e) [#4043](https://github.com/twilio-labs/paste/pull/4043) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Design Tokens] Update box shadow tokens. Remove hardcoded values. + +* Updated dependencies [[`2951f5c07`](https://github.com/twilio-labs/paste/commit/2951f5c07c4dc537150c83e6985348fc2196f20e), [`ae522366f`](https://github.com/twilio-labs/paste/commit/ae522366f61aa1c841e3c915468be013355a11ec), [`43bd80a01`](https://github.com/twilio-labs/paste/commit/43bd80a018b2887522af4aa9bea3995ddb023051), [`37acfcdf6`](https://github.com/twilio-labs/paste/commit/37acfcdf605aeda52ebf1b4b345717a9682f0ed6), [`7ae14af12`](https://github.com/twilio-labs/paste/commit/7ae14af1293eee0f3af149f6ebc3612fe9b028b7), [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a), [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a), [`d108aeb7f`](https://github.com/twilio-labs/paste/commit/d108aeb7f9f8e455fb5490ae790e21d32f0a7ec9), [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a), [`a84b45ba8`](https://github.com/twilio-labs/paste/commit/a84b45ba87992407e734acd17eae8d4aa93ec112), [`bc7d13f43`](https://github.com/twilio-labs/paste/commit/bc7d13f43b777af3cd379ddf63bd46825dcdbaf0), [`b20a3a1a8`](https://github.com/twilio-labs/paste/commit/b20a3a1a8764fd57603f2299481456c4c3c3fb46), [`f612d1ba6`](https://github.com/twilio-labs/paste/commit/f612d1ba651b6c50cec0d87e4546a1d83ce28d57), [`f612d1ba6`](https://github.com/twilio-labs/paste/commit/f612d1ba651b6c50cec0d87e4546a1d83ce28d57), [`e95c7121a`](https://github.com/twilio-labs/paste/commit/e95c7121a52d111114fc5acb95f46e939031063e)]: + - @twilio-paste/toast@12.2.1 + - @twilio-paste/badge@8.3.1 + - @twilio-paste/timeline@1.0.0 + - @twilio-paste/combobox@16.3.0 + - @twilio-paste/sidebar@1.1.2 + - @twilio-paste/design-tokens@10.8.0 + - @twilio-paste/callout@4.2.0 + - @twilio-paste/progress-steps@2.2.0 + - @twilio-paste/alert@14.1.1 + - @twilio-paste/button-group@4.2.0 + - @twilio-paste/data-visualization-library@5.1.0 + - @twilio-paste/form-pill-group@8.1.1 + ## 20.15.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 0f8e69df96..699746ee87 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.15.0", + "version": "20.16.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -73,19 +73,19 @@ "dependencies": { "@twilio-paste/account-switcher": "^3.0.1", "@twilio-paste/ai-chat-log": "^1.0.1", - "@twilio-paste/alert": "^14.1.0", + "@twilio-paste/alert": "^14.1.1", "@twilio-paste/alert-dialog": "^9.2.1", "@twilio-paste/anchor": "^12.1.1", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/aspect-ratio": "^10.1.0", "@twilio-paste/avatar": "^9.1.0", - "@twilio-paste/badge": "^8.3.0", + "@twilio-paste/badge": "^8.3.1", "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.3.0", "@twilio-paste/breadcrumb": "^11.1.1", "@twilio-paste/button": "^14.1.2", - "@twilio-paste/button-group": "^4.1.1", - "@twilio-paste/callout": "^4.1.0", + "@twilio-paste/button-group": "^4.2.0", + "@twilio-paste/callout": "^4.2.0", "@twilio-paste/card": "^9.1.0", "@twilio-paste/chat-composer": "^5.2.1", "@twilio-paste/chat-log": "^5.2.1", @@ -94,15 +94,15 @@ "@twilio-paste/code-block": "^4.1.1", "@twilio-paste/code-editor-library": "^2.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/combobox": "^16.2.1", + "@twilio-paste/combobox": "^16.3.0", "@twilio-paste/combobox-primitive": "^2.1.1", "@twilio-paste/corner-ornament": "^1.0.0", "@twilio-paste/customization": "^8.2.0", "@twilio-paste/data-grid": "^8.3.1", - "@twilio-paste/data-visualization-library": "^5.0.0", + "@twilio-paste/data-visualization-library": "^5.1.0", "@twilio-paste/date-picker": "^6.1.1", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -114,7 +114,7 @@ "@twilio-paste/file-uploader": "^4.1.0", "@twilio-paste/flex": "^8.1.0", "@twilio-paste/form": "^11.1.1", - "@twilio-paste/form-pill-group": "^8.1.0", + "@twilio-paste/form-pill-group": "^8.1.1", "@twilio-paste/grid": "^8.1.1", "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", @@ -141,7 +141,7 @@ "@twilio-paste/popover": "^13.3.0", "@twilio-paste/product-switcher": "^3.0.2", "@twilio-paste/progress-bar": "^1.1.0", - "@twilio-paste/progress-steps": "^2.1.1", + "@twilio-paste/progress-steps": "^2.2.0", "@twilio-paste/radio-button-group": "^4.1.1", "@twilio-paste/radio-group": "^13.1.1", "@twilio-paste/react-spectrum-library": "^2.2.0", @@ -153,7 +153,7 @@ "@twilio-paste/sibling-box": "^9.1.1", "@twilio-paste/side-modal": "^4.1.3", "@twilio-paste/side-panel": "^1.1.0", - "@twilio-paste/sidebar": "^1.1.1", + "@twilio-paste/sidebar": "^1.1.2", "@twilio-paste/skeleton-loader": "^6.1.1", "@twilio-paste/slider": "^3.0.1", "@twilio-paste/spinner": "^14.1.2", @@ -171,8 +171,8 @@ "@twilio-paste/textarea": "^10.2.0", "@twilio-paste/theme": "^11.1.0", "@twilio-paste/time-picker": "^6.1.1", - "@twilio-paste/timeline": "^0.0.0", - "@twilio-paste/toast": "^12.2.0", + "@twilio-paste/timeline": "^1.0.0", + "@twilio-paste/toast": "^12.2.1", "@twilio-paste/tooltip": "^11.1.1", "@twilio-paste/tooltip-primitive": "^2.0.1", "@twilio-paste/topbar": "^1.2.0", diff --git a/packages/paste-design-tokens/CHANGELOG.md b/packages/paste-design-tokens/CHANGELOG.md index e5aa62d774..bae92ac012 100644 --- a/packages/paste-design-tokens/CHANGELOG.md +++ b/packages/paste-design-tokens/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 10.8.0 + +### Minor Changes + +- [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a) [#4060](https://github.com/twilio-labs/paste/pull/4060) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added a new design token for color-border-new-weak and made changes to color-text-icon-warning in the Twilio theme to support design updates to Alert and Callout components + +### Patch Changes + +- [`e95c7121a`](https://github.com/twilio-labs/paste/commit/e95c7121a52d111114fc5acb95f46e939031063e) [#4043](https://github.com/twilio-labs/paste/pull/4043) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Design Tokens] Update box shadow tokens. Remove hardcoded values. + ## 10.7.0 ### Minor Changes diff --git a/packages/paste-design-tokens/package.json b/packages/paste-design-tokens/package.json index b4bf472d20..1ec779106a 100644 --- a/packages/paste-design-tokens/package.json +++ b/packages/paste-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/design-tokens", - "version": "10.7.0", + "version": "10.8.0", "description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.", "main": "dist/tokens.common.js", "module": "dist/tokens.es6.js", diff --git a/packages/paste-libraries/data-visualization/CHANGELOG.md b/packages/paste-libraries/data-visualization/CHANGELOG.md index 6fa761ccb0..59620af5df 100644 --- a/packages/paste-libraries/data-visualization/CHANGELOG.md +++ b/packages/paste-libraries/data-visualization/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/data-visualization-library +## 5.1.0 + +### Minor Changes + +- [`b20a3a1a8`](https://github.com/twilio-labs/paste/commit/b20a3a1a8764fd57603f2299481456c4c3c3fb46) [#4053](https://github.com/twilio-labs/paste/pull/4053) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Data Visualization]: added a new helper function, applyPasteHighchartsModules, that applies any number of modules to Highcharts setting accesibility required. + ## 5.0.0 ### Major Changes diff --git a/packages/paste-libraries/data-visualization/package.json b/packages/paste-libraries/data-visualization/package.json index 617dd3daae..bb8f557be6 100644 --- a/packages/paste-libraries/data-visualization/package.json +++ b/packages/paste-libraries/data-visualization/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/data-visualization-library", - "version": "5.0.0", + "version": "5.1.0", "category": "library", "status": "production", "description": "A library that helps theme data visualizations with Paste tokens.", @@ -42,7 +42,7 @@ "devDependencies": { "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/design-tokens": "^10.0.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.0.0", "@twilio-paste/types": "^6.0.0", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index c58350f187..dc7d7df067 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,23 @@ # @twilio-paste/website +## 2.23.48 + +### Patch Changes + +- Updated dependencies [[`2951f5c07`](https://github.com/twilio-labs/paste/commit/2951f5c07c4dc537150c83e6985348fc2196f20e), [`ae522366f`](https://github.com/twilio-labs/paste/commit/ae522366f61aa1c841e3c915468be013355a11ec), [`43bd80a01`](https://github.com/twilio-labs/paste/commit/43bd80a018b2887522af4aa9bea3995ddb023051), [`37acfcdf6`](https://github.com/twilio-labs/paste/commit/37acfcdf605aeda52ebf1b4b345717a9682f0ed6), [`7ae14af12`](https://github.com/twilio-labs/paste/commit/7ae14af1293eee0f3af149f6ebc3612fe9b028b7), [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a), [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a), [`d108aeb7f`](https://github.com/twilio-labs/paste/commit/d108aeb7f9f8e455fb5490ae790e21d32f0a7ec9), [`31defbae0`](https://github.com/twilio-labs/paste/commit/31defbae0835226579b5239fc78851ada6c07c2a), [`a84b45ba8`](https://github.com/twilio-labs/paste/commit/a84b45ba87992407e734acd17eae8d4aa93ec112), [`bc7d13f43`](https://github.com/twilio-labs/paste/commit/bc7d13f43b777af3cd379ddf63bd46825dcdbaf0), [`b20a3a1a8`](https://github.com/twilio-labs/paste/commit/b20a3a1a8764fd57603f2299481456c4c3c3fb46), [`f612d1ba6`](https://github.com/twilio-labs/paste/commit/f612d1ba651b6c50cec0d87e4546a1d83ce28d57), [`f612d1ba6`](https://github.com/twilio-labs/paste/commit/f612d1ba651b6c50cec0d87e4546a1d83ce28d57), [`e95c7121a`](https://github.com/twilio-labs/paste/commit/e95c7121a52d111114fc5acb95f46e939031063e)]: + - @twilio-paste/toast@12.2.1 + - @twilio-paste/badge@8.3.1 + - @twilio-paste/timeline@1.0.0 + - @twilio-paste/combobox@16.3.0 + - @twilio-paste/sidebar@1.1.2 + - @twilio-paste/design-tokens@10.8.0 + - @twilio-paste/callout@4.2.0 + - @twilio-paste/progress-steps@2.2.0 + - @twilio-paste/alert@14.1.1 + - @twilio-paste/button-group@4.2.0 + - @twilio-paste/data-visualization-library@5.1.0 + - @twilio-paste/form-pill-group@8.1.1 + ## 2.23.47 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index fdd8f2ab51..77db2fa787 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.47", + "version": "2.23.48", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -35,19 +35,19 @@ "@tanstack/react-query-devtools": "^5.17.10", "@twilio-paste/account-switcher": "^3.0.1", "@twilio-paste/ai-chat-log": "^1.0.1", - "@twilio-paste/alert": "^14.1.0", + "@twilio-paste/alert": "^14.1.1", "@twilio-paste/alert-dialog": "^9.2.1", "@twilio-paste/anchor": "^12.1.1", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/aspect-ratio": "^10.1.0", "@twilio-paste/avatar": "^9.1.0", - "@twilio-paste/badge": "^8.3.0", + "@twilio-paste/badge": "^8.3.1", "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.3.0", "@twilio-paste/breadcrumb": "^11.1.1", "@twilio-paste/button": "^14.1.2", - "@twilio-paste/button-group": "^4.1.1", - "@twilio-paste/callout": "^4.1.0", + "@twilio-paste/button-group": "^4.2.0", + "@twilio-paste/callout": "^4.2.0", "@twilio-paste/card": "^9.1.0", "@twilio-paste/chat-composer": "^5.2.1", "@twilio-paste/chat-log": "^5.2.1", @@ -55,15 +55,15 @@ "@twilio-paste/clipboard-copy-library": "^3.0.0", "@twilio-paste/code-block": "^4.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/combobox": "^16.2.1", + "@twilio-paste/combobox": "^16.3.0", "@twilio-paste/combobox-primitive": "^2.1.1", "@twilio-paste/corner-ornament": "^1.0.0", "@twilio-paste/customization": "^8.2.0", "@twilio-paste/data-grid": "^8.3.0", - "@twilio-paste/data-visualization-library": "^5.0.0", + "@twilio-paste/data-visualization-library": "^5.1.0", "@twilio-paste/date-picker": "^6.1.0", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/design-tokens": "^10.8.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -74,7 +74,7 @@ "@twilio-paste/file-uploader": "^4.1.0", "@twilio-paste/flex": "^8.1.0", "@twilio-paste/form": "^11.1.1", - "@twilio-paste/form-pill-group": "^8.1.0", + "@twilio-paste/form-pill-group": "^8.1.1", "@twilio-paste/grid": "^8.1.1", "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", @@ -101,7 +101,7 @@ "@twilio-paste/paragraph": "^10.1.1", "@twilio-paste/popover": "^13.3.0", "@twilio-paste/product-switcher": "3.0.2", - "@twilio-paste/progress-steps": "^2.1.1", + "@twilio-paste/progress-steps": "^2.2.0", "@twilio-paste/radio-button-group": "^4.1.1", "@twilio-paste/radio-group": "^13.1.1", "@twilio-paste/react-textarea-autosize-library": "^3.0.0", @@ -112,7 +112,7 @@ "@twilio-paste/sibling-box": "^9.1.1", "@twilio-paste/side-modal": "^4.1.3", "@twilio-paste/side-panel": "^1.0.0", - "@twilio-paste/sidebar": "^1.1.1", + "@twilio-paste/sidebar": "^1.1.2", "@twilio-paste/skeleton-loader": "^6.1.1", "@twilio-paste/slider": "^3.0.1", "@twilio-paste/spinner": "^14.1.1", @@ -130,8 +130,8 @@ "@twilio-paste/textarea": "^10.1.1", "@twilio-paste/theme": "^11.1.0", "@twilio-paste/time-picker": "^6.1.1", - "@twilio-paste/timeline": "^0.0.0", - "@twilio-paste/toast": "^12.1.1", + "@twilio-paste/timeline": "^1.0.0", + "@twilio-paste/toast": "^12.2.1", "@twilio-paste/tooltip": "^11.1.1", "@twilio-paste/tooltip-primitive": "^2.0.1", "@twilio-paste/topbar": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 3454e53f96..2ce69b38ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11332,7 +11332,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/alert@^14.1.0, @twilio-paste/alert@workspace:packages/paste-core/components/alert": +"@twilio-paste/alert@^14.1.1, @twilio-paste/alert@workspace:packages/paste-core/components/alert": version: 0.0.0-use.local resolution: "@twilio-paste/alert@workspace:packages/paste-core/components/alert" dependencies: @@ -11342,7 +11342,7 @@ __metadata: "@twilio-paste/button": ^14.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.2.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 @@ -11528,7 +11528,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/badge@^8.1.0, @twilio-paste/badge@^8.3.0, @twilio-paste/badge@workspace:packages/paste-core/components/badge": +"@twilio-paste/badge@^8.1.0, @twilio-paste/badge@^8.3.0, @twilio-paste/badge@^8.3.1, @twilio-paste/badge@workspace:packages/paste-core/components/badge": version: 0.0.0-use.local resolution: "@twilio-paste/badge@workspace:packages/paste-core/components/badge" dependencies: @@ -11537,7 +11537,7 @@ __metadata: "@twilio-paste/box": ^10.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/icons": ^12.7.0 "@twilio-paste/spinner": ^14.1.0 "@twilio-paste/stack": ^8.1.0 @@ -11706,7 +11706,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/button-group@^4.1.1, @twilio-paste/button-group@workspace:packages/paste-core/components/button-group": +"@twilio-paste/button-group@^4.2.0, @twilio-paste/button-group@workspace:packages/paste-core/components/button-group": version: 0.0.0-use.local resolution: "@twilio-paste/button-group@workspace:packages/paste-core/components/button-group" dependencies: @@ -11714,7 +11714,7 @@ __metadata: "@twilio-paste/box": ^10.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.2.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/style-props": ^9.1.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.0 @@ -11790,7 +11790,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/callout@^4.1.0, @twilio-paste/callout@workspace:packages/paste-core/components/callout": +"@twilio-paste/callout@^4.2.0, @twilio-paste/callout@workspace:packages/paste-core/components/callout": version: 0.0.0-use.local resolution: "@twilio-paste/callout@workspace:packages/paste-core/components/callout" dependencies: @@ -11800,7 +11800,7 @@ __metadata: "@twilio-paste/button": ^14.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.2.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/screen-reader-only": ^13.1.0 "@twilio-paste/spinner": ^14.0.0 @@ -12143,7 +12143,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.15.0 + "@twilio-paste/core": ^20.16.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -12185,7 +12185,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/combobox@^16.2.1, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox": +"@twilio-paste/combobox@^16.3.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: @@ -12197,10 +12197,10 @@ __metadata: "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/combobox-primitive": ^2.1.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.2.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/dropdown-library": ^3.0.0 "@twilio-paste/flex": ^8.1.0 - "@twilio-paste/form-pill-group": ^8.0.1 + "@twilio-paste/form-pill-group": ^8.1.1 "@twilio-paste/help-text": ^13.1.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/input": ^9.1.1 @@ -12264,25 +12264,25 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.15.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": +"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.16.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": version: 0.0.0-use.local resolution: "@twilio-paste/core@workspace:packages/paste-core/core-bundle" dependencies: "@twilio-paste/account-switcher": ^3.0.1 "@twilio-paste/ai-chat-log": ^1.0.1 - "@twilio-paste/alert": ^14.1.0 + "@twilio-paste/alert": ^14.1.1 "@twilio-paste/alert-dialog": ^9.2.1 "@twilio-paste/anchor": ^12.1.1 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/aspect-ratio": ^10.1.0 "@twilio-paste/avatar": ^9.1.0 - "@twilio-paste/badge": ^8.3.0 + "@twilio-paste/badge": ^8.3.1 "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.3.0 "@twilio-paste/breadcrumb": ^11.1.1 "@twilio-paste/button": ^14.1.2 - "@twilio-paste/button-group": ^4.1.1 - "@twilio-paste/callout": ^4.1.0 + "@twilio-paste/button-group": ^4.2.0 + "@twilio-paste/callout": ^4.2.0 "@twilio-paste/card": ^9.1.0 "@twilio-paste/chat-composer": ^5.2.1 "@twilio-paste/chat-log": ^5.2.1 @@ -12291,15 +12291,15 @@ __metadata: "@twilio-paste/code-block": ^4.1.1 "@twilio-paste/code-editor-library": ^2.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/combobox": ^16.2.1 + "@twilio-paste/combobox": ^16.3.0 "@twilio-paste/combobox-primitive": ^2.1.1 "@twilio-paste/corner-ornament": ^1.0.0 "@twilio-paste/customization": ^8.2.0 "@twilio-paste/data-grid": ^8.3.1 - "@twilio-paste/data-visualization-library": ^5.0.0 + "@twilio-paste/data-visualization-library": ^5.1.0 "@twilio-paste/date-picker": ^6.1.1 "@twilio-paste/description-list": ^4.2.0 - "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -12311,7 +12311,7 @@ __metadata: "@twilio-paste/file-uploader": ^4.1.0 "@twilio-paste/flex": ^8.1.0 "@twilio-paste/form": ^11.1.1 - "@twilio-paste/form-pill-group": ^8.1.0 + "@twilio-paste/form-pill-group": ^8.1.1 "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 @@ -12339,7 +12339,7 @@ __metadata: "@twilio-paste/popover": ^13.3.0 "@twilio-paste/product-switcher": ^3.0.2 "@twilio-paste/progress-bar": ^1.1.0 - "@twilio-paste/progress-steps": ^2.1.1 + "@twilio-paste/progress-steps": ^2.2.0 "@twilio-paste/radio-button-group": ^4.1.1 "@twilio-paste/radio-group": ^13.1.1 "@twilio-paste/react-spectrum-library": ^2.2.0 @@ -12351,7 +12351,7 @@ __metadata: "@twilio-paste/sibling-box": ^9.1.1 "@twilio-paste/side-modal": ^4.1.3 "@twilio-paste/side-panel": ^1.1.0 - "@twilio-paste/sidebar": ^1.1.1 + "@twilio-paste/sidebar": ^1.1.2 "@twilio-paste/skeleton-loader": ^6.1.1 "@twilio-paste/slider": ^3.0.1 "@twilio-paste/spinner": ^14.1.2 @@ -12369,8 +12369,8 @@ __metadata: "@twilio-paste/textarea": ^10.2.0 "@twilio-paste/theme": ^11.1.0 "@twilio-paste/time-picker": ^6.1.1 - "@twilio-paste/timeline": ^0.0.0 - "@twilio-paste/toast": ^12.2.0 + "@twilio-paste/timeline": ^1.0.0 + "@twilio-paste/toast": ^12.2.1 "@twilio-paste/tooltip": ^11.1.1 "@twilio-paste/tooltip-primitive": ^2.0.1 "@twilio-paste/topbar": ^1.2.0 @@ -12522,13 +12522,13 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/data-visualization-library@^5.0.0, @twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization": +"@twilio-paste/data-visualization-library@^5.1.0, @twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization": version: 0.0.0-use.local resolution: "@twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization" dependencies: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/design-tokens": ^10.0.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.0 "@twilio-paste/types": ^6.0.0 @@ -12645,7 +12645,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens": +"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@^10.8.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens": version: 0.0.0-use.local resolution: "@twilio-paste/design-tokens@workspace:packages/paste-design-tokens" dependencies: @@ -13069,7 +13069,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/form-pill-group@^8.0.1, @twilio-paste/form-pill-group@^8.1.0, @twilio-paste/form-pill-group@workspace:packages/paste-core/components/form-pill-group": +"@twilio-paste/form-pill-group@^8.1.0, @twilio-paste/form-pill-group@^8.1.1, @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: @@ -13077,7 +13077,7 @@ __metadata: "@twilio-paste/box": ^10.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/icons": ^12.7.0 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 @@ -14277,7 +14277,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/progress-steps@^2.1.1, @twilio-paste/progress-steps@workspace:packages/paste-core/components/progress-steps": +"@twilio-paste/progress-steps@^2.2.0, @twilio-paste/progress-steps@workspace:packages/paste-core/components/progress-steps": version: 0.0.0-use.local resolution: "@twilio-paste/progress-steps@workspace:packages/paste-core/components/progress-steps" dependencies: @@ -14285,7 +14285,7 @@ __metadata: "@twilio-paste/box": ^10.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.2.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/style-props": ^9.1.0 "@twilio-paste/styling-library": ^3.0.0 @@ -14753,18 +14753,18 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/sidebar@^1.1.1, @twilio-paste/sidebar@workspace:packages/paste-core/components/sidebar": +"@twilio-paste/sidebar@^1.1.2, @twilio-paste/sidebar@workspace:packages/paste-core/components/sidebar": version: 0.0.0-use.local resolution: "@twilio-paste/sidebar@workspace:packages/paste-core/components/sidebar" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 - "@twilio-paste/badge": ^8.1.0 + "@twilio-paste/badge": ^8.3.1 "@twilio-paste/box": ^10.2.0 "@twilio-paste/button": ^14.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.3.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/disclosure-primitive": ^2.1.1 "@twilio-paste/icons": ^12.2.1 "@twilio-paste/reakit-library": ^2.1.0 @@ -15484,7 +15484,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/timeline@^0.0.0, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline": +"@twilio-paste/timeline@^1.0.0, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline": version: 0.0.0-use.local resolution: "@twilio-paste/timeline@workspace:packages/paste-core/components/timeline" dependencies: @@ -15495,7 +15495,7 @@ __metadata: "@twilio-paste/card": ^9.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.3.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 "@twilio-paste/icons": ^12.2.0 @@ -15544,7 +15544,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/toast@^12.1.1, @twilio-paste/toast@^12.2.0, @twilio-paste/toast@workspace:packages/paste-core/components/toast": +"@twilio-paste/toast@^12.2.1, @twilio-paste/toast@workspace:packages/paste-core/components/toast": version: 0.0.0-use.local resolution: "@twilio-paste/toast@workspace:packages/paste-core/components/toast" dependencies: @@ -15554,7 +15554,7 @@ __metadata: "@twilio-paste/button": ^14.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.2.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/reakit-library": ^2.1.0 @@ -15983,19 +15983,19 @@ __metadata: "@testing-library/react": ^13.4.0 "@twilio-paste/account-switcher": ^3.0.1 "@twilio-paste/ai-chat-log": ^1.0.1 - "@twilio-paste/alert": ^14.1.0 + "@twilio-paste/alert": ^14.1.1 "@twilio-paste/alert-dialog": ^9.2.1 "@twilio-paste/anchor": ^12.1.1 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/aspect-ratio": ^10.1.0 "@twilio-paste/avatar": ^9.1.0 - "@twilio-paste/badge": ^8.3.0 + "@twilio-paste/badge": ^8.3.1 "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.3.0 "@twilio-paste/breadcrumb": ^11.1.1 "@twilio-paste/button": ^14.1.2 - "@twilio-paste/button-group": ^4.1.1 - "@twilio-paste/callout": ^4.1.0 + "@twilio-paste/button-group": ^4.2.0 + "@twilio-paste/callout": ^4.2.0 "@twilio-paste/card": ^9.1.0 "@twilio-paste/chat-composer": ^5.2.1 "@twilio-paste/chat-log": ^5.2.1 @@ -16003,15 +16003,15 @@ __metadata: "@twilio-paste/clipboard-copy-library": ^3.0.0 "@twilio-paste/code-block": ^4.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/combobox": ^16.2.1 + "@twilio-paste/combobox": ^16.3.0 "@twilio-paste/combobox-primitive": ^2.1.1 "@twilio-paste/corner-ornament": ^1.0.0 "@twilio-paste/customization": ^8.2.0 "@twilio-paste/data-grid": ^8.3.0 - "@twilio-paste/data-visualization-library": ^5.0.0 + "@twilio-paste/data-visualization-library": ^5.1.0 "@twilio-paste/date-picker": ^6.1.0 "@twilio-paste/description-list": ^4.2.0 - "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/design-tokens": ^10.8.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -16022,7 +16022,7 @@ __metadata: "@twilio-paste/file-uploader": ^4.1.0 "@twilio-paste/flex": ^8.1.0 "@twilio-paste/form": ^11.1.1 - "@twilio-paste/form-pill-group": ^8.1.0 + "@twilio-paste/form-pill-group": ^8.1.1 "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 @@ -16049,7 +16049,7 @@ __metadata: "@twilio-paste/paragraph": ^10.1.1 "@twilio-paste/popover": ^13.3.0 "@twilio-paste/product-switcher": 3.0.2 - "@twilio-paste/progress-steps": ^2.1.1 + "@twilio-paste/progress-steps": ^2.2.0 "@twilio-paste/radio-button-group": ^4.1.1 "@twilio-paste/radio-group": ^13.1.1 "@twilio-paste/react-textarea-autosize-library": ^3.0.0 @@ -16060,7 +16060,7 @@ __metadata: "@twilio-paste/sibling-box": ^9.1.1 "@twilio-paste/side-modal": ^4.1.3 "@twilio-paste/side-panel": ^1.0.0 - "@twilio-paste/sidebar": ^1.1.1 + "@twilio-paste/sidebar": ^1.1.2 "@twilio-paste/skeleton-loader": ^6.1.1 "@twilio-paste/slider": ^3.0.1 "@twilio-paste/spinner": ^14.1.1 @@ -16078,8 +16078,8 @@ __metadata: "@twilio-paste/textarea": ^10.1.1 "@twilio-paste/theme": ^11.1.0 "@twilio-paste/time-picker": ^6.1.1 - "@twilio-paste/timeline": ^0.0.0 - "@twilio-paste/toast": ^12.1.1 + "@twilio-paste/timeline": ^1.0.0 + "@twilio-paste/toast": ^12.2.1 "@twilio-paste/tooltip": ^11.1.1 "@twilio-paste/tooltip-primitive": ^2.0.1 "@twilio-paste/topbar": ^1.2.0