@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,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "Tokens",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "font-weight",
|
|
5
|
+
"name": "Font Weight"
|
|
6
|
+
},
|
|
7
|
+
"data": {
|
|
8
|
+
"collection": "global",
|
|
9
|
+
"tokens": {
|
|
10
|
+
"$font-weight.regular": {
|
|
11
|
+
"values": {
|
|
12
|
+
"default": {
|
|
13
|
+
"type": "number",
|
|
14
|
+
"value": 400
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"$font-weight.medium": {
|
|
19
|
+
"values": {
|
|
20
|
+
"default": {
|
|
21
|
+
"type": "number",
|
|
22
|
+
"value": 500
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"$font-weight.bold": {
|
|
27
|
+
"values": {
|
|
28
|
+
"default": {
|
|
29
|
+
"type": "number",
|
|
30
|
+
"value": 700
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "Tokens",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"id": "gradient",
|
|
5
|
+
"name": "Gradient",
|
|
6
|
+
"lastUpdated": "26-01-14"
|
|
7
|
+
},
|
|
8
|
+
"data": {
|
|
9
|
+
"collection": "color",
|
|
10
|
+
"tokens": {
|
|
11
|
+
"$gradient.glow-magic": {
|
|
12
|
+
"values": {
|
|
13
|
+
"theme-light": {
|
|
14
|
+
"type": "gradient",
|
|
15
|
+
"value": [
|
|
16
|
+
{
|
|
17
|
+
"color": "#fef6f7",
|
|
18
|
+
"position": 0
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"color": "#fef0e7",
|
|
22
|
+
"position": 0.8
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"color": "#f9f7f5",
|
|
26
|
+
"position": 1
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"theme-dark": {
|
|
31
|
+
"type": "gradient",
|
|
32
|
+
"value": [
|
|
33
|
+
{
|
|
34
|
+
"color": "#2d252d",
|
|
35
|
+
"position": 0
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"color": "#3a312b",
|
|
39
|
+
"position": 0.8
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"color": "#333232",
|
|
43
|
+
"position": 1
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"description": "반짝이는 것처럼 느껴지는 배경에 쓰이는 ai 컬러입니다."
|
|
49
|
+
},
|
|
50
|
+
"$gradient.glow-magic-pressed": {
|
|
51
|
+
"values": {
|
|
52
|
+
"theme-light": {
|
|
53
|
+
"type": "gradient",
|
|
54
|
+
"value": [
|
|
55
|
+
{
|
|
56
|
+
"color": "#fbf0f2",
|
|
57
|
+
"position": 0
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"color": "#ffe8db",
|
|
61
|
+
"position": 0.8
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"color": "#f5f2ef",
|
|
65
|
+
"position": 1
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"theme-dark": {
|
|
70
|
+
"type": "gradient",
|
|
71
|
+
"value": [
|
|
72
|
+
{
|
|
73
|
+
"color": "#3e333e",
|
|
74
|
+
"position": 0
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"color": "#51453e",
|
|
78
|
+
"position": 0.8
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"color": "#434242",
|
|
82
|
+
"position": 1
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"description": "반짝이는 것처럼 느껴지는 배경에 쓰이는 ai 컬러의 pressed컬러입니다."
|
|
88
|
+
},
|
|
89
|
+
"$gradient.highlight-magic": {
|
|
90
|
+
"values": {
|
|
91
|
+
"theme-light": {
|
|
92
|
+
"type": "gradient",
|
|
93
|
+
"value": [
|
|
94
|
+
{
|
|
95
|
+
"color": "#ff6600",
|
|
96
|
+
"position": 0.2
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"color": "#d25aca",
|
|
100
|
+
"position": 1
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"theme-dark": {
|
|
105
|
+
"type": "gradient",
|
|
106
|
+
"value": [
|
|
107
|
+
{
|
|
108
|
+
"color": "#ff6600",
|
|
109
|
+
"position": 0.2
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"color": "#d25aca",
|
|
113
|
+
"position": 1
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"description": "아이콘 및 shape 영역에서 AI 기능을 표현할 때 사용하는 컬러입니다."
|
|
119
|
+
},
|
|
120
|
+
"$gradient.highlight-magic-pressed": {
|
|
121
|
+
"values": {
|
|
122
|
+
"theme-light": {
|
|
123
|
+
"type": "gradient",
|
|
124
|
+
"value": [
|
|
125
|
+
{
|
|
126
|
+
"color": "#e14f00",
|
|
127
|
+
"position": 0.2
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"color": "#ae58bf",
|
|
131
|
+
"position": 1
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
"theme-dark": {
|
|
136
|
+
"type": "gradient",
|
|
137
|
+
"value": [
|
|
138
|
+
{
|
|
139
|
+
"color": "#ff9e65",
|
|
140
|
+
"position": 0.2
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"color": "#e89bee",
|
|
144
|
+
"position": 1
|
|
145
|
+
}
|
|
146
|
+
]
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"description": ""
|
|
150
|
+
},
|
|
151
|
+
"$gradient.shimmer-magic": {
|
|
152
|
+
"values": {
|
|
153
|
+
"theme-light": {
|
|
154
|
+
"type": "gradient",
|
|
155
|
+
"value": [
|
|
156
|
+
{
|
|
157
|
+
"color": "#fff9f500",
|
|
158
|
+
"position": 0
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"color": "#fff9f5cc",
|
|
162
|
+
"position": 0.46
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"color": "#fff9f5cc",
|
|
166
|
+
"position": 0.54
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"color": "#fff9f500",
|
|
170
|
+
"position": 1
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
"theme-dark": {
|
|
175
|
+
"type": "gradient",
|
|
176
|
+
"value": [
|
|
177
|
+
{
|
|
178
|
+
"color": "#fff9f500",
|
|
179
|
+
"position": 0
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"color": "#fff9f51a",
|
|
183
|
+
"position": 0.46
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"color": "#fff9f51a",
|
|
187
|
+
"position": 0.54
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"color": "#fff9f500",
|
|
191
|
+
"position": 1
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"description": "Skeleton AI shimmer"
|
|
197
|
+
},
|
|
198
|
+
"$gradient.shimmer-neutral": {
|
|
199
|
+
"values": {
|
|
200
|
+
"theme-light": {
|
|
201
|
+
"type": "gradient",
|
|
202
|
+
"value": [
|
|
203
|
+
{
|
|
204
|
+
"color": "#ffffff00",
|
|
205
|
+
"position": 0
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"color": "#ffffffab",
|
|
209
|
+
"position": 0.46
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"color": "#ffffffab",
|
|
213
|
+
"position": 0.54
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"color": "#ffffff00",
|
|
217
|
+
"position": 1
|
|
218
|
+
}
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
"theme-dark": {
|
|
222
|
+
"type": "gradient",
|
|
223
|
+
"value": [
|
|
224
|
+
{
|
|
225
|
+
"color": "#ffffff00",
|
|
226
|
+
"position": 0
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"color": "#ffffff1a",
|
|
230
|
+
"position": 0.46
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"color": "#ffffff1a",
|
|
234
|
+
"position": 0.54
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"color": "#ffffff00",
|
|
238
|
+
"position": 1
|
|
239
|
+
}
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"description": "Skeleton shimmer"
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Rootage",
|
|
3
|
+
"version": "2.1.0",
|
|
4
|
+
"resources": [
|
|
5
|
+
{
|
|
6
|
+
"path": "/collections.json"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"path": "/color.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"path": "/components/accordion-item.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"path": "/components/accordion.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"path": "/components/action-button.json"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"path": "/components/action-chip.json"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "/components/action-sheet-close-button.json"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"path": "/components/action-sheet-item.json"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"path": "/components/action-sheet.json"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"path": "/components/attachment-input-dropzone.json"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"path": "/components/attachment-input-item-action-button.json"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"path": "/components/attachment-input-item-remove-button.json"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"path": "/components/attachment-input-item.json"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"path": "/components/attachment-input-trigger.json"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"path": "/components/attachment-input.json"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"path": "/components/avatar-stack.json"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"path": "/components/avatar.json"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"path": "/components/badge.json"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"path": "/components/bottom-sheet-close-button.json"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"path": "/components/bottom-sheet-handle.json"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"path": "/components/bottom-sheet.json"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"path": "/components/callout.json"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"path": "/components/checkbox-group.json"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"path": "/components/checkbox.json"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"path": "/components/checkmark.json"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"path": "/components/chip-tablist.json"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"path": "/components/chip.json"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"path": "/components/content-placeholder.json"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"path": "/components/contextual-floating-button.json"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"path": "/components/control-chip.json"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"path": "/components/dialog.json"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"path": "/components/divider.json"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"path": "/components/extended-action-sheet-close-button.json"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"path": "/components/extended-action-sheet-item.json"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"path": "/components/extended-action-sheet.json"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"path": "/components/extended-fab.json"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"path": "/components/fab.json"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"path": "/components/field-label.json"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"path": "/components/field.json"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"path": "/components/floating-action-button.json"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"path": "/components/help-bubble.json"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"path": "/components/identity-placeholder.json"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"path": "/components/image-frame-floater.json"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"path": "/components/image-frame-indicator.json"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"path": "/components/image-frame-reaction-button.json"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"path": "/components/image-frame.json"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"path": "/components/inline-banner.json"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"path": "/components/input-button.json"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"path": "/components/link-content.json"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"path": "/components/list-header.json"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"path": "/components/list-item.json"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"path": "/components/manner-temp-badge.json"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"path": "/components/manner-temp.json"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"path": "/components/menu-item.json"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"path": "/components/menu-sheet-close-button.json"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"path": "/components/menu-sheet-item.json"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"path": "/components/menu-sheet.json"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"path": "/components/menu.json"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"path": "/components/notification-badge.json"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"path": "/components/page-banner.json"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"path": "/components/progress-circle.json"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"path": "/components/radio-group.json"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"path": "/components/radio.json"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"path": "/components/radiomark.json"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"path": "/components/reaction-button.json"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"path": "/components/scroll-fog.json"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"path": "/components/segmented-control-indicator.json"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"path": "/components/segmented-control-item.json"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"path": "/components/segmented-control.json"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"path": "/components/select-box-checkmark.json"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"path": "/components/select-box-group.json"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"path": "/components/select-box.json"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"path": "/components/side-panel-close-button.json"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"path": "/components/side-panel.json"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"path": "/components/skeleton.json"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"path": "/components/slider-thumb.json"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"path": "/components/slider-tick.json"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"path": "/components/slider.json"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"path": "/components/snackbar.json"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"path": "/components/switch.json"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"path": "/components/switchmark.json"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"path": "/components/tab.json"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"path": "/components/tablist.json"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"path": "/components/tag-group-item.json"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"path": "/components/tag-group.json"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"path": "/components/text-button.json"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"path": "/components/text-input.json"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"path": "/components/toggle-button.json"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"path": "/components/top-navigation-icon-button.json"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"path": "/components/top-navigation-text-button.json"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"path": "/components/top-navigation.json"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"path": "/components/typography.json"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"path": "/dimension.json"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"path": "/duration.json"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"path": "/font-size.json"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"path": "/font-weight.json"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"path": "/gradient.json"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"path": "/line-height.json"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"path": "/radius.json"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"path": "/shadow.json"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"path": "/timing-function.json"
|
|
307
|
+
}
|
|
308
|
+
]
|
|
309
|
+
}
|