@seed-design/figma 1.2.1 → 1.3.3
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/lib/codegen/index.cjs +201 -163
- package/lib/codegen/index.js +201 -163
- package/lib/codegen/targets/react/index.cjs +980 -573
- package/lib/codegen/targets/react/index.js +980 -573
- package/lib/index.cjs +201 -163
- package/lib/index.js +201 -163
- package/package.json +2 -2
- package/src/codegen/component-properties.ts +34 -6
- package/src/codegen/core/infer-layout.test.ts +1 -1
- package/src/codegen/targets/react/component/handlers/archive/checkbox.ts +3 -1
- package/src/codegen/targets/react/component/handlers/archive/field-button.ts +2 -2
- package/src/codegen/targets/react/component/handlers/archive/index.ts +0 -1
- package/src/codegen/targets/react/component/handlers/archive/slider.ts +2 -2
- package/src/codegen/targets/react/component/handlers/bottom-sheet.ts +4 -6
- package/src/codegen/targets/react/component/handlers/checkbox.ts +90 -2
- package/src/codegen/targets/react/component/handlers/chip.ts +1 -1
- package/src/codegen/targets/react/component/handlers/field-button.ts +10 -17
- package/src/codegen/targets/react/component/handlers/field.ts +4 -4
- package/src/codegen/targets/react/component/handlers/index.ts +1 -1
- package/src/codegen/targets/react/component/handlers/legacy-select-box.ts +1 -1
- package/src/codegen/targets/react/component/handlers/list-item.ts +22 -22
- package/src/codegen/targets/react/component/handlers/radio-group.ts +98 -20
- package/src/codegen/targets/react/component/handlers/select-box.ts +333 -0
- package/src/codegen/targets/react/component/handlers/slider.ts +5 -5
- package/src/codegen/targets/react/component/handlers/tabs.ts +5 -5
- package/src/codegen/targets/react/component/handlers/tag-group.ts +2 -2
- package/src/codegen/targets/react/component/handlers/text-field.ts +7 -7
- package/src/entities/data/__generated__/component-sets/index.d.ts +199 -161
- package/src/entities/data/__generated__/component-sets/index.mjs +199 -161
- package/src/entities/data/__generated__/components/index.d.ts +260 -0
- package/src/entities/data/__generated__/components/index.mjs +260 -0
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
export declare const privateTemplateAddressPickerField: {
|
|
2
|
+
"name": "privateTemplateAddressPickerField",
|
|
3
|
+
"key": "4af06df28eca43fe2be5fe5ba5e6019587de9fac"
|
|
4
|
+
};
|
|
5
|
+
|
|
6
|
+
export declare const privateTemplateDatePickerField: {
|
|
7
|
+
"name": "privateTemplateDatePickerField",
|
|
8
|
+
"key": "c161d1326a1087258e4f762aa3c378c098308d98"
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export declare const privateTemplateSelectField: {
|
|
12
|
+
"name": "privateTemplateSelectField",
|
|
13
|
+
"key": "a2138764f60a9b5a35e22ff40bc6cd701c660260"
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export declare const privateTemplateTimePickerField: {
|
|
17
|
+
"name": "privateTemplateTimePickerField",
|
|
18
|
+
"key": "e38df17cf1e0f96e09774b015739dfde30d46115"
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export declare const privateComponentBottomSheetContentsPlaceholder: {
|
|
22
|
+
"name": "privateComponentBottomSheetContentsPlaceholder",
|
|
23
|
+
"key": "e68b006d572300d3c987776192c8ab387fa45e05"
|
|
24
|
+
};
|
|
25
|
+
|
|
1
26
|
export declare const privateComponentField: {
|
|
2
27
|
"name": "privateComponentField",
|
|
3
28
|
"key": "96f0d114c3ec7826b22531502f05e82404835df4",
|
|
@@ -14,6 +39,21 @@ export declare const privateComponentField: {
|
|
|
14
39
|
}
|
|
15
40
|
};
|
|
16
41
|
|
|
42
|
+
export declare const privateComponentSelectBoxItemCustomContent: {
|
|
43
|
+
"name": "privateComponentSelectBoxItemCustomContent",
|
|
44
|
+
"key": "b327f8f0f74f9af3fded3f22fa4a64a08ed8d7cb"
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export declare const privateComponentSliderItemHandleSliderItemValueIndicator: {
|
|
48
|
+
"name": "privateComponentSliderItemHandleSliderItemValueIndicator",
|
|
49
|
+
"key": "cfe6acde9d78c5020d2c84a0fdbd54f75277d231"
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export declare const privateComponentSliderItemTrack: {
|
|
53
|
+
"name": "privateComponentSliderItemTrack",
|
|
54
|
+
"key": "dd6ea9f90ca6cabfb2f215155b77877adfaafdc9"
|
|
55
|
+
};
|
|
56
|
+
|
|
17
57
|
export declare const privateComponentTopNavigationLeftIconButton: {
|
|
18
58
|
"name": "privateComponentTopNavigationLeftIconButton",
|
|
19
59
|
"key": "c3e708bab11d8ea90a909b4539b6ba6b2a4e7b9c",
|
|
@@ -34,6 +74,46 @@ export declare const templateFilterBar: {
|
|
|
34
74
|
}
|
|
35
75
|
};
|
|
36
76
|
|
|
77
|
+
export declare const componentIcon: {
|
|
78
|
+
"name": "componentIcon",
|
|
79
|
+
"key": "4a6fdb3425a44a8bc1fe1502d830fa6e82decef7"
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
export declare const templateInformationList: {
|
|
83
|
+
"name": "templateInformationList",
|
|
84
|
+
"key": "ea1ff4070a5ef4ada5974dc7030e8f9a1b759cdb"
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
export declare const componentFigmaOnly: {
|
|
88
|
+
"name": "componentFigmaOnly",
|
|
89
|
+
"key": "a790da2ff1fb6f761abf202034920c1504b8f8f1"
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
export declare const componentBottomSheetContentsAgreement: {
|
|
93
|
+
"name": "componentBottomSheetContentsAgreement",
|
|
94
|
+
"key": "9d530235407646750ce8298b2815093dffcbbd83"
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
export declare const componentBottomSheetContentsFilter: {
|
|
98
|
+
"name": "componentBottomSheetContentsFilter",
|
|
99
|
+
"key": "9b50b222edac142fcce609da87250d7778e45ec4"
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
export declare const componentBottomSheetContentsImage: {
|
|
103
|
+
"name": "componentBottomSheetContentsImage",
|
|
104
|
+
"key": "b0b3e0f267ee67e93d6af524ce9d45764027507c"
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
export declare const componentBottomSheetContentsRange: {
|
|
108
|
+
"name": "componentBottomSheetContentsRange",
|
|
109
|
+
"key": "0e8d8770bacfb2567a054e9c2159fe5dad6a21ba"
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
export declare const componentBottomSheetContentsSorting: {
|
|
113
|
+
"name": "componentBottomSheetContentsSorting",
|
|
114
|
+
"key": "61f7b8ff0a1a374a10bb1a6a7a31f379863f2ac8"
|
|
115
|
+
};
|
|
116
|
+
|
|
37
117
|
export declare const componentChipSuffixIcon: {
|
|
38
118
|
"name": "componentChipSuffixIcon",
|
|
39
119
|
"key": "2f79e3c5a78315c854d7bd4499d142cfcc94548f",
|
|
@@ -44,6 +124,16 @@ export declare const componentChipSuffixIcon: {
|
|
|
44
124
|
}
|
|
45
125
|
};
|
|
46
126
|
|
|
127
|
+
export declare const componentImageFrameBadge: {
|
|
128
|
+
"name": "componentImageFrameBadge",
|
|
129
|
+
"key": "6a1feb47139040d6f7522528f7c91bf4fe7bcc84"
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
export declare const componentImageFrameCustom: {
|
|
133
|
+
"name": "componentImageFrameCustom",
|
|
134
|
+
"key": "60900f1f80431faf16f78e0570848d4656076990"
|
|
135
|
+
};
|
|
136
|
+
|
|
47
137
|
export declare const componentImageFrameIcon: {
|
|
48
138
|
"name": "componentImageFrameIcon",
|
|
49
139
|
"key": "4f495448eeda5d10f41e6195e16b4eff49aaec17",
|
|
@@ -64,6 +154,41 @@ export declare const componentImageFrameOverlayIndicator: {
|
|
|
64
154
|
}
|
|
65
155
|
};
|
|
66
156
|
|
|
157
|
+
export declare const componentListItemDetailCustom: {
|
|
158
|
+
"name": "componentListItemDetailCustom",
|
|
159
|
+
"key": "d56900622b320739b5ce9dc9b12af1bcd1f6eeb4"
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
export declare const componentListItemDetailSubText_42a: {
|
|
163
|
+
"name": "componentListItemDetailSubText",
|
|
164
|
+
"key": "42ae9274fba94cb3b02c4e64b6584e5d03b73835"
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
export declare const componentListItemDetailSubText_07e: {
|
|
168
|
+
"name": "componentListItemDetailSubText",
|
|
169
|
+
"key": "07ea4a584c3fc5862e842efb5a151aff0059ee76"
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
export declare const componentListItemDetailTagGroup: {
|
|
173
|
+
"name": "componentListItemDetailTagGroup",
|
|
174
|
+
"key": "8e4743cce1ff6ac9e85269de6ce0ecff0ade06cb"
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
export declare const componentListItemPrefixAvatar: {
|
|
178
|
+
"name": "componentListItemPrefixAvatar",
|
|
179
|
+
"key": "27e33754113178be97e07195528c4ea020b3d3b7"
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
export declare const componentListItemPrefixCheckbox: {
|
|
183
|
+
"name": "componentListItemPrefixCheckbox",
|
|
184
|
+
"key": "563275de82ea1282cece0c35c0cd8d1625bc3a9d"
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
export declare const componentListItemPrefixCustom: {
|
|
188
|
+
"name": "componentListItemPrefixCustom",
|
|
189
|
+
"key": "b8059f5e0f85e0745fc61ff70f04571177c2cdfc"
|
|
190
|
+
};
|
|
191
|
+
|
|
67
192
|
export declare const componentListItemPrefixIcon: {
|
|
68
193
|
"name": "componentListItemPrefixIcon",
|
|
69
194
|
"key": "6c03690f1ce9f6c8b2fcdf4a7c57784f6cca12b9",
|
|
@@ -74,6 +199,21 @@ export declare const componentListItemPrefixIcon: {
|
|
|
74
199
|
}
|
|
75
200
|
};
|
|
76
201
|
|
|
202
|
+
export declare const componentListItemPrefixImage: {
|
|
203
|
+
"name": "componentListItemPrefixImage",
|
|
204
|
+
"key": "d06216ff143a960844799c0b8f9212628f78c69d"
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
export declare const componentListItemPrefixRadiomark: {
|
|
208
|
+
"name": "componentListItemPrefixRadiomark",
|
|
209
|
+
"key": "51f7c0917ebc559d81e63d0639cb632a792f40de"
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
export declare const componentListItemSuffixCheckbox: {
|
|
213
|
+
"name": "componentListItemSuffixCheckbox",
|
|
214
|
+
"key": "385ba8d607029e15e0d38ab415f783016488b185"
|
|
215
|
+
};
|
|
216
|
+
|
|
77
217
|
export declare const componentListItemSuffixChevron: {
|
|
78
218
|
"name": "componentListItemSuffixChevron",
|
|
79
219
|
"key": "259054ad63bb89ca119c7f45ddad6452acc731f2",
|
|
@@ -97,6 +237,11 @@ export declare const componentListItemSuffixChevronWithText: {
|
|
|
97
237
|
}
|
|
98
238
|
};
|
|
99
239
|
|
|
240
|
+
export declare const componentListItemSuffixCustom: {
|
|
241
|
+
"name": "componentListItemSuffixCustom",
|
|
242
|
+
"key": "26b86c9f8965d38aa5a1181a5cdc89fa487988d1"
|
|
243
|
+
};
|
|
244
|
+
|
|
100
245
|
export declare const componentListItemSuffixIcon: {
|
|
101
246
|
"name": "componentListItemSuffixIcon",
|
|
102
247
|
"key": "b7582e74a4bae29df8bc3f81368e528701a75855",
|
|
@@ -107,6 +252,16 @@ export declare const componentListItemSuffixIcon: {
|
|
|
107
252
|
}
|
|
108
253
|
};
|
|
109
254
|
|
|
255
|
+
export declare const componentListItemSuffixRadiomark: {
|
|
256
|
+
"name": "componentListItemSuffixRadiomark",
|
|
257
|
+
"key": "09871d64c5c30407da586fb34425c2e83e147c81"
|
|
258
|
+
};
|
|
259
|
+
|
|
260
|
+
export declare const componentListItemSuffixSwitch: {
|
|
261
|
+
"name": "componentListItemSuffixSwitch",
|
|
262
|
+
"key": "0c26bd64e117e168b06eea69be903e4be762a728"
|
|
263
|
+
};
|
|
264
|
+
|
|
110
265
|
export declare const componentPageBannerSuffixAction: {
|
|
111
266
|
"name": "componentPageBannerSuffixAction",
|
|
112
267
|
"key": "1bbd6fff9a32b4211bbe3eeb09fde4e12e87caed",
|
|
@@ -115,4 +270,109 @@ export declare const componentPageBannerSuffixAction: {
|
|
|
115
270
|
"type": "TEXT"
|
|
116
271
|
}
|
|
117
272
|
}
|
|
273
|
+
};
|
|
274
|
+
|
|
275
|
+
export declare const componentPageBannerSuffixCustom: {
|
|
276
|
+
"name": "componentPageBannerSuffixCustom",
|
|
277
|
+
"key": "40f2b4754bf16fa268941d03499dea575baa7e26"
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
export declare const componentPageBannerSuffixDismiss: {
|
|
281
|
+
"name": "componentPageBannerSuffixDismiss",
|
|
282
|
+
"key": "7bdf687e01996f3582b4056954fcb65f0bc67b2f"
|
|
283
|
+
};
|
|
284
|
+
|
|
285
|
+
export declare const componentPageBannerSuffixChevron: {
|
|
286
|
+
"name": "componentPageBannerSuffixChevron",
|
|
287
|
+
"key": "6f570f3b2b50649b0fd81190ebb42604ae3aa3a5"
|
|
288
|
+
};
|
|
289
|
+
|
|
290
|
+
export declare const componentResultSectionAssetTown: {
|
|
291
|
+
"name": "componentResultSectionAssetTown",
|
|
292
|
+
"key": "fb790e6aac3dea61df651faeb68078835c3e59ab"
|
|
293
|
+
};
|
|
294
|
+
|
|
295
|
+
export declare const componentResultSectionBridgeLottie: {
|
|
296
|
+
"name": "componentResultSectionBridgeLottie",
|
|
297
|
+
"key": "340c0c7a24b5a4c215b9e699d7af44578939485d"
|
|
298
|
+
};
|
|
299
|
+
|
|
300
|
+
export declare const componentResultSectionCompleteLottie: {
|
|
301
|
+
"name": "componentResultSectionCompleteLottie",
|
|
302
|
+
"key": "8c337e54aa38b7eb1eec9281c4934c5f0f87124c"
|
|
303
|
+
};
|
|
304
|
+
|
|
305
|
+
export declare const componentResultSectionCustom: {
|
|
306
|
+
"name": "componentResultSectionCustom",
|
|
307
|
+
"key": "c99bcc071b3ec4243ecdc1502545f427250a7286"
|
|
308
|
+
};
|
|
309
|
+
|
|
310
|
+
export declare const componentResultSectionFailLottie: {
|
|
311
|
+
"name": "componentResultSectionFailLottie",
|
|
312
|
+
"key": "ebace2f76203529076734076af40fbd04146b724"
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
export declare const componentResultSectionIconEmptyChat: {
|
|
316
|
+
"name": "componentResultSectionIconEmptyChat",
|
|
317
|
+
"key": "ed86a05df0ddeea4a84008ace70f750f5d1e46c9"
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
export declare const componentResultSectionIconEmptyList: {
|
|
321
|
+
"name": "componentResultSectionIconEmptyList",
|
|
322
|
+
"key": "99daf8fa5e0eed82c2dab35963f3a8e2f55968a3"
|
|
323
|
+
};
|
|
324
|
+
|
|
325
|
+
export declare const componentResultSectionIconEmptyPeople: {
|
|
326
|
+
"name": "componentResultSectionIconEmptyPeople",
|
|
327
|
+
"key": "18623f2ffffe641d3f9876189699839f27d279ac"
|
|
328
|
+
};
|
|
329
|
+
|
|
330
|
+
export declare const componentResultSectionIconEmptySearch: {
|
|
331
|
+
"name": "componentResultSectionIconEmptySearch",
|
|
332
|
+
"key": "4aa9c04ae49806098872f7c856b1925843ca7f4c"
|
|
333
|
+
};
|
|
334
|
+
|
|
335
|
+
export declare const componentSelectBoxSuffixCustom: {
|
|
336
|
+
"name": "componentSelectBoxSuffixCustom",
|
|
337
|
+
"key": "2ba92fc0cd161281686bf04767e8f2322c8a17f4"
|
|
338
|
+
};
|
|
339
|
+
|
|
340
|
+
export declare const componentSelectBoxItemPrefixAvatar: {
|
|
341
|
+
"name": "componentSelectBoxItemPrefixAvatar",
|
|
342
|
+
"key": "3d1ea583297f35880d9ec588326d9b82608565cc"
|
|
343
|
+
};
|
|
344
|
+
|
|
345
|
+
export declare const componentSelectBoxItemPrefixBadge: {
|
|
346
|
+
"name": "componentSelectBoxItemPrefixBadge",
|
|
347
|
+
"key": "d8c60ae70dee3a35795d83a9fd68282c0a90b554"
|
|
348
|
+
};
|
|
349
|
+
|
|
350
|
+
export declare const componentSelectBoxItemPrefixCustom: {
|
|
351
|
+
"name": "componentSelectBoxItemPrefixCustom",
|
|
352
|
+
"key": "8129b7b7804c8b22cf67d42df2383c1f5152298e"
|
|
353
|
+
};
|
|
354
|
+
|
|
355
|
+
export declare const componentSelectBoxItemPrefixIcon: {
|
|
356
|
+
"name": "componentSelectBoxItemPrefixIcon",
|
|
357
|
+
"key": "7184053a74eef18503170d08a1bdb74d37cbb65f",
|
|
358
|
+
"componentPropertyDefinitions": {
|
|
359
|
+
"Icon#2475:0": {
|
|
360
|
+
"type": "INSTANCE_SWAP"
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
};
|
|
364
|
+
|
|
365
|
+
export declare const componentSelectBoxItemPrefixImage: {
|
|
366
|
+
"name": "componentSelectBoxItemPrefixImage",
|
|
367
|
+
"key": "d4a3d2da63f6da1552f5d8f947105390248c9018"
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
export declare const componentSelectBoxItemSuffixCheck: {
|
|
371
|
+
"name": "componentSelectBoxItemSuffixCheck",
|
|
372
|
+
"key": "7b4bdf92e6852f0ecf85c1f6e0350ffaf674a172"
|
|
373
|
+
};
|
|
374
|
+
|
|
375
|
+
export declare const componentSelectBoxItemSuffixRadiomark: {
|
|
376
|
+
"name": "componentSelectBoxItemSuffixRadiomark",
|
|
377
|
+
"key": "cfb712b12fe2805b5594f8c143147c8aa3de490e"
|
|
118
378
|
};
|
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
export const privateTemplateAddressPickerField = {
|
|
2
|
+
"name": "privateTemplateAddressPickerField",
|
|
3
|
+
"key": "4af06df28eca43fe2be5fe5ba5e6019587de9fac"
|
|
4
|
+
};
|
|
5
|
+
|
|
6
|
+
export const privateTemplateDatePickerField = {
|
|
7
|
+
"name": "privateTemplateDatePickerField",
|
|
8
|
+
"key": "c161d1326a1087258e4f762aa3c378c098308d98"
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export const privateTemplateSelectField = {
|
|
12
|
+
"name": "privateTemplateSelectField",
|
|
13
|
+
"key": "a2138764f60a9b5a35e22ff40bc6cd701c660260"
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const privateTemplateTimePickerField = {
|
|
17
|
+
"name": "privateTemplateTimePickerField",
|
|
18
|
+
"key": "e38df17cf1e0f96e09774b015739dfde30d46115"
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const privateComponentBottomSheetContentsPlaceholder = {
|
|
22
|
+
"name": "privateComponentBottomSheetContentsPlaceholder",
|
|
23
|
+
"key": "e68b006d572300d3c987776192c8ab387fa45e05"
|
|
24
|
+
};
|
|
25
|
+
|
|
1
26
|
export const privateComponentField = {
|
|
2
27
|
"name": "privateComponentField",
|
|
3
28
|
"key": "96f0d114c3ec7826b22531502f05e82404835df4",
|
|
@@ -14,6 +39,21 @@ export const privateComponentField = {
|
|
|
14
39
|
}
|
|
15
40
|
};
|
|
16
41
|
|
|
42
|
+
export const privateComponentSelectBoxItemCustomContent = {
|
|
43
|
+
"name": "privateComponentSelectBoxItemCustomContent",
|
|
44
|
+
"key": "b327f8f0f74f9af3fded3f22fa4a64a08ed8d7cb"
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export const privateComponentSliderItemHandleSliderItemValueIndicator = {
|
|
48
|
+
"name": "privateComponentSliderItemHandleSliderItemValueIndicator",
|
|
49
|
+
"key": "cfe6acde9d78c5020d2c84a0fdbd54f75277d231"
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export const privateComponentSliderItemTrack = {
|
|
53
|
+
"name": "privateComponentSliderItemTrack",
|
|
54
|
+
"key": "dd6ea9f90ca6cabfb2f215155b77877adfaafdc9"
|
|
55
|
+
};
|
|
56
|
+
|
|
17
57
|
export const privateComponentTopNavigationLeftIconButton = {
|
|
18
58
|
"name": "privateComponentTopNavigationLeftIconButton",
|
|
19
59
|
"key": "c3e708bab11d8ea90a909b4539b6ba6b2a4e7b9c",
|
|
@@ -34,6 +74,46 @@ export const templateFilterBar = {
|
|
|
34
74
|
}
|
|
35
75
|
};
|
|
36
76
|
|
|
77
|
+
export const componentIcon = {
|
|
78
|
+
"name": "componentIcon",
|
|
79
|
+
"key": "4a6fdb3425a44a8bc1fe1502d830fa6e82decef7"
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
export const templateInformationList = {
|
|
83
|
+
"name": "templateInformationList",
|
|
84
|
+
"key": "ea1ff4070a5ef4ada5974dc7030e8f9a1b759cdb"
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
export const componentFigmaOnly = {
|
|
88
|
+
"name": "componentFigmaOnly",
|
|
89
|
+
"key": "a790da2ff1fb6f761abf202034920c1504b8f8f1"
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
export const componentBottomSheetContentsAgreement = {
|
|
93
|
+
"name": "componentBottomSheetContentsAgreement",
|
|
94
|
+
"key": "9d530235407646750ce8298b2815093dffcbbd83"
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
export const componentBottomSheetContentsFilter = {
|
|
98
|
+
"name": "componentBottomSheetContentsFilter",
|
|
99
|
+
"key": "9b50b222edac142fcce609da87250d7778e45ec4"
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
export const componentBottomSheetContentsImage = {
|
|
103
|
+
"name": "componentBottomSheetContentsImage",
|
|
104
|
+
"key": "b0b3e0f267ee67e93d6af524ce9d45764027507c"
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
export const componentBottomSheetContentsRange = {
|
|
108
|
+
"name": "componentBottomSheetContentsRange",
|
|
109
|
+
"key": "0e8d8770bacfb2567a054e9c2159fe5dad6a21ba"
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
export const componentBottomSheetContentsSorting = {
|
|
113
|
+
"name": "componentBottomSheetContentsSorting",
|
|
114
|
+
"key": "61f7b8ff0a1a374a10bb1a6a7a31f379863f2ac8"
|
|
115
|
+
};
|
|
116
|
+
|
|
37
117
|
export const componentChipSuffixIcon = {
|
|
38
118
|
"name": "componentChipSuffixIcon",
|
|
39
119
|
"key": "2f79e3c5a78315c854d7bd4499d142cfcc94548f",
|
|
@@ -44,6 +124,16 @@ export const componentChipSuffixIcon = {
|
|
|
44
124
|
}
|
|
45
125
|
};
|
|
46
126
|
|
|
127
|
+
export const componentImageFrameBadge = {
|
|
128
|
+
"name": "componentImageFrameBadge",
|
|
129
|
+
"key": "6a1feb47139040d6f7522528f7c91bf4fe7bcc84"
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
export const componentImageFrameCustom = {
|
|
133
|
+
"name": "componentImageFrameCustom",
|
|
134
|
+
"key": "60900f1f80431faf16f78e0570848d4656076990"
|
|
135
|
+
};
|
|
136
|
+
|
|
47
137
|
export const componentImageFrameIcon = {
|
|
48
138
|
"name": "componentImageFrameIcon",
|
|
49
139
|
"key": "4f495448eeda5d10f41e6195e16b4eff49aaec17",
|
|
@@ -64,6 +154,41 @@ export const componentImageFrameOverlayIndicator = {
|
|
|
64
154
|
}
|
|
65
155
|
};
|
|
66
156
|
|
|
157
|
+
export const componentListItemDetailCustom = {
|
|
158
|
+
"name": "componentListItemDetailCustom",
|
|
159
|
+
"key": "d56900622b320739b5ce9dc9b12af1bcd1f6eeb4"
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
export const componentListItemDetailSubText_42a = {
|
|
163
|
+
"name": "componentListItemDetailSubText",
|
|
164
|
+
"key": "42ae9274fba94cb3b02c4e64b6584e5d03b73835"
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
export const componentListItemDetailSubText_07e = {
|
|
168
|
+
"name": "componentListItemDetailSubText",
|
|
169
|
+
"key": "07ea4a584c3fc5862e842efb5a151aff0059ee76"
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
export const componentListItemDetailTagGroup = {
|
|
173
|
+
"name": "componentListItemDetailTagGroup",
|
|
174
|
+
"key": "8e4743cce1ff6ac9e85269de6ce0ecff0ade06cb"
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
export const componentListItemPrefixAvatar = {
|
|
178
|
+
"name": "componentListItemPrefixAvatar",
|
|
179
|
+
"key": "27e33754113178be97e07195528c4ea020b3d3b7"
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
export const componentListItemPrefixCheckbox = {
|
|
183
|
+
"name": "componentListItemPrefixCheckbox",
|
|
184
|
+
"key": "563275de82ea1282cece0c35c0cd8d1625bc3a9d"
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
export const componentListItemPrefixCustom = {
|
|
188
|
+
"name": "componentListItemPrefixCustom",
|
|
189
|
+
"key": "b8059f5e0f85e0745fc61ff70f04571177c2cdfc"
|
|
190
|
+
};
|
|
191
|
+
|
|
67
192
|
export const componentListItemPrefixIcon = {
|
|
68
193
|
"name": "componentListItemPrefixIcon",
|
|
69
194
|
"key": "6c03690f1ce9f6c8b2fcdf4a7c57784f6cca12b9",
|
|
@@ -74,6 +199,21 @@ export const componentListItemPrefixIcon = {
|
|
|
74
199
|
}
|
|
75
200
|
};
|
|
76
201
|
|
|
202
|
+
export const componentListItemPrefixImage = {
|
|
203
|
+
"name": "componentListItemPrefixImage",
|
|
204
|
+
"key": "d06216ff143a960844799c0b8f9212628f78c69d"
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
export const componentListItemPrefixRadiomark = {
|
|
208
|
+
"name": "componentListItemPrefixRadiomark",
|
|
209
|
+
"key": "51f7c0917ebc559d81e63d0639cb632a792f40de"
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
export const componentListItemSuffixCheckbox = {
|
|
213
|
+
"name": "componentListItemSuffixCheckbox",
|
|
214
|
+
"key": "385ba8d607029e15e0d38ab415f783016488b185"
|
|
215
|
+
};
|
|
216
|
+
|
|
77
217
|
export const componentListItemSuffixChevron = {
|
|
78
218
|
"name": "componentListItemSuffixChevron",
|
|
79
219
|
"key": "259054ad63bb89ca119c7f45ddad6452acc731f2",
|
|
@@ -97,6 +237,11 @@ export const componentListItemSuffixChevronWithText = {
|
|
|
97
237
|
}
|
|
98
238
|
};
|
|
99
239
|
|
|
240
|
+
export const componentListItemSuffixCustom = {
|
|
241
|
+
"name": "componentListItemSuffixCustom",
|
|
242
|
+
"key": "26b86c9f8965d38aa5a1181a5cdc89fa487988d1"
|
|
243
|
+
};
|
|
244
|
+
|
|
100
245
|
export const componentListItemSuffixIcon = {
|
|
101
246
|
"name": "componentListItemSuffixIcon",
|
|
102
247
|
"key": "b7582e74a4bae29df8bc3f81368e528701a75855",
|
|
@@ -107,6 +252,16 @@ export const componentListItemSuffixIcon = {
|
|
|
107
252
|
}
|
|
108
253
|
};
|
|
109
254
|
|
|
255
|
+
export const componentListItemSuffixRadiomark = {
|
|
256
|
+
"name": "componentListItemSuffixRadiomark",
|
|
257
|
+
"key": "09871d64c5c30407da586fb34425c2e83e147c81"
|
|
258
|
+
};
|
|
259
|
+
|
|
260
|
+
export const componentListItemSuffixSwitch = {
|
|
261
|
+
"name": "componentListItemSuffixSwitch",
|
|
262
|
+
"key": "0c26bd64e117e168b06eea69be903e4be762a728"
|
|
263
|
+
};
|
|
264
|
+
|
|
110
265
|
export const componentPageBannerSuffixAction = {
|
|
111
266
|
"name": "componentPageBannerSuffixAction",
|
|
112
267
|
"key": "1bbd6fff9a32b4211bbe3eeb09fde4e12e87caed",
|
|
@@ -115,4 +270,109 @@ export const componentPageBannerSuffixAction = {
|
|
|
115
270
|
"type": "TEXT"
|
|
116
271
|
}
|
|
117
272
|
}
|
|
273
|
+
};
|
|
274
|
+
|
|
275
|
+
export const componentPageBannerSuffixCustom = {
|
|
276
|
+
"name": "componentPageBannerSuffixCustom",
|
|
277
|
+
"key": "40f2b4754bf16fa268941d03499dea575baa7e26"
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
export const componentPageBannerSuffixDismiss = {
|
|
281
|
+
"name": "componentPageBannerSuffixDismiss",
|
|
282
|
+
"key": "7bdf687e01996f3582b4056954fcb65f0bc67b2f"
|
|
283
|
+
};
|
|
284
|
+
|
|
285
|
+
export const componentPageBannerSuffixChevron = {
|
|
286
|
+
"name": "componentPageBannerSuffixChevron",
|
|
287
|
+
"key": "6f570f3b2b50649b0fd81190ebb42604ae3aa3a5"
|
|
288
|
+
};
|
|
289
|
+
|
|
290
|
+
export const componentResultSectionAssetTown = {
|
|
291
|
+
"name": "componentResultSectionAssetTown",
|
|
292
|
+
"key": "fb790e6aac3dea61df651faeb68078835c3e59ab"
|
|
293
|
+
};
|
|
294
|
+
|
|
295
|
+
export const componentResultSectionBridgeLottie = {
|
|
296
|
+
"name": "componentResultSectionBridgeLottie",
|
|
297
|
+
"key": "340c0c7a24b5a4c215b9e699d7af44578939485d"
|
|
298
|
+
};
|
|
299
|
+
|
|
300
|
+
export const componentResultSectionCompleteLottie = {
|
|
301
|
+
"name": "componentResultSectionCompleteLottie",
|
|
302
|
+
"key": "8c337e54aa38b7eb1eec9281c4934c5f0f87124c"
|
|
303
|
+
};
|
|
304
|
+
|
|
305
|
+
export const componentResultSectionCustom = {
|
|
306
|
+
"name": "componentResultSectionCustom",
|
|
307
|
+
"key": "c99bcc071b3ec4243ecdc1502545f427250a7286"
|
|
308
|
+
};
|
|
309
|
+
|
|
310
|
+
export const componentResultSectionFailLottie = {
|
|
311
|
+
"name": "componentResultSectionFailLottie",
|
|
312
|
+
"key": "ebace2f76203529076734076af40fbd04146b724"
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
export const componentResultSectionIconEmptyChat = {
|
|
316
|
+
"name": "componentResultSectionIconEmptyChat",
|
|
317
|
+
"key": "ed86a05df0ddeea4a84008ace70f750f5d1e46c9"
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
export const componentResultSectionIconEmptyList = {
|
|
321
|
+
"name": "componentResultSectionIconEmptyList",
|
|
322
|
+
"key": "99daf8fa5e0eed82c2dab35963f3a8e2f55968a3"
|
|
323
|
+
};
|
|
324
|
+
|
|
325
|
+
export const componentResultSectionIconEmptyPeople = {
|
|
326
|
+
"name": "componentResultSectionIconEmptyPeople",
|
|
327
|
+
"key": "18623f2ffffe641d3f9876189699839f27d279ac"
|
|
328
|
+
};
|
|
329
|
+
|
|
330
|
+
export const componentResultSectionIconEmptySearch = {
|
|
331
|
+
"name": "componentResultSectionIconEmptySearch",
|
|
332
|
+
"key": "4aa9c04ae49806098872f7c856b1925843ca7f4c"
|
|
333
|
+
};
|
|
334
|
+
|
|
335
|
+
export const componentSelectBoxSuffixCustom = {
|
|
336
|
+
"name": "componentSelectBoxSuffixCustom",
|
|
337
|
+
"key": "2ba92fc0cd161281686bf04767e8f2322c8a17f4"
|
|
338
|
+
};
|
|
339
|
+
|
|
340
|
+
export const componentSelectBoxItemPrefixAvatar = {
|
|
341
|
+
"name": "componentSelectBoxItemPrefixAvatar",
|
|
342
|
+
"key": "3d1ea583297f35880d9ec588326d9b82608565cc"
|
|
343
|
+
};
|
|
344
|
+
|
|
345
|
+
export const componentSelectBoxItemPrefixBadge = {
|
|
346
|
+
"name": "componentSelectBoxItemPrefixBadge",
|
|
347
|
+
"key": "d8c60ae70dee3a35795d83a9fd68282c0a90b554"
|
|
348
|
+
};
|
|
349
|
+
|
|
350
|
+
export const componentSelectBoxItemPrefixCustom = {
|
|
351
|
+
"name": "componentSelectBoxItemPrefixCustom",
|
|
352
|
+
"key": "8129b7b7804c8b22cf67d42df2383c1f5152298e"
|
|
353
|
+
};
|
|
354
|
+
|
|
355
|
+
export const componentSelectBoxItemPrefixIcon = {
|
|
356
|
+
"name": "componentSelectBoxItemPrefixIcon",
|
|
357
|
+
"key": "7184053a74eef18503170d08a1bdb74d37cbb65f",
|
|
358
|
+
"componentPropertyDefinitions": {
|
|
359
|
+
"Icon#2475:0": {
|
|
360
|
+
"type": "INSTANCE_SWAP"
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
};
|
|
364
|
+
|
|
365
|
+
export const componentSelectBoxItemPrefixImage = {
|
|
366
|
+
"name": "componentSelectBoxItemPrefixImage",
|
|
367
|
+
"key": "d4a3d2da63f6da1552f5d8f947105390248c9018"
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
export const componentSelectBoxItemSuffixCheck = {
|
|
371
|
+
"name": "componentSelectBoxItemSuffixCheck",
|
|
372
|
+
"key": "7b4bdf92e6852f0ecf85c1f6e0350ffaf674a172"
|
|
373
|
+
};
|
|
374
|
+
|
|
375
|
+
export const componentSelectBoxItemSuffixRadiomark = {
|
|
376
|
+
"name": "componentSelectBoxItemSuffixRadiomark",
|
|
377
|
+
"key": "cfb712b12fe2805b5594f8c143147c8aa3de490e"
|
|
118
378
|
};
|