From 1e1a65fdb204ac54e9cd332c8567048498909cbf Mon Sep 17 00:00:00 2001 From: TwilioPasteBot <62629820+TwilioPasteBot@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:36:57 -0700 Subject: [PATCH] chore(release): version packages (#3992) Co-authored-by: github-actions[bot] Co-authored-by: Nora Krantz <75342690+nkrantz@users.noreply.github.com> --- .changeset/beige-guests-promise.md | 6 - .changeset/chatty-garlics-rest.md | 6 - .changeset/five-points-change.md | 6 - .changeset/giant-spiders-remember.md | 6 - .changeset/khaki-rocks-fix.md | 6 - .changeset/many-paws-walk.md | 7 - .changeset/new-fans-call.md | 6 - .changeset/nine-geese-end.md | 6 - .changeset/pink-cooks-vanish.md | 6 - .changeset/poor-bananas-tell.md | 5 - .changeset/real-flowers-turn.md | 6 - .changeset/sharp-sloths-bake.md | 6 - .changeset/short-years-taste.md | 6 - .changeset/small-turkeys-change.md | 6 - .changeset/smart-berries-play.md | 5 - .changeset/smooth-gorillas-care.md | 6 - .changeset/strange-paws-smell.md | 6 - .changeset/tasty-rats-sniff.md | 5 - .changeset/three-terms-teach.md | 9 -- .changeset/tiny-badgers-rush.md | 6 - .changeset/warm-snakes-grow.md | 6 - .changeset/warm-suits-cough.md | 6 - packages/paste-codemods/CHANGELOG.md | 12 ++ packages/paste-codemods/package.json | 4 +- .../components/ai-chat-log/CHANGELOG.md | 8 ++ .../components/ai-chat-log/package.json | 6 +- .../paste-core/components/badge/CHANGELOG.md | 6 + .../paste-core/components/badge/package.json | 6 +- .../components/chat-composer/CHANGELOG.md | 8 ++ .../components/chat-composer/package.json | 6 +- .../components/checkbox/CHANGELOG.md | 6 + .../components/checkbox/package.json | 6 +- .../components/corner-ornament/CHANGELOG.md | 7 + .../components/corner-ornament/package.json | 4 +- .../components/form-pill-group/CHANGELOG.md | 12 ++ .../components/form-pill-group/package.json | 6 +- .../components/popover/CHANGELOG.md | 10 ++ .../components/popover/package.json | 10 +- .../components/side-modal/CHANGELOG.md | 6 + .../components/side-modal/package.json | 6 +- .../components/side-panel/CHANGELOG.md | 6 + .../components/side-panel/package.json | 8 +- .../components/user-dialog/CHANGELOG.md | 6 + .../components/user-dialog/package.json | 6 +- packages/paste-core/core-bundle/CHANGELOG.md | 60 +++++++++ packages/paste-core/core-bundle/package.json | 26 ++-- packages/paste-design-tokens/CHANGELOG.md | 13 ++ packages/paste-design-tokens/package.json | 2 +- packages/paste-icons/CHANGELOG.md | 8 ++ packages/paste-icons/package.json | 4 +- packages/paste-website/CHANGELOG.md | 17 +++ packages/paste-website/package.json | 24 ++-- yarn.lock | 120 +++++++++--------- 53 files changed, 307 insertions(+), 255 deletions(-) delete mode 100644 .changeset/beige-guests-promise.md delete mode 100644 .changeset/chatty-garlics-rest.md delete mode 100644 .changeset/five-points-change.md delete mode 100644 .changeset/giant-spiders-remember.md delete mode 100644 .changeset/khaki-rocks-fix.md delete mode 100644 .changeset/many-paws-walk.md delete mode 100644 .changeset/new-fans-call.md delete mode 100644 .changeset/nine-geese-end.md delete mode 100644 .changeset/pink-cooks-vanish.md delete mode 100644 .changeset/poor-bananas-tell.md delete mode 100644 .changeset/real-flowers-turn.md delete mode 100644 .changeset/sharp-sloths-bake.md delete mode 100644 .changeset/short-years-taste.md delete mode 100644 .changeset/small-turkeys-change.md delete mode 100644 .changeset/smart-berries-play.md delete mode 100644 .changeset/smooth-gorillas-care.md delete mode 100644 .changeset/strange-paws-smell.md delete mode 100644 .changeset/tasty-rats-sniff.md delete mode 100644 .changeset/three-terms-teach.md delete mode 100644 .changeset/tiny-badgers-rush.md delete mode 100644 .changeset/warm-snakes-grow.md delete mode 100644 .changeset/warm-suits-cough.md diff --git a/.changeset/beige-guests-promise.md b/.changeset/beige-guests-promise.md deleted file mode 100644 index 5cfe173a96..0000000000 --- a/.changeset/beige-guests-promise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/popover": patch -"@twilio-paste/core": patch ---- - -[Popover] Fix typings that were not exposing additional props on using a reset button variant diff --git a/.changeset/chatty-garlics-rest.md b/.changeset/chatty-garlics-rest.md deleted file mode 100644 index 8ddd7ec8e6..0000000000 --- a/.changeset/chatty-garlics-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/chat-composer": patch -"@twilio-paste/core": patch ---- - -[Chat Composer] Increase max-height of ChatComposerContainer so that it's greater than the max-height of ChatComposer and doesn't create a vertical scrollbar when the default max-height is reached. diff --git a/.changeset/five-points-change.md b/.changeset/five-points-change.md deleted file mode 100644 index 984fdb302c..0000000000 --- a/.changeset/five-points-change.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/form-pill-group": minor -"@twilio-paste/core": minor ---- - -[FormPillGroup] added a new variant 'tree' to support different interactions for FormPill where selecting the item triggers other flows instead of updating state directly. Reference Filters Pattern for in depth use case. diff --git a/.changeset/giant-spiders-remember.md b/.changeset/giant-spiders-remember.md deleted file mode 100644 index a4557ea054..0000000000 --- a/.changeset/giant-spiders-remember.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": minor -"@twilio-paste/design-tokens": minor ---- - -[Design Tokens] added a new text color for notification icons "colorTextIconNotification" diff --git a/.changeset/khaki-rocks-fix.md b/.changeset/khaki-rocks-fix.md deleted file mode 100644 index 16e11c9d7b..0000000000 --- a/.changeset/khaki-rocks-fix.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/user-dialog": patch -"@twilio-paste/core": patch ---- - -Update the size of the UserDialog's inner Avatar component. diff --git a/.changeset/many-paws-walk.md b/.changeset/many-paws-walk.md deleted file mode 100644 index 9a56423943..0000000000 --- a/.changeset/many-paws-walk.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@twilio-paste/codemods": minor -"@twilio-paste/popover": minor -"@twilio-paste/core": minor ---- - -[Popover] Added a new button variant to trigger the popover PopoverFormPillButton, only to be used as part of complex filters pattern diff --git a/.changeset/new-fans-call.md b/.changeset/new-fans-call.md deleted file mode 100644 index ca687989d9..0000000000 --- a/.changeset/new-fans-call.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/ai-chat-log": patch -"@twilio-paste/core": patch ---- - -[AI Chat Log] Remove padding-x on AI Chat Log to prevent double padding when log is used within a Side Panel container. diff --git a/.changeset/nine-geese-end.md b/.changeset/nine-geese-end.md deleted file mode 100644 index 94b53d429f..0000000000 --- a/.changeset/nine-geese-end.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/chat-composer": patch -"@twilio-paste/core": patch ---- - -[Chat Composer] Add width="100%" to ChatComposerContainer to prevent composer from shrinking when no value diff --git a/.changeset/pink-cooks-vanish.md b/.changeset/pink-cooks-vanish.md deleted file mode 100644 index c78c9d136b..0000000000 --- a/.changeset/pink-cooks-vanish.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/design-tokens": minor -"@twilio-paste/core": minor ---- - -- [Design Tokens] Add new base sizing tokens and update description of existing sizing tokens diff --git a/.changeset/poor-bananas-tell.md b/.changeset/poor-bananas-tell.md deleted file mode 100644 index 21353e8a5f..0000000000 --- a/.changeset/poor-bananas-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/icons": minor ---- - -[Icons] Add 2 new icons: SupportRequestIcon and RCSCapableIcon diff --git a/.changeset/real-flowers-turn.md b/.changeset/real-flowers-turn.md deleted file mode 100644 index 76a185e762..0000000000 --- a/.changeset/real-flowers-turn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/side-modal": patch -"@twilio-paste/core": patch ---- - -[Side Modal] Increase size of close icon. diff --git a/.changeset/sharp-sloths-bake.md b/.changeset/sharp-sloths-bake.md deleted file mode 100644 index ed8ad29d39..0000000000 --- a/.changeset/sharp-sloths-bake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": minor -"@twilio-paste/icons": minor ---- - -[Icons] Added new Icon NotificationOrnamentIcon for use in Corner Ornament Component diff --git a/.changeset/short-years-taste.md b/.changeset/short-years-taste.md deleted file mode 100644 index fea5d6f2f4..0000000000 --- a/.changeset/short-years-taste.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/checkbox": patch -"@twilio-paste/core": patch ---- - -[Checkbox] exposed helpText on CheckboxDisclaimer diff --git a/.changeset/small-turkeys-change.md b/.changeset/small-turkeys-change.md deleted file mode 100644 index d51f44aaa5..0000000000 --- a/.changeset/small-turkeys-change.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/form-pill-group": patch -"@twilio-paste/core": patch ---- - -[Form Pill Group]: Fix position of dismiss button for large pill size diff --git a/.changeset/smart-berries-play.md b/.changeset/smart-berries-play.md deleted file mode 100644 index 4958eaf69d..0000000000 --- a/.changeset/smart-berries-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[Corner Ornament] Release a new component that controls the posiitoning of another elements in relation to a parent component to be displayed as a corner ornament diff --git a/.changeset/smooth-gorillas-care.md b/.changeset/smooth-gorillas-care.md deleted file mode 100644 index b0bf2d139d..0000000000 --- a/.changeset/smooth-gorillas-care.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/badge": minor -"@twilio-paste/core": minor ---- - -[Badge] Added a new notification variant diff --git a/.changeset/strange-paws-smell.md b/.changeset/strange-paws-smell.md deleted file mode 100644 index ce17fb9067..0000000000 --- a/.changeset/strange-paws-smell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": minor -"@twilio-paste/form-pill-group": minor ---- - -[Form Pill Group] Adding size property to the FormPillGroup component. Sizes include default and "large". diff --git a/.changeset/tasty-rats-sniff.md b/.changeset/tasty-rats-sniff.md deleted file mode 100644 index aaecb90aa2..0000000000 --- a/.changeset/tasty-rats-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": patch ---- - -[Codemods] New export from side-panel package diff --git a/.changeset/three-terms-teach.md b/.changeset/three-terms-teach.md deleted file mode 100644 index d369e3aa34..0000000000 --- a/.changeset/three-terms-teach.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@twilio-paste/design-tokens": minor -"@twilio-paste/core": minor ---- - -[Design tokens]: Add new notification tokens: -- color-background-notification -- shadow-border-notification -- shadow-border-bottom-notification-stronger diff --git a/.changeset/tiny-badgers-rush.md b/.changeset/tiny-badgers-rush.md deleted file mode 100644 index a893d6dcd6..0000000000 --- a/.changeset/tiny-badgers-rush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/side-panel": minor -"@twilio-paste/core": minor ---- - -[Side Panel] Create SidePanelFooter exported from the Side Panel package for actions or chat composers. Make scrollbar color of SidePanelBody slightly darker for better visibility. Small improvements to spacing and alignment of SidePanelHeader. diff --git a/.changeset/warm-snakes-grow.md b/.changeset/warm-snakes-grow.md deleted file mode 100644 index 6af8c7f299..0000000000 --- a/.changeset/warm-snakes-grow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/corner-ornament": major -"@twilio-paste/core": minor ---- - -[Corner Ornament] Release a new component that controls the posiitoning of another elements in relation to a parent component to be displayed as a corner ornament diff --git a/.changeset/warm-suits-cough.md b/.changeset/warm-suits-cough.md deleted file mode 100644 index 92bb7f9e97..0000000000 --- a/.changeset/warm-suits-cough.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/ai-chat-log": patch -"@twilio-paste/core": patch ---- - -[AIChatLog] Correctly set the color of the AI icon diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index 62d5bc9bab..82bed3be95 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.11.0 + +### Minor Changes + +- [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201) [#4018](https://github.com/twilio-labs/paste/pull/4018) Thanks [@nkrantz](https://github.com/nkrantz)! - [Popover] Added a new button variant to trigger the popover PopoverFormPillButton, only to be used as part of complex filters pattern + +* [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450) [#4009](https://github.com/twilio-labs/paste/pull/4009) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Corner Ornament] Release a new component that controls the posiitoning of another elements in relation to a parent component to be displayed as a corner ornament + +### Patch Changes + +- [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] New export from side-panel package + ## 0.10.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 5e5b498e49..feaed0d4fd 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.10.0", + "version": "0.11.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.14.0", + "@twilio-paste/core": "^20.15.0", "tsx": "^4.0.0" } } diff --git a/packages/paste-core/components/ai-chat-log/CHANGELOG.md b/packages/paste-core/components/ai-chat-log/CHANGELOG.md index 2646d146bb..161a6ff096 100644 --- a/packages/paste-core/components/ai-chat-log/CHANGELOG.md +++ b/packages/paste-core/components/ai-chat-log/CHANGELOG.md @@ -1,5 +1,13 @@ # @twilio-paste/ai-chat-log +## 1.0.1 + +### Patch Changes + +- [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [AI Chat Log] Remove padding-x on AI Chat Log to prevent double padding when log is used within a Side Panel container. + +* [`0da577fc5`](https://github.com/twilio-labs/paste/commit/0da577fc516a9b01274c77c77346a7b322004ba1) [#4026](https://github.com/twilio-labs/paste/pull/4026) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog] Correctly set the color of the AI icon + ## 1.0.0 ### Major Changes diff --git a/packages/paste-core/components/ai-chat-log/package.json b/packages/paste-core/components/ai-chat-log/package.json index 0ffd5274c7..d28a510ed8 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.0", + "version": "1.0.1", "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.3.0", - "@twilio-paste/icons": "^12.6.0", + "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/icons": "^12.7.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/badge/CHANGELOG.md b/packages/paste-core/components/badge/CHANGELOG.md index 2df14da65c..e7b104d36e 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.0 + +### Minor Changes + +- [`7ee977291`](https://github.com/twilio-labs/paste/commit/7ee9772916b62c5bde305ac6492255ac7355c46d) [#3993](https://github.com/twilio-labs/paste/pull/3993) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Badge] Added a new notification variant + ## 8.2.0 ### Minor Changes diff --git a/packages/paste-core/components/badge/package.json b/packages/paste-core/components/badge/package.json index 0470cea65b..c1633f2d74 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.2.0", + "version": "8.3.0", "category": "data display", "status": "production", "description": "A Badge is a visual text label that describes an attribute of an object.", @@ -50,8 +50,8 @@ "@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.6.0", - "@twilio-paste/icons": "^12.4.0", + "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/icons": "^12.7.0", "@twilio-paste/spinner": "^14.1.0", "@twilio-paste/stack": "^8.1.0", "@twilio-paste/style-props": "^9.1.0", diff --git a/packages/paste-core/components/chat-composer/CHANGELOG.md b/packages/paste-core/components/chat-composer/CHANGELOG.md index f4c2d861dc..5e8513e46f 100644 --- a/packages/paste-core/components/chat-composer/CHANGELOG.md +++ b/packages/paste-core/components/chat-composer/CHANGELOG.md @@ -1,5 +1,13 @@ # @twilio-paste/chat-composer +## 5.2.1 + +### Patch Changes + +- [`9838a4f18`](https://github.com/twilio-labs/paste/commit/9838a4f18bd0ef1a12cf4231766fb45fca44ecde) [#3994](https://github.com/twilio-labs/paste/pull/3994) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Increase max-height of ChatComposerContainer so that it's greater than the max-height of ChatComposer and doesn't create a vertical scrollbar when the default max-height is reached. + +* [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Add width="100%" to ChatComposerContainer to prevent composer from shrinking when no value + ## 5.2.0 ### Minor Changes diff --git a/packages/paste-core/components/chat-composer/package.json b/packages/paste-core/components/chat-composer/package.json index 6a7c217338..dba4904380 100644 --- a/packages/paste-core/components/chat-composer/package.json +++ b/packages/paste-core/components/chat-composer/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/chat-composer", - "version": "5.2.0", + "version": "5.2.1", "category": "user input", "status": "production", "description": "A Chat Composer is an input made for users to type rich chat messages.", @@ -50,8 +50,8 @@ "@twilio-paste/button": "^14.1.2", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.2.0", - "@twilio-paste/icons": "^12.6.0", + "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/icons": "^12.7.0", "@twilio-paste/lexical-library": "^4.2.0", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", diff --git a/packages/paste-core/components/checkbox/CHANGELOG.md b/packages/paste-core/components/checkbox/CHANGELOG.md index 936bee211a..f8f7ec2494 100644 --- a/packages/paste-core/components/checkbox/CHANGELOG.md +++ b/packages/paste-core/components/checkbox/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 13.1.2 + +### Patch Changes + +- [`300c6c299`](https://github.com/twilio-labs/paste/commit/300c6c29980057c86c2711feef6700ccffc82ff1) [#4020](https://github.com/twilio-labs/paste/pull/4020) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Checkbox] exposed helpText on CheckboxDisclaimer + ## 13.1.1 ### Patch Changes diff --git a/packages/paste-core/components/checkbox/package.json b/packages/paste-core/components/checkbox/package.json index d3a40d0a52..9212eb21f5 100644 --- a/packages/paste-core/components/checkbox/package.json +++ b/packages/paste-core/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/checkbox", - "version": "13.1.1", + "version": "13.1.2", "category": "user input", "status": "production", "description": "A Checkbox is a form element that enables a binary choice and a Checkbox Group is a collection of Checkboxes.", @@ -56,10 +56,10 @@ "@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.7.0", "@twilio-paste/flex": "^8.1.0", "@twilio-paste/help-text": "^13.1.0", - "@twilio-paste/icons": "^12.2.0", + "@twilio-paste/icons": "^12.7.0", "@twilio-paste/inline-control-group": "^13.0.1", "@twilio-paste/label": "^13.1.1", "@twilio-paste/media-object": "^10.1.0", diff --git a/packages/paste-core/components/corner-ornament/CHANGELOG.md b/packages/paste-core/components/corner-ornament/CHANGELOG.md index e69de29bb2..6f2c273a89 100644 --- a/packages/paste-core/components/corner-ornament/CHANGELOG.md +++ b/packages/paste-core/components/corner-ornament/CHANGELOG.md @@ -0,0 +1,7 @@ +# @twilio-paste/corner-ornament + +## 1.0.0 + +### Major Changes + +- [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450) [#4009](https://github.com/twilio-labs/paste/pull/4009) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Corner Ornament] Release a new component that controls the posiitoning of another elements in relation to a parent component to be displayed as a corner ornament diff --git a/packages/paste-core/components/corner-ornament/package.json b/packages/paste-core/components/corner-ornament/package.json index 2f36e78910..72bd4df9f8 100644 --- a/packages/paste-core/components/corner-ornament/package.json +++ b/packages/paste-core/components/corner-ornament/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/corner-ornament", - "version": "0.0.0", + "version": "1.0.0", "category": "data display", "status": "production", "description": "Corner Ornament is a container used to apply a cutout to a base component and position another element as its ornament.", @@ -45,7 +45,7 @@ "@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/design-tokens": "^10.7.0", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.0.1", diff --git a/packages/paste-core/components/form-pill-group/CHANGELOG.md b/packages/paste-core/components/form-pill-group/CHANGELOG.md index 49826b6ca1..763678c342 100644 --- a/packages/paste-core/components/form-pill-group/CHANGELOG.md +++ b/packages/paste-core/components/form-pill-group/CHANGELOG.md @@ -1,5 +1,17 @@ # @twilio-paste/form-pill-group +## 8.1.0 + +### Minor Changes + +- [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201) [#4018](https://github.com/twilio-labs/paste/pull/4018) Thanks [@nkrantz](https://github.com/nkrantz)! - [FormPillGroup] added a new variant 'tree' to support different interactions for FormPill where selecting the item triggers other flows instead of updating state directly. Reference Filters Pattern for in depth use case. + +* [`4ea2bcc63`](https://github.com/twilio-labs/paste/commit/4ea2bcc63e479a6815a13d0b880436031a23c28e) [#3978](https://github.com/twilio-labs/paste/pull/3978) Thanks [@cogwizzle](https://github.com/cogwizzle)! - [Form Pill Group] Adding size property to the FormPillGroup component. Sizes include default and "large". + +### Patch Changes + +- [`4441e59af`](https://github.com/twilio-labs/paste/commit/4441e59af9ada2fb809f5fba88c8eaf1788da45d) [#4003](https://github.com/twilio-labs/paste/pull/4003) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Form Pill Group]: Fix position of dismiss button for large pill size + ## 8.0.1 ### Patch Changes diff --git a/packages/paste-core/components/form-pill-group/package.json b/packages/paste-core/components/form-pill-group/package.json index 18bd7e8d19..0e92e43744 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.0.1", + "version": "8.1.0", "category": "interaction", "status": "production", "description": "A Form Pill Group is an editable set of Pills that represent a collection of selectable or removable objects.", @@ -51,8 +51,8 @@ "@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/icons": "^12.2.0", + "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/icons": "^12.7.0", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", "@twilio-paste/style-props": "^9.1.0", diff --git a/packages/paste-core/components/popover/CHANGELOG.md b/packages/paste-core/components/popover/CHANGELOG.md index 8f6b4c2a81..ac1c7c207c 100644 --- a/packages/paste-core/components/popover/CHANGELOG.md +++ b/packages/paste-core/components/popover/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 13.3.0 + +### Minor Changes + +- [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201) [#4018](https://github.com/twilio-labs/paste/pull/4018) Thanks [@nkrantz](https://github.com/nkrantz)! - [Popover] Added a new button variant to trigger the popover PopoverFormPillButton, only to be used as part of complex filters pattern + +### Patch Changes + +- [`0da577fc5`](https://github.com/twilio-labs/paste/commit/0da577fc516a9b01274c77c77346a7b322004ba1) [#4026](https://github.com/twilio-labs/paste/pull/4026) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Popover] Fix typings that were not exposing additional props on using a reset button variant + ## 13.2.0 ### Minor Changes diff --git a/packages/paste-core/components/popover/package.json b/packages/paste-core/components/popover/package.json index cc16abf144..91a3eb40c2 100644 --- a/packages/paste-core/components/popover/package.json +++ b/packages/paste-core/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/popover", - "version": "13.2.0", + "version": "13.3.0", "category": "interaction", "status": "production", "description": "A Popover is a page overlay triggered by a button that displays additional interactive content.", @@ -54,14 +54,14 @@ "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.0", "@twilio-paste/box": "^10.1.0", "@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/form-pill-group": "^8.0.1", - "@twilio-paste/icons": "^12.2.0", + "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/form-pill-group": "^8.1.0", + "@twilio-paste/icons": "^12.7.0", "@twilio-paste/non-modal-dialog-primitive": "^2.0.1", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", diff --git a/packages/paste-core/components/side-modal/CHANGELOG.md b/packages/paste-core/components/side-modal/CHANGELOG.md index be8d7ee0f9..36e81da553 100644 --- a/packages/paste-core/components/side-modal/CHANGELOG.md +++ b/packages/paste-core/components/side-modal/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/side-modal +## 4.1.3 + +### Patch Changes + +- [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Modal] Increase size of close icon. + ## 4.1.2 ### Patch Changes diff --git a/packages/paste-core/components/side-modal/package.json b/packages/paste-core/components/side-modal/package.json index d32025ccf3..ccd97c5990 100644 --- a/packages/paste-core/components/side-modal/package.json +++ b/packages/paste-core/components/side-modal/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/side-modal", - "version": "4.1.2", + "version": "4.1.3", "category": "overlays", "status": "production", "description": "A modal that stays on the side of the screen.", @@ -57,9 +57,9 @@ "@twilio-paste/button": "^14.1.1", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.3.0", + "@twilio-paste/design-tokens": "^10.7.0", "@twilio-paste/heading": "^11.1.1", - "@twilio-paste/icons": "^12.5.0", + "@twilio-paste/icons": "^12.7.0", "@twilio-paste/non-modal-dialog-primitive": "^2.0.2", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/screen-reader-only": "^13.1.1", diff --git a/packages/paste-core/components/side-panel/CHANGELOG.md b/packages/paste-core/components/side-panel/CHANGELOG.md index 11f7e0bdfe..1b24fea4d4 100644 --- a/packages/paste-core/components/side-panel/CHANGELOG.md +++ b/packages/paste-core/components/side-panel/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/side-panel +## 1.1.0 + +### Minor Changes + +- [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] Create SidePanelFooter exported from the Side Panel package for actions or chat composers. Make scrollbar color of SidePanelBody slightly darker for better visibility. Small improvements to spacing and alignment of SidePanelHeader. + ## 1.0.0 ### Major Changes diff --git a/packages/paste-core/components/side-panel/package.json b/packages/paste-core/components/side-panel/package.json index 8075097324..48acaad5e3 100644 --- a/packages/paste-core/components/side-panel/package.json +++ b/packages/paste-core/components/side-panel/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/side-panel", - "version": "1.0.0", + "version": "1.1.0", "category": "layout", "status": "production", "description": "Side Panel is a container that pushes the main page content when open.", @@ -50,13 +50,13 @@ "devDependencies": { "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", - "@twilio-paste/badge": "^8.2.0", + "@twilio-paste/badge": "^8.3.0", "@twilio-paste/box": "^10.2.0", "@twilio-paste/button": "^14.1.1", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.3.0", - "@twilio-paste/icons": "^12.5.0", + "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/icons": "^12.7.0", "@twilio-paste/spinner": "^14.1.2", "@twilio-paste/stack": "^8.1.0", "@twilio-paste/style-props": "^9.1.1", diff --git a/packages/paste-core/components/user-dialog/CHANGELOG.md b/packages/paste-core/components/user-dialog/CHANGELOG.md index 766f1e39bd..6015f5c52b 100644 --- a/packages/paste-core/components/user-dialog/CHANGELOG.md +++ b/packages/paste-core/components/user-dialog/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/user-dialog +## 2.1.2 + +### Patch Changes + +- [`2aacaf780`](https://github.com/twilio-labs/paste/commit/2aacaf780a11c61932ef940afde1282e71576935) [#4000](https://github.com/twilio-labs/paste/pull/4000) Thanks [@cogwizzle](https://github.com/cogwizzle)! - Update the size of the UserDialog's inner Avatar component. + ## 2.1.1 ### Patch Changes diff --git a/packages/paste-core/components/user-dialog/package.json b/packages/paste-core/components/user-dialog/package.json index d0e923b1fb..9b95dc9a94 100644 --- a/packages/paste-core/components/user-dialog/package.json +++ b/packages/paste-core/components/user-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/user-dialog", - "version": "2.1.1", + "version": "2.1.2", "category": "navigation", "status": "production", "description": "User dialog is a menu that contains user profile-related actions.", @@ -60,8 +60,8 @@ "@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/icons": "^12.2.0", + "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/icons": "^12.7.0", "@twilio-paste/listbox-primitive": "^3.0.0", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/non-modal-dialog-primitive": "^2.0.1", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index aeaca30e15..c9546a9057 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,65 @@ # Change Log +## 20.15.0 + +### Minor Changes + +- [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201) [#4018](https://github.com/twilio-labs/paste/pull/4018) Thanks [@nkrantz](https://github.com/nkrantz)! - [FormPillGroup] added a new variant 'tree' to support different interactions for FormPill where selecting the item triggers other flows instead of updating state directly. Reference Filters Pattern for in depth use case. + +* [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450) [#4009](https://github.com/twilio-labs/paste/pull/4009) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added a new text color for notification icons "colorTextIconNotification" + +- [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201) [#4018](https://github.com/twilio-labs/paste/pull/4018) Thanks [@nkrantz](https://github.com/nkrantz)! - [Popover] Added a new button variant to trigger the popover PopoverFormPillButton, only to be used as part of complex filters pattern + +* [`fe8825efc`](https://github.com/twilio-labs/paste/commit/fe8825efcfec00aeaa0b91354e4f476bcec98f51) [#3989](https://github.com/twilio-labs/paste/pull/3989) Thanks [@PixeledCode](https://github.com/PixeledCode)! - - [Design Tokens] Add new base sizing tokens and update description of existing sizing tokens + +- [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450) [#4009](https://github.com/twilio-labs/paste/pull/4009) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Icons] Added new Icon NotificationOrnamentIcon for use in Corner Ornament Component + +* [`7ee977291`](https://github.com/twilio-labs/paste/commit/7ee9772916b62c5bde305ac6492255ac7355c46d) [#3993](https://github.com/twilio-labs/paste/pull/3993) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Badge] Added a new notification variant + +- [`4ea2bcc63`](https://github.com/twilio-labs/paste/commit/4ea2bcc63e479a6815a13d0b880436031a23c28e) [#3978](https://github.com/twilio-labs/paste/pull/3978) Thanks [@cogwizzle](https://github.com/cogwizzle)! - [Form Pill Group] Adding size property to the FormPillGroup component. Sizes include default and "large". + +* [`b04532dad`](https://github.com/twilio-labs/paste/commit/b04532dada23159d364f0d1dbe845ebc7ce81928) [#3987](https://github.com/twilio-labs/paste/pull/3987) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Design tokens]: Add new notification tokens: + - color-background-notification + - shadow-border-notification + - shadow-border-bottom-notification-stronger + +- [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] Create SidePanelFooter exported from the Side Panel package for actions or chat composers. Make scrollbar color of SidePanelBody slightly darker for better visibility. Small improvements to spacing and alignment of SidePanelHeader. + +* [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450) [#4009](https://github.com/twilio-labs/paste/pull/4009) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Corner Ornament] Release a new component that controls the posiitoning of another elements in relation to a parent component to be displayed as a corner ornament + +### Patch Changes + +- [`0da577fc5`](https://github.com/twilio-labs/paste/commit/0da577fc516a9b01274c77c77346a7b322004ba1) [#4026](https://github.com/twilio-labs/paste/pull/4026) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Popover] Fix typings that were not exposing additional props on using a reset button variant + +* [`9838a4f18`](https://github.com/twilio-labs/paste/commit/9838a4f18bd0ef1a12cf4231766fb45fca44ecde) [#3994](https://github.com/twilio-labs/paste/pull/3994) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Increase max-height of ChatComposerContainer so that it's greater than the max-height of ChatComposer and doesn't create a vertical scrollbar when the default max-height is reached. + +- [`2aacaf780`](https://github.com/twilio-labs/paste/commit/2aacaf780a11c61932ef940afde1282e71576935) [#4000](https://github.com/twilio-labs/paste/pull/4000) Thanks [@cogwizzle](https://github.com/cogwizzle)! - Update the size of the UserDialog's inner Avatar component. + +* [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [AI Chat Log] Remove padding-x on AI Chat Log to prevent double padding when log is used within a Side Panel container. + +- [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Add width="100%" to ChatComposerContainer to prevent composer from shrinking when no value + +* [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715) [#4002](https://github.com/twilio-labs/paste/pull/4002) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Modal] Increase size of close icon. + +- [`300c6c299`](https://github.com/twilio-labs/paste/commit/300c6c29980057c86c2711feef6700ccffc82ff1) [#4020](https://github.com/twilio-labs/paste/pull/4020) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Checkbox] exposed helpText on CheckboxDisclaimer + +* [`4441e59af`](https://github.com/twilio-labs/paste/commit/4441e59af9ada2fb809f5fba88c8eaf1788da45d) [#4003](https://github.com/twilio-labs/paste/pull/4003) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Form Pill Group]: Fix position of dismiss button for large pill size + +- [`0da577fc5`](https://github.com/twilio-labs/paste/commit/0da577fc516a9b01274c77c77346a7b322004ba1) [#4026](https://github.com/twilio-labs/paste/pull/4026) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [AIChatLog] Correctly set the color of the AI icon + +- Updated dependencies [[`0da577fc5`](https://github.com/twilio-labs/paste/commit/0da577fc516a9b01274c77c77346a7b322004ba1), [`9838a4f18`](https://github.com/twilio-labs/paste/commit/9838a4f18bd0ef1a12cf4231766fb45fca44ecde), [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201), [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450), [`2aacaf780`](https://github.com/twilio-labs/paste/commit/2aacaf780a11c61932ef940afde1282e71576935), [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201), [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715), [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715), [`fe8825efc`](https://github.com/twilio-labs/paste/commit/fe8825efcfec00aeaa0b91354e4f476bcec98f51), [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715), [`300c6c299`](https://github.com/twilio-labs/paste/commit/300c6c29980057c86c2711feef6700ccffc82ff1), [`4441e59af`](https://github.com/twilio-labs/paste/commit/4441e59af9ada2fb809f5fba88c8eaf1788da45d), [`7ee977291`](https://github.com/twilio-labs/paste/commit/7ee9772916b62c5bde305ac6492255ac7355c46d), [`4ea2bcc63`](https://github.com/twilio-labs/paste/commit/4ea2bcc63e479a6815a13d0b880436031a23c28e), [`b04532dad`](https://github.com/twilio-labs/paste/commit/b04532dada23159d364f0d1dbe845ebc7ce81928), [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715), [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450), [`0da577fc5`](https://github.com/twilio-labs/paste/commit/0da577fc516a9b01274c77c77346a7b322004ba1)]: + - @twilio-paste/popover@13.3.0 + - @twilio-paste/chat-composer@5.2.1 + - @twilio-paste/form-pill-group@8.1.0 + - @twilio-paste/design-tokens@10.7.0 + - @twilio-paste/user-dialog@2.1.2 + - @twilio-paste/ai-chat-log@1.0.1 + - @twilio-paste/side-modal@4.1.3 + - @twilio-paste/checkbox@13.1.2 + - @twilio-paste/badge@8.3.0 + - @twilio-paste/side-panel@1.1.0 + - @twilio-paste/corner-ornament@1.0.0 + ## 20.14.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 7a4e554ca9..869d4c69c9 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.14.0", + "version": "20.15.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -72,14 +72,14 @@ }, "dependencies": { "@twilio-paste/account-switcher": "^3.0.1", - "@twilio-paste/ai-chat-log": "^1.0.0", + "@twilio-paste/ai-chat-log": "^1.0.1", "@twilio-paste/alert": "^14.1.0", "@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.2.0", + "@twilio-paste/badge": "^8.3.0", "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.3.0", "@twilio-paste/breadcrumb": "^11.1.1", @@ -87,22 +87,22 @@ "@twilio-paste/button-group": "^4.1.1", "@twilio-paste/callout": "^4.1.0", "@twilio-paste/card": "^9.1.0", - "@twilio-paste/chat-composer": "^5.2.0", + "@twilio-paste/chat-composer": "^5.2.1", "@twilio-paste/chat-log": "^5.2.1", - "@twilio-paste/checkbox": "^13.1.1", + "@twilio-paste/checkbox": "^13.1.2", "@twilio-paste/clipboard-copy-library": "^3.0.0", "@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-primitive": "^2.1.1", - "@twilio-paste/corner-ornament": "^0.0.0", + "@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/date-picker": "^6.1.1", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.6.0", + "@twilio-paste/design-tokens": "^10.7.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.0.1", + "@twilio-paste/form-pill-group": "^8.1.0", "@twilio-paste/grid": "^8.1.1", "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", @@ -138,7 +138,7 @@ "@twilio-paste/page-header": "^1.0.0", "@twilio-paste/pagination": "^7.1.1", "@twilio-paste/paragraph": "^10.1.1", - "@twilio-paste/popover": "^13.2.0", + "@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", @@ -151,8 +151,8 @@ "@twilio-paste/select": "^12.1.2", "@twilio-paste/separator": "^8.1.1", "@twilio-paste/sibling-box": "^9.1.1", - "@twilio-paste/side-modal": "^4.1.2", - "@twilio-paste/side-panel": "^1.0.0", + "@twilio-paste/side-modal": "^4.1.3", + "@twilio-paste/side-panel": "^1.1.0", "@twilio-paste/sidebar": "^1.1.1", "@twilio-paste/skeleton-loader": "^6.1.1", "@twilio-paste/slider": "^3.0.1", @@ -178,7 +178,7 @@ "@twilio-paste/truncate": "^14.1.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", - "@twilio-paste/user-dialog": "^2.1.1", + "@twilio-paste/user-dialog": "^2.1.2", "@twilio-paste/utils": "^5.0.0", "@twilio-paste/visual-picker": "^2.0.3" }, @@ -190,7 +190,7 @@ "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/icons": "^12.6.0", + "@twilio-paste/icons": "^12.7.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 56afabb0b1..e5aa62d774 100644 --- a/packages/paste-design-tokens/CHANGELOG.md +++ b/packages/paste-design-tokens/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 10.7.0 + +### Minor Changes + +- [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450) [#4009](https://github.com/twilio-labs/paste/pull/4009) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added a new text color for notification icons "colorTextIconNotification" + +* [`fe8825efc`](https://github.com/twilio-labs/paste/commit/fe8825efcfec00aeaa0b91354e4f476bcec98f51) [#3989](https://github.com/twilio-labs/paste/pull/3989) Thanks [@PixeledCode](https://github.com/PixeledCode)! - - [Design Tokens] Add new base sizing tokens and update description of existing sizing tokens + +- [`b04532dad`](https://github.com/twilio-labs/paste/commit/b04532dada23159d364f0d1dbe845ebc7ce81928) [#3987](https://github.com/twilio-labs/paste/pull/3987) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Design tokens]: Add new notification tokens: + - color-background-notification + - shadow-border-notification + - shadow-border-bottom-notification-stronger + ## 10.6.0 ### Minor Changes diff --git a/packages/paste-design-tokens/package.json b/packages/paste-design-tokens/package.json index 7062ee8c64..b4bf472d20 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.6.0", + "version": "10.7.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 5385745879..96a9d302b2 100644 --- a/packages/paste-icons/CHANGELOG.md +++ b/packages/paste-icons/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 12.7.0 + +### Minor Changes + +- [`e4135e818`](https://github.com/twilio-labs/paste/commit/e4135e81862a040a9d106ba63ae44d3c787e8524) [#4006](https://github.com/twilio-labs/paste/pull/4006) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Add 2 new icons: SupportRequestIcon and RCSCapableIcon + +* [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450) [#4009](https://github.com/twilio-labs/paste/pull/4009) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Icons] Added new Icon NotificationOrnamentIcon for use in Corner Ornament Component + ## 12.6.0 ### Minor Changes diff --git a/packages/paste-icons/package.json b/packages/paste-icons/package.json index 94653deb93..b3fe729059 100644 --- a/packages/paste-icons/package.json +++ b/packages/paste-icons/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/icons", - "version": "12.6.0", + "version": "12.7.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.3.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.2.0", - "@twilio-paste/design-tokens": "^10.6.0", + "@twilio-paste/design-tokens": "^10.7.0", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.1.0", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index 205e82c528..c58350f187 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,22 @@ # @twilio-paste/website +## 2.23.47 + +### Patch Changes + +- Updated dependencies [[`0da577fc5`](https://github.com/twilio-labs/paste/commit/0da577fc516a9b01274c77c77346a7b322004ba1), [`9838a4f18`](https://github.com/twilio-labs/paste/commit/9838a4f18bd0ef1a12cf4231766fb45fca44ecde), [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201), [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450), [`2aacaf780`](https://github.com/twilio-labs/paste/commit/2aacaf780a11c61932ef940afde1282e71576935), [`8cdebfe6c`](https://github.com/twilio-labs/paste/commit/8cdebfe6cd3abf294dda460812e00a382f78a201), [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715), [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715), [`fe8825efc`](https://github.com/twilio-labs/paste/commit/fe8825efcfec00aeaa0b91354e4f476bcec98f51), [`e4135e818`](https://github.com/twilio-labs/paste/commit/e4135e81862a040a9d106ba63ae44d3c787e8524), [`b315321db`](https://github.com/twilio-labs/paste/commit/b315321dbc67caaaf2c2aebd319b2712ccd13715), [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450), [`300c6c299`](https://github.com/twilio-labs/paste/commit/300c6c29980057c86c2711feef6700ccffc82ff1), [`4441e59af`](https://github.com/twilio-labs/paste/commit/4441e59af9ada2fb809f5fba88c8eaf1788da45d), [`7ee977291`](https://github.com/twilio-labs/paste/commit/7ee9772916b62c5bde305ac6492255ac7355c46d), [`4ea2bcc63`](https://github.com/twilio-labs/paste/commit/4ea2bcc63e479a6815a13d0b880436031a23c28e), [`b04532dad`](https://github.com/twilio-labs/paste/commit/b04532dada23159d364f0d1dbe845ebc7ce81928), [`d3d74e540`](https://github.com/twilio-labs/paste/commit/d3d74e54083f2ad46a15a236d90ac94ecba79450), [`0da577fc5`](https://github.com/twilio-labs/paste/commit/0da577fc516a9b01274c77c77346a7b322004ba1)]: + - @twilio-paste/popover@13.3.0 + - @twilio-paste/chat-composer@5.2.1 + - @twilio-paste/form-pill-group@8.1.0 + - @twilio-paste/design-tokens@10.7.0 + - @twilio-paste/user-dialog@2.1.2 + - @twilio-paste/ai-chat-log@1.0.1 + - @twilio-paste/icons@12.7.0 + - @twilio-paste/side-modal@4.1.3 + - @twilio-paste/checkbox@13.1.2 + - @twilio-paste/badge@8.3.0 + - @twilio-paste/corner-ornament@1.0.0 + ## 2.23.46 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 9aad3b4c79..1e72183f0e 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.46", + "version": "2.23.47", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -34,14 +34,14 @@ "@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.0", + "@twilio-paste/ai-chat-log": "^1.0.1", "@twilio-paste/alert": "^14.1.0", "@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.2.0", + "@twilio-paste/badge": "^8.3.0", "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.3.0", "@twilio-paste/breadcrumb": "^11.1.1", @@ -49,21 +49,21 @@ "@twilio-paste/button-group": "^4.1.1", "@twilio-paste/callout": "^4.1.0", "@twilio-paste/card": "^9.1.0", - "@twilio-paste/chat-composer": "^5.2.0", + "@twilio-paste/chat-composer": "^5.2.1", "@twilio-paste/chat-log": "^5.2.1", - "@twilio-paste/checkbox": "^13.1.1", + "@twilio-paste/checkbox": "^13.1.2", "@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-primitive": "^2.1.1", - "@twilio-paste/corner-ornament": "^0.0.0", + "@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/date-picker": "^6.1.0", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.6.0", + "@twilio-paste/design-tokens": "^10.7.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -74,11 +74,11 @@ "@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.0.1", + "@twilio-paste/form-pill-group": "^8.1.0", "@twilio-paste/grid": "^8.1.1", "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", - "@twilio-paste/icons": "12.6.0", + "@twilio-paste/icons": "12.7.0", "@twilio-paste/in-page-navigation": "^4.3.1", "@twilio-paste/inline-code": "^4.1.1", "@twilio-paste/inline-control-group": "^13.0.2", @@ -99,7 +99,7 @@ "@twilio-paste/page-header": "^1.0.0", "@twilio-paste/pagination": "^7.1.1", "@twilio-paste/paragraph": "^10.1.1", - "@twilio-paste/popover": "^13.2.0", + "@twilio-paste/popover": "^13.3.0", "@twilio-paste/product-switcher": "3.0.2", "@twilio-paste/progress-steps": "^2.1.1", "@twilio-paste/radio-button-group": "^4.1.1", @@ -110,7 +110,7 @@ "@twilio-paste/select": "^12.1.2", "@twilio-paste/separator": "^8.1.1", "@twilio-paste/sibling-box": "^9.1.1", - "@twilio-paste/side-modal": "^4.1.2", + "@twilio-paste/side-modal": "^4.1.3", "@twilio-paste/sidebar": "^1.1.1", "@twilio-paste/skeleton-loader": "^6.1.1", "@twilio-paste/slider": "^3.0.1", @@ -136,7 +136,7 @@ "@twilio-paste/truncate": "^14.1.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", - "@twilio-paste/user-dialog": "^2.1.1", + "@twilio-paste/user-dialog": "^2.1.2", "@twilio-paste/utils": "^5.0.0", "@twilio-paste/visual-picker": "^2.0.3", "@types/airtable": "^0.10.1", diff --git a/yarn.lock b/yarn.lock index 5ef5d73ff6..185fb11e4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11216,7 +11216,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/ai-chat-log@^1.0.0, @twilio-paste/ai-chat-log@workspace:packages/paste-core/components/ai-chat-log": +"@twilio-paste/ai-chat-log@^1.0.1, @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: @@ -11227,8 +11227,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.3.0 - "@twilio-paste/icons": ^12.6.0 + "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/icons": ^12.7.0 "@twilio-paste/screen-reader-only": ^13.1.1 "@twilio-paste/skeleton-loader": ^6.1.0 "@twilio-paste/spinner": ^14.1.1 @@ -11528,7 +11528,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/badge@^8.1.0, @twilio-paste/badge@^8.2.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@workspace:packages/paste-core/components/badge": version: 0.0.0-use.local resolution: "@twilio-paste/badge@workspace:packages/paste-core/components/badge" dependencies: @@ -11537,8 +11537,8 @@ __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.6.0 - "@twilio-paste/icons": ^12.4.0 + "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/icons": ^12.7.0 "@twilio-paste/spinner": ^14.1.0 "@twilio-paste/stack": ^8.1.0 "@twilio-paste/style-props": ^9.1.0 @@ -11870,7 +11870,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/chat-composer@^5.2.0, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer": +"@twilio-paste/chat-composer@^5.2.1, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer": version: 0.0.0-use.local resolution: "@twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer" dependencies: @@ -11880,8 +11880,8 @@ __metadata: "@twilio-paste/button": ^14.1.2 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.2.0 - "@twilio-paste/icons": ^12.6.0 + "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/icons": ^12.7.0 "@twilio-paste/lexical-library": ^4.2.0 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 @@ -11973,7 +11973,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/checkbox@^13.1.1, @twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox": +"@twilio-paste/checkbox@^13.1.1, @twilio-paste/checkbox@^13.1.2, @twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox": version: 0.0.0-use.local resolution: "@twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox" dependencies: @@ -11982,10 +11982,10 @@ __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.7.0 "@twilio-paste/flex": ^8.1.0 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": ^12.2.0 + "@twilio-paste/icons": ^12.7.0 "@twilio-paste/inline-control-group": ^13.0.1 "@twilio-paste/label": ^13.1.1 "@twilio-paste/media-object": ^10.1.0 @@ -12135,7 +12135,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.14.0 + "@twilio-paste/core": ^20.15.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -12254,19 +12254,19 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.14.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.15.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.0 + "@twilio-paste/ai-chat-log": ^1.0.1 "@twilio-paste/alert": ^14.1.0 "@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.2.0 + "@twilio-paste/badge": ^8.3.0 "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.3.0 "@twilio-paste/breadcrumb": ^11.1.1 @@ -12274,22 +12274,22 @@ __metadata: "@twilio-paste/button-group": ^4.1.1 "@twilio-paste/callout": ^4.1.0 "@twilio-paste/card": ^9.1.0 - "@twilio-paste/chat-composer": ^5.2.0 + "@twilio-paste/chat-composer": ^5.2.1 "@twilio-paste/chat-log": ^5.2.1 - "@twilio-paste/checkbox": ^13.1.1 + "@twilio-paste/checkbox": ^13.1.2 "@twilio-paste/clipboard-copy-library": ^3.0.0 "@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-primitive": ^2.1.1 - "@twilio-paste/corner-ornament": ^0.0.0 + "@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/date-picker": ^6.1.1 "@twilio-paste/description-list": ^4.2.0 - "@twilio-paste/design-tokens": ^10.6.0 + "@twilio-paste/design-tokens": ^10.7.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -12301,11 +12301,11 @@ __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.0.1 + "@twilio-paste/form-pill-group": ^8.1.0 "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": ^12.6.0 + "@twilio-paste/icons": ^12.7.0 "@twilio-paste/in-page-navigation": ^4.3.1 "@twilio-paste/inline-code": ^4.1.1 "@twilio-paste/inline-control-group": ^13.0.2 @@ -12326,7 +12326,7 @@ __metadata: "@twilio-paste/page-header": ^1.0.0 "@twilio-paste/pagination": ^7.1.1 "@twilio-paste/paragraph": ^10.1.1 - "@twilio-paste/popover": ^13.2.0 + "@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 @@ -12339,8 +12339,8 @@ __metadata: "@twilio-paste/select": ^12.1.2 "@twilio-paste/separator": ^8.1.1 "@twilio-paste/sibling-box": ^9.1.1 - "@twilio-paste/side-modal": ^4.1.2 - "@twilio-paste/side-panel": ^1.0.0 + "@twilio-paste/side-modal": ^4.1.3 + "@twilio-paste/side-panel": ^1.1.0 "@twilio-paste/sidebar": ^1.1.1 "@twilio-paste/skeleton-loader": ^6.1.1 "@twilio-paste/slider": ^3.0.1 @@ -12366,7 +12366,7 @@ __metadata: "@twilio-paste/truncate": ^14.1.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 - "@twilio-paste/user-dialog": ^2.1.1 + "@twilio-paste/user-dialog": ^2.1.2 "@twilio-paste/utils": ^5.0.0 "@twilio-paste/visual-picker": ^2.0.3 "@types/react": ^18.0.27 @@ -12384,7 +12384,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/corner-ornament@^0.0.0, @twilio-paste/corner-ornament@workspace:packages/paste-core/components/corner-ornament": +"@twilio-paste/corner-ornament@^1.0.0, @twilio-paste/corner-ornament@workspace:packages/paste-core/components/corner-ornament": version: 0.0.0-use.local resolution: "@twilio-paste/corner-ornament@workspace:packages/paste-core/components/corner-ornament" dependencies: @@ -12392,7 +12392,7 @@ __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/design-tokens": ^10.7.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.1 @@ -12634,7 +12634,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.6.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@workspace:packages/paste-design-tokens": version: 0.0.0-use.local resolution: "@twilio-paste/design-tokens@workspace:packages/paste-design-tokens" dependencies: @@ -13058,7 +13058,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/form-pill-group@^8.0.1, @twilio-paste/form-pill-group@workspace:packages/paste-core/components/form-pill-group": +"@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": version: 0.0.0-use.local resolution: "@twilio-paste/form-pill-group@workspace:packages/paste-core/components/form-pill-group" dependencies: @@ -13066,8 +13066,8 @@ __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/icons": ^12.2.0 + "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/icons": ^12.7.0 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 "@twilio-paste/style-props": ^9.1.0 @@ -13257,7 +13257,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/icons@12.6.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.2, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@^12.4.0, @twilio-paste/icons@^12.5.0, @twilio-paste/icons@^12.6.0, @twilio-paste/icons@workspace:packages/paste-icons": +"@twilio-paste/icons@12.7.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@workspace:packages/paste-icons": version: 0.0.0-use.local resolution: "@twilio-paste/icons@workspace:packages/paste-icons" dependencies: @@ -13265,7 +13265,7 @@ __metadata: "@twilio-paste/box": ^10.3.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.2.0 - "@twilio-paste/design-tokens": ^10.6.0 + "@twilio-paste/design-tokens": ^10.7.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.1.0 @@ -14086,20 +14086,20 @@ __metadata: languageName: node linkType: hard -"@twilio-paste/popover@^13.2.0, @twilio-paste/popover@workspace:packages/paste-core/components/popover": +"@twilio-paste/popover@^13.3.0, @twilio-paste/popover@workspace:packages/paste-core/components/popover": version: 0.0.0-use.local resolution: "@twilio-paste/popover@workspace:packages/paste-core/components/popover" 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.0 "@twilio-paste/box": ^10.1.0 "@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/form-pill-group": ^8.0.1 - "@twilio-paste/icons": ^12.2.0 + "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/form-pill-group": ^8.1.0 + "@twilio-paste/icons": ^12.7.0 "@twilio-paste/non-modal-dialog-primitive": ^2.0.1 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 @@ -14628,7 +14628,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/side-modal@^4.1.2, @twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal": +"@twilio-paste/side-modal@^4.1.3, @twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal": version: 0.0.0-use.local resolution: "@twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal" dependencies: @@ -14638,9 +14638,9 @@ __metadata: "@twilio-paste/button": ^14.1.1 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.3.0 + "@twilio-paste/design-tokens": ^10.7.0 "@twilio-paste/heading": ^11.1.1 - "@twilio-paste/icons": ^12.5.0 + "@twilio-paste/icons": ^12.7.0 "@twilio-paste/non-modal-dialog-primitive": ^2.0.2 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/screen-reader-only": ^13.1.1 @@ -14686,19 +14686,19 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/side-panel@^1.0.0, @twilio-paste/side-panel@workspace:packages/paste-core/components/side-panel": +"@twilio-paste/side-panel@^1.1.0, @twilio-paste/side-panel@workspace:packages/paste-core/components/side-panel": version: 0.0.0-use.local resolution: "@twilio-paste/side-panel@workspace:packages/paste-core/components/side-panel" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 - "@twilio-paste/badge": ^8.2.0 + "@twilio-paste/badge": ^8.3.0 "@twilio-paste/box": ^10.2.0 "@twilio-paste/button": ^14.1.1 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.3.0 - "@twilio-paste/icons": ^12.5.0 + "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/icons": ^12.7.0 "@twilio-paste/spinner": ^14.1.2 "@twilio-paste/stack": ^8.1.0 "@twilio-paste/style-props": ^9.1.1 @@ -15730,7 +15730,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/user-dialog@^2.1.1, @twilio-paste/user-dialog@workspace:packages/paste-core/components/user-dialog": +"@twilio-paste/user-dialog@^2.1.2, @twilio-paste/user-dialog@workspace:packages/paste-core/components/user-dialog": version: 0.0.0-use.local resolution: "@twilio-paste/user-dialog@workspace:packages/paste-core/components/user-dialog" dependencies: @@ -15741,8 +15741,8 @@ __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/icons": ^12.2.0 + "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/icons": ^12.7.0 "@twilio-paste/listbox-primitive": ^3.0.0 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/non-modal-dialog-primitive": ^2.0.1 @@ -15907,14 +15907,14 @@ __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.0 + "@twilio-paste/ai-chat-log": ^1.0.1 "@twilio-paste/alert": ^14.1.0 "@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.2.0 + "@twilio-paste/badge": ^8.3.0 "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.3.0 "@twilio-paste/breadcrumb": ^11.1.1 @@ -15922,21 +15922,21 @@ __metadata: "@twilio-paste/button-group": ^4.1.1 "@twilio-paste/callout": ^4.1.0 "@twilio-paste/card": ^9.1.0 - "@twilio-paste/chat-composer": ^5.2.0 + "@twilio-paste/chat-composer": ^5.2.1 "@twilio-paste/chat-log": ^5.2.1 - "@twilio-paste/checkbox": ^13.1.1 + "@twilio-paste/checkbox": ^13.1.2 "@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-primitive": ^2.1.1 - "@twilio-paste/corner-ornament": ^0.0.0 + "@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/date-picker": ^6.1.0 "@twilio-paste/description-list": ^4.2.0 - "@twilio-paste/design-tokens": ^10.6.0 + "@twilio-paste/design-tokens": ^10.7.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -15947,11 +15947,11 @@ __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.0.1 + "@twilio-paste/form-pill-group": ^8.1.0 "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": 12.6.0 + "@twilio-paste/icons": 12.7.0 "@twilio-paste/in-page-navigation": ^4.3.1 "@twilio-paste/inline-code": ^4.1.1 "@twilio-paste/inline-control-group": ^13.0.2 @@ -15972,7 +15972,7 @@ __metadata: "@twilio-paste/page-header": ^1.0.0 "@twilio-paste/pagination": ^7.1.1 "@twilio-paste/paragraph": ^10.1.1 - "@twilio-paste/popover": ^13.2.0 + "@twilio-paste/popover": ^13.3.0 "@twilio-paste/product-switcher": 3.0.2 "@twilio-paste/progress-steps": ^2.1.1 "@twilio-paste/radio-button-group": ^4.1.1 @@ -15983,7 +15983,7 @@ __metadata: "@twilio-paste/select": ^12.1.2 "@twilio-paste/separator": ^8.1.1 "@twilio-paste/sibling-box": ^9.1.1 - "@twilio-paste/side-modal": ^4.1.2 + "@twilio-paste/side-modal": ^4.1.3 "@twilio-paste/sidebar": ^1.1.1 "@twilio-paste/skeleton-loader": ^6.1.1 "@twilio-paste/slider": ^3.0.1 @@ -16009,7 +16009,7 @@ __metadata: "@twilio-paste/truncate": ^14.1.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 - "@twilio-paste/user-dialog": ^2.1.1 + "@twilio-paste/user-dialog": ^2.1.2 "@twilio-paste/utils": ^5.0.0 "@twilio-paste/visual-picker": ^2.0.3 "@types/airtable": ^0.10.1