@seed-design/rootage-artifacts 1.1.6 → 1.1.8

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 (40) hide show
  1. package/color.yaml +396 -284
  2. package/components/action-button.yaml +35 -0
  3. package/components/avatar.yaml +2 -1
  4. package/components/badge.yaml +22 -0
  5. package/components/bottom-sheet-handle.yaml +1 -1
  6. package/components/callout.yaml +17 -0
  7. package/components/checkbox.yaml +0 -1
  8. package/components/checkmark.yaml +19 -2
  9. package/components/chip-tab.yaml +4 -2
  10. package/components/chip.yaml +14 -2
  11. package/components/contextual-floating-button.yaml +13 -0
  12. package/components/control-chip.yaml +1 -1
  13. package/components/extended-fab.yaml +7 -0
  14. package/components/field.yaml +2 -0
  15. package/components/floating-action-button.yaml +7 -0
  16. package/components/list-item.yaml +8 -0
  17. package/components/menu-sheet-item.yaml +13 -0
  18. package/components/notification-badge.yaml +7 -0
  19. package/components/page-banner.yaml +12 -0
  20. package/components/progress-circle.yaml +21 -0
  21. package/components/radio.yaml +0 -1
  22. package/components/radiomark.yaml +5 -1
  23. package/components/scroll-fog.yaml +0 -1
  24. package/components/segmented-control-item.yaml +0 -1
  25. package/components/segmented-control.yaml +1 -2
  26. package/components/skeleton.yaml +17 -0
  27. package/components/slider-thumb.yaml +14 -1
  28. package/components/slider-tick.yaml +2 -0
  29. package/components/slider.yaml +92 -1
  30. package/components/switch-mark.yaml +5 -1
  31. package/components/switch.yaml +0 -1
  32. package/components/text-input.yaml +7 -0
  33. package/components/toggle-button.yaml +7 -0
  34. package/components/top-navigation.yaml +4 -1
  35. package/components/typography.yaml +207 -0
  36. package/font-size.yaml +10 -0
  37. package/gradient.yaml +50 -46
  38. package/line-height.yaml +10 -0
  39. package/package.json +1 -1
  40. package/shadow.yaml +1 -1
@@ -1,5 +1,4 @@
1
1
  # yaml-language-server: $schema=./schema.json
2
- # parts: root, thumb
3
2
  kind: ComponentSpec
4
3
  metadata:
5
4
  id: switch-mark
@@ -59,6 +58,11 @@ data:
59
58
  type: duration
60
59
  translateTimingFunction:
61
60
  type: cubicBezier
61
+ variants:
62
+ tone:
63
+ values:
64
+ brand:
65
+ description: "[deprecated] 주요 버튼 등의 핵심 액션과 시각적으로 충돌하기에 더 이상 사용하지 않습니다."
62
66
  definitions:
63
67
  base:
64
68
  enabled:
@@ -1,5 +1,4 @@
1
1
  # yaml-language-server: $schema=./schema.json
2
- # parts: root, label
3
2
  kind: ComponentSpec
4
3
  metadata:
5
4
  id: switch
@@ -86,6 +86,13 @@ data:
86
86
  type: color
87
87
  size:
88
88
  type: dimension
89
+ variants:
90
+ variant:
91
+ values:
92
+ outline:
93
+ description: 기본 스타일입니다.
94
+ underline:
95
+ description: 화면에 하나의 Input만 있는 경우 사용을 권장합니다.
89
96
  definitions:
90
97
  base:
91
98
  enabled:
@@ -58,6 +58,13 @@ data:
58
58
  type: dimension
59
59
  thickness:
60
60
  type: dimension
61
+ variants:
62
+ variant:
63
+ values:
64
+ brandSolid:
65
+ description: 브랜드 컬러로 강조된 스타일입니다.
66
+ neutralWeak:
67
+ description: 기본적인 토글 스타일입니다.
61
68
  definitions:
62
69
  base:
63
70
  enabled:
@@ -1,5 +1,4 @@
1
1
  # yaml-language-server: $schema=./schema.json
2
- # slot=
3
2
  kind: ComponentSpec
4
3
  metadata:
5
4
  id: top-navigation
