@nexus-cross/design-system 1.1.1 → 2.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 (47) hide show
  1. package/claude-rules/nexus/CLAUDE.md +102 -6
  2. package/cursor-rules/CLAUDE.md +38 -9
  3. package/cursor-rules/nexus-project-setup.mdc +80 -19
  4. package/cursor-rules/nexus-ui-api.mdc +8 -2
  5. package/dist/chunks/{chunk-NZHK76R3.js → chunk-LYPBQI3Y.js} +31 -6
  6. package/dist/chunks/{chunk-6BWOKTVQ.mjs → chunk-WZFKTTVX.mjs} +31 -6
  7. package/dist/components/NxImage.d.ts.map +1 -1
  8. package/dist/index.js +22 -23
  9. package/dist/index.mjs +4 -5
  10. package/dist/modal/index.js +11 -11
  11. package/dist/modal/index.mjs +2 -2
  12. package/dist/nx-image.js +2 -2
  13. package/dist/nx-image.mjs +1 -1
  14. package/dist/tailwind-v4.css +19 -0
  15. package/dist/tokens/TOKENS.md +426 -0
  16. package/dist/tokens/company.css +410 -0
  17. package/dist/tokens/css.css +405 -0
  18. package/dist/tokens/data/borderWidth.json +38 -0
  19. package/dist/tokens/data/breakpoint.json +23 -0
  20. package/dist/tokens/data/color.json +973 -0
  21. package/dist/tokens/data/index.ts +63 -0
  22. package/dist/tokens/data/motion.json +64 -0
  23. package/dist/tokens/data/opacity.json +65 -0
  24. package/dist/tokens/data/radius.json +25 -0
  25. package/dist/tokens/data/shadow.json +76 -0
  26. package/dist/tokens/data/size.json +46 -0
  27. package/dist/tokens/data/space.json +86 -0
  28. package/dist/tokens/data/typography.json +626 -0
  29. package/dist/tokens/data/zIndex.json +22 -0
  30. package/dist/tokens/index.d.ts +11 -0
  31. package/dist/tokens/index.d.ts.map +1 -0
  32. package/dist/tokens/index.js +12 -0
  33. package/dist/tokens/index.mjs +1 -0
  34. package/dist/tokens/tailwind.js +260 -0
  35. package/dist/tokens-domains/data/index.ts +16 -0
  36. package/dist/tokens-domains/data/prediction/domain.json +324 -0
  37. package/dist/tokens-domains/index.d.ts +12 -0
  38. package/dist/tokens-domains/index.d.ts.map +1 -0
  39. package/dist/tokens-domains/index.js +12 -0
  40. package/dist/tokens-domains/index.mjs +1 -0
  41. package/dist/tokens-domains/prediction-vars.css +154 -0
  42. package/dist/tokens-domains/prediction.css +153 -0
  43. package/dist/tokens-domains/prediction.md +70 -0
  44. package/dist/tokens-domains/tailwind.js +59 -0
  45. package/package.json +27 -6
  46. package/dist/chunks/{chunk-5ZVPTIL3.mjs → chunk-3VFBPFZF.mjs} +1 -1
  47. package/dist/chunks/{chunk-7F4SOLAC.js → chunk-U53UA76K.js} +1 -1
