@seed-design/rootage-artifacts 1.2.12 → 2.1.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 +2465 -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 +14 -6
- 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
|
@@ -0,0 +1,434 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "ComponentSpec",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "side-panel",
|
|
5
|
+
"name": "Side Panel"
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"id": "side-panel",
|
|
9
|
+
"name": "Side Panel",
|
|
10
|
+
"schema": {
|
|
11
|
+
"slots": {
|
|
12
|
+
"backdrop": {
|
|
13
|
+
"properties": {
|
|
14
|
+
"color": {
|
|
15
|
+
"type": "color"
|
|
16
|
+
},
|
|
17
|
+
"enterDuration": {
|
|
18
|
+
"type": "duration"
|
|
19
|
+
},
|
|
20
|
+
"enterTimingFunction": {
|
|
21
|
+
"type": "cubicBezier"
|
|
22
|
+
},
|
|
23
|
+
"enterOpacity": {
|
|
24
|
+
"type": "number"
|
|
25
|
+
},
|
|
26
|
+
"exitDuration": {
|
|
27
|
+
"type": "duration"
|
|
28
|
+
},
|
|
29
|
+
"exitTimingFunction": {
|
|
30
|
+
"type": "cubicBezier"
|
|
31
|
+
},
|
|
32
|
+
"exitOpacity": {
|
|
33
|
+
"type": "number"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"content": {
|
|
38
|
+
"properties": {
|
|
39
|
+
"color": {
|
|
40
|
+
"type": "color"
|
|
41
|
+
},
|
|
42
|
+
"width": {
|
|
43
|
+
"type": "dimension"
|
|
44
|
+
},
|
|
45
|
+
"widthFraction": {
|
|
46
|
+
"type": "number",
|
|
47
|
+
"description": "viewport 또는 parent width에 대한 mobile content width 비율입니다."
|
|
48
|
+
},
|
|
49
|
+
"enterDuration": {
|
|
50
|
+
"type": "duration"
|
|
51
|
+
},
|
|
52
|
+
"enterTimingFunction": {
|
|
53
|
+
"type": "cubicBezier"
|
|
54
|
+
},
|
|
55
|
+
"exitDuration": {
|
|
56
|
+
"type": "duration"
|
|
57
|
+
},
|
|
58
|
+
"exitTimingFunction": {
|
|
59
|
+
"type": "cubicBezier"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"description": "하단 safe-area inset을 content의 하단 패딩으로 적용합니다."
|
|
63
|
+
},
|
|
64
|
+
"header": {
|
|
65
|
+
"properties": {
|
|
66
|
+
"gap": {
|
|
67
|
+
"type": "dimension"
|
|
68
|
+
},
|
|
69
|
+
"minHeight": {
|
|
70
|
+
"type": "dimension"
|
|
71
|
+
},
|
|
72
|
+
"paddingX": {
|
|
73
|
+
"type": "dimension"
|
|
74
|
+
},
|
|
75
|
+
"paddingTop": {
|
|
76
|
+
"type": "dimension",
|
|
77
|
+
"description": "이 값은 상단 safe-area inset과 합산하여 적용합니다."
|
|
78
|
+
},
|
|
79
|
+
"paddingBottom": {
|
|
80
|
+
"type": "dimension"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"body": {
|
|
85
|
+
"properties": {
|
|
86
|
+
"paddingX": {
|
|
87
|
+
"type": "dimension"
|
|
88
|
+
},
|
|
89
|
+
"paddingBottom": {
|
|
90
|
+
"type": "dimension",
|
|
91
|
+
"description": "body의 하단 padding이며, 동시에 하단 scroll fog 그라데이션의 높이로도 사용됩니다."
|
|
92
|
+
},
|
|
93
|
+
"stroke": {
|
|
94
|
+
"type": "color",
|
|
95
|
+
"description": "본문이 스크롤된(scrolled) 상태에서 body 상단에 나타나는 divider의 색상입니다."
|
|
96
|
+
},
|
|
97
|
+
"transitionDuration": {
|
|
98
|
+
"type": "duration"
|
|
99
|
+
},
|
|
100
|
+
"transitionTimingFunction": {
|
|
101
|
+
"type": "cubicBezier"
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"footer": {
|
|
106
|
+
"properties": {
|
|
107
|
+
"paddingX": {
|
|
108
|
+
"type": "dimension"
|
|
109
|
+
},
|
|
110
|
+
"paddingTop": {
|
|
111
|
+
"type": "dimension"
|
|
112
|
+
},
|
|
113
|
+
"paddingBottom": {
|
|
114
|
+
"type": "dimension"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"title": {
|
|
119
|
+
"properties": {
|
|
120
|
+
"color": {
|
|
121
|
+
"type": "color"
|
|
122
|
+
},
|
|
123
|
+
"fontSize": {
|
|
124
|
+
"type": "dimension"
|
|
125
|
+
},
|
|
126
|
+
"lineHeight": {
|
|
127
|
+
"type": "dimension"
|
|
128
|
+
},
|
|
129
|
+
"fontWeight": {
|
|
130
|
+
"type": "number"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"description": {
|
|
135
|
+
"properties": {
|
|
136
|
+
"color": {
|
|
137
|
+
"type": "color"
|
|
138
|
+
},
|
|
139
|
+
"fontSize": {
|
|
140
|
+
"type": "dimension"
|
|
141
|
+
},
|
|
142
|
+
"lineHeight": {
|
|
143
|
+
"type": "dimension"
|
|
144
|
+
},
|
|
145
|
+
"fontWeight": {
|
|
146
|
+
"type": "number"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"closeButton": {
|
|
151
|
+
"properties": {
|
|
152
|
+
"fromTop": {
|
|
153
|
+
"type": "dimension"
|
|
154
|
+
},
|
|
155
|
+
"fromRight": {
|
|
156
|
+
"type": "dimension"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"variants": {
|
|
162
|
+
"size": {
|
|
163
|
+
"values": {
|
|
164
|
+
"small": {},
|
|
165
|
+
"medium": {},
|
|
166
|
+
"large": {}
|
|
167
|
+
},
|
|
168
|
+
"defaultValue": "small"
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"definitions": [
|
|
173
|
+
{
|
|
174
|
+
"variants": {},
|
|
175
|
+
"definitions": [
|
|
176
|
+
{
|
|
177
|
+
"states": [
|
|
178
|
+
"enabled"
|
|
179
|
+
],
|
|
180
|
+
"slots": {
|
|
181
|
+
"backdrop": {
|
|
182
|
+
"color": {
|
|
183
|
+
"type": "color",
|
|
184
|
+
"value": "$color.bg.overlay"
|
|
185
|
+
},
|
|
186
|
+
"enterDuration": {
|
|
187
|
+
"type": "duration",
|
|
188
|
+
"value": "$duration.d6"
|
|
189
|
+
},
|
|
190
|
+
"enterTimingFunction": {
|
|
191
|
+
"type": "cubicBezier",
|
|
192
|
+
"value": "$timing-function.enter"
|
|
193
|
+
},
|
|
194
|
+
"enterOpacity": {
|
|
195
|
+
"type": "number",
|
|
196
|
+
"value": 0
|
|
197
|
+
},
|
|
198
|
+
"exitDuration": {
|
|
199
|
+
"type": "duration",
|
|
200
|
+
"value": "$duration.d6"
|
|
201
|
+
},
|
|
202
|
+
"exitTimingFunction": {
|
|
203
|
+
"type": "cubicBezier",
|
|
204
|
+
"value": "$timing-function.exit"
|
|
205
|
+
},
|
|
206
|
+
"exitOpacity": {
|
|
207
|
+
"type": "number",
|
|
208
|
+
"value": 0
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"content": {
|
|
212
|
+
"color": {
|
|
213
|
+
"type": "color",
|
|
214
|
+
"value": "$color.bg.layer-floating"
|
|
215
|
+
},
|
|
216
|
+
"widthFraction": {
|
|
217
|
+
"type": "number",
|
|
218
|
+
"value": 0.8
|
|
219
|
+
},
|
|
220
|
+
"enterDuration": {
|
|
221
|
+
"type": "duration",
|
|
222
|
+
"value": "$duration.d6"
|
|
223
|
+
},
|
|
224
|
+
"enterTimingFunction": {
|
|
225
|
+
"type": "cubicBezier",
|
|
226
|
+
"value": "$timing-function.enter-expressive"
|
|
227
|
+
},
|
|
228
|
+
"exitDuration": {
|
|
229
|
+
"type": "duration",
|
|
230
|
+
"value": "$duration.d6"
|
|
231
|
+
},
|
|
232
|
+
"exitTimingFunction": {
|
|
233
|
+
"type": "cubicBezier",
|
|
234
|
+
"value": "$timing-function.exit-expressive"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"header": {
|
|
238
|
+
"gap": {
|
|
239
|
+
"type": "dimension",
|
|
240
|
+
"value": "$dimension.x1_5"
|
|
241
|
+
},
|
|
242
|
+
"minHeight": {
|
|
243
|
+
"type": "dimension",
|
|
244
|
+
"value": {
|
|
245
|
+
"value": 70,
|
|
246
|
+
"unit": "px"
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"paddingX": {
|
|
250
|
+
"type": "dimension",
|
|
251
|
+
"value": "$dimension.x6"
|
|
252
|
+
},
|
|
253
|
+
"paddingTop": {
|
|
254
|
+
"type": "dimension",
|
|
255
|
+
"value": "$dimension.x6"
|
|
256
|
+
},
|
|
257
|
+
"paddingBottom": {
|
|
258
|
+
"type": "dimension",
|
|
259
|
+
"value": "$dimension.x4"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"body": {
|
|
263
|
+
"paddingX": {
|
|
264
|
+
"type": "dimension",
|
|
265
|
+
"value": "$dimension.x6"
|
|
266
|
+
},
|
|
267
|
+
"paddingBottom": {
|
|
268
|
+
"type": "dimension",
|
|
269
|
+
"value": "$dimension.x12"
|
|
270
|
+
},
|
|
271
|
+
"transitionDuration": {
|
|
272
|
+
"type": "duration",
|
|
273
|
+
"value": "$duration.color-transition"
|
|
274
|
+
},
|
|
275
|
+
"transitionTimingFunction": {
|
|
276
|
+
"type": "cubicBezier",
|
|
277
|
+
"value": "$timing-function.easing"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"footer": {
|
|
281
|
+
"paddingX": {
|
|
282
|
+
"type": "dimension",
|
|
283
|
+
"value": "$dimension.x6"
|
|
284
|
+
},
|
|
285
|
+
"paddingTop": {
|
|
286
|
+
"type": "dimension",
|
|
287
|
+
"value": "$dimension.x4"
|
|
288
|
+
},
|
|
289
|
+
"paddingBottom": {
|
|
290
|
+
"type": "dimension",
|
|
291
|
+
"value": "$dimension.x6"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"title": {
|
|
295
|
+
"color": {
|
|
296
|
+
"type": "color",
|
|
297
|
+
"value": "$color.fg.neutral"
|
|
298
|
+
},
|
|
299
|
+
"fontSize": {
|
|
300
|
+
"type": "dimension",
|
|
301
|
+
"value": "$font-size.t8"
|
|
302
|
+
},
|
|
303
|
+
"lineHeight": {
|
|
304
|
+
"type": "dimension",
|
|
305
|
+
"value": "$line-height.t8"
|
|
306
|
+
},
|
|
307
|
+
"fontWeight": {
|
|
308
|
+
"type": "number",
|
|
309
|
+
"value": "$font-weight.bold"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"description": {
|
|
313
|
+
"color": {
|
|
314
|
+
"type": "color",
|
|
315
|
+
"value": "$color.fg.neutral-muted"
|
|
316
|
+
},
|
|
317
|
+
"fontSize": {
|
|
318
|
+
"type": "dimension",
|
|
319
|
+
"value": "$font-size.t5"
|
|
320
|
+
},
|
|
321
|
+
"lineHeight": {
|
|
322
|
+
"type": "dimension",
|
|
323
|
+
"value": "$line-height.t5"
|
|
324
|
+
},
|
|
325
|
+
"fontWeight": {
|
|
326
|
+
"type": "number",
|
|
327
|
+
"value": "$font-weight.regular"
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"closeButton": {
|
|
331
|
+
"fromTop": {
|
|
332
|
+
"type": "dimension",
|
|
333
|
+
"value": {
|
|
334
|
+
"value": 28,
|
|
335
|
+
"unit": "px"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"fromRight": {
|
|
339
|
+
"type": "dimension",
|
|
340
|
+
"value": {
|
|
341
|
+
"value": 24,
|
|
342
|
+
"unit": "px"
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"states": [
|
|
350
|
+
"scrolled"
|
|
351
|
+
],
|
|
352
|
+
"slots": {
|
|
353
|
+
"body": {
|
|
354
|
+
"stroke": {
|
|
355
|
+
"type": "color",
|
|
356
|
+
"value": "$color.stroke.neutral-muted"
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"variants": {
|
|
365
|
+
"size": "small"
|
|
366
|
+
},
|
|
367
|
+
"definitions": [
|
|
368
|
+
{
|
|
369
|
+
"states": [
|
|
370
|
+
"enabled"
|
|
371
|
+
],
|
|
372
|
+
"slots": {
|
|
373
|
+
"content": {
|
|
374
|
+
"width": {
|
|
375
|
+
"type": "dimension",
|
|
376
|
+
"value": {
|
|
377
|
+
"value": 480,
|
|
378
|
+
"unit": "px"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
]
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"variants": {
|
|
388
|
+
"size": "medium"
|
|
389
|
+
},
|
|
390
|
+
"definitions": [
|
|
391
|
+
{
|
|
392
|
+
"states": [
|
|
393
|
+
"enabled"
|
|
394
|
+
],
|
|
395
|
+
"slots": {
|
|
396
|
+
"content": {
|
|
397
|
+
"width": {
|
|
398
|
+
"type": "dimension",
|
|
399
|
+
"value": {
|
|
400
|
+
"value": 720,
|
|
401
|
+
"unit": "px"
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"variants": {
|
|
411
|
+
"size": "large"
|
|
412
|
+
},
|
|
413
|
+
"definitions": [
|
|
414
|
+
{
|
|
415
|
+
"states": [
|
|
416
|
+
"enabled"
|
|
417
|
+
],
|
|
418
|
+
"slots": {
|
|
419
|
+
"content": {
|
|
420
|
+
"width": {
|
|
421
|
+
"type": "dimension",
|
|
422
|
+
"value": {
|
|
423
|
+
"value": 960,
|
|
424
|
+
"unit": "px"
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
]
|
|
431
|
+
}
|
|
432
|
+
]
|
|
433
|
+
}
|
|
434
|
+
}
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "ComponentSpec",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "skeleton",
|
|
5
|
+
"name": "Skeleton"
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"id": "skeleton",
|
|
9
|
+
"name": "Skeleton",
|
|
10
|
+
"schema": {
|
|
11
|
+
"slots": {
|
|
12
|
+
"root": {
|
|
13
|
+
"properties": {
|
|
14
|
+
"color": {
|
|
15
|
+
"type": "color"
|
|
16
|
+
},
|
|
17
|
+
"cornerRadius": {
|
|
18
|
+
"type": "dimension"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"shimmer": {
|
|
23
|
+
"properties": {
|
|
24
|
+
"duration": {
|
|
25
|
+
"type": "duration"
|
|
26
|
+
},
|
|
27
|
+
"timingFunction": {
|
|
28
|
+
"type": "cubicBezier"
|
|
29
|
+
},
|
|
30
|
+
"gradient": {
|
|
31
|
+
"type": "gradient"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"variants": {
|
|
37
|
+
"radius": {
|
|
38
|
+
"values": {
|
|
39
|
+
"0": {
|
|
40
|
+
"description": "기본값입니다."
|
|
41
|
+
},
|
|
42
|
+
"8": {
|
|
43
|
+
"description": "텍스트 콘텐츠에 사용합니다."
|
|
44
|
+
},
|
|
45
|
+
"16": {
|
|
46
|
+
"description": "카드 및 썸네일에 사용합니다."
|
|
47
|
+
},
|
|
48
|
+
"full": {
|
|
49
|
+
"description": "Avatar(원형) 콘텐츠에 사용합니다."
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"defaultValue": "0"
|
|
53
|
+
},
|
|
54
|
+
"tone": {
|
|
55
|
+
"values": {
|
|
56
|
+
"neutral": {
|
|
57
|
+
"description": "데이터를 불러오는 일반적인 로딩 경험에 사용합니다."
|
|
58
|
+
},
|
|
59
|
+
"magic": {
|
|
60
|
+
"description": "AI 기능이 활성화되었을 때 사용합니다."
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"defaultValue": "neutral"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"definitions": [
|
|
68
|
+
{
|
|
69
|
+
"variants": {},
|
|
70
|
+
"definitions": [
|
|
71
|
+
{
|
|
72
|
+
"states": [
|
|
73
|
+
"enabled"
|
|
74
|
+
],
|
|
75
|
+
"slots": {
|
|
76
|
+
"shimmer": {
|
|
77
|
+
"duration": {
|
|
78
|
+
"type": "duration",
|
|
79
|
+
"value": {
|
|
80
|
+
"value": 1.5,
|
|
81
|
+
"unit": "s"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"timingFunction": {
|
|
85
|
+
"type": "cubicBezier",
|
|
86
|
+
"value": "$timing-function.easing"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"variants": {
|
|
95
|
+
"radius": "0"
|
|
96
|
+
},
|
|
97
|
+
"definitions": [
|
|
98
|
+
{
|
|
99
|
+
"states": [
|
|
100
|
+
"enabled"
|
|
101
|
+
],
|
|
102
|
+
"slots": {
|
|
103
|
+
"root": {
|
|
104
|
+
"cornerRadius": {
|
|
105
|
+
"type": "dimension",
|
|
106
|
+
"value": {
|
|
107
|
+
"value": 0,
|
|
108
|
+
"unit": "px"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"variants": {
|
|
118
|
+
"radius": "8"
|
|
119
|
+
},
|
|
120
|
+
"definitions": [
|
|
121
|
+
{
|
|
122
|
+
"states": [
|
|
123
|
+
"enabled"
|
|
124
|
+
],
|
|
125
|
+
"slots": {
|
|
126
|
+
"root": {
|
|
127
|
+
"cornerRadius": {
|
|
128
|
+
"type": "dimension",
|
|
129
|
+
"value": {
|
|
130
|
+
"value": 8,
|
|
131
|
+
"unit": "px"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"variants": {
|
|
141
|
+
"radius": "16"
|
|
142
|
+
},
|
|
143
|
+
"definitions": [
|
|
144
|
+
{
|
|
145
|
+
"states": [
|
|
146
|
+
"enabled"
|
|
147
|
+
],
|
|
148
|
+
"slots": {
|
|
149
|
+
"root": {
|
|
150
|
+
"cornerRadius": {
|
|
151
|
+
"type": "dimension",
|
|
152
|
+
"value": {
|
|
153
|
+
"value": 16,
|
|
154
|
+
"unit": "px"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"variants": {
|
|
164
|
+
"radius": "full"
|
|
165
|
+
},
|
|
166
|
+
"definitions": [
|
|
167
|
+
{
|
|
168
|
+
"states": [
|
|
169
|
+
"enabled"
|
|
170
|
+
],
|
|
171
|
+
"slots": {
|
|
172
|
+
"root": {
|
|
173
|
+
"cornerRadius": {
|
|
174
|
+
"type": "dimension",
|
|
175
|
+
"value": "$radius.full"
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"variants": {
|
|
184
|
+
"tone": "neutral"
|
|
185
|
+
},
|
|
186
|
+
"definitions": [
|
|
187
|
+
{
|
|
188
|
+
"states": [
|
|
189
|
+
"enabled"
|
|
190
|
+
],
|
|
191
|
+
"slots": {
|
|
192
|
+
"root": {
|
|
193
|
+
"color": {
|
|
194
|
+
"type": "color",
|
|
195
|
+
"value": "$color.palette.gray-200"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"shimmer": {
|
|
199
|
+
"gradient": {
|
|
200
|
+
"type": "gradient",
|
|
201
|
+
"value": "$gradient.shimmer-neutral"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"variants": {
|
|
210
|
+
"tone": "magic"
|
|
211
|
+
},
|
|
212
|
+
"definitions": [
|
|
213
|
+
{
|
|
214
|
+
"states": [
|
|
215
|
+
"enabled"
|
|
216
|
+
],
|
|
217
|
+
"slots": {
|
|
218
|
+
"root": {
|
|
219
|
+
"color": {
|
|
220
|
+
"type": "color",
|
|
221
|
+
"value": "$color.bg.magic-weak"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"shimmer": {
|
|
225
|
+
"gradient": {
|
|
226
|
+
"type": "gradient",
|
|
227
|
+
"value": "$gradient.shimmer-magic"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
]
|
|
235
|
+
}
|
|
236
|
+
}
|