@@ -35,6 +34,8 @@ data:
35
34
  type: dimension
36
35
  fontWeight:
37
36
  type: number
37
+ lineHeight:
38
+ type: dimension
38
39
  subtitle:
39
40
  properties:
40
41
  color:
@@ -43,6 +44,8 @@ data:
43
44
  type: dimension
44
45
  fontWeight:
45
46
  type: number
47
+ lineHeight:
48
+ type: dimension
46
49
  definitions:
47
50
  theme=cupertino:
48
51
  enabled:
@@ -14,6 +14,63 @@ data:
14
14
  type: dimension
15
15
  fontWeight:
16
16
  type: number
17
+ variants:
18
+ textStyle:
19
+ values:
20
+ screenTitle:
21
+ description: 화면에 크게 표시되는 주요 제목이나 타이틀에 사용합니다.
22
+ articleBody:
23
+ description: 게시물이나 콘텐츠 중심 섹션의 본문 텍스트에 사용합니다.
24
+ articleNote:
25
+ description: 주석, 참고 사항 및 상세 리스트 등 부가 정보에 사용하며, 일반 본문 텍스트에는 사용하지 않습니다.
26
+ t1StaticRegular:
27
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
28
+ t1StaticMedium:
29
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
30
+ t1StaticBold:
31
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
32
+ t2StaticRegular:
33
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
34
+ t2StaticMedium:
35
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
36
+ t2StaticBold:
37
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
38
+ t3StaticRegular:
39
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
40
+ t3StaticMedium:
41
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
42
+ t3StaticBold:
43
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
44
+ t4StaticRegular:
45
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
46
+ t4StaticMedium:
47
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
48
+ t4StaticBold:
49
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
50
+ t5StaticRegular:
51
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
52
+ t5StaticMedium:
53
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
54
+ t5StaticBold:
55
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
56
+ t6StaticRegular:
57
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
58
+ t6StaticMedium:
59
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
60
+ t6StaticBold:
61
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
62
+ t7StaticRegular:
63
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
64
+ t7StaticMedium:
65
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
66
+ t7StaticBold:
67
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
68
+ t8StaticBold:
69
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
70
+ t9StaticBold:
71
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
72
+ t10StaticBold:
73
+ description: 폰트 스케일링에 반응하지 않도록 static text size와 static line height 토큰을 사용합니다.
17
74
  definitions:
18
75
  textStyle=screenTitle:
19
76
  enabled:
@@ -27,6 +84,12 @@ data:
27
84
  fontSize: $font-size.t5
28
85
  lineHeight: $line-height.t6
29
86
  fontWeight: $font-weight.regular
87
+ textStyle=articleNote:
88
+ enabled:
89
+ root:
90
+ fontSize: $font-size.t4
91
+ lineHeight: $line-height.t5
92
+ fontWeight: $font-weight.regular
30
93
  textStyle=t1Regular:
31
94
  enabled:
32
95
  root:
@@ -171,3 +234,147 @@ data:
171
234
  fontSize: $font-size.t10
172
235
  lineHeight: $line-height.t10
173
236
  fontWeight: $font-weight.bold
