@salt-ds/theme 1.24.0 → 1.25.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.
- package/css/theme-next.css +0 -18
- package/css/theme.css +880 -411
- package/index.css +880 -411
- package/package.json +1 -1
package/css/theme-next.css
CHANGED
|
@@ -452,24 +452,6 @@
|
|
|
452
452
|
--salt-curve-999: 999px;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
-
/* css/palette/alpha-next.css */
|
|
456
|
-
.salt-theme.salt-theme-next[data-mode=light] {
|
|
457
|
-
--salt-palette-alpha: var(--salt-color-black-30a);
|
|
458
|
-
--salt-palette-alpha-strong: var(--salt-color-black-45a);
|
|
459
|
-
--salt-palette-alpha-weak: var(--salt-color-black-15a);
|
|
460
|
-
--salt-palette-alpha-weaker: var(--salt-color-black-10a);
|
|
461
|
-
--salt-palette-alpha-backdrop: var(--salt-color-white-70a);
|
|
462
|
-
--salt-palette-alpha-none: transparent;
|
|
463
|
-
}
|
|
464
|
-
.salt-theme.salt-theme-next[data-mode=dark] {
|
|
465
|
-
--salt-palette-alpha: var(--salt-color-white-30a);
|
|
466
|
-
--salt-palette-alpha-strong: var(--salt-color-white-45a);
|
|
467
|
-
--salt-palette-alpha-weak: var(--salt-color-white-15a);
|
|
468
|
-
--salt-palette-alpha-weaker: var(--salt-color-white-10a);
|
|
469
|
-
--salt-palette-alpha-backdrop: var(--salt-color-black-70a);
|
|
470
|
-
--salt-palette-alpha-none: transparent;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
455
|
/* css/palette/accent-next.css */
|
|
474
456
|
.salt-theme.salt-theme-next[data-mode=light][data-accent=blue] {
|
|
475
457
|
--salt-palette-accent: var(--salt-color-blue-500);
|