@kusitms/ui 0.1.0 → 0.1.2

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.
package/dist/styles.css CHANGED
@@ -1,6 +1,591 @@
1
- @import "@kusitms/tokens/index.css";
2
- @import "@kusitms/tokens/themes.css";
3
- @import "@kusitms/tokens/typography.css";
1
+ :root {
2
+ --cool-netural-1: #f7f7f8;
3
+ --cool-netural-5: #edeeef;
4
+ --cool-netural-10: #dcdddf;
5
+ --cool-netural-20: #babbc1;
6
+ --cool-netural-30: #9798a1;
7
+ --cool-netural-40: #777982;
8
+ --cool-netural-50: #5b5c63;
9
+ --cool-netural-60: #484950;
10
+ --cool-netural-70: #35373b;
11
+ --cool-netural-80: #27282b;
12
+ --cool-netural-90: #17171a;
13
+ --cool-netural-95: #0e0e10;
14
+ --netural-5: #f1f1f1;
15
+ --netural-10: #e5e5e5;
16
+ --netural-20: #c9c9c9;
17
+ --netural-30: #b0b0b0;
18
+ --netural-40: #989898;
19
+ --netural-50: #7f7f7f;
20
+ --netural-60: #666666;
21
+ --netural-70: #4b4b4b;
22
+ --netural-80: #323232;
23
+ --netural-90: #1d1d1d;
24
+ --netural-95: #111111;
25
+ --blue-5: #eff4ff;
26
+ --blue-10: #dce5fe;
27
+ --blue-20: #baccfe;
28
+ --blue-30: #98b1fe;
29
+ --blue-40: #7c99fd;
30
+ --blue-50: #5c7dfb;
31
+ --blue-60: #3e5efa;
32
+ --blue-70: #223dc9;
33
+ --blue-80: #051c94;
34
+ --blue-90: #0b1a65;
35
+ --blue-95: #0a154d;
36
+ --orange-5: #fffcf7;
37
+ --orange-10: #fef4e6;
38
+ --orange-20: #fee6c6;
39
+ --orange-30: #ffd49c;
40
+ --orange-40: #ffc06e;
41
+ --orange-50: #ffa938;
42
+ --orange-60: #ff9200;
43
+ --orange-70: #d47800;
44
+ --orange-80: #9c5800;
45
+ --orange-90: #663a00;
46
+ --orange-95: #361e00;
47
+ --green-5: #f2fff6;
48
+ --green-10: #d9ffe6;
49
+ --green-20: #acfcc7;
50
+ --green-30: #7df5a5;
51
+ --green-40: #49e57d;
52
+ --green-50: #1ed45a;
53
+ --green-60: #00bf40;
54
+ --green-70: #009632;
55
+ --green-80: #006e25;
56
+ --green-90: #004517;
57
+ --green-95: #00240c;
58
+ --red-5: #fffafa;
59
+ --red-10: #feecec;
60
+ --red-20: #fed5d5;
61
+ --red-30: #ffb5b5;
62
+ --red-40: #ff8c8c;
63
+ --red-50: #ff6363;
64
+ --red-60: #ff4242;
65
+ --red-70: #e52222;
66
+ --red-80: #b00c0c;
67
+ --red-90: #730303;
68
+ --red-95: #3b0101;
69
+ --sky-blue-5: #f0faff;
70
+ --sky-blue-10: #e0f5ff;
71
+ --sky-blue-20: #c2ebff;
72
+ --sky-blue-30: #a3e2ff;
73
+ --sky-blue-40: #79d4ff;
74
+ --sky-blue-50: #3dc1ff;
75
+ --sky-blue-60: #00a6f5;
76
+ --sky-blue-70: #006899;
77
+ --sky-blue-80: #004566;
78
+ --sky-blue-90: #002333;
79
+ --sky-blue-95: #021a25;
80
+ --indigo-5: #f3f2ff;
81
+ --indigo-10: #e3e2fe;
82
+ --indigo-20: #cac6fe;
83
+ --indigo-30: #afaafd;
84
+ --indigo-40: #948bfc;
85
+ --indigo-50: #7366fc;
86
+ --indigo-60: #5640f9;
87
+ --indigo-70: #3d18d8;
88
+ --indigo-80: #24079d;
89
+ --indigo-90: #140364;
90
+ --indigo-95: #0b0147;
91
+ --common-0: #ffffff;
92
+ --common-100: #000000;
93
+ --brand-logo: #18181b;
94
+ --status-positive: #00bf40;
95
+ --status-negative: #ff4242;
96
+ --status-cautionary: #ff9200;
97
+ --brand-primary: #3e5efa;
98
+ --brand-secondary: #7c99fd;
99
+ --brand-assisitve: #e3e2fe;
100
+ --brand-tertiary: #baccfe;
101
+ --brand-strong: #223dc9;
102
+ --label-normal: #17171a;
103
+ --label-strong: #000000;
104
+ --label-light: #5b5c63;
105
+ --label-alternative: #777982;
106
+ --label-disable: #babbc1;
107
+ --label-assitive: #9798a1;
108
+ --label-contrast: #ffffff;
109
+ --label-netural: #484950;
110
+ --line-normal: #70737c38;
111
+ --line-neutral: #70737c29;
112
+ --line-alternative: #70737c14;
113
+ --line-strong: #babbc1;
114
+ --fill-normal: #ffffff;
115
+ --fill-strong: #dcdddf;
116
+ --fill-alternative: #edeeef;
117
+ --fill-primary: #eff4ff;
118
+ --fill-secondary: #f3f2ff;
119
+ --fill-positive: #f2fff6;
120
+ --fill-cautionary: #fffcf7;
121
+ --fill-destructive: #fffafa;
122
+ --fill-netural: #f7f7f8;
123
+ --fill-transparent-white: #ffffff4d;
124
+ --fill-transparent-black: #00000026;
125
+ --effect-dimmer: #17171985;
126
+ --static-white: #ffffff;
127
+ --static-black: #000000;
128
+ --interaction-hover: #ffffff40;
129
+ --interaction-pressed: #00000014;
130
+ --interaction-hover-inverse: #0000000f;
131
+ --interaction-dim: #17171abf;
132
+ }
4
133
 
