@salt-ds/theme 0.0.0-snapshot-20241115134921 → 0.0.0-snapshot-20241122093256

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.
package/css/theme.css CHANGED
@@ -1917,7 +1917,6 @@
1917
1917
  --salt-navigable-indicator-activeDisabled: var(--salt-palette-navigate-indicator-activeDisabled);
1918
1918
  --salt-accent-fontWeight: var(--salt-typography-fontWeight-semiBold);
1919
1919
  --salt-accent-foreground-disabled: var(--salt-palette-accent-foreground-disabled);
1920
- --salt-accent-background-disabled: var(--salt-palette-accent-background-disabled);
1921
1920
  --salt-accent-borderColor-disabled: var(--salt-palette-accent-border-disabled);
1922
1921
  --salt-track-borderWidth: 2px;
1923
1922
  --salt-track-borderWidth-active: 2px;
package/index.css CHANGED
@@ -1946,7 +1946,6 @@
1946
1946
  --salt-navigable-indicator-activeDisabled: var(--salt-palette-navigate-indicator-activeDisabled);
1947
1947
  --salt-accent-fontWeight: var(--salt-typography-fontWeight-semiBold);
1948
1948
  --salt-accent-foreground-disabled: var(--salt-palette-accent-foreground-disabled);
1949
- --salt-accent-background-disabled: var(--salt-palette-accent-background-disabled);
1950
1949
  --salt-accent-borderColor-disabled: var(--salt-palette-accent-border-disabled);
1951
1950
  --salt-track-borderWidth: 2px;
1952
1951
  --salt-track-borderWidth-active: 2px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/theme",
3
- "version": "0.0.0-snapshot-20241115134921",
3
+ "version": "0.0.0-snapshot-20241122093256",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",