@salt-ds/theme 1.35.0 → 1.36.0

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.
@@ -1630,7 +1630,6 @@
1630
1630
  --salt-separable-foreground: var(--salt-palette-foreground-primary);
1631
1631
  --salt-separable-foreground-hover: var(--salt-palette-foreground-primary);
1632
1632
  --salt-separable-foreground-active: var(--salt-palette-foreground-primary-alt);
1633
- --salt-separable-background: var(--salt-palette-alpha-none);
1634
1633
  --salt-separable-background-hover: var(--salt-palette-alpha-weak);
1635
1634
  --salt-separable-background-active: var(--salt-palette-accent);
1636
1635
  }
@@ -2105,6 +2104,7 @@
2105
2104
  --salt-actionable-caution-subtle-background-disabled: var(--salt-palette-alpha-none);
2106
2105
  --salt-actionable-caution-subtle-borderColor-disabled: var(--salt-palette-alpha-none);
2107
2106
  --salt-actionable-caution-subtle-foreground-disabled: var(--salt-palette-warning-strong-disabled);
2107
+ --salt-separable-background: var(--salt-palette-alpha-none);
2108
2108
  }
2109
2109
 
2110
2110
  /* css/next/deprecated/foundations.css */
package/css/theme.css CHANGED
@@ -1970,7 +1970,6 @@
1970
1970
  --salt-separable-foreground: var(--salt-palette-neutral-primary-foreground);
1971
1971
  --salt-separable-foreground-hover: var(--salt-palette-neutral-primary-foreground);
1972
1972
  --salt-separable-foreground-active: var(--salt-palette-interact-cta-foreground);
1973
- --salt-separable-background: var(--salt-palette-alpha-none);
1974
1973
  --salt-separable-background-hover: var(--salt-palette-alpha-contrast-mediumLow);
1975
1974
  --salt-separable-background-active: var(--salt-palette-accent);
1976
1975
  }
@@ -2581,6 +2580,7 @@
2581
2580
  --salt-actionable-caution-subtle-background-disabled: var(--salt-palette-alpha-none);
2582
2581
  --salt-actionable-caution-subtle-borderColor-disabled: var(--salt-palette-alpha-none);
2583
2582
  --salt-actionable-caution-subtle-foreground-disabled: var(--salt-palette-warning-foreground-informative-disabled);
2583
+ --salt-separable-background: var(--salt-palette-alpha-none);
2584
2584
  }
2585
2585
 
2586
2586
  /* css/legacy/deprecated/fade.css */
package/index.css CHANGED
@@ -2010,7 +2010,6 @@
2010
2010
  --salt-separable-foreground: var(--salt-palette-neutral-primary-foreground);
2011
2011
  --salt-separable-foreground-hover: var(--salt-palette-neutral-primary-foreground);
2012
2012
  --salt-separable-foreground-active: var(--salt-palette-interact-cta-foreground);
2013
- --salt-separable-background: var(--salt-palette-alpha-none);
2014
2013
  --salt-separable-background-hover: var(--salt-palette-alpha-contrast-mediumLow);
2015
2014
  --salt-separable-background-active: var(--salt-palette-accent);
2016
2015
  }
@@ -2621,6 +2620,7 @@
2621
2620
  --salt-actionable-caution-subtle-background-disabled: var(--salt-palette-alpha-none);
2622
2621
  --salt-actionable-caution-subtle-borderColor-disabled: var(--salt-palette-alpha-none);
2623
2622
  --salt-actionable-caution-subtle-foreground-disabled: var(--salt-palette-warning-foreground-informative-disabled);
2623
+ --salt-separable-background: var(--salt-palette-alpha-none);
2624
2624
  }
2625
2625
 
2626
2626
  /* css/legacy/deprecated/fade.css */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/theme",
3
- "version": "1.35.0",
3
+ "version": "1.36.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",