237
+ textStyle=t1StaticRegular:
238
+ enabled:
239
+ root:
240
+ fontSize: $font-size.t1-static
241
+ lineHeight: $line-height.t1-static
242
+ fontWeight: $font-weight.regular
243
+ textStyle=t1StaticMedium:
244
+ enabled:
245
+ root:
246
+ fontSize: $font-size.t1-static
247
+ lineHeight: $line-height.t1-static
248
+ fontWeight: $font-weight.medium
249
+ textStyle=t1StaticBold:
250
+ enabled:
251
+ root:
252
+ fontSize: $font-size.t1-static
253
+ lineHeight: $line-height.t1-static
254
+ fontWeight: $font-weight.bold
255
+ textStyle=t2StaticRegular:
256
+ enabled:
257
+ root:
258
+ fontSize: $font-size.t2-static
259
+ lineHeight: $line-height.t2-static
260
+ fontWeight: $font-weight.regular
261
+ textStyle=t2StaticMedium:
262
+ enabled:
263
+ root:
264
+ fontSize: $font-size.t2-static
265
+ lineHeight: $line-height.t2-static
266
+ fontWeight: $font-weight.medium
267
+ textStyle=t2StaticBold:
268
+ enabled:
269
+ root:
270
+ fontSize: $font-size.t2-static
271
+ lineHeight: $line-height.t2-static
272
+ fontWeight: $font-weight.bold
273
+ textStyle=t3StaticRegular:
274
+ enabled:
275
+ root:
276
+ fontSize: $font-size.t3-static
277
+ lineHeight: $line-height.t3-static
278
+ fontWeight: $font-weight.regular
279
+ textStyle=t3StaticMedium:
280
+ enabled:
281
+ root:
282
+ fontSize: $font-size.t3-static
283
+ lineHeight: $line-height.t3-static
284
+ fontWeight: $font-weight.medium
285
+ textStyle=t3StaticBold:
286
+ enabled:
287
+ root:
288
+ fontSize: $font-size.t3-static
289
+ lineHeight: $line-height.t3-static
290
+ fontWeight: $font-weight.bold
291
+ textStyle=t4StaticRegular:
292
+ enabled:
293
+ root:
294
+ fontSize: $font-size.t4-static
295
+ lineHeight: $line-height.t4-static
296
+ fontWeight: $font-weight.regular
297
+ textStyle=t4StaticMedium:
298
+ enabled:
299
+ root:
300
+ fontSize: $font-size.t4-static
301
+ lineHeight: $line-height.t4-static
302
+ fontWeight: $font-weight.medium
303
+ textStyle=t4StaticBold:
304
+ enabled:
305
+ root:
306
+ fontSize: $font-size.t4-static
307
+ lineHeight: $line-height.t4-static
308
+ fontWeight: $font-weight.bold
309
+ textStyle=t5StaticRegular:
310
+ enabled:
311
+ root:
312
+ fontSize: $font-size.t5-static
313
+ lineHeight: $line-height.t5-static
314
+ fontWeight: $font-weight.regular
315
+ textStyle=t5StaticMedium:
316
+ enabled:
317
+ root:
318
+ fontSize: $font-size.t5-static
319
+ lineHeight: $line-height.t5-static
320
+ fontWeight: $font-weight.medium
321
+ textStyle=t5StaticBold:
322
+ enabled:
323
+ root:
324
+ fontSize: $font-size.t5-static
325
+ lineHeight: $line-height.t5-static
326
+ fontWeight: $font-weight.bold
327
+ textStyle=t6StaticRegular:
328
+ enabled:
329
+ root:
330
+ fontSize: $font-size.t6-static
331
+ lineHeight: $line-height.t6-static
332
+ fontWeight: $font-weight.regular
333
+ textStyle=t6StaticMedium:
334
+ enabled:
335
+ root:
336
+ fontSize: $font-size.t6-static
337
+ lineHeight: $line-height.t6-static
338
+ fontWeight: $font-weight.medium
339
+ textStyle=t6StaticBold:
340
+ enabled:
341
+ root:
342
+ fontSize: $font-size.t6-static
343
+ lineHeight: $line-height.t6-static
344
+ fontWeight: $font-weight.bold
345
+ textStyle=t7StaticRegular:
346
+ enabled:
347
+ root:
348
+ fontSize: $font-size.t7-static
349
+ lineHeight: $line-height.t7-static
350
+ fontWeight: $font-weight.regular
351
+ textStyle=t7StaticMedium:
352
+ enabled:
353
+ root:
354
+ fontSize: $font-size.t7-static
355
+ lineHeight: $line-height.t7-static
356
+ fontWeight: $font-weight.medium
357
+ textStyle=t7StaticBold:
358
+ enabled:
359
+ root:
360
+ fontSize: $font-size.t7-static
361
+ lineHeight: $line-height.t7-static
362
+ fontWeight: $font-weight.bold
363
+ textStyle=t8StaticBold:
364
+ enabled:
365
+ root:
366
+ fontSize: $font-size.t8-static
367
+ lineHeight: $line-height.t8-static
368
+ fontWeight: $font-weight.bold
369
+ textStyle=t9StaticBold:
370
+ enabled:
371
+ root:
372
+ fontSize: $font-size.t9-static
373
+ lineHeight: $line-height.t9-static
374
+ fontWeight: $font-weight.bold
375
+ textStyle=t10StaticBold:
376
+ enabled:
377
+ root:
378
+ fontSize: $font-size.t10-static
379
+ lineHeight: $line-height.t10-static
380
+ fontWeight: $font-weight.bold
package/font-size.yaml CHANGED
@@ -36,32 +36,42 @@ data:
36
36
  values:
