diff --git a/.changeset/cold-eagles-search.md b/.changeset/cold-eagles-search.md deleted file mode 100644 index 7decd0fc5b..0000000000 --- a/.changeset/cold-eagles-search.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/tabs": patch -"@twilio-paste/core": patch ---- - -[Tabs] fix issue with currently selected item causing vertical scroll diff --git a/.changeset/hot-owls-dream.md b/.changeset/hot-owls-dream.md deleted file mode 100644 index f2502d4cc6..0000000000 --- a/.changeset/hot-owls-dream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/in-page-navigation": patch -"@twilio-paste/core": patch ---- - -[InPageNavigation] fix issue with currently selected item causing vertical scroll diff --git a/.changeset/shy-readers-scream.md b/.changeset/shy-readers-scream.md deleted file mode 100644 index 49841a0362..0000000000 --- a/.changeset/shy-readers-scream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/design-tokens": minor -"@twilio-paste/core": minor ---- - -[Design Tokens] add new spacing tokens up to space-310 diff --git a/.changeset/smooth-ads-admire.md b/.changeset/smooth-ads-admire.md deleted file mode 100644 index 56d39a9aac..0000000000 --- a/.changeset/smooth-ads-admire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/side-modal": minor -"@twilio-paste/core": minor ---- - -[Side Modal]: Align `SideModalFooterActions` to left. This change is to make `Side Modal` more aligned with `Side Panel` component. If you want to keep the actions on the right, you can use the `justifyContent` prop to align them to the right. If you are keeping them on the left, it's recommended to move the primary action to the left and the secondary action to the right. diff --git a/packages/paste-core/components/in-page-navigation/CHANGELOG.md b/packages/paste-core/components/in-page-navigation/CHANGELOG.md index bb790c40fb..849743cbb8 100644 --- a/packages/paste-core/components/in-page-navigation/CHANGELOG.md +++ b/packages/paste-core/components/in-page-navigation/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/in-page-navigation +## 4.3.3 + +### Patch Changes + +- [`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f) [#4143](https://github.com/twilio-labs/paste/pull/4143) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [InPageNavigation] fix issue with currently selected item causing vertical scroll + ## 4.3.2 ### Patch Changes diff --git a/packages/paste-core/components/in-page-navigation/package.json b/packages/paste-core/components/in-page-navigation/package.json index 00907c2b1e..abc3b38cec 100644 --- a/packages/paste-core/components/in-page-navigation/package.json +++ b/packages/paste-core/components/in-page-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/in-page-navigation", - "version": "4.3.2", + "version": "4.3.3", "category": "navigation", "status": "production", "description": "In Page Navigation is a set of links that lets users navigate between related pages.", @@ -48,7 +48,7 @@ "@twilio-paste/box": "^10.3.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.9.0", + "@twilio-paste/design-tokens": "^10.10.0", "@twilio-paste/icons": "^12.2.2", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", diff --git a/packages/paste-core/components/side-modal/CHANGELOG.md b/packages/paste-core/components/side-modal/CHANGELOG.md index 36e81da553..992e4234ca 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.0 + +### Minor Changes + +- [`7c93dafd5`](https://github.com/twilio-labs/paste/commit/7c93dafd52ac78b1325b1c76f3ed0476bc98170e) [#4140](https://github.com/twilio-labs/paste/pull/4140) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Side Modal]: Align `SideModalFooterActions` to left. This change is to make `Side Modal` more aligned with `Side Panel` component. If you want to keep the actions on the right, you can use the `justifyContent` prop to align them to the right. If you are keeping them on the left, it's recommended to move the primary action to the left and the secondary action to the right. + ## 4.1.3 ### Patch Changes diff --git a/packages/paste-core/components/side-modal/package.json b/packages/paste-core/components/side-modal/package.json index ccd97c5990..a826e6fd98 100644 --- a/packages/paste-core/components/side-modal/package.json +++ b/packages/paste-core/components/side-modal/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/side-modal", - "version": "4.1.3", + "version": "4.2.0", "category": "overlays", "status": "production", "description": "A modal that stays on the side of the screen.", @@ -57,7 +57,7 @@ "@twilio-paste/button": "^14.1.1", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.7.0", + "@twilio-paste/design-tokens": "^10.10.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/tabs/CHANGELOG.md b/packages/paste-core/components/tabs/CHANGELOG.md index 70951b2e74..224b8dd93d 100644 --- a/packages/paste-core/components/tabs/CHANGELOG.md +++ b/packages/paste-core/components/tabs/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.3.1 + +### Patch Changes + +- [`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f) [#4143](https://github.com/twilio-labs/paste/pull/4143) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs] fix issue with currently selected item causing vertical scroll + ## 8.3.0 ### Minor Changes diff --git a/packages/paste-core/components/tabs/package.json b/packages/paste-core/components/tabs/package.json index 51e950f9bd..65d4ab73d7 100644 --- a/packages/paste-core/components/tabs/package.json +++ b/packages/paste-core/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/tabs", - "version": "8.3.0", + "version": "8.3.1", "category": "interaction", "status": "production", "description": "Tabs are labeled controls that allow users to switch between multiple views within a page.", @@ -49,7 +49,7 @@ "@twilio-paste/box": "^10.3.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.9.0", + "@twilio-paste/design-tokens": "^10.10.0", "@twilio-paste/flex": "^8.1.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/reakit-library": "^2.1.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 38b40ba4b4..06aa20d1fa 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 20.18.0 + +### Minor Changes + +- [`aa192283b`](https://github.com/twilio-labs/paste/commit/aa192283b3bbee127d7a31e43d1f64f3c2a58f96) [#4139](https://github.com/twilio-labs/paste/pull/4139) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design Tokens] add new spacing tokens up to space-310 + +* [`7c93dafd5`](https://github.com/twilio-labs/paste/commit/7c93dafd52ac78b1325b1c76f3ed0476bc98170e) [#4140](https://github.com/twilio-labs/paste/pull/4140) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Side Modal]: Align `SideModalFooterActions` to left. This change is to make `Side Modal` more aligned with `Side Panel` component. If you want to keep the actions on the right, you can use the `justifyContent` prop to align them to the right. If you are keeping them on the left, it's recommended to move the primary action to the left and the secondary action to the right. + +### Patch Changes + +- [`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f) [#4143](https://github.com/twilio-labs/paste/pull/4143) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs] fix issue with currently selected item causing vertical scroll + +* [`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f) [#4143](https://github.com/twilio-labs/paste/pull/4143) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [InPageNavigation] fix issue with currently selected item causing vertical scroll + +* Updated dependencies [[`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f), [`e9586bdf8`](https://github.com/twilio-labs/paste/commit/e9586bdf82321ec1815a6df3752f50a20677fe4f), [`aa192283b`](https://github.com/twilio-labs/paste/commit/aa192283b3bbee127d7a31e43d1f64f3c2a58f96), [`7c93dafd5`](https://github.com/twilio-labs/paste/commit/7c93dafd52ac78b1325b1c76f3ed0476bc98170e)]: + - @twilio-paste/tabs@8.3.1 + - @twilio-paste/in-page-navigation@4.3.3 + - @twilio-paste/design-tokens@10.10.0 + - @twilio-paste/side-modal@4.2.0 + ## 20.17.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 4ee5fe7632..04d0007182 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.17.0", + "version": "20.18.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -102,7 +102,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.9.0", + "@twilio-paste/design-tokens": "^10.10.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -118,7 +118,7 @@ "@twilio-paste/grid": "^8.1.2", "@twilio-paste/heading": "^11.1.2", "@twilio-paste/help-text": "^13.1.0", - "@twilio-paste/in-page-navigation": "^4.3.2", + "@twilio-paste/in-page-navigation": "^4.3.3", "@twilio-paste/inline-code": "^4.1.2", "@twilio-paste/inline-control-group": "^13.0.2", "@twilio-paste/input": "^9.1.3", @@ -151,7 +151,7 @@ "@twilio-paste/select": "^12.1.2", "@twilio-paste/separator": "^8.1.1", "@twilio-paste/sibling-box": "^9.1.1", - "@twilio-paste/side-modal": "^4.1.3", + "@twilio-paste/side-modal": "^4.2.0", "@twilio-paste/side-panel": "^1.1.0", "@twilio-paste/sidebar": "^1.1.2", "@twilio-paste/skeleton-loader": "^6.1.1", @@ -165,7 +165,7 @@ "@twilio-paste/switch": "^5.1.1", "@twilio-paste/syntax-highlighter-library": "^3.0.0", "@twilio-paste/table": "^8.2.1", - "@twilio-paste/tabs": "^8.3.0", + "@twilio-paste/tabs": "^8.3.1", "@twilio-paste/tabs-primitive": "^2.0.1", "@twilio-paste/text": "^10.1.1", "@twilio-paste/textarea": "^10.2.0", diff --git a/packages/paste-design-tokens/CHANGELOG.md b/packages/paste-design-tokens/CHANGELOG.md index 71ac553a87..fe1a5eb7a4 100644 --- a/packages/paste-design-tokens/CHANGELOG.md +++ b/packages/paste-design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.10.0 + +### Minor Changes + +- [`aa192283b`](https://github.com/twilio-labs/paste/commit/aa192283b3bbee127d7a31e43d1f64f3c2a58f96) [#4139](https://github.com/twilio-labs/paste/pull/4139) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design Tokens] add new spacing tokens up to space-310 + ## 10.9.0 ### Minor Changes diff --git a/packages/paste-design-tokens/package.json b/packages/paste-design-tokens/package.json index 4f839a4a15..2291ffc879 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.9.0", + "version": "10.10.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 9350799724..ee72b418f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12299,7 +12299,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.9.0 + "@twilio-paste/design-tokens": ^10.10.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -12316,7 +12316,7 @@ __metadata: "@twilio-paste/heading": ^11.1.2 "@twilio-paste/help-text": ^13.1.0 "@twilio-paste/icons": ^12.7.0 - "@twilio-paste/in-page-navigation": ^4.3.2 + "@twilio-paste/in-page-navigation": ^4.3.3 "@twilio-paste/inline-code": ^4.1.2 "@twilio-paste/inline-control-group": ^13.0.2 "@twilio-paste/input": ^9.1.3 @@ -12349,7 +12349,7 @@ __metadata: "@twilio-paste/select": ^12.1.2 "@twilio-paste/separator": ^8.1.1 "@twilio-paste/sibling-box": ^9.1.1 - "@twilio-paste/side-modal": ^4.1.3 + "@twilio-paste/side-modal": ^4.2.0 "@twilio-paste/side-panel": ^1.1.0 "@twilio-paste/sidebar": ^1.1.2 "@twilio-paste/skeleton-loader": ^6.1.1 @@ -12363,7 +12363,7 @@ __metadata: "@twilio-paste/switch": ^5.1.1 "@twilio-paste/syntax-highlighter-library": ^3.0.0 "@twilio-paste/table": ^8.2.1 - "@twilio-paste/tabs": ^8.3.0 + "@twilio-paste/tabs": ^8.3.1 "@twilio-paste/tabs-primitive": ^2.0.1 "@twilio-paste/text": ^10.1.1 "@twilio-paste/textarea": ^10.2.0 @@ -12645,7 +12645,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.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.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: @@ -13308,7 +13308,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/in-page-navigation@^4.3.1, @twilio-paste/in-page-navigation@^4.3.2, @twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation": +"@twilio-paste/in-page-navigation@^4.3.1, @twilio-paste/in-page-navigation@^4.3.3, @twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation": version: 0.0.0-use.local resolution: "@twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation" dependencies: @@ -13317,7 +13317,7 @@ __metadata: "@twilio-paste/box": ^10.3.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.9.0 + "@twilio-paste/design-tokens": ^10.10.0 "@twilio-paste/icons": ^12.2.2 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 @@ -14643,7 +14643,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/side-modal@^4.1.3, @twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal": +"@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": version: 0.0.0-use.local resolution: "@twilio-paste/side-modal@workspace:packages/paste-core/components/side-modal" dependencies: @@ -14653,7 +14653,7 @@ __metadata: "@twilio-paste/button": ^14.1.1 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.7.0 + "@twilio-paste/design-tokens": ^10.10.0 "@twilio-paste/heading": ^11.1.1 "@twilio-paste/icons": ^12.7.0 "@twilio-paste/non-modal-dialog-primitive": ^2.0.2 @@ -15268,7 +15268,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/tabs@^8.2.1, @twilio-paste/tabs@^8.3.0, @twilio-paste/tabs@workspace:packages/paste-core/components/tabs": +"@twilio-paste/tabs@^8.2.1, @twilio-paste/tabs@^8.3.0, @twilio-paste/tabs@^8.3.1, @twilio-paste/tabs@workspace:packages/paste-core/components/tabs": version: 0.0.0-use.local resolution: "@twilio-paste/tabs@workspace:packages/paste-core/components/tabs" dependencies: @@ -15276,7 +15276,7 @@ __metadata: "@twilio-paste/box": ^10.3.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.9.0 + "@twilio-paste/design-tokens": ^10.10.0 "@twilio-paste/flex": ^8.1.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/reakit-library": ^2.1.0