diff --git a/.changeset/brown-zebras-try.md b/.changeset/brown-zebras-try.md deleted file mode 100644 index c9965b4bcb..0000000000 --- a/.changeset/brown-zebras-try.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@twilio-paste/button": patch -"@twilio-paste/card": patch -"@twilio-paste/input-box": patch -"@twilio-paste/table": patch -"@twilio-paste/core": patch ---- - -[Button, Card, InputBox, Table] updated design tokens used for background color in preparation for theme changes diff --git a/.changeset/cyan-lemons-kneel.md b/.changeset/cyan-lemons-kneel.md deleted file mode 100644 index bbfeddefa1..0000000000 --- a/.changeset/cyan-lemons-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[ChartProvider] added a new component that will wrap chart instances to control and share the state to child charting components diff --git a/.changeset/great-singers-stare.md b/.changeset/great-singers-stare.md deleted file mode 100644 index ee566b0fe6..0000000000 --- a/.changeset/great-singers-stare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/design-tokens": minor -"@twilio-paste/core": minor ---- - -[Design Tokens] Add new box shadow and background color tokens for elevation diff --git a/.changeset/itchy-teachers-dance.md b/.changeset/itchy-teachers-dance.md deleted file mode 100644 index 616c58a27a..0000000000 --- a/.changeset/itchy-teachers-dance.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/side-panel": minor -"@twilio-paste/core": minor ---- - -[Side Panel] Update mobile styles, add useSidePanelState hook, animation fixes diff --git a/.changeset/lazy-months-roll.md b/.changeset/lazy-months-roll.md deleted file mode 100644 index 5ac37df623..0000000000 --- a/.changeset/lazy-months-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[Codemods] new export from Side Panel: useSidePanelState() diff --git a/.changeset/neat-dancers-shake.md b/.changeset/neat-dancers-shake.md deleted file mode 100644 index 359e8bd8ad..0000000000 --- a/.changeset/neat-dancers-shake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/design-tokens": minor -"@twilio-paste/core": minor ---- - -[Design tokens] added new background token, colorBackgroundWeakest and updated dark mode user shadow token in dark themes diff --git a/.changeset/popular-plants-search.md b/.changeset/popular-plants-search.md deleted file mode 100644 index 3cd6af1449..0000000000 --- a/.changeset/popular-plants-search.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/chart-provider": major -"@twilio-paste/core": minor ---- - -[ChartProvider] added a new component that will wrap chart instances to control and share the state to child charting components diff --git a/.changeset/red-mirrors-play.md b/.changeset/red-mirrors-play.md deleted file mode 100644 index d514eca3fc..0000000000 --- a/.changeset/red-mirrors-play.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"@twilio-paste/callout": patch -"@twilio-paste/chat-composer": patch -"@twilio-paste/chat-log": patch -"@twilio-paste/combobox": patch -"@twilio-paste/input": patch -"@twilio-paste/input-box": patch -"@twilio-paste/menu": patch -"@twilio-paste/minimizable-dialog": patch -"@twilio-paste/modal": patch -"@twilio-paste/popover": patch -"@twilio-paste/side-modal": patch -"@twilio-paste/side-panel": patch -"@twilio-paste/sidebar": patch -"@twilio-paste/toast": patch -"@twilio-paste/tooltip": patch -"@twilio-paste/topbar": patch -"@twilio-paste/user-dialog": patch -"@twilio-paste/core": patch ---- - -[Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index c7ca4b1bc5..4a5b0703de 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.16.0 + +### Minor Changes + +- [`50da0778c`](https://github.com/twilio-labs/paste/commit/50da0778cb52ab99cbac325d09d1ee15451b91a2) [#4236](https://github.com/twilio-labs/paste/pull/4236) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChartProvider] added a new component that will wrap chart instances to control and share the state to child charting components + +* [`3e9bf5fbd`](https://github.com/twilio-labs/paste/commit/3e9bf5fbdbfa800a86746baf5369ed104afd1ba3) [#4230](https://github.com/twilio-labs/paste/pull/4230) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] new export from Side Panel: useSidePanelState() + ## 0.15.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 0a34dfeb00..7fa2353215 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.15.0", + "version": "0.16.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.20.0", + "@twilio-paste/core": "^20.22.0", "tsx": "^4.0.0" } } diff --git a/packages/paste-core/components/button/CHANGELOG.md b/packages/paste-core/components/button/CHANGELOG.md index 3d78c5459a..0966966afb 100644 --- a/packages/paste-core/components/button/CHANGELOG.md +++ b/packages/paste-core/components/button/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 14.1.3 + +### Patch Changes + +- [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7) [#4261](https://github.com/twilio-labs/paste/pull/4261) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button, Card, InputBox, Table] updated design tokens used for background color in preparation for theme changes + ## 14.1.2 ### Patch Changes diff --git a/packages/paste-core/components/button/package.json b/packages/paste-core/components/button/package.json index e9f272228c..da5cbf166e 100644 --- a/packages/paste-core/components/button/package.json +++ b/packages/paste-core/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/button", - "version": "14.1.2", + "version": "14.1.3", "category": "interaction", "status": "production", "description": "A Button is a clickable element which communicates that users can trigger an action.", @@ -53,7 +53,7 @@ "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.2.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/icons": "^12.6.0", "@twilio-paste/spinner": "^14.1.0", "@twilio-paste/stack": "^8.1.0", diff --git a/packages/paste-core/components/callout/CHANGELOG.md b/packages/paste-core/components/callout/CHANGELOG.md index c2a4d88762..f680574712 100644 --- a/packages/paste-core/components/callout/CHANGELOG.md +++ b/packages/paste-core/components/callout/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.2.2 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 4.2.1 ### Patch Changes diff --git a/packages/paste-core/components/callout/package.json b/packages/paste-core/components/callout/package.json index 430dfcf351..97be02efea 100644 --- a/packages/paste-core/components/callout/package.json +++ b/packages/paste-core/components/callout/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/callout", - "version": "4.2.1", + "version": "4.2.2", "category": "feedback", "status": "production", "description": "A Callout is a banner that highlights important information on a page.", @@ -51,10 +51,10 @@ "@twilio-paste/anchor": "^12.0.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.9.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/screen-reader-only": "^13.1.0", "@twilio-paste/spinner": "^14.0.0", diff --git a/packages/paste-core/components/card/CHANGELOG.md b/packages/paste-core/components/card/CHANGELOG.md index ab68082573..e4edd393b9 100644 --- a/packages/paste-core/components/card/CHANGELOG.md +++ b/packages/paste-core/components/card/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 9.1.1 + +### Patch Changes + +- [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7) [#4261](https://github.com/twilio-labs/paste/pull/4261) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button, Card, InputBox, Table] updated design tokens used for background color in preparation for theme changes + ## 9.1.0 ### Minor Changes diff --git a/packages/paste-core/components/card/package.json b/packages/paste-core/components/card/package.json index 5a738b353c..7744302948 100644 --- a/packages/paste-core/components/card/package.json +++ b/packages/paste-core/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/card", - "version": "9.1.0", + "version": "9.1.1", "category": "data display", "status": "production", "description": "A Card is a styled container that groups related content and actions.", @@ -44,7 +44,7 @@ "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.2.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/style-props": "^9.1.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.0.0", diff --git a/packages/paste-core/components/chart-provider/CHANGELOG.md b/packages/paste-core/components/chart-provider/CHANGELOG.md index e69de29bb2..56d4d47ec7 100644 --- a/packages/paste-core/components/chart-provider/CHANGELOG.md +++ b/packages/paste-core/components/chart-provider/CHANGELOG.md @@ -0,0 +1,7 @@ +# @twilio-paste/chart-provider + +## 1.0.0 + +### Major Changes + +- [`50da0778c`](https://github.com/twilio-labs/paste/commit/50da0778cb52ab99cbac325d09d1ee15451b91a2) [#4236](https://github.com/twilio-labs/paste/pull/4236) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChartProvider] added a new component that will wrap chart instances to control and share the state to child charting components diff --git a/packages/paste-core/components/chart-provider/package.json b/packages/paste-core/components/chart-provider/package.json index f37d1ae353..540487d68b 100644 --- a/packages/paste-core/components/chart-provider/package.json +++ b/packages/paste-core/components/chart-provider/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/chart-provider", - "version": "0.0.0", + "version": "1.0.0", "category": "data display", "status": "beta", "description": "Chart Provider is a data visualization component used to wrap an individual chart to store and share state to child charting elements.", @@ -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.13.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/chat-composer/CHANGELOG.md b/packages/paste-core/components/chat-composer/CHANGELOG.md index 5e8513e46f..afb36e0969 100644 --- a/packages/paste-core/components/chat-composer/CHANGELOG.md +++ b/packages/paste-core/components/chat-composer/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/chat-composer +## 5.2.2 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 5.2.1 ### Patch Changes diff --git a/packages/paste-core/components/chat-composer/package.json b/packages/paste-core/components/chat-composer/package.json index dba4904380..9f1af06c83 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.1", + "version": "5.2.2", "category": "user input", "status": "production", "description": "A Chat Composer is an input made for users to type rich chat messages.", @@ -47,10 +47,10 @@ "@twilio-paste/anchor": "^12.1.1", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.2", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/icons": "^12.7.0", "@twilio-paste/lexical-library": "^4.2.0", "@twilio-paste/media-object": "^10.1.0", diff --git a/packages/paste-core/components/chat-log/CHANGELOG.md b/packages/paste-core/components/chat-log/CHANGELOG.md index 285f113556..9df71361f3 100644 --- a/packages/paste-core/components/chat-log/CHANGELOG.md +++ b/packages/paste-core/components/chat-log/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/chat-log +## 5.2.2 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 5.2.1 ### Patch Changes diff --git a/packages/paste-core/components/chat-log/package.json b/packages/paste-core/components/chat-log/package.json index 0dc57740b4..288dc6b2d6 100644 --- a/packages/paste-core/components/chat-log/package.json +++ b/packages/paste-core/components/chat-log/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/chat-log", - "version": "5.2.1", + "version": "5.2.2", "category": "data display", "status": "alpha", "description": "Chat log is a collection of components that allow users to read a series of messages over time.", @@ -53,10 +53,10 @@ "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.2.0", - "@twilio-paste/design-tokens": "^10.4.1", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/icons": "^12.2.3", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", diff --git a/packages/paste-core/components/combobox/CHANGELOG.md b/packages/paste-core/components/combobox/CHANGELOG.md index 114967eb13..bf46550c54 100644 --- a/packages/paste-core/components/combobox/CHANGELOG.md +++ b/packages/paste-core/components/combobox/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 16.3.1 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 16.3.0 ### Minor Changes diff --git a/packages/paste-core/components/combobox/package.json b/packages/paste-core/components/combobox/package.json index e7197b6cf1..67804a0513 100644 --- a/packages/paste-core/components/combobox/package.json +++ b/packages/paste-core/components/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/combobox", - "version": "16.3.0", + "version": "16.3.1", "category": "user input", "status": "production", "description": "A Combobox is a styled dropdown form element that allows users to either type a value or select a value from a list.", @@ -68,18 +68,18 @@ "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/combobox-primitive": "^2.1.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.8.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/dropdown-library": "^3.0.0", "@twilio-paste/flex": "^8.1.0", "@twilio-paste/form-pill-group": "^8.1.1", "@twilio-paste/help-text": "^13.1.0", "@twilio-paste/icons": "^12.2.0", - "@twilio-paste/input": "^9.1.1", - "@twilio-paste/input-box": "^10.1.1", + "@twilio-paste/input": "^9.1.4", + "@twilio-paste/input-box": "^10.1.2", "@twilio-paste/label": "^13.1.1", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/reakit-library": "^2.1.0", diff --git a/packages/paste-core/components/input-box/CHANGELOG.md b/packages/paste-core/components/input-box/CHANGELOG.md index f3bdb8ed52..703ec76988 100644 --- a/packages/paste-core/components/input-box/CHANGELOG.md +++ b/packages/paste-core/components/input-box/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 10.1.2 + +### Patch Changes + +- [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7) [#4261](https://github.com/twilio-labs/paste/pull/4261) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button, Card, InputBox, Table] updated design tokens used for background color in preparation for theme changes + +* [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 10.1.1 ### Patch Changes diff --git a/packages/paste-core/components/input-box/package.json b/packages/paste-core/components/input-box/package.json index 390d347ead..ed9004c778 100644 --- a/packages/paste-core/components/input-box/package.json +++ b/packages/paste-core/components/input-box/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/input-box", - "version": "10.1.1", + "version": "10.1.2", "category": "user input", "status": "production", "description": "Visual box around every Paste input type", @@ -44,7 +44,7 @@ "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.2.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/style-props": "^9.1.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.0.0", diff --git a/packages/paste-core/components/input/CHANGELOG.md b/packages/paste-core/components/input/CHANGELOG.md index 4f09b0af97..b1cce53f2b 100644 --- a/packages/paste-core/components/input/CHANGELOG.md +++ b/packages/paste-core/components/input/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 9.1.4 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 9.1.3 ### Patch Changes diff --git a/packages/paste-core/components/input/package.json b/packages/paste-core/components/input/package.json index 08d31572de..c203e777d4 100644 --- a/packages/paste-core/components/input/package.json +++ b/packages/paste-core/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/input", - "version": "9.1.3", + "version": "9.1.4", "category": "user input", "status": "production", "description": "An Input is a form element that lets users enter one of various types of text on a single line.", @@ -51,12 +51,12 @@ "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.1", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.2.0", - "@twilio-paste/design-tokens": "^10.4.1", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/icons": "^12.5.0", - "@twilio-paste/input-box": "^10.1.1", + "@twilio-paste/input-box": "^10.1.2", "@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/menu/CHANGELOG.md b/packages/paste-core/components/menu/CHANGELOG.md index 7fbb07cd2e..0de056ae9c 100644 --- a/packages/paste-core/components/menu/CHANGELOG.md +++ b/packages/paste-core/components/menu/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 14.1.4 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 14.1.3 ### Patch Changes diff --git a/packages/paste-core/components/menu/package.json b/packages/paste-core/components/menu/package.json index 185b76ab51..e1f9c53bcc 100644 --- a/packages/paste-core/components/menu/package.json +++ b/packages/paste-core/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/menu", - "version": "14.1.3", + "version": "14.1.4", "category": "interaction", "status": "production", "description": "A Menu is a button that presents a list of items that users can choose to trigger an action.", @@ -57,10 +57,10 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/badge": "^8.1.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.2.0", - "@twilio-paste/design-tokens": "^10.5.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/icons": "^12.3.0", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/menu-primitive": "^2.1.0", diff --git a/packages/paste-core/components/minimizable-dialog/CHANGELOG.md b/packages/paste-core/components/minimizable-dialog/CHANGELOG.md index 56114c29cb..25a484f91f 100644 --- a/packages/paste-core/components/minimizable-dialog/CHANGELOG.md +++ b/packages/paste-core/components/minimizable-dialog/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/minimizable-dialog +## 4.1.2 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 4.1.1 ### Patch Changes diff --git a/packages/paste-core/components/minimizable-dialog/package.json b/packages/paste-core/components/minimizable-dialog/package.json index f7912413f6..fbbf5659af 100644 --- a/packages/paste-core/components/minimizable-dialog/package.json +++ b/packages/paste-core/components/minimizable-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/minimizable-dialog", - "version": "4.1.1", + "version": "4.1.2", "category": "overlays", "status": "production", "description": "A dialog that can be minimized.", @@ -52,10 +52,10 @@ "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.3", "@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.13.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/non-modal-dialog-primitive": "^2.0.1", "@twilio-paste/reakit-library": "^2.1.0", diff --git a/packages/paste-core/components/modal/CHANGELOG.md b/packages/paste-core/components/modal/CHANGELOG.md index d342ffb709..04772818e3 100644 --- a/packages/paste-core/components/modal/CHANGELOG.md +++ b/packages/paste-core/components/modal/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 16.1.3 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 16.1.2 ### Patch Changes diff --git a/packages/paste-core/components/modal/package.json b/packages/paste-core/components/modal/package.json index 1e45bb5925..e4d44d465b 100644 --- a/packages/paste-core/components/modal/package.json +++ b/packages/paste-core/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/modal", - "version": "16.1.2", + "version": "16.1.3", "category": "overlay", "status": "production", "description": "A Modal is a page overlay that displays information and blocks interaction with the page until an action is taken or the Modal is dismissed.", @@ -54,10 +54,10 @@ "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.1", + "@twilio-paste/button": "^14.1.3", "@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.13.0", "@twilio-paste/flex": "^8.1.0", "@twilio-paste/heading": "^11.1.0", "@twilio-paste/icons": "^12.5.0", diff --git a/packages/paste-core/components/popover/CHANGELOG.md b/packages/paste-core/components/popover/CHANGELOG.md index ac1c7c207c..53a38d6f44 100644 --- a/packages/paste-core/components/popover/CHANGELOG.md +++ b/packages/paste-core/components/popover/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 13.3.1 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 13.3.0 ### Minor Changes diff --git a/packages/paste-core/components/popover/package.json b/packages/paste-core/components/popover/package.json index d47893ce09..cfbca254c3 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.3.0", + "version": "13.3.1", "category": "interaction", "status": "production", "description": "A Popover is a page overlay triggered by a button that displays additional interactive content.", @@ -57,10 +57,10 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/badge": "^8.3.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/form-pill-group": "^8.1.0", "@twilio-paste/icons": "^12.7.0", "@twilio-paste/non-modal-dialog-primitive": "^2.0.1", diff --git a/packages/paste-core/components/side-modal/CHANGELOG.md b/packages/paste-core/components/side-modal/CHANGELOG.md index 992e4234ca..3333b93f5a 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.2.1 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 4.2.0 ### Minor Changes diff --git a/packages/paste-core/components/side-modal/package.json b/packages/paste-core/components/side-modal/package.json index a826e6fd98..e7b18c7426 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.2.0", + "version": "4.2.1", "category": "overlays", "status": "production", "description": "A modal that stays on the side of the screen.", @@ -54,10 +54,10 @@ "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.2.0", - "@twilio-paste/button": "^14.1.1", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.10.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/heading": "^11.1.1", "@twilio-paste/icons": "^12.7.0", "@twilio-paste/non-modal-dialog-primitive": "^2.0.2", diff --git a/packages/paste-core/components/side-panel/CHANGELOG.md b/packages/paste-core/components/side-panel/CHANGELOG.md index 1b24fea4d4..368df7db4d 100644 --- a/packages/paste-core/components/side-panel/CHANGELOG.md +++ b/packages/paste-core/components/side-panel/CHANGELOG.md @@ -1,5 +1,15 @@ # @twilio-paste/side-panel +## 1.2.0 + +### Minor Changes + +- [`3e9bf5fbd`](https://github.com/twilio-labs/paste/commit/3e9bf5fbdbfa800a86746baf5369ed104afd1ba3) [#4230](https://github.com/twilio-labs/paste/pull/4230) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] Update mobile styles, add useSidePanelState hook, animation fixes + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 1.1.0 ### Minor Changes diff --git a/packages/paste-core/components/side-panel/package.json b/packages/paste-core/components/side-panel/package.json index 8e93de05fc..3810bb1160 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.1.0", + "version": "1.2.0", "category": "layout", "status": "production", "description": "Side Panel is a container that pushes the main page content when open.", @@ -53,10 +53,10 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/badge": "^8.3.0", "@twilio-paste/box": "^10.2.0", - "@twilio-paste/button": "^14.1.1", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/icons": "^12.7.0", "@twilio-paste/modal-dialog-primitive": "^2.0.1", "@twilio-paste/spinner": "^14.1.2", diff --git a/packages/paste-core/components/sidebar/CHANGELOG.md b/packages/paste-core/components/sidebar/CHANGELOG.md index 34707a238d..60bba00e51 100644 --- a/packages/paste-core/components/sidebar/CHANGELOG.md +++ b/packages/paste-core/components/sidebar/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/sidebar +## 1.1.3 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 1.1.2 ### Patch Changes diff --git a/packages/paste-core/components/sidebar/package.json b/packages/paste-core/components/sidebar/package.json index 6c4d72c45d..a713bb9a6e 100644 --- a/packages/paste-core/components/sidebar/package.json +++ b/packages/paste-core/components/sidebar/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/sidebar", - "version": "1.1.2", + "version": "1.1.3", "category": "layout", "status": "alpha", "description": "Sidebar contains navigation controls that rest on the left side of the screen.", @@ -57,10 +57,10 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/badge": "^8.3.1", "@twilio-paste/box": "^10.2.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.8.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/disclosure-primitive": "^2.1.1", "@twilio-paste/icons": "^12.2.1", "@twilio-paste/reakit-library": "^2.1.0", diff --git a/packages/paste-core/components/table/CHANGELOG.md b/packages/paste-core/components/table/CHANGELOG.md index 7eb1c3da6a..db548ff0ec 100644 --- a/packages/paste-core/components/table/CHANGELOG.md +++ b/packages/paste-core/components/table/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.2.2 + +### Patch Changes + +- [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7) [#4261](https://github.com/twilio-labs/paste/pull/4261) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button, Card, InputBox, Table] updated design tokens used for background color in preparation for theme changes + ## 8.2.1 ### Patch Changes diff --git a/packages/paste-core/components/table/package.json b/packages/paste-core/components/table/package.json index 5f64445c02..14311024f1 100644 --- a/packages/paste-core/components/table/package.json +++ b/packages/paste-core/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/table", - "version": "8.2.1", + "version": "8.2.2", "category": "data display", "status": "production", "description": "A Table is a collection of information displayed across columns and rows.", @@ -44,7 +44,7 @@ "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.2.0", - "@twilio-paste/design-tokens": "^10.4.1", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/style-props": "^9.1.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.1.0", diff --git a/packages/paste-core/components/toast/CHANGELOG.md b/packages/paste-core/components/toast/CHANGELOG.md index 55f4e18b83..44fcaed4a3 100644 --- a/packages/paste-core/components/toast/CHANGELOG.md +++ b/packages/paste-core/components/toast/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.2.2 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 12.2.1 ### Patch Changes diff --git a/packages/paste-core/components/toast/package.json b/packages/paste-core/components/toast/package.json index a97392ef14..61e38ca616 100644 --- a/packages/paste-core/components/toast/package.json +++ b/packages/paste-core/components/toast/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/toast", - "version": "12.2.1", + "version": "12.2.2", "category": "feedback", "status": "production", "description": "A Toast is an animated, temporary banner that communicates an immediate and direct response to a user action.", @@ -52,10 +52,10 @@ "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.8.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/reakit-library": "^2.1.0", diff --git a/packages/paste-core/components/tooltip/CHANGELOG.md b/packages/paste-core/components/tooltip/CHANGELOG.md index 8c2f6f0cb1..a42e7ac887 100644 --- a/packages/paste-core/components/tooltip/CHANGELOG.md +++ b/packages/paste-core/components/tooltip/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.0.1 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 12.0.0 ### Minor Changes diff --git a/packages/paste-core/components/tooltip/package.json b/packages/paste-core/components/tooltip/package.json index 61c4c3b7b0..d8a4234f90 100644 --- a/packages/paste-core/components/tooltip/package.json +++ b/packages/paste-core/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/tooltip", - "version": "12.0.0", + "version": "12.0.1", "category": "interaction", "status": "production", "description": "A Tooltip is a page overlay that displays non-interactive clarifying text related to an element that’s in a focused or hovered state.", @@ -52,7 +52,7 @@ "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.11.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/reakit-library": "^2.1.0", diff --git a/packages/paste-core/components/topbar/CHANGELOG.md b/packages/paste-core/components/topbar/CHANGELOG.md index 1a0940141b..eef86cbbac 100644 --- a/packages/paste-core/components/topbar/CHANGELOG.md +++ b/packages/paste-core/components/topbar/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/topbar +## 1.2.1 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 1.2.0 ### Minor Changes diff --git a/packages/paste-core/components/topbar/package.json b/packages/paste-core/components/topbar/package.json index 83b2aa2572..8d6d457e02 100644 --- a/packages/paste-core/components/topbar/package.json +++ b/packages/paste-core/components/topbar/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/topbar", - "version": "1.2.0", + "version": "1.2.1", "category": "layout", "status": "alpha", "description": "Topbar contains application-wide controls that rest at the top of the screen.", @@ -57,10 +57,10 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/avatar": "^9.1.0", "@twilio-paste/box": "^10.2.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.3", "@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.13.0", "@twilio-paste/icons": "^12.2.1", "@twilio-paste/listbox-primitive": "^3.0.1", "@twilio-paste/media-object": "^10.1.0", diff --git a/packages/paste-core/components/user-dialog/CHANGELOG.md b/packages/paste-core/components/user-dialog/CHANGELOG.md index 6015f5c52b..17c9069b6c 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.3 + +### Patch Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + ## 2.1.2 ### Patch Changes diff --git a/packages/paste-core/components/user-dialog/package.json b/packages/paste-core/components/user-dialog/package.json index 9b95dc9a94..fe3d840e36 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.2", + "version": "2.1.3", "category": "navigation", "status": "production", "description": "User dialog is a menu that contains user profile-related actions.", @@ -57,10 +57,10 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/avatar": "^9.1.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/button": "^14.1.0", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/icons": "^12.7.0", "@twilio-paste/listbox-primitive": "^3.0.0", "@twilio-paste/media-object": "^10.1.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index c41476c3f7..db31108fbe 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,47 @@ # Change Log +## 20.22.0 + +### Minor Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Design Tokens] Add new box shadow and background color tokens for elevation + +* [`3e9bf5fbd`](https://github.com/twilio-labs/paste/commit/3e9bf5fbdbfa800a86746baf5369ed104afd1ba3) [#4230](https://github.com/twilio-labs/paste/pull/4230) Thanks [@nkrantz](https://github.com/nkrantz)! - [Side Panel] Update mobile styles, add useSidePanelState hook, animation fixes + +- [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7) [#4261](https://github.com/twilio-labs/paste/pull/4261) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design tokens] added new background token, colorBackgroundWeakest and updated dark mode user shadow token in dark themes + +* [`50da0778c`](https://github.com/twilio-labs/paste/commit/50da0778cb52ab99cbac325d09d1ee15451b91a2) [#4236](https://github.com/twilio-labs/paste/pull/4236) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChartProvider] added a new component that will wrap chart instances to control and share the state to child charting components + +### Patch Changes + +- [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7) [#4261](https://github.com/twilio-labs/paste/pull/4261) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Button, Card, InputBox, Table] updated design tokens used for background color in preparation for theme changes + +* [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Callout, ChatComposer, ChatLog, Combobox, Input, InputBox, Menu, MinimizableDialog, Modal, Popover, SideModal, SidePanel, Sidebar, Toast, Tooltip, Topbar, UserDialog]: Update styles to implement new elevation tokens + +* Updated dependencies [[`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7), [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e), [`3e9bf5fbd`](https://github.com/twilio-labs/paste/commit/3e9bf5fbdbfa800a86746baf5369ed104afd1ba3), [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7), [`50da0778c`](https://github.com/twilio-labs/paste/commit/50da0778cb52ab99cbac325d09d1ee15451b91a2), [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e)]: + - @twilio-paste/button@14.1.3 + - @twilio-paste/card@9.1.1 + - @twilio-paste/input-box@10.1.2 + - @twilio-paste/table@8.2.2 + - @twilio-paste/design-tokens@10.13.0 + - @twilio-paste/side-panel@1.2.0 + - @twilio-paste/chart-provider@1.0.0 + - @twilio-paste/callout@4.2.2 + - @twilio-paste/chat-composer@5.2.2 + - @twilio-paste/chat-log@5.2.2 + - @twilio-paste/combobox@16.3.1 + - @twilio-paste/input@9.1.4 + - @twilio-paste/menu@14.1.4 + - @twilio-paste/minimizable-dialog@4.1.2 + - @twilio-paste/modal@16.1.3 + - @twilio-paste/popover@13.3.1 + - @twilio-paste/side-modal@4.2.1 + - @twilio-paste/sidebar@1.1.3 + - @twilio-paste/toast@12.2.2 + - @twilio-paste/tooltip@12.0.1 + - @twilio-paste/topbar@1.2.1 + - @twilio-paste/user-dialog@2.1.3 + ## 20.21.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 5d56d3c18c..47984e86ce 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.21.0", + "version": "20.22.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -84,19 +84,19 @@ "@twilio-paste/blockquote": "^1.0.0", "@twilio-paste/box": "^10.4.0", "@twilio-paste/breadcrumb": "^11.1.1", - "@twilio-paste/button": "^14.1.2", + "@twilio-paste/button": "^14.1.3", "@twilio-paste/button-group": "^4.2.0", - "@twilio-paste/callout": "^4.2.1", - "@twilio-paste/card": "^9.1.0", - "@twilio-paste/chart-provider": "^0.0.0", - "@twilio-paste/chat-composer": "^5.2.1", - "@twilio-paste/chat-log": "^5.2.1", + "@twilio-paste/callout": "^4.2.2", + "@twilio-paste/card": "^9.1.1", + "@twilio-paste/chart-provider": "^1.0.0", + "@twilio-paste/chat-composer": "^5.2.2", + "@twilio-paste/chat-log": "^5.2.2", "@twilio-paste/checkbox": "^13.1.2", "@twilio-paste/clipboard-copy-library": "^3.0.0", "@twilio-paste/code-block": "^5.0.1", "@twilio-paste/code-editor-library": "^2.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/combobox": "^16.3.0", + "@twilio-paste/combobox": "^16.3.1", "@twilio-paste/combobox-primitive": "^2.1.1", "@twilio-paste/corner-ornament": "^1.0.0", "@twilio-paste/customization": "^8.2.0", @@ -104,7 +104,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.12.0", + "@twilio-paste/design-tokens": "^10.13.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -124,25 +124,25 @@ "@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", - "@twilio-paste/input-box": "^10.1.1", + "@twilio-paste/input": "^9.1.4", + "@twilio-paste/input-box": "^10.1.2", "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/label": "^13.1.1", "@twilio-paste/lexical-library": "^4.3.0", "@twilio-paste/list": "^8.2.1", "@twilio-paste/listbox-primitive": "^3.0.1", "@twilio-paste/media-object": "^10.1.0", - "@twilio-paste/menu": "^14.1.3", + "@twilio-paste/menu": "^14.1.4", "@twilio-paste/menu-primitive": "^2.1.1", "@twilio-paste/meter": "^1.0.3", - "@twilio-paste/minimizable-dialog": "^4.1.1", - "@twilio-paste/modal": "^16.1.2", + "@twilio-paste/minimizable-dialog": "^4.1.2", + "@twilio-paste/modal": "^16.1.3", "@twilio-paste/modal-dialog-primitive": "^2.0.1", "@twilio-paste/non-modal-dialog-primitive": "^2.0.2", "@twilio-paste/page-header": "^1.0.0", "@twilio-paste/pagination": "^7.1.1", "@twilio-paste/paragraph": "^10.1.1", - "@twilio-paste/popover": "^13.3.0", + "@twilio-paste/popover": "^13.3.1", "@twilio-paste/product-switcher": "^3.0.2", "@twilio-paste/progress-bar": "^1.1.0", "@twilio-paste/progress-steps": "^2.2.2", @@ -155,9 +155,9 @@ "@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", - "@twilio-paste/side-panel": "^1.1.0", - "@twilio-paste/sidebar": "^1.1.2", + "@twilio-paste/side-modal": "^4.2.1", + "@twilio-paste/side-panel": "^1.2.0", + "@twilio-paste/sidebar": "^1.1.3", "@twilio-paste/skeleton-loader": "^6.1.1", "@twilio-paste/slider": "^3.0.1", "@twilio-paste/spinner": "^14.1.2", @@ -168,7 +168,7 @@ "@twilio-paste/summary-detail": "^1.0.0", "@twilio-paste/switch": "^5.1.1", "@twilio-paste/syntax-highlighter-library": "^3.0.0", - "@twilio-paste/table": "^8.2.1", + "@twilio-paste/table": "^8.2.2", "@twilio-paste/tabs": "^8.3.2", "@twilio-paste/tabs-primitive": "^2.0.1", "@twilio-paste/text": "^10.1.1", @@ -176,14 +176,14 @@ "@twilio-paste/theme": "^11.1.1", "@twilio-paste/time-picker": "^6.1.1", "@twilio-paste/timeline": "^1.0.1", - "@twilio-paste/toast": "^12.2.1", - "@twilio-paste/tooltip": "^12.0.0", + "@twilio-paste/toast": "^12.2.2", + "@twilio-paste/tooltip": "^12.0.1", "@twilio-paste/tooltip-primitive": "^2.0.1", - "@twilio-paste/topbar": "^1.2.0", + "@twilio-paste/topbar": "^1.2.1", "@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.2", + "@twilio-paste/user-dialog": "^2.1.3", "@twilio-paste/utils": "^5.0.0", "@twilio-paste/visual-picker": "^2.0.4" }, diff --git a/packages/paste-design-tokens/CHANGELOG.md b/packages/paste-design-tokens/CHANGELOG.md index 53ae538403..206cc9d846 100644 --- a/packages/paste-design-tokens/CHANGELOG.md +++ b/packages/paste-design-tokens/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 10.13.0 + +### Minor Changes + +- [`0ed9f3482`](https://github.com/twilio-labs/paste/commit/0ed9f348271260678f7a1d5f31e4789315de031e) [#4226](https://github.com/twilio-labs/paste/pull/4226) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Design Tokens] Add new box shadow and background color tokens for elevation + +* [`dbd869a0c`](https://github.com/twilio-labs/paste/commit/dbd869a0ce1a1fef4c4d3f57f85611444a1a14a7) [#4261](https://github.com/twilio-labs/paste/pull/4261) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design tokens] added new background token, colorBackgroundWeakest and updated dark mode user shadow token in dark themes + ## 10.12.0 ### Minor Changes diff --git a/packages/paste-design-tokens/package.json b/packages/paste-design-tokens/package.json index 12120579ed..47eccb477f 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.12.0", + "version": "10.13.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/yarn.lock b/yarn.lock index cfdb00f204..e1c0b0c027 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11804,7 +11804,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/button@^14.0.0, @twilio-paste/button@^14.1.0, @twilio-paste/button@^14.1.1, @twilio-paste/button@^14.1.2, @twilio-paste/button@workspace:packages/paste-core/components/button": +"@twilio-paste/button@^14.0.0, @twilio-paste/button@^14.1.0, @twilio-paste/button@^14.1.2, @twilio-paste/button@^14.1.3, @twilio-paste/button@workspace:packages/paste-core/components/button": version: 0.0.0-use.local resolution: "@twilio-paste/button@workspace:packages/paste-core/components/button" dependencies: @@ -11813,7 +11813,7 @@ __metadata: "@twilio-paste/box": ^10.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.2.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/icons": ^12.6.0 "@twilio-paste/spinner": ^14.1.0 "@twilio-paste/stack": ^8.1.0 @@ -11851,17 +11851,17 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/callout@^4.2.0, @twilio-paste/callout@^4.2.1, @twilio-paste/callout@workspace:packages/paste-core/components/callout": +"@twilio-paste/callout@^4.2.0, @twilio-paste/callout@^4.2.2, @twilio-paste/callout@workspace:packages/paste-core/components/callout": version: 0.0.0-use.local resolution: "@twilio-paste/callout@workspace:packages/paste-core/components/callout" dependencies: "@twilio-paste/anchor": ^12.0.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.9.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/screen-reader-only": ^13.1.0 "@twilio-paste/spinner": ^14.0.0 @@ -11903,7 +11903,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/card@^9.1.0, @twilio-paste/card@workspace:packages/paste-core/components/card": +"@twilio-paste/card@^9.1.0, @twilio-paste/card@^9.1.1, @twilio-paste/card@workspace:packages/paste-core/components/card": version: 0.0.0-use.local resolution: "@twilio-paste/card@workspace:packages/paste-core/components/card" dependencies: @@ -11911,7 +11911,7 @@ __metadata: "@twilio-paste/box": ^10.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.2.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/style-props": ^9.1.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.0 @@ -11939,7 +11939,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/chart-provider@^0.0.0, @twilio-paste/chart-provider@workspace:packages/paste-core/components/chart-provider": +"@twilio-paste/chart-provider@^1.0.0, @twilio-paste/chart-provider@workspace:packages/paste-core/components/chart-provider": version: 0.0.0-use.local resolution: "@twilio-paste/chart-provider@workspace:packages/paste-core/components/chart-provider" dependencies: @@ -11947,7 +11947,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.13.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.1 @@ -11977,17 +11977,17 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/chat-composer@^5.2.1, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer": +"@twilio-paste/chat-composer@^5.2.1, @twilio-paste/chat-composer@^5.2.2, @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: "@twilio-paste/anchor": ^12.1.1 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.2 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/icons": ^12.7.0 "@twilio-paste/lexical-library": ^4.2.0 "@twilio-paste/media-object": ^10.1.0 @@ -12024,17 +12024,17 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/chat-log@^5.2.1, @twilio-paste/chat-log@workspace:packages/paste-core/components/chat-log": +"@twilio-paste/chat-log@^5.2.1, @twilio-paste/chat-log@^5.2.2, @twilio-paste/chat-log@workspace:packages/paste-core/components/chat-log": version: 0.0.0-use.local resolution: "@twilio-paste/chat-log@workspace:packages/paste-core/components/chat-log" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.2.0 - "@twilio-paste/design-tokens": ^10.4.1 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/icons": ^12.2.3 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 @@ -12244,7 +12244,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.20.0 + "@twilio-paste/core": ^20.22.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -12286,7 +12286,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/combobox@^16.3.0, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox": +"@twilio-paste/combobox@^16.3.0, @twilio-paste/combobox@^16.3.1, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox": version: 0.0.0-use.local resolution: "@twilio-paste/combobox@workspace:packages/paste-core/components/combobox" dependencies: @@ -12294,18 +12294,18 @@ __metadata: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/combobox-primitive": ^2.1.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.8.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/dropdown-library": ^3.0.0 "@twilio-paste/flex": ^8.1.0 "@twilio-paste/form-pill-group": ^8.1.1 "@twilio-paste/help-text": ^13.1.0 "@twilio-paste/icons": ^12.2.0 - "@twilio-paste/input": ^9.1.1 - "@twilio-paste/input-box": ^10.1.1 + "@twilio-paste/input": ^9.1.4 + "@twilio-paste/input-box": ^10.1.2 "@twilio-paste/label": ^13.1.1 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/reakit-library": ^2.1.0 @@ -12365,7 +12365,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.20.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.22.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: @@ -12382,19 +12382,19 @@ __metadata: "@twilio-paste/blockquote": ^1.0.0 "@twilio-paste/box": ^10.4.0 "@twilio-paste/breadcrumb": ^11.1.1 - "@twilio-paste/button": ^14.1.2 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/button-group": ^4.2.0 - "@twilio-paste/callout": ^4.2.1 - "@twilio-paste/card": ^9.1.0 - "@twilio-paste/chart-provider": ^0.0.0 - "@twilio-paste/chat-composer": ^5.2.1 - "@twilio-paste/chat-log": ^5.2.1 + "@twilio-paste/callout": ^4.2.2 + "@twilio-paste/card": ^9.1.1 + "@twilio-paste/chart-provider": ^1.0.0 + "@twilio-paste/chat-composer": ^5.2.2 + "@twilio-paste/chat-log": ^5.2.2 "@twilio-paste/checkbox": ^13.1.2 "@twilio-paste/clipboard-copy-library": ^3.0.0 "@twilio-paste/code-block": ^5.0.1 "@twilio-paste/code-editor-library": ^2.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/combobox": ^16.3.0 + "@twilio-paste/combobox": ^16.3.1 "@twilio-paste/combobox-primitive": ^2.1.1 "@twilio-paste/corner-ornament": ^1.0.0 "@twilio-paste/customization": ^8.2.0 @@ -12402,7 +12402,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.12.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -12423,25 +12423,25 @@ __metadata: "@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 - "@twilio-paste/input-box": ^10.1.1 + "@twilio-paste/input": ^9.1.4 + "@twilio-paste/input-box": ^10.1.2 "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/label": ^13.1.1 "@twilio-paste/lexical-library": ^4.3.0 "@twilio-paste/list": ^8.2.1 "@twilio-paste/listbox-primitive": ^3.0.1 "@twilio-paste/media-object": ^10.1.0 - "@twilio-paste/menu": ^14.1.3 + "@twilio-paste/menu": ^14.1.4 "@twilio-paste/menu-primitive": ^2.1.1 "@twilio-paste/meter": ^1.0.3 - "@twilio-paste/minimizable-dialog": ^4.1.1 - "@twilio-paste/modal": ^16.1.2 + "@twilio-paste/minimizable-dialog": ^4.1.2 + "@twilio-paste/modal": ^16.1.3 "@twilio-paste/modal-dialog-primitive": ^2.0.1 "@twilio-paste/non-modal-dialog-primitive": ^2.0.2 "@twilio-paste/page-header": ^1.0.0 "@twilio-paste/pagination": ^7.1.1 "@twilio-paste/paragraph": ^10.1.1 - "@twilio-paste/popover": ^13.3.0 + "@twilio-paste/popover": ^13.3.1 "@twilio-paste/product-switcher": ^3.0.2 "@twilio-paste/progress-bar": ^1.1.0 "@twilio-paste/progress-steps": ^2.2.2 @@ -12454,9 +12454,9 @@ __metadata: "@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 - "@twilio-paste/side-panel": ^1.1.0 - "@twilio-paste/sidebar": ^1.1.2 + "@twilio-paste/side-modal": ^4.2.1 + "@twilio-paste/side-panel": ^1.2.0 + "@twilio-paste/sidebar": ^1.1.3 "@twilio-paste/skeleton-loader": ^6.1.1 "@twilio-paste/slider": ^3.0.1 "@twilio-paste/spinner": ^14.1.2 @@ -12467,7 +12467,7 @@ __metadata: "@twilio-paste/summary-detail": ^1.0.0 "@twilio-paste/switch": ^5.1.1 "@twilio-paste/syntax-highlighter-library": ^3.0.0 - "@twilio-paste/table": ^8.2.1 + "@twilio-paste/table": ^8.2.2 "@twilio-paste/tabs": ^8.3.2 "@twilio-paste/tabs-primitive": ^2.0.1 "@twilio-paste/text": ^10.1.1 @@ -12475,14 +12475,14 @@ __metadata: "@twilio-paste/theme": ^11.1.1 "@twilio-paste/time-picker": ^6.1.1 "@twilio-paste/timeline": ^1.0.1 - "@twilio-paste/toast": ^12.2.1 - "@twilio-paste/tooltip": ^12.0.0 + "@twilio-paste/toast": ^12.2.2 + "@twilio-paste/tooltip": ^12.0.1 "@twilio-paste/tooltip-primitive": ^2.0.1 - "@twilio-paste/topbar": ^1.2.0 + "@twilio-paste/topbar": ^1.2.1 "@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.2 + "@twilio-paste/user-dialog": ^2.1.3 "@twilio-paste/utils": ^5.0.0 "@twilio-paste/visual-picker": ^2.0.4 "@types/react": ^18.0.27 @@ -12750,7 +12750,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.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": +"@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.13.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: @@ -13578,7 +13578,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/input-box@^10.1.0, @twilio-paste/input-box@^10.1.1, @twilio-paste/input-box@workspace:packages/paste-core/components/input-box": +"@twilio-paste/input-box@^10.1.0, @twilio-paste/input-box@^10.1.1, @twilio-paste/input-box@^10.1.2, @twilio-paste/input-box@workspace:packages/paste-core/components/input-box": version: 0.0.0-use.local resolution: "@twilio-paste/input-box@workspace:packages/paste-core/components/input-box" dependencies: @@ -13586,7 +13586,7 @@ __metadata: "@twilio-paste/box": ^10.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.2.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/style-props": ^9.1.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.0 @@ -13615,19 +13615,19 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/input@^9.1.0, @twilio-paste/input@^9.1.1, @twilio-paste/input@^9.1.3, @twilio-paste/input@workspace:packages/paste-core/components/input": +"@twilio-paste/input@^9.1.0, @twilio-paste/input@^9.1.1, @twilio-paste/input@^9.1.3, @twilio-paste/input@^9.1.4, @twilio-paste/input@workspace:packages/paste-core/components/input": version: 0.0.0-use.local resolution: "@twilio-paste/input@workspace:packages/paste-core/components/input" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.1 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.2.0 - "@twilio-paste/design-tokens": ^10.4.1 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/icons": ^12.5.0 - "@twilio-paste/input-box": ^10.1.1 + "@twilio-paste/input-box": ^10.1.2 "@twilio-paste/spinner": ^14.1.0 "@twilio-paste/stack": ^8.1.0 "@twilio-paste/style-props": ^9.1.0 @@ -13870,7 +13870,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/menu@^14.1.0, @twilio-paste/menu@^14.1.1, @twilio-paste/menu@^14.1.3, @twilio-paste/menu@workspace:packages/paste-core/components/menu": +"@twilio-paste/menu@^14.1.0, @twilio-paste/menu@^14.1.1, @twilio-paste/menu@^14.1.3, @twilio-paste/menu@^14.1.4, @twilio-paste/menu@workspace:packages/paste-core/components/menu": version: 0.0.0-use.local resolution: "@twilio-paste/menu@workspace:packages/paste-core/components/menu" dependencies: @@ -13878,10 +13878,10 @@ __metadata: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/badge": ^8.1.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.2.0 - "@twilio-paste/design-tokens": ^10.5.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/icons": ^12.3.0 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/menu-primitive": ^2.1.0 @@ -13982,17 +13982,17 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/minimizable-dialog@^4.1.1, @twilio-paste/minimizable-dialog@workspace:packages/paste-core/components/minimizable-dialog": +"@twilio-paste/minimizable-dialog@^4.1.1, @twilio-paste/minimizable-dialog@^4.1.2, @twilio-paste/minimizable-dialog@workspace:packages/paste-core/components/minimizable-dialog": version: 0.0.0-use.local resolution: "@twilio-paste/minimizable-dialog@workspace:packages/paste-core/components/minimizable-dialog" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.3 "@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.13.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/non-modal-dialog-primitive": ^2.0.1 "@twilio-paste/reakit-library": ^2.1.0 @@ -14051,17 +14051,17 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/modal@^16.1.0, @twilio-paste/modal@^16.1.2, @twilio-paste/modal@workspace:packages/paste-core/components/modal": +"@twilio-paste/modal@^16.1.0, @twilio-paste/modal@^16.1.2, @twilio-paste/modal@^16.1.3, @twilio-paste/modal@workspace:packages/paste-core/components/modal": version: 0.0.0-use.local resolution: "@twilio-paste/modal@workspace:packages/paste-core/components/modal" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.1 + "@twilio-paste/button": ^14.1.3 "@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.13.0 "@twilio-paste/flex": ^8.1.0 "@twilio-paste/heading": ^11.1.0 "@twilio-paste/icons": ^12.5.0 @@ -14276,7 +14276,7 @@ __metadata: languageName: node linkType: hard -"@twilio-paste/popover@^13.3.0, @twilio-paste/popover@workspace:packages/paste-core/components/popover": +"@twilio-paste/popover@^13.3.0, @twilio-paste/popover@^13.3.1, @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: @@ -14284,10 +14284,10 @@ __metadata: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/badge": ^8.3.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/form-pill-group": ^8.1.0 "@twilio-paste/icons": ^12.7.0 "@twilio-paste/non-modal-dialog-primitive": ^2.0.1 @@ -14820,17 +14820,17 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/side-modal@^4.1.3, @twilio-paste/side-modal@^4.2.0, @twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal": +"@twilio-paste/side-modal@^4.1.3, @twilio-paste/side-modal@^4.2.1, @twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal": version: 0.0.0-use.local resolution: "@twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.2.0 - "@twilio-paste/button": ^14.1.1 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.10.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/heading": ^11.1.1 "@twilio-paste/icons": ^12.7.0 "@twilio-paste/non-modal-dialog-primitive": ^2.0.2 @@ -14878,7 +14878,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/side-panel@^1.0.0, @twilio-paste/side-panel@^1.1.0, @twilio-paste/side-panel@workspace:packages/paste-core/components/side-panel": +"@twilio-paste/side-panel@^1.0.0, @twilio-paste/side-panel@^1.2.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: @@ -14886,10 +14886,10 @@ __metadata: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/badge": ^8.3.0 "@twilio-paste/box": ^10.2.0 - "@twilio-paste/button": ^14.1.1 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/icons": ^12.7.0 "@twilio-paste/modal-dialog-primitive": ^2.0.1 "@twilio-paste/spinner": ^14.1.2 @@ -14932,7 +14932,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/sidebar@^1.1.2, @twilio-paste/sidebar@workspace:packages/paste-core/components/sidebar": +"@twilio-paste/sidebar@^1.1.2, @twilio-paste/sidebar@^1.1.3, @twilio-paste/sidebar@workspace:packages/paste-core/components/sidebar": version: 0.0.0-use.local resolution: "@twilio-paste/sidebar@workspace:packages/paste-core/components/sidebar" dependencies: @@ -14940,10 +14940,10 @@ __metadata: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/badge": ^8.3.1 "@twilio-paste/box": ^10.2.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.8.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/disclosure-primitive": ^2.1.1 "@twilio-paste/icons": ^12.2.1 "@twilio-paste/reakit-library": ^2.1.0 @@ -15395,7 +15395,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/table@^8.2.0, @twilio-paste/table@^8.2.1, @twilio-paste/table@workspace:packages/paste-core/components/table": +"@twilio-paste/table@^8.2.0, @twilio-paste/table@^8.2.1, @twilio-paste/table@^8.2.2, @twilio-paste/table@workspace:packages/paste-core/components/table": version: 0.0.0-use.local resolution: "@twilio-paste/table@workspace:packages/paste-core/components/table" dependencies: @@ -15403,7 +15403,7 @@ __metadata: "@twilio-paste/box": ^10.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.2.0 - "@twilio-paste/design-tokens": ^10.4.1 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/style-props": ^9.1.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.1.0 @@ -15727,17 +15727,17 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/toast@^12.2.1, @twilio-paste/toast@workspace:packages/paste-core/components/toast": +"@twilio-paste/toast@^12.2.1, @twilio-paste/toast@^12.2.2, @twilio-paste/toast@workspace:packages/paste-core/components/toast": version: 0.0.0-use.local resolution: "@twilio-paste/toast@workspace:packages/paste-core/components/toast" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.8.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/reakit-library": ^2.1.0 @@ -15811,7 +15811,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/tooltip@^12.0.0, @twilio-paste/tooltip@workspace:packages/paste-core/components/tooltip": +"@twilio-paste/tooltip@^12.0.0, @twilio-paste/tooltip@^12.0.1, @twilio-paste/tooltip@workspace:packages/paste-core/components/tooltip": version: 0.0.0-use.local resolution: "@twilio-paste/tooltip@workspace:packages/paste-core/components/tooltip" dependencies: @@ -15819,7 +15819,7 @@ __metadata: "@twilio-paste/box": ^10.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.11.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/reakit-library": ^2.1.0 @@ -15863,7 +15863,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/topbar@^1.2.0, @twilio-paste/topbar@workspace:packages/paste-core/components/topbar": +"@twilio-paste/topbar@^1.2.0, @twilio-paste/topbar@^1.2.1, @twilio-paste/topbar@workspace:packages/paste-core/components/topbar": version: 0.0.0-use.local resolution: "@twilio-paste/topbar@workspace:packages/paste-core/components/topbar" dependencies: @@ -15871,10 +15871,10 @@ __metadata: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/avatar": ^9.1.0 "@twilio-paste/box": ^10.2.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.3 "@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.13.0 "@twilio-paste/icons": ^12.2.1 "@twilio-paste/listbox-primitive": ^3.0.1 "@twilio-paste/media-object": ^10.1.0 @@ -15992,7 +15992,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/user-dialog@^2.1.2, @twilio-paste/user-dialog@workspace:packages/paste-core/components/user-dialog": +"@twilio-paste/user-dialog@^2.1.2, @twilio-paste/user-dialog@^2.1.3, @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: @@ -16000,10 +16000,10 @@ __metadata: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/avatar": ^9.1.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/button": ^14.1.0 + "@twilio-paste/button": ^14.1.3 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/design-tokens": ^10.13.0 "@twilio-paste/icons": ^12.7.0 "@twilio-paste/listbox-primitive": ^3.0.0 "@twilio-paste/media-object": ^10.1.0