37
37
  default: 1.625rem # 26px ÷ 16
38
38
  $font-size.t1-static:
39
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
39
40
  values:
40
41
  default: 11px
41
42
  $font-size.t2-static:
43
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
42
44
  values:
43
45
  default: 12px
44
46
  $font-size.t3-static:
47
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
45
48
  values:
46
49
  default: 13px
47
50
  $font-size.t4-static:
51
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
48
52
  values:
49
53
  default: 14px
50
54
  $font-size.t5-static:
55
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
51
56
  values:
52
57
  default: 16px
53
58
  $font-size.t6-static:
59
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
54
60
  values:
55
61
  default: 18px
56
62
  $font-size.t7-static:
63
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
57
64
  values:
58
65
  default: 20px
59
66
  $font-size.t8-static:
67
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
60
68
  values:
61
69
  default: 22px
62
70
  $font-size.t9-static:
71
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
63
72
  values:
64
73
  default: 24px
65
74
  $font-size.t10-static:
75
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
66
76
  values:
67
77
  default: 26px
package/gradient.yaml CHANGED
@@ -2,12 +2,14 @@ kind: Tokens
2
2
  metadata:
3
3
  id: gradient
4
4
  name: Gradient
5
- lastUpdated: 25-08-22
5
+ lastUpdated: 26-01-14
6
6
  data:
7
7
  collection: color
8
8
  tokens:
9
9
  $gradient.fade-layer-floating:
10
- description: 스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.
10
+ description: |
11
+ 스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.
12
+ @deprecated `@seed-design/css@1.3.0`에서 제거될 예정입니다.
11
13
  values:
12
14
  theme-light:
13
15
  type: gradient
@@ -24,7 +26,9 @@ data:
24
26
  - color: "#000000"
25
27
  position: 1
26
28
  $gradient.fade-layer-default:
27
- description: 스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.
29
+ description: |
30
+ 스크롤이 가능하도록 그라디언트로 특정 영역을 덮는 요소로 사용해요.
31
+ @deprecated `@seed-design/css@1.3.0`에서 제거될 예정입니다.
28
32
  values:
29
33
  theme-light:
30
34
  type: gradient
@@ -82,30 +86,39 @@ data:
82
86
  position: 0.8
83
87
  - color: "#434242"
84
88
  position: 1
85
- $gradient.shimmer-neutral:
86
- description: Skeleton shimmer
89
+ $gradient.highlight-magic:
90
+ description: 아이콘 및 shape 영역에서 AI 기능을 표현할 때 사용하는 컬러입니다.
87
91
  values:
88
92
  theme-light:
89
93
  type: gradient
90
94
  value:
91
- - color: "#ffffff00"
92
- position: 0
93
- - color: "#ffffff66"
94
- position: 0.46
95
- - color: "#ffffff66"
96
- position: 0.54
97
- - color: "#ffffff00"
95
+ - color: "#ff6600"
96
+ position: 0.2
97
+ - color: "#d25aca"
98
98
  position: 1
99
99
  theme-dark:
100
100
  type: gradient
101
101
  value:
102
- - color: "#ffffff00"
103
- position: 0
104
- - color: "#ffffff1a"
105
- position: 0.46
106
- - color: "#ffffff1a"
107
- position: 0.54
108
- - color: "#ffffff00"
102
+ - color: "#ff6600"
103
+ position: 0.2
104
+ - color: "#d25aca"
105
+ position: 1
106
+ $gradient.highlight-magic-pressed:
107
+ description: ""
108
+ values:
109
+ theme-light:
110
+ type: gradient
111
+ value:
112
+ - color: "#e14f00"
113
+ position: 0.2
114
+ - color: "#ae58bf"
115
+ position: 1
116
+ theme-dark:
117
+ type: gradient
118
+ value:
119
+ - color: "#ff9e65"
120
+ position: 0.2
121
+ - color: "#e89bee"
109
122
  position: 1
