Skip to content

Commit

Permalink
Version Packages (#1680)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 22, 2023
1 parent 3aba7cc commit 0ca1702
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-sloths-change.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-toes-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-mayflies-study.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/rich-dryers-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-parrots-speak.md

This file was deleted.

31 changes: 31 additions & 0 deletions packages/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/lab/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 0ca1702

Please sign in to comment.