Skip to content

Commit

Permalink
Version Packages (#3364)
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 15, 2024
1 parent 3fa8b97 commit e4b57a9
Show file tree
Hide file tree
Showing 23 changed files with 95 additions and 121 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-bananas-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-pumpkins-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-coins-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-carpets-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-snakes-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-forks-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-geckos-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-ghosts-ring.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rude-ravens-design.md

This file was deleted.

47 changes: 0 additions & 47 deletions .changeset/sour-experts-rest.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/update-global-theme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-dingos-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-tomatoes-enjoy.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.4.2

### Patch Changes

- 98d1a03f: Fixed icon not displayed correctly when salt theme class is not applied first on a container (fixes #3351)
- 318515c5: Fixed header background incorrectly referencing palette color (`--salt-container-primary-background`) instead of characterstics (`--salt-container-primary-background`)

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @salt-ds/core

## 1.27.1

### Patch Changes

- 067bc00f: Make `SegmentedButtonGroup` CSS selectors apply divider styles only to `.saltButton`, preventing dividers appearing when using floating-ui components like `Menu`.
- 5ff98b54: Fixed ComboBox logging event errors in React 16.
- 88961433: Changed RadioButton's display to `inline-flex` so the hit area only covers the label.
- d972d206: Fixed `Tooltip` not displaying when the `content` prop value is falsy e.g. 0
- 88961433: Changed Checkbox's display to `inline-flex` so the hit area only covers the label.

## 1.27.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.27.0",
"version": "1.27.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/countries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @salt-ds/countries

## 1.3.1

### Patch Changes

- 361edb3d: Remove `<countryCode>_Sharp` entries in countryMetaMap. This was added incorrectly and makes using the map to convert between country codes and country names more difficult.
- af21bfb3: Fixed `saltSharpCountries.css` not being shipped as part of the package.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/countries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/countries",
"version": "1.3.0",
"version": "1.3.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @salt-ds/lab

## 1.0.0-alpha.44

### Patch Changes

- 92bb63a1: - fixed keyboard navigation between panel and dates in calendar
- fixed highlight and today characteristics for previous months in calendar
- 894aaf0b: Calendar fixes:

- Fixed mozilla div focus bug https://bugzilla.mozilla.org/show_bug.cgi?id=1069739 and added aria label to calendar for accessibility improvement.
- Prevent event defaults in keyboard navigation.

## 1.0.0-alpha.43

### 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.43",
"version": "1.0.0-alpha.44",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
55 changes: 55 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
# @salt-ds/theme

## 1.15.0

### Minor Changes

- 3fa8b97c: Added new tokens

| Tier | Token | Value |
| ---------- | ---------------------------------------- | --------------------------------------- |
| Foundation | `--salt-typography-fontFamily-openSans` | "Open Sans" |
| Foundation | `--salt-typography-fontFamily-ptMono` | "PT Mono" |
| Palette | `--salt-palette-text-fontFamily` | `--salt-typography-fontFamily-openSans` |
| Palette | `--salt-palette-text-fontFamily-heading` | `--salt-typography-fontFamily-openSans` |
| Palette | `--salt-palette-text-fontFamily-code` | `--salt-typography-fontFamily-ptMono` |

Updated existing token value mapping to use new tokens

```diff
- --salt-text-fontFamily: var(--salt-typography-fontFamily);
+ --salt-text-fontFamily: var(--salt-palette-text-fontFamily);
- --salt-text-notation-fontFamily: var(--salt-typography-fontFamily);
+ --salt-text-notation-fontFamily: var(--salt-palette-text-fontFamily);
- --salt-text-h1-fontFamily: var(--salt-typography-fontFamily);
+ --salt-text-h1-fontFamily: var(--salt-palette-text-fontFamily-heading);
- --salt-text-h2-fontFamily: var(--salt-typography-fontFamily);
+ --salt-text-h2-fontFamily: var(--salt-palette-text-fontFamily-heading);
- --salt-text-h3-fontFamily: var(--salt-typography-fontFamily);
+ --salt-text-h3-fontFamily: var(--salt-palette-text-fontFamily-heading);
- --salt-text-h4-fontFamily: var(--salt-typography-fontFamily);
+ --salt-text-h4-fontFamily: var(--salt-palette-text-fontFamily-heading);
- --salt-text-label-fontFamily: var(--salt-typography-fontFamily);
+ --salt-text-label-fontFamily: var(--salt-palette-text-fontFamily);
- --salt-text-display1-fontFamily: var(--salt-typography-fontFamily);
+ --salt-text-display1-fontFamily: var(--salt-palette-text-fontFamily-heading);
- --salt-text-display2-fontFamily: var(--salt-typography-fontFamily);
+ --salt-text-display2-fontFamily: var(--salt-palette-text-fontFamily-heading);
- --salt-text-display3-fontFamily: var(--salt-typography-fontFamily);
+ --salt-text-display3-fontFamily: var(--salt-palette-text-fontFamily-heading);
- --salt-text-code-fontFamily: var(--salt-typography-fontFamily-code);
+ --salt-text-code-fontFamily: var(--salt-palette-text-fontFamily-code);
```

Deprecated below tokens, use replacement token instead

```
--salt-typography-fontFamily: var(--salt-typography-fontFamily-openSans);
--salt-typography-fontFamily-code: var(--salt-typography-fontFamily-ptMono);
```

- 3fa8b97c: Updated global theme css font family pointing to text chractertics instead of foundation value

```diff
- font-family: var(--salt-typography-fontFamily);
+ font-family: var(--salt-text-fontFamily);
```

## 1.14.0

### Minor 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.14.0",
"version": "1.15.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit e4b57a9

Please sign in to comment.