omnidesign 1.0.0

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.
Files changed (77) hide show
  1. package/LICENSE +21 -0
  2. package/QUICKREF.md +150 -0
  3. package/README.md +576 -0
  4. package/bin/cli.js +390 -0
  5. package/bin/detect-ide.js +50 -0
  6. package/bin/install.js +8 -0
  7. package/logo.jpg +0 -0
  8. package/package.json +84 -0
  9. package/recipes/components/README.md +29 -0
  10. package/recipes/components/agent-card.md +314 -0
  11. package/recipes/components/ai-chat.md +252 -0
  12. package/recipes/components/bento-grid.md +186 -0
  13. package/recipes/components/code-block.md +503 -0
  14. package/recipes/components/file-upload.md +483 -0
  15. package/recipes/components/forms.md +238 -0
  16. package/recipes/components/hero-section.md +161 -0
  17. package/recipes/components/navbar.md +214 -0
  18. package/recipes/components/prompt-input.md +293 -0
  19. package/recipes/components/thinking-indicator.md +372 -0
  20. package/recipes/motion/README.md +3 -0
  21. package/recipes/motion/motion-system.md +437 -0
  22. package/recipes/patterns/README.md +3 -0
  23. package/skills/aider/omnidesign.md +67 -0
  24. package/skills/amp/SKILL.md +114 -0
  25. package/skills/antigravity/SKILL.md +114 -0
  26. package/skills/claude/omnidesign.md +111 -0
  27. package/skills/continue/omnidesign.yaml +29 -0
  28. package/skills/cursor/omnidesign.md +110 -0
  29. package/skills/kilo/SKILL.md +114 -0
  30. package/skills/opencode/omnidesign.md +110 -0
  31. package/skills/vscode/package.json +66 -0
  32. package/skills/zed/omnidesign.json +7 -0
  33. package/tokens/motion/README.md +3 -0
  34. package/tokens/primitives/README.md +3 -0
  35. package/tokens/primitives/color.json +219 -0
  36. package/tokens/primitives/motion.json +56 -0
  37. package/tokens/primitives/radii.json +37 -0
  38. package/tokens/primitives/shadows.json +34 -0
  39. package/tokens/primitives/spacing.json +67 -0
  40. package/tokens/primitives/typography.json +127 -0
  41. package/tokens/semantic/README.md +3 -0
  42. package/tokens/semantic/color.json +114 -0
  43. package/tokens/semantic/motion.json +44 -0
  44. package/tokens/semantic/radii.json +29 -0
  45. package/tokens/semantic/shadows.json +24 -0
  46. package/tokens/semantic/spacing.json +69 -0
  47. package/tokens/semantic/typography.json +118 -0
  48. package/tokens/shadows/README.md +3 -0
  49. package/tokens/themes/README.md +3 -0
  50. package/tokens/themes/berry.json +143 -0
  51. package/tokens/themes/brutalist.json +143 -0
  52. package/tokens/themes/coral.json +143 -0
  53. package/tokens/themes/corporate.json +143 -0
  54. package/tokens/themes/cream.json +143 -0
  55. package/tokens/themes/cyberpunk.json +143 -0
  56. package/tokens/themes/daylight.json +143 -0
  57. package/tokens/themes/deep-space.json +143 -0
  58. package/tokens/themes/forest.json +143 -0
  59. package/tokens/themes/graphite.json +143 -0
  60. package/tokens/themes/lavender.json +143 -0
  61. package/tokens/themes/midnight.json +143 -0
  62. package/tokens/themes/mint.json +143 -0
  63. package/tokens/themes/navy.json +143 -0
  64. package/tokens/themes/noir.json +143 -0
  65. package/tokens/themes/obsidian.json +143 -0
  66. package/tokens/themes/ocean.json +143 -0
  67. package/tokens/themes/paper.json +143 -0
  68. package/tokens/themes/ruby.json +143 -0
  69. package/tokens/themes/slate.json +143 -0
  70. package/tokens/themes/snow.json +143 -0
  71. package/tokens/themes/solar.json +143 -0
  72. package/tokens/themes/spring.json +143 -0
  73. package/tokens/themes/starry-night.json +143 -0
  74. package/tokens/themes/sunset.json +143 -0
  75. package/tokens/typography/FONT_GUIDE.md +381 -0
  76. package/tokens/typography/README.md +37 -0
  77. package/tokens/typography/font-collection.json +221 -0
@@ -0,0 +1,219 @@
1
+ {
2
+ "neutral": {
3
+ "50": {
4
+ "$type": "color",
5
+ "$value": "#FAFAFA",
6
+ "$description": "Neutral gray, lightest shade"
7
+ },
8
+ "100": {
9
+ "$type": "color",
10
+ "$value": "#F5F5F5",
11
+ "$description": "Neutral gray, very light"
12
+ },
13
+ "200": {
14
+ "$type": "color",
15
+ "$value": "#E5E5E5",
16
+ "$description": "Neutral gray, light"
17
+ },
18
+ "300": {
19
+ "$type": "color",
20
+ "$value": "#D4D4D4",
21
+ "$description": "Neutral gray, light-medium"
22
+ },
23
+ "400": {
24
+ "$type": "color",
25
+ "$value": "#A3A3A3",
26
+ "$description": "Neutral gray, medium"
27
+ },
28
+ "500": {
29
+ "$type": "color",
30
+ "$value": "#737373",
31
+ "$description": "Neutral gray, base shade"
32
+ },
33
+ "600": {
34
+ "$type": "color",
35
+ "$value": "#525252",
36
+ "$description": "Neutral gray, medium-dark"
37
+ },
38
+ "700": {
39
+ "$type": "color",
40
+ "$value": "#404040",
41
+ "$description": "Neutral gray, dark"
42
+ },
43
+ "800": {
44
+ "$type": "color",
45
+ "$value": "#262626",
46
+ "$description": "Neutral gray, very dark"
47
+ },
48
+ "900": {
49
+ "$type": "color",
50
+ "$value": "#171717",
51
+ "$description": "Neutral gray, darkest"
52
+ },
53
+ "950": {
54
+ "$type": "color",
55
+ "$value": "#0A0A0A",
56
+ "$description": "Neutral gray, near black"
57
+ }
58
+ },
59
+ "blue": {
60
+ "50": {
61
+ "$type": "color",
62
+ "$value": "#EFF6FF",
63
+ "$description": "Cold blue, lightest shade"
64
+ },
65
+ "100": {
66
+ "$type": "color",
67
+ "$value": "#DBEAFE",
68
+ "$description": "Cold blue, very light"
69
+ },
70
+ "200": {
71
+ "$type": "color",
72
+ "$value": "#BFDBFE",
73
+ "$description": "Cold blue, light"
74
+ },
75
+ "300": {
76
+ "$type": "color",
77
+ "$value": "#93C5FD",
78
+ "$description": "Cold blue, light-medium"
79
+ },
80
+ "400": {
81
+ "$type": "color",
82
+ "$value": "#60A5FA",
83
+ "$description": "Cold blue, medium"
84
+ },
85
+ "500": {
86
+ "$type": "color",
87
+ "$value": "#2563EB",
88
+ "$description": "Cold blue, base shade - enterprise primary"
89
+ },
90
+ "600": {
91
+ "$type": "color",
92
+ "$value": "#1D4ED8",
93
+ "$description": "Cold blue, medium-dark"
94
+ },
95
+ "700": {
96
+ "$type": "color",
97
+ "$value": "#1E40AF",
98
+ "$description": "Cold blue, dark"
99
+ },
100
+ "800": {
101
+ "$type": "color",
102
+ "$value": "#1E3A8A",
103
+ "$description": "Cold blue, very dark"
104
+ },
105
+ "900": {
106
+ "$type": "color",
107
+ "$value": "#172554",
108
+ "$description": "Cold blue, darkest"
109
+ },
110
+ "950": {
111
+ "$type": "color",
112
+ "$value": "#0F172A",
113
+ "$description": "Cold blue, near black"
114
+ }
115
+ },
116
+ "purple": {
117
+ "50": {
118
+ "$type": "color",
119
+ "$value": "#F5F3FF",
120
+ "$description": "Deep violet, lightest shade"
121
+ },
122
+ "100": {
123
+ "$type": "color",
124
+ "$value": "#EDE9FE",
125
+ "$description": "Deep violet, very light"
126
+ },
127
+ "200": {
128
+ "$type": "color",
129
+ "$value": "#DDD6FE",
130
+ "$description": "Deep violet, light"
131
+ },
132
+ "300": {
133
+ "$type": "color",
134
+ "$value": "#C4B5FD",
135
+ "$description": "Deep violet, light-medium"
136
+ },
137
+ "400": {
138
+ "$type": "color",
139
+ "$value": "#A78BFA",
140
+ "$description": "Deep violet, medium"
141
+ },
142
+ "500": {
143
+ "$type": "color",
144
+ "$value": "#6D28D9",
145
+ "$description": "Deep violet, base shade - starry accent"
146
+ },
147
+ "600": {
148
+ "$type": "color",
149
+ "$value": "#5B21B6",
150
+ "$description": "Deep violet, medium-dark"
151
+ },
152
+ "700": {
153
+ "$type": "color",
154
+ "$value": "#4C1D95",
155
+ "$description": "Deep violet, dark"
156
+ },
157
+ "800": {
158
+ "$type": "color",
159
+ "$value": "#3730A3",
160
+ "$description": "Deep violet, very dark"
161
+ },
162
+ "900": {
163
+ "$type": "color",
164
+ "$value": "#312E81",
165
+ "$description": "Deep violet, darkest"
166
+ },
167
+ "950": {
168
+ "$type": "color",
169
+ "$value": "#1E1B4B",
170
+ "$description": "Deep violet, near black"
171
+ }
172
+ },
173
+ "green": {
174
+ "500": {
175
+ "$type": "color",
176
+ "$value": "#22C55E",
177
+ "$description": "Success green, base shade"
178
+ },
179
+ "600": {
180
+ "$type": "color",
181
+ "$value": "#16A34A",
182
+ "$description": "Success green, dark shade"
183
+ }
184
+ },
185
+ "amber": {
186
+ "500": {
187
+ "$type": "color",
188
+ "$value": "#F59E0B",
189
+ "$description": "Warning amber, base shade"
190
+ },
191
+ "600": {
192
+ "$type": "color",
193
+ "$value": "#D97706",
194
+ "$description": "Warning amber, dark shade"
195
+ }
196
+ },
197
+ "red": {
198
+ "500": {
199
+ "$type": "color",
200
+ "$value": "#EF4444",
201
+ "$description": "Error red, base shade"
202
+ },
203
+ "600": {
204
+ "$type": "color",
205
+ "$value": "#DC2626",
206
+ "$description": "Error red, dark shade"
207
+ }
208
+ },
209
+ "white": {
210
+ "$type": "color",
211
+ "$value": "#FFFFFF",
212
+ "$description": "Pure white"
213
+ },
214
+ "black": {
215
+ "$type": "color",
216
+ "$value": "#000000",
217
+ "$description": "Pure black"
218
+ }
219
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "duration": {
3
+ "instant": {
4
+ "$type": "duration",
5
+ "$value": "0ms",
6
+ "$description": "Instant transition (no animation)"
7
+ },
8
+ "fast": {
9
+ "$type": "duration",
10
+ "$value": "150ms",
11
+ "$description": "Fast transition for micro-interactions"
12
+ },
13
+ "normal": {
14
+ "$type": "duration",
15
+ "$value": "300ms",
16
+ "$description": "Normal transition duration"
17
+ },
18
+ "slow": {
19
+ "$type": "duration",
20
+ "$value": "500ms",
21
+ "$description": "Slow transition for emphasis"
22
+ },
23
+ "slower": {
24
+ "$type": "duration",
25
+ "$value": "700ms",
26
+ "$description": "Slower transition for dramatic effects"
27
+ }
28
+ },
29
+ "easing": {
30
+ "linear": {
31
+ "$type": "cubicBezier",
32
+ "$value": [0, 0, 1, 1],
33
+ "$description": "Linear easing (constant speed)"
34
+ },
35
+ "easeIn": {
36
+ "$type": "cubicBezier",
37
+ "$value": [0.4, 0, 1, 1],
38
+ "$description": "Ease in (accelerate)"
39
+ },
40
+ "easeOut": {
41
+ "$type": "cubicBezier",
42
+ "$value": [0, 0, 0.2, 1],
43
+ "$description": "Ease out (decelerate)"
44
+ },
45
+ "easeInOut": {
46
+ "$type": "cubicBezier",
47
+ "$value": [0.4, 0, 0.2, 1],
48
+ "$description": "Ease in-out (accelerate then decelerate)"
49
+ },
50
+ "spring": {
51
+ "$type": "cubicBezier",
52
+ "$value": [0.34, 1.56, 0.64, 1],
53
+ "$description": "Spring easing (overshoot effect)"
54
+ }
55
+ }
56
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "none": {
3
+ "$type": "dimension",
4
+ "$value": "0px",
5
+ "$description": "No border radius"
6
+ },
7
+ "sm": {
8
+ "$type": "dimension",
9
+ "$value": "4px",
10
+ "$description": "Small border radius"
11
+ },
12
+ "md": {
13
+ "$type": "dimension",
14
+ "$value": "8px",
15
+ "$description": "Medium border radius"
16
+ },
17
+ "lg": {
18
+ "$type": "dimension",
19
+ "$value": "12px",
20
+ "$description": "Large border radius"
21
+ },
22
+ "xl": {
23
+ "$type": "dimension",
24
+ "$value": "16px",
25
+ "$description": "Extra large border radius"
26
+ },
27
+ "2xl": {
28
+ "$type": "dimension",
29
+ "$value": "24px",
30
+ "$description": "2x extra large border radius"
31
+ },
32
+ "full": {
33
+ "$type": "dimension",
34
+ "$value": "9999px",
35
+ "$description": "Full border radius (pill shape)"
36
+ }
37
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "sm": {
3
+ "$type": "shadow",
4
+ "$value": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
5
+ "$description": "Subtle elevation shadow"
6
+ },
7
+ "md": {
8
+ "$type": "shadow",
9
+ "$value": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)",
10
+ "$description": "Card elevation shadow"
11
+ },
12
+ "lg": {
13
+ "$type": "shadow",
14
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)",
15
+ "$description": "Modal elevation shadow"
16
+ },
17
+ "xl": {
18
+ "$type": "shadow",
19
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)",
20
+ "$description": "Floating element shadow"
21
+ },
22
+ "glow": {
23
+ "blue": {
24
+ "$type": "shadow",
25
+ "$value": "0 0 0 3px rgba(37, 99, 235, 0.4)",
26
+ "$description": "Blue glow for focus states"
27
+ },
28
+ "purple": {
29
+ "$type": "shadow",
30
+ "$value": "0 0 0 3px rgba(109, 40, 217, 0.4)",
31
+ "$description": "Purple glow for accent focus states"
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "0": {
3
+ "$type": "dimension",
4
+ "$value": "0px",
5
+ "$description": "No spacing"
6
+ },
7
+ "1": {
8
+ "$type": "dimension",
9
+ "$value": "4px",
10
+ "$description": "4px spacing (1x baseline)"
11
+ },
12
+ "2": {
13
+ "$type": "dimension",
14
+ "$value": "8px",
15
+ "$description": "8px spacing (2x baseline)"
16
+ },
17
+ "3": {
18
+ "$type": "dimension",
19
+ "$value": "12px",
20
+ "$description": "12px spacing (3x baseline)"
21
+ },
22
+ "4": {
23
+ "$type": "dimension",
24
+ "$value": "16px",
25
+ "$description": "16px spacing (4x baseline)"
26
+ },
27
+ "5": {
28
+ "$type": "dimension",
29
+ "$value": "20px",
30
+ "$description": "20px spacing (5x baseline)"
31
+ },
32
+ "6": {
33
+ "$type": "dimension",
34
+ "$value": "24px",
35
+ "$description": "24px spacing (6x baseline)"
36
+ },
37
+ "8": {
38
+ "$type": "dimension",
39
+ "$value": "32px",
40
+ "$description": "32px spacing (8x baseline)"
41
+ },
42
+ "10": {
43
+ "$type": "dimension",
44
+ "$value": "40px",
45
+ "$description": "40px spacing (10x baseline)"
46
+ },
47
+ "12": {
48
+ "$type": "dimension",
49
+ "$value": "48px",
50
+ "$description": "48px spacing (12x baseline)"
51
+ },
52
+ "16": {
53
+ "$type": "dimension",
54
+ "$value": "64px",
55
+ "$description": "64px spacing (16x baseline)"
56
+ },
57
+ "20": {
58
+ "$type": "dimension",
59
+ "$value": "80px",
60
+ "$description": "80px spacing (20x baseline)"
61
+ },
62
+ "24": {
63
+ "$type": "dimension",
64
+ "$value": "96px",
65
+ "$description": "96px spacing (24x baseline)"
66
+ }
67
+ }
@@ -0,0 +1,127 @@
1
+ {
2
+ "fontFamily": {
3
+ "sans": {
4
+ "$type": "fontFamily",
5
+ "$value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif",
6
+ "$description": "System font stack for body text"
7
+ },
8
+ "mono": {
9
+ "$type": "fontFamily",
10
+ "$value": "'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace",
11
+ "$description": "Monospace font stack for code"
12
+ }
13
+ },
14
+ "fontSize": {
15
+ "xs": {
16
+ "$type": "dimension",
17
+ "$value": "12px",
18
+ "$description": "Extra small font size"
19
+ },
20
+ "sm": {
21
+ "$type": "dimension",
22
+ "$value": "14px",
23
+ "$description": "Small font size"
24
+ },
25
+ "base": {
26
+ "$type": "dimension",
27
+ "$value": "16px",
28
+ "$description": "Base font size"
29
+ },
30
+ "lg": {
31
+ "$type": "dimension",
32
+ "$value": "18px",
33
+ "$description": "Large font size"
34
+ },
35
+ "xl": {
36
+ "$type": "dimension",
37
+ "$value": "20px",
38
+ "$description": "Extra large font size"
39
+ },
40
+ "2xl": {
41
+ "$type": "dimension",
42
+ "$value": "24px",
43
+ "$description": "2x extra large font size"
44
+ },
45
+ "3xl": {
46
+ "$type": "dimension",
47
+ "$value": "30px",
48
+ "$description": "3x extra large font size"
49
+ },
50
+ "4xl": {
51
+ "$type": "dimension",
52
+ "$value": "36px",
53
+ "$description": "4x extra large font size"
54
+ },
55
+ "5xl": {
56
+ "$type": "dimension",
57
+ "$value": "48px",
58
+ "$description": "5x extra large font size"
59
+ },
60
+ "6xl": {
61
+ "$type": "dimension",
62
+ "$value": "60px",
63
+ "$description": "6x extra large font size"
64
+ }
65
+ },
66
+ "fontWeight": {
67
+ "normal": {
68
+ "$type": "fontWeight",
69
+ "$value": 400,
70
+ "$description": "Normal font weight"
71
+ },
72
+ "medium": {
73
+ "$type": "fontWeight",
74
+ "$value": 500,
75
+ "$description": "Medium font weight"
76
+ },
77
+ "semibold": {
78
+ "$type": "fontWeight",
79
+ "$value": 600,
80
+ "$description": "Semibold font weight"
81
+ },
82
+ "bold": {
83
+ "$type": "fontWeight",
84
+ "$value": 700,
85
+ "$description": "Bold font weight"
86
+ }
87
+ },
88
+ "lineHeight": {
89
+ "tight": {
90
+ "$type": "number",
91
+ "$value": 1.25,
92
+ "$description": "Tight line height"
93
+ },
94
+ "snug": {
95
+ "$type": "number",
96
+ "$value": 1.375,
97
+ "$description": "Snug line height"
98
+ },
99
+ "normal": {
100
+ "$type": "number",
101
+ "$value": 1.5,
102
+ "$description": "Normal line height"
103
+ },
104
+ "relaxed": {
105
+ "$type": "number",
106
+ "$value": 1.625,
107
+ "$description": "Relaxed line height"
108
+ }
109
+ },
110
+ "letterSpacing": {
111
+ "tight": {
112
+ "$type": "dimension",
113
+ "$value": "-0.025em",
114
+ "$description": "Tight letter spacing"
115
+ },
116
+ "normal": {
117
+ "$type": "dimension",
118
+ "$value": "0em",
119
+ "$description": "Normal letter spacing"
120
+ },
121
+ "wide": {
122
+ "$type": "dimension",
123
+ "$value": "0.025em",
124
+ "$description": "Wide letter spacing"
125
+ }
126
+ }
127
+ }
@@ -0,0 +1,3 @@
1
+ # Semantic
2
+
3
+ Contextual design tokens that map primitives to meaning (primary, danger, success). These bridge raw values to component-level usage.
@@ -0,0 +1,114 @@
1
+ {
2
+ "text": {
3
+ "default": {
4
+ "$type": "color",
5
+ "$value": "{color.neutral.900}",
6
+ "$description": "Primary text color for body content"
7
+ },
8
+ "muted": {
9
+ "$type": "color",
10
+ "$value": "{color.neutral.500}",
11
+ "$description": "Secondary text color for less important content"
12
+ },
13
+ "inverted": {
14
+ "$type": "color",
15
+ "$value": "{color.white}",
16
+ "$description": "Text color for dark backgrounds"
17
+ },
18
+ "link": {
19
+ "$type": "color",
20
+ "$value": "{color.blue.500}",
21
+ "$description": "Link text color"
22
+ },
23
+ "link.hover": {
24
+ "$type": "color",
25
+ "$value": "{color.blue.600}",
26
+ "$description": "Link text color on hover"
27
+ }
28
+ },
29
+ "surface": {
30
+ "default": {
31
+ "$type": "color",
32
+ "$value": "{color.white}",
33
+ "$description": "Default surface background color"
34
+ },
35
+ "raised": {
36
+ "$type": "color",
37
+ "$value": "{color.white}",
38
+ "$description": "Elevated surface background (cards, popovers)"
39
+ },
40
+ "sunken": {
41
+ "$type": "color",
42
+ "$value": "{color.neutral.50}",
43
+ "$description": "Depressed surface background (inputs, wells)"
44
+ },
45
+ "overlay": {
46
+ "$type": "color",
47
+ "$value": "{color.neutral.950}",
48
+ "$description": "Overlay background for modals and backdrops"
49
+ }
50
+ },
51
+ "border": {
52
+ "default": {
53
+ "$type": "color",
54
+ "$value": "{color.neutral.200}",
55
+ "$description": "Default border color"
56
+ },
57
+ "subtle": {
58
+ "$type": "color",
59
+ "$value": "{color.neutral.100}",
60
+ "$description": "Subtle border for dividers and separators"
61
+ },
62
+ "strong": {
63
+ "$type": "color",
64
+ "$value": "{color.neutral.300}",
65
+ "$description": "Stronger border for emphasis"
66
+ }
67
+ },
68
+ "interactive": {
69
+ "primary": {
70
+ "$type": "color",
71
+ "$value": "{color.blue.500}",
72
+ "$description": "Primary interactive element color"
73
+ },
74
+ "primary.hover": {
75
+ "$type": "color",
76
+ "$value": "{color.blue.600}",
77
+ "$description": "Primary interactive color on hover"
78
+ },
79
+ "secondary": {
80
+ "$type": "color",
81
+ "$value": "{color.neutral.100}",
82
+ "$description": "Secondary interactive element color"
83
+ }
84
+ },
85
+ "status": {
86
+ "success": {
87
+ "$type": "color",
88
+ "$value": "{color.green.500}",
89
+ "$description": "Success state color"
90
+ },
91
+ "warning": {
92
+ "$type": "color",
93
+ "$value": "{color.amber.500}",
94
+ "$description": "Warning state color"
95
+ },
96
+ "error": {
97
+ "$type": "color",
98
+ "$value": "{color.red.500}",
99
+ "$description": "Error state color"
100
+ },
101
+ "info": {
102
+ "$type": "color",
103
+ "$value": "{color.blue.500}",
104
+ "$description": "Info state color"
105
+ }
106
+ },
107
+ "focus": {
108
+ "ring": {
109
+ "$type": "color",
110
+ "$value": "{color.blue.500}",
111
+ "$description": "Focus ring outline color"
112
+ }
113
+ }
114
+ }