@nexus-cross/design-system 2.0.0 → 2.0.1

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 (67) hide show
  1. package/README.md +375 -0
  2. package/cursor-rules/nexus-ui-api.mdc +366 -7
  3. package/dist/chunks/{chunk-2T7RUYEK.js → chunk-2BINGHGR.js} +11 -3
  4. package/dist/chunks/{chunk-QOREDNWO.mjs → chunk-53BHDUID.mjs} +2 -1
  5. package/dist/chunks/{chunk-QZ4QR3XV.mjs → chunk-ATZE57ZO.mjs} +11 -3
  6. package/dist/chunks/{chunk-OX5MEJ7B.js → chunk-HU6E2R2T.js} +2 -1
  7. package/dist/chunks/chunk-KT2WKVF7.mjs +5 -0
  8. package/dist/chunks/{chunk-5J63FUAS.mjs → chunk-LNC3TV6N.mjs} +53 -2
  9. package/dist/chunks/chunk-MWWQMVXJ.js +7 -0
  10. package/dist/chunks/{chunk-BJM3NDT2.mjs → chunk-RL5UAEGQ.mjs} +11 -3
  11. package/dist/chunks/{chunk-LAGQ7J5A.js → chunk-VCN7DMCQ.js} +53 -2
  12. package/dist/chunks/{chunk-2ZXDXO4I.js → chunk-VDEB5BMT.js} +11 -3
  13. package/dist/components/ImageUpload.d.ts +14 -0
  14. package/dist/components/ImageUpload.d.ts.map +1 -1
  15. package/dist/components/NumberInput.d.ts +20 -1
  16. package/dist/components/NumberInput.d.ts.map +1 -1
  17. package/dist/components/Select.d.ts +5 -1
  18. package/dist/components/Select.d.ts.map +1 -1
  19. package/dist/components/Tab.d.ts +12 -1
  20. package/dist/components/Tab.d.ts.map +1 -1
  21. package/dist/image-upload.js +3 -3
  22. package/dist/image-upload.mjs +1 -1
  23. package/dist/index.js +16 -16
  24. package/dist/index.mjs +4 -4
  25. package/dist/number-input.js +4 -4
  26. package/dist/number-input.mjs +1 -1
  27. package/dist/schemas/_all.json +48 -10
  28. package/dist/schemas/image-upload.d.ts +6 -0
  29. package/dist/schemas/image-upload.d.ts.map +1 -1
  30. package/dist/schemas/imageUpload.json +19 -1
  31. package/dist/schemas/number-input.d.ts +9 -3
  32. package/dist/schemas/number-input.d.ts.map +1 -1
  33. package/dist/schemas/numberInput.json +10 -3
  34. package/dist/schemas/spinner.json +2 -2
  35. package/dist/schemas/tab.d.ts +11 -0
  36. package/dist/schemas/tab.d.ts.map +1 -1
  37. package/dist/schemas/tab.json +17 -4
  38. package/dist/schemas.js +48 -10
  39. package/dist/schemas.mjs +48 -10
  40. package/dist/select.js +5 -5
  41. package/dist/select.mjs +1 -1
  42. package/dist/styles/.generated/built.d.ts +1 -1
  43. package/dist/styles/.generated/built.d.ts.map +1 -1
  44. package/dist/styles/layer.js +2 -2
  45. package/dist/styles/layer.mjs +1 -1
  46. package/dist/styles.css +185 -44
  47. package/dist/styles.js +2 -2
  48. package/dist/styles.layered.css +185 -44
  49. package/dist/styles.mjs +1 -1
  50. package/dist/tab.js +4 -4
  51. package/dist/tab.mjs +1 -1
  52. package/dist/tokens/TOKENS.md +13 -0
  53. package/dist/tokens/company.css +21 -1
  54. package/dist/tokens/css.css +21 -1
  55. package/dist/tokens/data/color.json +32 -0
  56. package/dist/tokens/data/space.json +1 -1
  57. package/dist/tokens/data/typography.json +55 -1
  58. package/dist/tokens-domains/data/gamehub/domain.json +258 -0
  59. package/dist/tokens-domains/data/index.ts +3 -1
  60. package/dist/tokens-domains/data/prediction/domain.json +0 -12
  61. package/dist/tokens-domains/gamehub.md +62 -0
  62. package/dist/tokens-domains/prediction-vars.css +1 -5
  63. package/dist/tokens-domains/prediction.css +1 -5
  64. package/dist/tokens-domains/prediction.md +0 -1
  65. package/package.json +3 -3
  66. package/dist/chunks/chunk-3SCSND6S.js +0 -7
  67. package/dist/chunks/chunk-QWK4CLS2.mjs +0 -5
