@salt-ds/theme 1.23.3 → 1.24.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.
@@ -566,8 +566,6 @@
566
566
 
567
567
  /* css/palette/foreground-next.css */
568
568
  .salt-theme.salt-theme-next[data-mode=light] {
569
- --salt-palette-foreground-active: var(--salt-color-blue-700);
570
- --salt-palette-foreground-hover: var(--salt-color-blue-600);
571
569
  --salt-palette-foreground-primary: var(--salt-color-black);
572
570
  --salt-palette-foreground-primary-disabled: var(--salt-color-black-40a);
573
571
  --salt-palette-foreground-primary-alt: var(--salt-color-white);
@@ -577,8 +575,6 @@
577
575
  --salt-palette-foreground-visited: var(--salt-color-purple-800);
578
576
  }
579
577
  .salt-theme.salt-theme-next[data-mode=dark] {
580
- --salt-palette-foreground-active: var(--salt-color-blue-300);
581
- --salt-palette-foreground-hover: var(--salt-color-blue-400);
582
578
  --salt-palette-foreground-primary: var(--salt-color-white);
583
579
  --salt-palette-foreground-primary-disabled: var(--salt-color-white-40a);
584
580
  --salt-palette-foreground-primary-alt: var(--salt-color-white);
@@ -976,8 +972,8 @@
976
972
  --salt-content-secondary-foreground-disabled: var(--salt-palette-foreground-secondary-disabled);
977
973
  --salt-content-bold-foreground: var(--salt-palette-foreground-primary-alt);
978
974
  --salt-content-bold-foreground-disabled: var(--salt-palette-foreground-primary-alt-disabled);
979
- --salt-content-foreground-hover: var(--salt-palette-foreground-hover);
980
- --salt-content-foreground-active: var(--salt-palette-foreground-active);
975
+ --salt-content-foreground-hover: var(--salt-palette-accent-strong);
976
+ --salt-content-foreground-active: var(--salt-palette-accent-stronger);
981
977
  --salt-content-foreground-visited: var(--salt-palette-foreground-visited);
982
978
  --salt-content-foreground-highlight: var(--salt-palette-accent-weaker);
983
979
  }
@@ -1136,4 +1132,14 @@
1136
1132
  --salt-color-background-gradientlight: var(--salt-color-background-titanium);
1137
1133
  }
1138
1134
 
1135
+ /* css/deprecated/palette-next.css */
1136
+ .salt-theme[data-mode=light] {
1137
+ --salt-palette-foreground-active: var(--salt-color-blue-700);
1138
+ --salt-palette-foreground-hover: var(--salt-color-blue-600);
1139
+ }
1140
+ .salt-theme[data-mode=dark] {
1141
+ --salt-palette-foreground-active: var(--salt-color-blue-300);
1142
+ --salt-palette-foreground-hover: var(--salt-color-blue-400);
1143
+ }
1144
+
1139
1145
  /* css/theme-next.css */
package/css/theme.css CHANGED
@@ -299,7 +299,7 @@
299
299
  --salt-color-rose-200: rgb(250, 190, 237);
300
300
  --salt-color-rose-300: rgb(229, 154, 212);
301
301
  --salt-color-rose-400: rgb(209, 117, 189);
302
- --salt-color-rose-500: rgb(176, 86, 158);
302
+ --salt-color-rose-500: rgb(176, 84, 157);
303
303
  --salt-color-rose-600: rgb(146, 67, 130);
304
304
  --salt-color-rose-700: rgb(118, 50, 104);
305
305
  --salt-color-rose-800: rgb(90, 32, 78);
@@ -326,7 +326,7 @@
326
326
  --salt-color-indigo-200: rgb(208, 194, 252);
327
327
  --salt-color-indigo-300: rgb(180, 162, 242);
328
328
  --salt-color-indigo-400: rgb(149, 129, 229);
329
- --salt-color-indigo-500: rgb(120, 104, 206);
329
+ --salt-color-indigo-500: rgb(118, 101, 207);
330
330
  --salt-color-indigo-600: rgb(98, 85, 170);
331
331
  --salt-color-indigo-700: rgb(77, 66, 135);
332
332
  --salt-color-indigo-800: rgb(57, 49, 102);
@@ -353,7 +353,7 @@
353
353
  --salt-color-autumn-200: rgb(255, 197, 161);
354
354
  --salt-color-autumn-300: rgb(242, 163, 114);
355
355
  --salt-color-autumn-400: rgb(222, 126, 64);
356
- --salt-color-autumn-500: rgb(189, 91, 21);
356
+ --salt-color-autumn-500: rgb(189, 90, 19);
357
357
  --salt-color-autumn-600: rgb(153, 73, 18);
358
358
  --salt-color-autumn-700: rgb(119, 55, 14);
359
359
  --salt-color-autumn-800: rgb(86, 39, 10);
package/index.css CHANGED
@@ -328,7 +328,7 @@
328
328
  --salt-color-rose-200: rgb(250, 190, 237);
329
329
  --salt-color-rose-300: rgb(229, 154, 212);
330
330
  --salt-color-rose-400: rgb(209, 117, 189);
331
- --salt-color-rose-500: rgb(176, 86, 158);
331
+ --salt-color-rose-500: rgb(176, 84, 157);
332
332
  --salt-color-rose-600: rgb(146, 67, 130);
333
333
  --salt-color-rose-700: rgb(118, 50, 104);
334
334
  --salt-color-rose-800: rgb(90, 32, 78);
@@ -355,7 +355,7 @@
355
355
  --salt-color-indigo-200: rgb(208, 194, 252);
356
356
  --salt-color-indigo-300: rgb(180, 162, 242);
357
357
  --salt-color-indigo-400: rgb(149, 129, 229);
358
- --salt-color-indigo-500: rgb(120, 104, 206);
358
+ --salt-color-indigo-500: rgb(118, 101, 207);
359
359
  --salt-color-indigo-600: rgb(98, 85, 170);
360
360
  --salt-color-indigo-700: rgb(77, 66, 135);
361
361
  --salt-color-indigo-800: rgb(57, 49, 102);
@@ -382,7 +382,7 @@
382
382
  --salt-color-autumn-200: rgb(255, 197, 161);
383
383
  --salt-color-autumn-300: rgb(242, 163, 114);
384
384
  --salt-color-autumn-400: rgb(222, 126, 64);
385
- --salt-color-autumn-500: rgb(189, 91, 21);
385
+ --salt-color-autumn-500: rgb(189, 90, 19);
386
386
  --salt-color-autumn-600: rgb(153, 73, 18);
387
387
  --salt-color-autumn-700: rgb(119, 55, 14);
388
388
  --salt-color-autumn-800: rgb(86, 39, 10);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salt-ds/theme",
3
- "version": "1.23.3",
3
+ "version": "1.24.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,6 +13,9 @@
13
13
  "/index.css",
14
14
  "/css"
15
15
  ],
16
+ "sideEffects": [
17
+ "*.css"
18
+ ],
16
19
  "scripts": {
17
20
  "build": "yarn node ./scripts/build.mjs",
18
21
  "build:watch": "yarn node ./scripts/build.mjs --watch"