Skip to content

Version Packages #4305

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

Merged
merged 1 commit into from
May 28, 2025
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/cuddly-berries-explain.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/curly-jeans-talk.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/flat-rice-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lazy-icons-prove.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-ads-invent.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-birds-pump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-pens-relax.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-weeks-peel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sixty-pets-drum.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-suits-guess.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 14.0.2

### Patch Changes

- [`6040893c0`](https://github.com/twilio-labs/paste/commit/6040893c0b7c8c0e2d61d14d2278de2b9829a825) [#4311](https://github.com/twilio-labs/paste/pull/4311) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Base Radio Checkbox, Button, Combobox, File Picker, File Uploader, Input, Input Box, Menu, Select, Textarea, Visual Picker] Update styles of form related components

## 14.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/base-radio-checkbox",
"version": "14.0.1",
"version": "14.0.2",
"category": "user input",
"status": "production",
"description": "A shared base component for radio and checks",
Expand Down Expand Up @@ -52,11 +52,11 @@
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/design-tokens": "^10.14.1",
"@twilio-paste/flex": "^9.0.1",
"@twilio-paste/help-text": "^14.0.1",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/label": "^14.0.1",
"@twilio-paste/icons": "^13.1.0",
"@twilio-paste/label": "^14.1.0",
"@twilio-paste/media-object": "^11.0.1",
"@twilio-paste/screen-reader-only": "^14.0.1",
"@twilio-paste/sibling-box": "^10.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 15.0.2

### Patch Changes

- [`6040893c0`](https://github.com/twilio-labs/paste/commit/6040893c0b7c8c0e2d61d14d2278de2b9829a825) [#4311](https://github.com/twilio-labs/paste/pull/4311) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Base Radio Checkbox, Button, Combobox, File Picker, File Uploader, Input, Input Box, Menu, Select, Textarea, Visual Picker] Update styles of form related components

## 15.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button",
"version": "15.0.1",
"version": "15.0.2",
"category": "interaction",
"status": "production",
"description": "A Button is a clickable element which communicates that users can trigger an action.",
Expand Down Expand Up @@ -53,8 +53,8 @@
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.13.0",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/design-tokens": "^10.14.1",
"@twilio-paste/icons": "^13.1.0",
"@twilio-paste/spinner": "^15.0.1",
"@twilio-paste/stack": "^9.0.1",
"@twilio-paste/style-props": "^10.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.2.0

### Minor Changes

- [`2e469921a`](https://github.com/twilio-labs/paste/commit/2e469921a54d96f714da4ed568d85eb53642784c) [#4304](https://github.com/twilio-labs/paste/pull/4304) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Card]: add `fillWidth` prop to make card width stretch to the container width

## 10.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/card",
"version": "10.1.0",
"version": "10.2.0",
"category": "data display",
"status": "production",
"description": "A Card is a styled container that groups related content and actions.",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.13.0",
"@twilio-paste/design-tokens": "^10.14.1",
"@twilio-paste/style-props": "^10.0.1",
"@twilio-paste/styling-library": "^4.0.1",
"@twilio-paste/theme": "^12.0.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-core/components/chat-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @twilio-paste/chat-composer

## 6.1.0

### Minor Changes

- [`404eeec61`](https://github.com/twilio-labs/paste/commit/404eeec6110f4a1f2f413cf10de16b3055c798f7) [#4327](https://github.com/twilio-labs/paste/pull/4327) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] add prop `autoLink` which defaults to `true` to allow users to disable the AutoLink plugin

### Patch Changes

- [`16e8016a0`](https://github.com/twilio-labs/paste/commit/16e8016a0654601c8c12224603daa1ada56708db) [#4334](https://github.com/twilio-labs/paste/pull/4334) Thanks [@serifluous](https://github.com/serifluous)! - Visible changes in dark themes only. Redarkened color-background-weak and added color-background-weaker-elevation

## 6.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/chat-composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/chat-composer",
"version": "6.0.2",
"version": "6.1.0",
"category": "user input",
"status": "production",
"description": "A Chat Composer is an input made for users to type rich chat messages.",
Expand Down Expand Up @@ -47,12 +47,12 @@
"@twilio-paste/anchor": "^13.0.1",
"@twilio-paste/animation-library": "^3.0.1",
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/button": "^15.0.1",
"@twilio-paste/button": "^15.0.2",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.13.0",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/lexical-library": "^5.0.1",
"@twilio-paste/design-tokens": "^10.14.1",
"@twilio-paste/icons": "^13.1.0",
"@twilio-paste/lexical-library": "^5.1.0",
"@twilio-paste/screen-reader-only": "^14.0.1",
"@twilio-paste/stack": "^9.0.1",
"@twilio-paste/style-props": "^10.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 14.0.2

### Patch Changes

- [`6040893c0`](https://github.com/twilio-labs/paste/commit/6040893c0b7c8c0e2d61d14d2278de2b9829a825) [#4311](https://github.com/twilio-labs/paste/pull/4311) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Base Radio Checkbox, Button, Combobox, File Picker, File Uploader, Input, Input Box, Menu, Select, Textarea, Visual Picker] Update styles of form related components

## 14.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/checkbox",
"version": "14.0.1",
"version": "14.0.2",
"category": "user input",
"status": "production",
"description": "A Checkbox is a form element that enables a binary choice and a Checkbox Group is a collection of Checkboxes.",
Expand Down Expand Up @@ -52,16 +52,16 @@
},
"devDependencies": {
"@twilio-paste/animation-library": "^3.0.1",
"@twilio-paste/base-radio-checkbox": "^14.0.1",
"@twilio-paste/base-radio-checkbox": "^14.0.2",
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.7.0",
"@twilio-paste/design-tokens": "^10.14.1",
"@twilio-paste/flex": "^9.0.1",
"@twilio-paste/help-text": "^14.0.1",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/icons": "^13.1.0",
"@twilio-paste/inline-control-group": "^14.0.1",
"@twilio-paste/label": "^14.0.1",
"@twilio-paste/label": "^14.1.0",
"@twilio-paste/media-object": "^11.0.1",
"@twilio-paste/screen-reader-only": "^14.0.1",
"@twilio-paste/sibling-box": "^10.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 17.0.2

### Patch Changes

- [`6040893c0`](https://github.com/twilio-labs/paste/commit/6040893c0b7c8c0e2d61d14d2278de2b9829a825) [#4311](https://github.com/twilio-labs/paste/pull/4311) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Base Radio Checkbox, Button, Combobox, File Picker, File Uploader, Input, Input Box, Menu, Select, Textarea, Visual Picker] Update styles of form related components

* [`16e8016a0`](https://github.com/twilio-labs/paste/commit/16e8016a0654601c8c12224603daa1ada56708db) [#4334](https://github.com/twilio-labs/paste/pull/4334) Thanks [@serifluous](https://github.com/serifluous)! - Visible changes in dark themes only. Redarkened color-background-weak and added color-background-weaker-elevation

## 17.0.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/combobox",
"version": "17.0.1",
"version": "17.0.2",
"category": "user input",
"status": "production",
"description": "A Combobox is a styled dropdown form element that allows users to either type a value or select a value from a list.",
Expand Down Expand Up @@ -68,19 +68,19 @@
"@twilio-paste/anchor": "^13.0.1",
"@twilio-paste/animation-library": "^3.0.1",
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/button": "^15.0.1",
"@twilio-paste/button": "^15.0.2",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/combobox-primitive": "^3.0.1",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.13.0",
"@twilio-paste/design-tokens": "^10.14.1",
"@twilio-paste/dropdown-library": "^4.0.1",
"@twilio-paste/flex": "^9.0.1",
"@twilio-paste/form-pill-group": "^9.0.1",
"@twilio-paste/help-text": "^14.0.1",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/input": "^10.0.1",
"@twilio-paste/input-box": "^11.0.1",
"@twilio-paste/label": "^14.0.1",
"@twilio-paste/icons": "^13.1.0",
"@twilio-paste/input": "^10.0.2",
"@twilio-paste/input-box": "^11.0.2",
"@twilio-paste/label": "^14.1.0",
"@twilio-paste/media-object": "^11.0.1",
"@twilio-paste/reakit-library": "^3.0.1",
"@twilio-paste/screen-reader-only": "^14.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/file-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/file-picker

## 5.0.2

### Patch Changes

- [`6040893c0`](https://github.com/twilio-labs/paste/commit/6040893c0b7c8c0e2d61d14d2278de2b9829a825) [#4311](https://github.com/twilio-labs/paste/pull/4311) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Base Radio Checkbox, Button, Combobox, File Picker, File Uploader, Input, Input Box, Menu, Select, Textarea, Visual Picker] Update styles of form related components

## 5.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/components/file-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/file-picker",
"version": "5.0.1",
"version": "5.0.2",
"category": "interaction",
"status": "production",
"description": "A File Picker is a form element used to upload files.",
Expand Down Expand Up @@ -51,11 +51,11 @@
"@twilio-paste/anchor": "^13.0.1",
"@twilio-paste/animation-library": "^3.0.1",
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/button": "^15.0.1",
"@twilio-paste/button": "^15.0.2",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/design-tokens": "^10.14.1",
"@twilio-paste/icons": "^13.1.0",
"@twilio-paste/sibling-box": "^10.0.1",
"@twilio-paste/spinner": "^15.0.1",
"@twilio-paste/stack": "^9.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/file-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/file-uploader

## 5.0.2

### Patch Changes

- [`6040893c0`](https://github.com/twilio-labs/paste/commit/6040893c0b7c8c0e2d61d14d2278de2b9829a825) [#4311](https://github.com/twilio-labs/paste/pull/4311) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Base Radio Checkbox, Button, Combobox, File Picker, File Uploader, Input, Input Box, Menu, Select, Textarea, Visual Picker] Update styles of form related components

## 5.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/file-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/file-uploader",
"version": "5.0.1",
"version": "5.0.2",
"category": "user input",
"status": "production",
"description": "A file uploader is a form element used to upload multiple files.",
Expand Down Expand Up @@ -57,13 +57,13 @@
"@twilio-paste/anchor": "^13.0.1",
"@twilio-paste/animation-library": "^3.0.1",
"@twilio-paste/box": "^11.0.1",
"@twilio-paste/button": "^15.0.1",
"@twilio-paste/button": "^15.0.2",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^9.0.1",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/design-tokens": "^10.14.1",
"@twilio-paste/help-text": "^14.0.1",
"@twilio-paste/icons": "^13.0.1",
"@twilio-paste/label": "^14.0.1",
"@twilio-paste/icons": "^13.1.0",
"@twilio-paste/label": "^14.1.0",
"@twilio-paste/media-object": "^11.0.1",
"@twilio-paste/screen-reader-only": "^14.0.1",
"@twilio-paste/spinner": "^15.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/input-box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 11.0.2

### Patch Changes

- [`6040893c0`](https://github.com/twilio-labs/paste/commit/6040893c0b7c8c0e2d61d14d2278de2b9829a825) [#4311](https://github.com/twilio-labs/paste/pull/4311) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Base Radio Checkbox, Button, Combobox, File Picker, File Uploader, Input, Input Box, Menu, Select, Textarea, Visual Picker] Update styles of form related components

## 11.0.1

### Patch Changes
Expand Down
Loading
Loading