@@ -2,7 +2,7 @@
2
2
  * Company CSS — 순수 CSS 변수 (:root + .dark)
3
3
  * Tailwind 없이 var(--*) 로 사용 가능
4
4
  * 자동 생성: scripts/generate-css.js
5
- * 생성일: 2026-05-06T03:32:31.085Z
5
+ * 생성일: 2026-05-07T09:40:03.599Z
6
6
  */
7
7
 
8
8
  :root {
@@ -72,12 +72,14 @@
72
72
  --color-status-success-disabled: #CDF4EA;
73
73
  --color-status-success-intense: #1B9674;
74
74
  --color-status-success-dim: #9FECD7;
75
+ --color-status-success-bg: #EAFAF6;
75
76
  --color-status-warning: #FF9D00;
76
77
  --color-status-warning-hover: #FFAA00;
77
78
  --color-status-warning-pressed: #F9C127;
78
79
  --color-status-warning-disabled: #FFF2D2;
79
80
  --color-status-warning-intense: #D9840C;
80
81
  --color-status-warning-dim: #FFDB6E;
82
+ --color-status-warning-bg: #FBF7EC;
81
83
  --color-status-danger: #DB0A2D;
82
84
  --color-status-danger-hover: #E62848;
83
85
  --color-status-danger-pressed: #AF2239;
@@ -85,12 +87,14 @@
85
87
  --color-status-danger-intense: #D20625;
86
88
  --color-status-danger-dim: #FFBBC4;
87
89
  --color-status-danger-focus: #E62848;
90
+ --color-status-danger-bg: #FFF4F5;
88
91
  --color-status-info: #0095FF;
89
92
  --color-status-info-hover: #20B1FF;
90
93
  --color-status-info-pressed: #1087FF;
91
94
  --color-status-info-disabled: #CCEFFF;
92
95
  --color-status-info-intense: #1672D0;
93
96
  --color-status-info-dim: #92DDFF;
97
+ --color-status-info-bg: #EAF8FF;
94
98
  --color-overlay-dim: #000000;
95
99
  --color-overlay-light: #000000;
96
100
  --color-static-white: #FFFFFF;
@@ -124,6 +128,8 @@
124
128
  --text-text-lg--line-height: 1.5;
125
129
  --text-text-xl: 1.25rem;
126
130
  --text-text-xl--line-height: 1.5;
131
+ --text-text-2xs: 0.625rem;
132
+ --text-text-2xs--line-height: 1.5;
127
133
  --text-text-medium-xs: 0.75rem;
128
134
  --text-text-medium-xs--line-height: 1.5;
129
135
  --text-text-medium-sm: 0.875rem;
@@ -134,6 +140,8 @@
134
140
  --text-text-medium-lg--line-height: 1.5;
135
141
  --text-text-medium-xl: 1.25rem;
136
142
  --text-text-medium-xl--line-height: 1.5;
143
+ --text-text-medium-2xs: 0.625rem;
144
+ --text-text-medium-2xs--line-height: 1.5;
137
145
  --text-text-semibold-xs: 0.75rem;
138
146
  --text-text-semibold-xs--line-height: 1.5;
139
147
  --text-text-semibold-sm: 0.875rem;
@@ -170,6 +178,8 @@
170
178
  --text-label-md--line-height: 1;
171
179
  --text-label-lg: 1rem;
172
180
  --text-label-lg--line-height: 1;
181
+ --text-label-xs: 0.625rem;
182
+ --text-label-xs--line-height: 1;
173
183
  --text-label-semibold-sm: 0.75rem;
174
184
  --text-label-semibold-sm--line-height: 1;
175
185
  --text-label-semibold-md: 0.875rem;
@@ -252,6 +262,8 @@
252
262
  --letter-spacing-text-lg: -0.01em;
253
263
  --font-weight-text-xl: 400;
254
264
  --letter-spacing-text-xl: -0.01em;
265
+ --font-weight-text-2xs: 400;
266
+ --letter-spacing-text-2xs: -0.01em;
255
267
  --font-weight-text-medium-xs: 500;
256
268
  --letter-spacing-text-medium-xs: -0.01em;
257
269
  --font-weight-text-medium-sm: 500;
@@ -262,6 +274,8 @@
262
274
  --letter-spacing-text-medium-lg: -0.01em;
263
275
  --font-weight-text-medium-xl: 500;
264
276
  --letter-spacing-text-medium-xl: -0.01em;
277
+ --font-weight-text-medium-2xs: 500;
278
+ --letter-spacing-text-medium-2xs: -0.01em;
265
279
  --font-weight-text-semibold-xs: 600;
266
280
  --letter-spacing-text-semibold-xs: -0.01em;
267
281
  --font-weight-text-semibold-sm: 600;
@@ -298,6 +312,8 @@
298
312
  --letter-spacing-label-md: 0;
299
313
  --font-weight-label-lg: 500;
300
314
  --letter-spacing-label-lg: 0;
315
+ --font-weight-label-xs: 500;
316
+ --letter-spacing-label-xs: 0;
301
317
  --font-weight-label-semibold-sm: 600;
302
318
  --letter-spacing-label-semibold-sm: 0;
303
319
  --font-weight-label-semibold-md: 600;
@@ -373,12 +389,14 @@
373
389
  --color-status-success-disabled: #0D4431;
374
390
  --color-status-success-intense: #0BDFA5;
375
391
  --color-status-success-dim: #1B9674;
392
+ --color-status-success-bg: #06261B;
376
393
  --color-status-warning: #FFAA00;
377
394
  --color-status-warning-hover: #FF9D00;
378
395
  --color-status-warning-pressed: #F9C127;
379
396
  --color-status-warning-disabled: #4A3F2B;
380
397
  --color-status-warning-intense: #FFAA00;
381
398
  --color-status-warning-dim: #9F701A;
399
+ --color-status-warning-bg: #393421;
382
400
  --color-status-danger: #DB0A2D;
383
401
  --color-status-danger-hover: #E62848;
384
402
  --color-status-danger-pressed: #D20625;
@@ -386,12 +404,14 @@
386
404
  --color-status-danger-intense: #EC3C56;
387
405
  --color-status-danger-dim: #AF2239;
388
406
  --color-status-danger-focus: #AF2239;
407
+ --color-status-danger-bg: #530E1A;
389
408
  --color-status-info: #0095FF;
390
409
  --color-status-info-hover: #20B1FF;
391
410
  --color-status-info-pressed: #1087FF;
392
411
  --color-status-info-disabled: #143A67;
393
412
  --color-status-info-intense: #20B1FF;
394
413
  --color-status-info-dim: #1672D0;
414
+ --color-status-info-bg: #0E2F53;
395
415
  --color-overlay-dim: #000000;
396
416
  --color-overlay-light: #000000;
397
417
  --color-static-white: #FFFFFF;
@@ -747,6 +747,14 @@
747
747
  "source": "green.300"
748
748
  },
