Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1833

Merged
merged 1 commit into from Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/brown-colts-dress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/brown-parents-cross.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/funny-geckos-deny.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/gold-tips-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-bees-divide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-shoes-check.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/shaggy-masks-drop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-stingrays-sit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-weeks-worry.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-core/components/button/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 7.0.8

### Patch Changes

- [`9ed68c88`](https://github.com/twilio-labs/paste/commit/9ed68c886cd0992ff32b5aceff59c1f62a661e69) [#1826](https://github.com/twilio-labs/paste/pull/1826) Thanks [@andipants12](https://github.com/andipants12)! - [Button]: Link, Destructive link, and inverse destructive link button variants should have left aligned text.

## 7.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button",
"version": "7.0.7",
"version": "7.0.8",
"category": "interaction",
"status": "production",
"description": "A Button is a clickable element which communicates that users can trigger an action.",
Expand Down Expand Up @@ -48,8 +48,8 @@
"@twilio-paste/anchor": "^5.0.3",
"@twilio-paste/animation-library": "^0.3.1",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/design-tokens": "^6.11.0",
"@twilio-paste/icons": "^5.3.0",
"@twilio-paste/design-tokens": "^6.11.1",
"@twilio-paste/icons": "^5.4.0",
"@twilio-paste/spinner": "^7.0.2",
"@twilio-paste/stack": "^2.0.3",
"@twilio-paste/style-props": "^3.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/disclosure/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.0.7

### Patch Changes

- [`ef450904`](https://github.com/twilio-labs/paste/commit/ef450904d727da5d1ddffc770a16a25c4a947247) [#1831](https://github.com/twilio-labs/paste/pull/1831) Thanks [@andipants12](https://github.com/andipants12)! - [Disclosure] Add z-index to Disclosure Heading to fix flash that occurs when disclosure content renders and the z-indeces are recalculated.

## 5.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/disclosure/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/disclosure",
"version": "5.0.6",
"version": "5.0.7",
"category": "interaction",
"status": "production",
"description": "A Disclosure is a collapsible accordion that gives hierarchy to a page.",
Expand Down Expand Up @@ -46,10 +46,10 @@
"@twilio-paste/animation-library": "^0.3.1",
"@twilio-paste/box": "^4.0.5",
"@twilio-paste/card": "^3.0.4",
"@twilio-paste/design-tokens": "^6.7.0",
"@twilio-paste/design-tokens": "^6.11.1",
"@twilio-paste/disclosure-primitive": "^0.3.4",
"@twilio-paste/heading": "^5.0.2",
"@twilio-paste/icons": "^5.1.2",
"@twilio-paste/icons": "^5.4.0",
"@twilio-paste/style-props": "^3.0.4",
"@twilio-paste/styling-library": "^0.3.2",
"@twilio-paste/text": "^4.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/skeleton-loader/CHANGELOG.md
@@ -1,5 +1,11 @@
# @twilio-paste/skeleton-loader

## 0.1.1

### Patch Changes

- [`ab55fa27`](https://github.com/twilio-labs/paste/commit/ab55fa270f982ad867a5933dcea8ee240e780fed) [#1814](https://github.com/twilio-labs/paste/pull/1814) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Skeleton-loader] Enable Compoonent to respect element customizations set on the customization provider. Component 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.

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/skeleton-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/skeleton-loader",
"version": "0.1.0",
"version": "0.1.1",
"category": "data display",
"status": "production",
"description": "A Skeleton Loader is a visual placeholder that gives users a hint of what type of information will be loaded on a page.",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@twilio-paste/animation-library": "^0.3.1",
"@twilio-paste/box": "^4.0.3",
"@twilio-paste/design-tokens": "^6.6.0",
"@twilio-paste/design-tokens": "^6.11.1",
"@twilio-paste/style-props": "^3.0.2",
"@twilio-paste/styling-library": "^0.3.1",
"@twilio-paste/theme": "^5.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/table/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.1.0

### Minor Changes

- [`f0737a27`](https://github.com/twilio-labs/paste/commit/f0737a279663a774e4d0a4beaa70ee6c11a55da7) [#1817](https://github.com/twilio-labs/paste/pull/1817) Thanks [@andipants12](https://github.com/andipants12)! - [Table]: Enable Component to respect element customizations set on the customization provider. Component 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.

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/table",
"version": "2.0.4",
"version": "2.1.0",
"category": "data display",
"status": "production",
"description": "A Table is a collection of information displayed across columns and rows.",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@twilio-paste/box": "^4.0.5",
"@twilio-paste/design-tokens": "^6.7.0",
"@twilio-paste/design-tokens": "^6.11.1",
"@twilio-paste/style-props": "^3.0.4",
"@twilio-paste/styling-library": "^0.3.2",
"@twilio-paste/theme": "^5.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/toast/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.1.0

### Minor Changes

- [`63a39e0c`](https://github.com/twilio-labs/paste/commit/63a39e0c86d5c7683420f373eb3ed71e02e621aa) [#1818](https://github.com/twilio-labs/paste/pull/1818) Thanks [@TheSisb](https://github.com/TheSisb)! - [Toast] The `useToaster` push method now allows passing in an `onDismiss` callback function.

## 5.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/toast/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/toast",
"version": "5.0.2",
"version": "5.1.0",
"category": "feedback",
"status": "production",
"description": "A Toast is an animated, temporary banner that communicates an immediate and direct response to a user action.",
Expand Down Expand Up @@ -46,9 +46,9 @@
"devDependencies": {
"@twilio-paste/animation-library": "^0.3.1",
"@twilio-paste/box": "^4.0.5",
"@twilio-paste/button": "^7.0.2",
"@twilio-paste/design-tokens": "^6.7.0",
"@twilio-paste/icons": "^5.1.2",
"@twilio-paste/button": "^7.0.8",
"@twilio-paste/design-tokens": "^6.11.1",
"@twilio-paste/icons": "^5.4.0",
"@twilio-paste/media-object": "^4.0.3",
"@twilio-paste/reakit-library": "^0.8.1",
"@twilio-paste/spinner": "^7.0.2",
Expand Down
36 changes: 36 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
@@ -1,5 +1,41 @@
# Change Log

## 10.11.0

### Minor Changes

- [`63a39e0c`](https://github.com/twilio-labs/paste/commit/63a39e0c86d5c7683420f373eb3ed71e02e621aa) [#1818](https://github.com/twilio-labs/paste/pull/1818) Thanks [@TheSisb](https://github.com/TheSisb)! - [Toast] The `useToaster` push method now allows passing in an `onDismiss` callback function.

* [`f0737a27`](https://github.com/twilio-labs/paste/commit/f0737a279663a774e4d0a4beaa70ee6c11a55da7) [#1817](https://github.com/twilio-labs/paste/pull/1817) Thanks [@andipants12](https://github.com/andipants12)! - [Table]: Enable Component to respect element customizations set on the customization provider. Component 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

- [`1cf0ee5f`](https://github.com/twilio-labs/paste/commit/1cf0ee5fb4d969474de7a3c299706d1fbdcf0482) [#1810](https://github.com/twilio-labs/paste/pull/1810) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Sibling Box] Enable SiblingBox to respect element customizations set on the customization provider. SiblingBox 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.

* [`9ed68c88`](https://github.com/twilio-labs/paste/commit/9ed68c886cd0992ff32b5aceff59c1f62a661e69) [#1826](https://github.com/twilio-labs/paste/pull/1826) Thanks [@andipants12](https://github.com/andipants12)! - [Button]: Link, Destructive link, and inverse destructive link button variants should have left aligned text.

- [`30160725`](https://github.com/twilio-labs/paste/commit/30160725ecdb5a028f15a162c7a6806b7bc7b178) [#1774](https://github.com/twilio-labs/paste/pull/1774) Thanks [@nkrantz](https://github.com/nkrantz)! - Added an alias for orange-65 and added the following text color tokens for icons:

- color-text-icon-error -> red-60 (default) / red-40 (dark)
- color-text-icon-success -> green-70 (default) / green-50 (dark)
- color-text-icon-warning -> orange-65 (default) / orange-40 (dark)
- color-text-icon-neutral -> blue-80 (default) / blue-40 (dark)
- color-text-icon-brand-highlight -> amaranth
- color-text-icon-brand-inverse -> gray-0

* [`ef450904`](https://github.com/twilio-labs/paste/commit/ef450904d727da5d1ddffc770a16a25c4a947247) [#1831](https://github.com/twilio-labs/paste/pull/1831) Thanks [@andipants12](https://github.com/andipants12)! - [Disclosure] Add z-index to Disclosure Heading to fix flash that occurs when disclosure content renders and the z-indeces are recalculated.

- [`ab55fa27`](https://github.com/twilio-labs/paste/commit/ab55fa270f982ad867a5933dcea8ee240e780fed) [#1814](https://github.com/twilio-labs/paste/pull/1814) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Skeleton-loader] Enable Compoonent to respect element customizations set on the customization provider. Component 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.

- Updated dependencies [[`1cf0ee5f`](https://github.com/twilio-labs/paste/commit/1cf0ee5fb4d969474de7a3c299706d1fbdcf0482), [`9ed68c88`](https://github.com/twilio-labs/paste/commit/9ed68c886cd0992ff32b5aceff59c1f62a661e69), [`30160725`](https://github.com/twilio-labs/paste/commit/30160725ecdb5a028f15a162c7a6806b7bc7b178), [`ef450904`](https://github.com/twilio-labs/paste/commit/ef450904d727da5d1ddffc770a16a25c4a947247), [`63a39e0c`](https://github.com/twilio-labs/paste/commit/63a39e0c86d5c7683420f373eb3ed71e02e621aa), [`ab55fa27`](https://github.com/twilio-labs/paste/commit/ab55fa270f982ad867a5933dcea8ee240e780fed), [`f0737a27`](https://github.com/twilio-labs/paste/commit/f0737a279663a774e4d0a4beaa70ee6c11a55da7)]:
- @twilio-paste/sibling-box@3.0.4
- @twilio-paste/button@7.0.8
- @twilio-paste/design-tokens@6.11.1
- @twilio-paste/disclosure@5.0.7
- @twilio-paste/toast@5.1.0
- @twilio-paste/skeleton-loader@0.1.1
- @twilio-paste/table@2.1.0

## 10.10.1

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/paste-core/core-bundle/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "10.10.1",
"version": "10.11.0",
"status": "production",
"description": "Contains all the core packages from the Paste internal design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@twilio-paste/base-radio-checkbox": "^6.0.3",
"@twilio-paste/box": "^4.2.2",
"@twilio-paste/breadcrumb": "^4.0.2",
"@twilio-paste/button": "^7.0.7",
"@twilio-paste/button": "^7.0.8",
"@twilio-paste/card": "^3.1.0",
"@twilio-paste/checkbox": "^6.0.5",
"@twilio-paste/clipboard-copy-library": "^1.0.0",
Expand All @@ -43,8 +43,8 @@
"@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/design-tokens": "^6.11.1",
"@twilio-paste/disclosure": "^5.0.7",
"@twilio-paste/disclosure-primitive": "^0.3.4",
"@twilio-paste/display-pill-group": "^1.0.0",
"@twilio-paste/dropdown-library": "^1.1.1",
Expand Down Expand Up @@ -72,20 +72,20 @@
"@twilio-paste/screen-reader-only": "^6.0.2",
"@twilio-paste/select": "^5.0.6",
"@twilio-paste/separator": "^2.1.0",
"@twilio-paste/sibling-box": "^3.0.3",
"@twilio-paste/skeleton-loader": "^0.1.0",
"@twilio-paste/sibling-box": "^3.0.4",
"@twilio-paste/skeleton-loader": "^0.1.1",
"@twilio-paste/spinner": "^7.0.2",
"@twilio-paste/stack": "^2.1.0",
"@twilio-paste/style-props": "^3.1.0",
"@twilio-paste/styling-library": "^0.3.4",
"@twilio-paste/table": "^2.0.4",
"@twilio-paste/table": "^2.1.0",
"@twilio-paste/tabs": "^2.0.6",
"@twilio-paste/tabs-primitive": "^0.2.3",
"@twilio-paste/text": "^4.1.2",
"@twilio-paste/textarea": "^3.0.7",
"@twilio-paste/theme": "^5.3.0",
"@twilio-paste/time-picker": "^0.1.1",
"@twilio-paste/toast": "^5.0.2",
"@twilio-paste/toast": "^5.1.0",
"@twilio-paste/tooltip": "^4.0.4",
"@twilio-paste/tooltip-primitive": "^0.2.4",
"@twilio-paste/truncate": "^7.0.0",
Expand All @@ -99,7 +99,7 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/icons": "^5.3.2",
"@twilio-paste/icons": "^5.4.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/primitives/sibling-box/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 3.0.4

### Patch Changes

- [`1cf0ee5f`](https://github.com/twilio-labs/paste/commit/1cf0ee5fb4d969474de7a3c299706d1fbdcf0482) [#1810](https://github.com/twilio-labs/paste/pull/1810) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Sibling Box] Enable SiblingBox to respect element customizations set on the customization provider. SiblingBox 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.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/primitives/sibling-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/sibling-box",
"version": "3.0.3",
"version": "3.0.4",
"category": "user input",
"status": "production",
"description": "A primitive used to extend box and create components that style siblings",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@twilio-paste/box": "^4.0.3",
"@twilio-paste/design-tokens": "^6.6.0",
"@twilio-paste/design-tokens": "^6.11.1",
"@twilio-paste/style-props": "^3.0.2",
"@twilio-paste/styling-library": "^0.3.1",
"@twilio-paste/theme": "^5.0.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/paste-design-tokens/CHANGELOG.md
@@ -1,5 +1,18 @@
# Change Log

## 6.11.1

### Patch Changes

- [`30160725`](https://github.com/twilio-labs/paste/commit/30160725ecdb5a028f15a162c7a6806b7bc7b178) [#1774](https://github.com/twilio-labs/paste/pull/1774) Thanks [@nkrantz](https://github.com/nkrantz)! - Added an alias for orange-65 and added the following text color tokens for icons:

- color-text-icon-error -> red-60 (default) / red-40 (dark)
- color-text-icon-success -> green-70 (default) / green-50 (dark)
- color-text-icon-warning -> orange-65 (default) / orange-40 (dark)
- color-text-icon-neutral -> blue-80 (default) / blue-40 (dark)
- color-text-icon-brand-highlight -> amaranth
- color-text-icon-brand-inverse -> gray-0

## 6.11.0

### Minor Changes
Expand Down