From 5ab4457bba50a3d2622e0ee7235571acc7e367b9 Mon Sep 17 00:00:00 2001 From: TwilioPasteBot <62629820+TwilioPasteBot@users.noreply.github.com> Date: Thu, 26 Aug 2021 07:21:15 -0700 Subject: [PATCH] chore(release): version packages (#1804) Co-authored-by: github-actions[bot] --- .changeset/brave-clouds-press.md | 6 --- .changeset/chilly-eggs-provide.md | 6 --- .changeset/cyan-maps-taste.md | 6 --- .changeset/early-countries-sleep.md | 6 --- .changeset/five-cameras-hope.md | 6 --- .changeset/happy-moons-unite.md | 6 --- .changeset/many-years-deliver.md | 6 --- .changeset/orange-brooms-applaud.md | 6 --- .changeset/quick-papayas-obey.md | 15 ------ .changeset/tricky-apes-lie.md | 6 --- .changeset/wild-files-attack.md | 6 --- .changeset/wild-needles-grab.md | 6 --- .../paste-core/components/badge/CHANGELOG.md | 9 +++- .../paste-core/components/badge/package.json | 6 +-- .../paste-core/components/button/CHANGELOG.md | 6 +++ .../paste-core/components/button/package.json | 4 +- .../components/combobox/CHANGELOG.md | 9 ++++ .../components/combobox/package.json | 14 ++--- .../display-pill-group/CHANGELOG.md | 8 +++ .../display-pill-group/package.json | 4 +- .../components/form-pill-group/CHANGELOG.md | 8 +++ .../components/form-pill-group/package.json | 4 +- .../components/input-box/CHANGELOG.md | 6 +++ .../components/input-box/package.json | 4 +- .../paste-core/components/input/CHANGELOG.md | 6 +++ .../paste-core/components/input/package.json | 6 +-- .../paste-core/components/select/CHANGELOG.md | 6 +++ .../paste-core/components/select/package.json | 6 +-- .../components/textarea/CHANGELOG.md | 6 +++ .../components/textarea/package.json | 6 +-- packages/paste-core/core-bundle/CHANGELOG.md | 53 +++++++++++++++++++ packages/paste-core/core-bundle/package.json | 26 ++++----- .../paste-core/primitives/box/CHANGELOG.md | 15 ++++++ .../paste-core/primitives/box/package.json | 2 +- .../primitives/combobox/CHANGELOG.md | 6 +++ .../primitives/combobox/package.json | 2 +- .../clipboard-copy/CHANGELOG.md | 8 +++ .../clipboard-copy/package.json | 3 +- packages/paste-website/CHANGELOG.md | 15 ++++++ packages/paste-website/package.json | 20 +++---- 40 files changed, 212 insertions(+), 137 deletions(-) delete mode 100644 .changeset/brave-clouds-press.md delete mode 100644 .changeset/chilly-eggs-provide.md delete mode 100644 .changeset/cyan-maps-taste.md delete mode 100644 .changeset/early-countries-sleep.md delete mode 100644 .changeset/five-cameras-hope.md delete mode 100644 .changeset/happy-moons-unite.md delete mode 100644 .changeset/many-years-deliver.md delete mode 100644 .changeset/orange-brooms-applaud.md delete mode 100644 .changeset/quick-papayas-obey.md delete mode 100644 .changeset/tricky-apes-lie.md delete mode 100644 .changeset/wild-files-attack.md delete mode 100644 .changeset/wild-needles-grab.md create mode 100644 packages/paste-core/components/display-pill-group/CHANGELOG.md create mode 100644 packages/paste-core/components/form-pill-group/CHANGELOG.md create mode 100644 packages/paste-libraries/clipboard-copy/CHANGELOG.md diff --git a/.changeset/brave-clouds-press.md b/.changeset/brave-clouds-press.md deleted file mode 100644 index 0d836091cb..0000000000 --- a/.changeset/brave-clouds-press.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/display-pill-group': major -'@twilio-paste/core': minor ---- - -[DisplayPillGroup]: Adding this new Paste component package for Display Pill Group. diff --git a/.changeset/chilly-eggs-provide.md b/.changeset/chilly-eggs-provide.md deleted file mode 100644 index 25fff96ab2..0000000000 --- a/.changeset/chilly-eggs-provide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/button': patch -'@twilio-paste/core': patch ---- - -[Button] All link variants should have left aligned text. diff --git a/.changeset/cyan-maps-taste.md b/.changeset/cyan-maps-taste.md deleted file mode 100644 index 49db67d3c9..0000000000 --- a/.changeset/cyan-maps-taste.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/badge': patch -'@twilio-paste/core': patch ---- - -[Badge]: Update badge container div max width value to be "fit-content" diff --git a/.changeset/early-countries-sleep.md b/.changeset/early-countries-sleep.md deleted file mode 100644 index ccd39168c3..0000000000 --- a/.changeset/early-countries-sleep.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/clipboard-copy-library': major -'@twilio-paste/core': minor ---- - -adds the clipboard-copy library; this will provide baseline functionality for developers to intuitively interact with the Clipboard API. diff --git a/.changeset/five-cameras-hope.md b/.changeset/five-cameras-hope.md deleted file mode 100644 index 471fa01969..0000000000 --- a/.changeset/five-cameras-hope.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/combobox': patch -'@twilio-paste/core': patch ---- - -[Combobox] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox`. This does not include any default naming, tests, or stories. It only fixes the Typescript error. diff --git a/.changeset/happy-moons-unite.md b/.changeset/happy-moons-unite.md deleted file mode 100644 index e1bb5e5e20..0000000000 --- a/.changeset/happy-moons-unite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/combobox-primitive': minor -'@twilio-paste/core': minor ---- - -[Combobox Primitive] expose useMultiSelectPrimitive diff --git a/.changeset/many-years-deliver.md b/.changeset/many-years-deliver.md deleted file mode 100644 index 17430eebe5..0000000000 --- a/.changeset/many-years-deliver.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/textarea': patch -'@twilio-paste/core': patch ---- - -[TextArea] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox`. This does not include any default naming, tests, or stories. It only fixes the Typescript error. diff --git a/.changeset/orange-brooms-applaud.md b/.changeset/orange-brooms-applaud.md deleted file mode 100644 index 97fd264dcf..0000000000 --- a/.changeset/orange-brooms-applaud.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/form-pill-group': major -'@twilio-paste/core': minor ---- - -[Form Pill Group] Adding the FormPillGroup component package. This component renders is a collection of Pills that can be selected or removed from within a data entry form. diff --git a/.changeset/quick-papayas-obey.md b/.changeset/quick-papayas-obey.md deleted file mode 100644 index 6774e3250c..0000000000 --- a/.changeset/quick-papayas-obey.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'@twilio-paste/box': patch -'@twilio-paste/core': patch ---- - -[Box] Added the following style props to support input: - -- PsuedoProps: - - - \_\_webkit_datetime_edit - - \_\_webkit_calendar_picker_indicator_hover - -- StyleProps: - - -webkit-text-fill-color - - -webkit-opacity diff --git a/.changeset/tricky-apes-lie.md b/.changeset/tricky-apes-lie.md deleted file mode 100644 index 05f97f5a8c..0000000000 --- a/.changeset/tricky-apes-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/select': patch -'@twilio-paste/core': patch ---- - -[Select] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox` and `InputChevronWrapper`. This does not include any default naming, tests, or stories. It only fixes the Typescript error. diff --git a/.changeset/wild-files-attack.md b/.changeset/wild-files-attack.md deleted file mode 100644 index 232a8d0662..0000000000 --- a/.changeset/wild-files-attack.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/input': minor -'@twilio-paste/core': minor ---- - -[Input] Enable Input to respect element customizations set on the customization provider. Input now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author. diff --git a/.changeset/wild-needles-grab.md b/.changeset/wild-needles-grab.md deleted file mode 100644 index 310c328deb..0000000000 --- a/.changeset/wild-needles-grab.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@twilio-paste/input-box': minor -'@twilio-paste/core': minor ---- - -[Input-box] Enable InputBox, Prefix and Suffix to respect element customizations set on the customization provider. InputBox, Prefix and Suffix now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author. diff --git a/packages/paste-core/components/badge/CHANGELOG.md b/packages/paste-core/components/badge/CHANGELOG.md index 166e72189d..43bee6519b 100644 --- a/packages/paste-core/components/badge/CHANGELOG.md +++ b/packages/paste-core/components/badge/CHANGELOG.md @@ -1,8 +1,13 @@ # @twilio-paste/badge -## 1.0.0 -### Major Changes +## 1.0.1 + +### Patch Changes +- [`e3398bd5`](https://github.com/twilio-labs/paste/commit/e3398bd5aaa84aaabe934bcad061cda705cdbe0a) [#1783](https://github.com/twilio-labs/paste/pull/1783) Thanks [@andipants12](https://github.com/andipants12)! - [Badge]: Update badge container div max width value to be "fit-content" +## 1.0.0 + +### Major Changes - [`14c6fd2e`](https://github.com/twilio-labs/paste/commit/14c6fd2e73e33b86fc49b4e6979afa007833ff89) [#1743](https://github.com/twilio-labs/paste/pull/1743) Thanks [@andipants12](https://github.com/andipants12)! - [Badge] Release Stage 1 of Badge component. A badge is a small chunk of information that describes an object in a visually highlighted way. diff --git a/packages/paste-core/components/badge/package.json b/packages/paste-core/components/badge/package.json index 0f80ebc757..3a7e51531f 100644 --- a/packages/paste-core/components/badge/package.json +++ b/packages/paste-core/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/badge", - "version": "1.0.0", + "version": "1.0.1", "category": "data display", "status": "production", "description": "A badge is a visually highlighted text label that describes an attribute of an object.", @@ -45,8 +45,8 @@ "devDependencies": { "@twilio-paste/anchor": "^5.0.3", "@twilio-paste/animation-library": "^0.3.2", - "@twilio-paste/box": "^4.2.0", - "@twilio-paste/button": "^7.0.5", + "@twilio-paste/box": "^4.2.2", + "@twilio-paste/button": "^7.0.7", "@twilio-paste/design-tokens": "^6.10.0", "@twilio-paste/icons": "^5.3.2", "@twilio-paste/spinner": "^7.0.2", diff --git a/packages/paste-core/components/button/CHANGELOG.md b/packages/paste-core/components/button/CHANGELOG.md index 0e14a0454e..d79521c4a8 100644 --- a/packages/paste-core/components/button/CHANGELOG.md +++ b/packages/paste-core/components/button/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.0.7 + +### Patch Changes + +- [`af3b1e55`](https://github.com/twilio-labs/paste/commit/af3b1e558fc438352b47098d7d085d7eeffbfa51) [#1801](https://github.com/twilio-labs/paste/pull/1801) Thanks [@andipants12](https://github.com/andipants12)! - [Button] All link variants should have left aligned text. + ## 7.0.6 ### Patch Changes diff --git a/packages/paste-core/components/button/package.json b/packages/paste-core/components/button/package.json index 94547cfa9e..d5b4cde071 100644 --- a/packages/paste-core/components/button/package.json +++ b/packages/paste-core/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/button", - "version": "7.0.6", + "version": "7.0.7", "category": "interaction", "status": "production", "description": "A button communicates that users can trigger an action.", @@ -47,7 +47,7 @@ "devDependencies": { "@twilio-paste/anchor": "^5.0.3", "@twilio-paste/animation-library": "^0.3.1", - "@twilio-paste/box": "^4.1.0", + "@twilio-paste/box": "^4.2.2", "@twilio-paste/design-tokens": "^6.11.0", "@twilio-paste/icons": "^5.3.0", "@twilio-paste/spinner": "^7.0.2", diff --git a/packages/paste-core/components/combobox/CHANGELOG.md b/packages/paste-core/components/combobox/CHANGELOG.md index 0f3dfc3d80..63debce690 100644 --- a/packages/paste-core/components/combobox/CHANGELOG.md +++ b/packages/paste-core/components/combobox/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 8.0.0 + +### Patch Changes + +- [`2eb6dd74`](https://github.com/twilio-labs/paste/commit/2eb6dd74eb1cdc06079e64a711e71b93d4f9c823) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Combobox] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox`. This does not include any default naming, tests, or stories. It only fixes the Typescript error. + +- Updated dependencies [[`c9cc610b`](https://github.com/twilio-labs/paste/commit/c9cc610b6834fd9be22488e8e727ee65b1114aa0)]: + - @twilio-paste/combobox-primitive@0.3.0 + ## 7.0.4 ### Patch Changes diff --git a/packages/paste-core/components/combobox/package.json b/packages/paste-core/components/combobox/package.json index 84f3866abe..0a4a0c47ae 100644 --- a/packages/paste-core/components/combobox/package.json +++ b/packages/paste-core/components/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/combobox", - "version": "7.0.4", + "version": "8.0.0", "category": "user input", "status": "production", "description": "An accessible styled drop-down list box.", @@ -31,7 +31,7 @@ "peerDependencies": { "@twilio-paste/box": "^4.0.2", "@twilio-paste/button": "^7.0.0", - "@twilio-paste/combobox-primitive": "^0.2.3", + "@twilio-paste/combobox-primitive": "^0.3.0", "@twilio-paste/design-tokens": "^6.6.0", "@twilio-paste/flex": "^2.0.2", "@twilio-paste/help-text": "^6.0.1", @@ -53,15 +53,15 @@ "react-dom": "^16.8.6" }, "devDependencies": { - "@twilio-paste/box": "^4.0.5", - "@twilio-paste/button": "^7.0.2", - "@twilio-paste/combobox-primitive": "^0.2.4", + "@twilio-paste/box": "^4.2.2", + "@twilio-paste/button": "^7.0.7", + "@twilio-paste/combobox-primitive": "^0.3.0", "@twilio-paste/design-tokens": "^6.7.0", "@twilio-paste/flex": "^2.1.0", "@twilio-paste/help-text": "^6.0.3", "@twilio-paste/icons": "^5.1.2", - "@twilio-paste/input": "^3.0.5", - "@twilio-paste/input-box": "^4.0.4", + "@twilio-paste/input": "^3.1.0", + "@twilio-paste/input-box": "^4.1.0", "@twilio-paste/label": "^6.0.3", "@twilio-paste/screen-reader-only": "^6.0.2", "@twilio-paste/spinner": "^7.0.2", diff --git a/packages/paste-core/components/display-pill-group/CHANGELOG.md b/packages/paste-core/components/display-pill-group/CHANGELOG.md new file mode 100644 index 0000000000..3e3d60c706 --- /dev/null +++ b/packages/paste-core/components/display-pill-group/CHANGELOG.md @@ -0,0 +1,8 @@ +# @twilio-paste/display-pill-group + +## 1.0.0 +### Major Changes + + + +- [`ca0bf618`](https://github.com/twilio-labs/paste/commit/ca0bf6188ad7ac3375bec75d6461924b13edb391) [#1800](https://github.com/twilio-labs/paste/pull/1800) Thanks [@TheSisb](https://github.com/TheSisb)! - [DisplayPillGroup]: Adding this new Paste component package for Display Pill Group. diff --git a/packages/paste-core/components/display-pill-group/package.json b/packages/paste-core/components/display-pill-group/package.json index 7145f7db51..48922e1db4 100644 --- a/packages/paste-core/components/display-pill-group/package.json +++ b/packages/paste-core/components/display-pill-group/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/display-pill-group", - "version": "0.0.0", + "version": "1.0.0", "category": "data display", "status": "production", "description": "A Display Pill Group is a collection of Pills that are used to visually represent a collection of entities outside of a data entry form.", @@ -43,7 +43,7 @@ "devDependencies": { "@twilio-paste/anchor": "^5.1.0", "@twilio-paste/animation-library": "^0.3.2", - "@twilio-paste/box": "^4.2.0", + "@twilio-paste/box": "^4.2.2", "@twilio-paste/customization": "^2.1.1", "@twilio-paste/design-tokens": "^6.10.0", "@twilio-paste/icons": "^5.1.1", diff --git a/packages/paste-core/components/form-pill-group/CHANGELOG.md b/packages/paste-core/components/form-pill-group/CHANGELOG.md new file mode 100644 index 0000000000..b9d283ec2c --- /dev/null +++ b/packages/paste-core/components/form-pill-group/CHANGELOG.md @@ -0,0 +1,8 @@ +# @twilio-paste/form-pill-group + +## 1.0.0 +### Major Changes + + + +- [`06bae4e2`](https://github.com/twilio-labs/paste/commit/06bae4e21077a32a6eeb059941f8717c76d76ce0) [#1803](https://github.com/twilio-labs/paste/pull/1803) Thanks [@TheSisb](https://github.com/TheSisb)! - [Form Pill Group] Adding the FormPillGroup component package. This component renders is a collection of Pills that can be selected or removed from within a data entry form. diff --git a/packages/paste-core/components/form-pill-group/package.json b/packages/paste-core/components/form-pill-group/package.json index f2883fd2e6..68f6c918c7 100644 --- a/packages/paste-core/components/form-pill-group/package.json +++ b/packages/paste-core/components/form-pill-group/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/form-pill-group", - "version": "0.0.0", + "version": "1.0.0", "category": "interaction", "status": "production", "description": "A Display Pill Group is a collection of Pills that can be selected or removed from within a data entry form.", @@ -43,7 +43,7 @@ }, "devDependencies": { "@twilio-paste/animation-library": "^0.3.2", - "@twilio-paste/box": "^4.2.0", + "@twilio-paste/box": "^4.2.2", "@twilio-paste/customization": "^2.1.1", "@twilio-paste/design-tokens": "^6.10.0", "@twilio-paste/icons": "^5.1.1", diff --git a/packages/paste-core/components/input-box/CHANGELOG.md b/packages/paste-core/components/input-box/CHANGELOG.md index 461ac4a06c..bc1c4abaf7 100644 --- a/packages/paste-core/components/input-box/CHANGELOG.md +++ b/packages/paste-core/components/input-box/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.1.0 + +### Minor Changes + +- [`18c1f595`](https://github.com/twilio-labs/paste/commit/18c1f595e03d6152789342d1fc05942201cec5d3) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Input-box] Enable InputBox, Prefix and Suffix to respect element customizations set on the customization provider. InputBox, Prefix and Suffix now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author. + ## 4.0.7 ### Patch Changes diff --git a/packages/paste-core/components/input-box/package.json b/packages/paste-core/components/input-box/package.json index 64c1d6090a..8e7b687a8f 100644 --- a/packages/paste-core/components/input-box/package.json +++ b/packages/paste-core/components/input-box/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/input-box", - "version": "4.0.7", + "version": "4.1.0", "category": "user input", "status": "production", "description": "Visual box around every Paste input type", @@ -37,7 +37,7 @@ "react-dom": "^16.8.6" }, "devDependencies": { - "@twilio-paste/box": "^4.0.5", + "@twilio-paste/box": "^4.2.2", "@twilio-paste/design-tokens": "^6.9.0", "@twilio-paste/style-props": "^3.0.4", "@twilio-paste/styling-library": "^0.3.2", diff --git a/packages/paste-core/components/input/CHANGELOG.md b/packages/paste-core/components/input/CHANGELOG.md index ec5f53b125..d93bc9db3a 100644 --- a/packages/paste-core/components/input/CHANGELOG.md +++ b/packages/paste-core/components/input/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.1.0 + +### Minor Changes + +- [`9ceb48bd`](https://github.com/twilio-labs/paste/commit/9ceb48bd5d7c7d1f60bb3371085651c220e20f35) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Input] Enable Input to respect element customizations set on the customization provider. Input now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author. + ## 3.0.8 ### Patch Changes diff --git a/packages/paste-core/components/input/package.json b/packages/paste-core/components/input/package.json index b71ebfdeb7..f39f7ea226 100644 --- a/packages/paste-core/components/input/package.json +++ b/packages/paste-core/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/input", - "version": "3.0.8", + "version": "3.1.0", "category": "user input", "status": "production", "description": "An input allows users to enter text on a single line.", @@ -38,9 +38,9 @@ "react-dom": "^16.8.6" }, "devDependencies": { - "@twilio-paste/box": "^4.0.5", + "@twilio-paste/box": "^4.2.2", "@twilio-paste/design-tokens": "^6.7.0", - "@twilio-paste/input-box": "^4.0.7", + "@twilio-paste/input-box": "^4.1.0", "@twilio-paste/style-props": "^3.0.4", "@twilio-paste/styling-library": "^0.3.2", "@twilio-paste/theme": "^5.1.0", diff --git a/packages/paste-core/components/select/CHANGELOG.md b/packages/paste-core/components/select/CHANGELOG.md index d494a9c1e2..988f77c4f5 100644 --- a/packages/paste-core/components/select/CHANGELOG.md +++ b/packages/paste-core/components/select/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.0.5 + +### Patch Changes + +- [`a5c17a31`](https://github.com/twilio-labs/paste/commit/a5c17a313ba1cca7f0d48a3b3ae64d8ceddae53f) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Select] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox` and `InputChevronWrapper`. This does not include any default naming, tests, or stories. It only fixes the Typescript error. + ## 5.0.4 ### Patch Changes diff --git a/packages/paste-core/components/select/package.json b/packages/paste-core/components/select/package.json index 0e1f59084a..789de23bb6 100644 --- a/packages/paste-core/components/select/package.json +++ b/packages/paste-core/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/select", - "version": "5.0.4", + "version": "5.0.5", "category": "user input", "status": "production", "description": "Select allows a user to make a selection from a list of options in a form field.", @@ -39,10 +39,10 @@ "react-dom": "^16.8.6" }, "devDependencies": { - "@twilio-paste/box": "^4.0.5", + "@twilio-paste/box": "^4.2.2", "@twilio-paste/design-tokens": "^6.7.0", "@twilio-paste/icons": "^5.1.2", - "@twilio-paste/input-box": "^4.0.4", + "@twilio-paste/input-box": "^4.1.0", "@twilio-paste/style-props": "^3.0.4", "@twilio-paste/styling-library": "^0.3.2", "@twilio-paste/theme": "^5.1.0", diff --git a/packages/paste-core/components/textarea/CHANGELOG.md b/packages/paste-core/components/textarea/CHANGELOG.md index e0140abf1d..c20b7b2b39 100644 --- a/packages/paste-core/components/textarea/CHANGELOG.md +++ b/packages/paste-core/components/textarea/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.0.6 + +### Patch Changes + +- [`0347aef6`](https://github.com/twilio-labs/paste/commit/0347aef6e8100f9dbc2bcd8830dd5c81b4de5a03) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [TextArea] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox`. This does not include any default naming, tests, or stories. It only fixes the Typescript error. + ## 3.0.5 ### Patch Changes diff --git a/packages/paste-core/components/textarea/package.json b/packages/paste-core/components/textarea/package.json index 7ceda2408f..ed16ef9daa 100644 --- a/packages/paste-core/components/textarea/package.json +++ b/packages/paste-core/components/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/textarea", - "version": "3.0.5", + "version": "3.0.6", "category": "user input", "status": "production", "description": "A textarea allows users to enter text on multiple lines", @@ -41,9 +41,9 @@ "react-dom": "^16.8.6" }, "devDependencies": { - "@twilio-paste/box": "^4.0.5", + "@twilio-paste/box": "^4.2.2", "@twilio-paste/design-tokens": "^6.7.0", - "@twilio-paste/input-box": "^4.0.4", + "@twilio-paste/input-box": "^4.1.0", "@twilio-paste/style-props": "^3.0.4", "@twilio-paste/styling-library": "^0.3.2", "@twilio-paste/theme": "^5.1.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index af8a16a92a..e76645409d 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,58 @@ # Change Log +## 10.10.0 + +### Minor Changes + +- [`ca0bf618`](https://github.com/twilio-labs/paste/commit/ca0bf6188ad7ac3375bec75d6461924b13edb391) [#1800](https://github.com/twilio-labs/paste/pull/1800) Thanks [@TheSisb](https://github.com/TheSisb)! - [DisplayPillGroup]: Adding this new Paste component package for Display Pill Group. + +* [`a0cf511c`](https://github.com/twilio-labs/paste/commit/a0cf511c0078df0441d859939e9002a5e0b3431d) [#1799](https://github.com/twilio-labs/paste/pull/1799) Thanks [@vnguyen94](https://github.com/vnguyen94)! - adds the clipboard-copy library; this will provide baseline functionality for developers to intuitively interact with the Clipboard API. + +- [`c9cc610b`](https://github.com/twilio-labs/paste/commit/c9cc610b6834fd9be22488e8e727ee65b1114aa0) [#1790](https://github.com/twilio-labs/paste/pull/1790) Thanks [@andipants12](https://github.com/andipants12)! - [Combobox Primitive] expose useMultiSelectPrimitive + +* [`06bae4e2`](https://github.com/twilio-labs/paste/commit/06bae4e21077a32a6eeb059941f8717c76d76ce0) [#1803](https://github.com/twilio-labs/paste/pull/1803) Thanks [@TheSisb](https://github.com/TheSisb)! - [Form Pill Group] Adding the FormPillGroup component package. This component renders is a collection of Pills that can be selected or removed from within a data entry form. + +- [`9ceb48bd`](https://github.com/twilio-labs/paste/commit/9ceb48bd5d7c7d1f60bb3371085651c220e20f35) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Input] Enable Input to respect element customizations set on the customization provider. Input now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author. + +* [`18c1f595`](https://github.com/twilio-labs/paste/commit/18c1f595e03d6152789342d1fc05942201cec5d3) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Input-box] Enable InputBox, Prefix and Suffix to respect element customizations set on the customization provider. InputBox, Prefix and Suffix now enables setting an element name on the underlying HTML element and checks the emotion theme object to determine whether it should merge in custom styles to the ones set by the component author. + +### Patch Changes + +- [`af3b1e55`](https://github.com/twilio-labs/paste/commit/af3b1e558fc438352b47098d7d085d7eeffbfa51) [#1801](https://github.com/twilio-labs/paste/pull/1801) Thanks [@andipants12](https://github.com/andipants12)! - [Button] All link variants should have left aligned text. + +* [`e3398bd5`](https://github.com/twilio-labs/paste/commit/e3398bd5aaa84aaabe934bcad061cda705cdbe0a) [#1783](https://github.com/twilio-labs/paste/pull/1783) Thanks [@andipants12](https://github.com/andipants12)! - [Badge]: Update badge container div max width value to be "fit-content" + +- [`2eb6dd74`](https://github.com/twilio-labs/paste/commit/2eb6dd74eb1cdc06079e64a711e71b93d4f9c823) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Combobox] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox`. This does not include any default naming, tests, or stories. It only fixes the Typescript error. + +* [`0347aef6`](https://github.com/twilio-labs/paste/commit/0347aef6e8100f9dbc2bcd8830dd5c81b4de5a03) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [TextArea] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox`. This does not include any default naming, tests, or stories. It only fixes the Typescript error. + +- [`4964821b`](https://github.com/twilio-labs/paste/commit/4964821bd7a2d0fc267b4daf2eef5f1810d8f534) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Box] Added the following style props to support input: + + - PsuedoProps: + + - \_\_webkit_datetime_edit + - \_\_webkit_calendar_picker_indicator_hover + + - StyleProps: + - -webkit-text-fill-color + - -webkit-opacity + +* [`a5c17a31`](https://github.com/twilio-labs/paste/commit/a5c17a313ba1cca7f0d48a3b3ae64d8ceddae53f) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Select] Added the `element` prop for customization in order to fix a Typescript error after the `element` prop was added as a required prop for `InputBox` and `InputChevronWrapper`. This does not include any default naming, tests, or stories. It only fixes the Typescript error. + +* Updated dependencies [[`ca0bf618`](https://github.com/twilio-labs/paste/commit/ca0bf6188ad7ac3375bec75d6461924b13edb391), [`af3b1e55`](https://github.com/twilio-labs/paste/commit/af3b1e558fc438352b47098d7d085d7eeffbfa51), [`e3398bd5`](https://github.com/twilio-labs/paste/commit/e3398bd5aaa84aaabe934bcad061cda705cdbe0a), [`a0cf511c`](https://github.com/twilio-labs/paste/commit/a0cf511c0078df0441d859939e9002a5e0b3431d), [`2eb6dd74`](https://github.com/twilio-labs/paste/commit/2eb6dd74eb1cdc06079e64a711e71b93d4f9c823), [`c9cc610b`](https://github.com/twilio-labs/paste/commit/c9cc610b6834fd9be22488e8e727ee65b1114aa0), [`0347aef6`](https://github.com/twilio-labs/paste/commit/0347aef6e8100f9dbc2bcd8830dd5c81b4de5a03), [`06bae4e2`](https://github.com/twilio-labs/paste/commit/06bae4e21077a32a6eeb059941f8717c76d76ce0), [`4964821b`](https://github.com/twilio-labs/paste/commit/4964821bd7a2d0fc267b4daf2eef5f1810d8f534), [`a5c17a31`](https://github.com/twilio-labs/paste/commit/a5c17a313ba1cca7f0d48a3b3ae64d8ceddae53f), [`9ceb48bd`](https://github.com/twilio-labs/paste/commit/9ceb48bd5d7c7d1f60bb3371085651c220e20f35), [`18c1f595`](https://github.com/twilio-labs/paste/commit/18c1f595e03d6152789342d1fc05942201cec5d3)]: + - @twilio-paste/display-pill-group@1.0.0 + - @twilio-paste/button@7.0.7 + - @twilio-paste/badge@1.0.1 + - @twilio-paste/clipboard-copy-library@1.0.0 + - @twilio-paste/combobox@8.0.0 + - @twilio-paste/combobox-primitive@0.3.0 + - @twilio-paste/textarea@3.0.6 + - @twilio-paste/form-pill-group@1.0.0 + - @twilio-paste/box@4.2.2 + - @twilio-paste/select@5.0.5 + - @twilio-paste/input@3.1.0 + - @twilio-paste/input-box@4.1.0 + ## 10.9.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 9d8d22ca29..3da15e505e 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": "10.9.0", + "version": "10.10.0", "status": "production", "description": "Contains all the core packages from the Paste internal design system.", "author": "Twilio Inc.", @@ -30,32 +30,32 @@ "@twilio-paste/animation-library": "^0.3.2", "@twilio-paste/aspect-ratio": "^4.0.4", "@twilio-paste/avatar": "^2.2.0", - "@twilio-paste/badge": "^1.0.0", + "@twilio-paste/badge": "^1.0.1", "@twilio-paste/base-radio-checkbox": "^6.0.3", - "@twilio-paste/box": "^4.2.1", + "@twilio-paste/box": "^4.2.2", "@twilio-paste/breadcrumb": "^4.0.2", - "@twilio-paste/button": "^7.0.6", + "@twilio-paste/button": "^7.0.7", "@twilio-paste/card": "^3.1.0", "@twilio-paste/checkbox": "^6.0.5", - "@twilio-paste/clipboard-copy-library": "^0.0.0", + "@twilio-paste/clipboard-copy-library": "^1.0.0", "@twilio-paste/color-contrast-utils": "^1.1.0", - "@twilio-paste/combobox": "^7.0.4", - "@twilio-paste/combobox-primitive": "^0.2.4", + "@twilio-paste/combobox": "^8.0.0", + "@twilio-paste/combobox-primitive": "^0.3.0", "@twilio-paste/customization": "^2.1.1", "@twilio-paste/date-picker": "^0.1.0", "@twilio-paste/design-tokens": "^6.11.0", "@twilio-paste/disclosure": "^5.0.6", "@twilio-paste/disclosure-primitive": "^0.3.4", - "@twilio-paste/display-pill-group": "^0.0.0", + "@twilio-paste/display-pill-group": "^1.0.0", "@twilio-paste/dropdown-library": "^1.1.1", "@twilio-paste/flex": "^2.1.0", - "@twilio-paste/form-pill-group": "^0.0.0", + "@twilio-paste/form-pill-group": "^1.0.0", "@twilio-paste/grid": "^2.1.0", "@twilio-paste/heading": "^5.1.0", "@twilio-paste/help-text": "^6.0.3", "@twilio-paste/inline-control-group": "^6.0.3", - "@twilio-paste/input": "^3.0.8", - "@twilio-paste/input-box": "^4.0.7", + "@twilio-paste/input": "^3.1.0", + "@twilio-paste/input-box": "^4.1.0", "@twilio-paste/label": "^6.0.4", "@twilio-paste/list": "^2.1.0", "@twilio-paste/media-object": "^4.1.0", @@ -70,7 +70,7 @@ "@twilio-paste/radio-group": "^6.0.4", "@twilio-paste/reakit-library": "^0.8.1", "@twilio-paste/screen-reader-only": "^6.0.2", - "@twilio-paste/select": "^5.0.4", + "@twilio-paste/select": "^5.0.5", "@twilio-paste/separator": "^2.1.0", "@twilio-paste/sibling-box": "^3.0.3", "@twilio-paste/skeleton-loader": "^0.1.0", @@ -82,7 +82,7 @@ "@twilio-paste/tabs": "^2.0.6", "@twilio-paste/tabs-primitive": "^0.2.3", "@twilio-paste/text": "^4.1.2", - "@twilio-paste/textarea": "^3.0.5", + "@twilio-paste/textarea": "^3.0.6", "@twilio-paste/theme": "^5.3.0", "@twilio-paste/time-picker": "^0.1.1", "@twilio-paste/toast": "^5.0.2", diff --git a/packages/paste-core/primitives/box/CHANGELOG.md b/packages/paste-core/primitives/box/CHANGELOG.md index cc14a45edc..e7f45cc74b 100644 --- a/packages/paste-core/primitives/box/CHANGELOG.md +++ b/packages/paste-core/primitives/box/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 4.2.2 + +### Patch Changes + +- [`4964821b`](https://github.com/twilio-labs/paste/commit/4964821bd7a2d0fc267b4daf2eef5f1810d8f534) [#1771](https://github.com/twilio-labs/paste/pull/1771) Thanks [@richbachman](https://github.com/richbachman)! - [Box] Added the following style props to support input: + + - PsuedoProps: + + - \_\_webkit_datetime_edit + - \_\_webkit_calendar_picker_indicator_hover + + - StyleProps: + - -webkit-text-fill-color + - -webkit-opacity + ## 4.2.1 ### Patch Changes diff --git a/packages/paste-core/primitives/box/package.json b/packages/paste-core/primitives/box/package.json index c362a0c8de..0dfced3fbb 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": "4.2.1", + "version": "4.2.2", "category": "layout", "status": "production", "description": "A primitive component that can be used to create all block level styles in Paste", diff --git a/packages/paste-core/primitives/combobox/CHANGELOG.md b/packages/paste-core/primitives/combobox/CHANGELOG.md index 4c9ea04c48..35f8b9ef00 100644 --- a/packages/paste-core/primitives/combobox/CHANGELOG.md +++ b/packages/paste-core/primitives/combobox/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.3.0 + +### Minor Changes + +- [`c9cc610b`](https://github.com/twilio-labs/paste/commit/c9cc610b6834fd9be22488e8e727ee65b1114aa0) [#1790](https://github.com/twilio-labs/paste/pull/1790) Thanks [@andipants12](https://github.com/andipants12)! - [Combobox Primitive] expose useMultiSelectPrimitive + ## 0.2.4 ### Patch Changes diff --git a/packages/paste-core/primitives/combobox/package.json b/packages/paste-core/primitives/combobox/package.json index 4db202fba8..13e4d74f4f 100644 --- a/packages/paste-core/primitives/combobox/package.json +++ b/packages/paste-core/primitives/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/combobox-primitive", - "version": "0.2.4", + "version": "0.3.0", "category": "user input", "status": "production", "description": "An unstyled and accessible basis upon which to build a combobox.", diff --git a/packages/paste-libraries/clipboard-copy/CHANGELOG.md b/packages/paste-libraries/clipboard-copy/CHANGELOG.md new file mode 100644 index 0000000000..64a9a0b645 --- /dev/null +++ b/packages/paste-libraries/clipboard-copy/CHANGELOG.md @@ -0,0 +1,8 @@ +# @twilio-paste/clipboard-copy-library + +## 1.0.0 +### Major Changes + + + +- [`a0cf511c`](https://github.com/twilio-labs/paste/commit/a0cf511c0078df0441d859939e9002a5e0b3431d) [#1799](https://github.com/twilio-labs/paste/pull/1799) Thanks [@vnguyen94](https://github.com/vnguyen94)! - adds the clipboard-copy library; this will provide baseline functionality for developers to intuitively interact with the Clipboard API. diff --git a/packages/paste-libraries/clipboard-copy/package.json b/packages/paste-libraries/clipboard-copy/package.json index 534e4517d5..5c472fae68 100644 --- a/packages/paste-libraries/clipboard-copy/package.json +++ b/packages/paste-libraries/clipboard-copy/package.json @@ -1,7 +1,6 @@ - { "name": "@twilio-paste/clipboard-copy-library", - "version": "0.0.0", + "version": "1.0.0", "category": "library", "status": "production", "description": "A library that allows the user to copy text with the click of a button.", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index 96a0dfd156..16661a506b 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.23.8 + +### Patch Changes + +- Updated dependencies [[`af3b1e55`](https://github.com/twilio-labs/paste/commit/af3b1e558fc438352b47098d7d085d7eeffbfa51), [`a0cf511c`](https://github.com/twilio-labs/paste/commit/a0cf511c0078df0441d859939e9002a5e0b3431d), [`2eb6dd74`](https://github.com/twilio-labs/paste/commit/2eb6dd74eb1cdc06079e64a711e71b93d4f9c823), [`c9cc610b`](https://github.com/twilio-labs/paste/commit/c9cc610b6834fd9be22488e8e727ee65b1114aa0), [`0347aef6`](https://github.com/twilio-labs/paste/commit/0347aef6e8100f9dbc2bcd8830dd5c81b4de5a03), [`4964821b`](https://github.com/twilio-labs/paste/commit/4964821bd7a2d0fc267b4daf2eef5f1810d8f534), [`a5c17a31`](https://github.com/twilio-labs/paste/commit/a5c17a313ba1cca7f0d48a3b3ae64d8ceddae53f), [`9ceb48bd`](https://github.com/twilio-labs/paste/commit/9ceb48bd5d7c7d1f60bb3371085651c220e20f35), [`18c1f595`](https://github.com/twilio-labs/paste/commit/18c1f595e03d6152789342d1fc05942201cec5d3)]: + - @twilio-paste/button@7.0.7 + - @twilio-paste/clipboard-copy-library@1.0.0 + - @twilio-paste/combobox@8.0.0 + - @twilio-paste/combobox-primitive@0.3.0 + - @twilio-paste/textarea@3.0.6 + - @twilio-paste/box@4.2.2 + - @twilio-paste/select@5.0.5 + - @twilio-paste/input@3.1.0 + - @twilio-paste/input-box@4.1.0 + ## 2.23.7 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 97e39102fc..122c9a8a86 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.7", + "version": "2.23.8", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -27,15 +27,15 @@ "@twilio-paste/aspect-ratio": "^4.0.3", "@twilio-paste/avatar": "^2.1.0", "@twilio-paste/base-radio-checkbox": "^6.0.2", - "@twilio-paste/box": "^4.0.3", + "@twilio-paste/box": "^4.2.2", "@twilio-paste/breadcrumb": "^4.0.2", - "@twilio-paste/button": "^7.0.0", + "@twilio-paste/button": "^7.0.7", "@twilio-paste/card": "^3.0.4", "@twilio-paste/checkbox": "^6.0.2", - "@twilio-paste/clipboard-copy-library": "^0.0.0", + "@twilio-paste/clipboard-copy-library": "^1.0.0", "@twilio-paste/color-contrast-utils": "^1.1.0", - "@twilio-paste/combobox": "^7.0.0", - "@twilio-paste/combobox-primitive": "^0.2.4", + "@twilio-paste/combobox": "^8.0.0", + "@twilio-paste/combobox-primitive": "^0.3.0", "@twilio-paste/customization": "^2.1.1", "@twilio-paste/date-picker": "^0.1.0", "@twilio-paste/design-tokens": "^6.6.0", @@ -48,8 +48,8 @@ "@twilio-paste/help-text": "^6.0.2", "@twilio-paste/icons": "^5.1.2", "@twilio-paste/inline-control-group": "^6.0.2", - "@twilio-paste/input": "^3.0.4", - "@twilio-paste/input-box": "^4.0.3", + "@twilio-paste/input": "^3.1.0", + "@twilio-paste/input-box": "^4.1.0", "@twilio-paste/label": "^6.0.4", "@twilio-paste/list": "^2.0.2", "@twilio-paste/media-object": "^4.0.3", @@ -64,7 +64,7 @@ "@twilio-paste/radio-group": "^6.0.2", "@twilio-paste/reakit-library": "^0.8.1", "@twilio-paste/screen-reader-only": "^6.0.2", - "@twilio-paste/select": "^5.0.2", + "@twilio-paste/select": "^5.0.5", "@twilio-paste/separator": "^2.0.3", "@twilio-paste/sibling-box": "^3.0.3", "@twilio-paste/skeleton-loader": "^0.1.0", @@ -76,7 +76,7 @@ "@twilio-paste/tabs": "^2.0.3", "@twilio-paste/tabs-primitive": "^0.2.3", "@twilio-paste/text": "^4.1.1", - "@twilio-paste/textarea": "^3.0.4", + "@twilio-paste/textarea": "^3.0.6", "@twilio-paste/theme": "^5.0.2", "@twilio-paste/time-picker": "^0.1.0", "@twilio-paste/toast": "^5.0.0",