110
123
  $gradient.shimmer-magic:
111
124
  description: Skeleton AI shimmer
@@ -115,9 +128,9 @@ data:
115
128
  value:
116
129
  - color: "#fff9f500"
117
130
  position: 0
118
- - color: "#fff9f58a"
131
+ - color: "#fff9f5cc"
119
132
  position: 0.46
120
- - color: "#fff9f58a"
133
+ - color: "#fff9f5cc"
121
134
  position: 0.54
122
135
  - color: "#fff9f500"
123
136
  position: 1
@@ -132,37 +145,28 @@ data:
132
145
  position: 0.54
133
146
  - color: "#fff9f500"
134
147
  position: 1
135
- $gradient.highlight-magic-pressed:
136
- description: ""
137
- values:
138
- theme-light:
139
- type: gradient
140
- value:
141
- - color: "#e14f00"
142
- position: 0.2
143
- - color: "#ae58bf"
144
- position: 1
145
- theme-dark:
146
- type: gradient
147
- value:
148
- - color: "#ff9e65"
149
- position: 0.2
150
- - color: "#e89bee"
151
- position: 1
152
- $gradient.highlight-magic:
153
- description: 아이콘 및 shape 영역에서 AI 기능을 표현할 때 사용하는 컬러입니다.
148
+ $gradient.shimmer-neutral:
149
+ description: Skeleton shimmer
154
150
  values:
155
151
  theme-light:
156
152
  type: gradient
157
153
  value:
158
- - color: "#ff6600"
159
- position: 0.2
160
- - color: "#d25aca"
154
+ - color: "#ffffff00"
155
+ position: 0
156
+ - color: "#ffffffab"
157
+ position: 0.46
158
+ - color: "#ffffffab"
159
+ position: 0.54
160
+ - color: "#ffffff00"
161
161
  position: 1
162
162
  theme-dark:
163
163
  type: gradient
164
164
  value:
165
- - color: "#ff6600"
166
- position: 0.2
167
- - color: "#d25aca"
165
+ - color: "#ffffff00"
166
+ position: 0
167
+ - color: "#ffffff1a"
168
+ position: 0.46
169
+ - color: "#ffffff1a"
170
+ position: 0.54
171
+ - color: "#ffffff00"
168
172
  position: 1
package/line-height.yaml CHANGED
@@ -36,32 +36,42 @@ data:
36
36
  values:
37
37
  default: 2.1875rem # 35px ÷ 16
38
38
  $line-height.t1-static:
39
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
39
40
  values:
40
41
  default: 15px
41
42
  $line-height.t2-static:
43
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
42
44
  values:
43
45
  default: 16px
44
46
  $line-height.t3-static:
47
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
45
48
  values:
46
49
  default: 18px
47
50
  $line-height.t4-static:
51
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
48
52
  values:
49
53
  default: 19px
50
54
  $line-height.t5-static:
55
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
51
56
  values:
52
57
  default: 22px
53
58
  $line-height.t6-static:
59
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
54
60
  values:
55
61
  default: 24px
56
62
  $line-height.t7-static:
63
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
57
64
  values:
58
65
  default: 27px
59
66
  $line-height.t8-static:
67
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
60
68
  values:
61
69
  default: 30px
62
70
  $line-height.t9-static:
71
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
63
72
  values:
64
73
  default: 32px
65
74
  $line-height.t10-static:
75
+ description: 폰트 스케일링에 반응하지 않도록 px로 정의되었습니다.
66
76
  values:
67
77
  default: 35px
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/rootage-artifacts",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",
package/shadow.yaml CHANGED
@@ -2,7 +2,7 @@ kind: Tokens
2
2
  metadata:
3
3
  id: shadow
4
4
  name: Shadow
5
- lastUpdated: 25-12-08
5
+ lastUpdated: 26-01-06
6
6
  data:
7
7
  collection: color
8
8
  tokens: