diff --git a/.changeset/confused-whale.md b/.changeset/confused-whale.md deleted file mode 100644 index adf1aa81bc..0000000000 --- a/.changeset/confused-whale.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users diff --git a/.changeset/eight-windows-rescue.md b/.changeset/eight-windows-rescue.md deleted file mode 100644 index 7fcd26edd1..0000000000 --- a/.changeset/eight-windows-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[Codemods] add new export ExampleText diff --git a/.changeset/happy-panthers-buy.md b/.changeset/happy-panthers-buy.md deleted file mode 100644 index 09d898e2f3..0000000000 --- a/.changeset/happy-panthers-buy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/tooltip": minor -"@twilio-paste/core": minor ---- - -[Tooltip] added the ability to put keyboard combinations using the KeyboardKey in the tooltip diff --git a/.changeset/nervous-rabbits-love.md b/.changeset/nervous-rabbits-love.md deleted file mode 100644 index a8252a836e..0000000000 --- a/.changeset/nervous-rabbits-love.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/progress-steps": patch -"@twilio-paste/core": patch ---- - -[ProgressSteps] fixed an issue where progress steps was rerendering unnecessarily diff --git a/.changeset/ninety-islands-trade.md b/.changeset/ninety-islands-trade.md deleted file mode 100644 index b0d2a300a5..0000000000 --- a/.changeset/ninety-islands-trade.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/example-text": major -"@twilio-paste/core": minor ---- - -[Example Text] create new component Example Text which is a stylized text wrapper that distinguishes user input examples from body text. diff --git a/.changeset/quiet-days-know.md b/.changeset/quiet-days-know.md deleted file mode 100644 index 2c9ffbac2e..0000000000 --- a/.changeset/quiet-days-know.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/timeline": patch -"@twilio-paste/core": patch ---- - -[Timeline]: Remove unnecessary `z-index` from `TimelineItemIcon` diff --git a/.changeset/shaggy-sheep-confess.md b/.changeset/shaggy-sheep-confess.md deleted file mode 100644 index 64e9ae135f..0000000000 --- a/.changeset/shaggy-sheep-confess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": minor -"@twilio-paste/design-tokens": minor ---- - -[Design Tokens] added new design tokens shadowBorderBottomWeak and shadowBorderBottomInverseWeaker to support new feature, KeybaordKey. diff --git a/.changeset/slow-jokes-matter.md b/.changeset/slow-jokes-matter.md deleted file mode 100644 index d2f5b3d6eb..0000000000 --- a/.changeset/slow-jokes-matter.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/keyboard-key": patch -"@twilio-paste/core": patch ---- - -[KeyboardKey] fixed issue with shift key being captured as capitals on subsequesnt key presses diff --git a/.changeset/sweet-mugs-admire.md b/.changeset/sweet-mugs-admire.md deleted file mode 100644 index f4032d0eb1..0000000000 --- a/.changeset/sweet-mugs-admire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/keyboard-key": major -"@twilio-paste/core": minor ---- - -[KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index dc9e6a0cd6..8c9dabfe3d 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.14.0 + +### Minor Changes + +- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users + +* [`dbd982f8d`](https://github.com/twilio-labs/paste/commit/dbd982f8df4160a85a2d51a8709ea84d0fcff428) [#4157](https://github.com/twilio-labs/paste/pull/4157) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] add new export ExampleText + ## 0.13.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 32ff823187..7ada2c8663 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.13.0", + "version": "0.14.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.17.0", + "@twilio-paste/core": "^20.19.0", "tsx": "^4.0.0" } } diff --git a/packages/paste-core/components/code-block/CHANGELOG.md b/packages/paste-core/components/code-block/CHANGELOG.md index eb206ae549..43e5b71c84 100644 --- a/packages/paste-core/components/code-block/CHANGELOG.md +++ b/packages/paste-core/components/code-block/CHANGELOG.md @@ -1,5 +1,13 @@ # @twilio-paste/code-block +## 5.0.0 + +### Patch Changes + +- Updated dependencies [[`a720e5e0c`](https://github.com/twilio-labs/paste/commit/a720e5e0c33350f92618eab3ac84a3aa998a2001), [`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980)]: + - @twilio-paste/tooltip@12.0.0 + - @twilio-paste/keyboard-key@1.0.0 + ## 4.1.3 ### Patch Changes diff --git a/packages/paste-core/components/code-block/package.json b/packages/paste-core/components/code-block/package.json index 38408d358c..0182b7d456 100644 --- a/packages/paste-core/components/code-block/package.json +++ b/packages/paste-core/components/code-block/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/code-block", - "version": "4.1.3", + "version": "5.0.0", "category": "data display", "status": "production", "description": "A Code Block is a component used to display readable blocks of code.", @@ -36,7 +36,7 @@ "@twilio-paste/flex": "^8.0.0", "@twilio-paste/heading": "^11.0.0", "@twilio-paste/icons": "^12.0.0", - "@twilio-paste/keyboard-key": "^0.0.0", + "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/reakit-library": "^2.0.0", "@twilio-paste/screen-reader-only": "^13.0.0", "@twilio-paste/spinner": "^14.0.0", @@ -48,7 +48,7 @@ "@twilio-paste/tabs-primitive": "^2.0.0", "@twilio-paste/text": "^10.0.0", "@twilio-paste/theme": "^11.0.0", - "@twilio-paste/tooltip": "^11.0.0", + "@twilio-paste/tooltip": "^12.0.0", "@twilio-paste/tooltip-primitive": "^2.0.0", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", @@ -65,11 +65,11 @@ "@twilio-paste/clipboard-copy-library": "^3.0.0", "@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.11.0", "@twilio-paste/flex": "^8.1.0", "@twilio-paste/heading": "^11.1.0", "@twilio-paste/icons": "^12.2.0", - "@twilio-paste/keyboard-key": "^0.0.0", + "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/reakit-library": "^2.1.1", "@twilio-paste/screen-reader-only": "^13.1.0", "@twilio-paste/spinner": "^14.1.2", @@ -81,7 +81,7 @@ "@twilio-paste/tabs-primitive": "^2.0.0", "@twilio-paste/text": "^10.1.0", "@twilio-paste/theme": "^11.0.0", - "@twilio-paste/tooltip": "^11.1.0", + "@twilio-paste/tooltip": "^12.0.0", "@twilio-paste/tooltip-primitive": "^2.0.0", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", diff --git a/packages/paste-core/components/example-text/CHANGELOG.md b/packages/paste-core/components/example-text/CHANGELOG.md index e69de29bb2..9cdf660f09 100644 --- a/packages/paste-core/components/example-text/CHANGELOG.md +++ b/packages/paste-core/components/example-text/CHANGELOG.md @@ -0,0 +1,7 @@ +# @twilio-paste/example-text + +## 1.0.0 + +### Major Changes + +- [`dbd982f8d`](https://github.com/twilio-labs/paste/commit/dbd982f8df4160a85a2d51a8709ea84d0fcff428) [#4157](https://github.com/twilio-labs/paste/pull/4157) Thanks [@nkrantz](https://github.com/nkrantz)! - [Example Text] create new component Example Text which is a stylized text wrapper that distinguishes user input examples from body text. diff --git a/packages/paste-core/components/example-text/package.json b/packages/paste-core/components/example-text/package.json index 226bc6857c..2bcb9829c1 100644 --- a/packages/paste-core/components/example-text/package.json +++ b/packages/paste-core/components/example-text/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/example-text", - "version": "0.0.0", + "version": "1.0.0", "category": "typography", "status": "production", "description": "Example Text is a stylized text wrapper that distinguishes user input examples from body text.", @@ -44,7 +44,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.11.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/keyboard-key/CHANGELOG.md b/packages/paste-core/components/keyboard-key/CHANGELOG.md index e69de29bb2..facb6e6eea 100644 --- a/packages/paste-core/components/keyboard-key/CHANGELOG.md +++ b/packages/paste-core/components/keyboard-key/CHANGELOG.md @@ -0,0 +1,11 @@ +# @twilio-paste/keyboard-key + +## 1.0.0 + +### Major Changes + +- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users + +### Patch Changes + +- [`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a) [#4164](https://github.com/twilio-labs/paste/pull/4164) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] fixed issue with shift key being captured as capitals on subsequesnt key presses diff --git a/packages/paste-core/components/keyboard-key/package.json b/packages/paste-core/components/keyboard-key/package.json index cc14d941eb..ba89630555 100644 --- a/packages/paste-core/components/keyboard-key/package.json +++ b/packages/paste-core/components/keyboard-key/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/keyboard-key", - "version": "0.0.0", + "version": "1.0.0", "category": "typography", "status": "production", "description": "A Keyboard Key distinguishes a keyboard command or shortcut from other text.", @@ -44,7 +44,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.11.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/progress-steps/CHANGELOG.md b/packages/paste-core/components/progress-steps/CHANGELOG.md index 9bcce4d0dd..caf1adb04c 100644 --- a/packages/paste-core/components/progress-steps/CHANGELOG.md +++ b/packages/paste-core/components/progress-steps/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/progress-steps +## 2.2.2 + +### Patch Changes + +- [`7f39856ee`](https://github.com/twilio-labs/paste/commit/7f39856ee3697235b535ea02eaef2cb105cd4d86) [#4170](https://github.com/twilio-labs/paste/pull/4170) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ProgressSteps] fixed an issue where progress steps was rerendering unnecessarily + ## 2.2.1 ### Patch Changes diff --git a/packages/paste-core/components/progress-steps/package.json b/packages/paste-core/components/progress-steps/package.json index beb9796fd1..02bb5f0d5e 100644 --- a/packages/paste-core/components/progress-steps/package.json +++ b/packages/paste-core/components/progress-steps/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/progress-steps", - "version": "2.2.1", + "version": "2.2.2", "category": "data display", "status": "production", "description": "Progress Steps can be a presentational or interactive component and shows users an outline of a complex multi-step task.", @@ -46,7 +46,7 @@ "@twilio-paste/box": "^10.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.9.0", + "@twilio-paste/design-tokens": "^10.11.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/style-props": "^9.1.0", "@twilio-paste/styling-library": "^3.0.0", diff --git a/packages/paste-core/components/timeline/CHANGELOG.md b/packages/paste-core/components/timeline/CHANGELOG.md index f2689cc78a..cbb55b6351 100644 --- a/packages/paste-core/components/timeline/CHANGELOG.md +++ b/packages/paste-core/components/timeline/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/timeline +## 1.0.1 + +### Patch Changes + +- [`ac3a553d0`](https://github.com/twilio-labs/paste/commit/ac3a553d039371ca5c8d63e7093954656af33430) [#4146](https://github.com/twilio-labs/paste/pull/4146) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Remove unnecessary `z-index` from `TimelineItemIcon` + ## 1.0.0 ### Major Changes diff --git a/packages/paste-core/components/timeline/package.json b/packages/paste-core/components/timeline/package.json index e534e23191..78b23862e9 100644 --- a/packages/paste-core/components/timeline/package.json +++ b/packages/paste-core/components/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/timeline", - "version": "1.0.0", + "version": "1.0.1", "category": "layout", "status": "production", "description": "A Timeline is a visual representation of events displayed in chronological order.", @@ -59,7 +59,7 @@ "@twilio-paste/card": "^9.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.8.0", + "@twilio-paste/design-tokens": "^10.11.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", "@twilio-paste/icons": "^12.2.0", diff --git a/packages/paste-core/components/tooltip/CHANGELOG.md b/packages/paste-core/components/tooltip/CHANGELOG.md index c94bad8ed2..8c2f6f0cb1 100644 --- a/packages/paste-core/components/tooltip/CHANGELOG.md +++ b/packages/paste-core/components/tooltip/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 12.0.0 + +### Minor Changes + +- [`a720e5e0c`](https://github.com/twilio-labs/paste/commit/a720e5e0c33350f92618eab3ac84a3aa998a2001) [#4161](https://github.com/twilio-labs/paste/pull/4161) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tooltip] added the ability to put keyboard combinations using the KeyboardKey in the tooltip + +### Patch Changes + +- Updated dependencies [[`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980)]: + - @twilio-paste/keyboard-key@1.0.0 + ## 11.1.1 ### Patch Changes diff --git a/packages/paste-core/components/tooltip/package.json b/packages/paste-core/components/tooltip/package.json index 02d2b8bacc..61c4c3b7b0 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": "11.1.1", + "version": "12.0.0", "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.", @@ -31,7 +31,7 @@ "@twilio-paste/customization": "^8.0.0", "@twilio-paste/design-tokens": "^10.0.0", "@twilio-paste/icons": "^12.0.0", - "@twilio-paste/keyboard-key": "^0.0.0", + "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/reakit-library": "^2.0.0", "@twilio-paste/spinner": "^14.0.0", "@twilio-paste/stack": "^8.1.0", @@ -52,9 +52,9 @@ "@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.11.0", "@twilio-paste/icons": "^12.2.0", - "@twilio-paste/keyboard-key": "^0.0.0", + "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/spinner": "^14.1.0", "@twilio-paste/stack": "^8.1.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index f65cd76f69..091b4eed54 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log +## 20.19.0 + +### Minor Changes + +- [`a720e5e0c`](https://github.com/twilio-labs/paste/commit/a720e5e0c33350f92618eab3ac84a3aa998a2001) [#4161](https://github.com/twilio-labs/paste/pull/4161) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tooltip] added the ability to put keyboard combinations using the KeyboardKey in the tooltip + +* [`dbd982f8d`](https://github.com/twilio-labs/paste/commit/dbd982f8df4160a85a2d51a8709ea84d0fcff428) [#4157](https://github.com/twilio-labs/paste/pull/4157) Thanks [@nkrantz](https://github.com/nkrantz)! - [Example Text] create new component Example Text which is a stylized text wrapper that distinguishes user input examples from body text. + +- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added new design tokens shadowBorderBottomWeak and shadowBorderBottomInverseWeaker to support new feature, KeybaordKey. + +* [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users + +### Patch Changes + +- [`7f39856ee`](https://github.com/twilio-labs/paste/commit/7f39856ee3697235b535ea02eaef2cb105cd4d86) [#4170](https://github.com/twilio-labs/paste/pull/4170) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ProgressSteps] fixed an issue where progress steps was rerendering unnecessarily + +* [`ac3a553d0`](https://github.com/twilio-labs/paste/commit/ac3a553d039371ca5c8d63e7093954656af33430) [#4146](https://github.com/twilio-labs/paste/pull/4146) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Remove unnecessary `z-index` from `TimelineItemIcon` + +- [`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a) [#4164](https://github.com/twilio-labs/paste/pull/4164) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] fixed issue with shift key being captured as capitals on subsequesnt key presses + +- Updated dependencies [[`a720e5e0c`](https://github.com/twilio-labs/paste/commit/a720e5e0c33350f92618eab3ac84a3aa998a2001), [`7f39856ee`](https://github.com/twilio-labs/paste/commit/7f39856ee3697235b535ea02eaef2cb105cd4d86), [`dbd982f8d`](https://github.com/twilio-labs/paste/commit/dbd982f8df4160a85a2d51a8709ea84d0fcff428), [`ac3a553d0`](https://github.com/twilio-labs/paste/commit/ac3a553d039371ca5c8d63e7093954656af33430), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980), [`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980)]: + - @twilio-paste/tooltip@12.0.0 + - @twilio-paste/progress-steps@2.2.2 + - @twilio-paste/example-text@1.0.0 + - @twilio-paste/timeline@1.0.1 + - @twilio-paste/design-tokens@10.11.0 + - @twilio-paste/keyboard-key@1.0.0 + - @twilio-paste/code-block@5.0.0 + ## 20.18.1 ### Patch Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 2d10e2f770..699f27bf49 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.18.1", + "version": "20.19.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -92,7 +92,7 @@ "@twilio-paste/chat-log": "^5.2.1", "@twilio-paste/checkbox": "^13.1.2", "@twilio-paste/clipboard-copy-library": "^3.0.0", - "@twilio-paste/code-block": "^4.1.3", + "@twilio-paste/code-block": "^5.0.0", "@twilio-paste/code-editor-library": "^2.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/combobox": "^16.3.0", @@ -103,7 +103,7 @@ "@twilio-paste/data-visualization-library": "^5.1.0", "@twilio-paste/date-picker": "^6.1.1", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.10.0", + "@twilio-paste/design-tokens": "^10.11.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -111,7 +111,7 @@ "@twilio-paste/display-pill-group": "^8.0.1", "@twilio-paste/dropdown-library": "^3.0.0", "@twilio-paste/editable-code-block": "^2.1.0", - "@twilio-paste/example-text": "^0.0.0", + "@twilio-paste/example-text": "^1.0.0", "@twilio-paste/file-picker": "^4.1.0", "@twilio-paste/file-uploader": "^4.1.0", "@twilio-paste/flex": "^8.1.0", @@ -125,7 +125,7 @@ "@twilio-paste/inline-control-group": "^13.0.2", "@twilio-paste/input": "^9.1.3", "@twilio-paste/input-box": "^10.1.1", - "@twilio-paste/keyboard-key": "^0.0.0", + "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/label": "^13.1.1", "@twilio-paste/lexical-library": "^4.2.0", "@twilio-paste/list": "^8.2.1", @@ -144,7 +144,7 @@ "@twilio-paste/popover": "^13.3.0", "@twilio-paste/product-switcher": "^3.0.2", "@twilio-paste/progress-bar": "^1.1.0", - "@twilio-paste/progress-steps": "^2.2.1", + "@twilio-paste/progress-steps": "^2.2.2", "@twilio-paste/radio-button-group": "^4.1.1", "@twilio-paste/radio-group": "^13.1.1", "@twilio-paste/react-spectrum-library": "^2.2.0", @@ -174,9 +174,9 @@ "@twilio-paste/textarea": "^10.2.0", "@twilio-paste/theme": "^11.1.0", "@twilio-paste/time-picker": "^6.1.1", - "@twilio-paste/timeline": "^1.0.0", + "@twilio-paste/timeline": "^1.0.1", "@twilio-paste/toast": "^12.2.1", - "@twilio-paste/tooltip": "^11.1.1", + "@twilio-paste/tooltip": "^12.0.0", "@twilio-paste/tooltip-primitive": "^2.0.1", "@twilio-paste/topbar": "^1.2.0", "@twilio-paste/truncate": "^14.1.1", diff --git a/packages/paste-design-tokens/CHANGELOG.md b/packages/paste-design-tokens/CHANGELOG.md index fe1a5eb7a4..65d749ffd8 100644 --- a/packages/paste-design-tokens/CHANGELOG.md +++ b/packages/paste-design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.11.0 + +### Minor Changes + +- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added new design tokens shadowBorderBottomWeak and shadowBorderBottomInverseWeaker to support new feature, KeybaordKey. + ## 10.10.0 ### Minor Changes diff --git a/packages/paste-design-tokens/package.json b/packages/paste-design-tokens/package.json index 2291ffc879..0fbf4111e2 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.10.0", + "version": "10.11.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-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index dc7d7df067..de8fbcb0ea 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,17 @@ # @twilio-paste/website +## 2.23.49 + +### Patch Changes + +- Updated dependencies [[`a720e5e0c`](https://github.com/twilio-labs/paste/commit/a720e5e0c33350f92618eab3ac84a3aa998a2001), [`7f39856ee`](https://github.com/twilio-labs/paste/commit/7f39856ee3697235b535ea02eaef2cb105cd4d86), [`ac3a553d0`](https://github.com/twilio-labs/paste/commit/ac3a553d039371ca5c8d63e7093954656af33430), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980), [`42a4dcbf4`](https://github.com/twilio-labs/paste/commit/42a4dcbf4f5f217fb77d06d0aa7f02e07717cf6a), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980)]: + - @twilio-paste/tooltip@12.0.0 + - @twilio-paste/progress-steps@2.2.2 + - @twilio-paste/timeline@1.0.1 + - @twilio-paste/design-tokens@10.11.0 + - @twilio-paste/keyboard-key@1.0.0 + - @twilio-paste/code-block@5.0.0 + ## 2.23.48 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 5ee55b5e1f..c55af36082 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.48", + "version": "2.23.49", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -54,7 +54,7 @@ "@twilio-paste/chat-log": "^5.2.1", "@twilio-paste/checkbox": "^13.1.2", "@twilio-paste/clipboard-copy-library": "^3.0.0", - "@twilio-paste/code-block": "^4.1.0", + "@twilio-paste/code-block": "^5.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/combobox": "^16.3.0", "@twilio-paste/combobox-primitive": "^2.1.1", @@ -64,14 +64,14 @@ "@twilio-paste/data-visualization-library": "^5.1.0", "@twilio-paste/date-picker": "^6.1.0", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.8.0", + "@twilio-paste/design-tokens": "^10.11.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", "@twilio-paste/display-heading": "^4.1.0", "@twilio-paste/display-pill-group": "^8.0.1", "@twilio-paste/dropdown-library": "^3.0.0", - "@twilio-paste/example-text": "^0.0.0", + "@twilio-paste/example-text": "^1.0.0", "@twilio-paste/file-picker": "^4.1.0", "@twilio-paste/file-uploader": "^4.1.0", "@twilio-paste/flex": "^8.1.0", @@ -86,7 +86,7 @@ "@twilio-paste/inline-control-group": "^13.0.2", "@twilio-paste/input": "^9.1.3", "@twilio-paste/input-box": "^10.1.1", - "@twilio-paste/keyboard-key": "^0.0.0", + "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/label": "^13.1.1", "@twilio-paste/lexical-library": "^4.2.0", "@twilio-paste/list": "^8.2.1", @@ -104,7 +104,7 @@ "@twilio-paste/paragraph": "^10.1.1", "@twilio-paste/popover": "^13.3.0", "@twilio-paste/product-switcher": "3.0.2", - "@twilio-paste/progress-steps": "^2.2.0", + "@twilio-paste/progress-steps": "^2.2.2", "@twilio-paste/radio-button-group": "^4.1.1", "@twilio-paste/radio-group": "^13.1.1", "@twilio-paste/react-textarea-autosize-library": "^3.0.0", @@ -133,9 +133,9 @@ "@twilio-paste/textarea": "^10.1.1", "@twilio-paste/theme": "^11.1.0", "@twilio-paste/time-picker": "^6.1.1", - "@twilio-paste/timeline": "^1.0.0", + "@twilio-paste/timeline": "^1.0.1", "@twilio-paste/toast": "^12.2.1", - "@twilio-paste/tooltip": "^11.1.1", + "@twilio-paste/tooltip": "^12.0.0", "@twilio-paste/tooltip-primitive": "^2.0.1", "@twilio-paste/topbar": "^1.2.0", "@twilio-paste/truncate": "^14.1.1", diff --git a/yarn.lock b/yarn.lock index 021f0ca0c4..5a60c1c0b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12104,7 +12104,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/code-block@^4.1.0, @twilio-paste/code-block@^4.1.3, @twilio-paste/code-block@workspace:packages/paste-core/components/code-block": +"@twilio-paste/code-block@^5.0.0, @twilio-paste/code-block@workspace:packages/paste-core/components/code-block": version: 0.0.0-use.local resolution: "@twilio-paste/code-block@workspace:packages/paste-core/components/code-block" dependencies: @@ -12115,11 +12115,11 @@ __metadata: "@twilio-paste/clipboard-copy-library": ^3.0.0 "@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.11.0 "@twilio-paste/flex": ^8.1.0 "@twilio-paste/heading": ^11.1.0 "@twilio-paste/icons": ^12.2.0 - "@twilio-paste/keyboard-key": ^0.0.0 + "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/reakit-library": ^2.1.1 "@twilio-paste/screen-reader-only": ^13.1.0 "@twilio-paste/spinner": ^14.1.2 @@ -12131,7 +12131,7 @@ __metadata: "@twilio-paste/tabs-primitive": ^2.0.0 "@twilio-paste/text": ^10.1.0 "@twilio-paste/theme": ^11.0.0 - "@twilio-paste/tooltip": ^11.1.0 + "@twilio-paste/tooltip": ^12.0.0 "@twilio-paste/tooltip-primitive": ^2.0.0 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 @@ -12153,7 +12153,7 @@ __metadata: "@twilio-paste/flex": ^8.0.0 "@twilio-paste/heading": ^11.0.0 "@twilio-paste/icons": ^12.0.0 - "@twilio-paste/keyboard-key": ^0.0.0 + "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/reakit-library": ^2.0.0 "@twilio-paste/screen-reader-only": ^13.0.0 "@twilio-paste/spinner": ^14.0.0 @@ -12165,7 +12165,7 @@ __metadata: "@twilio-paste/tabs-primitive": ^2.0.0 "@twilio-paste/text": ^10.0.0 "@twilio-paste/theme": ^11.0.0 - "@twilio-paste/tooltip": ^11.0.0 + "@twilio-paste/tooltip": ^12.0.0 "@twilio-paste/tooltip-primitive": ^2.0.0 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 @@ -12197,7 +12197,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.17.0 + "@twilio-paste/core": ^20.19.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -12318,7 +12318,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.17.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.19.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: @@ -12343,7 +12343,7 @@ __metadata: "@twilio-paste/chat-log": ^5.2.1 "@twilio-paste/checkbox": ^13.1.2 "@twilio-paste/clipboard-copy-library": ^3.0.0 - "@twilio-paste/code-block": ^4.1.3 + "@twilio-paste/code-block": ^5.0.0 "@twilio-paste/code-editor-library": ^2.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/combobox": ^16.3.0 @@ -12354,7 +12354,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.10.0 + "@twilio-paste/design-tokens": ^10.11.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -12362,7 +12362,7 @@ __metadata: "@twilio-paste/display-pill-group": ^8.0.1 "@twilio-paste/dropdown-library": ^3.0.0 "@twilio-paste/editable-code-block": ^2.1.0 - "@twilio-paste/example-text": ^0.0.0 + "@twilio-paste/example-text": ^1.0.0 "@twilio-paste/file-picker": ^4.1.0 "@twilio-paste/file-uploader": ^4.1.0 "@twilio-paste/flex": ^8.1.0 @@ -12377,7 +12377,7 @@ __metadata: "@twilio-paste/inline-control-group": ^13.0.2 "@twilio-paste/input": ^9.1.3 "@twilio-paste/input-box": ^10.1.1 - "@twilio-paste/keyboard-key": ^0.0.0 + "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/label": ^13.1.1 "@twilio-paste/lexical-library": ^4.2.0 "@twilio-paste/list": ^8.2.1 @@ -12396,7 +12396,7 @@ __metadata: "@twilio-paste/popover": ^13.3.0 "@twilio-paste/product-switcher": ^3.0.2 "@twilio-paste/progress-bar": ^1.1.0 - "@twilio-paste/progress-steps": ^2.2.1 + "@twilio-paste/progress-steps": ^2.2.2 "@twilio-paste/radio-button-group": ^4.1.1 "@twilio-paste/radio-group": ^13.1.1 "@twilio-paste/react-spectrum-library": ^2.2.0 @@ -12426,9 +12426,9 @@ __metadata: "@twilio-paste/textarea": ^10.2.0 "@twilio-paste/theme": ^11.1.0 "@twilio-paste/time-picker": ^6.1.1 - "@twilio-paste/timeline": ^1.0.0 + "@twilio-paste/timeline": ^1.0.1 "@twilio-paste/toast": ^12.2.1 - "@twilio-paste/tooltip": ^11.1.1 + "@twilio-paste/tooltip": ^12.0.0 "@twilio-paste/tooltip-primitive": ^2.0.1 "@twilio-paste/topbar": ^1.2.0 "@twilio-paste/truncate": ^14.1.1 @@ -12702,7 +12702,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.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@^10.8.0, @twilio-paste/design-tokens@^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.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@^10.8.0, @twilio-paste/design-tokens@^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: @@ -12979,7 +12979,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/example-text@^0.0.0, @twilio-paste/example-text@workspace:packages/paste-core/components/example-text": +"@twilio-paste/example-text@^1.0.0, @twilio-paste/example-text@workspace:packages/paste-core/components/example-text": version: 0.0.0-use.local resolution: "@twilio-paste/example-text@workspace:packages/paste-core/components/example-text" dependencies: @@ -12987,7 +12987,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.11.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.1 @@ -13619,7 +13619,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/keyboard-key@^0.0.0, @twilio-paste/keyboard-key@workspace:packages/paste-core/components/keyboard-key": +"@twilio-paste/keyboard-key@^1.0.0, @twilio-paste/keyboard-key@workspace:packages/paste-core/components/keyboard-key": version: 0.0.0-use.local resolution: "@twilio-paste/keyboard-key@workspace:packages/paste-core/components/keyboard-key" dependencies: @@ -13627,7 +13627,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.11.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.1 @@ -14406,7 +14406,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/progress-steps@^2.2.0, @twilio-paste/progress-steps@^2.2.1, @twilio-paste/progress-steps@workspace:packages/paste-core/components/progress-steps": +"@twilio-paste/progress-steps@^2.2.2, @twilio-paste/progress-steps@workspace:packages/paste-core/components/progress-steps": version: 0.0.0-use.local resolution: "@twilio-paste/progress-steps@workspace:packages/paste-core/components/progress-steps" dependencies: @@ -14414,7 +14414,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.9.0 + "@twilio-paste/design-tokens": ^10.11.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/style-props": ^9.1.0 "@twilio-paste/styling-library": ^3.0.0 @@ -15617,7 +15617,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/timeline@^1.0.0, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline": +"@twilio-paste/timeline@^1.0.1, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline": version: 0.0.0-use.local resolution: "@twilio-paste/timeline@workspace:packages/paste-core/components/timeline" dependencies: @@ -15628,7 +15628,7 @@ __metadata: "@twilio-paste/card": ^9.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.8.0 + "@twilio-paste/design-tokens": ^10.11.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 "@twilio-paste/icons": ^12.2.0 @@ -15761,7 +15761,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/tooltip@^11.1.0, @twilio-paste/tooltip@^11.1.1, @twilio-paste/tooltip@workspace:packages/paste-core/components/tooltip": +"@twilio-paste/tooltip@^12.0.0, @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: @@ -15769,9 +15769,9 @@ __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.11.0 "@twilio-paste/icons": ^12.2.0 - "@twilio-paste/keyboard-key": ^0.0.0 + "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/spinner": ^14.1.0 "@twilio-paste/stack": ^8.1.0 @@ -15795,7 +15795,7 @@ __metadata: "@twilio-paste/customization": ^8.0.0 "@twilio-paste/design-tokens": ^10.0.0 "@twilio-paste/icons": ^12.0.0 - "@twilio-paste/keyboard-key": ^0.0.0 + "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/reakit-library": ^2.0.0 "@twilio-paste/spinner": ^14.0.0 "@twilio-paste/stack": ^8.1.0 @@ -16139,7 +16139,7 @@ __metadata: "@twilio-paste/chat-log": ^5.2.1 "@twilio-paste/checkbox": ^13.1.2 "@twilio-paste/clipboard-copy-library": ^3.0.0 - "@twilio-paste/code-block": ^4.1.0 + "@twilio-paste/code-block": ^5.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/combobox": ^16.3.0 "@twilio-paste/combobox-primitive": ^2.1.1 @@ -16149,14 +16149,14 @@ __metadata: "@twilio-paste/data-visualization-library": ^5.1.0 "@twilio-paste/date-picker": ^6.1.0 "@twilio-paste/description-list": ^4.2.0 - "@twilio-paste/design-tokens": ^10.8.0 + "@twilio-paste/design-tokens": ^10.11.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 "@twilio-paste/display-heading": ^4.1.0 "@twilio-paste/display-pill-group": ^8.0.1 "@twilio-paste/dropdown-library": ^3.0.0 - "@twilio-paste/example-text": ^0.0.0 + "@twilio-paste/example-text": ^1.0.0 "@twilio-paste/file-picker": ^4.1.0 "@twilio-paste/file-uploader": ^4.1.0 "@twilio-paste/flex": ^8.1.0 @@ -16171,7 +16171,7 @@ __metadata: "@twilio-paste/inline-control-group": ^13.0.2 "@twilio-paste/input": ^9.1.3 "@twilio-paste/input-box": ^10.1.1 - "@twilio-paste/keyboard-key": ^0.0.0 + "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/label": ^13.1.1 "@twilio-paste/lexical-library": ^4.2.0 "@twilio-paste/list": ^8.2.1 @@ -16189,7 +16189,7 @@ __metadata: "@twilio-paste/paragraph": ^10.1.1 "@twilio-paste/popover": ^13.3.0 "@twilio-paste/product-switcher": 3.0.2 - "@twilio-paste/progress-steps": ^2.2.0 + "@twilio-paste/progress-steps": ^2.2.2 "@twilio-paste/radio-button-group": ^4.1.1 "@twilio-paste/radio-group": ^13.1.1 "@twilio-paste/react-textarea-autosize-library": ^3.0.0 @@ -16218,9 +16218,9 @@ __metadata: "@twilio-paste/textarea": ^10.1.1 "@twilio-paste/theme": ^11.1.0 "@twilio-paste/time-picker": ^6.1.1 - "@twilio-paste/timeline": ^1.0.0 + "@twilio-paste/timeline": ^1.0.1 "@twilio-paste/toast": ^12.2.1 - "@twilio-paste/tooltip": ^11.1.1 + "@twilio-paste/tooltip": ^12.0.0 "@twilio-paste/tooltip-primitive": ^2.0.1 "@twilio-paste/topbar": ^1.2.0 "@twilio-paste/truncate": ^14.1.1