@seed-design/rootage-artifacts 1.2.12 → 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.
- package/__generated__/collections.json +53 -0
- package/__generated__/color.json +2452 -0
- package/__generated__/components/accordion-item.json +501 -0
- package/__generated__/components/accordion.json +86 -0
- package/__generated__/components/action-button.json +1568 -0
- package/__generated__/components/action-chip.json +454 -0
- package/__generated__/components/action-sheet-close-button.json +115 -0
- package/__generated__/components/action-sheet-item.json +159 -0
- package/__generated__/components/action-sheet.json +269 -0
- package/__generated__/components/attachment-input-dropzone.json +145 -0
- package/__generated__/components/attachment-input-item-action-button.json +149 -0
- package/__generated__/components/attachment-input-item-remove-button.json +127 -0
- package/__generated__/components/attachment-input-item.json +448 -0
- package/__generated__/components/attachment-input-trigger.json +210 -0
- package/__generated__/components/attachment-input.json +58 -0
- package/__generated__/components/avatar-stack.json +396 -0
- package/__generated__/components/avatar.json +698 -0
- package/__generated__/components/badge.json +759 -0
- package/__generated__/components/bottom-sheet-close-button.json +106 -0
- package/__generated__/components/bottom-sheet-handle.json +136 -0
- package/__generated__/components/bottom-sheet.json +435 -0
- package/__generated__/components/callout.json +613 -0
- package/__generated__/components/checkbox-group.json +43 -0
- package/__generated__/components/checkbox.json +196 -0
- package/__generated__/components/checkmark.json +573 -0
- package/__generated__/components/chip-tablist.json +107 -0
- package/__generated__/components/chip.json +929 -0
- package/__generated__/components/content-placeholder.json +171 -0
- package/__generated__/components/contextual-floating-button.json +473 -0
- package/__generated__/components/control-chip.json +524 -0
- package/__generated__/components/dialog.json +307 -0
- package/__generated__/components/divider.json +46 -0
- package/__generated__/components/extended-action-sheet-close-button.json +122 -0
- package/__generated__/components/extended-action-sheet-item.json +197 -0
- package/__generated__/components/extended-action-sheet.json +308 -0
- package/__generated__/components/extended-fab.json +337 -0
- package/__generated__/components/fab.json +124 -0
- package/__generated__/components/field-label.json +108 -0
- package/__generated__/components/field.json +381 -0
- package/__generated__/components/floating-action-button.json +259 -0
- package/__generated__/components/help-bubble.json +310 -0
- package/__generated__/components/identity-placeholder.json +56 -0
- package/__generated__/components/image-frame-floater.json +47 -0
- package/__generated__/components/image-frame-indicator.json +99 -0
- package/__generated__/components/image-frame-reaction-button.json +132 -0
- package/__generated__/components/image-frame.json +97 -0
- package/__generated__/components/inline-banner.json +581 -0
- package/__generated__/components/input-button.json +558 -0
- package/__generated__/components/link-content.json +210 -0
- package/__generated__/components/list-header.json +133 -0
- package/__generated__/components/list-item.json +401 -0
- package/__generated__/components/manner-temp-badge.json +373 -0
- package/__generated__/components/manner-temp.json +309 -0
- package/__generated__/components/menu-item.json +448 -0
- package/__generated__/components/menu-sheet-close-button.json +121 -0
- package/__generated__/components/menu-sheet-item.json +284 -0
- package/__generated__/components/menu-sheet.json +314 -0
- package/__generated__/components/menu.json +319 -0
- package/__generated__/components/notification-badge.json +232 -0
- package/__generated__/components/page-banner.json +956 -0
- package/__generated__/components/progress-circle.json +318 -0
- package/__generated__/components/radio-group.json +43 -0
- package/__generated__/components/radio.json +196 -0
- package/__generated__/components/radiomark.json +399 -0
- package/__generated__/components/reaction-button.json +504 -0
- package/__generated__/components/scroll-fog.json +60 -0
- package/__generated__/components/segmented-control-indicator.json +107 -0
- package/__generated__/components/segmented-control-item.json +205 -0
- package/__generated__/components/segmented-control.json +57 -0
- package/__generated__/components/select-box-checkmark.json +149 -0
- package/__generated__/components/select-box-group.json +50 -0
- package/__generated__/components/select-box.json +468 -0
- package/__generated__/components/side-panel-close-button.json +120 -0
- package/__generated__/components/side-panel.json +434 -0
- package/__generated__/components/skeleton.json +236 -0
- package/__generated__/components/slider-thumb.json +114 -0
- package/__generated__/components/slider-tick.json +97 -0
- package/__generated__/components/slider.json +395 -0
- package/__generated__/components/snackbar.json +360 -0
- package/__generated__/components/switch.json +207 -0
- package/__generated__/components/switchmark.json +502 -0
- package/__generated__/components/tab.json +189 -0
- package/__generated__/components/tablist.json +225 -0
- package/__generated__/components/tag-group-item.json +402 -0
- package/__generated__/components/tag-group.json +137 -0
- package/__generated__/components/text-button.json +114 -0
- package/__generated__/components/text-input.json +886 -0
- package/__generated__/components/toggle-button.json +641 -0
- package/__generated__/components/top-navigation-icon-button.json +139 -0
- package/__generated__/components/top-navigation-text-button.json +225 -0
- package/__generated__/components/top-navigation.json +438 -0
- package/__generated__/components/typography.json +2674 -0
- package/__generated__/dimension.json +275 -0
- package/__generated__/duration.json +95 -0
- package/__generated__/font-size.json +338 -0
- package/__generated__/font-weight.json +36 -0
- package/__generated__/gradient.json +247 -0
- package/__generated__/index.json +309 -0
- package/__generated__/line-height.json +338 -0
- package/__generated__/radius.json +133 -0
- package/__generated__/shadow.json +170 -0
- package/__generated__/timing-function.json +103 -0
- package/collections.yaml +15 -3
- package/color.yaml +13 -10
- package/components/accordion-item.yaml +193 -0
- package/components/accordion.yaml +33 -0
- package/components/attachment-input-dropzone.yaml +55 -0
- package/components/attachment-input-item-action-button.yaml +53 -0
- package/components/attachment-input-item-remove-button.yaml +48 -0
- package/components/attachment-input-item.yaml +168 -0
- package/components/attachment-input-trigger.yaml +81 -0
- package/components/attachment-input.yaml +25 -0
- package/components/chip-tablist.yaml +0 -4
- package/components/image-frame.yaml +0 -20
- package/components/input-button.yaml +67 -20
- package/components/menu-item.yaml +162 -0
- package/components/menu-sheet-close-button.yaml +0 -1
- package/components/menu.yaml +124 -0
- package/components/side-panel-close-button.yaml +44 -0
- package/components/side-panel.yaml +170 -0
- package/components/text-input.yaml +61 -18
- package/components/typography.yaml +276 -0
- package/font-size.yaml +32 -0
- package/gradient.yaml +0 -38
- package/line-height.yaml +32 -0
- package/package.json +11 -3
- package/components/chip-tab.yaml +0 -137
|
@@ -65,12 +65,72 @@ data:
|
|
|
65
65
|
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
66
66
|
t7StaticBold:
|
|
67
67
|
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
68
|
+
t8StaticRegular:
|
|
69
|
+
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
70
|
+
t8StaticMedium:
|
|
71
|
+
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
68
72
|
t8StaticBold:
|
|
69
73
|
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
74
|
+
t9StaticRegular:
|
|
75
|
+
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
76
|
+
t9StaticMedium:
|
|
77
|
+
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
70
78
|
t9StaticBold:
|
|
71
79
|
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
80
|
+
t10StaticRegular:
|
|
81
|
+
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
82
|
+
t10StaticMedium:
|
|
83
|
+
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
72
84
|
t10StaticBold:
|
|
73
85
|
description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
|
|
86
|
+
t11Regular:
|
|
87
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
88
|
+
t11Medium:
|
|
89
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
90
|
+
t11Bold:
|
|
91
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
92
|
+
t12Regular:
|
|
93
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
94
|
+
t12Medium:
|
|
95
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
96
|
+
t12Bold:
|
|
97
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
98
|
+
t13Regular:
|
|
99
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
100
|
+
t13Medium:
|
|
101
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
102
|
+
t13Bold:
|
|
103
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
104
|
+
t14Regular:
|
|
105
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
106
|
+
t14Medium:
|
|
107
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
108
|
+
t14Bold:
|
|
109
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
110
|
+
t11StaticRegular:
|
|
111
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
112
|
+
t11StaticMedium:
|
|
113
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
114
|
+
t11StaticBold:
|
|
115
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
116
|
+
t12StaticRegular:
|
|
117
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
118
|
+
t12StaticMedium:
|
|
119
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
120
|
+
t12StaticBold:
|
|
121
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
122
|
+
t13StaticRegular:
|
|
123
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
124
|
+
t13StaticMedium:
|
|
125
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
126
|
+
t13StaticBold:
|
|
127
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
128
|
+
t14StaticRegular:
|
|
129
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
130
|
+
t14StaticMedium:
|
|
131
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
132
|
+
t14StaticBold:
|
|
133
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다."
|
|
74
134
|
definitions:
|
|
75
135
|
textStyle=screenTitle:
|
|
76
136
|
enabled:
|
|
@@ -216,24 +276,132 @@ data:
|
|
|
216
276
|
fontSize: $font-size.t7
|
|
217
277
|
lineHeight: $line-height.t7
|
|
218
278
|
fontWeight: $font-weight.bold
|
|
279
|
+
textStyle=t8Regular:
|
|
280
|
+
enabled:
|
|
281
|
+
root:
|
|
282
|
+
fontSize: $font-size.t8
|
|
283
|
+
lineHeight: $line-height.t8
|
|
284
|
+
fontWeight: $font-weight.regular
|
|
285
|
+
textStyle=t8Medium:
|
|
286
|
+
enabled:
|
|
287
|
+
root:
|
|
288
|
+
fontSize: $font-size.t8
|
|
289
|
+
lineHeight: $line-height.t8
|
|
290
|
+
fontWeight: $font-weight.medium
|
|
219
291
|
textStyle=t8Bold:
|
|
220
292
|
enabled:
|
|
221
293
|
root:
|
|
222
294
|
fontSize: $font-size.t8
|
|
223
295
|
lineHeight: $line-height.t8
|
|
224
296
|
fontWeight: $font-weight.bold
|
|
297
|
+
textStyle=t9Regular:
|
|
298
|
+
enabled:
|
|
299
|
+
root:
|
|
300
|
+
fontSize: $font-size.t9
|
|
301
|
+
lineHeight: $line-height.t9
|
|
302
|
+
fontWeight: $font-weight.regular
|
|
303
|
+
textStyle=t9Medium:
|
|
304
|
+
enabled:
|
|
305
|
+
root:
|
|
306
|
+
fontSize: $font-size.t9
|
|
307
|
+
lineHeight: $line-height.t9
|
|
308
|
+
fontWeight: $font-weight.medium
|
|
225
309
|
textStyle=t9Bold:
|
|
226
310
|
enabled:
|
|
227
311
|
root:
|
|
228
312
|
fontSize: $font-size.t9
|
|
229
313
|
lineHeight: $line-height.t9
|
|
230
314
|
fontWeight: $font-weight.bold
|
|
315
|
+
textStyle=t10Regular:
|
|
316
|
+
enabled:
|
|
317
|
+
root:
|
|
318
|
+
fontSize: $font-size.t10
|
|
319
|
+
lineHeight: $line-height.t10
|
|
320
|
+
fontWeight: $font-weight.regular
|
|
321
|
+
textStyle=t10Medium:
|
|
322
|
+
enabled:
|
|
323
|
+
root:
|
|
324
|
+
fontSize: $font-size.t10
|
|
325
|
+
lineHeight: $line-height.t10
|
|
326
|
+
fontWeight: $font-weight.medium
|
|
231
327
|
textStyle=t10Bold:
|
|
232
328
|
enabled:
|
|
233
329
|
root:
|
|
234
330
|
fontSize: $font-size.t10
|
|
235
331
|
lineHeight: $line-height.t10
|
|
236
332
|
fontWeight: $font-weight.bold
|
|
333
|
+
textStyle=t11Regular:
|
|
334
|
+
enabled:
|
|
335
|
+
root:
|
|
336
|
+
fontSize: $font-size.t11
|
|
337
|
+
lineHeight: $line-height.t11
|
|
338
|
+
fontWeight: $font-weight.regular
|
|
339
|
+
textStyle=t11Medium:
|
|
340
|
+
enabled:
|
|
341
|
+
root:
|
|
342
|
+
fontSize: $font-size.t11
|
|
343
|
+
lineHeight: $line-height.t11
|
|
344
|
+
fontWeight: $font-weight.medium
|
|
345
|
+
textStyle=t11Bold:
|
|
346
|
+
enabled:
|
|
347
|
+
root:
|
|
348
|
+
fontSize: $font-size.t11
|
|
349
|
+
lineHeight: $line-height.t11
|
|
350
|
+
fontWeight: $font-weight.bold
|
|
351
|
+
textStyle=t12Regular:
|
|
352
|
+
enabled:
|
|
353
|
+
root:
|
|
354
|
+
fontSize: $font-size.t12
|
|
355
|
+
lineHeight: $line-height.t12
|
|
356
|
+
fontWeight: $font-weight.regular
|
|
357
|
+
textStyle=t12Medium:
|
|
358
|
+
enabled:
|
|
359
|
+
root:
|
|
360
|
+
fontSize: $font-size.t12
|
|
361
|
+
lineHeight: $line-height.t12
|
|
362
|
+
fontWeight: $font-weight.medium
|
|
363
|
+
textStyle=t12Bold:
|
|
364
|
+
enabled:
|
|
365
|
+
root:
|
|
366
|
+
fontSize: $font-size.t12
|
|
367
|
+
lineHeight: $line-height.t12
|
|
368
|
+
fontWeight: $font-weight.bold
|
|
369
|
+
textStyle=t13Regular:
|
|
370
|
+
enabled:
|
|
371
|
+
root:
|
|
372
|
+
fontSize: $font-size.t13
|
|
373
|
+
lineHeight: $line-height.t13
|
|
374
|
+
fontWeight: $font-weight.regular
|
|
375
|
+
textStyle=t13Medium:
|
|
376
|
+
enabled:
|
|
377
|
+
root:
|
|
378
|
+
fontSize: $font-size.t13
|
|
379
|
+
lineHeight: $line-height.t13
|
|
380
|
+
fontWeight: $font-weight.medium
|
|
381
|
+
textStyle=t13Bold:
|
|
382
|
+
enabled:
|
|
383
|
+
root:
|
|
384
|
+
fontSize: $font-size.t13
|
|
385
|
+
lineHeight: $line-height.t13
|
|
386
|
+
fontWeight: $font-weight.bold
|
|
387
|
+
textStyle=t14Regular:
|
|
388
|
+
enabled:
|
|
389
|
+
root:
|
|
390
|
+
fontSize: $font-size.t14
|
|
391
|
+
lineHeight: $line-height.t14
|
|
392
|
+
fontWeight: $font-weight.regular
|
|
393
|
+
textStyle=t14Medium:
|
|
394
|
+
enabled:
|
|
395
|
+
root:
|
|
396
|
+
fontSize: $font-size.t14
|
|
397
|
+
lineHeight: $line-height.t14
|
|
398
|
+
fontWeight: $font-weight.medium
|
|
399
|
+
textStyle=t14Bold:
|
|
400
|
+
enabled:
|
|
401
|
+
root:
|
|
402
|
+
fontSize: $font-size.t14
|
|
403
|
+
lineHeight: $line-height.t14
|
|
404
|
+
fontWeight: $font-weight.bold
|
|
237
405
|
textStyle=t1StaticRegular:
|
|
238
406
|
enabled:
|
|
239
407
|
root:
|
|
@@ -360,21 +528,129 @@ data:
|
|
|
360
528
|
fontSize: $font-size.t7-static
|
|
361
529
|
lineHeight: $line-height.t7-static
|
|
362
530
|
fontWeight: $font-weight.bold
|
|
531
|
+
textStyle=t8StaticRegular:
|
|
532
|
+
enabled:
|
|
533
|
+
root:
|
|
534
|
+
fontSize: $font-size.t8-static
|
|
535
|
+
lineHeight: $line-height.t8-static
|
|
536
|
+
fontWeight: $font-weight.regular
|
|
537
|
+
textStyle=t8StaticMedium:
|
|
538
|
+
enabled:
|
|
539
|
+
root:
|
|
540
|
+
fontSize: $font-size.t8-static
|
|
541
|
+
lineHeight: $line-height.t8-static
|
|
542
|
+
fontWeight: $font-weight.medium
|
|
363
543
|
textStyle=t8StaticBold:
|
|
364
544
|
enabled:
|
|
365
545
|
root:
|
|
366
546
|
fontSize: $font-size.t8-static
|
|
367
547
|
lineHeight: $line-height.t8-static
|
|
368
548
|
fontWeight: $font-weight.bold
|
|
549
|
+
textStyle=t9StaticRegular:
|
|
550
|
+
enabled:
|
|
551
|
+
root:
|
|
552
|
+
fontSize: $font-size.t9-static
|
|
553
|
+
lineHeight: $line-height.t9-static
|
|
554
|
+
fontWeight: $font-weight.regular
|
|
555
|
+
textStyle=t9StaticMedium:
|
|
556
|
+
enabled:
|
|
557
|
+
root:
|
|
558
|
+
fontSize: $font-size.t9-static
|
|
559
|
+
lineHeight: $line-height.t9-static
|
|
560
|
+
fontWeight: $font-weight.medium
|
|
369
561
|
textStyle=t9StaticBold:
|
|
370
562
|
enabled:
|
|
371
563
|
root:
|
|
372
564
|
fontSize: $font-size.t9-static
|
|
373
565
|
lineHeight: $line-height.t9-static
|
|
374
566
|
fontWeight: $font-weight.bold
|
|
567
|
+
textStyle=t10StaticRegular:
|
|
568
|
+
enabled:
|
|
569
|
+
root:
|
|
570
|
+
fontSize: $font-size.t10-static
|
|
571
|
+
lineHeight: $line-height.t10-static
|
|
572
|
+
fontWeight: $font-weight.regular
|
|
573
|
+
textStyle=t10StaticMedium:
|
|
574
|
+
enabled:
|
|
575
|
+
root:
|
|
576
|
+
fontSize: $font-size.t10-static
|
|
577
|
+
lineHeight: $line-height.t10-static
|
|
578
|
+
fontWeight: $font-weight.medium
|
|
375
579
|
textStyle=t10StaticBold:
|
|
376
580
|
enabled:
|
|
377
581
|
root:
|
|
378
582
|
fontSize: $font-size.t10-static
|
|
379
583
|
lineHeight: $line-height.t10-static
|
|
380
584
|
fontWeight: $font-weight.bold
|
|
585
|
+
textStyle=t11StaticRegular:
|
|
586
|
+
enabled:
|
|
587
|
+
root:
|
|
588
|
+
fontSize: $font-size.t11-static
|
|
589
|
+
lineHeight: $line-height.t11-static
|
|
590
|
+
fontWeight: $font-weight.regular
|
|
591
|
+
textStyle=t11StaticMedium:
|
|
592
|
+
enabled:
|
|
593
|
+
root:
|
|
594
|
+
fontSize: $font-size.t11-static
|
|
595
|
+
lineHeight: $line-height.t11-static
|
|
596
|
+
fontWeight: $font-weight.medium
|
|
597
|
+
textStyle=t11StaticBold:
|
|
598
|
+
enabled:
|
|
599
|
+
root:
|
|
600
|
+
fontSize: $font-size.t11-static
|
|
601
|
+
lineHeight: $line-height.t11-static
|
|
602
|
+
fontWeight: $font-weight.bold
|
|
603
|
+
textStyle=t12StaticRegular:
|
|
604
|
+
enabled:
|
|
605
|
+
root:
|
|
606
|
+
fontSize: $font-size.t12-static
|
|
607
|
+
lineHeight: $line-height.t12-static
|
|
608
|
+
fontWeight: $font-weight.regular
|
|
609
|
+
textStyle=t12StaticMedium:
|
|
610
|
+
enabled:
|
|
611
|
+
root:
|
|
612
|
+
fontSize: $font-size.t12-static
|
|
613
|
+
lineHeight: $line-height.t12-static
|
|
614
|
+
fontWeight: $font-weight.medium
|
|
615
|
+
textStyle=t12StaticBold:
|
|
616
|
+
enabled:
|
|
617
|
+
root:
|
|
618
|
+
fontSize: $font-size.t12-static
|
|
619
|
+
lineHeight: $line-height.t12-static
|
|
620
|
+
fontWeight: $font-weight.bold
|
|
621
|
+
textStyle=t13StaticRegular:
|
|
622
|
+
enabled:
|
|
623
|
+
root:
|
|
624
|
+
fontSize: $font-size.t13-static
|
|
625
|
+
lineHeight: $line-height.t13-static
|
|
626
|
+
fontWeight: $font-weight.regular
|
|
627
|
+
textStyle=t13StaticMedium:
|
|
628
|
+
enabled:
|
|
629
|
+
root:
|
|
630
|
+
fontSize: $font-size.t13-static
|
|
631
|
+
lineHeight: $line-height.t13-static
|
|
632
|
+
fontWeight: $font-weight.medium
|
|
633
|
+
textStyle=t13StaticBold:
|
|
634
|
+
enabled:
|
|
635
|
+
root:
|
|
636
|
+
fontSize: $font-size.t13-static
|
|
637
|
+
lineHeight: $line-height.t13-static
|
|
638
|
+
fontWeight: $font-weight.bold
|
|
639
|
+
textStyle=t14StaticRegular:
|
|
640
|
+
enabled:
|
|
641
|
+
root:
|
|
642
|
+
fontSize: $font-size.t14-static
|
|
643
|
+
lineHeight: $line-height.t14-static
|
|
644
|
+
fontWeight: $font-weight.regular
|
|
645
|
+
textStyle=t14StaticMedium:
|
|
646
|
+
enabled:
|
|
647
|
+
root:
|
|
648
|
+
fontSize: $font-size.t14-static
|
|
649
|
+
lineHeight: $line-height.t14-static
|
|
650
|
+
fontWeight: $font-weight.medium
|
|
651
|
+
textStyle=t14StaticBold:
|
|
652
|
+
enabled:
|
|
653
|
+
root:
|
|
654
|
+
fontSize: $font-size.t14-static
|
|
655
|
+
lineHeight: $line-height.t14-static
|
|
656
|
+
fontWeight: $font-weight.bold
|
package/font-size.yaml
CHANGED
|
@@ -35,6 +35,22 @@ data:
|
|
|
35
35
|
$font-size.t10:
|
|
36
36
|
values:
|
|
37
37
|
default: 1.625rem # 26px ÷ 16
|
|
38
|
+
$font-size.t11:
|
|
39
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
40
|
+
values:
|
|
41
|
+
default: 1.75rem # 28px ÷ 16
|
|
42
|
+
$font-size.t12:
|
|
43
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
44
|
+
values:
|
|
45
|
+
default: 2rem # 32px ÷ 16
|
|
46
|
+
$font-size.t13:
|
|
47
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
48
|
+
values:
|
|
49
|
+
default: 2.5rem # 40px ÷ 16
|
|
50
|
+
$font-size.t14:
|
|
51
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
52
|
+
values:
|
|
53
|
+
default: 3rem # 48px ÷ 16
|
|
38
54
|
$font-size.t1-static:
|
|
39
55
|
description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
|
|
40
56
|
values:
|
|
@@ -75,3 +91,19 @@ data:
|
|
|
75
91
|
description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
|
|
76
92
|
values:
|
|
77
93
|
default: 26px
|
|
94
|
+
$font-size.t11-static:
|
|
95
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다."
|
|
96
|
+
values:
|
|
97
|
+
default: 28px
|
|
98
|
+
$font-size.t12-static:
|
|
99
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다."
|
|
100
|
+
values:
|
|
101
|
+
default: 32px
|
|
102
|
+
$font-size.t13-static:
|
|
103
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다."
|
|
104
|
+
values:
|
|
105
|
+
default: 40px
|
|
106
|
+
$font-size.t14-static:
|
|
107
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다."
|
|
108
|
+
values:
|
|
109
|
+
default: 48px
|
package/gradient.yaml
CHANGED
|
@@ -6,44 +6,6 @@ metadata:
|
|
|
6
6
|
data:
|
|
7
7
|
collection: color
|
|
8
8
|
tokens:
|
|
9
|
-
$gradient.fade-layer-floating:
|
|
10
|
-
description: |
|
|
11
|
-
스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.
|
|
12
|
-
@deprecated `@seed-design/css@1.3.0`에서 제거될 예정입니다.
|
|
13
|
-
values:
|
|
14
|
-
theme-light:
|
|
15
|
-
type: gradient
|
|
16
|
-
value:
|
|
17
|
-
- color: "#ffffff00"
|
|
18
|
-
position: 0
|
|
19
|
-
- color: "#000000"
|
|
20
|
-
position: 1
|
|
21
|
-
theme-dark:
|
|
22
|
-
type: gradient
|
|
23
|
-
value:
|
|
24
|
-
- color: "#1d202500"
|
|
25
|
-
position: 0
|
|
26
|
-
- color: "#000000"
|
|
27
|
-
position: 1
|
|
28
|
-
$gradient.fade-layer-default:
|
|
29
|
-
description: |
|
|
30
|
-
스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.
|
|
31
|
-
@deprecated `@seed-design/css@1.3.0`에서 제거될 예정입니다.
|
|
32
|
-
values:
|
|
33
|
-
theme-light:
|
|
34
|
-
type: gradient
|
|
35
|
-
value:
|
|
36
|
-
- color: "#000000"
|
|
37
|
-
position: 0
|
|
38
|
-
- color: "#ffffff00"
|
|
39
|
-
position: 1
|
|
40
|
-
theme-dark:
|
|
41
|
-
type: gradient
|
|
42
|
-
value:
|
|
43
|
-
- color: "#000000"
|
|
44
|
-
position: 0
|
|
45
|
-
- color: "#16171b00"
|
|
46
|
-
position: 1
|
|
47
9
|
$gradient.glow-magic:
|
|
48
10
|
description: 반짝이는 것처럼 느껴지는 배경에 쓰이는 ai 컬러입니다.
|
|
49
11
|
values:
|
package/line-height.yaml
CHANGED
|
@@ -35,6 +35,22 @@ data:
|
|
|
35
35
|
$line-height.t10:
|
|
36
36
|
values:
|
|
37
37
|
default: 2.1875rem # 35px ÷ 16
|
|
38
|
+
$line-height.t11:
|
|
39
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
40
|
+
values:
|
|
41
|
+
default: 2.375rem # 38px ÷ 16
|
|
42
|
+
$line-height.t12:
|
|
43
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
44
|
+
values:
|
|
45
|
+
default: 2.625rem # 42px ÷ 16
|
|
46
|
+
$line-height.t13:
|
|
47
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
48
|
+
values:
|
|
49
|
+
default: 3.25rem # 52px ÷ 16
|
|
50
|
+
$line-height.t14:
|
|
51
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다."
|
|
52
|
+
values:
|
|
53
|
+
default: 3.75rem # 60px ÷ 16
|
|
38
54
|
$line-height.t1-static:
|
|
39
55
|
description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
|
|
40
56
|
values:
|
|
@@ -75,3 +91,19 @@ data:
|
|
|
75
91
|
description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
|
|
76
92
|
values:
|
|
77
93
|
default: 35px
|
|
94
|
+
$line-height.t11-static:
|
|
95
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다."
|
|
96
|
+
values:
|
|
97
|
+
default: 38px
|
|
98
|
+
$line-height.t12-static:
|
|
99
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다."
|
|
100
|
+
values:
|
|
101
|
+
default: 42px
|
|
102
|
+
$line-height.t13-static:
|
|
103
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다."
|
|
104
|
+
values:
|
|
105
|
+
default: 52px
|
|
106
|
+
$line-height.t14-static:
|
|
107
|
+
description: "`sm` breakpoint 이상에서만 사용하는 것을 권장합니다. 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다."
|
|
108
|
+
values:
|
|
109
|
+
default: 60px
|
package/package.json
CHANGED
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seed-design/rootage-artifacts",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/daangn/seed-design.git",
|
|
7
7
|
"directory": "packages/rootage"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
|
-
"rootage:generate": "bun rootage json-schema ./components"
|
|
10
|
+
"rootage:generate": "bun rootage json-schema ./components && bun rootage json ./__generated__"
|
|
11
11
|
},
|
|
12
12
|
"main": "package.json",
|
|
13
13
|
"files": [
|
|
14
14
|
"*.yaml",
|
|
15
|
-
"components/*.yaml"
|
|
15
|
+
"components/*.yaml",
|
|
16
|
+
"__generated__/**/*.json"
|
|
16
17
|
],
|
|
18
|
+
"exports": {
|
|
19
|
+
".": "./package.json",
|
|
20
|
+
"./package.json": "./package.json",
|
|
21
|
+
"./index.json": "./__generated__/index.json",
|
|
22
|
+
"./components/*.json": "./__generated__/components/*.json",
|
|
23
|
+
"./*.json": "./__generated__/*.json"
|
|
24
|
+
},
|
|
17
25
|
"publishConfig": {
|
|
18
26
|
"access": "public"
|
|
19
27
|
}
|
package/components/chip-tab.yaml
DELETED
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
# yaml-language-server: $schema=./schema.json
|
|
2
|
-
kind: ComponentSpec
|
|
3
|
-
metadata:
|
|
4
|
-
id: chip-tab
|
|
5
|
-
name: Chip Tab
|
|
6
|
-
data:
|
|
7
|
-
schema:
|
|
8
|
-
slots:
|
|
9
|
-
root:
|
|
10
|
-
properties:
|
|
11
|
-
colorDuration:
|
|
12
|
-
type: duration
|
|
13
|
-
colorTimingFunction:
|
|
14
|
-
type: cubicBezier
|
|
15
|
-
paddingX:
|
|
16
|
-
type: dimension
|
|
17
|
-
paddingY:
|
|
18
|
-
type: dimension
|
|
19
|
-
cornerRadius:
|
|
20
|
-
type: dimension
|
|
21
|
-
minHeight:
|
|
22
|
-
type: dimension
|
|
23
|
-
color:
|
|
24
|
-
type: color
|
|
25
|
-
strokeColor:
|
|
26
|
-
type: color
|
|
27
|
-
strokeWidth:
|
|
28
|
-
type: dimension
|
|
29
|
-
label:
|
|
30
|
-
properties:
|
|
31
|
-
fontSize:
|
|
32
|
-
type: dimension
|
|
33
|
-
fontWeight:
|
|
34
|
-
type: number
|
|
35
|
-
color:
|
|
36
|
-
type: color
|
|
37
|
-
definitions:
|
|
38
|
-
base:
|
|
39
|
-
enabled:
|
|
40
|
-
root:
|
|
41
|
-
colorDuration: $duration.color-transition
|
|
42
|
-
colorTimingFunction: $timing-function.easing
|
|
43
|
-
paddingY: $dimension.x2
|
|
44
|
-
cornerRadius: $radius.full
|
|
45
|
-
label:
|
|
46
|
-
fontWeight: $font-weight.medium
|
|
47
|
-
size=medium:
|
|
48
|
-
enabled:
|
|
49
|
-
root:
|
|
50
|
-
paddingX: $dimension.x3_5
|
|
51
|
-
minHeight: 36px
|
|
52
|
-
label:
|
|
53
|
-
fontSize: $font-size.t4
|
|
54
|
-
size=large:
|
|
55
|
-
enabled:
|
|
56
|
-
root:
|
|
57
|
-
paddingX: $dimension.x4
|
|
58
|
-
minHeight: 40px
|
|
59
|
-
label:
|
|
60
|
-
fontSize: $font-size.t4
|
|
61
|
-
variant=neutralSolid:
|
|
62
|
-
enabled:
|
|
63
|
-
root:
|
|
64
|
-
color: $color.bg.neutral-weak-alpha
|
|
65
|
-
label:
|
|
66
|
-
color: $color.fg.neutral
|
|
67
|
-
enabled,pressed:
|
|
68
|
-
root:
|
|
69
|
-
color: $color.bg.neutral-weak-alpha-pressed
|
|
70
|
-
selected:
|
|
71
|
-
root:
|
|
72
|
-
color: $color.bg.neutral-inverted
|
|
73
|
-
label:
|
|
74
|
-
color: $color.fg.neutral-inverted
|
|
75
|
-
selected,pressed:
|
|
76
|
-
root:
|
|
77
|
-
color: $color.bg.neutral-inverted-pressed
|
|
78
|
-
disabled:
|
|
79
|
-
label:
|
|
80
|
-
color: $color.fg.disabled
|
|
81
|
-
selected,disabled:
|
|
82
|
-
root:
|
|
83
|
-
color: $color.bg.disabled
|
|
84
|
-
label:
|
|
85
|
-
color: $color.fg.disabled
|
|
86
|
-
variant=neutralOutline:
|
|
87
|
-
enabled:
|
|
88
|
-
root:
|
|
89
|
-
color: $color.bg.transparent
|
|
90
|
-
strokeColor: $color.stroke.neutral-muted
|
|
91
|
-
strokeWidth: 1px
|
|
92
|
-
label:
|
|
93
|
-
color: $color.fg.neutral
|
|
94
|
-
enabled,pressed:
|
|
95
|
-
root:
|
|
96
|
-
color: $color.bg.transparent-pressed
|
|
97
|
-
selected:
|
|
98
|
-
root:
|
|
99
|
-
color: $color.bg.neutral-inverted
|
|
100
|
-
label:
|
|
101
|
-
color: $color.fg.neutral-inverted
|
|
102
|
-
selected,pressed:
|
|
103
|
-
root:
|
|
104
|
-
color: $color.bg.neutral-inverted-pressed
|
|
105
|
-
disabled:
|
|
106
|
-
label:
|
|
107
|
-
color: $color.fg.disabled
|
|
108
|
-
selected,disabled:
|
|
109
|
-
root:
|
|
110
|
-
color: $color.bg.disabled
|
|
111
|
-
label:
|
|
112
|
-
color: $color.fg.disabled
|
|
113
|
-
variant=brandSolid:
|
|
114
|
-
enabled:
|
|
115
|
-
root:
|
|
116
|
-
color: $color.bg.neutral-weak
|
|
117
|
-
label:
|
|
118
|
-
color: $color.fg.neutral-muted
|
|
119
|
-
enabled,pressed:
|
|
120
|
-
root:
|
|
121
|
-
color: $color.bg.neutral-weak-pressed
|
|
122
|
-
selected:
|
|
123
|
-
root:
|
|
124
|
-
color: $color.bg.brand-solid
|
|
125
|
-
label:
|
|
126
|
-
color: $color.palette.static-white
|
|
127
|
-
selected,pressed:
|
|
128
|
-
root:
|
|
129
|
-
color: $color.bg.brand-solid-pressed
|
|
130
|
-
disabled:
|
|
131
|
-
root:
|
|
132
|
-
color: $color.bg.disabled
|
|
133
|
-
label:
|
|
134
|
-
color: $color.fg.disabled
|
|
135
|
-
selected,disabled:
|
|
136
|
-
root:
|
|
137
|
-
color: $color.bg.disabled
|