@@ -0,0 +1,410 @@
1
+ /**
2
+ * Company CSS — Tailwind v4 (@theme + .dark)
3
+ * 자동 생성: scripts/generate-css.js
4
+ * 생성일: 2026-05-06T03:32:31.081Z
5
+ *
6
+ * @theme: Tailwind 유틸리티 클래스 자동 생성
7
+ * :root: 순수 CSS 변수 (var()로 직접 사용)
8
+ */
9
+
10
+ @theme {
11
+ --color-bg-default: #FFFFFF;
12
+ --color-bg-subtle: #F3F6F8;
13
+ --color-bg-strong: #EAEDEE;
14
+ --color-surface-default: #FFFFFF;
15
+ --color-surface-default-dim: #F3F6F8;
16
+ --color-surface-default-hover: #F3F6F8;
17
+ --color-surface-default-pressed: #EAEDEE;
18
+ --color-surface-default-disabled: #EAEDEE;
19
+ --color-surface-subtle: #F3F6F8;
20
+ --color-surface-subtle-hover: #EAEDEE;
21
+ --color-surface-strong: #EAEDEE;
22
+ --color-surface-inverted: #161A21;
23
+ --color-text-highlight: #000000;
24
+ --color-text-primary: #1E232E;
25
+ --color-text-primary-hover: #000000;
26
+ --color-text-primary-pressed: #000000;
27
+ --color-text-secondary: #7E8597;
28
+ --color-text-secondary-hover: #3B4153;
29
+ --color-text-secondary-pressed: #3B4153;
30
+ --color-text-tertiary: #7E8597;
31
+ --color-text-tertiary-hover: #62697A;
32
+ --color-text-tertiary-pressed: #62697A;
33
+ --color-text-muted: #A2AABA;
34
+ --color-text-inverted: #FFFFFF;
35
+ --color-icon-highlight: #000000;
36
+ --color-icon-primary: #1E232E;
37
+ --color-icon-primary-hover: #000000;
38
+ --color-icon-primary-pressed: #000000;
39
+ --color-icon-secondary: #7E8597;
40
+ --color-icon-secondary-hover: #3B4153;
41
+ --color-icon-secondary-pressed: #3B4153;
42
+ --color-icon-tertiary: #7E8597;
43
+ --color-icon-tertiary-hover: #62697A;
44
+ --color-icon-tertiary-pressed: #62697A;
45
+ --color-icon-muted: #A2AABA;
46
+ --color-icon-inverted: #FFFFFF;
47
+ --color-border-default: #EAEDEE;
48
+ --color-border-default-hover: #A2AABA;
49
+ --color-border-default-focus: #62697A;
50
+ --color-border-subtle: #F3F6F8;
51
+ --color-border-medium: #C6D0DA;
52
+ --color-border-strong: #000000;
53
+ --color-accent-primary: #09B498;
54
+ --color-accent-primary-hover: #07C6A6;
55
+ --color-accent-primary-pressed: #0F947E;
56
+ --color-accent-primary-disabled: #CDF4ED;
57
+ --color-accent-primary-focus: #09B498;
58
+ --color-accent-primary-intense: #0F947E;
59
+ --color-accent-primary-dim: #83DCC9;
60
+ --color-accent-on-primary: #FFFFFF;
61
+ --color-accent-secondary: #7346F3;
62
+ --color-accent-secondary-intense: #7346F3;
63
+ --color-accent-secondary-dim: #E0CDF8;
64
+ --color-accent-secondary-hover: #7D4FFF;
65
+ --color-accent-secondary-pressed: #9975FF;
66
+ --color-accent-secondary-disabled: #F4EBFF;
67
+ --color-accent-secondary-focus: #7D4FFF;
68
+ --color-accent-on-secondary: #FFFFFF;
69
+ --color-accent-primary-bg: #EAFAF6;
70
+ --color-accent-secondary-bg: #F9F5FF;
71
+ --color-status-success: #00B784;
72
+ --color-status-success-hover: #00C890;
73
+ --color-status-success-pressed: #1B9674;
74
+ --color-status-success-disabled: #CDF4EA;
75
+ --color-status-success-intense: #1B9674;
76
+ --color-status-success-dim: #9FECD7;
77
+ --color-status-warning: #FF9D00;
78
+ --color-status-warning-hover: #FFAA00;
79
+ --color-status-warning-pressed: #F9C127;
80
+ --color-status-warning-disabled: #FFF2D2;
81
+ --color-status-warning-intense: #D9840C;
82
+ --color-status-warning-dim: #FFDB6E;
83
+ --color-status-danger: #DB0A2D;
84
+ --color-status-danger-hover: #E62848;
85
+ --color-status-danger-pressed: #AF2239;
86
+ --color-status-danger-disabled: #FDE8EB;
87
+ --color-status-danger-intense: #D20625;
88
+ --color-status-danger-dim: #FFBBC4;
89
+ --color-status-danger-focus: #E62848;
90
+ --color-status-info: #0095FF;
91
+ --color-status-info-hover: #20B1FF;
92
+ --color-status-info-pressed: #1087FF;
93
+ --color-status-info-disabled: #CCEFFF;
94
+ --color-status-info-intense: #1672D0;
95
+ --color-status-info-dim: #92DDFF;
96
+ --color-overlay-dim: #000000;
97
+ --color-overlay-light: #000000;
98
+ --color-static-white: #FFFFFF;
99
+ --color-static-black: #000000;
100
+ --shadow-none: none;
101
+ --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.12);
102
+ --shadow-md: 0 1px 3px 0 rgb(0 0 0 / 0.12);
103
+ --shadow-lg: 0 2px 8px -1px rgb(0 0 0 / 0.12);
104
+ --shadow-xl: 0 4px 15px -3px rgb(0 0 0 / 0.12);
105
+ --shadow-2xl: 0 5px 25px -5px rgb(0 0 0 / 0.12);
106
+ --radius-corner-none: 0px;
107
+ --radius-corner-sm: 4px;
108
+ --radius-corner-md: 8px;
109
+ --radius-corner-lg: 12px;
110
+ --radius-corner-xl: 16px;
111
+ --radius-corner-2xl: 24px;
112
+ --radius-corner-full: 9999px;
113
+ --breakpoint-screen-xs: 320px;
114
+ --breakpoint-screen-sm: 640px;
115
+ --breakpoint-screen-md: 768px;
116
+ --breakpoint-screen-lg: 1024px;
117
+ --breakpoint-screen-xl: 1280px;
118
+ --breakpoint-screen-2xl: 1440px;
119
+ --text-text-xs: 0.75rem;
120
+ --text-text-xs--line-height: 1.5;
121
+ --text-text-sm: 0.875rem;
122
+ --text-text-sm--line-height: 1.5;
123
+ --text-text-base: 1rem;
124
+ --text-text-base--line-height: 1.5;
125
+ --text-text-lg: 1.125rem;
126
+ --text-text-lg--line-height: 1.5;
127
+ --text-text-xl: 1.25rem;
128
+ --text-text-xl--line-height: 1.5;
129
+ --text-text-medium-xs: 0.75rem;
130
+ --text-text-medium-xs--line-height: 1.5;
131
+ --text-text-medium-sm: 0.875rem;
132
+ --text-text-medium-sm--line-height: 1.5;
133
+ --text-text-medium-base: 1rem;
134
+ --text-text-medium-base--line-height: 1.5;
135
+ --text-text-medium-lg: 1.125rem;
136
+ --text-text-medium-lg--line-height: 1.5;
137
+ --text-text-medium-xl: 1.25rem;
138
+ --text-text-medium-xl--line-height: 1.5;
139
+ --text-text-semibold-xs: 0.75rem;
140
+ --text-text-semibold-xs--line-height: 1.5;
141
+ --text-text-semibold-sm: 0.875rem;
142
+ --text-text-semibold-sm--line-height: 1.5;
143
+ --text-text-semibold-base: 1rem;
144
+ --text-text-semibold-base--line-height: 1.5;
145
+ --text-text-semibold-lg: 1.125rem;
146
+ --text-text-semibold-lg--line-height: 1.5;
147
+ --text-text-semibold-xl: 1.25rem;
148
+ --text-text-semibold-xl--line-height: 1.5;
149
+ --text-heading-h7: 0.875rem;
150
+ --text-heading-h7--line-height: 1.25;
151
+ --text-heading-h6: 1rem;
152
+ --text-heading-h6--line-height: 1.25;
153
+ --text-heading-h5: 1.125rem;
154
+ --text-heading-h5--line-height: 1.25;
155
+ --text-heading-h4: 1.25rem;
156
+ --text-heading-h4--line-height: 1.25;
157
+ --text-heading-h3: 1.5rem;
158
+ --text-heading-h3--line-height: 1.25;
159
+ --text-heading-h2: 1.875rem;
160
+ --text-heading-h2--line-height: 1.25;
161
+ --text-heading-h1: 2.25rem;
162
+ --text-heading-h1--line-height: 1.25;
163
+ --text-display-sm: 2.25rem;
164
+ --text-display-sm--line-height: 1.25;
165
+ --text-display-md: 3rem;
166
+ --text-display-md--line-height: 1.25;
167
+ --text-display-lg: 3.75rem;
168
+ --text-display-lg--line-height: 1.25;
169
+ --text-label-sm: 0.75rem;
170
+ --text-label-sm--line-height: 1;
171
+ --text-label-md: 0.875rem;
172
+ --text-label-md--line-height: 1;
173
+ --text-label-lg: 1rem;
174
+ --text-label-lg--line-height: 1;
175
+ --text-label-semibold-sm: 0.75rem;
176
+ --text-label-semibold-sm--line-height: 1;
177
+ --text-label-semibold-md: 0.875rem;
178
+ --text-label-semibold-md--line-height: 1;
179
+ --text-label-semibold-lg: 1rem;
180
+ --text-label-semibold-lg--line-height: 1;
181
+ --ease-transition-instant: linear;
182
+ --ease-transition-fast: cubic-bezier(0, 0, 0.2, 1);
183
+ --ease-transition-normal: cubic-bezier(0, 0, 0.2, 1);
184
+ --ease-transition-slow: cubic-bezier(0, 0, 0.2, 1);
185
+ --ease-animation-enter: cubic-bezier(0, 0, 0.2, 1);
186
+ --ease-animation-exit: cubic-bezier(0.4, 0, 1, 1);
187
+ --ease-animation-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
188
+ }
189
+
190
+ :root {
191
+ --spacing-padding-none: 0;
192
+ --spacing-padding-2xs: 0.25rem;
193
+ --spacing-padding-xs: 0.5rem;
194
+ --spacing-padding-sm: 0.75rem;
195
+ --spacing-padding-md: 1rem;
196
+ --spacing-padding-lg: 1.5rem;
197
+ --spacing-padding-xl: 2rem;
198
+ --spacing-padding-2xl: 2.5rem;
199
+ --spacing-gap-none: 0;
200
+ --spacing-gap-xs: 0.25rem;
201
+ --spacing-gap-sm: 0.5rem;
202
+ --spacing-gap-md: 1rem;
203
+ --spacing-gap-lg: 1.5rem;
204
+ --spacing-gap-xl: 2rem;
205
+ --border-width-stroke-none: 0px;
206
+ --border-width-stroke-hairline: 0.5px;
207
+ --border-width-stroke-thin: 1px;
208
+ --border-width-stroke-default: 1px;
209
+ --border-width-stroke-thick: 1.5px;
210
+ --border-width-stroke-heavy: 2px;
211
+ --opacity-overlay-dim: 0.5;
212
+ --opacity-overlay-light: 0.3;
213
+ --opacity-overlay-heavy: 0.7;
214
+ --opacity-disabled-element: 0.4;
215
+ --opacity-disabled-text: 0.5;
216
+ --opacity-hover-subtle: 0.05;
217
+ --opacity-hover-default: 0.1;
218
+ --opacity-pressed-subtle: 0.1;
219
+ --opacity-pressed-default: 0.2;
220
+ --size-icon-xs: 12px;
221
+ --size-icon-sm: 16px;
222
+ --size-icon-md: 20px;
223
+ --size-icon-lg: 24px;
224
+ --size-icon-xl: 32px;
225
+ --size-control-xs: 24px;
226
+ --size-control-sm: 32px;
227
+ --size-control-md: 40px;
228
+ --size-control-lg: 48px;
229
+ --size-touch-min: 44px;
230
+ --size-avatar-xs: 24px;
231
+ --size-avatar-sm: 32px;
232
+ --size-avatar-md: 40px;
233
+ --size-avatar-lg: 48px;
234
+ --size-avatar-xl: 64px;
235
+ --size-avatar-2xl: 96px;
236
+ --z-index-layer-base: 0;
237
+ --z-index-layer-dropdown: 10;
238
+ --z-index-layer-sticky: 20;
239
+ --z-index-layer-popover: 30;
240
+ --z-index-layer-modal: 40;
241
+ --z-index-layer-toast: 50;
242
+ --z-index-layer-tooltip: 100;
243
+ --duration-transition-instant: 0ms;
244
+ --duration-transition-fast: 150ms;
245
+ --duration-transition-normal: 200ms;
246
+ --duration-transition-slow: 300ms;
247
+ --duration-animation-enter: 200ms;
248
+ --duration-animation-exit: 150ms;
249
+ --duration-animation-bounce: 500ms;
250
+ --font-weight-text-xs: 400;
251
+ --letter-spacing-text-xs: -0.01em;
252
+ --font-weight-text-sm: 400;
253
+ --letter-spacing-text-sm: -0.01em;
254
+ --font-weight-text-base: 400;
255
+ --letter-spacing-text-base: -0.01em;
256
+ --font-weight-text-lg: 400;
257
+ --letter-spacing-text-lg: -0.01em;
258
+ --font-weight-text-xl: 400;
259
+ --letter-spacing-text-xl: -0.01em;
260
+ --font-weight-text-medium-xs: 500;
261
+ --letter-spacing-text-medium-xs: -0.01em;
262
+ --font-weight-text-medium-sm: 500;
263
+ --letter-spacing-text-medium-sm: -0.01em;
264
+ --font-weight-text-medium-base: 500;
265
+ --letter-spacing-text-medium-base: -0.01em;
266
+ --font-weight-text-medium-lg: 500;
267
+ --letter-spacing-text-medium-lg: -0.01em;
268
+ --font-weight-text-medium-xl: 500;
269
+ --letter-spacing-text-medium-xl: -0.01em;
270
+ --font-weight-text-semibold-xs: 600;
271
+ --letter-spacing-text-semibold-xs: -0.01em;
272
+ --font-weight-text-semibold-sm: 600;
273
+ --letter-spacing-text-semibold-sm: -0.01em;
274
+ --font-weight-text-semibold-base: 600;
275
+ --letter-spacing-text-semibold-base: -0.01em;
276
+ --font-weight-text-semibold-lg: 600;
277
+ --letter-spacing-text-semibold-lg: -0.01em;
278
+ --font-weight-text-semibold-xl: 600;
279
+ --letter-spacing-text-semibold-xl: -0.01em;
280
+ --font-weight-heading-h7: 600;
281
+ --letter-spacing-heading-h7: 0;
282
+ --font-weight-heading-h6: 600;
283
+ --letter-spacing-heading-h6: 0;
284
+ --font-weight-heading-h5: 600;
285
+ --letter-spacing-heading-h5: 0;
286
+ --font-weight-heading-h4: 600;
287
+ --letter-spacing-heading-h4: 0;
288
+ --font-weight-heading-h3: 600;
289
+ --letter-spacing-heading-h3: 0;
290
+ --font-weight-heading-h2: 700;
291
+ --letter-spacing-heading-h2: 0;
292
+ --font-weight-heading-h1: 700;
293
+ --letter-spacing-heading-h1: 0;
294
+ --font-weight-display-sm: 700;
295
+ --letter-spacing-display-sm: 0;
296
+ --font-weight-display-md: 700;
297
+ --letter-spacing-display-md: 0;
298
+ --font-weight-display-lg: 700;
299
+ --letter-spacing-display-lg: 0;
300
+ --font-weight-label-sm: 500;
301
+ --letter-spacing-label-sm: 0;
302
+ --font-weight-label-md: 500;
303
+ --letter-spacing-label-md: 0;
304
+ --font-weight-label-lg: 500;
305
+ --letter-spacing-label-lg: 0;
306
+ --font-weight-label-semibold-sm: 600;
307
+ --letter-spacing-label-semibold-sm: 0;
308
+ --font-weight-label-semibold-md: 600;
309
+ --letter-spacing-label-semibold-md: 0;
310
+ --font-weight-label-semibold-lg: 600;
311
+ --letter-spacing-label-semibold-lg: 0;
312
+ }
313
+
314
+ .dark {
315
+ --color-bg-default: #1E232E;
316
+ --color-bg-subtle: #161A21;
317
+ --color-bg-strong: #000000;
318
+ --color-surface-default: #1E232E;
319
+ --color-surface-default-dim: #161A21;
320
+ --color-surface-default-hover: #252B39;
321
+ --color-surface-default-pressed: #363B4C;
322
+ --color-surface-default-disabled: #363B4C;
323
+ --color-surface-subtle: #252B39;
324
+ --color-surface-subtle-hover: #363B4C;
325
+ --color-surface-strong: #363B4C;
326
+ --color-surface-inverted: #F3F6F8;
327
+ --color-text-highlight: #FFFFFF;
328
+ --color-text-primary: #EAEDEE;
329
+ --color-text-primary-hover: #FFFFFF;
330
+ --color-text-primary-pressed: #FFFFFF;
331
+ --color-text-secondary: #A2AABA;
332
+ --color-text-secondary-hover: #C6D0DA;
333
+ --color-text-secondary-pressed: #C6D0DA;
334
+ --color-text-tertiary: #7E8597;
335
+ --color-text-tertiary-hover: #A2AABA;
336
+ --color-text-tertiary-pressed: #A2AABA;
337
+ --color-text-muted: #62697A;
338
+ --color-text-inverted: #000000;
339
+ --color-icon-highlight: #FFFFFF;
340
+ --color-icon-primary: #EAEDEE;
341
+ --color-icon-primary-hover: #FFFFFF;
342
+ --color-icon-primary-pressed: #FFFFFF;
343
+ --color-icon-secondary: #A2AABA;
344
+ --color-icon-secondary-hover: #C6D0DA;
345
+ --color-icon-secondary-pressed: #C6D0DA;
346
+ --color-icon-tertiary: #7E8597;
347
+ --color-icon-tertiary-hover: #A2AABA;
348
+ --color-icon-tertiary-pressed: #A2AABA;
349
+ --color-icon-muted: #62697A;
350
+ --color-icon-inverted: #000000;
351
+ --color-border-default: #3B4153;
352
+ --color-border-default-hover: #62697A;
353
+ --color-border-default-focus: #A2AABA;
354
+ --color-border-subtle: #252B39;
355
+ --color-border-medium: #62697A;
356
+ --color-border-strong: #FFFFFF;
357
+ --color-accent-primary: #00D5AA;
358
+ --color-accent-primary-hover: #12DFB6;
359
+ --color-accent-primary-pressed: #07C6A6;
360
+ --color-accent-primary-disabled: #123F3C;
361
+ --color-accent-primary-focus: #07C6A6;
362
+ --color-accent-primary-intense: #12DFB6;
363
+ --color-accent-primary-dim: #0F947E;
364
+ --color-accent-on-primary: #000000;
365
+ --color-accent-secondary: #7D4FFF;
366
+ --color-accent-secondary-intense: #9975FF;
367
+ --color-accent-secondary-dim: #7346F3;
368
+ --color-accent-secondary-hover: #9975FF;
369
+ --color-accent-secondary-pressed: #7346F3;
370
+ --color-accent-secondary-disabled: #3A1D7C;
371
+ --color-accent-secondary-focus: #9975FF;
372
+ --color-accent-on-secondary: #FFFFFF;
373
+ --color-accent-primary-bg: #113535;
374
+ --color-accent-secondary-bg: #2F1766;
375
+ --color-status-success: #02D69C;
376
+ --color-status-success-hover: #0BDFA5;
377
+ --color-status-success-pressed: #00C890;
378
+ --color-status-success-disabled: #0D4431;
379
+ --color-status-success-intense: #0BDFA5;
380
+ --color-status-success-dim: #1B9674;
381
+ --color-status-warning: #FFAA00;
382
+ --color-status-warning-hover: #FF9D00;
383
+ --color-status-warning-pressed: #F9C127;
384
+ --color-status-warning-disabled: #4A3F2B;
385
+ --color-status-warning-intense: #FFAA00;
386
+ --color-status-warning-dim: #9F701A;
387
+ --color-status-danger: #DB0A2D;
388
+ --color-status-danger-hover: #E62848;
389
+ --color-status-danger-pressed: #D20625;
390
+ --color-status-danger-disabled: #5B121E;
391
+ --color-status-danger-intense: #EC3C56;
392
+ --color-status-danger-dim: #AF2239;
393
+ --color-status-danger-focus: #AF2239;
394
+ --color-status-info: #0095FF;
395
+ --color-status-info-hover: #20B1FF;
396
+ --color-status-info-pressed: #1087FF;
397
+ --color-status-info-disabled: #143A67;
398
+ --color-status-info-intense: #20B1FF;
399
+ --color-status-info-dim: #1672D0;
400
+ --color-overlay-dim: #000000;
401
+ --color-overlay-light: #000000;
402
+ --color-static-white: #FFFFFF;
403
+ --color-static-black: #000000;
404
+ --shadow-none: none;
405
+ --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.3);
406
+ --shadow-md: 0 1px 3px 0 rgb(0 0 0 / 0.4), 0 1px 2px -1px rgb(0 0 0 / 0.3);
407
+ --shadow-lg: 0 4px 6px -1px rgb(0 0 0 / 0.4), 0 2px 4px -2px rgb(0 0 0 / 0.3);
408
+ --shadow-xl: 0 10px 15px -3px rgb(0 0 0 / 0.4), 0 4px 6px -4px rgb(0 0 0 / 0.3);
409
+ --shadow-2xl: 0 20px 25px -5px rgb(0 0 0 / 0.4), 0 8px 10px -6px rgb(0 0 0 / 0.3);
410
+ }