Skip to content

Commit

Permalink
Version Packages (#1204)
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 Mar 22, 2023
1 parent e78f740 commit d4c54e7
Show file tree
Hide file tree
Showing 25 changed files with 117 additions and 122 deletions.
10 changes: 0 additions & 10 deletions .changeset/bright-hats-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-kangaroos-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-guests-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-glasses-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-frogs-study.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/odd-wasps-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-sloths-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-starfishes-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-dogs-repeat.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/shy-kids-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-rules-drum.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-actors-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-mails-argue.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/two-tables-do.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/wise-tools-help.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ag-grid-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @salt-ds/ag-grid-theme

## 1.1.1

### Patch Changes

- 50370dec: Fixed some icons that were overridden incorrectly
- 982da8e2: Fix ag-grid uitk theme floating filter input height in High density

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/ag-grid-theme",
"version": "1.1.0",
"version": "1.1.1",
"license": "Apache-2.0",
"style": "uitk-ag-theme.css",
"files": [
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @salt-ds/core

## 1.3.0

### Minor Changes

- 242941c9: Move `Avatar` from lab to core
- 9cae606a: Deprecated differential characteristic; replaced tokens with below
Moved differential tokens to status characteristic
Added 'static' status variant

```diff
- --salt-differential-positive-foreground
- --salt-differential-negative-foreground
+ --salt-status-positive-foreground
+ --salt-status-negative-foreground
+ --salt-status-static-foreground
```

### Patch Changes

- 8b58e28b: Fix AriaAnnouncer not removing announced text from the DOM

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/core",
"version": "1.2.0",
"version": "1.3.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"sideEffects": [
Expand Down
6 changes: 6 additions & 0 deletions packages/grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salt-ds/data-grid

## 1.0.2

### Patch Changes

- 1ad02da3: Deprecated `--salt-overlayable-shadow-scroll-color`, use `--salt-shadow-1-color` instead

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/data-grid",
"version": "1.0.1",
"version": "1.0.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"sideEffects": [
Expand Down
19 changes: 19 additions & 0 deletions packages/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @salt-ds/lab

## 1.0.0-alpha.3

### Minor Changes

- 2e0fdff0: Deprecated `--salt-size-graphic-small`, `--salt-size-graphic-medium`, `--salt-size-graphic-large`
Deprecated `--salt-size-divider-height`, `--salt-size-divider-strokeWidth`, replaced with `--salt-size-separator-height`, `--salt-size-separator-strokeWidth`
- 242941c9: Move `Avatar` from lab to core
- 9cae606a: Deprecated differential characteristic; replaced tokens with below
Moved differential tokens to status characteristic
Added 'static' status variant

```diff
- --salt-differential-positive-foreground
- --salt-differential-negative-foreground
+ --salt-status-positive-foreground
+ --salt-status-negative-foreground
+ --salt-status-static-foreground
```

## 1.0.0-alpha.2

### 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.2",
"version": "1.0.0-alpha.3",
"license": "Apache-2.0",
"main": "src/index.ts",
"sideEffects": [
Expand Down
59 changes: 59 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,64 @@
# @salt-ds/theme

## 1.1.0

### Minor Changes

- d460fb7b: Deprecated `--salt-size-detail`; replaced with `--salt-size-compact`
- 5ead0bbf: Deprecated `--salt-size-selection`; replaced with `--salt-size-selectable`
- 2e0fdff0: Deprecated `--salt-size-graphic-small`, `--salt-size-graphic-medium`, `--salt-size-graphic-large`
Deprecated `--salt-size-divider-height`, `--salt-size-divider-strokeWidth`, replaced with `--salt-size-separator-height`, `--salt-size-separator-strokeWidth`
- 9d3dda91: Theme update: changed the value of `--salt-palette-warning-border` and `--salt-palette-warning-foreground` to `--salt-color-orange-700` in light mode to fix accessibility issues
- 649d5394: Added a new opacity token for readonly backgrounds

```diff
- --salt-color-white-fade-background-readonly: rgba(255, 255, 255, var(--salt-palette-opacity-readonly));
- --salt-color-gray-20-fade-background-readonly: rgba(234, 237, 239, var(--salt-palette-opacity-readonly));
- --salt-color-gray-600-fade-background-readonly: rgba(47, 49, 54, var(--salt-palette-opacity-readonly));
- --salt-color-gray-800-fade-background-readonly: rgba(36, 37, 38, var(--salt-palette-opacity-readonly));
+ --salt-palette-opacity-background-readonly: var(--salt-opacity-1)
+ --salt-color-white-fade-background-readonly: rgba(255, 255, 255, var(--salt-palette-opacity-background-readonly));
+ --salt-color-gray-20-fade-background-readonly: rgba(234, 237, 239, var(--salt-palette-opacity-background-readonly));
+ --salt-color-gray-600-fade-background-readonly: rgba(47, 49, 54, var(--salt-palette-opacity-background-readonly));
+ --salt-color-gray-800-fade-background-readonly: rgba(36, 37, 38, var(--salt-palette-opacity-background-readonly));
```

- e33f5610: Theme update: changed the value of `--salt-palette-success-border` and `--salt-palette-success-foreground` to `--salt-color-green-400` in dark mode to fix accessibility issues
- d975171f: Deprecated `--salt-size-brandBar`; replaced with `--salt-size-accent` with new density dependent values
- 9cae606a: Deprecated differential characteristic; replaced tokens with below
Moved differential tokens to status characteristic
Added 'static' status variant

```diff
- --salt-differential-positive-foreground
- --salt-differential-negative-foreground
+ --salt-status-positive-foreground
+ --salt-status-negative-foreground
+ --salt-status-static-foreground
```

- 1f579da6: Added tokens for success, warning, and error backgrounds on selected state

```diff
+ --salt-status-success-background-selected
+ --salt-status-warning-background-selected
+ --salt-status-error-background-selected
+ --salt-palette-success-background-selected
+ --salt-palette-warning-background-selected
+ --salt-palette-error-background-selected
```

### Patch Changes

- 8e9446bf: Fixed the shadow token value

```diff
- --salt-shadow-5: 0 12px 40px 5px var(--salt-shadow-5-color);
+ --salt-shadow-5: 0 12px 40px 0 var(--salt-shadow-5-color);
```

- 1ad02da3: Deprecated `--salt-overlayable-shadow-scroll-color`, use `--salt-shadow-1-color` instead

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/theme",
"version": "1.0.0",
"version": "1.1.0",
"license": "Apache-2.0",
"style": "index.css",
"files": [
Expand Down

1 comment on commit d4c54e7

@vercel
Copy link

@vercel vercel bot commented on d4c54e7 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.