From 0ca1702be64e103d81f9ffc50c2eefb56df1082d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 14:49:46 +0100 Subject: [PATCH] Version Packages (#1680) Co-authored-by: github-actions[bot] --- .changeset/brown-sloths-change.md | 5 ----- .changeset/forty-toes-type.md | 6 ------ .changeset/popular-mayflies-study.md | 5 ----- .changeset/rich-dryers-sleep.md | 22 -------------------- .changeset/serious-parrots-speak.md | 5 ----- packages/lab/CHANGELOG.md | 31 ++++++++++++++++++++++++++++ packages/lab/package.json | 2 +- 7 files changed, 32 insertions(+), 44 deletions(-) delete mode 100644 .changeset/brown-sloths-change.md delete mode 100644 .changeset/forty-toes-type.md delete mode 100644 .changeset/popular-mayflies-study.md delete mode 100644 .changeset/rich-dryers-sleep.md delete mode 100644 .changeset/serious-parrots-speak.md diff --git a/.changeset/brown-sloths-change.md b/.changeset/brown-sloths-change.md deleted file mode 100644 index 984607e9517..00000000000 --- a/.changeset/brown-sloths-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@salt-ds/lab": minor ---- - -Fix Tabstrip crashing when `activeTabIndex` is set to null diff --git a/.changeset/forty-toes-type.md b/.changeset/forty-toes-type.md deleted file mode 100644 index 043aea729c1..00000000000 --- a/.changeset/forty-toes-type.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@salt-ds/lab": minor ---- - -Fixed id in `FormFieldNext`, and ids in `FormFieldLabel` and `FormFieldHelperText` from useFormFieldPropsNext -Deleted `a11yValueAriaProps`, replaced `a11yProps` type with `A11yValueProps` in `FormFieldContextNext` diff --git a/.changeset/popular-mayflies-study.md b/.changeset/popular-mayflies-study.md deleted file mode 100644 index c56bd1e8c4b..00000000000 --- a/.changeset/popular-mayflies-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@salt-ds/lab": minor ---- - -Added `textAlign` prop to `InputNext` with possible configurations: "left" (default), "right", "center" diff --git a/.changeset/rich-dryers-sleep.md b/.changeset/rich-dryers-sleep.md deleted file mode 100644 index 39429affebc..00000000000 --- a/.changeset/rich-dryers-sleep.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"@salt-ds/lab": minor ---- - -Changes to Form Field and Input CSS: - -- fixes background color when disabled -- fixes cursor on helper text -- fixes activation indicator width on active state -- usage of `grid-template-areas` - -Removes CSS API variables: - -```diff -- --saltInputNext-borderColor-active -- --saltInputNext-borderColor-hover -- --saltInputNext-borderColor-focused -- --saltInputNext-borderWidth -- --saltInputNext-borderStyle -- --saltInputNext-borderRadius -- --saltInputNext-cursor -``` diff --git a/.changeset/serious-parrots-speak.md b/.changeset/serious-parrots-speak.md deleted file mode 100644 index 2ce73d96ac3..00000000000 --- a/.changeset/serious-parrots-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@salt-ds/lab": patch ---- - -Updated Banner to use the new spacing foundation diff --git a/packages/lab/CHANGELOG.md b/packages/lab/CHANGELOG.md index 58e7a71bd00..98511f26f4c 100644 --- a/packages/lab/CHANGELOG.md +++ b/packages/lab/CHANGELOG.md @@ -1,5 +1,36 @@ # @salt-ds/lab +## 1.0.0-alpha.9 + +### Minor Changes + +- 4bd407b6: Fix Tabstrip crashing when `activeTabIndex` is set to null +- 3aba7cc0: Fixed id in `FormFieldNext`, and ids in `FormFieldLabel` and `FormFieldHelperText` from useFormFieldPropsNext + Deleted `a11yValueAriaProps`, replaced `a11yProps` type with `A11yValueProps` in `FormFieldContextNext` +- e7230ade: Added `textAlign` prop to `InputNext` with possible configurations: "left" (default), "right", "center" +- 2d63d305: Changes to Form Field and Input CSS: + + - fixes background color when disabled + - fixes cursor on helper text + - fixes activation indicator width on active state + - usage of `grid-template-areas` + + Removes CSS API variables: + + ```diff + - --saltInputNext-borderColor-active + - --saltInputNext-borderColor-hover + - --saltInputNext-borderColor-focused + - --saltInputNext-borderWidth + - --saltInputNext-borderStyle + - --saltInputNext-borderRadius + - --saltInputNext-cursor + ``` + +### Patch Changes + +- 922b1fb8: Updated Banner to use the new spacing foundation + ## 1.0.0-alpha.8 ### Minor Changes diff --git a/packages/lab/package.json b/packages/lab/package.json index 5a761f69f6a..89c8f8771f9 100644 --- a/packages/lab/package.json +++ b/packages/lab/package.json @@ -1,6 +1,6 @@ { "name": "@salt-ds/lab", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "license": "Apache-2.0", "main": "src/index.ts", "sideEffects": [