@aereamart/design-system 0.4.1 → 0.4.3
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/package.json +1 -1
- package/src/index.css +19 -1
package/package.json
CHANGED
package/src/index.css
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
--card-foreground: oklch(0.141 0.005 285.823);
|
|
28
28
|
--popover: oklch(1 0 0);
|
|
29
29
|
--popover-foreground: oklch(0.141 0.005 285.823);
|
|
30
|
-
--primary: oklch(
|
|
30
|
+
--primary: oklch(41.056% 0.25869 267.112);
|
|
31
31
|
--primary-foreground: oklch(0.985 0 0);
|
|
32
32
|
--secondary: oklch(0.967 0.001 286.375);
|
|
33
33
|
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
@@ -36,6 +36,12 @@
|
|
|
36
36
|
--accent: oklch(0.967 0.001 286.375);
|
|
37
37
|
--accent-foreground: oklch(0.21 0.006 285.885);
|
|
38
38
|
--destructive: oklch(0.577 0.245 27.325);
|
|
39
|
+
--success: oklch(0.596 0.145 163.225);
|
|
40
|
+
--success-foreground: oklch(0.985 0 0);
|
|
41
|
+
--warning: oklch(0.703 0.154 57.533);
|
|
42
|
+
--warning-foreground: oklch(0.985 0 0);
|
|
43
|
+
--info: oklch(0.542 0.132 259.863);
|
|
44
|
+
--info-foreground: oklch(0.985 0 0);
|
|
39
45
|
--border: oklch(0.92 0.004 286.32);
|
|
40
46
|
--input: oklch(0.92 0.004 286.32);
|
|
41
47
|
--ring: oklch(0.705 0.015 286.067);
|
|
@@ -70,6 +76,12 @@
|
|
|
70
76
|
--accent: oklch(0.274 0.006 286.033);
|
|
71
77
|
--accent-foreground: oklch(0.985 0 0);
|
|
72
78
|
--destructive: oklch(0.704 0.191 22.216);
|
|
79
|
+
--success: oklch(0.696 0.17 162.48);
|
|
80
|
+
--success-foreground: oklch(0.141 0.005 285.823);
|
|
81
|
+
--warning: oklch(0.769 0.188 70.08);
|
|
82
|
+
--warning-foreground: oklch(0.141 0.005 285.823);
|
|
83
|
+
--info: oklch(0.623 0.214 259.815);
|
|
84
|
+
--info-foreground: oklch(0.141 0.005 285.823);
|
|
73
85
|
--border: oklch(1 0 0 / 10%);
|
|
74
86
|
--input: oklch(1 0 0 / 15%);
|
|
75
87
|
--ring: oklch(0.552 0.016 285.938);
|
|
@@ -109,6 +121,12 @@
|
|
|
109
121
|
--color-accent-foreground: var(--accent-foreground);
|
|
110
122
|
--color-destructive: var(--destructive);
|
|
111
123
|
--color-destructive-foreground: var(--destructive-foreground);
|
|
124
|
+
--color-success: var(--success);
|
|
125
|
+
--color-success-foreground: var(--success-foreground);
|
|
126
|
+
--color-warning: var(--warning);
|
|
127
|
+
--color-warning-foreground: var(--warning-foreground);
|
|
128
|
+
--color-info: var(--info);
|
|
129
|
+
--color-info-foreground: var(--info-foreground);
|
|
112
130
|
--color-border: var(--border);
|
|
113
131
|
--color-input: var(--input);
|
|
114
132
|
--color-ring: var(--ring);
|