@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.
@@ -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: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "3.1.19",
5
+ "version": "3.1.20-2",
6
6
  "description": "aurora",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",