@phcdevworks/spectre-tokens 2.4.0 → 2.5.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/README.md +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/tokens/components.json +11 -5
- package/tokens/modes.json +12 -4
package/dist/index.css
CHANGED
|
@@ -294,9 +294,9 @@
|
|
|
294
294
|
--sp-button-cta-textdisabled: #8a96ad;
|
|
295
295
|
--sp-button-cta-shadow: 0 4px 14px 0 rgba(51, 109, 244, 0.39);
|
|
296
296
|
--sp-button-cta-focusring: rgba(51, 109, 244, 0.4);
|
|
297
|
-
--sp-button-accent-bg: #
|
|
298
|
-
--sp-button-accent-bghover: #
|
|
299
|
-
--sp-button-accent-bgactive: #
|
|
297
|
+
--sp-button-accent-bg: #5d28b8;
|
|
298
|
+
--sp-button-accent-bghover: #4d2393;
|
|
299
|
+
--sp-button-accent-bgactive: #401f75;
|
|
300
300
|
--sp-button-accent-bgdisabled: #ddccff;
|
|
301
301
|
--sp-button-accent-text: #ffffff;
|
|
302
302
|
--sp-button-accent-textdisabled: #8a96ad;
|
package/dist/index.js
CHANGED
|
@@ -126,9 +126,9 @@ var coreTokens = {
|
|
|
126
126
|
"focusRing": "{colors.brand.500} / 0.4"
|
|
127
127
|
},
|
|
128
128
|
"accent": {
|
|
129
|
-
"bg": "{colors.accent.
|
|
130
|
-
"bgHover": "{colors.accent.
|
|
131
|
-
"bgActive": "{colors.accent.
|
|
129
|
+
"bg": "{colors.accent.700}",
|
|
130
|
+
"bgHover": "{colors.accent.800}",
|
|
131
|
+
"bgActive": "{colors.accent.900}",
|
|
132
132
|
"bgDisabled": "{colors.accent.200}",
|
|
133
133
|
"text": "{colors.white}",
|
|
134
134
|
"textDisabled": "{colors.neutral.400}",
|