@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,259 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "ComponentSpec",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "floating-action-button",
|
|
5
|
+
"name": "Floating Action Button"
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"id": "floating-action-button",
|
|
9
|
+
"name": "Floating Action Button",
|
|
10
|
+
"schema": {
|
|
11
|
+
"slots": {
|
|
12
|
+
"root": {
|
|
13
|
+
"properties": {
|
|
14
|
+
"color": {
|
|
15
|
+
"type": "color"
|
|
16
|
+
},
|
|
17
|
+
"cornerRadius": {
|
|
18
|
+
"type": "dimension"
|
|
19
|
+
},
|
|
20
|
+
"shadow": {
|
|
21
|
+
"type": "shadow"
|
|
22
|
+
},
|
|
23
|
+
"colorDuration": {
|
|
24
|
+
"type": "duration"
|
|
25
|
+
},
|
|
26
|
+
"colorTimingFunction": {
|
|
27
|
+
"type": "cubicBezier"
|
|
28
|
+
},
|
|
29
|
+
"layoutDuration": {
|
|
30
|
+
"type": "duration"
|
|
31
|
+
},
|
|
32
|
+
"layoutTimingFunction": {
|
|
33
|
+
"type": "cubicBezier"
|
|
34
|
+
},
|
|
35
|
+
"gap": {
|
|
36
|
+
"type": "dimension"
|
|
37
|
+
},
|
|
38
|
+
"paddingX": {
|
|
39
|
+
"type": "dimension"
|
|
40
|
+
},
|
|
41
|
+
"paddingY": {
|
|
42
|
+
"type": "dimension"
|
|
43
|
+
},
|
|
44
|
+
"minHeight": {
|
|
45
|
+
"type": "dimension"
|
|
46
|
+
},
|
|
47
|
+
"size": {
|
|
48
|
+
"type": "dimension"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"icon": {
|
|
53
|
+
"properties": {
|
|
54
|
+
"color": {
|
|
55
|
+
"type": "color"
|
|
56
|
+
},
|
|
57
|
+
"sizeDuration": {
|
|
58
|
+
"type": "duration"
|
|
59
|
+
},
|
|
60
|
+
"sizeTimingFunction": {
|
|
61
|
+
"type": "cubicBezier"
|
|
62
|
+
},
|
|
63
|
+
"size": {
|
|
64
|
+
"type": "dimension"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"label": {
|
|
69
|
+
"properties": {
|
|
70
|
+
"color": {
|
|
71
|
+
"type": "color"
|
|
72
|
+
},
|
|
73
|
+
"fontSize": {
|
|
74
|
+
"type": "dimension"
|
|
75
|
+
},
|
|
76
|
+
"lineHeight": {
|
|
77
|
+
"type": "dimension"
|
|
78
|
+
},
|
|
79
|
+
"fontWeight": {
|
|
80
|
+
"type": "number"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"variants": {
|
|
86
|
+
"extended": {
|
|
87
|
+
"values": {
|
|
88
|
+
"true": {
|
|
89
|
+
"description": "라벨이 포함된 확장 형태로, 버튼의 역할을 명확히 전달합니다."
|
|
90
|
+
},
|
|
91
|
+
"false": {
|
|
92
|
+
"description": "아이콘만 표시되는 기본 형태입니다."
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"defaultValue": "true"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"definitions": [
|
|
100
|
+
{
|
|
101
|
+
"variants": {},
|
|
102
|
+
"definitions": [
|
|
103
|
+
{
|
|
104
|
+
"states": [
|
|
105
|
+
"enabled"
|
|
106
|
+
],
|
|
107
|
+
"slots": {
|
|
108
|
+
"root": {
|
|
109
|
+
"color": {
|
|
110
|
+
"type": "color",
|
|
111
|
+
"value": "$color.bg.brand-solid"
|
|
112
|
+
},
|
|
113
|
+
"cornerRadius": {
|
|
114
|
+
"type": "dimension",
|
|
115
|
+
"value": "$radius.full"
|
|
116
|
+
},
|
|
117
|
+
"shadow": {
|
|
118
|
+
"type": "shadow",
|
|
119
|
+
"value": "$shadow.s3"
|
|
120
|
+
},
|
|
121
|
+
"colorDuration": {
|
|
122
|
+
"type": "duration",
|
|
123
|
+
"value": "$duration.color-transition"
|
|
124
|
+
},
|
|
125
|
+
"colorTimingFunction": {
|
|
126
|
+
"type": "cubicBezier",
|
|
127
|
+
"value": "$timing-function.easing"
|
|
128
|
+
},
|
|
129
|
+
"layoutDuration": {
|
|
130
|
+
"type": "duration",
|
|
131
|
+
"value": "$duration.d4"
|
|
132
|
+
},
|
|
133
|
+
"layoutTimingFunction": {
|
|
134
|
+
"type": "cubicBezier",
|
|
135
|
+
"value": "$timing-function.easing"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"icon": {
|
|
139
|
+
"color": {
|
|
140
|
+
"type": "color",
|
|
141
|
+
"value": "$color.palette.static-white"
|
|
142
|
+
},
|
|
143
|
+
"sizeDuration": {
|
|
144
|
+
"type": "duration",
|
|
145
|
+
"value": "$duration.d4"
|
|
146
|
+
},
|
|
147
|
+
"sizeTimingFunction": {
|
|
148
|
+
"type": "cubicBezier",
|
|
149
|
+
"value": "$timing-function.easing"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"states": [
|
|
156
|
+
"pressed"
|
|
157
|
+
],
|
|
158
|
+
"slots": {
|
|
159
|
+
"root": {
|
|
160
|
+
"color": {
|
|
161
|
+
"type": "color",
|
|
162
|
+
"value": "$color.bg.brand-solid-pressed"
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"variants": {
|
|
171
|
+
"extended": "true"
|
|
172
|
+
},
|
|
173
|
+
"definitions": [
|
|
174
|
+
{
|
|
175
|
+
"states": [
|
|
176
|
+
"enabled"
|
|
177
|
+
],
|
|
178
|
+
"slots": {
|
|
179
|
+
"root": {
|
|
180
|
+
"gap": {
|
|
181
|
+
"type": "dimension",
|
|
182
|
+
"value": "$dimension.x1"
|
|
183
|
+
},
|
|
184
|
+
"paddingX": {
|
|
185
|
+
"type": "dimension",
|
|
186
|
+
"value": "$dimension.x4_5"
|
|
187
|
+
},
|
|
188
|
+
"paddingY": {
|
|
189
|
+
"type": "dimension",
|
|
190
|
+
"value": "$dimension.x3"
|
|
191
|
+
},
|
|
192
|
+
"minHeight": {
|
|
193
|
+
"type": "dimension",
|
|
194
|
+
"value": {
|
|
195
|
+
"value": 48,
|
|
196
|
+
"unit": "px"
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"icon": {
|
|
201
|
+
"size": {
|
|
202
|
+
"type": "dimension",
|
|
203
|
+
"value": "$dimension.x5"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"label": {
|
|
207
|
+
"color": {
|
|
208
|
+
"type": "color",
|
|
209
|
+
"value": "$color.palette.static-white"
|
|
210
|
+
},
|
|
211
|
+
"fontSize": {
|
|
212
|
+
"type": "dimension",
|
|
213
|
+
"value": "$font-size.t5"
|
|
214
|
+
},
|
|
215
|
+
"lineHeight": {
|
|
216
|
+
"type": "dimension",
|
|
217
|
+
"value": "$line-height.t5"
|
|
218
|
+
},
|
|
219
|
+
"fontWeight": {
|
|
220
|
+
"type": "number",
|
|
221
|
+
"value": "$font-weight.bold"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"variants": {
|
|
230
|
+
"extended": "false"
|
|
231
|
+
},
|
|
232
|
+
"definitions": [
|
|
233
|
+
{
|
|
234
|
+
"states": [
|
|
235
|
+
"enabled"
|
|
236
|
+
],
|
|
237
|
+
"slots": {
|
|
238
|
+
"root": {
|
|
239
|
+
"size": {
|
|
240
|
+
"type": "dimension",
|
|
241
|
+
"value": {
|
|
242
|
+
"value": 56,
|
|
243
|
+
"unit": "px"
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"icon": {
|
|
248
|
+
"size": {
|
|
249
|
+
"type": "dimension",
|
|
250
|
+
"value": "$dimension.x6"
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
]
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
}
|
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "ComponentSpec",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "help-bubble",
|
|
5
|
+
"name": "Help Bubble"
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"id": "help-bubble",
|
|
9
|
+
"name": "Help Bubble",
|
|
10
|
+
"schema": {
|
|
11
|
+
"slots": {
|
|
12
|
+
"root": {
|
|
13
|
+
"properties": {
|
|
14
|
+
"color": {
|
|
15
|
+
"type": "color"
|
|
16
|
+
},
|
|
17
|
+
"cornerRadius": {
|
|
18
|
+
"type": "dimension"
|
|
19
|
+
},
|
|
20
|
+
"paddingX": {
|
|
21
|
+
"type": "dimension"
|
|
22
|
+
},
|
|
23
|
+
"paddingY": {
|
|
24
|
+
"type": "dimension"
|
|
25
|
+
},
|
|
26
|
+
"gap": {
|
|
27
|
+
"type": "dimension"
|
|
28
|
+
},
|
|
29
|
+
"enterScale": {
|
|
30
|
+
"type": "number"
|
|
31
|
+
},
|
|
32
|
+
"enterOpacity": {
|
|
33
|
+
"type": "number"
|
|
34
|
+
},
|
|
35
|
+
"enterDuration": {
|
|
36
|
+
"type": "duration"
|
|
37
|
+
},
|
|
38
|
+
"enterTimingFunction": {
|
|
39
|
+
"type": "cubicBezier"
|
|
40
|
+
},
|
|
41
|
+
"exitScale": {
|
|
42
|
+
"type": "number"
|
|
43
|
+
},
|
|
44
|
+
"exitOpacity": {
|
|
45
|
+
"type": "number"
|
|
46
|
+
},
|
|
47
|
+
"exitDuration": {
|
|
48
|
+
"type": "duration"
|
|
49
|
+
},
|
|
50
|
+
"exitTimingFunction": {
|
|
51
|
+
"type": "cubicBezier"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"arrow": {
|
|
56
|
+
"properties": {
|
|
57
|
+
"color": {
|
|
58
|
+
"type": "color"
|
|
59
|
+
},
|
|
60
|
+
"width": {
|
|
61
|
+
"type": "dimension"
|
|
62
|
+
},
|
|
63
|
+
"height": {
|
|
64
|
+
"type": "dimension"
|
|
65
|
+
},
|
|
66
|
+
"cornerRadius": {
|
|
67
|
+
"type": "dimension"
|
|
68
|
+
},
|
|
69
|
+
"gutter": {
|
|
70
|
+
"type": "dimension",
|
|
71
|
+
"description": "arrow와 타겟 요소 사이의 거리를 정의합니다."
|
|
72
|
+
},
|
|
73
|
+
"padding": {
|
|
74
|
+
"type": "dimension",
|
|
75
|
+
"description": "arrow와 root의 경계 사이의 최소 간격을 정의합니다."
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"body": {
|
|
80
|
+
"properties": {
|
|
81
|
+
"gap": {
|
|
82
|
+
"type": "dimension"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"title": {
|
|
87
|
+
"properties": {
|
|
88
|
+
"color": {
|
|
89
|
+
"type": "color"
|
|
90
|
+
},
|
|
91
|
+
"fontSize": {
|
|
92
|
+
"type": "dimension"
|
|
93
|
+
},
|
|
94
|
+
"fontWeight": {
|
|
95
|
+
"type": "number"
|
|
96
|
+
},
|
|
97
|
+
"lineHeight": {
|
|
98
|
+
"type": "dimension"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"description": {
|
|
103
|
+
"properties": {
|
|
104
|
+
"color": {
|
|
105
|
+
"type": "color"
|
|
106
|
+
},
|
|
107
|
+
"fontSize": {
|
|
108
|
+
"type": "dimension"
|
|
109
|
+
},
|
|
110
|
+
"fontWeight": {
|
|
111
|
+
"type": "number"
|
|
112
|
+
},
|
|
113
|
+
"lineHeight": {
|
|
114
|
+
"type": "dimension"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"closeButton": {
|
|
119
|
+
"properties": {
|
|
120
|
+
"color": {
|
|
121
|
+
"type": "color"
|
|
122
|
+
},
|
|
123
|
+
"size": {
|
|
124
|
+
"type": "dimension"
|
|
125
|
+
},
|
|
126
|
+
"targetSize": {
|
|
127
|
+
"type": "dimension"
|
|
128
|
+
},
|
|
129
|
+
"marginTop": {
|
|
130
|
+
"type": "dimension"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"variants": {}
|
|
136
|
+
},
|
|
137
|
+
"definitions": [
|
|
138
|
+
{
|
|
139
|
+
"variants": {},
|
|
140
|
+
"definitions": [
|
|
141
|
+
{
|
|
142
|
+
"states": [
|
|
143
|
+
"enabled"
|
|
144
|
+
],
|
|
145
|
+
"slots": {
|
|
146
|
+
"root": {
|
|
147
|
+
"color": {
|
|
148
|
+
"type": "color",
|
|
149
|
+
"value": "$color.bg.neutral-inverted"
|
|
150
|
+
},
|
|
151
|
+
"cornerRadius": {
|
|
152
|
+
"type": "dimension",
|
|
153
|
+
"value": "$radius.r3"
|
|
154
|
+
},
|
|
155
|
+
"paddingX": {
|
|
156
|
+
"type": "dimension",
|
|
157
|
+
"value": "$dimension.x3"
|
|
158
|
+
},
|
|
159
|
+
"paddingY": {
|
|
160
|
+
"type": "dimension",
|
|
161
|
+
"value": "$dimension.x2_5"
|
|
162
|
+
},
|
|
163
|
+
"gap": {
|
|
164
|
+
"type": "dimension",
|
|
165
|
+
"value": "$dimension.x1"
|
|
166
|
+
},
|
|
167
|
+
"enterScale": {
|
|
168
|
+
"type": "number",
|
|
169
|
+
"value": 0.9
|
|
170
|
+
},
|
|
171
|
+
"enterOpacity": {
|
|
172
|
+
"type": "number",
|
|
173
|
+
"value": 0
|
|
174
|
+
},
|
|
175
|
+
"enterDuration": {
|
|
176
|
+
"type": "duration",
|
|
177
|
+
"value": "$duration.d4"
|
|
178
|
+
},
|
|
179
|
+
"enterTimingFunction": {
|
|
180
|
+
"type": "cubicBezier",
|
|
181
|
+
"value": "$timing-function.enter"
|
|
182
|
+
},
|
|
183
|
+
"exitScale": {
|
|
184
|
+
"type": "number",
|
|
185
|
+
"value": 1
|
|
186
|
+
},
|
|
187
|
+
"exitOpacity": {
|
|
188
|
+
"type": "number",
|
|
189
|
+
"value": 0
|
|
190
|
+
},
|
|
191
|
+
"exitDuration": {
|
|
192
|
+
"type": "duration",
|
|
193
|
+
"value": "$duration.d4"
|
|
194
|
+
},
|
|
195
|
+
"exitTimingFunction": {
|
|
196
|
+
"type": "cubicBezier",
|
|
197
|
+
"value": "$timing-function.easing"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"arrow": {
|
|
201
|
+
"color": {
|
|
202
|
+
"type": "color",
|
|
203
|
+
"value": "$color.bg.neutral-inverted"
|
|
204
|
+
},
|
|
205
|
+
"width": {
|
|
206
|
+
"type": "dimension",
|
|
207
|
+
"value": {
|
|
208
|
+
"value": 12,
|
|
209
|
+
"unit": "px"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"height": {
|
|
213
|
+
"type": "dimension",
|
|
214
|
+
"value": {
|
|
215
|
+
"value": 8,
|
|
216
|
+
"unit": "px"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"cornerRadius": {
|
|
220
|
+
"type": "dimension",
|
|
221
|
+
"value": {
|
|
222
|
+
"value": 2,
|
|
223
|
+
"unit": "px"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"gutter": {
|
|
227
|
+
"type": "dimension",
|
|
228
|
+
"value": {
|
|
229
|
+
"value": 4,
|
|
230
|
+
"unit": "px"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"padding": {
|
|
234
|
+
"type": "dimension",
|
|
235
|
+
"value": {
|
|
236
|
+
"value": 14,
|
|
237
|
+
"unit": "px"
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"body": {
|
|
242
|
+
"gap": {
|
|
243
|
+
"type": "dimension",
|
|
244
|
+
"value": "$dimension.x0_5"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"title": {
|
|
248
|
+
"color": {
|
|
249
|
+
"type": "color",
|
|
250
|
+
"value": "$color.fg.neutral-inverted"
|
|
251
|
+
},
|
|
252
|
+
"fontSize": {
|
|
253
|
+
"type": "dimension",
|
|
254
|
+
"value": "$font-size.t3"
|
|
255
|
+
},
|
|
256
|
+
"fontWeight": {
|
|
257
|
+
"type": "number",
|
|
258
|
+
"value": "$font-weight.bold"
|
|
259
|
+
},
|
|
260
|
+
"lineHeight": {
|
|
261
|
+
"type": "dimension",
|
|
262
|
+
"value": "$line-height.t3"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"description": {
|
|
266
|
+
"color": {
|
|
267
|
+
"type": "color",
|
|
268
|
+
"value": "$color.fg.neutral-inverted"
|
|
269
|
+
},
|
|
270
|
+
"fontSize": {
|
|
271
|
+
"type": "dimension",
|
|
272
|
+
"value": "$font-size.t3"
|
|
273
|
+
},
|
|
274
|
+
"fontWeight": {
|
|
275
|
+
"type": "number",
|
|
276
|
+
"value": "$font-weight.regular"
|
|
277
|
+
},
|
|
278
|
+
"lineHeight": {
|
|
279
|
+
"type": "dimension",
|
|
280
|
+
"value": "$line-height.t3"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"closeButton": {
|
|
284
|
+
"color": {
|
|
285
|
+
"type": "color",
|
|
286
|
+
"value": "$color.fg.neutral-inverted"
|
|
287
|
+
},
|
|
288
|
+
"size": {
|
|
289
|
+
"type": "dimension",
|
|
290
|
+
"value": "$dimension.x3_5"
|
|
291
|
+
},
|
|
292
|
+
"targetSize": {
|
|
293
|
+
"type": "dimension",
|
|
294
|
+
"value": {
|
|
295
|
+
"value": 38,
|
|
296
|
+
"unit": "px"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"marginTop": {
|
|
300
|
+
"type": "dimension",
|
|
301
|
+
"value": "$dimension.x0_5"
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
]
|
|
307
|
+
}
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "ComponentSpec",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "identity-placeholder",
|
|
5
|
+
"name": "Identity Placeholder"
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"id": "identity-placeholder",
|
|
9
|
+
"name": "Identity Placeholder",
|
|
10
|
+
"schema": {
|
|
11
|
+
"slots": {
|
|
12
|
+
"root": {
|
|
13
|
+
"properties": {
|
|
14
|
+
"color": {
|
|
15
|
+
"type": "color"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"image": {
|
|
20
|
+
"properties": {
|
|
21
|
+
"color": {
|
|
22
|
+
"type": "color"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"variants": {}
|
|
28
|
+
},
|
|
29
|
+
"definitions": [
|
|
30
|
+
{
|
|
31
|
+
"variants": {},
|
|
32
|
+
"definitions": [
|
|
33
|
+
{
|
|
34
|
+
"states": [
|
|
35
|
+
"enabled"
|
|
36
|
+
],
|
|
37
|
+
"slots": {
|
|
38
|
+
"root": {
|
|
39
|
+
"color": {
|
|
40
|
+
"type": "color",
|
|
41
|
+
"value": "$color.palette.gray-500"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"image": {
|
|
45
|
+
"color": {
|
|
46
|
+
"type": "color",
|
|
47
|
+
"value": "$color.palette.static-white-alpha-800"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "ComponentSpec",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "image-frame-floater",
|
|
5
|
+
"name": "Image Frame Floater"
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"id": "image-frame-floater",
|
|
9
|
+
"name": "Image Frame Floater",
|
|
10
|
+
"schema": {
|
|
11
|
+
"slots": {
|
|
12
|
+
"root": {
|
|
13
|
+
"properties": {
|
|
14
|
+
"offset": {
|
|
15
|
+
"type": "dimension",
|
|
16
|
+
"description": "image-frame root slot의 padding property로 대체되었습니다."
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"variants": {}
|
|
22
|
+
},
|
|
23
|
+
"definitions": [
|
|
24
|
+
{
|
|
25
|
+
"variants": {},
|
|
26
|
+
"definitions": [
|
|
27
|
+
{
|
|
28
|
+
"states": [
|
|
29
|
+
"enabled"
|
|
30
|
+
],
|
|
31
|
+
"slots": {
|
|
32
|
+
"root": {
|
|
33
|
+
"offset": {
|
|
34
|
+
"type": "dimension",
|
|
35
|
+
"value": {
|
|
36
|
+
"value": 6,
|
|
37
|
+
"unit": "px"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
}
|