5
- /* src/styles.css */
6
- /*# sourceMappingURL=styles.css.map */
134
+ @theme inline {
135
+ --color-cool-netural-1: var(--cool-netural-1);
136
+ --color-cool-netural-5: var(--cool-netural-5);
137
+ --color-cool-netural-10: var(--cool-netural-10);
138
+ --color-cool-netural-20: var(--cool-netural-20);
139
+ --color-cool-netural-30: var(--cool-netural-30);
140
+ --color-cool-netural-40: var(--cool-netural-40);
141
+ --color-cool-netural-50: var(--cool-netural-50);
142
+ --color-cool-netural-60: var(--cool-netural-60);
143
+ --color-cool-netural-70: var(--cool-netural-70);
144
+ --color-cool-netural-80: var(--cool-netural-80);
145
+ --color-cool-netural-90: var(--cool-netural-90);
146
+ --color-cool-netural-95: var(--cool-netural-95);
147
+ --color-netural-5: var(--netural-5);
148
+ --color-netural-10: var(--netural-10);
149
+ --color-netural-20: var(--netural-20);
150
+ --color-netural-30: var(--netural-30);
151
+ --color-netural-40: var(--netural-40);
152
+ --color-netural-50: var(--netural-50);
153
+ --color-netural-60: var(--netural-60);
154
+ --color-netural-70: var(--netural-70);
155
+ --color-netural-80: var(--netural-80);
156
+ --color-netural-90: var(--netural-90);
157
+ --color-netural-95: var(--netural-95);
158
+ --color-blue-5: var(--blue-5);
159
+ --color-blue-10: var(--blue-10);
160
+ --color-blue-20: var(--blue-20);
161
+ --color-blue-30: var(--blue-30);
162
+ --color-blue-40: var(--blue-40);
163
+ --color-blue-50: var(--blue-50);
164
+ --color-blue-60: var(--blue-60);
165
+ --color-blue-70: var(--blue-70);
166
+ --color-blue-80: var(--blue-80);
167
+ --color-blue-90: var(--blue-90);
168
+ --color-blue-95: var(--blue-95);
169
+ --color-orange-5: var(--orange-5);
170
+ --color-orange-10: var(--orange-10);
171
+ --color-orange-20: var(--orange-20);
172
+ --color-orange-30: var(--orange-30);
173
+ --color-orange-40: var(--orange-40);
174
+ --color-orange-50: var(--orange-50);
175
+ --color-orange-60: var(--orange-60);
176
+ --color-orange-70: var(--orange-70);
177
+ --color-orange-80: var(--orange-80);
178
+ --color-orange-90: var(--orange-90);
179
+ --color-orange-95: var(--orange-95);
180
+ --color-green-5: var(--green-5);
181
+ --color-green-10: var(--green-10);
182
+ --color-green-20: var(--green-20);
183
+ --color-green-30: var(--green-30);
184
+ --color-green-40: var(--green-40);
185
+ --color-green-50: var(--green-50);
186
+ --color-green-60: var(--green-60);
187
+ --color-green-70: var(--green-70);
188
+ --color-green-80: var(--green-80);
189
+ --color-green-90: var(--green-90);
190
+ --color-green-95: var(--green-95);
191
+ --color-red-5: var(--red-5);
192
+ --color-red-10: var(--red-10);
193
+ --color-red-20: var(--red-20);
194
+ --color-red-30: var(--red-30);
195
+ --color-red-40: var(--red-40);
196
+ --color-red-50: var(--red-50);
197
+ --color-red-60: var(--red-60);
198
+ --color-red-70: var(--red-70);
199
+ --color-red-80: var(--red-80);
200
+ --color-red-90: var(--red-90);
201
+ --color-red-95: var(--red-95);
202
+ --color-sky-blue-5: var(--sky-blue-5);
203
+ --color-sky-blue-10: var(--sky-blue-10);
204
+ --color-sky-blue-20: var(--sky-blue-20);
205
+ --color-sky-blue-30: var(--sky-blue-30);
206
+ --color-sky-blue-40: var(--sky-blue-40);
207
+ --color-sky-blue-50: var(--sky-blue-50);
208
+ --color-sky-blue-60: var(--sky-blue-60);
209
+ --color-sky-blue-70: var(--sky-blue-70);
210
+ --color-sky-blue-80: var(--sky-blue-80);
211
+ --color-sky-blue-90: var(--sky-blue-90);
212
+ --color-sky-blue-95: var(--sky-blue-95);
213
+ --color-indigo-5: var(--indigo-5);
214
+ --color-indigo-10: var(--indigo-10);
215
+ --color-indigo-20: var(--indigo-20);
216
+ --color-indigo-30: var(--indigo-30);
217
+ --color-indigo-40: var(--indigo-40);
218
+ --color-indigo-50: var(--indigo-50);
219
+ --color-indigo-60: var(--indigo-60);
220
+ --color-indigo-70: var(--indigo-70);
221
+ --color-indigo-80: var(--indigo-80);
222
+ --color-indigo-90: var(--indigo-90);
223
+ --color-indigo-95: var(--indigo-95);
224
+ --color-common-0: var(--common-0);
225
+ --color-common-100: var(--common-100);
226
+ --color-brand-logo: var(--brand-logo);
227
+ --color-status-positive: var(--status-positive);
228
+ --color-status-negative: var(--status-negative);
229
+ --color-status-cautionary: var(--status-cautionary);
230
+ --color-brand-primary: var(--brand-primary);
231
+ --color-brand-secondary: var(--brand-secondary);
232
+ --color-brand-assisitve: var(--brand-assisitve);
233
+ --color-brand-tertiary: var(--brand-tertiary);
234
+ --color-brand-strong: var(--brand-strong);
235
+ --color-label-normal: var(--label-normal);
236
+ --color-label-strong: var(--label-strong);
237
+ --color-label-light: var(--label-light);
238
+ --color-label-alternative: var(--label-alternative);
239
+ --color-label-disable: var(--label-disable);
240
+ --color-label-assitive: var(--label-assitive);
241
+ --color-label-contrast: var(--label-contrast);
242
+ --color-label-netural: var(--label-netural);
243
+ --color-line-normal: var(--line-normal);
244
+ --color-line-neutral: var(--line-neutral);
245
+ --color-line-alternative: var(--line-alternative);
246
+ --color-line-strong: var(--line-strong);
247
+ --color-fill-normal: var(--fill-normal);
248
+ --color-fill-strong: var(--fill-strong);
249
+ --color-fill-alternative: var(--fill-alternative);
250
+ --color-fill-primary: var(--fill-primary);
251
+ --color-fill-secondary: var(--fill-secondary);
252
+ --color-fill-positive: var(--fill-positive);
253
+ --color-fill-cautionary: var(--fill-cautionary);
254
+ --color-fill-destructive: var(--fill-destructive);
255
+ --color-fill-netural: var(--fill-netural);
256
+ --color-fill-transparent-white: var(--fill-transparent-white);
257
+ --color-fill-transparent-black: var(--fill-transparent-black);
258
+ --color-effect-dimmer: var(--effect-dimmer);
259
+ --color-static-white: var(--static-white);
260
+ --color-static-black: var(--static-black);
261
+ --color-interaction-hover: var(--interaction-hover);
262
+ --color-interaction-pressed: var(--interaction-pressed);
263
+ --color-interaction-hover-inverse: var(--interaction-hover-inverse);
264
+ --color-interaction-dim: var(--interaction-dim);
265
+ }
266
+
267
+ @theme {
268
+ /* =========================
269
+ PC/Display
270
+ ========================= */
271
+ /* PC/Display/64-b */
272
+ --text-pc-64b: 64px;
273
+ --text-pc-64b--line-height: 84px;
274
+ --text-pc-64b--letter-spacing: -0.02em;
275
+ --text-pc-64b--font-weight: 700;
276
+
277
+ /* PC/Display/64-sb */
278
+ --text-pc-64sb: 64px;
279
+ --text-pc-64sb--line-height: 84px;
280
+ --text-pc-64sb--letter-spacing: -0.02em;
281
+ --text-pc-64sb--font-weight: 600;
282
+
283
+ /* PC/Display/48-b */
284
+ --text-pc-48b: 48px;
285
+ --text-pc-48b--line-height: 62px;
286
+ --text-pc-48b--letter-spacing: -0.018em;
287
+ --text-pc-48b--font-weight: 700;
288
+
289
+ /* PC/Display/48-sb */
290
+ --text-pc-48sb: 48px;
291
+ --text-pc-48sb--line-height: 62px;
292
+ --text-pc-48sb--letter-spacing: -0.018em;
293
+ --text-pc-48sb--font-weight: 600;
294
+
295
+ /* PC/Display/40-b */
296
+ --text-pc-40b: 40px;
297
+ --text-pc-40b--line-height: 52px;
298
+ --text-pc-40b--letter-spacing: -0.016em;
299
+ --text-pc-40b--font-weight: 700;
300
+
301
+ /* PC/Display/40-sb */
302
+ --text-pc-40sb: 40px;
303
+ --text-pc-40sb--line-height: 52px;
304
+ --text-pc-40sb--letter-spacing: -0.016em;
305
+ --text-pc-40sb--font-weight: 600;
306
+
307
+ /* =========================
308
+ PC/Title
309
+ ========================= */
310
+ /* PC/Title/36-b */
311
+ --text-pc-36b: 36px;
312
+ --text-pc-36b--line-height: 48px;
313
+ --text-pc-36b--letter-spacing: -0.014em;
314
+ --text-pc-36b--font-weight: 700;
315
+
316
+ /* PC/Title/36-sb */
317
+ --text-pc-36sb: 36px;
318
+ --text-pc-36sb--line-height: 48px;
319
+ --text-pc-36sb--letter-spacing: -0.014em;
320
+ --text-pc-36sb--font-weight: 600;
321
+
322
+ /* PC/Title/36-m */
323
+ --text-pc-36m: 36px;
324
+ --text-pc-36m--line-height: 48px;
325
+ --text-pc-36m--letter-spacing: -0.014em;
326
+ --text-pc-36m--font-weight: 500;
327
+
328
+ /* PC/Title/32-b */
329
+ --text-pc-32b: 32px;
330
+ --text-pc-32b--line-height: 42px;
331
+ --text-pc-32b--letter-spacing: -0.012em;
332
+ --text-pc-32b--font-weight: 700;
333
+
334
+ /* PC/Title/32-sb */
335
+ --text-pc-32sb: 32px;
336
+ --text-pc-32sb--line-height: 42px;
337
+ --text-pc-32sb--letter-spacing: -0.012em;
338
+ --text-pc-32sb--font-weight: 600;
339
+
340
+ /* PC/Title/32-m */
341
+ --text-pc-32m: 32px;
342
+ --text-pc-32m--line-height: 42px;
343
+ --text-pc-32m--letter-spacing: -0.012em;
344
+ --text-pc-32m--font-weight: 500;
345
+
346
+ /* PC/Title/30-b */
347
+ --text-pc-30b: 30px;
348
+ --text-pc-30b--line-height: 40px;
349
+ --text-pc-30b--letter-spacing: -0.012em;
350
+ --text-pc-30b--font-weight: 700;
351
+
352
+ /* PC/Title/30-m */
353
+ --text-pc-30m: 30px;
354
+ --text-pc-30m--line-height: 40px;
355
+ --text-pc-30m--letter-spacing: -0.012em;
356
+ --text-pc-30m--font-weight: 500;
357
+
358
+ /* =========================
359
+ Mobile/Display
360
+ ========================= */
361
+ /* Mobile/Display/40-b */
362
+ --text-mobile-40b: 40px;
363
+ --text-mobile-40b--line-height: 52px;
364
+ --text-mobile-40b--letter-spacing: -0.014em;
365
+ --text-mobile-40b--font-weight: 700;
366
+
367
+ /* Mobile/Display/40-sb */
368
+ --text-mobile-40sb: 40px;
369
+ --text-mobile-40sb--line-height: 52px;
370
+ --text-mobile-40sb--letter-spacing: -0.014em;
371
+ --text-mobile-40sb--font-weight: 600;
372
+
373
+ /* Mobile/Display/32-b */
374
+ --text-mobile-32b: 32px;
375
+ --text-mobile-32b--line-height: 42px;
376
+ --text-mobile-32b--letter-spacing: -0.012em;
377
+ --text-mobile-32b--font-weight: 700;
378
+
379
+ /* Mobile/Display/32-sb */
380
+ --text-mobile-32sb: 32px;
381
+ --text-mobile-32sb--line-height: 42px;
382
+ --text-mobile-32sb--letter-spacing: -0.012em;
383
+ --text-mobile-32sb--font-weight: 600;
384
+
385
+ /* =========================
386
+ Mobile/Title
387
+ ========================= */
388
+ /* Mobile/Title/28-b */
389
+ --text-mobile-28b: 28px;
390
+ --text-mobile-28b--line-height: 38px;
391
+ --text-mobile-28b--letter-spacing: -0.01em;
392
+ --text-mobile-28b--font-weight: 700;
393
+
394
+ /* Mobile/Title/28-sb */
395
+ --text-mobile-28sb: 28px;
396
+ --text-mobile-28sb--line-height: 38px;
397
+ --text-mobile-28sb--letter-spacing: -0.01em;
398
+ --text-mobile-28sb--font-weight: 600;
399
+
400
+ /* Mobile/Title/24-b */
401
+ --text-mobile-24b: 24px;
402
+ --text-mobile-24b--line-height: 34px;
403
+ --text-mobile-24b--letter-spacing: -0.008em;
404
+ --text-mobile-24b--font-weight: 700;
405
+
406
+ /* Mobile/Title/24-sb */
407
+ --text-mobile-24sb: 24px;
408
+ --text-mobile-24sb--line-height: 34px;
409
+ --text-mobile-24sb--letter-spacing: -0.008em;
410
+ --text-mobile-24sb--font-weight: 600;
411
+
412
+ /* =========================
413
+ Common/Headline
414
+ ========================= */
415
+ /* Common/Headline/24-b */
416
+ --text-headline-24b: 24px;
417
+ --text-headline-24b--line-height: 36px;
418
+ --text-headline-24b--letter-spacing: -0.008em;
419
+ --text-headline-24b--font-weight: 700;
420
+
421
+ /* Common/Headline/24-sb */
422
+ --text-headline-24sb: 24px;
423
+ --text-headline-24sb--line-height: 36px;
424
+ --text-headline-24sb--letter-spacing: -0.008em;
425
+ --text-headline-24sb--font-weight: 600;
426
+
427
+ /* Common/Headline/24-m */
428
+ --text-headline-24m: 24px;
429
+ --text-headline-24m--line-height: 36px;
430
+ --text-headline-24m--letter-spacing: -0.008em;
431
+ --text-headline-24m--font-weight: 500;
432
+
433
+ /* Common/Headline/24-r */
434
+ --text-headline-24r: 24px;
435
+ --text-headline-24r--line-height: 36px;
436
+ --text-headline-24r--letter-spacing: -0.008em;
437
+ --text-headline-24r--font-weight: 400;
438
+
439
+ /* Common/Headline/20-b */
440
+ --text-headline-20b: 20px;
441
+ --text-headline-20b--line-height: 32px;
442
+ --text-headline-20b--letter-spacing: -0.008em;
443
+ --text-headline-20b--font-weight: 700;
444
+
445
+ /* Common/Headline/20-sb */
446
+ --text-headline-20sb: 20px;
447
+ --text-headline-20sb--line-height: 32px;
448
+ --text-headline-20sb--letter-spacing: -0.008em;
449
+ --text-headline-20sb--font-weight: 600;
450
+
451
+ /* Common/Headline/20-m */
452
+ --text-headline-20m: 20px;
453
+ --text-headline-20m--line-height: 32px;
454
+ --text-headline-20m--letter-spacing: -0.008em;
455
+ --text-headline-20m--font-weight: 500;
456
+
457
+ /* Common/Headline/20-r */
458
+ --text-headline-20r: 20px;
459
+ --text-headline-20r--line-height: 32px;
460
+ --text-headline-20r--letter-spacing: -0.008em;
461
+ --text-headline-20r--font-weight: 400;
462
+
463
+ /* =========================
464
+ Common/Body
465
+ ========================= */
466
+ /* Common/Body/18-b */
467
+ --text-body-18b: 18px;
468
+ --text-body-18b--line-height: 26px;
469
+ --text-body-18b--letter-spacing: -0.005em;
470
+ --text-body-18b--font-weight: 700;
471
+
472
+ /* Common/Body/18-sb */
473
+ --text-body-18sb: 18px;
474
+ --text-body-18sb--line-height: 26px;
475
+ --text-body-18sb--letter-spacing: -0.005em;
476
+ --text-body-18sb--font-weight: 600;
477
+
478
+ /* Common/Body/18-m */
479
+ --text-body-18m: 18px;
480
+ --text-body-18m--line-height: 26px;
481
+ --text-body-18m--letter-spacing: -0.005em;
482
+ --text-body-18m--font-weight: 500;
483
+
484
+ /* Common/Body/18-r */
485
+ --text-body-18r: 18px;
486
+ --text-body-18r--line-height: 26px;
487
+ --text-body-18r--letter-spacing: -0.005em;
488
+ --text-body-18r--font-weight: 400;
489
+
490
+ /* Common/Body/16-b */
491
+ --text-body-16b: 16px;
492
+ --text-body-16b--line-height: 24px;
493
+ --text-body-16b--letter-spacing: -0.0025em;
494
+ --text-body-16b--font-weight: 700;
495
+
496
+ /* Common/Body/16-sb */
497
+ --text-body-16sb: 16px;
498
+ --text-body-16sb--line-height: 24px;
499
+ --text-body-16sb--letter-spacing: -0.0025em;
500
+ --text-body-16sb--font-weight: 600;
501
+
502
+ /* Common/Body/16-m */
503
+ --text-body-16m: 16px;
504
+ --text-body-16m--line-height: 24px;
505
+ --text-body-16m--letter-spacing: -0.0025em;
506
+ --text-body-16m--font-weight: 500;
507
+
508
+ /* Common/Body/16-r */
509
+ --text-body-16r: 16px;
510
+ --text-body-16r--line-height: 24px;
511
+ --text-body-16r--letter-spacing: -0.0025em;
512
+ --text-body-16r--font-weight: 400;
513
+
514
+ /* =========================
515
+ Common/Label
516
+ ========================= */
517
+ /* Common/Label/14-b */
518
+ --text-label-14b: 14px;
519
+ --text-label-14b--line-height: 20px;
520
+ --text-label-14b--letter-spacing: 0.0125em;
521
+ --text-label-14b--font-weight: 700;
522
+
523
+ /* Common/Label/14-sb */
524
+ --text-label-14sb: 14px;
525
+ --text-label-14sb--line-height: 20px;
526
+ --text-label-14sb--letter-spacing: 0.0125em;
527
+ --text-label-14sb--font-weight: 600;
528
+
529
+ /* Common/Label/14-m */
530
+ --text-label-14m: 14px;
531
+ --text-label-14m--line-height: 20px;
532
+ --text-label-14m--letter-spacing: 0.0125em;
533
+ --text-label-14m--font-weight: 500;
534
+
535
+ /* Common/Label/14-r */
536
+ --text-label-14r: 14px;
537
+ --text-label-14r--line-height: 20px;
538
+ --text-label-14r--letter-spacing: 0.0125em;
539
+ --text-label-14r--font-weight: 400;
540
+
541
+ /* Common/Label/13-b */
542
+ --text-label-13b: 13px;
543
+ --text-label-13b--line-height: 18px;
544
+ --text-label-13b--letter-spacing: 0.012em;
545
+ --text-label-13b--font-weight: 700;
546
+
547
+ /* Common/Label/13-sb */
548
+ --text-label-13sb: 13px;
549
+ --text-label-13sb--line-height: 18px;
550
+ --text-label-13sb--letter-spacing: 0.012em;
551
+ --text-label-13sb--font-weight: 600;
552
+
553
+ /* Common/Label/13-m */
554
+ --text-label-13m: 13px;
555
+ --text-label-13m--line-height: 18px;
556
+ --text-label-13m--letter-spacing: 0.012em;
557
+ --text-label-13m--font-weight: 500;
558
+
559
+ /* Common/Label/13-r */
560
+ --text-label-13r: 13px;
561
+ --text-label-13r--line-height: 18px;
562
+ --text-label-13r--letter-spacing: 0.012em;
563
+ --text-label-13r--font-weight: 400;
564
+
565
+ /* =========================
566
+ Common/Caption
567
+ ========================= */
568
+ /* Common/Caption/12-sb */
569
+ --text-caption-12sb: 12px;
570
+ --text-caption-12sb--line-height: 18px;
571
+ --text-caption-12sb--letter-spacing: 0.014em;
572
+ --text-caption-12sb--font-weight: 600;
573
+
574
+ /* Common/Caption/12-r */
575
+ --text-caption-12r: 12px;
576
+ --text-caption-12r--line-height: 18px;
577
+ --text-caption-12r--letter-spacing: 0.014em;
578
+ --text-caption-12r--font-weight: 400;
579
+
580
+ /* Common/Caption/11-sb */
581
+ --text-caption-11sb: 11px;
582
+ --text-caption-11sb--line-height: 16px;
583
+ --text-caption-11sb--letter-spacing: 0.015em;
584
+ --text-caption-11sb--font-weight: 600;
585
+
586
+ /* Common/Caption/11-r */
587
+ --text-caption-11r: 11px;
588
+ --text-caption-11r--line-height: 16px;
589
+ --text-caption-11r--letter-spacing: 0.015em;
590
+ --text-caption-11r--font-weight: 400;
591
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusitms/ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -28,7 +28,7 @@
28
28
  "@radix-ui/react-accordion": "^1.2.12",
29
29
  "@radix-ui/react-select": "^2.2.5",
30
30
  "@kusitms/icons": "0.1.0",
31
- "@kusitms/tokens": "0.1.0"
31
+ "@kusitms/tokens": "0.1.2"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@testing-library/jest-dom": "^6.9.1",
@@ -43,7 +43,7 @@
43
43
  "@kusitms/tsconfig": "0.0.0"
44
44
  },
45
45
  "scripts": {
46
- "build": "tsup",
46
+ "build": "tsup && node scripts/bundle-css.mjs",
47
47
  "check": "pnpm lint && pnpm typecheck",
48
48
  "lint": "biome check src tsup.config.ts vitest.config.ts",
49
49
  "test": "vitest run --coverage",
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/dist/styles.d.cts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }
package/dist/styles.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }