@seed-design/figma 1.3.12 → 1.3.14
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 +1297 -394
- package/lib/codegen/index.js +1297 -394
- package/lib/codegen/targets/react/index.cjs +1462 -511
- package/lib/codegen/targets/react/index.js +1462 -511
- package/lib/index.cjs +1415 -446
- package/lib/index.js +1415 -446
- package/package.json +4 -4
- package/src/codegen/component-properties.ts +9 -9
- package/src/codegen/targets/react/component/handlers/app-bar.ts +1 -1
- package/src/codegen/targets/react/component/handlers/checkbox.ts +1 -1
- package/src/codegen/targets/react/component/handlers/field-button.ts +5 -5
- package/src/codegen/targets/react/component/handlers/index.ts +1 -1
- package/src/codegen/targets/react/component/handlers/legacy-chip.ts +96 -0
- package/src/codegen/targets/react/component/handlers/list-item.ts +3 -3
- package/src/codegen/targets/react/component/handlers/radio-group.ts +1 -1
- package/src/codegen/targets/react/component/handlers/select-box.ts +1 -1
- package/src/codegen/targets/react/component/handlers/slider.ts +1 -1
- package/src/codegen/targets/react/component/handlers/tabs.ts +11 -5
- package/src/codegen/targets/react/component/handlers/text-field.ts +2 -2
- package/src/entities/data/__generated__/component-sets/index.d.ts +503 -264
- package/src/entities/data/__generated__/component-sets/index.mjs +503 -264
- package/src/entities/data/__generated__/components/index.d.ts +258 -96
- package/src/entities/data/__generated__/components/index.mjs +258 -96
- package/src/entities/data/__generated__/icons/index.mjs +66 -0
- package/src/entities/data/__generated__/styles/index.mjs +252 -0
- package/src/entities/data/__generated__/variable-collections/index.mjs +25 -5
- package/src/entities/data/__generated__/variables/index.mjs +461 -69
- package/src/codegen/targets/react/component/handlers/chip.ts +0 -93
|
@@ -1,36 +1,47 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
"name": "
|
|
3
|
-
"key": "
|
|
1
|
+
export declare const privateComponentAddressPickerField: {
|
|
2
|
+
"name": "privateComponentAddressPickerField",
|
|
3
|
+
"key": "014c59a3a937f0ef9eab9d64a3e75071474fd251",
|
|
4
|
+
"componentPropertyDefinitions": {}
|
|
4
5
|
};
|
|
5
6
|
|
|
6
|
-
export declare const
|
|
7
|
-
"name": "
|
|
8
|
-
"key": "
|
|
7
|
+
export declare const privateComponentDatePickerField: {
|
|
8
|
+
"name": "privateComponentDatePickerField",
|
|
9
|
+
"key": "cea4ffa312ceb2985022ddc0f5cc465f66d247ce",
|
|
10
|
+
"componentPropertyDefinitions": {}
|
|
9
11
|
};
|
|
10
12
|
|
|
11
|
-
export declare const
|
|
12
|
-
"name": "
|
|
13
|
-
"key": "
|
|
13
|
+
export declare const privateComponentSelectField: {
|
|
14
|
+
"name": "privateComponentSelectField",
|
|
15
|
+
"key": "7c6371809b9f0f21365bc2d9009d9872458768d8",
|
|
16
|
+
"componentPropertyDefinitions": {}
|
|
14
17
|
};
|
|
15
18
|
|
|
16
|
-
export declare const
|
|
17
|
-
"name": "
|
|
18
|
-
"key": "
|
|
19
|
+
export declare const privateComponentTimePickerField: {
|
|
20
|
+
"name": "privateComponentTimePickerField",
|
|
21
|
+
"key": "e14c34bd55fb9b18ca569011355b9f5f1f976180",
|
|
22
|
+
"componentPropertyDefinitions": {}
|
|
19
23
|
};
|
|
20
24
|
|
|
21
25
|
export declare const privateComponentItemMenuItemGroup: {
|
|
22
26
|
"name": "privateComponentItemMenuItemGroup",
|
|
23
|
-
"key": "5f64d89069596e92a14f8cee6b66bc43e1a89e09"
|
|
27
|
+
"key": "5f64d89069596e92a14f8cee6b66bc43e1a89e09",
|
|
28
|
+
"componentPropertyDefinitions": {
|
|
29
|
+
"Container#12285:86": {
|
|
30
|
+
"type": "SLOT"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
24
33
|
};
|
|
25
34
|
|
|
26
35
|
export declare const privateComponentItemNowBarStatusBarChip_94d: {
|
|
27
36
|
"name": "privateComponentItemNowBarStatusBarChip",
|
|
28
|
-
"key": "94d47f0ff371fa9baa5a5a5ee12344338cde5fd7"
|
|
37
|
+
"key": "94d47f0ff371fa9baa5a5a5ee12344338cde5fd7",
|
|
38
|
+
"componentPropertyDefinitions": {}
|
|
29
39
|
};
|
|
30
40
|
|
|
31
41
|
export declare const privateComponentItemNowBarStatusBarChip_8ae: {
|
|
32
42
|
"name": "privateComponentItemNowBarStatusBarChip",
|
|
33
|
-
"key": "8ae4e0cd11f3bbb066abb529be510ba02e5ff574"
|
|
43
|
+
"key": "8ae4e0cd11f3bbb066abb529be510ba02e5ff574",
|
|
44
|
+
"componentPropertyDefinitions": {}
|
|
34
45
|
};
|
|
35
46
|
|
|
36
47
|
export declare const componentItemNowBarDefault: {
|
|
@@ -52,21 +63,6 @@ export declare const componentItemNowBarDefault: {
|
|
|
52
63
|
}
|
|
53
64
|
};
|
|
54
65
|
|
|
55
|
-
export declare const privateComponentMenuItemBadge: {
|
|
56
|
-
"name": "privateComponentMenuItemBadge",
|
|
57
|
-
"key": "c74503291f75e9a4ded3d122dc8d5557ca343d81"
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
export declare const privateComponentMenuItemIcon: {
|
|
61
|
-
"name": "privateComponentMenuItemIcon",
|
|
62
|
-
"key": "0492a418f27c645c0392844565695dbc8d2f44af"
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
export declare const privateComponentMenuItemSuffixChevron: {
|
|
66
|
-
"name": "privateComponentMenuItemSuffixChevron",
|
|
67
|
-
"key": "0bf5e8b6f6b81617b69add92af4659e0fa300c76"
|
|
68
|
-
};
|
|
69
|
-
|
|
70
66
|
export declare const privateComponentSidebarMenuGroup: {
|
|
71
67
|
"name": "privateComponentSidebarMenuGroup",
|
|
72
68
|
"key": "06a3f8ec77ea5d4992e656a1ef75da843d2ed040",
|
|
@@ -82,17 +78,20 @@ export declare const privateComponentSidebarMenuGroup: {
|
|
|
82
78
|
|
|
83
79
|
export declare const privateComponentSidebarMenuGroupLabel: {
|
|
84
80
|
"name": "privateComponentSidebarMenuGroupLabel",
|
|
85
|
-
"key": "f583b031f6df1f10682e208b4b87d9bd158e8fd2"
|
|
81
|
+
"key": "f583b031f6df1f10682e208b4b87d9bd158e8fd2",
|
|
82
|
+
"componentPropertyDefinitions": {}
|
|
86
83
|
};
|
|
87
84
|
|
|
88
85
|
export declare const privateComponentSliderItemHandleSliderItemValueIndicator: {
|
|
89
86
|
"name": "privateComponentSliderItemHandleSliderItemValueIndicator",
|
|
90
|
-
"key": "cfe6acde9d78c5020d2c84a0fdbd54f75277d231"
|
|
87
|
+
"key": "cfe6acde9d78c5020d2c84a0fdbd54f75277d231",
|
|
88
|
+
"componentPropertyDefinitions": {}
|
|
91
89
|
};
|
|
92
90
|
|
|
93
91
|
export declare const privateComponentSliderItemTrack: {
|
|
94
92
|
"name": "privateComponentSliderItemTrack",
|
|
95
|
-
"key": "dd6ea9f90ca6cabfb2f215155b77877adfaafdc9"
|
|
93
|
+
"key": "dd6ea9f90ca6cabfb2f215155b77877adfaafdc9",
|
|
94
|
+
"componentPropertyDefinitions": {}
|
|
96
95
|
};
|
|
97
96
|
|
|
98
97
|
export declare const privateComponentTopNavigationLeftIconButton: {
|
|
@@ -105,10 +104,13 @@ export declare const privateComponentTopNavigationLeftIconButton: {
|
|
|
105
104
|
}
|
|
106
105
|
};
|
|
107
106
|
|
|
108
|
-
export declare const
|
|
109
|
-
"name": "
|
|
110
|
-
"key": "
|
|
107
|
+
export declare const componentFilterBar: {
|
|
108
|
+
"name": "componentFilterBar",
|
|
109
|
+
"key": "ec0cea376d2d446f3e02835c21dc224fb11bfcc1",
|
|
111
110
|
"componentPropertyDefinitions": {
|
|
111
|
+
"Container#12261:85": {
|
|
112
|
+
"type": "SLOT"
|
|
113
|
+
},
|
|
112
114
|
"Show Clear Button#32562:362": {
|
|
113
115
|
"type": "BOOLEAN"
|
|
114
116
|
}
|
|
@@ -117,20 +119,16 @@ export declare const templateFilterBar: {
|
|
|
117
119
|
|
|
118
120
|
export declare const componentIcon: {
|
|
119
121
|
"name": "componentIcon",
|
|
120
|
-
"key": "4a6fdb3425a44a8bc1fe1502d830fa6e82decef7"
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
export declare const templateInformationList: {
|
|
124
|
-
"name": "templateInformationList",
|
|
125
|
-
"key": "ea1ff4070a5ef4ada5974dc7030e8f9a1b759cdb"
|
|
122
|
+
"key": "4a6fdb3425a44a8bc1fe1502d830fa6e82decef7",
|
|
123
|
+
"componentPropertyDefinitions": {}
|
|
126
124
|
};
|
|
127
125
|
|
|
128
126
|
export declare const componentField: {
|
|
129
127
|
"name": "componentField",
|
|
130
128
|
"key": "96f0d114c3ec7826b22531502f05e82404835df4",
|
|
131
129
|
"componentPropertyDefinitions": {
|
|
132
|
-
"
|
|
133
|
-
"type": "
|
|
130
|
+
"Slot#11576:64": {
|
|
131
|
+
"type": "SLOT"
|
|
134
132
|
},
|
|
135
133
|
"Show Header#40606:1": {
|
|
136
134
|
"type": "BOOLEAN"
|
|
@@ -141,29 +139,70 @@ export declare const componentField: {
|
|
|
141
139
|
}
|
|
142
140
|
};
|
|
143
141
|
|
|
142
|
+
export declare const componentAccordionHeaderItemIndicatorClosed: {
|
|
143
|
+
"name": "componentAccordionHeaderItemIndicatorClosed",
|
|
144
|
+
"key": "0f0afef6fb11483bd7be852043b82d07cc862cb0",
|
|
145
|
+
"componentPropertyDefinitions": {}
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
export declare const componentAccordionHeaderItemIndicatorOpen: {
|
|
149
|
+
"name": "componentAccordionHeaderItemIndicatorOpen",
|
|
150
|
+
"key": "22bccc60546abc3d24e444baee65543860ded3b7",
|
|
151
|
+
"componentPropertyDefinitions": {}
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
export declare const componentAccordionItemContentsSlotCard: {
|
|
155
|
+
"name": "componentAccordionItemContentsSlotCard",
|
|
156
|
+
"key": "bf38fffc0a3d52a6556f1f8900ff35da45272987",
|
|
157
|
+
"componentPropertyDefinitions": {}
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
export declare const componentAccordionItemContentsSlotDescription: {
|
|
161
|
+
"name": "componentAccordionItemContentsSlotDescription",
|
|
162
|
+
"key": "97e258610bf17fb4d964972bcf0c04ace24390d2",
|
|
163
|
+
"componentPropertyDefinitions": {}
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
export declare const componentAccordionItemPrefixCustom: {
|
|
167
|
+
"name": "componentAccordionItemPrefixCustom",
|
|
168
|
+
"key": "99419495e8c42b6aa0ec9ad3ae25d6221254266c",
|
|
169
|
+
"componentPropertyDefinitions": {}
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
export declare const componentAccordionItemPrefixIcon: {
|
|
173
|
+
"name": "componentAccordionItemPrefixIcon",
|
|
174
|
+
"key": "ddab1d44d634fb0c3efad82aec7bad2e3d63463a",
|
|
175
|
+
"componentPropertyDefinitions": {}
|
|
176
|
+
};
|
|
177
|
+
|
|
144
178
|
export declare const componentBottomSheetContentsAgreement: {
|
|
145
179
|
"name": "componentBottomSheetContentsAgreement",
|
|
146
|
-
"key": "9d530235407646750ce8298b2815093dffcbbd83"
|
|
180
|
+
"key": "9d530235407646750ce8298b2815093dffcbbd83",
|
|
181
|
+
"componentPropertyDefinitions": {}
|
|
147
182
|
};
|
|
148
183
|
|
|
149
184
|
export declare const componentBottomSheetContentsFilter: {
|
|
150
185
|
"name": "componentBottomSheetContentsFilter",
|
|
151
|
-
"key": "9b50b222edac142fcce609da87250d7778e45ec4"
|
|
186
|
+
"key": "9b50b222edac142fcce609da87250d7778e45ec4",
|
|
187
|
+
"componentPropertyDefinitions": {}
|
|
152
188
|
};
|
|
153
189
|
|
|
154
190
|
export declare const componentBottomSheetContentsImage: {
|
|
155
191
|
"name": "componentBottomSheetContentsImage",
|
|
156
|
-
"key": "b0b3e0f267ee67e93d6af524ce9d45764027507c"
|
|
192
|
+
"key": "b0b3e0f267ee67e93d6af524ce9d45764027507c",
|
|
193
|
+
"componentPropertyDefinitions": {}
|
|
157
194
|
};
|
|
158
195
|
|
|
159
196
|
export declare const componentBottomSheetContentsRange: {
|
|
160
197
|
"name": "componentBottomSheetContentsRange",
|
|
161
|
-
"key": "0e8d8770bacfb2567a054e9c2159fe5dad6a21ba"
|
|
198
|
+
"key": "0e8d8770bacfb2567a054e9c2159fe5dad6a21ba",
|
|
199
|
+
"componentPropertyDefinitions": {}
|
|
162
200
|
};
|
|
163
201
|
|
|
164
202
|
export declare const componentBottomSheetContentsSorting: {
|
|
165
203
|
"name": "componentBottomSheetContentsSorting",
|
|
166
|
-
"key": "61f7b8ff0a1a374a10bb1a6a7a31f379863f2ac8"
|
|
204
|
+
"key": "61f7b8ff0a1a374a10bb1a6a7a31f379863f2ac8",
|
|
205
|
+
"componentPropertyDefinitions": {}
|
|
167
206
|
};
|
|
168
207
|
|
|
169
208
|
export declare const componentChipSuffixIcon: {
|
|
@@ -176,14 +215,96 @@ export declare const componentChipSuffixIcon: {
|
|
|
176
215
|
}
|
|
177
216
|
};
|
|
178
217
|
|
|
218
|
+
export declare const componentChipItemPrefixMediumAvatar: {
|
|
219
|
+
"name": "componentChipItemPrefixMediumAvatar",
|
|
220
|
+
"key": "cf493d53b3f5cb1e1bbfcc58b96d5ec7b19f06e8",
|
|
221
|
+
"componentPropertyDefinitions": {}
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
export declare const componentChipItemPrefixMediumIcon: {
|
|
225
|
+
"name": "componentChipItemPrefixMediumIcon",
|
|
226
|
+
"key": "bf58c4c2af7cc5a266f707e6f27857651b5bc526",
|
|
227
|
+
"componentPropertyDefinitions": {
|
|
228
|
+
"Icon#9981:436": {
|
|
229
|
+
"type": "INSTANCE_SWAP"
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
export declare const componentChipItemPrefixMediumImage: {
|
|
235
|
+
"name": "componentChipItemPrefixMediumImage",
|
|
236
|
+
"key": "d773d83622d0a9cb43fdd0b2c65dafb9905f3c3e",
|
|
237
|
+
"componentPropertyDefinitions": {}
|
|
238
|
+
};
|
|
239
|
+
|
|
240
|
+
export declare const componentChipItemPrefixSmallAvatar: {
|
|
241
|
+
"name": "componentChipItemPrefixSmallAvatar",
|
|
242
|
+
"key": "4949a78c7f9c5aff60135ec34a9e5b1e9bc0ee82",
|
|
243
|
+
"componentPropertyDefinitions": {}
|
|
244
|
+
};
|
|
245
|
+
|
|
246
|
+
export declare const componentChipItemPrefixSmallIcon: {
|
|
247
|
+
"name": "componentChipItemPrefixSmallIcon",
|
|
248
|
+
"key": "d7c2038464f29ebe2bac5df595df709a5e7f609a",
|
|
249
|
+
"componentPropertyDefinitions": {
|
|
250
|
+
"Icon#9981:437": {
|
|
251
|
+
"type": "INSTANCE_SWAP"
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
export declare const componentChipItemPrefixSmallImage: {
|
|
257
|
+
"name": "componentChipItemPrefixSmallImage",
|
|
258
|
+
"key": "71710fc8ad7af696a8d04a511eb25cc1e18d6212",
|
|
259
|
+
"componentPropertyDefinitions": {}
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
export declare const componentChipItemSuffixMediumChevron: {
|
|
263
|
+
"name": "componentChipItemSuffixMediumChevron",
|
|
264
|
+
"key": "3842e5ca18a9f9b032fada1b42b4ce5c20fc9a02",
|
|
265
|
+
"componentPropertyDefinitions": {}
|
|
266
|
+
};
|
|
267
|
+
|
|
268
|
+
export declare const componentChipItemSuffixMediumCustom: {
|
|
269
|
+
"name": "componentChipItemSuffixMediumCustom",
|
|
270
|
+
"key": "687b613a158680809fc4ee1e97c7c91d0aca98db",
|
|
271
|
+
"componentPropertyDefinitions": {}
|
|
272
|
+
};
|
|
273
|
+
|
|
274
|
+
export declare const componentChipItemSuffixMediumDismiss: {
|
|
275
|
+
"name": "componentChipItemSuffixMediumDismiss",
|
|
276
|
+
"key": "3e89ab12c96dd9f7258ef8c0f5d399ffdf9c76ce",
|
|
277
|
+
"componentPropertyDefinitions": {}
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
export declare const componentChipItemSuffixSmallChevron: {
|
|
281
|
+
"name": "componentChipItemSuffixSmallChevron",
|
|
282
|
+
"key": "14c0ea8f10ac2639674c8726d7aee6a265f0a2ae",
|
|
283
|
+
"componentPropertyDefinitions": {}
|
|
284
|
+
};
|
|
285
|
+
|
|
286
|
+
export declare const componentChipItemSuffixSmallCustom: {
|
|
287
|
+
"name": "componentChipItemSuffixSmallCustom",
|
|
288
|
+
"key": "5576dd57bf29e959239708bdcee2ac3ea4470731",
|
|
289
|
+
"componentPropertyDefinitions": {}
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
export declare const componentChipItemSuffixSmallDismiss: {
|
|
293
|
+
"name": "componentChipItemSuffixSmallDismiss",
|
|
294
|
+
"key": "e32de98f1011177d585439cd1364d087f1ab90da",
|
|
295
|
+
"componentPropertyDefinitions": {}
|
|
296
|
+
};
|
|
297
|
+
|
|
179
298
|
export declare const componentImageFrameBadge: {
|
|
180
299
|
"name": "componentImageFrameBadge",
|
|
181
|
-
"key": "6a1feb47139040d6f7522528f7c91bf4fe7bcc84"
|
|
300
|
+
"key": "6a1feb47139040d6f7522528f7c91bf4fe7bcc84",
|
|
301
|
+
"componentPropertyDefinitions": {}
|
|
182
302
|
};
|
|
183
303
|
|
|
184
304
|
export declare const componentImageFrameCustom: {
|
|
185
305
|
"name": "componentImageFrameCustom",
|
|
186
|
-
"key": "60900f1f80431faf16f78e0570848d4656076990"
|
|
306
|
+
"key": "60900f1f80431faf16f78e0570848d4656076990",
|
|
307
|
+
"componentPropertyDefinitions": {}
|
|
187
308
|
};
|
|
188
309
|
|
|
189
310
|
export declare const componentImageFrameIcon: {
|
|
@@ -206,49 +327,46 @@ export declare const componentImageFrameOverlayIndicator: {
|
|
|
206
327
|
}
|
|
207
328
|
};
|
|
208
329
|
|
|
209
|
-
export declare const templateItemEmbedViewTypeDiscountRate: {
|
|
210
|
-
"name": "templateItemEmbedViewTypeDiscountRate",
|
|
211
|
-
"key": "6672b5e163637b12b0b648cbbcaafffdc63b809c"
|
|
212
|
-
};
|
|
213
|
-
|
|
214
|
-
export declare const templateItemEmbedViewTypeOriginalPrice: {
|
|
215
|
-
"name": "templateItemEmbedViewTypeOriginalPrice",
|
|
216
|
-
"key": "3ce31f0965fc9c600f4d8fe2feb1152dda088297"
|
|
217
|
-
};
|
|
218
|
-
|
|
219
330
|
export declare const componentListItemDetailCustom: {
|
|
220
331
|
"name": "componentListItemDetailCustom",
|
|
221
|
-
"key": "d56900622b320739b5ce9dc9b12af1bcd1f6eeb4"
|
|
332
|
+
"key": "d56900622b320739b5ce9dc9b12af1bcd1f6eeb4",
|
|
333
|
+
"componentPropertyDefinitions": {}
|
|
222
334
|
};
|
|
223
335
|
|
|
224
|
-
export declare const
|
|
336
|
+
export declare const componentListItemDetailSubText_07e: {
|
|
225
337
|
"name": "componentListItemDetailSubText",
|
|
226
|
-
"key": "
|
|
338
|
+
"key": "07ea4a584c3fc5862e842efb5a151aff0059ee76",
|
|
339
|
+
"componentPropertyDefinitions": {}
|
|
227
340
|
};
|
|
228
341
|
|
|
229
|
-
export declare const
|
|
342
|
+
export declare const componentListItemDetailSubText_42a: {
|
|
230
343
|
"name": "componentListItemDetailSubText",
|
|
231
|
-
"key": "
|
|
344
|
+
"key": "42ae9274fba94cb3b02c4e64b6584e5d03b73835",
|
|
345
|
+
"componentPropertyDefinitions": {}
|
|
232
346
|
};
|
|
233
347
|
|
|
234
348
|
export declare const componentListItemDetailTagGroup: {
|
|
235
349
|
"name": "componentListItemDetailTagGroup",
|
|
236
|
-
"key": "8e4743cce1ff6ac9e85269de6ce0ecff0ade06cb"
|
|
350
|
+
"key": "8e4743cce1ff6ac9e85269de6ce0ecff0ade06cb",
|
|
351
|
+
"componentPropertyDefinitions": {}
|
|
237
352
|
};
|
|
238
353
|
|
|
239
354
|
export declare const componentListItemPrefixAvatar: {
|
|
240
355
|
"name": "componentListItemPrefixAvatar",
|
|
241
|
-
"key": "27e33754113178be97e07195528c4ea020b3d3b7"
|
|
356
|
+
"key": "27e33754113178be97e07195528c4ea020b3d3b7",
|
|
357
|
+
"componentPropertyDefinitions": {}
|
|
242
358
|
};
|
|
243
359
|
|
|
244
360
|
export declare const componentListItemPrefixCheckbox: {
|
|
245
361
|
"name": "componentListItemPrefixCheckbox",
|
|
246
|
-
"key": "563275de82ea1282cece0c35c0cd8d1625bc3a9d"
|
|
362
|
+
"key": "563275de82ea1282cece0c35c0cd8d1625bc3a9d",
|
|
363
|
+
"componentPropertyDefinitions": {}
|
|
247
364
|
};
|
|
248
365
|
|
|
249
366
|
export declare const componentListItemPrefixCustom: {
|
|
250
367
|
"name": "componentListItemPrefixCustom",
|
|
251
|
-
"key": "b8059f5e0f85e0745fc61ff70f04571177c2cdfc"
|
|
368
|
+
"key": "b8059f5e0f85e0745fc61ff70f04571177c2cdfc",
|
|
369
|
+
"componentPropertyDefinitions": {}
|
|
252
370
|
};
|
|
253
371
|
|
|
254
372
|
export declare const componentListItemPrefixIcon: {
|
|
@@ -263,17 +381,20 @@ export declare const componentListItemPrefixIcon: {
|
|
|
263
381
|
|
|
264
382
|
export declare const componentListItemPrefixImage: {
|
|
265
383
|
"name": "componentListItemPrefixImage",
|
|
266
|
-
"key": "d06216ff143a960844799c0b8f9212628f78c69d"
|
|
384
|
+
"key": "d06216ff143a960844799c0b8f9212628f78c69d",
|
|
385
|
+
"componentPropertyDefinitions": {}
|
|
267
386
|
};
|
|
268
387
|
|
|
269
388
|
export declare const componentListItemPrefixRadiomark: {
|
|
270
389
|
"name": "componentListItemPrefixRadiomark",
|
|
271
|
-
"key": "51f7c0917ebc559d81e63d0639cb632a792f40de"
|
|
390
|
+
"key": "51f7c0917ebc559d81e63d0639cb632a792f40de",
|
|
391
|
+
"componentPropertyDefinitions": {}
|
|
272
392
|
};
|
|
273
393
|
|
|
274
394
|
export declare const componentListItemSuffixCheckbox: {
|
|
275
395
|
"name": "componentListItemSuffixCheckbox",
|
|
276
|
-
"key": "385ba8d607029e15e0d38ab415f783016488b185"
|
|
396
|
+
"key": "385ba8d607029e15e0d38ab415f783016488b185",
|
|
397
|
+
"componentPropertyDefinitions": {}
|
|
277
398
|
};
|
|
278
399
|
|
|
279
400
|
export declare const componentListItemSuffixChevron: {
|
|
@@ -301,7 +422,8 @@ export declare const componentListItemSuffixChevronWithText: {
|
|
|
301
422
|
|
|
302
423
|
export declare const componentListItemSuffixCustom: {
|
|
303
424
|
"name": "componentListItemSuffixCustom",
|
|
304
|
-
"key": "26b86c9f8965d38aa5a1181a5cdc89fa487988d1"
|
|
425
|
+
"key": "26b86c9f8965d38aa5a1181a5cdc89fa487988d1",
|
|
426
|
+
"componentPropertyDefinitions": {}
|
|
305
427
|
};
|
|
306
428
|
|
|
307
429
|
export declare const componentListItemSuffixIcon: {
|
|
@@ -316,12 +438,32 @@ export declare const componentListItemSuffixIcon: {
|
|
|
316
438
|
|
|
317
439
|
export declare const componentListItemSuffixRadiomark: {
|
|
318
440
|
"name": "componentListItemSuffixRadiomark",
|
|
319
|
-
"key": "09871d64c5c30407da586fb34425c2e83e147c81"
|
|
441
|
+
"key": "09871d64c5c30407da586fb34425c2e83e147c81",
|
|
442
|
+
"componentPropertyDefinitions": {}
|
|
320
443
|
};
|
|
321
444
|
|
|
322
445
|
export declare const componentListItemSuffixSwitch: {
|
|
323
446
|
"name": "componentListItemSuffixSwitch",
|
|
324
|
-
"key": "0c26bd64e117e168b06eea69be903e4be762a728"
|
|
447
|
+
"key": "0c26bd64e117e168b06eea69be903e4be762a728",
|
|
448
|
+
"componentPropertyDefinitions": {}
|
|
449
|
+
};
|
|
450
|
+
|
|
451
|
+
export declare const componentMenuItemBadge: {
|
|
452
|
+
"name": "componentMenuItemBadge",
|
|
453
|
+
"key": "c74503291f75e9a4ded3d122dc8d5557ca343d81",
|
|
454
|
+
"componentPropertyDefinitions": {}
|
|
455
|
+
};
|
|
456
|
+
|
|
457
|
+
export declare const componentMenuItemIcon: {
|
|
458
|
+
"name": "componentMenuItemIcon",
|
|
459
|
+
"key": "0492a418f27c645c0392844565695dbc8d2f44af",
|
|
460
|
+
"componentPropertyDefinitions": {}
|
|
461
|
+
};
|
|
462
|
+
|
|
463
|
+
export declare const componentMenuItemSuffixChevron: {
|
|
464
|
+
"name": "componentMenuItemSuffixChevron",
|
|
465
|
+
"key": "0bf5e8b6f6b81617b69add92af4659e0fa300c76",
|
|
466
|
+
"componentPropertyDefinitions": {}
|
|
325
467
|
};
|
|
326
468
|
|
|
327
469
|
export declare const componentPageBannerSuffixAction: {
|
|
@@ -336,82 +478,98 @@ export declare const componentPageBannerSuffixAction: {
|
|
|
336
478
|
|
|
337
479
|
export declare const componentPageBannerSuffixCustom: {
|
|
338
480
|
"name": "componentPageBannerSuffixCustom",
|
|
339
|
-
"key": "40f2b4754bf16fa268941d03499dea575baa7e26"
|
|
481
|
+
"key": "40f2b4754bf16fa268941d03499dea575baa7e26",
|
|
482
|
+
"componentPropertyDefinitions": {}
|
|
340
483
|
};
|
|
341
484
|
|
|
342
485
|
export declare const componentPageBannerSuffixDismiss: {
|
|
343
486
|
"name": "componentPageBannerSuffixDismiss",
|
|
344
|
-
"key": "7bdf687e01996f3582b4056954fcb65f0bc67b2f"
|
|
487
|
+
"key": "7bdf687e01996f3582b4056954fcb65f0bc67b2f",
|
|
488
|
+
"componentPropertyDefinitions": {}
|
|
345
489
|
};
|
|
346
490
|
|
|
347
491
|
export declare const componentPageBannerSuffixChevron: {
|
|
348
492
|
"name": "componentPageBannerSuffixChevron",
|
|
349
|
-
"key": "6f570f3b2b50649b0fd81190ebb42604ae3aa3a5"
|
|
493
|
+
"key": "6f570f3b2b50649b0fd81190ebb42604ae3aa3a5",
|
|
494
|
+
"componentPropertyDefinitions": {}
|
|
350
495
|
};
|
|
351
496
|
|
|
352
497
|
export declare const componentResultSectionAssetTown: {
|
|
353
498
|
"name": "componentResultSectionAssetTown",
|
|
354
|
-
"key": "fb790e6aac3dea61df651faeb68078835c3e59ab"
|
|
499
|
+
"key": "fb790e6aac3dea61df651faeb68078835c3e59ab",
|
|
500
|
+
"componentPropertyDefinitions": {}
|
|
355
501
|
};
|
|
356
502
|
|
|
357
503
|
export declare const componentResultSectionBridgeLottie: {
|
|
358
504
|
"name": "componentResultSectionBridgeLottie",
|
|
359
|
-
"key": "340c0c7a24b5a4c215b9e699d7af44578939485d"
|
|
505
|
+
"key": "340c0c7a24b5a4c215b9e699d7af44578939485d",
|
|
506
|
+
"componentPropertyDefinitions": {}
|
|
360
507
|
};
|
|
361
508
|
|
|
362
509
|
export declare const componentResultSectionCompleteLottie: {
|
|
363
510
|
"name": "componentResultSectionCompleteLottie",
|
|
364
|
-
"key": "8c337e54aa38b7eb1eec9281c4934c5f0f87124c"
|
|
511
|
+
"key": "8c337e54aa38b7eb1eec9281c4934c5f0f87124c",
|
|
512
|
+
"componentPropertyDefinitions": {}
|
|
365
513
|
};
|
|
366
514
|
|
|
367
515
|
export declare const componentResultSectionCustom: {
|
|
368
516
|
"name": "componentResultSectionCustom",
|
|
369
|
-
"key": "c99bcc071b3ec4243ecdc1502545f427250a7286"
|
|
517
|
+
"key": "c99bcc071b3ec4243ecdc1502545f427250a7286",
|
|
518
|
+
"componentPropertyDefinitions": {}
|
|
370
519
|
};
|
|
371
520
|
|
|
372
521
|
export declare const componentResultSectionFailLottie: {
|
|
373
522
|
"name": "componentResultSectionFailLottie",
|
|
374
|
-
"key": "ebace2f76203529076734076af40fbd04146b724"
|
|
523
|
+
"key": "ebace2f76203529076734076af40fbd04146b724",
|
|
524
|
+
"componentPropertyDefinitions": {}
|
|
375
525
|
};
|
|
376
526
|
|
|
377
527
|
export declare const componentResultSectionIconEmptyChat: {
|
|
378
528
|
"name": "componentResultSectionIconEmptyChat",
|
|
379
|
-
"key": "ed86a05df0ddeea4a84008ace70f750f5d1e46c9"
|
|
529
|
+
"key": "ed86a05df0ddeea4a84008ace70f750f5d1e46c9",
|
|
530
|
+
"componentPropertyDefinitions": {}
|
|
380
531
|
};
|
|
381
532
|
|
|
382
533
|
export declare const componentResultSectionIconEmptyList: {
|
|
383
534
|
"name": "componentResultSectionIconEmptyList",
|
|
384
|
-
"key": "99daf8fa5e0eed82c2dab35963f3a8e2f55968a3"
|
|
535
|
+
"key": "99daf8fa5e0eed82c2dab35963f3a8e2f55968a3",
|
|
536
|
+
"componentPropertyDefinitions": {}
|
|
385
537
|
};
|
|
386
538
|
|
|
387
539
|
export declare const componentResultSectionIconEmptyPeople: {
|
|
388
540
|
"name": "componentResultSectionIconEmptyPeople",
|
|
389
|
-
"key": "18623f2ffffe641d3f9876189699839f27d279ac"
|
|
541
|
+
"key": "18623f2ffffe641d3f9876189699839f27d279ac",
|
|
542
|
+
"componentPropertyDefinitions": {}
|
|
390
543
|
};
|
|
391
544
|
|
|
392
545
|
export declare const componentResultSectionIconEmptySearch: {
|
|
393
546
|
"name": "componentResultSectionIconEmptySearch",
|
|
394
|
-
"key": "4aa9c04ae49806098872f7c856b1925843ca7f4c"
|
|
547
|
+
"key": "4aa9c04ae49806098872f7c856b1925843ca7f4c",
|
|
548
|
+
"componentPropertyDefinitions": {}
|
|
395
549
|
};
|
|
396
550
|
|
|
397
551
|
export declare const componentSelectBoxSuffixCustom: {
|
|
398
552
|
"name": "componentSelectBoxSuffixCustom",
|
|
399
|
-
"key": "2ba92fc0cd161281686bf04767e8f2322c8a17f4"
|
|
553
|
+
"key": "2ba92fc0cd161281686bf04767e8f2322c8a17f4",
|
|
554
|
+
"componentPropertyDefinitions": {}
|
|
400
555
|
};
|
|
401
556
|
|
|
402
557
|
export declare const componentSelectBoxItemPrefixAvatar: {
|
|
403
558
|
"name": "componentSelectBoxItemPrefixAvatar",
|
|
404
|
-
"key": "3d1ea583297f35880d9ec588326d9b82608565cc"
|
|
559
|
+
"key": "3d1ea583297f35880d9ec588326d9b82608565cc",
|
|
560
|
+
"componentPropertyDefinitions": {}
|
|
405
561
|
};
|
|
406
562
|
|
|
407
563
|
export declare const componentSelectBoxItemPrefixBadge: {
|
|
408
564
|
"name": "componentSelectBoxItemPrefixBadge",
|
|
409
|
-
"key": "d8c60ae70dee3a35795d83a9fd68282c0a90b554"
|
|
565
|
+
"key": "d8c60ae70dee3a35795d83a9fd68282c0a90b554",
|
|
566
|
+
"componentPropertyDefinitions": {}
|
|
410
567
|
};
|
|
411
568
|
|
|
412
569
|
export declare const componentSelectBoxItemPrefixCustom: {
|
|
413
570
|
"name": "componentSelectBoxItemPrefixCustom",
|
|
414
|
-
"key": "8129b7b7804c8b22cf67d42df2383c1f5152298e"
|
|
571
|
+
"key": "8129b7b7804c8b22cf67d42df2383c1f5152298e",
|
|
572
|
+
"componentPropertyDefinitions": {}
|
|
415
573
|
};
|
|
416
574
|
|
|
417
575
|
export declare const componentSelectBoxItemPrefixIcon: {
|
|
@@ -426,20 +584,24 @@ export declare const componentSelectBoxItemPrefixIcon: {
|
|
|
426
584
|
|
|
427
585
|
export declare const componentSelectBoxItemPrefixImage: {
|
|
428
586
|
"name": "componentSelectBoxItemPrefixImage",
|
|
429
|
-
"key": "d4a3d2da63f6da1552f5d8f947105390248c9018"
|
|
587
|
+
"key": "d4a3d2da63f6da1552f5d8f947105390248c9018",
|
|
588
|
+
"componentPropertyDefinitions": {}
|
|
430
589
|
};
|
|
431
590
|
|
|
432
591
|
export declare const componentSelectBoxItemSuffixCheck: {
|
|
433
592
|
"name": "componentSelectBoxItemSuffixCheck",
|
|
434
|
-
"key": "7b4bdf92e6852f0ecf85c1f6e0350ffaf674a172"
|
|
593
|
+
"key": "7b4bdf92e6852f0ecf85c1f6e0350ffaf674a172",
|
|
594
|
+
"componentPropertyDefinitions": {}
|
|
435
595
|
};
|
|
436
596
|
|
|
437
597
|
export declare const componentSelectBoxItemSuffixRadiomark: {
|
|
438
598
|
"name": "componentSelectBoxItemSuffixRadiomark",
|
|
439
|
-
"key": "cfb712b12fe2805b5594f8c143147c8aa3de490e"
|
|
599
|
+
"key": "cfb712b12fe2805b5594f8c143147c8aa3de490e",
|
|
600
|
+
"componentPropertyDefinitions": {}
|
|
440
601
|
};
|
|
441
602
|
|
|
442
603
|
export declare const componentFigmaOnly: {
|
|
443
604
|
"name": "componentFigmaOnly",
|
|
444
|
-
"key": "a790da2ff1fb6f761abf202034920c1504b8f8f1"
|
|
605
|
+
"key": "a790da2ff1fb6f761abf202034920c1504b8f8f1",
|
|
606
|
+
"componentPropertyDefinitions": {}
|
|
445
607
|
};
|