From 69954e0d940aca8e6d22547950bb63a3b73fdfd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Oct 2023 22:49:33 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/beige-eagles-smash.md | 6 - .changeset/brave-hairs-unite.md | 6 - .changeset/calm-chicken-switch.md | 6 - .changeset/clean-adults-nail.md | 6 - .changeset/clever-cobras-taste.md | 6 - .changeset/clever-waves-deliver.md | 6 - .changeset/cold-brooms-type.md | 6 - .changeset/dirty-bottles-shop.md | 6 - .changeset/early-frogs-applaud.md | 14 - .changeset/eleven-ducks-retire.md | 9 - .changeset/fifty-peas-swim.md | 6 - .changeset/fresh-brooms-whisper.md | 6 - .changeset/giant-pugs-lie.md | 6 - .changeset/green-vans-play.md | 6 - .changeset/hot-olives-marry.md | 6 - .changeset/itchy-carpets-melt.md | 6 - .changeset/light-rabbits-smash.md | 6 - .changeset/loud-nails-hope.md | 6 - .changeset/old-badgers-judge.md | 6 - .changeset/plenty-knives-grin.md | 6 - .changeset/popular-seahorses-battle.md | 6 - .changeset/pretty-melons-cry.md | 6 - .changeset/proud-chicken-march.md | 6 - .changeset/quick-ravens-rule.md | 6 - .changeset/selfish-jobs-give.md | 6 - .changeset/sharp-doors-call.md | 6 - .changeset/shiny-plants-doubt.md | 6 - .changeset/silly-mirrors-smash.md | 6 - .changeset/silver-bottles-pretend.md | 6 - .changeset/six-foxes-fix.md | 6 - .changeset/slow-humans-peel.md | 6 - .changeset/sour-knives-design.md | 6 - .changeset/strange-toes-melt.md | 6 - .changeset/ten-bananas-check.md | 6 - .changeset/thirty-dots-reply.md | 6 - .changeset/thirty-forks-poke.md | 11 - .changeset/tiny-eels-worry.md | 5 - .changeset/two-glasses-laugh.md | 6 - .changeset/wild-poems-cry.md | 6 - packages/paste-codemods/CHANGELOG.md | 10 + packages/paste-codemods/package.json | 4 +- .../components/breadcrumb/CHANGELOG.md | 6 + .../components/breadcrumb/package.json | 2 +- .../components/chat-composer/CHANGELOG.md | 6 + .../components/chat-composer/package.json | 2 +- .../components/checkbox/CHANGELOG.md | 6 + .../components/checkbox/package.json | 6 +- .../components/combobox/CHANGELOG.md | 6 + .../components/combobox/package.json | 8 +- .../components/data-grid/CHANGELOG.md | 12 + .../components/data-grid/package.json | 2 +- .../components/description-list/CHANGELOG.md | 6 + .../components/description-list/package.json | 2 +- .../in-page-navigation/CHANGELOG.md | 10 + .../in-page-navigation/package.json | 2 +- .../components/inline-code/CHANGELOG.md | 6 + .../components/inline-code/package.json | 2 +- .../inline-control-group/CHANGELOG.md | 6 + .../inline-control-group/package.json | 4 +- .../components/input-box/CHANGELOG.md | 6 + .../components/input-box/package.json | 2 +- .../paste-core/components/input/CHANGELOG.md | 6 + .../paste-core/components/input/package.json | 4 +- .../paste-core/components/label/CHANGELOG.md | 6 + .../paste-core/components/label/package.json | 2 +- .../paste-core/components/list/CHANGELOG.md | 6 + .../paste-core/components/list/package.json | 2 +- .../paste-core/components/menu/CHANGELOG.md | 8 + .../paste-core/components/menu/package.json | 2 +- .../paste-core/components/meter/CHANGELOG.md | 8 + .../paste-core/components/meter/package.json | 4 +- .../minimizable-dialog/CHANGELOG.md | 6 + .../minimizable-dialog/package.json | 2 +- .../paste-core/components/modal/CHANGELOG.md | 6 + .../paste-core/components/modal/package.json | 2 +- .../components/pagination/CHANGELOG.md | 6 + .../components/pagination/package.json | 2 +- .../components/paragraph/CHANGELOG.md | 6 + .../components/paragraph/package.json | 2 +- .../components/popover/CHANGELOG.md | 6 + .../components/popover/package.json | 2 +- .../components/product-switcher/CHANGELOG.md | 6 + .../components/product-switcher/package.json | 4 +- .../components/progress-bar/CHANGELOG.md | 20 ++ .../components/progress-bar/package.json | 4 +- .../components/progress-steps/CHANGELOG.md | 6 + .../components/progress-steps/package.json | 2 +- .../paste-core/components/select/CHANGELOG.md | 11 + .../paste-core/components/select/package.json | 4 +- .../paste-core/components/tabs/CHANGELOG.md | 6 + .../paste-core/components/tabs/package.json | 2 +- .../components/textarea/CHANGELOG.md | 6 + .../components/textarea/package.json | 4 +- .../components/time-picker/CHANGELOG.md | 6 + .../components/time-picker/package.json | 6 +- .../paste-core/components/toast/CHANGELOG.md | 6 + .../paste-core/components/toast/package.json | 2 +- .../components/tooltip/CHANGELOG.md | 6 + .../components/tooltip/package.json | 2 +- .../paste-core/components/topbar/CHANGELOG.md | 6 + .../paste-core/components/topbar/package.json | 2 +- .../components/truncate/CHANGELOG.md | 6 + .../components/truncate/package.json | 2 +- .../components/user-dialog/CHANGELOG.md | 6 + .../components/user-dialog/package.json | 2 +- .../components/visual-picker/CHANGELOG.md | 6 + .../components/visual-picker/package.json | 8 +- packages/paste-core/core-bundle/CHANGELOG.md | 133 ++++++++++ packages/paste-core/core-bundle/package.json | 70 ++--- packages/paste-core/layout/grid/CHANGELOG.md | 6 + packages/paste-core/layout/grid/package.json | 2 +- packages/paste-website/CHANGELOG.md | 39 +++ packages/paste-website/package.json | 68 ++--- yarn.lock | 240 +++++++++--------- 114 files changed, 661 insertions(+), 491 deletions(-) delete mode 100644 .changeset/beige-eagles-smash.md delete mode 100644 .changeset/brave-hairs-unite.md delete mode 100644 .changeset/calm-chicken-switch.md delete mode 100644 .changeset/clean-adults-nail.md delete mode 100644 .changeset/clever-cobras-taste.md delete mode 100644 .changeset/clever-waves-deliver.md delete mode 100644 .changeset/cold-brooms-type.md delete mode 100644 .changeset/dirty-bottles-shop.md delete mode 100644 .changeset/early-frogs-applaud.md delete mode 100644 .changeset/eleven-ducks-retire.md delete mode 100644 .changeset/fifty-peas-swim.md delete mode 100644 .changeset/fresh-brooms-whisper.md delete mode 100644 .changeset/giant-pugs-lie.md delete mode 100644 .changeset/green-vans-play.md delete mode 100644 .changeset/hot-olives-marry.md delete mode 100644 .changeset/itchy-carpets-melt.md delete mode 100644 .changeset/light-rabbits-smash.md delete mode 100644 .changeset/loud-nails-hope.md delete mode 100644 .changeset/old-badgers-judge.md delete mode 100644 .changeset/plenty-knives-grin.md delete mode 100644 .changeset/popular-seahorses-battle.md delete mode 100644 .changeset/pretty-melons-cry.md delete mode 100644 .changeset/proud-chicken-march.md delete mode 100644 .changeset/quick-ravens-rule.md delete mode 100644 .changeset/selfish-jobs-give.md delete mode 100644 .changeset/sharp-doors-call.md delete mode 100644 .changeset/shiny-plants-doubt.md delete mode 100644 .changeset/silly-mirrors-smash.md delete mode 100644 .changeset/silver-bottles-pretend.md delete mode 100644 .changeset/six-foxes-fix.md delete mode 100644 .changeset/slow-humans-peel.md delete mode 100644 .changeset/sour-knives-design.md delete mode 100644 .changeset/strange-toes-melt.md delete mode 100644 .changeset/ten-bananas-check.md delete mode 100644 .changeset/thirty-dots-reply.md delete mode 100644 .changeset/thirty-forks-poke.md delete mode 100644 .changeset/tiny-eels-worry.md delete mode 100644 .changeset/two-glasses-laugh.md delete mode 100644 .changeset/wild-poems-cry.md diff --git a/.changeset/beige-eagles-smash.md b/.changeset/beige-eagles-smash.md deleted file mode 100644 index 264b2974e4..0000000000 --- a/.changeset/beige-eagles-smash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/textarea": patch -"@twilio-paste/core": patch ---- - -[Textarea] Improve TsDoc type annotations diff --git a/.changeset/brave-hairs-unite.md b/.changeset/brave-hairs-unite.md deleted file mode 100644 index 684932f065..0000000000 --- a/.changeset/brave-hairs-unite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/time-picker": patch -"@twilio-paste/core": patch ---- - -[Time picker] Improve TsDoc type annotations diff --git a/.changeset/calm-chicken-switch.md b/.changeset/calm-chicken-switch.md deleted file mode 100644 index ac2d155730..0000000000 --- a/.changeset/calm-chicken-switch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/modal": patch -"@twilio-paste/core": patch ---- - -[Modal] Improve TsDoc type annotations diff --git a/.changeset/clean-adults-nail.md b/.changeset/clean-adults-nail.md deleted file mode 100644 index c4e8931597..0000000000 --- a/.changeset/clean-adults-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/in-page-navigation": patch -"@twilio-paste/core": patch ---- - -[In Page Navigation] Improved TsDoc type annotations diff --git a/.changeset/clever-cobras-taste.md b/.changeset/clever-cobras-taste.md deleted file mode 100644 index eb4416107f..0000000000 --- a/.changeset/clever-cobras-taste.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/product-switcher": patch -"@twilio-paste/core": patch ---- - -[Product Switcher] Improve TsDoc type annotations. diff --git a/.changeset/clever-waves-deliver.md b/.changeset/clever-waves-deliver.md deleted file mode 100644 index 82f6df1901..0000000000 --- a/.changeset/clever-waves-deliver.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/pagination": patch -"@twilio-paste/core": patch ---- - -[Pagination] Improved TsDoc type annotations. Fix isHovered and isFocused props usage on PaginationArrow so the passed value is actually used. diff --git a/.changeset/cold-brooms-type.md b/.changeset/cold-brooms-type.md deleted file mode 100644 index e46ef58abf..0000000000 --- a/.changeset/cold-brooms-type.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/meter": patch -"@twilio-paste/core": patch ---- - -[Meter] Remove console.warn log spam regarding aria-label diff --git a/.changeset/dirty-bottles-shop.md b/.changeset/dirty-bottles-shop.md deleted file mode 100644 index 536088f2b9..0000000000 --- a/.changeset/dirty-bottles-shop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/data-grid": minor -"@twilio-paste/core": minor ---- - -[Data Grid] Add ability to override default "grid" role to be "treegrid" for making custom tree grid components using Data Grid. "treegrid" is the only valid type that can be passed to role. diff --git a/.changeset/early-frogs-applaud.md b/.changeset/early-frogs-applaud.md deleted file mode 100644 index 23ad016069..0000000000 --- a/.changeset/early-frogs-applaud.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@twilio-paste/progress-bar": minor -"@twilio-paste/core": minor ---- - -[ProgressBar] Added new features and updated the design. - -The ProgressBarLabel component has the following new props: -- `valueLabel` which displays a plain text value on the right side of the label. -- `disabled` which applies disabled styling on the label. - -The ProgressBar component has updated styling and the following new props: -- `hasError` which displays error styling. -- `disabled` which displays disabled styling. diff --git a/.changeset/eleven-ducks-retire.md b/.changeset/eleven-ducks-retire.md deleted file mode 100644 index 01a0eb9a2f..0000000000 --- a/.changeset/eleven-ducks-retire.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@twilio-paste/breadcrumb": patch -"@twilio-paste/checkbox": patch -"@twilio-paste/menu": patch -"@twilio-paste/grid": patch -"@twilio-paste/core": patch ---- - -chore: removed unnecessary type assertions diff --git a/.changeset/fifty-peas-swim.md b/.changeset/fifty-peas-swim.md deleted file mode 100644 index e453cfcf3a..0000000000 --- a/.changeset/fifty-peas-swim.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/chat-composer": patch -"@twilio-paste/core": patch ---- - -[Chat Composer] Change overflowY from "scroll" to "auto" to prevent non-scrollable scrollbar bug diff --git a/.changeset/fresh-brooms-whisper.md b/.changeset/fresh-brooms-whisper.md deleted file mode 100644 index 137f512d47..0000000000 --- a/.changeset/fresh-brooms-whisper.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/topbar": patch -"@twilio-paste/core": patch ---- - -[Topbar] Improve TsDoc type annotations diff --git a/.changeset/giant-pugs-lie.md b/.changeset/giant-pugs-lie.md deleted file mode 100644 index 73fd9d3489..0000000000 --- a/.changeset/giant-pugs-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/inline-code": patch -"@twilio-paste/core": patch ---- - -[Inline Code] Improved TsDoc type annotations diff --git a/.changeset/green-vans-play.md b/.changeset/green-vans-play.md deleted file mode 100644 index 437bbc3ec2..0000000000 --- a/.changeset/green-vans-play.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/user-dialog": patch -"@twilio-paste/core": patch ---- - -[User dialog] Improve TsDoc type annotations diff --git a/.changeset/hot-olives-marry.md b/.changeset/hot-olives-marry.md deleted file mode 100644 index 975b5d2523..0000000000 --- a/.changeset/hot-olives-marry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/tabs": patch -"@twilio-paste/core": patch ---- - -[Tabs] Improve TsDoc type annotations diff --git a/.changeset/itchy-carpets-melt.md b/.changeset/itchy-carpets-melt.md deleted file mode 100644 index 71a63ccf84..0000000000 --- a/.changeset/itchy-carpets-melt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/tooltip": patch -"@twilio-paste/core": patch ---- - -[Tooltip] Improve TsDoc type annotations diff --git a/.changeset/light-rabbits-smash.md b/.changeset/light-rabbits-smash.md deleted file mode 100644 index 83d2d8f7d9..0000000000 --- a/.changeset/light-rabbits-smash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/input": patch -"@twilio-paste/core": patch ---- - -[Input] Improve TsDoc type annotations diff --git a/.changeset/loud-nails-hope.md b/.changeset/loud-nails-hope.md deleted file mode 100644 index a9c9028aa6..0000000000 --- a/.changeset/loud-nails-hope.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/inline-control-group": patch -"@twilio-paste/core": patch ---- - -[Inline Control Group] Improve TsDoc type annotations diff --git a/.changeset/old-badgers-judge.md b/.changeset/old-badgers-judge.md deleted file mode 100644 index 457d483fa2..0000000000 --- a/.changeset/old-badgers-judge.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/codemods": patch -"@twilio-paste/core": patch ---- - -[Codemods] updated paste exports map diff --git a/.changeset/plenty-knives-grin.md b/.changeset/plenty-knives-grin.md deleted file mode 100644 index b6703b6afc..0000000000 --- a/.changeset/plenty-knives-grin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/paragraph": patch -"@twilio-paste/core": patch ---- - -[Paragraph] Improve TsDoc type annotations diff --git a/.changeset/popular-seahorses-battle.md b/.changeset/popular-seahorses-battle.md deleted file mode 100644 index 284c402c0b..0000000000 --- a/.changeset/popular-seahorses-battle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/truncate": patch -"@twilio-paste/core": patch ---- - -[Truncate] Improve TsDoc type annotations diff --git a/.changeset/pretty-melons-cry.md b/.changeset/pretty-melons-cry.md deleted file mode 100644 index 76c8d6192c..0000000000 --- a/.changeset/pretty-melons-cry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/progress-steps": patch -"@twilio-paste/core": patch ---- - -[Progress Steps] Improve TsDoc type annotations diff --git a/.changeset/proud-chicken-march.md b/.changeset/proud-chicken-march.md deleted file mode 100644 index fb53725aa2..0000000000 --- a/.changeset/proud-chicken-march.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/label": patch -"@twilio-paste/core": patch ---- - -[Label] Improve TsDoc type annotations diff --git a/.changeset/quick-ravens-rule.md b/.changeset/quick-ravens-rule.md deleted file mode 100644 index c2baaed6f0..0000000000 --- a/.changeset/quick-ravens-rule.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/popover": minor -"@twilio-paste/core": patch ---- - -[Popover] Improve TsDoc type annotations diff --git a/.changeset/selfish-jobs-give.md b/.changeset/selfish-jobs-give.md deleted file mode 100644 index 4a479ab285..0000000000 --- a/.changeset/selfish-jobs-give.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/toast": patch -"@twilio-paste/core": patch ---- - -[Toast] Improve TsDoc type annotations diff --git a/.changeset/sharp-doors-call.md b/.changeset/sharp-doors-call.md deleted file mode 100644 index e1ddf82d84..0000000000 --- a/.changeset/sharp-doors-call.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/visual-picker": patch -"@twilio-paste/core": patch ---- - -[Visual Picker] Improve TsDoc type annotations diff --git a/.changeset/shiny-plants-doubt.md b/.changeset/shiny-plants-doubt.md deleted file mode 100644 index 8c5ccc60cc..0000000000 --- a/.changeset/shiny-plants-doubt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/minimizable-dialog": patch -"@twilio-paste/core": patch ---- - -[Minimizable Dialog] Improved TsDoc type annotations diff --git a/.changeset/silly-mirrors-smash.md b/.changeset/silly-mirrors-smash.md deleted file mode 100644 index a42a06defc..0000000000 --- a/.changeset/silly-mirrors-smash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/data-grid": patch -"@twilio-paste/core": patch ---- - -[Data Grid] Fix issue where form elements in the data-grid that immediately re-render on mount cause the tabIndex management system to faulter. diff --git a/.changeset/silver-bottles-pretend.md b/.changeset/silver-bottles-pretend.md deleted file mode 100644 index 4efa7a16a1..0000000000 --- a/.changeset/silver-bottles-pretend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/data-grid": patch -"@twilio-paste/core": patch ---- - -chore(data-grid): change isCell function into a type guard and remove unnecessary type assertions diff --git a/.changeset/six-foxes-fix.md b/.changeset/six-foxes-fix.md deleted file mode 100644 index e3f9ebaf00..0000000000 --- a/.changeset/six-foxes-fix.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/meter": patch -"@twilio-paste/core": patch ---- - -[Meter] Improve TsDoc type annotations diff --git a/.changeset/slow-humans-peel.md b/.changeset/slow-humans-peel.md deleted file mode 100644 index 8931c98c74..0000000000 --- a/.changeset/slow-humans-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/in-page-navigation": minor -"@twilio-paste/core": minor ---- - -[In Page Navigation] Add new `orientation` property with a vertical option. diff --git a/.changeset/sour-knives-design.md b/.changeset/sour-knives-design.md deleted file mode 100644 index a70c8c10b4..0000000000 --- a/.changeset/sour-knives-design.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/combobox": patch -"@twilio-paste/core": patch ---- - -[Combobox] Fix `placeholder` cropping issue in MultiselectCombobox diff --git a/.changeset/strange-toes-melt.md b/.changeset/strange-toes-melt.md deleted file mode 100644 index f1f61571ea..0000000000 --- a/.changeset/strange-toes-melt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/list": patch -"@twilio-paste/core": patch ---- - -[List] Improve TsDoc type annotations diff --git a/.changeset/ten-bananas-check.md b/.changeset/ten-bananas-check.md deleted file mode 100644 index a30e8ddbc2..0000000000 --- a/.changeset/ten-bananas-check.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/progress-bar": patch -"@twilio-paste/core": patch ---- - -[Progress Bar] Improve TsDoc type annotations diff --git a/.changeset/thirty-dots-reply.md b/.changeset/thirty-dots-reply.md deleted file mode 100644 index f33ecae67b..0000000000 --- a/.changeset/thirty-dots-reply.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/description-list": minor -"@twilio-paste/core": minor ---- - -[Description List] Adjust spacing on Description List component. Description List was previously inheriting 14px of top and bottom margin from the HTML element. This change removes that spacing, so the component now has 0px of top/bottom margin. The same amount of spacing remains between DescriptionListTerms and DescriptionListDetails. In order to maintain designs with Description Lists, you may have to replace the removed spacing to your layout. diff --git a/.changeset/thirty-forks-poke.md b/.changeset/thirty-forks-poke.md deleted file mode 100644 index 7a0c74612f..0000000000 --- a/.changeset/thirty-forks-poke.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@twilio-paste/select": patch -"@twilio-paste/core": patch ---- - -[Select] fix the hydration issue which caused the `defaultValue` prop to not be respected. - -Since the React v18 upgrade, we were only rendering the children options after the component and html select -wrapper had mounted. The select would mount with a `defaultValue` of a child that didn't exist, then the -children would be added, so it wouldn't know what value to select. To fix the hydration and `defaultValue` -together we now re-render the entire Select on mount. diff --git a/.changeset/tiny-eels-worry.md b/.changeset/tiny-eels-worry.md deleted file mode 100644 index f9d839db3c..0000000000 --- a/.changeset/tiny-eels-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[Codemods] updated exports for type updates diff --git a/.changeset/two-glasses-laugh.md b/.changeset/two-glasses-laugh.md deleted file mode 100644 index c2b2282460..0000000000 --- a/.changeset/two-glasses-laugh.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/input-box": patch -"@twilio-paste/core": patch ---- - -[Input Box] Improve TsDoc type annotations diff --git a/.changeset/wild-poems-cry.md b/.changeset/wild-poems-cry.md deleted file mode 100644 index d6c9caedce..0000000000 --- a/.changeset/wild-poems-cry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/menu": patch -"@twilio-paste/core": patch ---- - -[Menu] Improve TsDoc type annotations diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index a53264b89d..dc2da74f48 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.6.0 + +### Minor Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] updated exports for type updates + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Codemods] updated paste exports map + ## 0.5.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 754a103fc5..340a6a300c 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.5.0", + "version": "0.6.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.4.0", + "@twilio-paste/core": "^20.5.0", "tsx": "^3.12.10" } } diff --git a/packages/paste-core/components/breadcrumb/CHANGELOG.md b/packages/paste-core/components/breadcrumb/CHANGELOG.md index 1a4b9c3ce2..36f567d4de 100644 --- a/packages/paste-core/components/breadcrumb/CHANGELOG.md +++ b/packages/paste-core/components/breadcrumb/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 11.1.1 + +### Patch Changes + +- [`3b350c741`](https://github.com/twilio-labs/paste/commit/3b350c741615094c62ba1df4d062d3e02c0ab261) [#3522](https://github.com/twilio-labs/paste/pull/3522) Thanks [@abereghici](https://github.com/abereghici)! - chore: removed unnecessary type assertions + ## 11.1.0 ### Minor Changes diff --git a/packages/paste-core/components/breadcrumb/package.json b/packages/paste-core/components/breadcrumb/package.json index 833dc62244..5ed106b322 100644 --- a/packages/paste-core/components/breadcrumb/package.json +++ b/packages/paste-core/components/breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/breadcrumb", - "version": "11.1.0", + "version": "11.1.1", "category": "navigation", "status": "production", "description": "A Breadcrumb is text that shows navigation hierarchy and lets users navigate a nested path of pages.", diff --git a/packages/paste-core/components/chat-composer/CHANGELOG.md b/packages/paste-core/components/chat-composer/CHANGELOG.md index 8be30337c3..6cfc880d2f 100644 --- a/packages/paste-core/components/chat-composer/CHANGELOG.md +++ b/packages/paste-core/components/chat-composer/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/chat-composer +## 5.1.1 + +### Patch Changes + +- [`1a70ec030`](https://github.com/twilio-labs/paste/commit/1a70ec030da48161ec296034cab19d34ce24f01d) [#3543](https://github.com/twilio-labs/paste/pull/3543) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Change overflowY from "scroll" to "auto" to prevent non-scrollable scrollbar bug + ## 5.1.0 ### Minor Changes diff --git a/packages/paste-core/components/chat-composer/package.json b/packages/paste-core/components/chat-composer/package.json index a7bc8760cb..a95b548e81 100644 --- a/packages/paste-core/components/chat-composer/package.json +++ b/packages/paste-core/components/chat-composer/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/chat-composer", - "version": "5.1.0", + "version": "5.1.1", "category": "user input", "status": "production", "description": "A Chat Composer is an input made for users to type rich chat messages.", diff --git a/packages/paste-core/components/checkbox/CHANGELOG.md b/packages/paste-core/components/checkbox/CHANGELOG.md index d412ec0460..936bee211a 100644 --- a/packages/paste-core/components/checkbox/CHANGELOG.md +++ b/packages/paste-core/components/checkbox/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 13.1.1 + +### Patch Changes + +- [`3b350c741`](https://github.com/twilio-labs/paste/commit/3b350c741615094c62ba1df4d062d3e02c0ab261) [#3522](https://github.com/twilio-labs/paste/pull/3522) Thanks [@abereghici](https://github.com/abereghici)! - chore: removed unnecessary type assertions + ## 13.1.0 ### Minor Changes diff --git a/packages/paste-core/components/checkbox/package.json b/packages/paste-core/components/checkbox/package.json index 1e890f68bb..85d83588e2 100644 --- a/packages/paste-core/components/checkbox/package.json +++ b/packages/paste-core/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/checkbox", - "version": "13.1.0", + "version": "13.1.1", "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.", @@ -60,8 +60,8 @@ "@twilio-paste/flex": "^8.1.0", "@twilio-paste/help-text": "^13.1.0", "@twilio-paste/icons": "^12.2.0", - "@twilio-paste/inline-control-group": "^13.0.0", - "@twilio-paste/label": "^13.1.0", + "@twilio-paste/inline-control-group": "^13.0.1", + "@twilio-paste/label": "^13.1.1", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", "@twilio-paste/sibling-box": "^9.1.0", diff --git a/packages/paste-core/components/combobox/CHANGELOG.md b/packages/paste-core/components/combobox/CHANGELOG.md index 1abe711795..a3bcb79611 100644 --- a/packages/paste-core/components/combobox/CHANGELOG.md +++ b/packages/paste-core/components/combobox/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 16.2.1 + +### Patch Changes + +- [`c58b3bfbd`](https://github.com/twilio-labs/paste/commit/c58b3bfbd50d07221eff953feed9bbb2b9a84186) [#3540](https://github.com/twilio-labs/paste/pull/3540) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox] Fix `placeholder` cropping issue in MultiselectCombobox + ## 16.2.0 ### Minor Changes diff --git a/packages/paste-core/components/combobox/package.json b/packages/paste-core/components/combobox/package.json index 644a7b8404..400dd6b221 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": "16.2.0", + "version": "16.2.1", "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.", @@ -77,9 +77,9 @@ "@twilio-paste/form-pill-group": "^8.0.1", "@twilio-paste/help-text": "^13.1.0", "@twilio-paste/icons": "^12.2.0", - "@twilio-paste/input": "^9.1.0", - "@twilio-paste/input-box": "^10.1.0", - "@twilio-paste/label": "^13.1.0", + "@twilio-paste/input": "^9.1.1", + "@twilio-paste/input-box": "^10.1.1", + "@twilio-paste/label": "^13.1.1", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", diff --git a/packages/paste-core/components/data-grid/CHANGELOG.md b/packages/paste-core/components/data-grid/CHANGELOG.md index 2abd533f84..e05dd0287f 100644 --- a/packages/paste-core/components/data-grid/CHANGELOG.md +++ b/packages/paste-core/components/data-grid/CHANGELOG.md @@ -1,5 +1,17 @@ # @twilio-paste/data-grid +## 8.2.0 + +### Minor Changes + +- [`3f6e05d10`](https://github.com/twilio-labs/paste/commit/3f6e05d10553b563cc81dd5c246610be330fb23a) [#3541](https://github.com/twilio-labs/paste/pull/3541) Thanks [@nkrantz](https://github.com/nkrantz)! - [Data Grid] Add ability to override default "grid" role to be "treegrid" for making custom tree grid components using Data Grid. "treegrid" is the only valid type that can be passed to role. + +### Patch Changes + +- [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d) [#3545](https://github.com/twilio-labs/paste/pull/3545) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Data Grid] Fix issue where form elements in the data-grid that immediately re-render on mount cause the tabIndex management system to faulter. + +* [`a684a6bc7`](https://github.com/twilio-labs/paste/commit/a684a6bc79a66987659d7838945b54648faeed4f) [#3516](https://github.com/twilio-labs/paste/pull/3516) Thanks [@abereghici](https://github.com/abereghici)! - chore(data-grid): change isCell function into a type guard and remove unnecessary type assertions + ## 8.1.0 ### Minor Changes diff --git a/packages/paste-core/components/data-grid/package.json b/packages/paste-core/components/data-grid/package.json index 8b66eccbb3..05a078aeb2 100644 --- a/packages/paste-core/components/data-grid/package.json +++ b/packages/paste-core/components/data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/data-grid", - "version": "8.1.0", + "version": "8.2.0", "category": "interaction", "status": "alpha", "description": "A data grid is an interactive table used for working with a large collection of data in a scannable way.", diff --git a/packages/paste-core/components/description-list/CHANGELOG.md b/packages/paste-core/components/description-list/CHANGELOG.md index 14cde3deeb..fd4a081912 100644 --- a/packages/paste-core/components/description-list/CHANGELOG.md +++ b/packages/paste-core/components/description-list/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/description-list +## 4.2.0 + +### Minor Changes + +- [`c023e7345`](https://github.com/twilio-labs/paste/commit/c023e73456e29ef13cee26850a872bc2d57037ba) [#3528](https://github.com/twilio-labs/paste/pull/3528) Thanks [@nkrantz](https://github.com/nkrantz)! - [Description List] Adjust spacing on Description List component. Description List was previously inheriting 14px of top and bottom margin from the HTML element. This change removes that spacing, so the component now has 0px of top/bottom margin. The same amount of spacing remains between DescriptionListTerms and DescriptionListDetails. In order to maintain designs with Description Lists, you may have to replace the removed spacing to your layout. + ## 4.1.0 ### Minor Changes diff --git a/packages/paste-core/components/description-list/package.json b/packages/paste-core/components/description-list/package.json index 34e5b89b4d..119a87c727 100644 --- a/packages/paste-core/components/description-list/package.json +++ b/packages/paste-core/components/description-list/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/description-list", - "version": "4.1.0", + "version": "4.2.0", "category": "typography", "status": "production", "description": "A Description List is a set or sets of terms and their definitions, or details, used to display data.", diff --git a/packages/paste-core/components/in-page-navigation/CHANGELOG.md b/packages/paste-core/components/in-page-navigation/CHANGELOG.md index 44a0d88710..d0d6d81315 100644 --- a/packages/paste-core/components/in-page-navigation/CHANGELOG.md +++ b/packages/paste-core/components/in-page-navigation/CHANGELOG.md @@ -1,5 +1,15 @@ # @twilio-paste/in-page-navigation +## 4.2.0 + +### Minor Changes + +- [`92c16ec9d`](https://github.com/twilio-labs/paste/commit/92c16ec9de1ac35b5dc0a05cf8463729b01a7822) [#3537](https://github.com/twilio-labs/paste/pull/3537) Thanks [@TheSisb](https://github.com/TheSisb)! - [In Page Navigation] Add new `orientation` property with a vertical option. + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [In Page Navigation] Improved TsDoc type annotations + ## 4.1.0 ### Minor Changes diff --git a/packages/paste-core/components/in-page-navigation/package.json b/packages/paste-core/components/in-page-navigation/package.json index 0b801983bd..0e1012a8af 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.1.0", + "version": "4.2.0", "category": "navigation", "status": "production", "description": "An In Page Navigation is a group of styled links that lets users navigate between related pages.", diff --git a/packages/paste-core/components/inline-code/CHANGELOG.md b/packages/paste-core/components/inline-code/CHANGELOG.md index 127292f6c0..4ef3c8487e 100644 --- a/packages/paste-core/components/inline-code/CHANGELOG.md +++ b/packages/paste-core/components/inline-code/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/inline-code +## 4.1.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Inline Code] Improved TsDoc type annotations + ## 4.1.0 ### Minor Changes diff --git a/packages/paste-core/components/inline-code/package.json b/packages/paste-core/components/inline-code/package.json index 87fb13e38e..90e14d6882 100644 --- a/packages/paste-core/components/inline-code/package.json +++ b/packages/paste-core/components/inline-code/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/inline-code", - "version": "4.1.0", + "version": "4.1.1", "category": "typography", "status": "production", "description": "An inline code component visually distinguishes pieces of texts as fragments of code.", diff --git a/packages/paste-core/components/inline-control-group/CHANGELOG.md b/packages/paste-core/components/inline-control-group/CHANGELOG.md index 0ab86ad1c4..2447434fe0 100644 --- a/packages/paste-core/components/inline-control-group/CHANGELOG.md +++ b/packages/paste-core/components/inline-control-group/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 13.0.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Inline Control Group] Improve TsDoc type annotations + ## 13.0.0 ### Major Changes diff --git a/packages/paste-core/components/inline-control-group/package.json b/packages/paste-core/components/inline-control-group/package.json index bce88fdc2f..e8ad573c14 100644 --- a/packages/paste-core/components/inline-control-group/package.json +++ b/packages/paste-core/components/inline-control-group/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/inline-control-group", - "version": "13.0.0", + "version": "13.0.1", "category": "user input", "status": "production", "description": "A base component for creating input groups", @@ -55,7 +55,7 @@ "@twilio-paste/flex": "^8.0.0", "@twilio-paste/help-text": "^13.0.0", "@twilio-paste/icons": "^12.0.0", - "@twilio-paste/label": "^13.0.0", + "@twilio-paste/label": "^13.1.1", "@twilio-paste/media-object": "^10.0.0", "@twilio-paste/screen-reader-only": "^13.0.0", "@twilio-paste/style-props": "^9.0.0", diff --git a/packages/paste-core/components/input-box/CHANGELOG.md b/packages/paste-core/components/input-box/CHANGELOG.md index 6a3aaceae7..f3bdb8ed52 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 +## 10.1.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Input Box] Improve TsDoc type annotations + ## 10.1.0 ### Minor Changes diff --git a/packages/paste-core/components/input-box/package.json b/packages/paste-core/components/input-box/package.json index 72005514b0..390d347ead 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": "10.1.0", + "version": "10.1.1", "category": "user input", "status": "production", "description": "Visual box around every Paste input type", diff --git a/packages/paste-core/components/input/CHANGELOG.md b/packages/paste-core/components/input/CHANGELOG.md index 897f8725c2..ad67f8114b 100644 --- a/packages/paste-core/components/input/CHANGELOG.md +++ b/packages/paste-core/components/input/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 9.1.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Input] Improve TsDoc type annotations + ## 9.1.0 ### Minor Changes diff --git a/packages/paste-core/components/input/package.json b/packages/paste-core/components/input/package.json index d7a6d314af..29df78d6c8 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": "9.1.0", + "version": "9.1.1", "category": "user input", "status": "production", "description": "An Input is a form element that lets users enter one of various types of text on a single line.", @@ -56,7 +56,7 @@ "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", "@twilio-paste/icons": "^12.2.0", - "@twilio-paste/input-box": "^10.1.0", + "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/spinner": "^14.1.0", "@twilio-paste/stack": "^8.1.0", "@twilio-paste/style-props": "^9.1.0", diff --git a/packages/paste-core/components/label/CHANGELOG.md b/packages/paste-core/components/label/CHANGELOG.md index a2212d6e42..4c04f2390e 100644 --- a/packages/paste-core/components/label/CHANGELOG.md +++ b/packages/paste-core/components/label/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 13.1.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Label] Improve TsDoc type annotations + ## 13.1.0 ### Minor Changes diff --git a/packages/paste-core/components/label/package.json b/packages/paste-core/components/label/package.json index 13db7ebc19..9f3766d52a 100644 --- a/packages/paste-core/components/label/package.json +++ b/packages/paste-core/components/label/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/label", - "version": "13.1.0", + "version": "13.1.1", "category": "user input", "status": "production", "description": "A Label is text that provides a visible and accessible name to a form element.", diff --git a/packages/paste-core/components/list/CHANGELOG.md b/packages/paste-core/components/list/CHANGELOG.md index e0aceb5ca2..919b7a7557 100644 --- a/packages/paste-core/components/list/CHANGELOG.md +++ b/packages/paste-core/components/list/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.1.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [List] Improve TsDoc type annotations + ## 8.1.0 ### Minor Changes diff --git a/packages/paste-core/components/list/package.json b/packages/paste-core/components/list/package.json index 6ecf2b1d4b..0a7eae6ecb 100644 --- a/packages/paste-core/components/list/package.json +++ b/packages/paste-core/components/list/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/list", - "version": "8.1.0", + "version": "8.1.1", "category": "typography", "status": "production", "description": "A List is a set of text objects in a bulleted or numbered format.", diff --git a/packages/paste-core/components/menu/CHANGELOG.md b/packages/paste-core/components/menu/CHANGELOG.md index 4f52db5cfd..bdfb764b94 100644 --- a/packages/paste-core/components/menu/CHANGELOG.md +++ b/packages/paste-core/components/menu/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 14.1.1 + +### Patch Changes + +- [`3b350c741`](https://github.com/twilio-labs/paste/commit/3b350c741615094c62ba1df4d062d3e02c0ab261) [#3522](https://github.com/twilio-labs/paste/pull/3522) Thanks [@abereghici](https://github.com/abereghici)! - chore: removed unnecessary type assertions + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Menu] Improve TsDoc type annotations + ## 14.1.0 ### Minor Changes diff --git a/packages/paste-core/components/menu/package.json b/packages/paste-core/components/menu/package.json index dea94f9423..215a5ba3ce 100644 --- a/packages/paste-core/components/menu/package.json +++ b/packages/paste-core/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/menu", - "version": "14.1.0", + "version": "14.1.1", "category": "interaction", "status": "production", "description": "A Menu is a button that presents a list of items that users can choose to trigger an action.", diff --git a/packages/paste-core/components/meter/CHANGELOG.md b/packages/paste-core/components/meter/CHANGELOG.md index a3c069cbcc..9f9c9a0336 100644 --- a/packages/paste-core/components/meter/CHANGELOG.md +++ b/packages/paste-core/components/meter/CHANGELOG.md @@ -1,5 +1,13 @@ # @twilio-paste/meter +## 1.0.3 + +### Patch Changes + +- [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d) [#3545](https://github.com/twilio-labs/paste/pull/3545) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Meter] Remove console.warn log spam regarding aria-label + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Meter] Improve TsDoc type annotations + ## 1.0.2 ### Patch Changes diff --git a/packages/paste-core/components/meter/package.json b/packages/paste-core/components/meter/package.json index 9abc361445..5e2f361af0 100644 --- a/packages/paste-core/components/meter/package.json +++ b/packages/paste-core/components/meter/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/meter", - "version": "1.0.2", + "version": "1.0.3", "category": "data display", "status": "production", "description": "Meter is a visual representation of a numerical value within a known range.", @@ -53,7 +53,7 @@ "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", "@twilio-paste/icons": "^12.2.0", - "@twilio-paste/label": "^13.1.0", + "@twilio-paste/label": "^13.1.1", "@twilio-paste/media-object": "^10.1.0", "@twilio-paste/react-spectrum-library": "^2.2.0", "@twilio-paste/screen-reader-only": "^13.1.0", diff --git a/packages/paste-core/components/minimizable-dialog/CHANGELOG.md b/packages/paste-core/components/minimizable-dialog/CHANGELOG.md index 20b2880a95..56114c29cb 100644 --- a/packages/paste-core/components/minimizable-dialog/CHANGELOG.md +++ b/packages/paste-core/components/minimizable-dialog/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/minimizable-dialog +## 4.1.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Minimizable Dialog] Improved TsDoc type annotations + ## 4.1.0 ### Minor Changes diff --git a/packages/paste-core/components/minimizable-dialog/package.json b/packages/paste-core/components/minimizable-dialog/package.json index 7800b5a35b..954c359307 100644 --- a/packages/paste-core/components/minimizable-dialog/package.json +++ b/packages/paste-core/components/minimizable-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/minimizable-dialog", - "version": "4.1.0", + "version": "4.1.1", "category": "overlays", "status": "production", "description": "A dialog that can be minimized.", diff --git a/packages/paste-core/components/modal/CHANGELOG.md b/packages/paste-core/components/modal/CHANGELOG.md index db72cb86ac..5c88351f67 100644 --- a/packages/paste-core/components/modal/CHANGELOG.md +++ b/packages/paste-core/components/modal/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 16.1.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Modal] Improve TsDoc type annotations + ## 16.1.0 ### Minor Changes diff --git a/packages/paste-core/components/modal/package.json b/packages/paste-core/components/modal/package.json index 37c62d62e7..f521d70993 100644 --- a/packages/paste-core/components/modal/package.json +++ b/packages/paste-core/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/modal", - "version": "16.1.0", + "version": "16.1.1", "category": "overlay", "status": "production", "description": "A Modal is a page overlay that displays information and blocks interaction with the page until an action is taken or the Modal is dismissed.", diff --git a/packages/paste-core/components/pagination/CHANGELOG.md b/packages/paste-core/components/pagination/CHANGELOG.md index f694c5a061..092e9ce6a0 100644 --- a/packages/paste-core/components/pagination/CHANGELOG.md +++ b/packages/paste-core/components/pagination/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/pagination +## 7.1.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Pagination] Improved TsDoc type annotations. Fix isHovered and isFocused props usage on PaginationArrow so the passed value is actually used. + ## 7.1.0 ### Minor Changes diff --git a/packages/paste-core/components/pagination/package.json b/packages/paste-core/components/pagination/package.json index f0871890dd..1aeba23db3 100644 --- a/packages/paste-core/components/pagination/package.json +++ b/packages/paste-core/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/pagination", - "version": "7.1.0", + "version": "7.1.1", "category": "navigation", "status": "production", "description": "Pagination lets users navigate through content or a dataset that’s been broken up into multiple pages.", diff --git a/packages/paste-core/components/paragraph/CHANGELOG.md b/packages/paste-core/components/paragraph/CHANGELOG.md index 9edd459d4c..9a6e59dc77 100644 --- a/packages/paste-core/components/paragraph/CHANGELOG.md +++ b/packages/paste-core/components/paragraph/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.1.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Paragraph] Improve TsDoc type annotations + ## 10.1.0 ### Minor Changes diff --git a/packages/paste-core/components/paragraph/package.json b/packages/paste-core/components/paragraph/package.json index 1b656edbee..d12d84f7bd 100644 --- a/packages/paste-core/components/paragraph/package.json +++ b/packages/paste-core/components/paragraph/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/paragraph", - "version": "10.1.0", + "version": "10.1.1", "category": "typography", "status": "production", "description": "A Paragraph is a block of text.", diff --git a/packages/paste-core/components/popover/CHANGELOG.md b/packages/paste-core/components/popover/CHANGELOG.md index ee694b3306..8f6b4c2a81 100644 --- a/packages/paste-core/components/popover/CHANGELOG.md +++ b/packages/paste-core/components/popover/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 13.2.0 + +### Minor Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Popover] Improve TsDoc type annotations + ## 13.1.0 ### Minor Changes diff --git a/packages/paste-core/components/popover/package.json b/packages/paste-core/components/popover/package.json index 713a3a45a1..081860965e 100644 --- a/packages/paste-core/components/popover/package.json +++ b/packages/paste-core/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/popover", - "version": "13.1.0", + "version": "13.2.0", "category": "interaction", "status": "production", "description": "A Popover is a page overlay triggered by a button that displays additional interactive content.", diff --git a/packages/paste-core/components/product-switcher/CHANGELOG.md b/packages/paste-core/components/product-switcher/CHANGELOG.md index 0e6ab96277..799623dc25 100644 --- a/packages/paste-core/components/product-switcher/CHANGELOG.md +++ b/packages/paste-core/components/product-switcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/product-switcher +## 3.0.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Product Switcher] Improve TsDoc type annotations. + ## 3.0.0 ### Minor Changes diff --git a/packages/paste-core/components/product-switcher/package.json b/packages/paste-core/components/product-switcher/package.json index ada351a030..2ebddce5c3 100644 --- a/packages/paste-core/components/product-switcher/package.json +++ b/packages/paste-core/components/product-switcher/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/product-switcher", - "version": "3.0.0", + "version": "3.0.1", "category": "navigation", "status": "production", "description": "A Product Switcher is an opinionated Menu that presents a list of Twilio products that a user has access to and can switch between.", @@ -64,7 +64,7 @@ "@twilio-paste/design-tokens": "^10.2.0", "@twilio-paste/icons": "^12.2.0", "@twilio-paste/media-object": "^10.1.0", - "@twilio-paste/menu": "^14.1.0", + "@twilio-paste/menu": "^14.1.1", "@twilio-paste/menu-primitive": "^2.1.0", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/screen-reader-only": "13.1.0", diff --git a/packages/paste-core/components/progress-bar/CHANGELOG.md b/packages/paste-core/components/progress-bar/CHANGELOG.md index 56165c43ac..c83619e543 100644 --- a/packages/paste-core/components/progress-bar/CHANGELOG.md +++ b/packages/paste-core/components/progress-bar/CHANGELOG.md @@ -1,5 +1,25 @@ # @twilio-paste/progress-bar +## 1.1.0 + +### Minor Changes + +- [`72ec59143`](https://github.com/twilio-labs/paste/commit/72ec5914375231ac37c4c2989633615b914fbad1) [#3549](https://github.com/twilio-labs/paste/pull/3549) Thanks [@TheSisb](https://github.com/TheSisb)! - [ProgressBar] Added new features and updated the design. + + The ProgressBarLabel component has the following new props: + + - `valueLabel` which displays a plain text value on the right side of the label. + - `disabled` which applies disabled styling on the label. + + The ProgressBar component has updated styling and the following new props: + + - `hasError` which displays error styling. + - `disabled` which displays disabled styling. + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Progress Bar] Improve TsDoc type annotations + ## 1.0.0 ### Major Changes diff --git a/packages/paste-core/components/progress-bar/package.json b/packages/paste-core/components/progress-bar/package.json index 7f0ca574ef..f5bef2a476 100644 --- a/packages/paste-core/components/progress-bar/package.json +++ b/packages/paste-core/components/progress-bar/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/progress-bar", - "version": "1.0.0", + "version": "1.1.0", "category": "feedback", "status": "alpha", "description": "A Progress Bar communicates the completion status of a process or task.", @@ -54,7 +54,7 @@ "@twilio-paste/customization": "^8.0.0", "@twilio-paste/design-tokens": "^10.0.0", "@twilio-paste/icons": "^12.1.0", - "@twilio-paste/label": "^13.0.1", + "@twilio-paste/label": "^13.1.1", "@twilio-paste/media-object": "^10.0.0", "@twilio-paste/react-spectrum-library": "^2.0.0", "@twilio-paste/screen-reader-only": "^13.0.0", diff --git a/packages/paste-core/components/progress-steps/CHANGELOG.md b/packages/paste-core/components/progress-steps/CHANGELOG.md index 5d86ee1cd0..e45ffbc6ef 100644 --- a/packages/paste-core/components/progress-steps/CHANGELOG.md +++ b/packages/paste-core/components/progress-steps/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/progress-steps +## 2.1.1 + +### Patch Changes + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Progress Steps] Improve TsDoc type annotations + ## 2.1.0 ### Minor Changes diff --git a/packages/paste-core/components/progress-steps/package.json b/packages/paste-core/components/progress-steps/package.json index 52621e39a9..86e3d808cb 100644 --- a/packages/paste-core/components/progress-steps/package.json +++ b/packages/paste-core/components/progress-steps/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/progress-steps", - "version": "2.1.0", + "version": "2.1.1", "category": "data display", "status": "production", "description": "Progress Steps can be a presentational or interactive component and shows users an outline of a complex multi-step task.", diff --git a/packages/paste-core/components/select/CHANGELOG.md b/packages/paste-core/components/select/CHANGELOG.md index 767848005b..1beaa20892 100644 --- a/packages/paste-core/components/select/CHANGELOG.md +++ b/packages/paste-core/components/select/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 12.1.1 + +### Patch Changes + +- [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d) [#3545](https://github.com/twilio-labs/paste/pull/3545) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Select] fix the hydration issue which caused the `defaultValue` prop to not be respected. + + Since the React v18 upgrade, we were only rendering the children options after the component and html select + wrapper had mounted. The select would mount with a `defaultValue` of a child that didn't exist, then the + children would be added, so it wouldn't know what value to select. To fix the hydration and `defaultValue` + together we now re-render the entire Select on mount. + ## 12.1.0 ### Minor Changes diff --git a/packages/paste-core/components/select/package.json b/packages/paste-core/components/select/package.json index 8667ade7fc..cf7ef055f1 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": "12.1.0", + "version": "12.1.1", "category": "user input", "status": "production", "description": "A Select is an unstyled dropdown form element that allows users to select a value from a list.", @@ -48,7 +48,7 @@ "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", "@twilio-paste/icons": "^12.2.0", - "@twilio-paste/input-box": "^10.1.0", + "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/style-props": "^9.1.0", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.0.0", diff --git a/packages/paste-core/components/tabs/CHANGELOG.md b/packages/paste-core/components/tabs/CHANGELOG.md index 2eeef2d348..234ee5bfed 100644 --- a/packages/paste-core/components/tabs/CHANGELOG.md +++ b/packages/paste-core/components/tabs/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.1.1 + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Tabs] Improve TsDoc type annotations + ## 8.1.0 ### Minor Changes diff --git a/packages/paste-core/components/tabs/package.json b/packages/paste-core/components/tabs/package.json index fcfdbd95c9..d0d1c4ccb5 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.1.0", + "version": "8.1.1", "category": "interaction", "status": "production", "description": "Tabs are labeled controls that allow users to switch between multiple views within a page.", diff --git a/packages/paste-core/components/textarea/CHANGELOG.md b/packages/paste-core/components/textarea/CHANGELOG.md index 7696f64340..68f6f88b5c 100644 --- a/packages/paste-core/components/textarea/CHANGELOG.md +++ b/packages/paste-core/components/textarea/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.1.1 + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Textarea] Improve TsDoc type annotations + ## 10.1.0 ### Minor Changes diff --git a/packages/paste-core/components/textarea/package.json b/packages/paste-core/components/textarea/package.json index 46ca4577dd..04a06fb15d 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": "10.1.0", + "version": "10.1.1", "category": "user input", "status": "production", "description": "A Textarea is a form element that allows users to enter text on multiple lines.", @@ -48,7 +48,7 @@ "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", - "@twilio-paste/input-box": "^10.1.0", + "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/react-textarea-autosize-library": "^3.0.0", "@twilio-paste/style-props": "^9.1.0", "@twilio-paste/styling-library": "^3.0.0", diff --git a/packages/paste-core/components/time-picker/CHANGELOG.md b/packages/paste-core/components/time-picker/CHANGELOG.md index 8342cfe619..19b161a70a 100644 --- a/packages/paste-core/components/time-picker/CHANGELOG.md +++ b/packages/paste-core/components/time-picker/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/time-picker +## 6.1.1 + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Time picker] Improve TsDoc type annotations + ## 6.1.0 ### Minor Changes diff --git a/packages/paste-core/components/time-picker/package.json b/packages/paste-core/components/time-picker/package.json index dad81b91b1..83a2a0d5f6 100644 --- a/packages/paste-core/components/time-picker/package.json +++ b/packages/paste-core/components/time-picker/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/time-picker", - "version": "6.1.0", + "version": "6.1.1", "category": "user input", "status": "production", "description": "A Time Picker is a form element used to select a time.", @@ -60,8 +60,8 @@ "@twilio-paste/customization": "^8.1.0", "@twilio-paste/design-tokens": "^10.2.0", "@twilio-paste/icons": "^12.2.0", - "@twilio-paste/input": "^9.1.0", - "@twilio-paste/input-box": "^10.1.0", + "@twilio-paste/input": "^9.1.1", + "@twilio-paste/input-box": "^10.1.1", "@twilio-paste/spinner": "^14.1.0", "@twilio-paste/stack": "^8.1.0", "@twilio-paste/style-props": "^9.1.0", diff --git a/packages/paste-core/components/toast/CHANGELOG.md b/packages/paste-core/components/toast/CHANGELOG.md index 37be113ce9..335c9f3515 100644 --- a/packages/paste-core/components/toast/CHANGELOG.md +++ b/packages/paste-core/components/toast/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 12.1.1 + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Toast] Improve TsDoc type annotations + ## 12.1.0 ### Minor Changes diff --git a/packages/paste-core/components/toast/package.json b/packages/paste-core/components/toast/package.json index 8870d29537..15c12e9fcb 100644 --- a/packages/paste-core/components/toast/package.json +++ b/packages/paste-core/components/toast/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/toast", - "version": "12.1.0", + "version": "12.1.1", "category": "feedback", "status": "production", "description": "A Toast is an animated, temporary banner that communicates an immediate and direct response to a user action.", diff --git a/packages/paste-core/components/tooltip/CHANGELOG.md b/packages/paste-core/components/tooltip/CHANGELOG.md index e6c1feb7ce..c94bad8ed2 100644 --- a/packages/paste-core/components/tooltip/CHANGELOG.md +++ b/packages/paste-core/components/tooltip/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 11.1.1 + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Tooltip] Improve TsDoc type annotations + ## 11.1.0 ### Minor Changes diff --git a/packages/paste-core/components/tooltip/package.json b/packages/paste-core/components/tooltip/package.json index f4e7226e4c..434be2426d 100644 --- a/packages/paste-core/components/tooltip/package.json +++ b/packages/paste-core/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/tooltip", - "version": "11.1.0", + "version": "11.1.1", "category": "interaction", "status": "production", "description": "A Tooltip is a page overlay that displays non-interactive clarifying text related to an element that’s in a focused or hovered state.", diff --git a/packages/paste-core/components/topbar/CHANGELOG.md b/packages/paste-core/components/topbar/CHANGELOG.md index fc5bb94e4f..e5dce3fee6 100644 --- a/packages/paste-core/components/topbar/CHANGELOG.md +++ b/packages/paste-core/components/topbar/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/topbar +## 1.1.1 + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Topbar] Improve TsDoc type annotations + ## 1.1.0 ### Minor Changes diff --git a/packages/paste-core/components/topbar/package.json b/packages/paste-core/components/topbar/package.json index 72b8ce6e14..af5183c38e 100644 --- a/packages/paste-core/components/topbar/package.json +++ b/packages/paste-core/components/topbar/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/topbar", - "version": "1.1.0", + "version": "1.1.1", "category": "layout", "status": "alpha", "description": "Topbar contains application-wide controls that rest at the top of the screen.", diff --git a/packages/paste-core/components/truncate/CHANGELOG.md b/packages/paste-core/components/truncate/CHANGELOG.md index 3af4bd0a3e..2a8d12a7e1 100644 --- a/packages/paste-core/components/truncate/CHANGELOG.md +++ b/packages/paste-core/components/truncate/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 14.1.1 + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Truncate] Improve TsDoc type annotations + ## 14.1.0 ### Minor Changes diff --git a/packages/paste-core/components/truncate/package.json b/packages/paste-core/components/truncate/package.json index cd42d9ca39..c99e1cd313 100644 --- a/packages/paste-core/components/truncate/package.json +++ b/packages/paste-core/components/truncate/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/truncate", - "version": "14.1.0", + "version": "14.1.1", "category": "typography", "status": "production", "description": "Truncate is a wrapper that shortens a string of text that overflows a defined area.", diff --git a/packages/paste-core/components/user-dialog/CHANGELOG.md b/packages/paste-core/components/user-dialog/CHANGELOG.md index 7282162fc2..766f1e39bd 100644 --- a/packages/paste-core/components/user-dialog/CHANGELOG.md +++ b/packages/paste-core/components/user-dialog/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/user-dialog +## 2.1.1 + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [User dialog] Improve TsDoc type annotations + ## 2.1.0 ### Minor Changes diff --git a/packages/paste-core/components/user-dialog/package.json b/packages/paste-core/components/user-dialog/package.json index a5615d431c..2906167fc9 100644 --- a/packages/paste-core/components/user-dialog/package.json +++ b/packages/paste-core/components/user-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/user-dialog", - "version": "2.1.0", + "version": "2.1.1", "category": "navigation", "status": "production", "description": "User dialog is a menu that contains user profile-related actions.", diff --git a/packages/paste-core/components/visual-picker/CHANGELOG.md b/packages/paste-core/components/visual-picker/CHANGELOG.md index b2305d4cbc..dd4086d95c 100644 --- a/packages/paste-core/components/visual-picker/CHANGELOG.md +++ b/packages/paste-core/components/visual-picker/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/visual-picker +## 2.0.2 + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Visual Picker] Improve TsDoc type annotations + ## 2.0.1 ### Patch Changes diff --git a/packages/paste-core/components/visual-picker/package.json b/packages/paste-core/components/visual-picker/package.json index 4a8edd902d..724c51ccab 100644 --- a/packages/paste-core/components/visual-picker/package.json +++ b/packages/paste-core/components/visual-picker/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/visual-picker", - "version": "2.0.1", + "version": "2.0.2", "category": "interaction", "status": "production", "description": "Visual Picker is a stylistically enhanced checkbox or radio selection element.", @@ -57,15 +57,15 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/base-radio-checkbox": "^13.0.0", "@twilio-paste/box": "^10.0.0", - "@twilio-paste/checkbox": "^13.0.0", + "@twilio-paste/checkbox": "^13.1.1", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.0.0", "@twilio-paste/design-tokens": "^10.0.0", "@twilio-paste/flex": "^8.0.0", "@twilio-paste/help-text": "^13.0.0", "@twilio-paste/icons": "^12.0.0", - "@twilio-paste/inline-control-group": "^13.0.0", - "@twilio-paste/label": "^13.0.0", + "@twilio-paste/inline-control-group": "^13.0.1", + "@twilio-paste/label": "^13.1.1", "@twilio-paste/media-object": "^10.0.0", "@twilio-paste/radio-group": "^13.0.0", "@twilio-paste/screen-reader-only": "^13.0.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 994a625709..9048b11bd6 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,138 @@ # Change Log +## 20.5.0 + +### Minor Changes + +- [`3f6e05d10`](https://github.com/twilio-labs/paste/commit/3f6e05d10553b563cc81dd5c246610be330fb23a) [#3541](https://github.com/twilio-labs/paste/pull/3541) Thanks [@nkrantz](https://github.com/nkrantz)! - [Data Grid] Add ability to override default "grid" role to be "treegrid" for making custom tree grid components using Data Grid. "treegrid" is the only valid type that can be passed to role. + +* [`72ec59143`](https://github.com/twilio-labs/paste/commit/72ec5914375231ac37c4c2989633615b914fbad1) [#3549](https://github.com/twilio-labs/paste/pull/3549) Thanks [@TheSisb](https://github.com/TheSisb)! - [ProgressBar] Added new features and updated the design. + + The ProgressBarLabel component has the following new props: + + - `valueLabel` which displays a plain text value on the right side of the label. + - `disabled` which applies disabled styling on the label. + + The ProgressBar component has updated styling and the following new props: + + - `hasError` which displays error styling. + - `disabled` which displays disabled styling. + +- [`92c16ec9d`](https://github.com/twilio-labs/paste/commit/92c16ec9de1ac35b5dc0a05cf8463729b01a7822) [#3537](https://github.com/twilio-labs/paste/pull/3537) Thanks [@TheSisb](https://github.com/TheSisb)! - [In Page Navigation] Add new `orientation` property with a vertical option. + +* [`c023e7345`](https://github.com/twilio-labs/paste/commit/c023e73456e29ef13cee26850a872bc2d57037ba) [#3528](https://github.com/twilio-labs/paste/pull/3528) Thanks [@nkrantz](https://github.com/nkrantz)! - [Description List] Adjust spacing on Description List component. Description List was previously inheriting 14px of top and bottom margin from the HTML element. This change removes that spacing, so the component now has 0px of top/bottom margin. The same amount of spacing remains between DescriptionListTerms and DescriptionListDetails. In order to maintain designs with Description Lists, you may have to replace the removed spacing to your layout. + +### Patch Changes + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Textarea] Improve TsDoc type annotations + +* [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Time picker] Improve TsDoc type annotations + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Modal] Improve TsDoc type annotations + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [In Page Navigation] Improved TsDoc type annotations + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Product Switcher] Improve TsDoc type annotations. + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Pagination] Improved TsDoc type annotations. Fix isHovered and isFocused props usage on PaginationArrow so the passed value is actually used. + +- [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d) [#3545](https://github.com/twilio-labs/paste/pull/3545) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Meter] Remove console.warn log spam regarding aria-label + +* [`3b350c741`](https://github.com/twilio-labs/paste/commit/3b350c741615094c62ba1df4d062d3e02c0ab261) [#3522](https://github.com/twilio-labs/paste/pull/3522) Thanks [@abereghici](https://github.com/abereghici)! - chore: removed unnecessary type assertions + +- [`1a70ec030`](https://github.com/twilio-labs/paste/commit/1a70ec030da48161ec296034cab19d34ce24f01d) [#3543](https://github.com/twilio-labs/paste/pull/3543) Thanks [@nkrantz](https://github.com/nkrantz)! - [Chat Composer] Change overflowY from "scroll" to "auto" to prevent non-scrollable scrollbar bug + +* [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Topbar] Improve TsDoc type annotations + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Inline Code] Improved TsDoc type annotations + +* [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [User dialog] Improve TsDoc type annotations + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Tabs] Improve TsDoc type annotations + +* [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Tooltip] Improve TsDoc type annotations + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Input] Improve TsDoc type annotations + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Inline Control Group] Improve TsDoc type annotations + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Codemods] updated paste exports map + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Paragraph] Improve TsDoc type annotations + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Truncate] Improve TsDoc type annotations + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Progress Steps] Improve TsDoc type annotations + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Label] Improve TsDoc type annotations + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Popover] Improve TsDoc type annotations + +- [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Toast] Improve TsDoc type annotations + +* [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77) [#3558](https://github.com/twilio-labs/paste/pull/3558) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Visual Picker] Improve TsDoc type annotations + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Minimizable Dialog] Improved TsDoc type annotations + +* [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d) [#3545](https://github.com/twilio-labs/paste/pull/3545) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Data Grid] Fix issue where form elements in the data-grid that immediately re-render on mount cause the tabIndex management system to faulter. + +- [`a684a6bc7`](https://github.com/twilio-labs/paste/commit/a684a6bc79a66987659d7838945b54648faeed4f) [#3516](https://github.com/twilio-labs/paste/pull/3516) Thanks [@abereghici](https://github.com/abereghici)! - chore(data-grid): change isCell function into a type guard and remove unnecessary type assertions + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Meter] Improve TsDoc type annotations + +- [`c58b3bfbd`](https://github.com/twilio-labs/paste/commit/c58b3bfbd50d07221eff953feed9bbb2b9a84186) [#3540](https://github.com/twilio-labs/paste/pull/3540) Thanks [@TheSisb](https://github.com/TheSisb)! - [Combobox] Fix `placeholder` cropping issue in MultiselectCombobox + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [List] Improve TsDoc type annotations + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Progress Bar] Improve TsDoc type annotations + +* [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d) [#3545](https://github.com/twilio-labs/paste/pull/3545) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Select] fix the hydration issue which caused the `defaultValue` prop to not be respected. + + Since the React v18 upgrade, we were only rendering the children options after the component and html select + wrapper had mounted. The select would mount with a `defaultValue` of a child that didn't exist, then the + children would be added, so it wouldn't know what value to select. To fix the hydration and `defaultValue` + together we now re-render the entire Select on mount. + +- [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Input Box] Improve TsDoc type annotations + +* [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8) [#3557](https://github.com/twilio-labs/paste/pull/3557) Thanks [@nkrantz](https://github.com/nkrantz)! - [Menu] Improve TsDoc type annotations + +* Updated dependencies [[`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d), [`3f6e05d10`](https://github.com/twilio-labs/paste/commit/3f6e05d10553b563cc81dd5c246610be330fb23a), [`72ec59143`](https://github.com/twilio-labs/paste/commit/72ec5914375231ac37c4c2989633615b914fbad1), [`3b350c741`](https://github.com/twilio-labs/paste/commit/3b350c741615094c62ba1df4d062d3e02c0ab261), [`1a70ec030`](https://github.com/twilio-labs/paste/commit/1a70ec030da48161ec296034cab19d34ce24f01d), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d), [`a684a6bc7`](https://github.com/twilio-labs/paste/commit/a684a6bc79a66987659d7838945b54648faeed4f), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`92c16ec9d`](https://github.com/twilio-labs/paste/commit/92c16ec9de1ac35b5dc0a05cf8463729b01a7822), [`c58b3bfbd`](https://github.com/twilio-labs/paste/commit/c58b3bfbd50d07221eff953feed9bbb2b9a84186), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`c023e7345`](https://github.com/twilio-labs/paste/commit/c023e73456e29ef13cee26850a872bc2d57037ba), [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8)]: + - @twilio-paste/textarea@10.1.1 + - @twilio-paste/time-picker@6.1.1 + - @twilio-paste/modal@16.1.1 + - @twilio-paste/in-page-navigation@4.2.0 + - @twilio-paste/product-switcher@3.0.1 + - @twilio-paste/pagination@7.1.1 + - @twilio-paste/meter@1.0.3 + - @twilio-paste/data-grid@8.2.0 + - @twilio-paste/progress-bar@1.1.0 + - @twilio-paste/breadcrumb@11.1.1 + - @twilio-paste/checkbox@13.1.1 + - @twilio-paste/menu@14.1.1 + - @twilio-paste/grid@8.1.1 + - @twilio-paste/chat-composer@5.1.1 + - @twilio-paste/topbar@1.1.1 + - @twilio-paste/inline-code@4.1.1 + - @twilio-paste/user-dialog@2.1.1 + - @twilio-paste/tabs@8.1.1 + - @twilio-paste/tooltip@11.1.1 + - @twilio-paste/input@9.1.1 + - @twilio-paste/inline-control-group@13.0.1 + - @twilio-paste/paragraph@10.1.1 + - @twilio-paste/truncate@14.1.1 + - @twilio-paste/progress-steps@2.1.1 + - @twilio-paste/label@13.1.1 + - @twilio-paste/popover@13.2.0 + - @twilio-paste/toast@12.1.1 + - @twilio-paste/visual-picker@2.0.2 + - @twilio-paste/minimizable-dialog@4.1.1 + - @twilio-paste/combobox@16.2.1 + - @twilio-paste/list@8.1.1 + - @twilio-paste/description-list@4.2.0 + - @twilio-paste/select@12.1.1 + - @twilio-paste/input-box@10.1.1 + ## 20.4.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index f0733ae645..9a0ab917f3 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.4.0", + "version": "20.5.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -81,25 +81,25 @@ "@twilio-paste/badge": "^8.1.0", "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/breadcrumb": "^11.1.0", + "@twilio-paste/breadcrumb": "^11.1.1", "@twilio-paste/button": "^14.1.0", "@twilio-paste/button-group": "^4.1.0", "@twilio-paste/callout": "^4.1.0", "@twilio-paste/card": "^9.1.0", - "@twilio-paste/chat-composer": "^5.1.0", + "@twilio-paste/chat-composer": "^5.1.1", "@twilio-paste/chat-log": "^5.2.0", - "@twilio-paste/checkbox": "^13.1.0", + "@twilio-paste/checkbox": "^13.1.1", "@twilio-paste/clipboard-copy-library": "^3.0.0", "@twilio-paste/code-block": "^4.1.0", "@twilio-paste/code-editor-library": "^2.0.0", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/combobox": "^16.2.0", + "@twilio-paste/combobox": "^16.2.1", "@twilio-paste/combobox-primitive": "^2.1.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/data-grid": "^8.1.0", + "@twilio-paste/data-grid": "^8.2.0", "@twilio-paste/data-visualization-library": "^5.0.0", "@twilio-paste/date-picker": "^6.1.0", - "@twilio-paste/description-list": "^4.1.0", + "@twilio-paste/description-list": "^4.2.0", "@twilio-paste/design-tokens": "^10.2.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", @@ -113,39 +113,39 @@ "@twilio-paste/flex": "^8.1.0", "@twilio-paste/form": "^11.1.0", "@twilio-paste/form-pill-group": "^8.0.1", - "@twilio-paste/grid": "^8.1.0", + "@twilio-paste/grid": "^8.1.1", "@twilio-paste/heading": "^11.1.0", "@twilio-paste/help-text": "^13.1.0", - "@twilio-paste/in-page-navigation": "^4.1.0", - "@twilio-paste/inline-code": "^4.1.0", - "@twilio-paste/inline-control-group": "^13.0.0", - "@twilio-paste/input": "^9.1.0", - "@twilio-paste/input-box": "^10.1.0", - "@twilio-paste/label": "^13.1.0", + "@twilio-paste/in-page-navigation": "^4.2.0", + "@twilio-paste/inline-code": "^4.1.1", + "@twilio-paste/inline-control-group": "^13.0.1", + "@twilio-paste/input": "^9.1.1", + "@twilio-paste/input-box": "^10.1.1", + "@twilio-paste/label": "^13.1.1", "@twilio-paste/lexical-library": "^4.1.0", - "@twilio-paste/list": "^8.1.0", + "@twilio-paste/list": "^8.1.1", "@twilio-paste/listbox-primitive": "^3.0.0", "@twilio-paste/media-object": "^10.1.0", - "@twilio-paste/menu": "^14.1.0", + "@twilio-paste/menu": "^14.1.1", "@twilio-paste/menu-primitive": "^2.1.0", - "@twilio-paste/meter": "^1.0.2", - "@twilio-paste/minimizable-dialog": "^4.1.0", - "@twilio-paste/modal": "^16.1.0", + "@twilio-paste/meter": "^1.0.3", + "@twilio-paste/minimizable-dialog": "^4.1.1", + "@twilio-paste/modal": "^16.1.1", "@twilio-paste/modal-dialog-primitive": "^2.0.0", "@twilio-paste/non-modal-dialog-primitive": "^2.0.1", - "@twilio-paste/pagination": "^7.1.0", - "@twilio-paste/paragraph": "^10.1.0", - "@twilio-paste/popover": "^13.1.0", - "@twilio-paste/product-switcher": "^3.0.0", - "@twilio-paste/progress-bar": "^1.0.0", - "@twilio-paste/progress-steps": "^2.1.0", + "@twilio-paste/pagination": "^7.1.1", + "@twilio-paste/paragraph": "^10.1.1", + "@twilio-paste/popover": "^13.2.0", + "@twilio-paste/product-switcher": "^3.0.1", + "@twilio-paste/progress-bar": "^1.1.0", + "@twilio-paste/progress-steps": "^2.1.1", "@twilio-paste/radio-button-group": "^4.1.0", "@twilio-paste/radio-group": "^13.1.0", "@twilio-paste/react-spectrum-library": "^2.2.0", "@twilio-paste/react-textarea-autosize-library": "^3.0.0", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", - "@twilio-paste/select": "^12.1.0", + "@twilio-paste/select": "^12.1.1", "@twilio-paste/separator": "^8.1.0", "@twilio-paste/sibling-box": "^9.1.0", "@twilio-paste/side-modal": "^4.1.0", @@ -160,22 +160,22 @@ "@twilio-paste/switch": "^5.1.0", "@twilio-paste/syntax-highlighter-library": "^3.0.0", "@twilio-paste/table": "^8.1.0", - "@twilio-paste/tabs": "^8.1.0", + "@twilio-paste/tabs": "^8.1.1", "@twilio-paste/tabs-primitive": "^2.0.0", "@twilio-paste/text": "^10.1.0", - "@twilio-paste/textarea": "^10.1.0", + "@twilio-paste/textarea": "^10.1.1", "@twilio-paste/theme": "^11.0.1", - "@twilio-paste/time-picker": "^6.1.0", - "@twilio-paste/toast": "^12.1.0", - "@twilio-paste/tooltip": "^11.1.0", + "@twilio-paste/time-picker": "^6.1.1", + "@twilio-paste/toast": "^12.1.1", + "@twilio-paste/tooltip": "^11.1.1", "@twilio-paste/tooltip-primitive": "^2.0.0", - "@twilio-paste/topbar": "^1.1.0", - "@twilio-paste/truncate": "^14.1.0", + "@twilio-paste/topbar": "^1.1.1", + "@twilio-paste/truncate": "^14.1.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", - "@twilio-paste/user-dialog": "^2.1.0", + "@twilio-paste/user-dialog": "^2.1.1", "@twilio-paste/utils": "^5.0.0", - "@twilio-paste/visual-picker": "^2.0.1" + "@twilio-paste/visual-picker": "^2.0.2" }, "peerDependencies": { "@twilio-paste/icons": "^12.0.0", diff --git a/packages/paste-core/layout/grid/CHANGELOG.md b/packages/paste-core/layout/grid/CHANGELOG.md index e2b937020e..21fb30b235 100644 --- a/packages/paste-core/layout/grid/CHANGELOG.md +++ b/packages/paste-core/layout/grid/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.1.1 + +### Patch Changes + +- [`3b350c741`](https://github.com/twilio-labs/paste/commit/3b350c741615094c62ba1df4d062d3e02c0ab261) [#3522](https://github.com/twilio-labs/paste/pull/3522) Thanks [@abereghici](https://github.com/abereghici)! - chore: removed unnecessary type assertions + ## 8.1.0 ### Minor Changes diff --git a/packages/paste-core/layout/grid/package.json b/packages/paste-core/layout/grid/package.json index 6c92b8e200..e13695feb3 100644 --- a/packages/paste-core/layout/grid/package.json +++ b/packages/paste-core/layout/grid/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/grid", - "version": "8.1.0", + "version": "8.1.1", "category": "layout", "status": "production", "description": "A flex-based horizontal grid system used to build layouts.", diff --git a/packages/paste-website/CHANGELOG.md b/packages/paste-website/CHANGELOG.md index adaae5c869..f72170e8dc 100644 --- a/packages/paste-website/CHANGELOG.md +++ b/packages/paste-website/CHANGELOG.md @@ -1,5 +1,44 @@ # @twilio-paste/website +## 2.23.39 + +### Patch Changes + +- Updated dependencies [[`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d), [`3f6e05d10`](https://github.com/twilio-labs/paste/commit/3f6e05d10553b563cc81dd5c246610be330fb23a), [`3b350c741`](https://github.com/twilio-labs/paste/commit/3b350c741615094c62ba1df4d062d3e02c0ab261), [`1a70ec030`](https://github.com/twilio-labs/paste/commit/1a70ec030da48161ec296034cab19d34ce24f01d), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`7d193d6bd`](https://github.com/twilio-labs/paste/commit/7d193d6bda1535f1a9347798c8ab96733bb8af77), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d), [`a684a6bc7`](https://github.com/twilio-labs/paste/commit/a684a6bc79a66987659d7838945b54648faeed4f), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`92c16ec9d`](https://github.com/twilio-labs/paste/commit/92c16ec9de1ac35b5dc0a05cf8463729b01a7822), [`c58b3bfbd`](https://github.com/twilio-labs/paste/commit/c58b3bfbd50d07221eff953feed9bbb2b9a84186), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`c023e7345`](https://github.com/twilio-labs/paste/commit/c023e73456e29ef13cee26850a872bc2d57037ba), [`bc51057db`](https://github.com/twilio-labs/paste/commit/bc51057dbad9d941b2f0299cb372ca64637ee45d), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8), [`3f33da826`](https://github.com/twilio-labs/paste/commit/3f33da826be1f339dc960bd91ae07b6186c87bb8)]: + - @twilio-paste/textarea@10.1.1 + - @twilio-paste/time-picker@6.1.1 + - @twilio-paste/modal@16.1.1 + - @twilio-paste/in-page-navigation@4.2.0 + - @twilio-paste/product-switcher@3.0.1 + - @twilio-paste/pagination@7.1.1 + - @twilio-paste/meter@1.0.3 + - @twilio-paste/data-grid@8.2.0 + - @twilio-paste/breadcrumb@11.1.1 + - @twilio-paste/checkbox@13.1.1 + - @twilio-paste/menu@14.1.1 + - @twilio-paste/grid@8.1.1 + - @twilio-paste/chat-composer@5.1.1 + - @twilio-paste/topbar@1.1.1 + - @twilio-paste/inline-code@4.1.1 + - @twilio-paste/user-dialog@2.1.1 + - @twilio-paste/tabs@8.1.1 + - @twilio-paste/tooltip@11.1.1 + - @twilio-paste/input@9.1.1 + - @twilio-paste/inline-control-group@13.0.1 + - @twilio-paste/paragraph@10.1.1 + - @twilio-paste/truncate@14.1.1 + - @twilio-paste/progress-steps@2.1.1 + - @twilio-paste/label@13.1.1 + - @twilio-paste/popover@13.2.0 + - @twilio-paste/toast@12.1.1 + - @twilio-paste/visual-picker@2.0.2 + - @twilio-paste/minimizable-dialog@4.1.1 + - @twilio-paste/combobox@16.2.1 + - @twilio-paste/list@8.1.1 + - @twilio-paste/description-list@4.2.0 + - @twilio-paste/select@12.1.1 + - @twilio-paste/input-box@10.1.1 + ## 2.23.38 ### Patch Changes diff --git a/packages/paste-website/package.json b/packages/paste-website/package.json index 186c9007e7..0abdaa0da6 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.38", + "version": "2.23.39", "author": "Twilio Inc.", "private": true, "license": "MIT", @@ -40,24 +40,24 @@ "@twilio-paste/badge": "^8.1.0", "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.1.0", - "@twilio-paste/breadcrumb": "^11.1.0", + "@twilio-paste/breadcrumb": "^11.1.1", "@twilio-paste/button": "^14.1.0", "@twilio-paste/button-group": "^4.1.0", "@twilio-paste/callout": "^4.1.0", "@twilio-paste/card": "^9.1.0", - "@twilio-paste/chat-composer": "^5.1.0", + "@twilio-paste/chat-composer": "^5.1.1", "@twilio-paste/chat-log": "^5.2.0", - "@twilio-paste/checkbox": "^13.1.0", + "@twilio-paste/checkbox": "^13.1.1", "@twilio-paste/clipboard-copy-library": "^3.0.0", "@twilio-paste/code-block": "^4.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", - "@twilio-paste/combobox": "^16.2.0", + "@twilio-paste/combobox": "^16.2.1", "@twilio-paste/combobox-primitive": "^2.1.0", "@twilio-paste/customization": "^8.1.0", - "@twilio-paste/data-grid": "^8.1.0", + "@twilio-paste/data-grid": "^8.2.0", "@twilio-paste/data-visualization-library": "^5.0.0", "@twilio-paste/date-picker": "^6.1.0", - "@twilio-paste/description-list": "^4.1.0", + "@twilio-paste/description-list": "^4.2.0", "@twilio-paste/design-tokens": "^10.2.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", @@ -70,38 +70,38 @@ "@twilio-paste/flex": "^8.1.0", "@twilio-paste/form": "^11.1.0", "@twilio-paste/form-pill-group": "^8.0.1", - "@twilio-paste/grid": "^8.1.0", + "@twilio-paste/grid": "^8.1.1", "@twilio-paste/heading": "^11.1.0", "@twilio-paste/help-text": "^13.1.0", "@twilio-paste/icons": "12.2.0", - "@twilio-paste/in-page-navigation": "^4.1.0", - "@twilio-paste/inline-code": "^4.1.0", - "@twilio-paste/inline-control-group": "^13.0.0", - "@twilio-paste/input": "^9.1.0", - "@twilio-paste/input-box": "^10.1.0", - "@twilio-paste/label": "^13.1.0", + "@twilio-paste/in-page-navigation": "^4.2.0", + "@twilio-paste/inline-code": "^4.1.1", + "@twilio-paste/inline-control-group": "^13.0.1", + "@twilio-paste/input": "^9.1.1", + "@twilio-paste/input-box": "^10.1.1", + "@twilio-paste/label": "^13.1.1", "@twilio-paste/lexical-library": "^4.1.0", - "@twilio-paste/list": "^8.1.0", + "@twilio-paste/list": "^8.1.1", "@twilio-paste/listbox-primitive": "^3.0.0", "@twilio-paste/media-object": "^10.1.0", - "@twilio-paste/menu": "^14.1.0", + "@twilio-paste/menu": "^14.1.1", "@twilio-paste/menu-primitive": "^2.1.0", - "@twilio-paste/meter": "^1.0.2", - "@twilio-paste/minimizable-dialog": "^4.1.0", - "@twilio-paste/modal": "^16.1.0", + "@twilio-paste/meter": "^1.0.3", + "@twilio-paste/minimizable-dialog": "^4.1.1", + "@twilio-paste/modal": "^16.1.1", "@twilio-paste/modal-dialog-primitive": "^2.0.0", "@twilio-paste/non-modal-dialog-primitive": "^2.0.1", - "@twilio-paste/pagination": "^7.1.0", - "@twilio-paste/paragraph": "^10.1.0", - "@twilio-paste/popover": "^13.1.0", - "@twilio-paste/product-switcher": "3.0.0", - "@twilio-paste/progress-steps": "^2.1.0", + "@twilio-paste/pagination": "^7.1.1", + "@twilio-paste/paragraph": "^10.1.1", + "@twilio-paste/popover": "^13.2.0", + "@twilio-paste/product-switcher": "3.0.1", + "@twilio-paste/progress-steps": "^2.1.1", "@twilio-paste/radio-button-group": "^4.1.0", "@twilio-paste/radio-group": "^13.1.0", "@twilio-paste/react-textarea-autosize-library": "^3.0.0", "@twilio-paste/reakit-library": "^2.1.0", "@twilio-paste/screen-reader-only": "^13.1.0", - "@twilio-paste/select": "^12.1.0", + "@twilio-paste/select": "^12.1.1", "@twilio-paste/separator": "^8.1.0", "@twilio-paste/sibling-box": "^9.1.0", "@twilio-paste/side-modal": "^4.1.0", @@ -116,22 +116,22 @@ "@twilio-paste/switch": "^5.1.0", "@twilio-paste/syntax-highlighter-library": "^3.0.0", "@twilio-paste/table": "^8.1.0", - "@twilio-paste/tabs": "^8.1.0", + "@twilio-paste/tabs": "^8.1.1", "@twilio-paste/tabs-primitive": "^2.0.0", "@twilio-paste/text": "^10.1.0", - "@twilio-paste/textarea": "^10.1.0", + "@twilio-paste/textarea": "^10.1.1", "@twilio-paste/theme": "^11.0.1", - "@twilio-paste/time-picker": "^6.1.0", - "@twilio-paste/toast": "^12.1.0", - "@twilio-paste/tooltip": "^11.1.0", + "@twilio-paste/time-picker": "^6.1.1", + "@twilio-paste/toast": "^12.1.1", + "@twilio-paste/tooltip": "^11.1.1", "@twilio-paste/tooltip-primitive": "^2.0.0", - "@twilio-paste/topbar": "^1.1.0", - "@twilio-paste/truncate": "^14.1.0", + "@twilio-paste/topbar": "^1.1.1", + "@twilio-paste/truncate": "^14.1.1", "@twilio-paste/types": "^6.0.0", "@twilio-paste/uid-library": "^2.0.0", - "@twilio-paste/user-dialog": "^2.1.0", + "@twilio-paste/user-dialog": "^2.1.1", "@twilio-paste/utils": "^5.0.0", - "@twilio-paste/visual-picker": "^2.0.1", + "@twilio-paste/visual-picker": "^2.0.2", "@types/airtable": "^0.10.1", "@types/gtag.js": "^0.0.12", "@types/lodash": "^4.14.182", diff --git a/yarn.lock b/yarn.lock index dbc058bba5..7357bdfea2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9615,7 +9615,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/breadcrumb@^11.1.0, @twilio-paste/breadcrumb@workspace:packages/paste-core/components/breadcrumb": +"@twilio-paste/breadcrumb@^11.1.1, @twilio-paste/breadcrumb@workspace:packages/paste-core/components/breadcrumb": version: 0.0.0-use.local resolution: "@twilio-paste/breadcrumb@workspace:packages/paste-core/components/breadcrumb" dependencies: @@ -9823,7 +9823,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/chat-composer@^5.1.0, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer": +"@twilio-paste/chat-composer@^5.1.1, @twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer": version: 0.0.0-use.local resolution: "@twilio-paste/chat-composer@workspace:packages/paste-core/components/chat-composer" dependencies: @@ -9918,7 +9918,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/checkbox@^13.0.0, @twilio-paste/checkbox@^13.1.0, @twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox": +"@twilio-paste/checkbox@^13.1.1, @twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox": version: 0.0.0-use.local resolution: "@twilio-paste/checkbox@workspace:packages/paste-core/components/checkbox" dependencies: @@ -9931,8 +9931,8 @@ __metadata: "@twilio-paste/flex": ^8.1.0 "@twilio-paste/help-text": ^13.1.0 "@twilio-paste/icons": ^12.2.0 - "@twilio-paste/inline-control-group": ^13.0.0 - "@twilio-paste/label": ^13.1.0 + "@twilio-paste/inline-control-group": ^13.0.1 + "@twilio-paste/label": ^13.1.1 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 "@twilio-paste/sibling-box": ^9.1.0 @@ -10080,7 +10080,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.4.0 + "@twilio-paste/core": ^20.5.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -10121,7 +10121,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/combobox@^16.2.0, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox": +"@twilio-paste/combobox@^16.2.1, @twilio-paste/combobox@workspace:packages/paste-core/components/combobox": version: 0.0.0-use.local resolution: "@twilio-paste/combobox@workspace:packages/paste-core/components/combobox" dependencies: @@ -10139,9 +10139,9 @@ __metadata: "@twilio-paste/form-pill-group": ^8.0.1 "@twilio-paste/help-text": ^13.1.0 "@twilio-paste/icons": ^12.2.0 - "@twilio-paste/input": ^9.1.0 - "@twilio-paste/input-box": ^10.1.0 - "@twilio-paste/label": ^13.1.0 + "@twilio-paste/input": ^9.1.1 + "@twilio-paste/input-box": ^10.1.1 + "@twilio-paste/label": ^13.1.1 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 @@ -10198,7 +10198,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^20.0.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.4.0, @twilio-paste/core@^20.5.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: @@ -10212,25 +10212,25 @@ __metadata: "@twilio-paste/badge": ^8.1.0 "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/breadcrumb": ^11.1.0 + "@twilio-paste/breadcrumb": ^11.1.1 "@twilio-paste/button": ^14.1.0 "@twilio-paste/button-group": ^4.1.0 "@twilio-paste/callout": ^4.1.0 "@twilio-paste/card": ^9.1.0 - "@twilio-paste/chat-composer": ^5.1.0 + "@twilio-paste/chat-composer": ^5.1.1 "@twilio-paste/chat-log": ^5.2.0 - "@twilio-paste/checkbox": ^13.1.0 + "@twilio-paste/checkbox": ^13.1.1 "@twilio-paste/clipboard-copy-library": ^3.0.0 "@twilio-paste/code-block": ^4.1.0 "@twilio-paste/code-editor-library": ^2.0.0 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/combobox": ^16.2.0 + "@twilio-paste/combobox": ^16.2.1 "@twilio-paste/combobox-primitive": ^2.1.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/data-grid": ^8.1.0 + "@twilio-paste/data-grid": ^8.2.0 "@twilio-paste/data-visualization-library": ^5.0.0 "@twilio-paste/date-picker": ^6.1.0 - "@twilio-paste/description-list": ^4.1.0 + "@twilio-paste/description-list": ^4.2.0 "@twilio-paste/design-tokens": ^10.2.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 @@ -10244,40 +10244,40 @@ __metadata: "@twilio-paste/flex": ^8.1.0 "@twilio-paste/form": ^11.1.0 "@twilio-paste/form-pill-group": ^8.0.1 - "@twilio-paste/grid": ^8.1.0 + "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.0 "@twilio-paste/help-text": ^13.1.0 "@twilio-paste/icons": ^12.2.0 - "@twilio-paste/in-page-navigation": ^4.1.0 - "@twilio-paste/inline-code": ^4.1.0 - "@twilio-paste/inline-control-group": ^13.0.0 - "@twilio-paste/input": ^9.1.0 - "@twilio-paste/input-box": ^10.1.0 - "@twilio-paste/label": ^13.1.0 + "@twilio-paste/in-page-navigation": ^4.2.0 + "@twilio-paste/inline-code": ^4.1.1 + "@twilio-paste/inline-control-group": ^13.0.1 + "@twilio-paste/input": ^9.1.1 + "@twilio-paste/input-box": ^10.1.1 + "@twilio-paste/label": ^13.1.1 "@twilio-paste/lexical-library": ^4.1.0 - "@twilio-paste/list": ^8.1.0 + "@twilio-paste/list": ^8.1.1 "@twilio-paste/listbox-primitive": ^3.0.0 "@twilio-paste/media-object": ^10.1.0 - "@twilio-paste/menu": ^14.1.0 + "@twilio-paste/menu": ^14.1.1 "@twilio-paste/menu-primitive": ^2.1.0 - "@twilio-paste/meter": ^1.0.2 - "@twilio-paste/minimizable-dialog": ^4.1.0 - "@twilio-paste/modal": ^16.1.0 + "@twilio-paste/meter": ^1.0.3 + "@twilio-paste/minimizable-dialog": ^4.1.1 + "@twilio-paste/modal": ^16.1.1 "@twilio-paste/modal-dialog-primitive": ^2.0.0 "@twilio-paste/non-modal-dialog-primitive": ^2.0.1 - "@twilio-paste/pagination": ^7.1.0 - "@twilio-paste/paragraph": ^10.1.0 - "@twilio-paste/popover": ^13.1.0 - "@twilio-paste/product-switcher": ^3.0.0 - "@twilio-paste/progress-bar": ^1.0.0 - "@twilio-paste/progress-steps": ^2.1.0 + "@twilio-paste/pagination": ^7.1.1 + "@twilio-paste/paragraph": ^10.1.1 + "@twilio-paste/popover": ^13.2.0 + "@twilio-paste/product-switcher": ^3.0.1 + "@twilio-paste/progress-bar": ^1.1.0 + "@twilio-paste/progress-steps": ^2.1.1 "@twilio-paste/radio-button-group": ^4.1.0 "@twilio-paste/radio-group": ^13.1.0 "@twilio-paste/react-spectrum-library": ^2.2.0 "@twilio-paste/react-textarea-autosize-library": ^3.0.0 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 - "@twilio-paste/select": ^12.1.0 + "@twilio-paste/select": ^12.1.1 "@twilio-paste/separator": ^8.1.0 "@twilio-paste/sibling-box": ^9.1.0 "@twilio-paste/side-modal": ^4.1.0 @@ -10292,22 +10292,22 @@ __metadata: "@twilio-paste/switch": ^5.1.0 "@twilio-paste/syntax-highlighter-library": ^3.0.0 "@twilio-paste/table": ^8.1.0 - "@twilio-paste/tabs": ^8.1.0 + "@twilio-paste/tabs": ^8.1.1 "@twilio-paste/tabs-primitive": ^2.0.0 "@twilio-paste/text": ^10.1.0 - "@twilio-paste/textarea": ^10.1.0 + "@twilio-paste/textarea": ^10.1.1 "@twilio-paste/theme": ^11.0.1 - "@twilio-paste/time-picker": ^6.1.0 - "@twilio-paste/toast": ^12.1.0 - "@twilio-paste/tooltip": ^11.1.0 + "@twilio-paste/time-picker": ^6.1.1 + "@twilio-paste/toast": ^12.1.1 + "@twilio-paste/tooltip": ^11.1.1 "@twilio-paste/tooltip-primitive": ^2.0.0 - "@twilio-paste/topbar": ^1.1.0 - "@twilio-paste/truncate": ^14.1.0 + "@twilio-paste/topbar": ^1.1.1 + "@twilio-paste/truncate": ^14.1.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 - "@twilio-paste/user-dialog": ^2.1.0 + "@twilio-paste/user-dialog": ^2.1.1 "@twilio-paste/utils": ^5.0.0 - "@twilio-paste/visual-picker": ^2.0.1 + "@twilio-paste/visual-picker": ^2.0.2 "@types/react": ^18.0.27 "@types/react-dom": ^18.0.10 react: ^18.0.0 @@ -10355,7 +10355,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/data-grid@^8.1.0, @twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid": +"@twilio-paste/data-grid@^8.2.0, @twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid": version: 0.0.0-use.local resolution: "@twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid" dependencies: @@ -10499,7 +10499,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/description-list@^4.1.0, @twilio-paste/description-list@workspace:packages/paste-core/components/description-list": +"@twilio-paste/description-list@^4.2.0, @twilio-paste/description-list@workspace:packages/paste-core/components/description-list": version: 0.0.0-use.local resolution: "@twilio-paste/description-list@workspace:packages/paste-core/components/description-list" dependencies: @@ -11045,7 +11045,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/grid@^8.1.0, @twilio-paste/grid@workspace:packages/paste-core/layout/grid": +"@twilio-paste/grid@^8.1.1, @twilio-paste/grid@workspace:packages/paste-core/layout/grid": version: 0.0.0-use.local resolution: "@twilio-paste/grid@workspace:packages/paste-core/layout/grid" dependencies: @@ -11195,7 +11195,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/in-page-navigation@^4.1.0, @twilio-paste/in-page-navigation@workspace:packages/paste-core/components/in-page-navigation": +"@twilio-paste/in-page-navigation@^4.2.0, @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: @@ -11237,7 +11237,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/inline-code@^4.1.0, @twilio-paste/inline-code@workspace:packages/paste-core/components/inline-code": +"@twilio-paste/inline-code@^4.1.1, @twilio-paste/inline-code@workspace:packages/paste-core/components/inline-code": version: 0.0.0-use.local resolution: "@twilio-paste/inline-code@workspace:packages/paste-core/components/inline-code" dependencies: @@ -11273,7 +11273,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/inline-control-group@^13.0.0, @twilio-paste/inline-control-group@workspace:packages/paste-core/components/inline-control-group": +"@twilio-paste/inline-control-group@^13.0.0, @twilio-paste/inline-control-group@^13.0.1, @twilio-paste/inline-control-group@workspace:packages/paste-core/components/inline-control-group": version: 0.0.0-use.local resolution: "@twilio-paste/inline-control-group@workspace:packages/paste-core/components/inline-control-group" dependencies: @@ -11285,7 +11285,7 @@ __metadata: "@twilio-paste/flex": ^8.0.0 "@twilio-paste/help-text": ^13.0.0 "@twilio-paste/icons": ^12.0.0 - "@twilio-paste/label": ^13.0.0 + "@twilio-paste/label": ^13.1.1 "@twilio-paste/media-object": ^10.0.0 "@twilio-paste/screen-reader-only": ^13.0.0 "@twilio-paste/style-props": ^9.0.0 @@ -11324,7 +11324,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/input-box@^10.1.0, @twilio-paste/input-box@workspace:packages/paste-core/components/input-box": +"@twilio-paste/input-box@^10.1.0, @twilio-paste/input-box@^10.1.1, @twilio-paste/input-box@workspace:packages/paste-core/components/input-box": version: 0.0.0-use.local resolution: "@twilio-paste/input-box@workspace:packages/paste-core/components/input-box" dependencies: @@ -11361,7 +11361,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/input@^9.1.0, @twilio-paste/input@workspace:packages/paste-core/components/input": +"@twilio-paste/input@^9.1.0, @twilio-paste/input@^9.1.1, @twilio-paste/input@workspace:packages/paste-core/components/input": version: 0.0.0-use.local resolution: "@twilio-paste/input@workspace:packages/paste-core/components/input" dependencies: @@ -11373,7 +11373,7 @@ __metadata: "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 "@twilio-paste/icons": ^12.2.0 - "@twilio-paste/input-box": ^10.1.0 + "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/spinner": ^14.1.0 "@twilio-paste/stack": ^8.1.0 "@twilio-paste/style-props": ^9.1.0 @@ -11413,7 +11413,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/label@^13.0.0, @twilio-paste/label@^13.0.1, @twilio-paste/label@^13.1.0, @twilio-paste/label@workspace:packages/paste-core/components/label": +"@twilio-paste/label@^13.1.0, @twilio-paste/label@^13.1.1, @twilio-paste/label@workspace:packages/paste-core/components/label": version: 0.0.0-use.local resolution: "@twilio-paste/label@workspace:packages/paste-core/components/label" dependencies: @@ -11472,7 +11472,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/list@^8.1.0, @twilio-paste/list@workspace:packages/paste-core/components/list": +"@twilio-paste/list@^8.1.1, @twilio-paste/list@workspace:packages/paste-core/components/list": version: 0.0.0-use.local resolution: "@twilio-paste/list@workspace:packages/paste-core/components/list" dependencies: @@ -11574,7 +11574,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/menu@^14.1.0, @twilio-paste/menu@workspace:packages/paste-core/components/menu": +"@twilio-paste/menu@^14.1.0, @twilio-paste/menu@^14.1.1, @twilio-paste/menu@workspace:packages/paste-core/components/menu": version: 0.0.0-use.local resolution: "@twilio-paste/menu@workspace:packages/paste-core/components/menu" dependencies: @@ -11636,7 +11636,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/meter@^1.0.2, @twilio-paste/meter@workspace:packages/paste-core/components/meter": +"@twilio-paste/meter@^1.0.3, @twilio-paste/meter@workspace:packages/paste-core/components/meter": version: 0.0.0-use.local resolution: "@twilio-paste/meter@workspace:packages/paste-core/components/meter" dependencies: @@ -11646,7 +11646,7 @@ __metadata: "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 "@twilio-paste/icons": ^12.2.0 - "@twilio-paste/label": ^13.1.0 + "@twilio-paste/label": ^13.1.1 "@twilio-paste/media-object": ^10.1.0 "@twilio-paste/react-spectrum-library": ^2.2.0 "@twilio-paste/screen-reader-only": ^13.1.0 @@ -11686,7 +11686,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/minimizable-dialog@^4.1.0, @twilio-paste/minimizable-dialog@workspace:packages/paste-core/components/minimizable-dialog": +"@twilio-paste/minimizable-dialog@^4.1.1, @twilio-paste/minimizable-dialog@workspace:packages/paste-core/components/minimizable-dialog": version: 0.0.0-use.local resolution: "@twilio-paste/minimizable-dialog@workspace:packages/paste-core/components/minimizable-dialog" dependencies: @@ -11754,7 +11754,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/modal@^16.1.0, @twilio-paste/modal@workspace:packages/paste-core/components/modal": +"@twilio-paste/modal@^16.1.0, @twilio-paste/modal@^16.1.1, @twilio-paste/modal@workspace:packages/paste-core/components/modal": version: 0.0.0-use.local resolution: "@twilio-paste/modal@workspace:packages/paste-core/components/modal" dependencies: @@ -11842,7 +11842,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/pagination@^7.1.0, @twilio-paste/pagination@workspace:packages/paste-core/components/pagination": +"@twilio-paste/pagination@^7.1.1, @twilio-paste/pagination@workspace:packages/paste-core/components/pagination": version: 0.0.0-use.local resolution: "@twilio-paste/pagination@workspace:packages/paste-core/components/pagination" dependencies: @@ -11884,7 +11884,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/paragraph@^10.1.0, @twilio-paste/paragraph@workspace:packages/paste-core/components/paragraph": +"@twilio-paste/paragraph@^10.1.1, @twilio-paste/paragraph@workspace:packages/paste-core/components/paragraph": version: 0.0.0-use.local resolution: "@twilio-paste/paragraph@workspace:packages/paste-core/components/paragraph" dependencies: @@ -11936,7 +11936,7 @@ __metadata: languageName: node linkType: hard -"@twilio-paste/popover@^13.1.0, @twilio-paste/popover@workspace:packages/paste-core/components/popover": +"@twilio-paste/popover@^13.2.0, @twilio-paste/popover@workspace:packages/paste-core/components/popover": version: 0.0.0-use.local resolution: "@twilio-paste/popover@workspace:packages/paste-core/components/popover" dependencies: @@ -11994,7 +11994,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/product-switcher@3.0.0, @twilio-paste/product-switcher@^3.0.0, @twilio-paste/product-switcher@workspace:packages/paste-core/components/product-switcher": +"@twilio-paste/product-switcher@3.0.1, @twilio-paste/product-switcher@^3.0.1, @twilio-paste/product-switcher@workspace:packages/paste-core/components/product-switcher": version: 0.0.0-use.local resolution: "@twilio-paste/product-switcher@workspace:packages/paste-core/components/product-switcher" dependencies: @@ -12008,7 +12008,7 @@ __metadata: "@twilio-paste/design-tokens": ^10.2.0 "@twilio-paste/icons": ^12.2.0 "@twilio-paste/media-object": ^10.1.0 - "@twilio-paste/menu": ^14.1.0 + "@twilio-paste/menu": ^14.1.1 "@twilio-paste/menu-primitive": ^2.1.0 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/screen-reader-only": 13.1.0 @@ -12058,7 +12058,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/progress-bar@^1.0.0, @twilio-paste/progress-bar@workspace:packages/paste-core/components/progress-bar": +"@twilio-paste/progress-bar@^1.1.0, @twilio-paste/progress-bar@workspace:packages/paste-core/components/progress-bar": version: 0.0.0-use.local resolution: "@twilio-paste/progress-bar@workspace:packages/paste-core/components/progress-bar" dependencies: @@ -12068,7 +12068,7 @@ __metadata: "@twilio-paste/customization": ^8.0.0 "@twilio-paste/design-tokens": ^10.0.0 "@twilio-paste/icons": ^12.1.0 - "@twilio-paste/label": ^13.0.1 + "@twilio-paste/label": ^13.1.1 "@twilio-paste/media-object": ^10.0.0 "@twilio-paste/react-spectrum-library": ^2.0.0 "@twilio-paste/screen-reader-only": ^13.0.0 @@ -12110,7 +12110,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/progress-steps@^2.1.0, @twilio-paste/progress-steps@workspace:packages/paste-core/components/progress-steps": +"@twilio-paste/progress-steps@^2.1.1, @twilio-paste/progress-steps@workspace:packages/paste-core/components/progress-steps": version: 0.0.0-use.local resolution: "@twilio-paste/progress-steps@workspace:packages/paste-core/components/progress-steps" dependencies: @@ -12357,7 +12357,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/select@^12.1.0, @twilio-paste/select@workspace:packages/paste-core/components/select": +"@twilio-paste/select@^12.1.1, @twilio-paste/select@workspace:packages/paste-core/components/select": version: 0.0.0-use.local resolution: "@twilio-paste/select@workspace:packages/paste-core/components/select" dependencies: @@ -12367,7 +12367,7 @@ __metadata: "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 "@twilio-paste/icons": ^12.2.0 - "@twilio-paste/input-box": ^10.1.0 + "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/style-props": ^9.1.0 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.0 @@ -12980,7 +12980,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/tabs@^8.1.0, @twilio-paste/tabs@workspace:packages/paste-core/components/tabs": +"@twilio-paste/tabs@^8.1.0, @twilio-paste/tabs@^8.1.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: @@ -13056,7 +13056,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/textarea@^10.1.0, @twilio-paste/textarea@workspace:packages/paste-core/components/textarea": +"@twilio-paste/textarea@^10.1.1, @twilio-paste/textarea@workspace:packages/paste-core/components/textarea": version: 0.0.0-use.local resolution: "@twilio-paste/textarea@workspace:packages/paste-core/components/textarea" dependencies: @@ -13065,7 +13065,7 @@ __metadata: "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 - "@twilio-paste/input-box": ^10.1.0 + "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/react-textarea-autosize-library": ^3.0.0 "@twilio-paste/style-props": ^9.1.0 "@twilio-paste/styling-library": ^3.0.0 @@ -13140,7 +13140,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/time-picker@^6.1.0, @twilio-paste/time-picker@workspace:packages/paste-core/components/time-picker": +"@twilio-paste/time-picker@^6.1.1, @twilio-paste/time-picker@workspace:packages/paste-core/components/time-picker": version: 0.0.0-use.local resolution: "@twilio-paste/time-picker@workspace:packages/paste-core/components/time-picker" dependencies: @@ -13152,8 +13152,8 @@ __metadata: "@twilio-paste/customization": ^8.1.0 "@twilio-paste/design-tokens": ^10.2.0 "@twilio-paste/icons": ^12.2.0 - "@twilio-paste/input": ^9.1.0 - "@twilio-paste/input-box": ^10.1.0 + "@twilio-paste/input": ^9.1.1 + "@twilio-paste/input-box": ^10.1.1 "@twilio-paste/spinner": ^14.1.0 "@twilio-paste/stack": ^8.1.0 "@twilio-paste/style-props": ^9.1.0 @@ -13195,7 +13195,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/toast@^12.1.0, @twilio-paste/toast@workspace:packages/paste-core/components/toast": +"@twilio-paste/toast@^12.1.1, @twilio-paste/toast@workspace:packages/paste-core/components/toast": version: 0.0.0-use.local resolution: "@twilio-paste/toast@workspace:packages/paste-core/components/toast" dependencies: @@ -13278,7 +13278,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/tooltip@^11.1.0, @twilio-paste/tooltip@workspace:packages/paste-core/components/tooltip": +"@twilio-paste/tooltip@^11.1.0, @twilio-paste/tooltip@^11.1.1, @twilio-paste/tooltip@workspace:packages/paste-core/components/tooltip": version: 0.0.0-use.local resolution: "@twilio-paste/tooltip@workspace:packages/paste-core/components/tooltip" dependencies: @@ -13326,7 +13326,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/topbar@^1.1.0, @twilio-paste/topbar@workspace:packages/paste-core/components/topbar": +"@twilio-paste/topbar@^1.1.1, @twilio-paste/topbar@workspace:packages/paste-core/components/topbar": version: 0.0.0-use.local resolution: "@twilio-paste/topbar@workspace:packages/paste-core/components/topbar" dependencies: @@ -13388,7 +13388,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/truncate@^14.1.0, @twilio-paste/truncate@workspace:packages/paste-core/components/truncate": +"@twilio-paste/truncate@^14.1.0, @twilio-paste/truncate@^14.1.1, @twilio-paste/truncate@workspace:packages/paste-core/components/truncate": version: 0.0.0-use.local resolution: "@twilio-paste/truncate@workspace:packages/paste-core/components/truncate" dependencies: @@ -13455,7 +13455,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/user-dialog@^2.1.0, @twilio-paste/user-dialog@workspace:packages/paste-core/components/user-dialog": +"@twilio-paste/user-dialog@^2.1.1, @twilio-paste/user-dialog@workspace:packages/paste-core/components/user-dialog": version: 0.0.0-use.local resolution: "@twilio-paste/user-dialog@workspace:packages/paste-core/components/user-dialog" dependencies: @@ -13546,22 +13546,22 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/visual-picker@^2.0.1, @twilio-paste/visual-picker@workspace:packages/paste-core/components/visual-picker": +"@twilio-paste/visual-picker@^2.0.2, @twilio-paste/visual-picker@workspace:packages/paste-core/components/visual-picker": version: 0.0.0-use.local resolution: "@twilio-paste/visual-picker@workspace:packages/paste-core/components/visual-picker" dependencies: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/base-radio-checkbox": ^13.0.0 "@twilio-paste/box": ^10.0.0 - "@twilio-paste/checkbox": ^13.0.0 + "@twilio-paste/checkbox": ^13.1.1 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.0.0 "@twilio-paste/design-tokens": ^10.0.0 "@twilio-paste/flex": ^8.0.0 "@twilio-paste/help-text": ^13.0.0 "@twilio-paste/icons": ^12.0.0 - "@twilio-paste/inline-control-group": ^13.0.0 - "@twilio-paste/label": ^13.0.0 + "@twilio-paste/inline-control-group": ^13.0.1 + "@twilio-paste/label": ^13.1.1 "@twilio-paste/media-object": ^10.0.0 "@twilio-paste/radio-group": ^13.0.0 "@twilio-paste/screen-reader-only": ^13.0.0 @@ -13638,24 +13638,24 @@ __metadata: "@twilio-paste/badge": ^8.1.0 "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.1.0 - "@twilio-paste/breadcrumb": ^11.1.0 + "@twilio-paste/breadcrumb": ^11.1.1 "@twilio-paste/button": ^14.1.0 "@twilio-paste/button-group": ^4.1.0 "@twilio-paste/callout": ^4.1.0 "@twilio-paste/card": ^9.1.0 - "@twilio-paste/chat-composer": ^5.1.0 + "@twilio-paste/chat-composer": ^5.1.1 "@twilio-paste/chat-log": ^5.2.0 - "@twilio-paste/checkbox": ^13.1.0 + "@twilio-paste/checkbox": ^13.1.1 "@twilio-paste/clipboard-copy-library": ^3.0.0 "@twilio-paste/code-block": ^4.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 - "@twilio-paste/combobox": ^16.2.0 + "@twilio-paste/combobox": ^16.2.1 "@twilio-paste/combobox-primitive": ^2.1.0 "@twilio-paste/customization": ^8.1.0 - "@twilio-paste/data-grid": ^8.1.0 + "@twilio-paste/data-grid": ^8.2.0 "@twilio-paste/data-visualization-library": ^5.0.0 "@twilio-paste/date-picker": ^6.1.0 - "@twilio-paste/description-list": ^4.1.0 + "@twilio-paste/description-list": ^4.2.0 "@twilio-paste/design-tokens": ^10.2.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 @@ -13668,38 +13668,38 @@ __metadata: "@twilio-paste/flex": ^8.1.0 "@twilio-paste/form": ^11.1.0 "@twilio-paste/form-pill-group": ^8.0.1 - "@twilio-paste/grid": ^8.1.0 + "@twilio-paste/grid": ^8.1.1 "@twilio-paste/heading": ^11.1.0 "@twilio-paste/help-text": ^13.1.0 "@twilio-paste/icons": 12.2.0 - "@twilio-paste/in-page-navigation": ^4.1.0 - "@twilio-paste/inline-code": ^4.1.0 - "@twilio-paste/inline-control-group": ^13.0.0 - "@twilio-paste/input": ^9.1.0 - "@twilio-paste/input-box": ^10.1.0 - "@twilio-paste/label": ^13.1.0 + "@twilio-paste/in-page-navigation": ^4.2.0 + "@twilio-paste/inline-code": ^4.1.1 + "@twilio-paste/inline-control-group": ^13.0.1 + "@twilio-paste/input": ^9.1.1 + "@twilio-paste/input-box": ^10.1.1 + "@twilio-paste/label": ^13.1.1 "@twilio-paste/lexical-library": ^4.1.0 - "@twilio-paste/list": ^8.1.0 + "@twilio-paste/list": ^8.1.1 "@twilio-paste/listbox-primitive": ^3.0.0 "@twilio-paste/media-object": ^10.1.0 - "@twilio-paste/menu": ^14.1.0 + "@twilio-paste/menu": ^14.1.1 "@twilio-paste/menu-primitive": ^2.1.0 - "@twilio-paste/meter": ^1.0.2 - "@twilio-paste/minimizable-dialog": ^4.1.0 - "@twilio-paste/modal": ^16.1.0 + "@twilio-paste/meter": ^1.0.3 + "@twilio-paste/minimizable-dialog": ^4.1.1 + "@twilio-paste/modal": ^16.1.1 "@twilio-paste/modal-dialog-primitive": ^2.0.0 "@twilio-paste/non-modal-dialog-primitive": ^2.0.1 - "@twilio-paste/pagination": ^7.1.0 - "@twilio-paste/paragraph": ^10.1.0 - "@twilio-paste/popover": ^13.1.0 - "@twilio-paste/product-switcher": 3.0.0 - "@twilio-paste/progress-steps": ^2.1.0 + "@twilio-paste/pagination": ^7.1.1 + "@twilio-paste/paragraph": ^10.1.1 + "@twilio-paste/popover": ^13.2.0 + "@twilio-paste/product-switcher": 3.0.1 + "@twilio-paste/progress-steps": ^2.1.1 "@twilio-paste/radio-button-group": ^4.1.0 "@twilio-paste/radio-group": ^13.1.0 "@twilio-paste/react-textarea-autosize-library": ^3.0.0 "@twilio-paste/reakit-library": ^2.1.0 "@twilio-paste/screen-reader-only": ^13.1.0 - "@twilio-paste/select": ^12.1.0 + "@twilio-paste/select": ^12.1.1 "@twilio-paste/separator": ^8.1.0 "@twilio-paste/sibling-box": ^9.1.0 "@twilio-paste/side-modal": ^4.1.0 @@ -13714,22 +13714,22 @@ __metadata: "@twilio-paste/switch": ^5.1.0 "@twilio-paste/syntax-highlighter-library": ^3.0.0 "@twilio-paste/table": ^8.1.0 - "@twilio-paste/tabs": ^8.1.0 + "@twilio-paste/tabs": ^8.1.1 "@twilio-paste/tabs-primitive": ^2.0.0 "@twilio-paste/text": ^10.1.0 - "@twilio-paste/textarea": ^10.1.0 + "@twilio-paste/textarea": ^10.1.1 "@twilio-paste/theme": ^11.0.1 - "@twilio-paste/time-picker": ^6.1.0 - "@twilio-paste/toast": ^12.1.0 - "@twilio-paste/tooltip": ^11.1.0 + "@twilio-paste/time-picker": ^6.1.1 + "@twilio-paste/toast": ^12.1.1 + "@twilio-paste/tooltip": ^11.1.1 "@twilio-paste/tooltip-primitive": ^2.0.0 - "@twilio-paste/topbar": ^1.1.0 - "@twilio-paste/truncate": ^14.1.0 + "@twilio-paste/topbar": ^1.1.1 + "@twilio-paste/truncate": ^14.1.1 "@twilio-paste/types": ^6.0.0 "@twilio-paste/uid-library": ^2.0.0 - "@twilio-paste/user-dialog": ^2.1.0 + "@twilio-paste/user-dialog": ^2.1.1 "@twilio-paste/utils": ^5.0.0 - "@twilio-paste/visual-picker": ^2.0.1 + "@twilio-paste/visual-picker": ^2.0.2 "@types/airtable": ^0.10.1 "@types/gtag.js": ^0.0.12 "@types/lodash": ^4.14.182