749
749
  "description": "Success - dim"
750
+ },
751
+ "bg": {
752
+ "light": {
753
+ "source": "green.950"
754
+ },
755
+ "dark": {
756
+ "source": "green.50"
757
+ }
750
758
  }
751
759
  },
752
760
  "warning": {
@@ -803,6 +811,14 @@
803
811
  "source": "yellow.300"
804
812
  },
805
813
  "description": "Warning - dim"
814
+ },
815
+ "bg": {
816
+ "light": {
817
+ "source": "yellow.950"
818
+ },
819
+ "dark": {
820
+ "source": "yellow.100"
821
+ }
806
822
  }
807
823
  },
808
824
  "danger": {
@@ -868,6 +884,14 @@
868
884
  "source": "red.300"
869
885
  },
870
886
  "description": "Danger - focus"
887
+ },
888
+ "bg": {
889
+ "light": {
890
+ "source": "red.950"
891
+ },
892
+ "dark": {
893
+ "source": "red.100"
894
+ }
871
895
  }
872
896
  },
873
897
  "info": {
@@ -924,6 +948,14 @@
924
948
  "source": "blue.300"
925
949
  },
926
950
  "description": "Info - dim"
951
+ },
952
+ "bg": {
953
+ "light": {
954
+ "source": "blue.950"
955
+ },
956
+ "dark": {
957
+ "source": "blue.100"
958
+ }
927
959
  }
