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,143 @@
1
+ {
2
+ "theme": {
3
+ "$type": "theme",
4
+ "$value": "spring",
5
+ "$description": "Light mint with soft pink - fresh and playful"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#1F2937",
12
+ "$description": "Primary text on light surfaces - dark gray"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#6B7280",
17
+ "$description": "Secondary text - gray"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#F0FDFA",
22
+ "$description": "Text color for dark surfaces - mint white"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#0D9488",
27
+ "$description": "Link text color - mint teal"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#0F766E",
32
+ "$description": "Link text color on hover - deeper mint teal"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#F0FDFA",
39
+ "$description": "Default surface background - light mint white"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#ECFDF5",
44
+ "$description": "Elevated surface background - very light mint"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#E6F7F2",
49
+ "$description": "Depressed surface background - light mint for inputs"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(31, 41, 55, 0.5)",
54
+ "$description": "Overlay background for modals - semi-transparent dark"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#CCFBF1",
61
+ "$description": "Default border color - light mint gray"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#ECFDF5",
66
+ "$description": "Subtle border for dividers - very faint mint"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#99F6E4",
71
+ "$description": "Stronger border for emphasis - mint"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#14B8A6",
78
+ "$description": "Primary interactive element color - mint teal"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#0D9488",
83
+ "$description": "Primary interactive color on hover - deeper mint teal"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#F472B6",
88
+ "$description": "Secondary interactive element color - soft pink"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#5EEAD4",
95
+ "$description": "Focus ring outline color - mint glow"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#059669",
102
+ "$description": "Success state color - emerald"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#D97706",
107
+ "$description": "Warning state color - amber"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#DB2777",
112
+ "$description": "Error state color - pink"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#0D9488",
117
+ "$description": "Info state color - mint teal"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 4px 6px -1px rgba(31, 41, 55, 0.05), 0 2px 4px -2px rgba(31, 41, 55, 0.03)",
125
+ "$description": "Card elevation shadow - soft shadow"
126
+ },
127
+ "dropdown": {
128
+ "$type": "shadow",
129
+ "$value": "0 10px 15px -3px rgba(31, 41, 55, 0.08), 0 4px 6px -4px rgba(31, 41, 55, 0.05)",
130
+ "$description": "Dropdown menu elevation shadow - medium shadow"
131
+ },
132
+ "modal": {
133
+ "$type": "shadow",
134
+ "$value": "0 20px 25px -5px rgba(31, 41, 55, 0.1), 0 8px 10px -6px rgba(31, 41, 55, 0.08)",
135
+ "$description": "Modal dialog elevation shadow - prominent shadow"
136
+ },
137
+ "focus": {
138
+ "$type": "shadow",
139
+ "$value": "0 0 0 3px rgba(20, 184, 166, 0.3)",
140
+ "$description": "Focus ring glow shadow - mint glow ring"
141
+ }
142
+ }
143
+ }
@@ -0,0 +1,143 @@
1
+ {
2
+ "theme": {
3
+ "$type": "theme",
4
+ "$value": "starry-night",
5
+ "$description": "Cold blue and deep violet theme for enterprise SPAs with dark mode focus"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#F1F5F9",
12
+ "$description": "Primary text on dark surfaces - near white"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#94A3B8",
17
+ "$description": "Secondary text - medium gray for less important content"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#0F172A",
22
+ "$description": "Text color for light surfaces - dark blue-gray"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#60A5FA",
27
+ "$description": "Link text color - cold blue accent"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#93C5FD",
32
+ "$description": "Link text color on hover - brighter cold blue"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#0F172A",
39
+ "$description": "Default surface background - very dark blue-gray (near black)"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#1E293B",
44
+ "$description": "Elevated surface background - slightly lighter dark surface for cards"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#020617",
49
+ "$description": "Depressed surface background - even darker for inputs and wells"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(15, 23, 42, 0.8)",
54
+ "$description": "Overlay background for modals and backdrops - semi-transparent dark"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#334155",
61
+ "$description": "Default border color - subtle blue-gray"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#1E293B",
66
+ "$description": "Subtle border for dividers - very faint"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#475569",
71
+ "$description": "Stronger border for emphasis - visible but not harsh"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#2563EB",
78
+ "$description": "Primary interactive element color - cold blue"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#3B82F6",
83
+ "$description": "Primary interactive color on hover - lighter cold blue"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#6D28D9",
88
+ "$description": "Secondary interactive element color - deep violet accent"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#7C3AED",
95
+ "$description": "Focus ring outline color - purple glow for starry accent"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#2DD4BF",
102
+ "$description": "Success state color - teal-green adjusted for dark theme"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#FBBF24",
107
+ "$description": "Warning state color - amber adjusted for dark theme"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#F87171",
112
+ "$description": "Error state color - coral-red adjusted for dark theme"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#60A5FA",
117
+ "$description": "Info state color - light blue"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 4px 6px -1px rgba(37, 99, 235, 0.1), 0 2px 4px -2px rgba(37, 99, 235, 0.1)",
125
+ "$description": "Card elevation shadow - subtle blue-tinted shadow"
126
+ },
127
+ "dropdown": {
128
+ "$type": "shadow",
129
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.2)",
130
+ "$description": "Dropdown menu elevation shadow - deeper shadow for dark theme"
131
+ },
132
+ "modal": {
133
+ "$type": "shadow",
134
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.3)",
135
+ "$description": "Modal dialog elevation shadow - most prominent for dark theme"
136
+ },
137
+ "focus": {
138
+ "$type": "shadow",
139
+ "$value": "0 0 0 3px rgba(109, 40, 217, 0.5)",
140
+ "$description": "Focus ring glow shadow - purple glow ring for starry feel"
141
+ }
142
+ }
143
+ }
@@ -0,0 +1,143 @@
1
+ {
2
+ "theme": {
3
+ "$type": "theme",
4
+ "$value": "sunset",
5
+ "$description": "Warm sunset gradient theme with vibrant orange and pink tones - energetic and modern like Lovable's Harvest"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#1A1A2E",
12
+ "$description": "Primary text - deep indigo for contrast on warm surfaces"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#5C5C7A",
17
+ "$description": "Secondary text - muted purple-gray for less important content"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#FFF5EB",
22
+ "$description": "Text on light surfaces - cream with warm undertone"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#FF6B35",
27
+ "$description": "Link text - vibrant sunset orange"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#FF8C61",
32
+ "$description": "Link on hover - brighter sunset coral"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#FFF5EB",
39
+ "$description": "Default surface - warm cream with sunset undertones"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#FFFFFF",
44
+ "$description": "Elevated surface - pure white for cards and modals"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#FFE8D6",
49
+ "$description": "Depressed surface - softer peach for inputs"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(255, 107, 53, 0.15)",
54
+ "$description": "Overlay - warm orange tinted backdrop"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#FFB088",
61
+ "$description": "Default border - warm peach-orange"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#FFD4C2",
66
+ "$description": "Subtle border - very faint peach"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#FF8C61",
71
+ "$description": "Strong border - visible sunset coral"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#FF6B35",
78
+ "$description": "Primary action - vibrant sunset orange"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#FF8C61",
83
+ "$description": "Primary hover - brighter coral orange"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#D63384",
88
+ "$description": "Secondary action - magenta-pink for contrast"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#FF8C61",
95
+ "$description": "Focus ring - warm coral glow"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#10B981",
102
+ "$description": "Success - emerald green with warmth"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#F59E0B",
107
+ "$description": "Warning - amber orange"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#EF4444",
112
+ "$description": "Error - vibrant red"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#3B82F6",
117
+ "$description": "Info - bright blue"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 4px 6px -1px rgba(255, 107, 53, 0.12), 0 2px 4px -2px rgba(255, 107, 53, 0.08)",
125
+ "$description": "Card shadow - warm orange-tinted elevation"
126
+ },
127
+ "dropdown": {
128
+ "$type": "shadow",
129
+ "$value": "0 10px 15px -3px rgba(255, 107, 53, 0.15), 0 4px 6px -4px rgba(255, 107, 53, 0.1)",
130
+ "$description": "Dropdown shadow - sunset-tinted depth"
131
+ },
132
+ "modal": {
133
+ "$type": "shadow",
134
+ "$value": "0 20px 25px -5px rgba(255, 107, 53, 0.2), 0 8px 10px -6px rgba(255, 107, 53, 0.15)",
135
+ "$description": "Modal shadow - warm-tinted prominence"
136
+ },
137
+ "focus": {
138
+ "$type": "shadow",
139
+ "$value": "0 0 0 3px rgba(255, 140, 97, 0.4)",
140
+ "$description": "Focus glow - soft coral ring"
141
+ }
142
+ }
143
+ }