@dreamcommerce/aurora 3.1.19 → 3.1.20-2
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/build/cjs/packages/aurora/src/components/anchor_presets/anchor_button.js +1 -1
- package/build/cjs/packages/aurora/tailwind.config.js +7 -2
- package/build/cjs/packages/aurora/tailwind.config.js.map +1 -1
- package/build/css_tokens.css +1 -1
- package/build/esm/packages/aurora/src/components/anchor_presets/anchor_button.js +1 -1
- package/build/esm/packages/aurora/tailwind.config.js +7 -2
- package/build/esm/packages/aurora/tailwind.config.js.map +1 -1
- package/build/index.css +1 -1
- package/build/tailwind.config.js +7 -2
- package/package.json +1 -1
package/build/tailwind.config.js
CHANGED
|
@@ -169,7 +169,8 @@ module.exports = {
|
|
|
169
169
|
'info-subtle-active': 'var(--a-blue-300)',
|
|
170
170
|
info: 'var(--a-blue-500)',
|
|
171
171
|
'info-hover': 'var(--a-blue-600)',
|
|
172
|
-
'info-active': 'var(--a-blue-700)'
|
|
172
|
+
'info-active': 'var(--a-blue-700)',
|
|
173
|
+
component: 'var(--a-purple-p500)'
|
|
173
174
|
}),
|
|
174
175
|
borderColor: {
|
|
175
176
|
DEFAULT: 'var(--a-neutral-200)',
|
|
@@ -368,7 +369,11 @@ module.exports = {
|
|
|
368
369
|
'l-inverse': 'var(--a-box-shadow-l-inverse)'
|
|
369
370
|
},
|
|
370
371
|
boxShadowColor: {
|
|
371
|
-
DEFAULT: 'var(--a-box-shadow-color)'
|
|
372
|
+
DEFAULT: 'var(--a-box-shadow-color)',
|
|
373
|
+
info: 'var(--a-box-shadow-color-info)',
|
|
374
|
+
component: 'var(--a-box-shadow-color-component)',
|
|
375
|
+
dark: 'var(--a-box-shadow-color-dark)',
|
|
376
|
+
success: 'var(--a-box-shadow-color-success)'
|
|
372
377
|
},
|
|
373
378
|
extend: {
|
|
374
379
|
keyframes: {
|