@salt-ds/theme 1.27.0 → 1.28.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.
@@ -914,6 +914,7 @@
914
914
  --salt-content-secondary-foreground: var(--salt-palette-foreground-secondary);
915
915
  --salt-content-secondary-foreground-disabled: var(--salt-palette-foreground-secondary-disabled);
916
916
  --salt-content-accent-foreground: var(--salt-palette-accent-strong);
917
+ --salt-content-attention-foreground: var(--salt-palette-negative-strong);
917
918
  --salt-content-bold-foreground: var(--salt-palette-foreground-primary-alt);
918
919
  --salt-content-bold-foreground-disabled: var(--salt-palette-foreground-primary-alt-disabled);
919
920
  --salt-content-foreground-hover: var(--salt-palette-accent-strong);
package/css/theme.css CHANGED
@@ -2225,6 +2225,7 @@
2225
2225
  --salt-content-secondary-foreground: var(--salt-palette-neutral-secondary-foreground);
2226
2226
  --salt-content-secondary-foreground-disabled: var(--salt-palette-neutral-secondary-foreground-disabled);
2227
2227
  --salt-content-accent-foreground: var(--salt-palette-accent-foreground-informative);
2228
+ --salt-content-attention-foreground: var(--salt-palette-negative-foreground);
2228
2229
  --salt-content-bold-foreground: var(--salt-palette-interact-cta-foreground);
2229
2230
  --salt-content-bold-foreground-disabled: var(--salt-palette-interact-cta-foreground-disabled);
2230
2231
  --salt-content-foreground-hover: var(--salt-palette-accent-foreground-informative);
package/index.css CHANGED
@@ -2254,6 +2254,7 @@
2254
2254
  --salt-content-secondary-foreground: var(--salt-palette-neutral-secondary-foreground);
2255
2255
  --salt-content-secondary-foreground-disabled: var(--salt-palette-neutral-secondary-foreground-disabled);
2256
2256
  --salt-content-accent-foreground: var(--salt-palette-accent-foreground-informative);
2257
+ --salt-content-attention-foreground: var(--salt-palette-negative-foreground);
2257
2258
  --salt-content-bold-foreground: var(--salt-palette-interact-cta-foreground);
2258
2259
  --salt-content-bold-foreground-disabled: var(--salt-palette-interact-cta-foreground-disabled);
2259
2260
  --salt-content-foreground-hover: var(--salt-palette-accent-foreground-informative);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/theme",
3
- "version": "1.27.0",
3
+ "version": "1.28.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",