928
960
  }
929
961
  },
@@ -19,7 +19,7 @@
19
19
  "56": "14rem",
20
20
  "64": "16rem",
21
21
  "px": "1px",
22
- "1.5": "0.375rem"
22
+ "1.5": "6px"
23
23
  },
24
24
  "semantic": {
25
25
  "padding": {
@@ -140,6 +140,24 @@
140
140
  "source": "letterSpacing.-1"
141
141
  },
142
142
  "description": "Extra large text"
143
+ },
144
+ "2xs": {
145
+ "fontFamily": {
146
+ "source": "fontFamily.sans"
147
+ },
148
+ "fontSize": {
149
+ "source": "fontSize.10"
150
+ },
151
+ "fontWeight": {
152
+ "source": "fontWeight.400"
153
+ },
154
+ "lineHeight": {
155
+ "source": "lineHeight.150"
156
+ },
157
+ "letterSpacing": {
158
+ "source": "letterSpacing.-1"
159
+ },
160
+ "description": "2x extra small text"
143
161
  }
144
162
  },
145
163
  "text-medium": {
@@ -232,6 +250,24 @@
232
250
  "source": "letterSpacing.-1"
233
251
  },
234
252
  "description": "Extra large text - Medium"
253
+ },
254
+ "2xs": {
255
+ "fontFamily": {
256
+ "source": "fontFamily.sans"
257
+ },
258
+ "fontSize": {
259
+ "source": "fontSize.10"
260
+ },
261
+ "fontWeight": {
262
+ "source": "fontWeight.500"
263
+ },
264
+ "lineHeight": {
265
+ "source": "lineHeight.150"
266
+ },
267
+ "letterSpacing": {
268
+ "source": "letterSpacing.-1"
269
+ },
270
+ "description": "2x extra small text - Medium"
235
271
  }
236
272
  },
237
273
  "text-semibold": {
@@ -564,6 +600,24 @@
564
600
  "source": "fontFamily.sans"
565
601
  },
566
602
  "description": "Label Large"
603
+ },
604
+ "xs": {
605
+ "fontFamily": {
606
+ "source": "fontFamily.sans"
607
+ },
608
+ "fontSize": {
609
+ "source": "fontSize.10"
610
+ },
611
+ "fontWeight": {
612
+ "source": "fontWeight.500"
613
+ },
614
+ "lineHeight": {
615
+ "source": "lineHeight.100"
616
+ },
617
+ "letterSpacing": {
618
+ "source": "letterSpacing.0"
619
+ },
620
+ "description": "Label Extra Small"
567
621
  }
568
622
  },
569
623
  "label-semibold": {
@@ -623,4 +677,4 @@
623
677
  }
624
678
  }
625
679
  }
