@salt-ds/theme 1.28.0 → 1.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1075,7 +1075,7 @@
1075
1075
 
1076
1076
  /* css/characteristics/track-next.css */
1077
1077
  .salt-theme.salt-theme-next {
1078
- --salt-track-borderColor: var(--salt-palette-alpha-contrast-lower);
1078
+ --salt-track-borderColor: var(--salt-palette-alpha-contrast-medium);
1079
1079
  --salt-track-borderColor-disabled: var(--salt-palette-alpha-contrast-lowest);
1080
1080
  }
1081
1081
 
package/css/theme.css CHANGED
@@ -2112,9 +2112,9 @@
2112
2112
  --salt-text-display3-fontWeight-strong: var(--salt-palette-text-display-fontWeight-strong);
2113
2113
  --salt-text-display3-fontWeight-small: var(--salt-palette-text-display-fontWeight-small);
2114
2114
  --salt-text-display4-fontFamily: var(--salt-palette-text-fontFamily-heading);
2115
- --salt-text-display4-fontWeight: var(--salt-typography-fontWeight-semiBold);
2116
- --salt-text-display4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
2117
- --salt-text-display4-fontWeight-small: var(--salt-typography-fontWeight-regular);
2115
+ --salt-text-display4-fontWeight: var(--salt-palette-text-display-fontWeight);
2116
+ --salt-text-display4-fontWeight-strong: var(--salt-palette-text-display-fontWeight-strong);
2117
+ --salt-text-display4-fontWeight-small: var(--salt-palette-text-display-fontWeight-small);
2118
2118
  --salt-text-code-fontFamily: var(--salt-palette-text-fontFamily-code);
2119
2119
  }
2120
2120
  .salt-density-touch {
package/index.css CHANGED
@@ -2141,9 +2141,9 @@
2141
2141
  --salt-text-display3-fontWeight-strong: var(--salt-palette-text-display-fontWeight-strong);
2142
2142
  --salt-text-display3-fontWeight-small: var(--salt-palette-text-display-fontWeight-small);
2143
2143
  --salt-text-display4-fontFamily: var(--salt-palette-text-fontFamily-heading);
2144
- --salt-text-display4-fontWeight: var(--salt-typography-fontWeight-semiBold);
2145
- --salt-text-display4-fontWeight-strong: var(--salt-typography-fontWeight-bold);
2146
- --salt-text-display4-fontWeight-small: var(--salt-typography-fontWeight-regular);
2144
+ --salt-text-display4-fontWeight: var(--salt-palette-text-display-fontWeight);
2145
+ --salt-text-display4-fontWeight-strong: var(--salt-palette-text-display-fontWeight-strong);
2146
+ --salt-text-display4-fontWeight-small: var(--salt-palette-text-display-fontWeight-small);
2147
2147
  --salt-text-code-fontFamily: var(--salt-palette-text-fontFamily-code);
2148
2148
  }
2149
2149
  .salt-density-touch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/theme",
3
- "version": "1.28.0",
3
+ "version": "1.28.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",