@dreamcommerce/aurora 3.1.18 → 3.1.20-1

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.
@@ -1,3 +1,5 @@
1
+ const { info } = require('console');
2
+
1
3
  /** @type {import('tailwindcss').Config} */
2
4
  module.exports = {
3
5
  prefix: 'aurora-',
@@ -169,7 +171,8 @@ module.exports = {
169
171
  'info-subtle-active': 'var(--a-blue-300)',
170
172
  info: 'var(--a-blue-500)',
171
173
  'info-hover': 'var(--a-blue-600)',
172
- 'info-active': 'var(--a-blue-700)'
174
+ 'info-active': 'var(--a-blue-700)',
175
+ component: 'var(--a-purple-p500)'
173
176
  }),
174
177
  borderColor: {
175
178
  DEFAULT: 'var(--a-neutral-200)',
@@ -368,7 +371,12 @@ module.exports = {
368
371
  'l-inverse': 'var(--a-box-shadow-l-inverse)'
369
372
  },
370
373
  boxShadowColor: {
371
- DEFAULT: 'var(--a-box-shadow-color)'
374
+ DEFAULT: 'var(--a-box-shadow-color)',
375
+ info: 'var(--a-box-shadow-color-info)',
376
+ component: 'var(--a-box-shadow-color-component)',
377
+ dark: 'var(--a-box-shadow-color-dark)',
378
+ success: 'var(--a-box-shadow-color-success)',
379
+
372
380
  },
373
381
  extend: {
374
382
  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.18",
5
+ "version": "3.1.20-1",
6
6
  "description": "aurora",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",