626
- }
680
+ }
@@ -0,0 +1,258 @@
1
+ {
2
+ "$schema": "../../../tokens/src/data/schema.json",
3
+ "$comment": "Project Scoped Domain Tokens - Prediction (Semantic Mode-Aware)",
4
+ "$policy": {
5
+ "allowValue": false,
6
+ "allowedFormats": [],
7
+ "requireBothModes": true
8
+ },
9
+ "domain-market": {
10
+ "$policy": {
11
+ "allowValue": false
12
+ },
13
+ "bullish": {
14
+ "base": {
15
+ "light": {
16
+ "source": "green.400"
17
+ },
18
+ "dark": {
19
+ "source": "green.600"
20
+ }
21
+ },
22
+ "intense": {
23
+ "light": {
24
+ "source": "green.300"
25
+ },
26
+ "dark": {
27
+ "source": "green.700"
28
+ }
29
+ },
30
+ "disabled": {
31
+ "light": {
32
+ "source": "green.900"
33
+ },
34
+ "dark": {
35
+ "source": "green.200"
36
+ }
37
+ }
38
+ },
39
+ "bullish-bg": {},
40
+ "bearish": {
41
+ "base": {
42
+ "light": {
43
+ "source": "red.500"
44
+ },
45
+ "dark": {
46
+ "source": "red.500"
47
+ }
48
+ },
49
+ "intense": {
50
+ "light": {
51
+ "source": "red.400"
52
+ },
53
+ "dark": {
54
+ "source": "red.700"
55
+ }
56
+ },
57
+ "disabled": {
58
+ "light": {
59
+ "source": "red.900"
60
+ },
61
+ "dark": {
62
+ "source": "red.200"
63
+ }
64
+ }
65
+ },
66
+ "bearish-bg": {},
67
+ "flat": {}
68
+ },
69
+ "domain-chart": {
70
+ "$policy": {
71
+ "allowValue": true,
72
+ "allowedFormats": [
73
+ "hex",
74
+ "rgba"
75
+ ]
76
+ },
77
+ "orange": {
78
+ "base": {
79
+ "light": {
80
+ "value": "#FF6324"
81
+ },
82
+ "dark": {
83
+ "value": "#F1713D"
84
+ }
85
+ }
86
+ },
87
+ "purple": {
88
+ "base": {
89
+ "light": {
90
+ "value": "#8154FF"
91
+ },
92
+ "dark": {
93
+ "value": "#8D65FF"
94
+ }
95
+ }
96
+ },
97
+ "blue": {
98
+ "base": {
99
+ "light": {
100
+ "value": "#0F87FF"
101
+ },
102
+ "dark": {
103
+ "value": "#2391FF"
104
+ }
105
+ }
106
+ },
107
+ "yellow": {
108
+ "base": {
109
+ "light": {
110
+ "value": "#EBBE07"
111
+ },
112
+ "dark": {
113
+ "value": "#C49D01"
114
+ }
115
+ }
116
+ },
117
+ "green": {
118
+ "light": {
119
+ "value": "#00B784"
120
+ },
121
+ "dark": {
122
+ "value": "#01C791"
123
+ }
124
+ }
125
+ },
126
+ "domain-builder": {
127
+ "info": {
128
+ "base": {
129
+ "light": {
130
+ "value": "#EC53C0"
131
+ },
132
+ "dark": {
133
+ "value": "#EC53C0"
134
+ }
135
+ },
136
+ "intense": {
137
+ "light": {
138
+ "value": "#D20698"
139
+ },
140
+ "dark": {
141
+ "value": "#F94EB7"
142
+ }
143
+ },
144
+ "bg": {
145
+ "light": {
146
+ "value": "#FDE8F3"
147
+ },
148
+ "dark": {
149
+ "value": "#5B1233"
150
+ }
151
+ }
152
+ },
153
+ "hero": {
154
+ "base": {
155
+ "light": {
156
+ "value": "#9473F2"
157
+ },
158
+ "dark": {
159
+ "value": "#9473F2"
160
+ }
161
+ },
162
+ "intense": {
163
+ "light": {
164
+ "value": "#7346F3"
165
+ },
166
+ "dark": {
167
+ "value": "#B296FF"
168
+ }
169
+ },
170
+ "bg": {
171
+ "light": {
172
+ "value": "#F4EBFF"
173
+ },
174
+ "dark": {
175
+ "value": "#3A1D7C"
176
+ }
177
+ }
178
+ },
179
+ "grid": {
180
+ "base": {
181
+ "light": {
182
+ "value": "#50B89B"
183
+ },
184
+ "dark": {
185
+ "value": "#50B89B"
186
+ }
187
+ },
188
+ "intense": {
189
+ "light": {
190
+ "value": "#1E9171"
191
+ },
192
+ "dark": {
193
+ "value": "#0BDFA5"
194
+ }
195
+ },
196
+ "bg": {
197
+ "light": {
198
+ "value": "#CDF4EA"
199
+ },
200
+ "dark": {
201
+ "value": "#123F3C"
202
+ }
203
+ }
204
+ },
205
+ "banner": {
206
+ "base": {
207
+ "light": {
208
+ "value": "#F2AB38"
209
+ },
210
+ "dark": {
211
+ "value": "#F2AB38"
212
+ }
213
+ },
214
+ "intense": {
215
+ "light": {
216
+ "value": "#D9840C"
217
+ },
218
+ "dark": {
219
+ "value": "#FFAA00"
220
+ }
221
+ },
222
+ "bg": {
223
+ "light": {
224
+ "value": "#FFF2D2"
225
+ },
226
+ "dark": {
227
+ "value": "#4A3F2B"
228
+ }
229
+ }
230
+ },
231
+ "card": {
232
+ "base": {
233
+ "light": {
234
+ "value": "#55A0EE"
235
+ },
236
+ "dark": {
237
+ "value": "#55A0EE"
238
+ }
239
+ },
240
+ "intense": {
241
+ "light": {
242
+ "value": "#1672D0"
243
+ },
244
+ "dark": {
245
+ "value": "#20B1FF"
246
+ }
247
+ },
248
+ "bg": {
249
+ "light": {
250
+ "value": "#CCEFFF"
251
+ },
252
+ "dark": {
253
+ "value": "#143A67"
254
+ }
255
+ }
256
+ }
257
+ }
258
+ }
@@ -5,12 +5,14 @@
5
5
  * scripts/generate-data-index.js
