|
7 | 7 | "name": "constructive-theme", |
8 | 8 | "type": "registry:theme", |
9 | 9 | "title": "Constructive Theme", |
10 | | - "description": "Constructive design system theme \u2014 OKLCH colors, z-index layers, shadow utilities, and animations.", |
| 10 | + "description": "Constructive design system theme — OKLCH colors, z-index layers, shadow utilities, and animations.", |
11 | 11 | "cssVars": { |
12 | 12 | "theme": { |
13 | 13 | "--color-background": "var(--background)", |
|
102 | 102 | "radius": "0.5rem", |
103 | 103 | "shadow-border": "0 0 0 1px oklch(0 0 0 / 0.06), 0 1px 1px -0.5px rgb(35 35 35 / 0.08), 0 1px 2px -1px rgb(35 35 35 / 0.04), 0 2px 4px -1px rgb(35 35 35 / 0.03)", |
104 | 104 | "shadow-border-hover": "0 0 0 1px oklch(0 0 0 / 0.08), 0 1px 2px -1px rgb(35 35 35 / 0.08), 0 2px 4px -2px rgb(35 35 35 / 0.06), 0 4px 8px -2px rgb(35 35 35 / 0.04), 0 8px 16px -4px rgb(35 35 35 / 0.03)", |
105 | | - "shadow-2xs": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0)", |
106 | | - "shadow-xs": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0)", |
107 | | - "shadow-sm": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0), 0px 1px 2px -1px hsl(202.8169 89.1213% 53.1373% / 0)", |
108 | | - "shadow": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0), 0px 1px 2px -1px hsl(202.8169 89.1213% 53.1373% / 0)", |
109 | | - "shadow-md": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0), 0px 2px 4px -1px hsl(202.8169 89.1213% 53.1373% / 0)", |
110 | | - "shadow-lg": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0), 0px 4px 6px -1px hsl(202.8169 89.1213% 53.1373% / 0)", |
111 | | - "shadow-xl": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0), 0px 8px 10px -1px hsl(202.8169 89.1213% 53.1373% / 0)", |
112 | | - "shadow-2xl": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0)", |
| 105 | + "shadow-2xs": "0 1px rgb(0 0 0 / 0.05)", |
| 106 | + "shadow-xs": "0 1px 2px 0 rgb(0 0 0 / 0.05)", |
| 107 | + "shadow-sm": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)", |
| 108 | + "shadow": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)", |
| 109 | + "shadow-md": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)", |
| 110 | + "shadow-lg": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)", |
| 111 | + "shadow-xl": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)", |
| 112 | + "shadow-2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)", |
113 | 113 | "z-layer-portal-root": "9999", |
114 | 114 | "z-layer-floating": "1000", |
115 | 115 | "z-layer-modal-backdrop": "2000", |
|
162 | 162 | "radius": "0.5rem", |
163 | 163 | "shadow-border": "0 0 0 1px oklch(1 0 0 / 0.08), 0 1px 1px -0.5px rgb(0 0 0 / 0.25), 0 1px 2px -1px rgb(0 0 0 / 0.15), 0 2px 4px -1px rgb(0 0 0 / 0.10)", |
164 | 164 | "shadow-border-hover": "0 0 0 1px oklch(1 0 0 / 0.13), 0 1px 2px -1px rgb(0 0 0 / 0.30), 0 2px 4px -2px rgb(0 0 0 / 0.20), 0 4px 8px -2px rgb(0 0 0 / 0.15), 0 8px 16px -4px rgb(0 0 0 / 0.10)", |
165 | | - "shadow-2xs": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0)", |
166 | | - "shadow-xs": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0)", |
167 | | - "shadow-sm": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0), 0px 1px 2px -1px hsl(202.8169 89.1213% 53.1373% / 0)", |
168 | | - "shadow": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0), 0px 1px 2px -1px hsl(202.8169 89.1213% 53.1373% / 0)", |
169 | | - "shadow-md": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0), 0px 2px 4px -1px hsl(202.8169 89.1213% 53.1373% / 0)", |
170 | | - "shadow-lg": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0), 0px 4px 6px -1px hsl(202.8169 89.1213% 53.1373% / 0)", |
171 | | - "shadow-xl": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0), 0px 8px 10px -1px hsl(202.8169 89.1213% 53.1373% / 0)", |
172 | | - "shadow-2xl": "0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0)", |
| 165 | + "shadow-2xs": "0 1px rgb(0 0 0 / 0.2)", |
| 166 | + "shadow-xs": "0 1px 2px 0 rgb(0 0 0 / 0.25)", |
| 167 | + "shadow-sm": "0 1px 3px 0 rgb(0 0 0 / 0.3), 0 1px 2px -1px rgb(0 0 0 / 0.25)", |
| 168 | + "shadow": "0 1px 3px 0 rgb(0 0 0 / 0.3), 0 1px 2px -1px rgb(0 0 0 / 0.25)", |
| 169 | + "shadow-md": "0 4px 6px -1px rgb(0 0 0 / 0.35), 0 2px 4px -2px rgb(0 0 0 / 0.3)", |
| 170 | + "shadow-lg": "0 10px 15px -3px rgb(0 0 0 / 0.4), 0 4px 6px -4px rgb(0 0 0 / 0.3)", |
| 171 | + "shadow-xl": "0 20px 25px -5px rgb(0 0 0 / 0.45), 0 8px 10px -6px rgb(0 0 0 / 0.35)", |
| 172 | + "shadow-2xl": "0 25px 50px -12px rgb(0 0 0 / 0.55)", |
173 | 173 | "z-layer-portal-root": "9999", |
174 | 174 | "z-layer-floating": "1000", |
175 | 175 | "z-layer-modal-backdrop": "2000", |
|
0 commit comments