From 4b8c22e4fc98299d7f928f7c7528e1defe510ab3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jan 2025 21:28:38 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/hungry-countries-move.md | 6 --- .changeset/nervous-lies-drive.md | 6 --- .changeset/ninety-avocados-shout.md | 6 --- .changeset/selfish-bottles-argue.md | 6 --- .changeset/tough-moles-film.md | 6 --- .changeset/violet-elephants-ring.md | 6 --- .../components/ai-chat-log/CHANGELOG.md | 6 +++ .../components/ai-chat-log/package.json | 6 +-- .../in-page-navigation/CHANGELOG.md | 6 +++ .../in-page-navigation/package.json | 6 +-- .../paste-core/components/select/CHANGELOG.md | 6 +++ .../paste-core/components/select/package.json | 6 +-- packages/paste-core/core-bundle/CHANGELOG.md | 24 ++++++++++ packages/paste-core/core-bundle/package.json | 12 ++--- packages/paste-design-tokens/CHANGELOG.md | 10 +++++ packages/paste-design-tokens/package.json | 2 +- packages/paste-icons/CHANGELOG.md | 6 +++ packages/paste-icons/package.json | 4 +- packages/paste-website/CHANGELOG.md | 11 +++++ packages/paste-website/package.json | 12 ++--- yarn.lock | 44 +++++++++---------- 21 files changed, 115 insertions(+), 82 deletions(-) delete mode 100644 .changeset/hungry-countries-move.md delete mode 100644 .changeset/nervous-lies-drive.md delete mode 100644 .changeset/ninety-avocados-shout.md delete mode 100644 .changeset/selfish-bottles-argue.md delete mode 100644 .changeset/tough-moles-film.md delete mode 100644 .changeset/violet-elephants-ring.md diff --git a/.changeset/hungry-countries-move.md b/.changeset/hungry-countries-move.md deleted file mode 100644 index 50efab8752..0000000000 --- a/.changeset/hungry-countries-move.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/select": patch -"@twilio-paste/core": patch ---- - -[Select]: Fix wrong background color during disabled state diff --git a/.changeset/nervous-lies-drive.md b/.changeset/nervous-lies-drive.md deleted file mode 100644 index 2f63ea0bde..0000000000 --- a/.changeset/nervous-lies-drive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": minor -"@twilio-paste/icons": minor ---- - -[Icons] added 4 new icons FeedbackIcon, TextIcon, CarouselIcon and CardIcon diff --git a/.changeset/ninety-avocados-shout.md b/.changeset/ninety-avocados-shout.md deleted file mode 100644 index 904cf75b43..0000000000 --- a/.changeset/ninety-avocados-shout.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/design-tokens": minor -"@twilio-paste/core": minor ---- - -[Design Tokens] Update aliases and add new tokens for elevation foundations diff --git a/.changeset/selfish-bottles-argue.md b/.changeset/selfish-bottles-argue.md deleted file mode 100644 index a6c224bb2f..0000000000 --- a/.changeset/selfish-bottles-argue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/in-page-navigation": minor -"@twilio-paste/core": minor ---- - -[InPageNavigation] modified vertical items to wrap text as opposed to using ellipses diff --git a/.changeset/tough-moles-film.md b/.changeset/tough-moles-film.md deleted file mode 100644 index 467785d164..0000000000 --- a/.changeset/tough-moles-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/ai-chat-log": minor -"@twilio-paste/core": minor ---- - -[AI Chat Log] added optional typewriter animation to AIChatMessageBody diff --git a/.changeset/violet-elephants-ring.md b/.changeset/violet-elephants-ring.md deleted file mode 100644 index 03a670cfe4..0000000000 --- a/.changeset/violet-elephants-ring.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/design-tokens": patch -"@twilio-paste/core": patch ---- - -[Design tokens] Added shadow border tokens and font-size-40 token back to evergreen theme diff --git a/packages/paste-core/components/ai-chat-log/CHANGELOG.md b/packages/paste-core/components/ai-chat-log/CHANGELOG.md index 161a6ff096..3db709c0e9 100644 --- a/packages/paste-core/components/ai-chat-log/CHANGELOG.md +++ b/packages/paste-core/components/ai-chat-log/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/ai-chat-log +## 1.1.0 + +### Minor Changes + +- [`f3a48a4b1`](https://github.com/twilio-labs/paste/commit/f3a48a4b1768694b490fd77b92460b228c7e0185) [#4199](https://github.com/twilio-labs/paste/pull/4199) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AI Chat Log] added optional typewriter animation to AIChatMessageBody + ## 1.0.1 ### Patch Changes diff --git a/packages/paste-core/components/ai-chat-log/package.json b/packages/paste-core/components/ai-chat-log/package.json index d28a510ed8..801eb118a1 100644 --- a/packages/paste-core/components/ai-chat-log/package.json +++ b/packages/paste-core/components/ai-chat-log/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/ai-chat-log", - "version": "1.0.1", + "version": "1.1.0", "category": "data display", "status": "production", "description": "An AI Chat Log is a collection of AI Chat components for displaying conversations between a human and an AI bot.", @@ -57,8 +57,8 @@ "@twilio-paste/button": "^14.1.2", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.7.0", - "@twilio-paste/icons": "^12.7.0", + "@twilio-paste/design-tokens": "^10.12.0", + "@twilio-paste/icons": "^12.9.0", "@twilio-paste/screen-reader-only": "^13.1.1", "@twilio-paste/skeleton-loader": "^6.1.0", "@twilio-paste/spinner": "^14.1.1", diff --git a/packages/paste-core/components/in-page-navigation/CHANGELOG.md b/packages/paste-core/components/in-page-navigation/CHANGELOG.md index 07d867dc35..6f60b50bca 100644 --- a/packages/paste-core/components/in-page-navigation/CHANGELOG.md +++ b/packages/paste-core/components/in-page-navigation/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/in-page-navigation +## 4.4.0 + +### Minor Changes + +- [`3aa24f5c0`](https://github.com/twilio-labs/paste/commit/3aa24f5c0c10e9449ae01fe67d639e8670853c6d) [#4206](https://github.com/twilio-labs/paste/pull/4206) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [InPageNavigation] modified vertical items to wrap text as opposed to using ellipses + ## 4.3.4 ### Patch Changes diff --git a/packages/paste-core/components/in-page-navigation/package.json b/packages/paste-core/components/in-page-navigation/package.json index 2b4aac7e14..7e9814c742 100644 --- a/packages/paste-core/components/in-page-navigation/package.json +++ b/packages/paste-core/components/in-page-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/in-page-navigation", - "version": "4.3.4", + "version": "4.4.0", "category": "navigation", "status": "production", "description": "In Page Navigation is a set of links that lets users navigate between related pages.", @@ -48,8 +48,8 @@ "@twilio-paste/box": "^10.3.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.10.0", - "@twilio-paste/icons": "^12.2.2", + "@twilio-paste/design-tokens": "^10.12.0", + "@twilio-paste/icons": "^12.9.0", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.0.0", diff --git a/packages/paste-core/components/select/CHANGELOG.md b/packages/paste-core/components/select/CHANGELOG.md index 0ebe26a5d6..583c4ad330 100644 --- a/packages/paste-core/components/select/CHANGELOG.md +++ b/packages/paste-core/components/select/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.1.3 + +### Patch Changes + +- [`58096a172`](https://github.com/twilio-labs/paste/commit/58096a172e37a808991d4c81fd1ac73ceaf18de4) [#4191](https://github.com/twilio-labs/paste/pull/4191) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Select]: Fix wrong background color during disabled state + ## 12.1.2 ### Patch Changes diff --git a/packages/paste-core/components/select/package.json b/packages/paste-core/components/select/package.json index 013a4357f3..0a438baf65 100644 --- a/packages/paste-core/components/select/package.json +++ b/packages/paste-core/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/select", - "version": "12.1.2", + "version": "12.1.3", "category": "user input", "status": "production", "description": "A Select is an unstyled dropdown form element that allows users to select a value from a list.", @@ -47,8 +47,8 @@ "@twilio-paste/box": "^10.2.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.3.0", - "@twilio-paste/icons": "^12.2.1", + "@twilio-paste/design-tokens": "^10.12.0", + "@twilio-paste/icons": "^12.9.0", "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index dff1dfbdc5..c41476c3f7 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## 20.21.0 + +### Minor Changes + +- [`c128d63c7`](https://github.com/twilio-labs/paste/commit/c128d63c7f72bf35599bb22ba2943a11cc942783) [#4197](https://github.com/twilio-labs/paste/pull/4197) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Icons] added 4 new icons FeedbackIcon, TextIcon, CarouselIcon and CardIcon + +* [`2fba6b9cd`](https://github.com/twilio-labs/paste/commit/2fba6b9cdb8e4c26fb09095bd8a6144d63e3f0c8) [#4207](https://github.com/twilio-labs/paste/pull/4207) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design Tokens] Update aliases and add new tokens for elevation foundations + +- [`3aa24f5c0`](https://github.com/twilio-labs/paste/commit/3aa24f5c0c10e9449ae01fe67d639e8670853c6d) [#4206](https://github.com/twilio-labs/paste/pull/4206) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [InPageNavigation] modified vertical items to wrap text as opposed to using ellipses + +* [`f3a48a4b1`](https://github.com/twilio-labs/paste/commit/f3a48a4b1768694b490fd77b92460b228c7e0185) [#4199](https://github.com/twilio-labs/paste/pull/4199) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AI Chat Log] added optional typewriter animation to AIChatMessageBody + +### Patch Changes + +- [`58096a172`](https://github.com/twilio-labs/paste/commit/58096a172e37a808991d4c81fd1ac73ceaf18de4) [#4191](https://github.com/twilio-labs/paste/pull/4191) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Select]: Fix wrong background color during disabled state + +* [`add4a2d0c`](https://github.com/twilio-labs/paste/commit/add4a2d0c6f600b6879c344a56c09844280973a4) [#4220](https://github.com/twilio-labs/paste/pull/4220) Thanks [@serifluous](https://github.com/serifluous)! - [Design tokens] Added shadow border tokens and font-size-40 token back to evergreen theme + +* Updated dependencies [[`58096a172`](https://github.com/twilio-labs/paste/commit/58096a172e37a808991d4c81fd1ac73ceaf18de4), [`2fba6b9cd`](https://github.com/twilio-labs/paste/commit/2fba6b9cdb8e4c26fb09095bd8a6144d63e3f0c8), [`3aa24f5c0`](https://github.com/twilio-labs/paste/commit/3aa24f5c0c10e9449ae01fe67d639e8670853c6d), [`f3a48a4b1`](https://github.com/twilio-labs/paste/commit/f3a48a4b1768694b490fd77b92460b228c7e0185), [`add4a2d0c`](https://github.com/twilio-labs/paste/commit/add4a2d0c6f600b6879c344a56c09844280973a4)]: + - @twilio-paste/select@12.1.3 + - @twilio-paste/design-tokens@10.12.0 + - @twilio-paste/in-page-navigation@4.4.0 + - @twilio-paste/ai-chat-log@1.1.0 + ## 20.20.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 2759f9264f..1090827582 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.20.0", + "version": "20.21.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -72,7 +72,7 @@ }, "dependencies": { "@twilio-paste/account-switcher": "^3.0.1", - "@twilio-paste/ai-chat-log": "^1.0.1", + "@twilio-paste/ai-chat-log": "^1.1.0", "@twilio-paste/alert": "^14.1.1", "@twilio-paste/alert-dialog": "^9.2.1", "@twilio-paste/anchor": "^12.1.1", @@ -103,7 +103,7 @@ "@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.11.1", + "@twilio-paste/design-tokens": "^10.12.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -120,7 +120,7 @@ "@twilio-paste/grid": "^8.1.2", "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", - "@twilio-paste/in-page-navigation": "^4.3.4", + "@twilio-paste/in-page-navigation": "^4.4.0", "@twilio-paste/inline-code": "^4.1.2", "@twilio-paste/inline-control-group": "^13.0.2", "@twilio-paste/input": "^9.1.3", @@ -151,7 +151,7 @@ "@twilio-paste/react-textarea-autosize-library": "^3.0.0", "@twilio-paste/reakit-library": "^2.1.1", "@twilio-paste/screen-reader-only": "^13.1.1", - "@twilio-paste/select": "^12.1.2", + "@twilio-paste/select": "^12.1.3", "@twilio-paste/separator": "^8.1.1", "@twilio-paste/sibling-box": "^9.1.1", "@twilio-paste/side-modal": "^4.2.0", @@ -194,7 +194,7 @@ "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/icons": "^12.8.0", + "@twilio-paste/icons": "^12.9.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "react": "^18.0.0", diff --git a/packages/paste-design-tokens/CHANGELOG.md b/packages/paste-design-tokens/CHANGELOG.md index 2a0e7c3223..53ae538403 100644 --- a/packages/paste-design-tokens/CHANGELOG.md +++ b/packages/paste-design-tokens/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 10.12.0 + +### Minor Changes + +- [`2fba6b9cd`](https://github.com/twilio-labs/paste/commit/2fba6b9cdb8e4c26fb09095bd8a6144d63e3f0c8) [#4207](https://github.com/twilio-labs/paste/pull/4207) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design Tokens] Update aliases and add new tokens for elevation foundations + +### Patch Changes + +- [`add4a2d0c`](https://github.com/twilio-labs/paste/commit/add4a2d0c6f600b6879c344a56c09844280973a4) [#4220](https://github.com/twilio-labs/paste/pull/4220) Thanks [@serifluous](https://github.com/serifluous)! - [Design tokens] Added shadow border tokens and font-size-40 token back to evergreen theme + ## 10.11.1 ### Patch Changes diff --git a/packages/paste-design-tokens/package.json b/packages/paste-design-tokens/package.json index f31a6debc8..12120579ed 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.11.1", + "version": "10.12.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-icons/CHANGELOG.md b/packages/paste-icons/CHANGELOG.md index e101f4a93a..f650523d2b 100644 --- a/packages/paste-icons/CHANGELOG.md +++ b/packages/paste-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.9.0 + +### Minor Changes + +- [`c128d63c7`](https://github.com/twilio-labs/paste/commit/c128d63c7f72bf35599bb22ba2943a11cc942783) [#4197](https://github.com/twilio-labs/paste/pull/4197) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Icons] added 4 new icons FeedbackIcon, TextIcon, CarouselIcon and CardIcon + ## 12.8.0 ### Minor Changes diff --git a/packages/paste-icons/package.json b/packages/paste-icons/package.json index 7da301a837..3800b210f5 100644 --- a/packages/paste-icons/package.json +++ b/packages/paste-icons/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/icons", - "version": "12.8.0", + "version": "12.9.0", "description": "Twilio's icon library, ready for use and with accessibility considerations", "author": "Twilio Inc.", "license": "MIT", @@ -44,7 +44,7 @@ "@twilio-paste/box": "^10.4.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.2.0", - "@twilio-paste/design-tokens": "^10.11.1", + "@twilio-paste/design-tokens": "^10.12.0", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.1.1", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index a63238ed34..a2d3752561 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,16 @@ # @twilio-paste/website +## 2.23.51 + +### Patch Changes + +- Updated dependencies [[`58096a172`](https://github.com/twilio-labs/paste/commit/58096a172e37a808991d4c81fd1ac73ceaf18de4), [`c128d63c7`](https://github.com/twilio-labs/paste/commit/c128d63c7f72bf35599bb22ba2943a11cc942783), [`2fba6b9cd`](https://github.com/twilio-labs/paste/commit/2fba6b9cdb8e4c26fb09095bd8a6144d63e3f0c8), [`3aa24f5c0`](https://github.com/twilio-labs/paste/commit/3aa24f5c0c10e9449ae01fe67d639e8670853c6d), [`f3a48a4b1`](https://github.com/twilio-labs/paste/commit/f3a48a4b1768694b490fd77b92460b228c7e0185), [`add4a2d0c`](https://github.com/twilio-labs/paste/commit/add4a2d0c6f600b6879c344a56c09844280973a4)]: + - @twilio-paste/select@12.1.3 + - @twilio-paste/icons@12.9.0 + - @twilio-paste/design-tokens@10.12.0 + - @twilio-paste/in-page-navigation@4.4.0 + - @twilio-paste/ai-chat-log@1.1.0 + ## 2.23.50 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 1c6ab6f097..8647bcfb57 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.50", + "version": "2.23.51", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -34,7 +34,7 @@ "@tanstack/react-query": "^5.17.9", "@tanstack/react-query-devtools": "^5.17.10", "@twilio-paste/account-switcher": "^3.0.1", - "@twilio-paste/ai-chat-log": "^1.0.1", + "@twilio-paste/ai-chat-log": "^1.1.0", "@twilio-paste/alert": "^14.1.1", "@twilio-paste/alert-dialog": "^9.2.1", "@twilio-paste/anchor": "^12.1.1", @@ -64,7 +64,7 @@ "@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.11.1", + "@twilio-paste/design-tokens": "^10.12.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -80,8 +80,8 @@ "@twilio-paste/grid": "^8.1.1", "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", - "@twilio-paste/icons": "12.8.0", - "@twilio-paste/in-page-navigation": "^4.3.1", + "@twilio-paste/icons": "12.9.0", + "@twilio-paste/in-page-navigation": "^4.4.0", "@twilio-paste/inline-code": "^4.1.1", "@twilio-paste/inline-control-group": "^13.0.2", "@twilio-paste/input": "^9.1.3", @@ -110,7 +110,7 @@ "@twilio-paste/react-textarea-autosize-library": "^3.0.0", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/screen-reader-only": "^13.1.1", - "@twilio-paste/select": "^12.1.2", + "@twilio-paste/select": "^12.1.3", "@twilio-paste/separator": "^8.1.1", "@twilio-paste/sibling-box": "^9.1.1", "@twilio-paste/side-modal": "^4.1.3", diff --git a/yarn.lock b/yarn.lock index d15d830b31..e6e52febbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11225,7 +11225,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/ai-chat-log@^1.0.1, @twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log": +"@twilio-paste/ai-chat-log@^1.1.0, @twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log": version: 0.0.0-use.local resolution: "@twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log" dependencies: @@ -11236,8 +11236,8 @@ __metadata: "@twilio-paste/button": ^14.1.2 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.7.0 - "@twilio-paste/icons": ^12.7.0 + "@twilio-paste/design-tokens": ^10.12.0 + "@twilio-paste/icons": ^12.9.0 "@twilio-paste/screen-reader-only": ^13.1.1 "@twilio-paste/skeleton-loader": ^6.1.0 "@twilio-paste/spinner": ^14.1.1 @@ -12332,7 +12332,7 @@ __metadata: 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/ai-chat-log": ^1.1.0 "@twilio-paste/alert": ^14.1.1 "@twilio-paste/alert-dialog": ^9.2.1 "@twilio-paste/anchor": ^12.1.1 @@ -12363,7 +12363,7 @@ __metadata: "@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.11.1 + "@twilio-paste/design-tokens": ^10.12.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -12380,8 +12380,8 @@ __metadata: "@twilio-paste/grid": ^8.1.2 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": ^12.8.0 - "@twilio-paste/in-page-navigation": ^4.3.4 + "@twilio-paste/icons": ^12.9.0 + "@twilio-paste/in-page-navigation": ^4.4.0 "@twilio-paste/inline-code": ^4.1.2 "@twilio-paste/inline-control-group": ^13.0.2 "@twilio-paste/input": ^9.1.3 @@ -12412,7 +12412,7 @@ __metadata: "@twilio-paste/react-textarea-autosize-library": ^3.0.0 "@twilio-paste/reakit-library": ^2.1.1 "@twilio-paste/screen-reader-only": ^13.1.1 - "@twilio-paste/select": ^12.1.2 + "@twilio-paste/select": ^12.1.3 "@twilio-paste/separator": ^8.1.1 "@twilio-paste/sibling-box": ^9.1.1 "@twilio-paste/side-modal": ^4.2.0 @@ -12711,7 +12711,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.10.0, @twilio-paste/design-tokens@^10.11.0, @twilio-paste/design-tokens@^10.11.1, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.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@^10.9.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens": +"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.10.0, @twilio-paste/design-tokens@^10.11.0, @twilio-paste/design-tokens@^10.11.1, @twilio-paste/design-tokens@^10.12.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.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@^10.9.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: @@ -13372,7 +13372,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/icons@12.8.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.2, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@^12.5.0, @twilio-paste/icons@^12.6.0, @twilio-paste/icons@^12.7.0, @twilio-paste/icons@^12.8.0, @twilio-paste/icons@workspace:packages/paste-icons": +"@twilio-paste/icons@12.9.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@^12.5.0, @twilio-paste/icons@^12.6.0, @twilio-paste/icons@^12.7.0, @twilio-paste/icons@^12.8.0, @twilio-paste/icons@^12.9.0, @twilio-paste/icons@workspace:packages/paste-icons": version: 0.0.0-use.local resolution: "@twilio-paste/icons@workspace:packages/paste-icons" dependencies: @@ -13380,7 +13380,7 @@ __metadata: "@twilio-paste/box": ^10.4.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.2.0 - "@twilio-paste/design-tokens": ^10.11.1 + "@twilio-paste/design-tokens": ^10.12.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.1.1 @@ -13410,7 +13410,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/in-page-navigation@^4.3.1, @twilio-paste/in-page-navigation@^4.3.4, @twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation": +"@twilio-paste/in-page-navigation@^4.4.0, @twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation": version: 0.0.0-use.local resolution: "@twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation" dependencies: @@ -13419,8 +13419,8 @@ __metadata: "@twilio-paste/box": ^10.3.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.10.0 - "@twilio-paste/icons": ^12.2.2 + "@twilio-paste/design-tokens": ^10.12.0 + "@twilio-paste/icons": ^12.9.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.0 @@ -14665,7 +14665,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/select@^12.1.2, @twilio-paste/select@workspace:packages/paste-core/components/select": +"@twilio-paste/select@^12.1.3, @twilio-paste/select@workspace:packages/paste-core/components/select": version: 0.0.0-use.local resolution: "@twilio-paste/select@workspace:packages/paste-core/components/select" dependencies: @@ -14673,8 +14673,8 @@ __metadata: "@twilio-paste/box": ^10.2.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.3.0 - "@twilio-paste/icons": ^12.2.1 + "@twilio-paste/design-tokens": ^10.12.0 + "@twilio-paste/icons": ^12.9.0 "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 @@ -16128,7 +16128,7 @@ __metadata: "@tanstack/react-query-devtools": ^5.17.10 "@testing-library/react": ^13.4.0 "@twilio-paste/account-switcher": ^3.0.1 - "@twilio-paste/ai-chat-log": ^1.0.1 + "@twilio-paste/ai-chat-log": ^1.1.0 "@twilio-paste/alert": ^14.1.1 "@twilio-paste/alert-dialog": ^9.2.1 "@twilio-paste/anchor": ^12.1.1 @@ -16158,7 +16158,7 @@ __metadata: "@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.11.1 + "@twilio-paste/design-tokens": ^10.12.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -16174,8 +16174,8 @@ __metadata: "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": 12.8.0 - "@twilio-paste/in-page-navigation": ^4.3.1 + "@twilio-paste/icons": 12.9.0 + "@twilio-paste/in-page-navigation": ^4.4.0 "@twilio-paste/inline-code": ^4.1.1 "@twilio-paste/inline-control-group": ^13.0.2 "@twilio-paste/input": ^9.1.3 @@ -16204,7 +16204,7 @@ __metadata: "@twilio-paste/react-textarea-autosize-library": ^3.0.0 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/screen-reader-only": ^13.1.1 - "@twilio-paste/select": ^12.1.2 + "@twilio-paste/select": ^12.1.3 "@twilio-paste/separator": ^8.1.1 "@twilio-paste/sibling-box": ^9.1.1 "@twilio-paste/side-modal": ^4.1.3