6
6
  */
7
7
 
8
+ import gamehubDomain from './gamehub/domain.json';
8
9
  import predictionDomain from './prediction/domain.json';
9
10
 
10
11
  export const domainRegistry: Record<string, Record<string, any>> = {
12
+ gamehub: gamehubDomain,
11
13
  prediction: predictionDomain,
12
14
  };
13
15
 
14
- export { predictionDomain };
16
+ export { gamehubDomain, predictionDomain };
15
17
 
16
18
  export type DomainProjectId = keyof typeof domainRegistry;
@@ -308,17 +308,5 @@
308
308
  }
309
309
  }
310
310
  }
311
- },
312
- "domain-bg": {
313
- "subtle": {
314
- "base": {
315
- "light": {
316
- "source": "special.white"
317
- },
318
- "dark": {
319
- "source": "neutral.50"
320
- }
321
- }
322
- }
323
311
  }
324
312
  }
@@ -0,0 +1,62 @@
1
+ # @nexus-cross/tokens-domains/gamehub — Domain Token Reference
2
+
3
+ > Domain token reference for the Gamehub project.
4
+
5
+ ## Installation & Usage
6
+
7
+ ### Tailwind v4 (Recommended)
8
+ ```css
9
+ @import "tailwindcss";
10
+ @import "@nexus-cross/tokens/company.css";
11
+ @import "@nexus-cross/tokens-domains/gamehub.css";
12
+ ```
13
+
14
+ ### Tailwind v3
15
+ ```js
16
+ // tailwind.config.js
17
+ module.exports = {
18
+ presets: [require("@nexus-cross/tokens-domains/tailwind")],
19
+ };
20
+ ```
21
+
22
+ ### Plain CSS (without Tailwind)
23
+ ```css
24
+ @import "@nexus-cross/tokens-domains/gamehub-vars.css";
25
+ ```
26
+
27
+ ### JS/TS API
28
+ ```ts
29
+ import { getGamehubTheme } from "@nexus-cross/tokens-domains";
30
+ const { domain } = getGamehubTheme("dark");
31
+ ```
32
+
33
+ ## Domain Color Tokens
34
+
35
+ | Tailwind Class | CSS Variable | Light | Dark |
36
+ |---|---|---|---|
37
+ | `bg-domain-market-bullish` | `--color-domain-market-bullish` | `#00B784` | `#02D69C` |
38
+ | `bg-domain-market-bullish-intense` | `--color-domain-market-bullish-intense` | `#1B9674` | `#0BDFA5` |
39
+ | `bg-domain-market-bullish-disabled` | `--color-domain-market-bullish-disabled` | `#CDF4EA` | `#0D4431` |
40
+ | `bg-domain-market-bearish` | `--color-domain-market-bearish` | `#DB0A2D` | `#DB0A2D` |
41
+ | `bg-domain-market-bearish-intense` | `--color-domain-market-bearish-intense` | `#D20625` | `#EC3C56` |
42
+ | `bg-domain-market-bearish-disabled` | `--color-domain-market-bearish-disabled` | `#FDE8EB` | `#5B121E` |
43
+ | `bg-domain-chart-orange` | `--color-domain-chart-orange` | `#FF6324` | `#F1713D` |
44
+ | `bg-domain-chart-purple` | `--color-domain-chart-purple` | `#8154FF` | `#8D65FF` |
45
+ | `bg-domain-chart-blue` | `--color-domain-chart-blue` | `#0F87FF` | `#2391FF` |
46
+ | `bg-domain-chart-yellow` | `--color-domain-chart-yellow` | `#EBBE07` | `#C49D01` |
47
+ | `bg-domain-chart-green` | `--color-domain-chart-green` | `#00B784` | `#01C791` |
48
+ | `bg-domain-builder-info` | `--color-domain-builder-info` | `#EC53C0` | `#EC53C0` |
49
+ | `bg-domain-builder-info-intense` | `--color-domain-builder-info-intense` | `#D20698` | `#F94EB7` |
50
+ | `bg-domain-builder-info-bg` | `--color-domain-builder-info-bg` | `#FDE8F3` | `#5B1233` |
51
+ | `bg-domain-builder-hero` | `--color-domain-builder-hero` | `#9473F2` | `#9473F2` |
52
+ | `bg-domain-builder-hero-intense` | `--color-domain-builder-hero-intense` | `#7346F3` | `#B296FF` |
53
+ | `bg-domain-builder-hero-bg` | `--color-domain-builder-hero-bg` | `#F4EBFF` | `#3A1D7C` |
54
+ | `bg-domain-builder-grid` | `--color-domain-builder-grid` | `#50B89B` | `#50B89B` |
55
+ | `bg-domain-builder-grid-intense` | `--color-domain-builder-grid-intense` | `#1E9171` | `#0BDFA5` |
56
+ | `bg-domain-builder-grid-bg` | `--color-domain-builder-grid-bg` | `#CDF4EA` | `#123F3C` |
57
+ | `bg-domain-builder-banner` | `--color-domain-builder-banner` | `#F2AB38` | `#F2AB38` |
58
+ | `bg-domain-builder-banner-intense` | `--color-domain-builder-banner-intense` | `#D9840C` | `#FFAA00` |
59
+ | `bg-domain-builder-banner-bg` | `--color-domain-builder-banner-bg` | `#FFF2D2` | `#4A3F2B` |
60
+ | `bg-domain-builder-card` | `--color-domain-builder-card` | `#55A0EE` | `#55A0EE` |
61
+ | `bg-domain-builder-card-intense` | `--color-domain-builder-card-intense` | `#1672D0` | `#20B1FF` |
62
+ | `bg-domain-builder-card-bg` | `--color-domain-builder-card-bg` | `#CCEFFF` | `#143A67` |
@@ -2,7 +2,7 @@
2
2
  * Prediction Domain CSS — 순수 CSS 변수
