diff --git a/.changeset/dull-horses-exist.md b/.changeset/dull-horses-exist.md deleted file mode 100644 index cce3ad558f..0000000000 --- a/.changeset/dull-horses-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[Blockquote]: Add new component diff --git a/.changeset/dull-panthers-develop.md b/.changeset/dull-panthers-develop.md deleted file mode 100644 index 9b1e8491a6..0000000000 --- a/.changeset/dull-panthers-develop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/icons": minor -"@twilio-paste/core": minor ---- - -[Icon]: Add Blockquote icon. diff --git a/.changeset/fast-terms-fry.md b/.changeset/fast-terms-fry.md deleted file mode 100644 index 33133a7212..0000000000 --- a/.changeset/fast-terms-fry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/code-block": patch -"@twilio-paste/core": patch ---- - -Updated spacing and sizing tokens for overflow button. No visible changes. diff --git a/.changeset/lemon-clouds-hug.md b/.changeset/lemon-clouds-hug.md deleted file mode 100644 index 7849a3a10a..0000000000 --- a/.changeset/lemon-clouds-hug.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@twilio-paste/core": patch -"@twilio-paste/design-tokens": patch -"@twilio-paste/theme": patch ---- - -[Tokens,Theme] fixed an issue when converting percentages to pixel values as alternatives text descriptions diff --git a/.changeset/quiet-windows-poke.md b/.changeset/quiet-windows-poke.md deleted file mode 100644 index 089150ba0a..0000000000 --- a/.changeset/quiet-windows-poke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/box": minor -"@twilio-paste/core": minor ---- - -[Box]: Add cite prop for use with Blockquote diff --git a/.changeset/rare-gifts-wash.md b/.changeset/rare-gifts-wash.md deleted file mode 100644 index a13d1a1e7e..0000000000 --- a/.changeset/rare-gifts-wash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/blockquote": minor -"@twilio-paste/core": minor ---- - -[Blockquote] add default bottom margin of space-70 to Blockquote, add marginBottom prop for the option to remove bottom margin when necessary. diff --git a/.changeset/slimy-moons-design.md b/.changeset/slimy-moons-design.md deleted file mode 100644 index cc13bd5556..0000000000 --- a/.changeset/slimy-moons-design.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": minor -"@twilio-paste/lexical-library": minor ---- - -[Lexical Library] exported additional helper functions and commands to allow advanced editor node manipulation programatically diff --git a/.changeset/tough-dolphins-decide.md b/.changeset/tough-dolphins-decide.md deleted file mode 100644 index 1018b69e04..0000000000 --- a/.changeset/tough-dolphins-decide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/blockquote": major -"@twilio-paste/core": minor ---- - -[Blockquote]: Added a new Blockquote component to library to act as a stylized text wrapper for a quotation and source. diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index 8c9dabfe3d..c7ca4b1bc5 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.15.0 + +### Minor Changes + +- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Blockquote]: Add new component + ## 0.14.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 7ada2c8663..0a34dfeb00 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.14.0", + "version": "0.15.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.19.0", + "@twilio-paste/core": "^20.20.0", "tsx": "^4.0.0" } } diff --git a/packages/paste-core/components/blockquote/CHANGELOG.md b/packages/paste-core/components/blockquote/CHANGELOG.md index e69de29bb2..152090fc69 100644 --- a/packages/paste-core/components/blockquote/CHANGELOG.md +++ b/packages/paste-core/components/blockquote/CHANGELOG.md @@ -0,0 +1,11 @@ +# @twilio-paste/blockquote + +## 1.0.0 + +### Major Changes + +- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Blockquote]: Added a new Blockquote component to library to act as a stylized text wrapper for a quotation and source. + +### Minor Changes + +- [`077d397e4`](https://github.com/twilio-labs/paste/commit/077d397e4c9e2991466b78ee7ed0270a331c18e7) [#4167](https://github.com/twilio-labs/paste/pull/4167) Thanks [@nkrantz](https://github.com/nkrantz)! - [Blockquote] add default bottom margin of space-70 to Blockquote, add marginBottom prop for the option to remove bottom margin when necessary. diff --git a/packages/paste-core/components/blockquote/package.json b/packages/paste-core/components/blockquote/package.json index b45ba29c39..0be549bc8c 100644 --- a/packages/paste-core/components/blockquote/package.json +++ b/packages/paste-core/components/blockquote/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/blockquote", - "version": "0.0.0", + "version": "1.0.0", "category": "layout", "status": "production", "description": "A Blockquote is a stylized text wrapper for a quotation and source.", @@ -50,19 +50,19 @@ "devDependencies": { "@twilio-paste/anchor": "^12.0.0", "@twilio-paste/animation-library": "^2.0.0", - "@twilio-paste/box": "^10.1.0", + "@twilio-paste/box": "^10.4.0", "@twilio-paste/button": "^14.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/design-tokens": "^10.9.0", - "@twilio-paste/icons": "^12.2.0", + "@twilio-paste/design-tokens": "^10.11.1", + "@twilio-paste/icons": "^12.8.0", "@twilio-paste/screen-reader-only": "^13.1.0", "@twilio-paste/spinner": "^14.0.0", "@twilio-paste/stack": "^8.0.0", "@twilio-paste/style-props": "^9.1.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/text": "^10.1.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.1.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@types/react": "^18.0.27", diff --git a/packages/paste-core/components/code-block/CHANGELOG.md b/packages/paste-core/components/code-block/CHANGELOG.md index 43e5b71c84..3aab500157 100644 --- a/packages/paste-core/components/code-block/CHANGELOG.md +++ b/packages/paste-core/components/code-block/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/code-block +## 5.0.1 + +### Patch Changes + +- [`168a8dfdf`](https://github.com/twilio-labs/paste/commit/168a8dfdf8bda1d5e7f9c66d2d50c3e649095024) [#4184](https://github.com/twilio-labs/paste/pull/4184) Thanks [@serifluous](https://github.com/serifluous)! - Updated spacing and sizing tokens for overflow button. No visible changes. + ## 5.0.0 ### Patch Changes diff --git a/packages/paste-core/components/code-block/package.json b/packages/paste-core/components/code-block/package.json index 0182b7d456..81d618a6fc 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": "5.0.0", + "version": "5.0.1", "category": "data display", "status": "production", "description": "A Code Block is a component used to display readable blocks of code.", @@ -60,15 +60,15 @@ "devDependencies": { "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "2.0.0", - "@twilio-paste/box": "^10.1.0", + "@twilio-paste/box": "^10.4.0", "@twilio-paste/button": "^14.1.0", "@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.11.0", + "@twilio-paste/design-tokens": "^10.11.1", "@twilio-paste/flex": "^8.1.0", "@twilio-paste/heading": "^11.1.0", - "@twilio-paste/icons": "^12.2.0", + "@twilio-paste/icons": "^12.8.0", "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/reakit-library": "^2.1.1", "@twilio-paste/screen-reader-only": "^13.1.0", @@ -80,7 +80,7 @@ "@twilio-paste/tabs": "^8.3.2", "@twilio-paste/tabs-primitive": "^2.0.0", "@twilio-paste/text": "^10.1.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.1.1", "@twilio-paste/tooltip": "^12.0.0", "@twilio-paste/tooltip-primitive": "^2.0.0", "@twilio-paste/types": "^6.0.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 091b4eed54..dff1dfbdc5 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,33 @@ # Change Log +## 20.20.0 + +### Minor Changes + +- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Icon]: Add Blockquote icon. + +* [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Box]: Add cite prop for use with Blockquote + +- [`077d397e4`](https://github.com/twilio-labs/paste/commit/077d397e4c9e2991466b78ee7ed0270a331c18e7) [#4167](https://github.com/twilio-labs/paste/pull/4167) Thanks [@nkrantz](https://github.com/nkrantz)! - [Blockquote] add default bottom margin of space-70 to Blockquote, add marginBottom prop for the option to remove bottom margin when necessary. + +* [`932a03f23`](https://github.com/twilio-labs/paste/commit/932a03f2313f6a743729bd19e8222eeb704f7721) [#4173](https://github.com/twilio-labs/paste/pull/4173) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Lexical Library] exported additional helper functions and commands to allow advanced editor node manipulation programatically + +- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Blockquote]: Added a new Blockquote component to library to act as a stylized text wrapper for a quotation and source. + +### Patch Changes + +- [`168a8dfdf`](https://github.com/twilio-labs/paste/commit/168a8dfdf8bda1d5e7f9c66d2d50c3e649095024) [#4184](https://github.com/twilio-labs/paste/pull/4184) Thanks [@serifluous](https://github.com/serifluous)! - Updated spacing and sizing tokens for overflow button. No visible changes. + +* [`5df8f1a13`](https://github.com/twilio-labs/paste/commit/5df8f1a132884efa2169614a10e8244866f39772) [#4175](https://github.com/twilio-labs/paste/pull/4175) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tokens,Theme] fixed an issue when converting percentages to pixel values as alternatives text descriptions + +* Updated dependencies [[`168a8dfdf`](https://github.com/twilio-labs/paste/commit/168a8dfdf8bda1d5e7f9c66d2d50c3e649095024), [`5df8f1a13`](https://github.com/twilio-labs/paste/commit/5df8f1a132884efa2169614a10e8244866f39772), [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3), [`077d397e4`](https://github.com/twilio-labs/paste/commit/077d397e4c9e2991466b78ee7ed0270a331c18e7), [`932a03f23`](https://github.com/twilio-labs/paste/commit/932a03f2313f6a743729bd19e8222eeb704f7721), [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3)]: + - @twilio-paste/code-block@5.0.1 + - @twilio-paste/design-tokens@10.11.1 + - @twilio-paste/theme@11.1.1 + - @twilio-paste/box@10.4.0 + - @twilio-paste/blockquote@1.0.0 + - @twilio-paste/lexical-library@4.3.0 + ## 20.19.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 699f27bf49..2759f9264f 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.19.0", + "version": "20.20.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -81,8 +81,8 @@ "@twilio-paste/avatar": "^9.1.0", "@twilio-paste/badge": "^8.4.0", "@twilio-paste/base-radio-checkbox": "^13.1.0", - "@twilio-paste/blockquote": "^0.0.0", - "@twilio-paste/box": "^10.3.0", + "@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-group": "^4.2.0", @@ -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": "^5.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", @@ -103,7 +103,7 @@ "@twilio-paste/data-visualization-library": "^5.1.0", "@twilio-paste/date-picker": "^6.1.1", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.11.0", + "@twilio-paste/design-tokens": "^10.11.1", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -127,7 +127,7 @@ "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/label": "^13.1.1", - "@twilio-paste/lexical-library": "^4.2.0", + "@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", @@ -172,7 +172,7 @@ "@twilio-paste/tabs-primitive": "^2.0.1", "@twilio-paste/text": "^10.1.1", "@twilio-paste/textarea": "^10.2.0", - "@twilio-paste/theme": "^11.1.0", + "@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", @@ -194,7 +194,7 @@ "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" }, "devDependencies": { - "@twilio-paste/icons": "^12.7.0", + "@twilio-paste/icons": "^12.8.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "react": "^18.0.0", diff --git a/packages/paste-core/primitives/box/CHANGELOG.md b/packages/paste-core/primitives/box/CHANGELOG.md index 9085ec0bc6..6050b92f55 100644 --- a/packages/paste-core/primitives/box/CHANGELOG.md +++ b/packages/paste-core/primitives/box/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.4.0 + +### Minor Changes + +- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Box]: Add cite prop for use with Blockquote + ## 10.3.0 ### Minor Changes diff --git a/packages/paste-core/primitives/box/package.json b/packages/paste-core/primitives/box/package.json index c1ce2a523f..e45c042e42 100644 --- a/packages/paste-core/primitives/box/package.json +++ b/packages/paste-core/primitives/box/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/box", - "version": "10.3.0", + "version": "10.4.0", "category": "layout", "status": "production", "description": "The Box primitive is one of the pillars of our system. It can be any HTML element and can receive many of our token values as props. We use Box to build most of our other components.", @@ -45,10 +45,10 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.4.0", + "@twilio-paste/design-tokens": "^10.11.1", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", - "@twilio-paste/theme": "^11.0.0", + "@twilio-paste/theme": "^11.1.1", "@twilio-paste/types": "^6.0.0", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", diff --git a/packages/paste-design-tokens/CHANGELOG.md b/packages/paste-design-tokens/CHANGELOG.md index 65d749ffd8..2a0e7c3223 100644 --- a/packages/paste-design-tokens/CHANGELOG.md +++ b/packages/paste-design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.11.1 + +### Patch Changes + +- [`5df8f1a13`](https://github.com/twilio-labs/paste/commit/5df8f1a132884efa2169614a10e8244866f39772) [#4175](https://github.com/twilio-labs/paste/pull/4175) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tokens,Theme] fixed an issue when converting percentages to pixel values as alternatives text descriptions + ## 10.11.0 ### Minor Changes diff --git a/packages/paste-design-tokens/package.json b/packages/paste-design-tokens/package.json index 0fbf4111e2..f31a6debc8 100644 --- a/packages/paste-design-tokens/package.json +++ b/packages/paste-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/design-tokens", - "version": "10.11.0", + "version": "10.11.1", "description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.", "main": "dist/tokens.common.js", "module": "dist/tokens.es6.js", diff --git a/packages/paste-icons/CHANGELOG.md b/packages/paste-icons/CHANGELOG.md index 96a9d302b2..e101f4a93a 100644 --- a/packages/paste-icons/CHANGELOG.md +++ b/packages/paste-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.8.0 + +### Minor Changes + +- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Icon]: Add Blockquote icon. + ## 12.7.0 ### Minor Changes diff --git a/packages/paste-icons/package.json b/packages/paste-icons/package.json index b3fe729059..7da301a837 100644 --- a/packages/paste-icons/package.json +++ b/packages/paste-icons/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/icons", - "version": "12.7.0", + "version": "12.8.0", "description": "Twilio's icon library, ready for use and with accessibility considerations", "author": "Twilio Inc.", "license": "MIT", @@ -41,13 +41,13 @@ }, "devDependencies": { "@twilio-paste/animation-library": "^2.0.0", - "@twilio-paste/box": "^10.3.0", + "@twilio-paste/box": "^10.4.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.2.0", - "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/design-tokens": "^10.11.1", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", - "@twilio-paste/theme": "^11.1.0", + "@twilio-paste/theme": "^11.1.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", "@types/react": "^18.0.27", diff --git a/packages/paste-libraries/lexical/CHANGELOG.md b/packages/paste-libraries/lexical/CHANGELOG.md index d513e948d1..862c5fdc74 100644 --- a/packages/paste-libraries/lexical/CHANGELOG.md +++ b/packages/paste-libraries/lexical/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.3.0 + +### Minor Changes + +- [`932a03f23`](https://github.com/twilio-labs/paste/commit/932a03f2313f6a743729bd19e8222eeb704f7721) [#4173](https://github.com/twilio-labs/paste/pull/4173) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Lexical Library] exported additional helper functions and commands to allow advanced editor node manipulation programatically + ## 4.2.0 ### Minor Changes diff --git a/packages/paste-libraries/lexical/package.json b/packages/paste-libraries/lexical/package.json index 3ecb473c8f..d900a0bd9b 100644 --- a/packages/paste-libraries/lexical/package.json +++ b/packages/paste-libraries/lexical/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/lexical-library", - "version": "4.2.0", + "version": "4.3.0", "category": "library", "status": "production", "description": "The Lexical third party library.", diff --git a/packages/paste-theme/CHANGELOG.md b/packages/paste-theme/CHANGELOG.md index ca60af6bbb..ffd50e0444 100644 --- a/packages/paste-theme/CHANGELOG.md +++ b/packages/paste-theme/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 11.1.1 + +### Patch Changes + +- [`5df8f1a13`](https://github.com/twilio-labs/paste/commit/5df8f1a132884efa2169614a10e8244866f39772) [#4175](https://github.com/twilio-labs/paste/pull/4175) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tokens,Theme] fixed an issue when converting percentages to pixel values as alternatives text descriptions + ## 11.1.0 ### Minor Changes diff --git a/packages/paste-theme/package.json b/packages/paste-theme/package.json index 299cfca8e2..58408a144b 100644 --- a/packages/paste-theme/package.json +++ b/packages/paste-theme/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/theme", - "version": "11.1.0", + "version": "11.1.1", "description": "Paste Design System Theme Package which provides support for APIs to theme UIs and components.", "author": "Twilio Inc.", "license": "MIT", @@ -35,7 +35,7 @@ "devDependencies": { "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/design-tokens": "^10.4.1", + "@twilio-paste/design-tokens": "^10.11.1", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/types": "^6.0.0", "@types/react": "^18.0.27", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index de8fbcb0ea..a63238ed34 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,18 @@ # @twilio-paste/website +## 2.23.50 + +### Patch Changes + +- Updated dependencies [[`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3), [`168a8dfdf`](https://github.com/twilio-labs/paste/commit/168a8dfdf8bda1d5e7f9c66d2d50c3e649095024), [`5df8f1a13`](https://github.com/twilio-labs/paste/commit/5df8f1a132884efa2169614a10e8244866f39772), [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3), [`077d397e4`](https://github.com/twilio-labs/paste/commit/077d397e4c9e2991466b78ee7ed0270a331c18e7), [`932a03f23`](https://github.com/twilio-labs/paste/commit/932a03f2313f6a743729bd19e8222eeb704f7721), [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3)]: + - @twilio-paste/icons@12.8.0 + - @twilio-paste/code-block@5.0.1 + - @twilio-paste/design-tokens@10.11.1 + - @twilio-paste/theme@11.1.1 + - @twilio-paste/box@10.4.0 + - @twilio-paste/blockquote@1.0.0 + - @twilio-paste/lexical-library@4.3.0 + ## 2.23.49 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index c55af36082..bfa168268b 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.49", + "version": "2.23.50", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -43,8 +43,8 @@ "@twilio-paste/avatar": "^9.1.0", "@twilio-paste/badge": "^8.3.1", "@twilio-paste/base-radio-checkbox": "^13.1.0", - "@twilio-paste/blockquote": "^0.0.0", - "@twilio-paste/box": "^10.3.0", + "@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-group": "^4.2.0", @@ -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": "^5.0.0", + "@twilio-paste/code-block": "^5.0.1", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/combobox": "^16.3.0", "@twilio-paste/combobox-primitive": "^2.1.1", @@ -64,7 +64,7 @@ "@twilio-paste/data-visualization-library": "^5.1.0", "@twilio-paste/date-picker": "^6.1.0", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.11.0", + "@twilio-paste/design-tokens": "^10.11.1", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -80,7 +80,7 @@ "@twilio-paste/grid": "^8.1.1", "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", - "@twilio-paste/icons": "12.7.0", + "@twilio-paste/icons": "12.8.0", "@twilio-paste/in-page-navigation": "^4.3.1", "@twilio-paste/inline-code": "^4.1.1", "@twilio-paste/inline-control-group": "^13.0.2", @@ -88,7 +88,7 @@ "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/label": "^13.1.1", - "@twilio-paste/lexical-library": "^4.2.0", + "@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", @@ -131,7 +131,7 @@ "@twilio-paste/tabs-primitive": "^2.0.1", "@twilio-paste/text": "^10.1.1", "@twilio-paste/textarea": "^10.1.1", - "@twilio-paste/theme": "^11.1.0", + "@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", diff --git a/yarn.lock b/yarn.lock index 5a60c1c0b0..ce6dc7eee9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11627,25 +11627,25 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/blockquote@^0.0.0, @twilio-paste/blockquote@workspace:packages/paste-core/components/blockquote": +"@twilio-paste/blockquote@^1.0.0, @twilio-paste/blockquote@workspace:packages/paste-core/components/blockquote": version: 0.0.0-use.local resolution: "@twilio-paste/blockquote@workspace:packages/paste-core/components/blockquote" dependencies: "@twilio-paste/anchor": ^12.0.0 "@twilio-paste/animation-library": ^2.0.0 - "@twilio-paste/box": ^10.1.0 + "@twilio-paste/box": ^10.4.0 "@twilio-paste/button": ^14.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/design-tokens": ^10.9.0 - "@twilio-paste/icons": ^12.2.0 + "@twilio-paste/design-tokens": ^10.11.1 + "@twilio-paste/icons": ^12.8.0 "@twilio-paste/screen-reader-only": ^13.1.0 "@twilio-paste/spinner": ^14.0.0 "@twilio-paste/stack": ^8.0.0 "@twilio-paste/style-props": ^9.1.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/text": ^10.1.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.1.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@types/react": ^18.0.27 @@ -11679,17 +11679,17 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/box@^10.0.0, @twilio-paste/box@^10.1.0, @twilio-paste/box@^10.2.0, @twilio-paste/box@^10.3.0, @twilio-paste/box@workspace:packages/paste-core/primitives/box": +"@twilio-paste/box@^10.0.0, @twilio-paste/box@^10.1.0, @twilio-paste/box@^10.2.0, @twilio-paste/box@^10.3.0, @twilio-paste/box@^10.4.0, @twilio-paste/box@workspace:packages/paste-core/primitives/box": version: 0.0.0-use.local resolution: "@twilio-paste/box@workspace:packages/paste-core/primitives/box" dependencies: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.4.0 + "@twilio-paste/design-tokens": ^10.11.1 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.1.1 "@twilio-paste/types": ^6.0.0 "@types/react": ^18.0.27 "@types/react-dom": ^18.0.10 @@ -12104,21 +12104,21 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/code-block@^5.0.0, @twilio-paste/code-block@workspace:packages/paste-core/components/code-block": +"@twilio-paste/code-block@^5.0.1, @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: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": 2.0.0 - "@twilio-paste/box": ^10.1.0 + "@twilio-paste/box": ^10.4.0 "@twilio-paste/button": ^14.1.0 "@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.11.0 + "@twilio-paste/design-tokens": ^10.11.1 "@twilio-paste/flex": ^8.1.0 "@twilio-paste/heading": ^11.1.0 - "@twilio-paste/icons": ^12.2.0 + "@twilio-paste/icons": ^12.8.0 "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/reakit-library": ^2.1.1 "@twilio-paste/screen-reader-only": ^13.1.0 @@ -12130,7 +12130,7 @@ __metadata: "@twilio-paste/tabs": ^8.3.2 "@twilio-paste/tabs-primitive": ^2.0.0 "@twilio-paste/text": ^10.1.0 - "@twilio-paste/theme": ^11.0.0 + "@twilio-paste/theme": ^11.1.1 "@twilio-paste/tooltip": ^12.0.0 "@twilio-paste/tooltip-primitive": ^2.0.0 "@twilio-paste/types": ^6.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.19.0 + "@twilio-paste/core": ^20.20.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.19.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.20.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: @@ -12332,8 +12332,8 @@ __metadata: "@twilio-paste/avatar": ^9.1.0 "@twilio-paste/badge": ^8.4.0 "@twilio-paste/base-radio-checkbox": ^13.1.0 - "@twilio-paste/blockquote": ^0.0.0 - "@twilio-paste/box": ^10.3.0 + "@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-group": ^4.2.0 @@ -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": ^5.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 @@ -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.11.0 + "@twilio-paste/design-tokens": ^10.11.1 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -12371,7 +12371,7 @@ __metadata: "@twilio-paste/grid": ^8.1.2 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": ^12.7.0 + "@twilio-paste/icons": ^12.8.0 "@twilio-paste/in-page-navigation": ^4.3.4 "@twilio-paste/inline-code": ^4.1.2 "@twilio-paste/inline-control-group": ^13.0.2 @@ -12379,7 +12379,7 @@ __metadata: "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/label": ^13.1.1 - "@twilio-paste/lexical-library": ^4.2.0 + "@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 @@ -12424,7 +12424,7 @@ __metadata: "@twilio-paste/tabs-primitive": ^2.0.1 "@twilio-paste/text": ^10.1.1 "@twilio-paste/textarea": ^10.2.0 - "@twilio-paste/theme": ^11.1.0 + "@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 @@ -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.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": +"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.10.0, @twilio-paste/design-tokens@^10.11.0, @twilio-paste/design-tokens@^10.11.1, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@^10.8.0, @twilio-paste/design-tokens@^10.9.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens": version: 0.0.0-use.local resolution: "@twilio-paste/design-tokens@workspace:packages/paste-design-tokens" dependencies: @@ -13363,18 +13363,18 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/icons@12.7.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.2, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@^12.5.0, @twilio-paste/icons@^12.6.0, @twilio-paste/icons@^12.7.0, @twilio-paste/icons@workspace:packages/paste-icons": +"@twilio-paste/icons@12.8.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.2, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@^12.5.0, @twilio-paste/icons@^12.6.0, @twilio-paste/icons@^12.7.0, @twilio-paste/icons@^12.8.0, @twilio-paste/icons@workspace:packages/paste-icons": version: 0.0.0-use.local resolution: "@twilio-paste/icons@workspace:packages/paste-icons" dependencies: "@twilio-paste/animation-library": ^2.0.0 - "@twilio-paste/box": ^10.3.0 + "@twilio-paste/box": ^10.4.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.2.0 - "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/design-tokens": ^10.11.1 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 - "@twilio-paste/theme": ^11.1.0 + "@twilio-paste/theme": ^11.1.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 "@types/react": ^18.0.27 @@ -13699,7 +13699,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/lexical-library@^4.2.0, @twilio-paste/lexical-library@workspace:packages/paste-libraries/lexical": +"@twilio-paste/lexical-library@^4.2.0, @twilio-paste/lexical-library@^4.3.0, @twilio-paste/lexical-library@workspace:packages/paste-libraries/lexical": version: 0.0.0-use.local resolution: "@twilio-paste/lexical-library@workspace:packages/paste-libraries/lexical" dependencies: @@ -15533,13 +15533,13 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/theme@^11.0.0, @twilio-paste/theme@^11.0.1, @twilio-paste/theme@^11.1.0, @twilio-paste/theme@workspace:packages/paste-theme": +"@twilio-paste/theme@^11.0.0, @twilio-paste/theme@^11.0.1, @twilio-paste/theme@^11.1.0, @twilio-paste/theme@^11.1.1, @twilio-paste/theme@workspace:packages/paste-theme": version: 0.0.0-use.local resolution: "@twilio-paste/theme@workspace:packages/paste-theme" dependencies: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/design-tokens": ^10.4.1 + "@twilio-paste/design-tokens": ^10.11.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/types": ^6.0.0 "@types/react": ^18.0.27 @@ -16128,8 +16128,8 @@ __metadata: "@twilio-paste/avatar": ^9.1.0 "@twilio-paste/badge": ^8.3.1 "@twilio-paste/base-radio-checkbox": ^13.1.0 - "@twilio-paste/blockquote": ^0.0.0 - "@twilio-paste/box": ^10.3.0 + "@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-group": ^4.2.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": ^5.0.0 + "@twilio-paste/code-block": ^5.0.1 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/combobox": ^16.3.0 "@twilio-paste/combobox-primitive": ^2.1.1 @@ -16149,7 +16149,7 @@ __metadata: "@twilio-paste/data-visualization-library": ^5.1.0 "@twilio-paste/date-picker": ^6.1.0 "@twilio-paste/description-list": ^4.2.0 - "@twilio-paste/design-tokens": ^10.11.0 + "@twilio-paste/design-tokens": ^10.11.1 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -16165,7 +16165,7 @@ __metadata: "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 - "@twilio-paste/icons": 12.7.0 + "@twilio-paste/icons": 12.8.0 "@twilio-paste/in-page-navigation": ^4.3.1 "@twilio-paste/inline-code": ^4.1.1 "@twilio-paste/inline-control-group": ^13.0.2 @@ -16173,7 +16173,7 @@ __metadata: "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/label": ^13.1.1 - "@twilio-paste/lexical-library": ^4.2.0 + "@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 @@ -16216,7 +16216,7 @@ __metadata: "@twilio-paste/tabs-primitive": ^2.0.1 "@twilio-paste/text": ^10.1.1 "@twilio-paste/textarea": ^10.1.1 - "@twilio-paste/theme": ^11.1.0 + "@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