@gadagi/design-system 1.0.1 → 1.0.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gadagi/design-system",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Design system for gadagi micro-frontends",
5
5
  "main": "src/index.ts",
6
6
  "module": "src/index.ts",
@@ -16,6 +16,15 @@
16
16
  800: '#1e293b',
17
17
  900: '#0f172a',
18
18
  },
19
+ error: {
20
+ 50: '#fef2f2',
21
+ 100: '#fee2e2',
22
+ 500: '#ef4444',
23
+ 600: '#dc2626',
24
+ 700: '#b91c1c',
25
+ 800: '#991b1b',
26
+ 900: '#7f1d1d',
27
+ },
19
28
  success: {
20
29
  500: '#2fb855', // WCAG compliant version of #36cd69
21
30
  100: '#dcfce7',
@@ -24,7 +33,7 @@
24
33
  500: '#e6a110', // WCAG compliant version of #f9b115
25
34
  100: '#fef3c7',
26
35
  },
27
- danger: {
36
+ danger: {
28
37
  500: '#dc4c4c', // WCAG compliant version of #e55353
29
38
  100: '#fee2e2',
30
39
  },