3
3
  * Tailwind 없이 var(--*) 로 사용 가능
4
4
  * 자동 생성: scripts/generate-css.js
5
- * 생성일: 2026-05-06T03:32:31.090Z
5
+ * 생성일: 2026-05-07T09:40:03.606Z
6
6
  */
7
7
 
8
8
  :root {
@@ -39,7 +39,6 @@
39
39
  --color-domain-chart-purple: #8154FF;
40
40
  --color-domain-chart-blue: #0F87FF;
41
41
  --color-domain-chart-yellow: #EBBE07;
42
- --color-domain-bg-subtle: #FFFFFF;
43
42
  }
44
43
 
45
44
  .prediction {
@@ -76,7 +75,6 @@
76
75
  --color-domain-chart-purple: #8154FF;
77
76
  --color-domain-chart-blue: #0F87FF;
78
77
  --color-domain-chart-yellow: #EBBE07;
79
- --color-domain-bg-subtle: #FFFFFF;
80
78
  }
81
79
 
82
80
  .prediction.dark {
@@ -113,7 +111,6 @@
113
111
  --color-domain-chart-purple: #8D65FF;
114
112
  --color-domain-chart-blue: #2391FF;
115
113
  --color-domain-chart-yellow: #C49D01;
116
- --color-domain-bg-subtle: #161A21;
117
114
  }
118
115
 
119
116
  .dark {
@@ -150,5 +147,4 @@
150
147
  --color-domain-chart-purple: #8D65FF;
151
148
  --color-domain-chart-blue: #2391FF;
152
149
  --color-domain-chart-yellow: #C49D01;
153
- --color-domain-bg-subtle: #161A21;
154
150
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Prediction Domain CSS — Tailwind v4 (@theme + .prediction)
3
3
  * 자동 생성: scripts/generate-css.js
4
- * 생성일: 2026-05-06T03:32:31.089Z
4
+ * 생성일: 2026-05-07T09:40:03.605Z
5
5
  */
6
6
 
7
7
  @theme {
@@ -38,7 +38,6 @@
38
38
  --color-domain-chart-purple: #8154FF;
39
39
  --color-domain-chart-blue: #0F87FF;
40
40
  --color-domain-chart-yellow: #EBBE07;
41
- --color-domain-bg-subtle: #FFFFFF;
42
41
  }
43
42
 
44
43
  .prediction {
@@ -75,7 +74,6 @@
75
74
  --color-domain-chart-purple: #8154FF;
76
75
  --color-domain-chart-blue: #0F87FF;
77
76
  --color-domain-chart-yellow: #EBBE07;
78
- --color-domain-bg-subtle: #FFFFFF;
79
77
  }
80
78
 
81
79
  .prediction.dark {
@@ -112,7 +110,6 @@
112
110
  --color-domain-chart-purple: #8D65FF;
113
111
  --color-domain-chart-blue: #2391FF;
114
112
  --color-domain-chart-yellow: #C49D01;
115
- --color-domain-bg-subtle: #161A21;
116
113
  }
117
114
 
118
115
  .dark {
@@ -149,5 +146,4 @@
149
146
  --color-domain-chart-purple: #8D65FF;
150
147
  --color-domain-chart-blue: #2391FF;
151
148
  --color-domain-chart-yellow: #C49D01;
152
- --color-domain-bg-subtle: #161A21;
153
149
  }
@@ -67,4 +67,3 @@ const { domain } = getPredictionTheme("dark");
67
67
  | `bg-domain-chart-purple` | `--color-domain-chart-purple` | `#8154FF` | `#8D65FF` |
68
68
  | `bg-domain-chart-blue` | `--color-domain-chart-blue` | `#0F87FF` | `#2391FF` |
69
69
  | `bg-domain-chart-yellow` | `--color-domain-chart-yellow` | `#EBBE07` | `#C49D01` |
70
- | `bg-domain-bg-subtle` | `--color-domain-bg-subtle` | `#FFFFFF` | `#161A21` |