@plasmicpkgs/plasmic-chakra-ui 0.0.3 → 0.0.4
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/dist/index.d.ts +1 -0
- package/dist/plasmic-chakra-ui.cjs.development.js +1482 -1465
- package/dist/plasmic-chakra-ui.cjs.development.js.map +1 -1
- package/dist/plasmic-chakra-ui.cjs.production.min.js +1 -1
- package/dist/plasmic-chakra-ui.cjs.production.min.js.map +1 -1
- package/dist/plasmic-chakra-ui.esm.js +1482 -1467
- package/dist/plasmic-chakra-ui.esm.js.map +1 -1
- package/dist/registerChakraProvider.d.ts +5 -0
- package/dist/registerable.d.ts +2 -0
- package/package.json +2 -2
|
@@ -6,6 +6,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
|
|
|
6
6
|
|
|
7
7
|
var react = require('@chakra-ui/react');
|
|
8
8
|
var registerComponent = _interopDefault(require('@plasmicapp/host/registerComponent'));
|
|
9
|
+
var registerGlobalContext = _interopDefault(require('@plasmicapp/host/registerGlobalContext'));
|
|
9
10
|
var React = _interopDefault(require('react'));
|
|
10
11
|
|
|
11
12
|
function _extends() {
|
|
@@ -46,405 +47,308 @@ var getComponentNameAndImportMeta = function getComponentNameAndImportMeta(compo
|
|
|
46
47
|
} : {});
|
|
47
48
|
};
|
|
48
49
|
|
|
49
|
-
var
|
|
50
|
-
defaultStyles: {
|
|
51
|
-
width: "320px"
|
|
52
|
-
},
|
|
50
|
+
var accordionMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Accordion"), {
|
|
53
51
|
props: {
|
|
54
|
-
|
|
52
|
+
allowMultiple: {
|
|
53
|
+
type: "boolean",
|
|
54
|
+
description: "If true, multiple accordion items can be expanded at the same time."
|
|
55
|
+
},
|
|
56
|
+
allowToggle: {
|
|
57
|
+
type: "boolean",
|
|
58
|
+
description: "If true, an expanded accordion item can be collapsed again."
|
|
59
|
+
},
|
|
60
|
+
defaultIndex: {
|
|
55
61
|
type: "number",
|
|
56
|
-
|
|
62
|
+
description: "The index of the accordion item that should be expanded by default."
|
|
63
|
+
},
|
|
64
|
+
reduceMotion: {
|
|
65
|
+
type: "boolean",
|
|
66
|
+
description: "If true, height animation and transitions will be disabled."
|
|
57
67
|
},
|
|
58
68
|
children: {
|
|
59
69
|
type: "slot",
|
|
60
|
-
|
|
70
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("AccordionItem")],
|
|
71
|
+
defaultValue: [{
|
|
61
72
|
type: "component",
|
|
62
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
function registerAspectRatio(loader, customAspectRatioMeta) {
|
|
68
|
-
var doRegisterComponent = function doRegisterComponent() {
|
|
69
|
-
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
doRegisterComponent(react.AspectRatio, customAspectRatioMeta != null ? customAspectRatioMeta : aspectRatioMeta);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
var badgeMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Badge"), {
|
|
76
|
-
importPath: "@chakra-ui/react",
|
|
77
|
-
props: {
|
|
78
|
-
colorScheme: {
|
|
79
|
-
type: "choice",
|
|
80
|
-
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"],
|
|
81
|
-
defaultValue: "gray"
|
|
82
|
-
},
|
|
83
|
-
variant: {
|
|
84
|
-
type: "choice",
|
|
85
|
-
options: ["solid", "subtle", "outline"],
|
|
86
|
-
defaultValue: "subtle"
|
|
73
|
+
name: /*#__PURE__*/getPlasmicComponentName("AccordionItem")
|
|
74
|
+
}, {
|
|
75
|
+
type: "component",
|
|
76
|
+
name: /*#__PURE__*/getPlasmicComponentName("AccordionItem")
|
|
77
|
+
}]
|
|
87
78
|
}
|
|
88
79
|
}
|
|
89
80
|
});
|
|
90
|
-
function
|
|
81
|
+
function registerAccordion(loader, customAccordionMeta) {
|
|
91
82
|
var doRegisterComponent = function doRegisterComponent() {
|
|
92
83
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
93
84
|
};
|
|
94
85
|
|
|
95
|
-
doRegisterComponent(react.
|
|
86
|
+
doRegisterComponent(react.Accordion, customAccordionMeta != null ? customAccordionMeta : accordionMeta);
|
|
96
87
|
}
|
|
97
|
-
|
|
98
|
-
var breadcrumbItemMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("BreadcrumbItem", "Breadcrumb"), {
|
|
88
|
+
var accordionItemMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("AccordionItem", "Accordion"), {
|
|
99
89
|
props: {
|
|
100
|
-
|
|
101
|
-
type: "boolean"
|
|
102
|
-
},
|
|
103
|
-
isLastChild: {
|
|
104
|
-
type: "boolean"
|
|
105
|
-
},
|
|
106
|
-
seperator: {
|
|
90
|
+
id: {
|
|
107
91
|
type: "string",
|
|
108
|
-
|
|
92
|
+
description: "The unique id of the accordion item."
|
|
109
93
|
},
|
|
110
|
-
|
|
111
|
-
type: "
|
|
112
|
-
|
|
94
|
+
isDisabled: {
|
|
95
|
+
type: "boolean",
|
|
96
|
+
description: "If true, the accordion item will be disabled."
|
|
97
|
+
},
|
|
98
|
+
isFocusable: {
|
|
99
|
+
type: "boolean",
|
|
100
|
+
description: "If true, the accordion item will be focusable."
|
|
113
101
|
},
|
|
114
102
|
children: {
|
|
115
103
|
type: "slot",
|
|
104
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("AccordionButton"), /*#__PURE__*/getPlasmicComponentName("AccordionPanel")],
|
|
116
105
|
defaultValue: [{
|
|
117
106
|
type: "component",
|
|
118
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
value: "BreadcrumbItem"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
107
|
+
name: /*#__PURE__*/getPlasmicComponentName("AccordionButton")
|
|
108
|
+
}, {
|
|
109
|
+
type: "component",
|
|
110
|
+
name: /*#__PURE__*/getPlasmicComponentName("AccordionPanel")
|
|
125
111
|
}]
|
|
126
112
|
}
|
|
127
113
|
}
|
|
128
114
|
});
|
|
129
|
-
function
|
|
115
|
+
function registerAccordionItem(loader, customAccordionItemMeta) {
|
|
130
116
|
var doRegisterComponent = function doRegisterComponent() {
|
|
131
117
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
132
118
|
};
|
|
133
119
|
|
|
134
|
-
doRegisterComponent(react.
|
|
120
|
+
doRegisterComponent(react.AccordionItem, customAccordionItemMeta != null ? customAccordionItemMeta : accordionItemMeta);
|
|
135
121
|
}
|
|
136
|
-
var
|
|
122
|
+
var accordionButtonMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("AccordionButton", "AccordionItem"), {
|
|
137
123
|
props: {
|
|
138
|
-
|
|
139
|
-
type: "
|
|
140
|
-
|
|
124
|
+
_expanded: {
|
|
125
|
+
type: "object",
|
|
126
|
+
displayName: "expandedStyle",
|
|
127
|
+
defaultValueHint: {
|
|
128
|
+
bg: "orange",
|
|
129
|
+
color: "white"
|
|
130
|
+
}
|
|
141
131
|
},
|
|
142
132
|
children: {
|
|
143
133
|
type: "slot",
|
|
144
134
|
defaultValue: [{
|
|
145
135
|
type: "text",
|
|
146
|
-
value: "
|
|
136
|
+
value: "Section 1 title",
|
|
137
|
+
styles: {
|
|
138
|
+
textAlign: "left"
|
|
139
|
+
}
|
|
140
|
+
}, {
|
|
141
|
+
type: "component",
|
|
142
|
+
name: /*#__PURE__*/getPlasmicComponentName("AccordionIcon")
|
|
147
143
|
}]
|
|
148
144
|
}
|
|
149
145
|
}
|
|
150
146
|
});
|
|
151
|
-
function
|
|
147
|
+
function registerAccordionButton(loader, customAccordionButtonMeta) {
|
|
152
148
|
var doRegisterComponent = function doRegisterComponent() {
|
|
153
149
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
154
150
|
};
|
|
155
151
|
|
|
156
|
-
doRegisterComponent(react.
|
|
152
|
+
doRegisterComponent(react.AccordionButton, customAccordionButtonMeta != null ? customAccordionButtonMeta : accordionButtonMeta);
|
|
157
153
|
}
|
|
158
|
-
var
|
|
154
|
+
var accordionPanelMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("AccordionPanel", "AccordionItem"), {
|
|
159
155
|
props: {
|
|
160
|
-
separator: {
|
|
161
|
-
type: "string",
|
|
162
|
-
defaultValue: "/"
|
|
163
|
-
},
|
|
164
|
-
spacing: {
|
|
165
|
-
type: "string",
|
|
166
|
-
defaultValue: "8px"
|
|
167
|
-
},
|
|
168
156
|
children: {
|
|
169
157
|
type: "slot",
|
|
170
|
-
defaultValue:
|
|
171
|
-
type: "component",
|
|
172
|
-
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbItem"),
|
|
173
|
-
props: {
|
|
174
|
-
children: {
|
|
175
|
-
type: "component",
|
|
176
|
-
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbLink"),
|
|
177
|
-
props: {
|
|
178
|
-
children: {
|
|
179
|
-
type: "text",
|
|
180
|
-
value: "Home"
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
}, {
|
|
186
|
-
type: "component",
|
|
187
|
-
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbItem"),
|
|
188
|
-
props: {
|
|
189
|
-
children: {
|
|
190
|
-
type: "component",
|
|
191
|
-
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbLink"),
|
|
192
|
-
props: {
|
|
193
|
-
children: {
|
|
194
|
-
type: "text",
|
|
195
|
-
value: "Docs"
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}, {
|
|
158
|
+
defaultValue: {
|
|
201
159
|
type: "component",
|
|
202
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
160
|
+
name: /*#__PURE__*/getPlasmicComponentName("Text"),
|
|
203
161
|
props: {
|
|
204
|
-
isLastChild: true,
|
|
205
|
-
isCurrentPage: true,
|
|
206
162
|
children: {
|
|
207
|
-
type: "
|
|
208
|
-
|
|
209
|
-
props: {
|
|
210
|
-
children: {
|
|
211
|
-
type: "text",
|
|
212
|
-
value: "Breadcrumb"
|
|
213
|
-
}
|
|
214
|
-
}
|
|
163
|
+
type: "text",
|
|
164
|
+
value: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
215
165
|
}
|
|
216
166
|
}
|
|
217
|
-
}
|
|
167
|
+
}
|
|
218
168
|
}
|
|
219
169
|
}
|
|
220
170
|
});
|
|
221
|
-
function
|
|
171
|
+
function registerAccordionPanel(loader, customAccordionPanelMeta) {
|
|
222
172
|
var doRegisterComponent = function doRegisterComponent() {
|
|
223
173
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
224
174
|
};
|
|
225
175
|
|
|
226
|
-
doRegisterComponent(react.
|
|
176
|
+
doRegisterComponent(react.AccordionPanel, customAccordionPanelMeta != null ? customAccordionPanelMeta : accordionPanelMeta);
|
|
227
177
|
}
|
|
228
|
-
var
|
|
229
|
-
props: {
|
|
230
|
-
children: {
|
|
231
|
-
type: "slot",
|
|
232
|
-
defaultValue: {
|
|
233
|
-
type: "text",
|
|
234
|
-
value: "/"
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
}
|
|
178
|
+
var accordionIconMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("AccordionIcon", "AccordionButton"), {
|
|
179
|
+
props: {}
|
|
238
180
|
});
|
|
239
|
-
function
|
|
181
|
+
function registerAccordionIcon(loader, customAccordionIconMeta) {
|
|
240
182
|
var doRegisterComponent = function doRegisterComponent() {
|
|
241
183
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
242
184
|
};
|
|
243
185
|
|
|
244
|
-
doRegisterComponent(react.
|
|
186
|
+
doRegisterComponent(react.AccordionIcon, customAccordionIconMeta != null ? customAccordionIconMeta : accordionIconMeta);
|
|
245
187
|
}
|
|
246
188
|
|
|
247
|
-
var
|
|
189
|
+
var aspectRatioMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("AspectRatio"), {
|
|
190
|
+
defaultStyles: {
|
|
191
|
+
width: "320px"
|
|
192
|
+
},
|
|
248
193
|
props: {
|
|
249
|
-
|
|
250
|
-
type: "
|
|
251
|
-
|
|
252
|
-
},
|
|
253
|
-
size: {
|
|
254
|
-
type: "choice",
|
|
255
|
-
options: ["xl", "sm", "md", "lg"],
|
|
256
|
-
defaultValue: "md"
|
|
257
|
-
},
|
|
258
|
-
isAttached: {
|
|
259
|
-
type: "boolean",
|
|
260
|
-
defaultValue: false
|
|
261
|
-
},
|
|
262
|
-
isDisabled: {
|
|
263
|
-
type: "boolean",
|
|
264
|
-
defaultValue: false
|
|
265
|
-
},
|
|
266
|
-
spacing: {
|
|
267
|
-
type: "string",
|
|
268
|
-
defaultValue: "0.5rem"
|
|
194
|
+
ratio: {
|
|
195
|
+
type: "number",
|
|
196
|
+
defaultValue: 1.333
|
|
269
197
|
},
|
|
270
198
|
children: {
|
|
271
199
|
type: "slot",
|
|
272
|
-
defaultValue:
|
|
273
|
-
type: "component",
|
|
274
|
-
name: /*#__PURE__*/getPlasmicComponentName("Button"),
|
|
275
|
-
props: {
|
|
276
|
-
children: {
|
|
277
|
-
type: "text",
|
|
278
|
-
value: "Button 1"
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
}, {
|
|
200
|
+
defaultValue: {
|
|
282
201
|
type: "component",
|
|
283
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
284
|
-
|
|
285
|
-
children: {
|
|
286
|
-
type: "text",
|
|
287
|
-
value: "Button 2"
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
}]
|
|
202
|
+
name: /*#__PURE__*/getPlasmicComponentName("Image")
|
|
203
|
+
}
|
|
291
204
|
}
|
|
292
205
|
}
|
|
293
206
|
});
|
|
294
|
-
function
|
|
207
|
+
function registerAspectRatio(loader, customAspectRatioMeta) {
|
|
295
208
|
var doRegisterComponent = function doRegisterComponent() {
|
|
296
209
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
297
210
|
};
|
|
298
211
|
|
|
299
|
-
doRegisterComponent(react.
|
|
212
|
+
doRegisterComponent(react.AspectRatio, customAspectRatioMeta != null ? customAspectRatioMeta : aspectRatioMeta);
|
|
300
213
|
}
|
|
301
|
-
|
|
214
|
+
|
|
215
|
+
var avatarBadgeMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("AvatarBadge", "Avatar"), {
|
|
302
216
|
props: {
|
|
303
|
-
|
|
304
|
-
type: "
|
|
305
|
-
|
|
306
|
-
},
|
|
307
|
-
variant: {
|
|
308
|
-
type: "choice",
|
|
309
|
-
options: ["ghost", "outline", "solid", "link", "unstyled"],
|
|
310
|
-
defaultValue: "solid"
|
|
311
|
-
},
|
|
312
|
-
colorScheme: {
|
|
313
|
-
type: "choice",
|
|
314
|
-
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"]
|
|
315
|
-
},
|
|
316
|
-
iconSpacing: "number",
|
|
317
|
-
isActive: {
|
|
318
|
-
type: "boolean"
|
|
319
|
-
},
|
|
320
|
-
isDisabled: {
|
|
321
|
-
type: "boolean"
|
|
217
|
+
boxSize: {
|
|
218
|
+
type: "string",
|
|
219
|
+
defaultValue: "1.25em"
|
|
322
220
|
},
|
|
323
|
-
|
|
324
|
-
type: "
|
|
221
|
+
bg: {
|
|
222
|
+
type: "string",
|
|
223
|
+
defaultValue: "green.500"
|
|
325
224
|
},
|
|
326
|
-
|
|
327
|
-
type: "slot",
|
|
328
|
-
defaultValue: {
|
|
329
|
-
type: "text",
|
|
330
|
-
value: "Button"
|
|
331
|
-
}
|
|
332
|
-
}
|
|
225
|
+
borderColor: "string"
|
|
333
226
|
}
|
|
334
227
|
});
|
|
335
|
-
function
|
|
228
|
+
function registerAvatarBadge(loader, customAvatarBadgeMeta) {
|
|
336
229
|
var doRegisterComponent = function doRegisterComponent() {
|
|
337
230
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
338
231
|
};
|
|
339
232
|
|
|
340
|
-
doRegisterComponent(react.
|
|
233
|
+
doRegisterComponent(react.AvatarBadge, customAvatarBadgeMeta != null ? customAvatarBadgeMeta : avatarBadgeMeta);
|
|
341
234
|
}
|
|
342
|
-
|
|
343
|
-
var checkboxMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Checkbox", "CheckboxGroup"), {
|
|
235
|
+
var avatarMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Avatar", "AvatarGroup"), {
|
|
344
236
|
props: {
|
|
345
|
-
|
|
346
|
-
type: "choice",
|
|
347
|
-
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"],
|
|
348
|
-
defaultValue: "blue"
|
|
349
|
-
},
|
|
350
|
-
size: {
|
|
351
|
-
type: "choice",
|
|
352
|
-
options: ["xl", "sm", "md", "lg"]
|
|
353
|
-
},
|
|
354
|
-
value: {
|
|
355
|
-
type: "string"
|
|
356
|
-
},
|
|
357
|
-
spacing: {
|
|
237
|
+
name: {
|
|
358
238
|
type: "string",
|
|
359
|
-
defaultValue: "
|
|
360
|
-
},
|
|
361
|
-
isChecked: {
|
|
362
|
-
type: "boolean"
|
|
363
|
-
},
|
|
364
|
-
isIndeterminate: {
|
|
365
|
-
type: "boolean"
|
|
239
|
+
defaultValue: "Kola Tioluwani"
|
|
366
240
|
},
|
|
367
|
-
|
|
368
|
-
type: "
|
|
241
|
+
src: {
|
|
242
|
+
type: "string",
|
|
243
|
+
defaultValue: "https://bit.ly/dan-abramov"
|
|
369
244
|
},
|
|
370
|
-
|
|
371
|
-
type: "
|
|
245
|
+
size: {
|
|
246
|
+
type: "choice",
|
|
247
|
+
options: ["2xs", "xs", "sm", "md", "lg", "xl", "2xl", "full"]
|
|
372
248
|
},
|
|
373
|
-
|
|
374
|
-
type: "
|
|
249
|
+
loading: {
|
|
250
|
+
type: "choice",
|
|
251
|
+
options: ["eager", "lazy"]
|
|
375
252
|
},
|
|
253
|
+
showBorder: "boolean",
|
|
376
254
|
children: {
|
|
377
255
|
type: "slot",
|
|
256
|
+
hidePlaceholder: true,
|
|
257
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("AvatarBadge")],
|
|
378
258
|
defaultValue: {
|
|
379
|
-
type: "
|
|
380
|
-
|
|
259
|
+
type: "component",
|
|
260
|
+
name: /*#__PURE__*/getPlasmicComponentName("AvatarBadge")
|
|
381
261
|
}
|
|
382
262
|
}
|
|
383
263
|
}
|
|
384
264
|
});
|
|
385
|
-
function
|
|
265
|
+
function registerAvatar(loader, customAvatarMeta) {
|
|
386
266
|
var doRegisterComponent = function doRegisterComponent() {
|
|
387
267
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
388
268
|
};
|
|
389
269
|
|
|
390
|
-
doRegisterComponent(react.
|
|
270
|
+
doRegisterComponent(react.Avatar, customAvatarMeta != null ? customAvatarMeta : avatarMeta);
|
|
391
271
|
}
|
|
392
|
-
var
|
|
272
|
+
var avatarGroupMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("AvatarGroup"), {
|
|
393
273
|
props: {
|
|
394
274
|
size: {
|
|
395
275
|
type: "choice",
|
|
396
|
-
options: ["
|
|
397
|
-
defaultValue: "md"
|
|
276
|
+
options: ["2xs", "xs", "sm", "md", "lg", "xl", "2xl", "full"]
|
|
398
277
|
},
|
|
399
|
-
|
|
400
|
-
type: "
|
|
278
|
+
max: {
|
|
279
|
+
type: "number",
|
|
280
|
+
description: "The maximum number of avatars to show before truncating."
|
|
281
|
+
},
|
|
282
|
+
spacing: {
|
|
283
|
+
type: "string",
|
|
284
|
+
defaultValue: "-0.75rem"
|
|
401
285
|
},
|
|
402
286
|
children: {
|
|
403
287
|
type: "slot",
|
|
404
|
-
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("
|
|
288
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("Avatar")],
|
|
405
289
|
defaultValue: [{
|
|
406
290
|
type: "component",
|
|
407
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
291
|
+
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
408
292
|
props: {
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
type: "text",
|
|
412
|
-
value: "Checkbox 1"
|
|
413
|
-
}
|
|
293
|
+
name: "Dan Abrahmov",
|
|
294
|
+
src: "https://bit.ly/dan-abramov"
|
|
414
295
|
}
|
|
415
296
|
}, {
|
|
416
297
|
type: "component",
|
|
417
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
298
|
+
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
418
299
|
props: {
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
type: "text",
|
|
422
|
-
value: "Checkbox 2"
|
|
423
|
-
}
|
|
300
|
+
name: "Kola Tioluwani",
|
|
301
|
+
src: "https://bit.ly/tioluwani-kolawole"
|
|
424
302
|
}
|
|
425
303
|
}, {
|
|
426
304
|
type: "component",
|
|
427
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
305
|
+
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
428
306
|
props: {
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
307
|
+
name: "Kent Dodds",
|
|
308
|
+
src: "https://bit.ly/kent-c-dodds"
|
|
309
|
+
}
|
|
310
|
+
}, {
|
|
311
|
+
type: "component",
|
|
312
|
+
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
313
|
+
props: {
|
|
314
|
+
name: "Ryan Florence",
|
|
315
|
+
src: "https://bit.ly/ryan-florence"
|
|
316
|
+
}
|
|
317
|
+
}, {
|
|
318
|
+
type: "component",
|
|
319
|
+
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
320
|
+
props: {
|
|
321
|
+
name: "Prosper Otemuyiwa",
|
|
322
|
+
src: "https://bit.ly/prosper-baba"
|
|
323
|
+
}
|
|
324
|
+
}, {
|
|
325
|
+
type: "component",
|
|
326
|
+
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
327
|
+
props: {
|
|
328
|
+
name: "Christian Nwamba",
|
|
329
|
+
src: "https://bit.ly/code-beast"
|
|
330
|
+
}
|
|
331
|
+
}, {
|
|
332
|
+
type: "component",
|
|
333
|
+
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
334
|
+
props: {
|
|
335
|
+
name: "Segun Adebayo",
|
|
336
|
+
src: "https://bit.ly/sage-adebayo"
|
|
434
337
|
}
|
|
435
338
|
}]
|
|
436
339
|
}
|
|
437
340
|
}
|
|
438
341
|
});
|
|
439
|
-
function
|
|
342
|
+
function registerAvatarGroup(loader, customAvatarGroupMeta) {
|
|
440
343
|
var doRegisterComponent = function doRegisterComponent() {
|
|
441
344
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
442
345
|
};
|
|
443
346
|
|
|
444
|
-
doRegisterComponent(react.
|
|
347
|
+
doRegisterComponent(react.AvatarGroup, customAvatarGroupMeta != null ? customAvatarGroupMeta : avatarGroupMeta);
|
|
445
348
|
}
|
|
446
349
|
|
|
447
|
-
var
|
|
350
|
+
var badgeMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Badge"), {
|
|
351
|
+
importPath: "@chakra-ui/react",
|
|
448
352
|
props: {
|
|
449
353
|
colorScheme: {
|
|
450
354
|
type: "choice",
|
|
@@ -455,607 +359,608 @@ var codeMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportM
|
|
|
455
359
|
type: "choice",
|
|
456
360
|
options: ["solid", "subtle", "outline"],
|
|
457
361
|
defaultValue: "subtle"
|
|
458
|
-
},
|
|
459
|
-
children: {
|
|
460
|
-
type: "slot",
|
|
461
|
-
defaultValue: [{
|
|
462
|
-
type: "text",
|
|
463
|
-
value: "Code"
|
|
464
|
-
}]
|
|
465
362
|
}
|
|
466
363
|
}
|
|
467
364
|
});
|
|
468
|
-
function
|
|
365
|
+
function registerBadge(loader, customBadgeMeta) {
|
|
469
366
|
var doRegisterComponent = function doRegisterComponent() {
|
|
470
367
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
471
368
|
};
|
|
472
369
|
|
|
473
|
-
doRegisterComponent(react.
|
|
370
|
+
doRegisterComponent(react.Badge, customBadgeMeta != null ? customBadgeMeta : badgeMeta);
|
|
474
371
|
}
|
|
475
372
|
|
|
476
|
-
var
|
|
373
|
+
var breadcrumbItemMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("BreadcrumbItem", "Breadcrumb"), {
|
|
477
374
|
props: {
|
|
478
|
-
|
|
479
|
-
type: "
|
|
480
|
-
options: ["vertical", "horizontal"]
|
|
375
|
+
isCurrentPage: {
|
|
376
|
+
type: "boolean"
|
|
481
377
|
},
|
|
482
|
-
|
|
483
|
-
type: "
|
|
484
|
-
|
|
378
|
+
isLastChild: {
|
|
379
|
+
type: "boolean"
|
|
380
|
+
},
|
|
381
|
+
seperator: {
|
|
382
|
+
type: "string",
|
|
383
|
+
defaultValue: "/"
|
|
384
|
+
},
|
|
385
|
+
spacing: {
|
|
386
|
+
type: "string",
|
|
387
|
+
defaultValue: "8px"
|
|
388
|
+
},
|
|
389
|
+
children: {
|
|
390
|
+
type: "slot",
|
|
391
|
+
defaultValue: [{
|
|
392
|
+
type: "component",
|
|
393
|
+
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbLink"),
|
|
394
|
+
props: {
|
|
395
|
+
children: {
|
|
396
|
+
type: "text",
|
|
397
|
+
value: "BreadcrumbItem"
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}]
|
|
485
401
|
}
|
|
486
402
|
}
|
|
487
403
|
});
|
|
488
|
-
function
|
|
404
|
+
function registerBreadcrumbItem(loader, customBreadcrumbItemMeta) {
|
|
489
405
|
var doRegisterComponent = function doRegisterComponent() {
|
|
490
406
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
491
407
|
};
|
|
492
408
|
|
|
493
|
-
doRegisterComponent(react.
|
|
409
|
+
doRegisterComponent(react.BreadcrumbItem, customBreadcrumbItemMeta != null ? customBreadcrumbItemMeta : breadcrumbItemMeta);
|
|
494
410
|
}
|
|
495
|
-
|
|
496
|
-
var imageMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Image"), {
|
|
411
|
+
var breadcrumbLinkMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("BreadcrumbLink", "BreadcrumbItem"), {
|
|
497
412
|
props: {
|
|
498
|
-
|
|
499
|
-
type: "string",
|
|
500
|
-
defaultValue: "https://bit.ly/naruto-sage"
|
|
501
|
-
},
|
|
502
|
-
fallbackSrc: {
|
|
503
|
-
type: "string",
|
|
504
|
-
defaultValue: "https://via.placeholder.com/150"
|
|
505
|
-
},
|
|
506
|
-
alt: {
|
|
413
|
+
href: {
|
|
507
414
|
type: "string",
|
|
508
|
-
|
|
415
|
+
defaultValue: "#"
|
|
509
416
|
},
|
|
510
|
-
|
|
511
|
-
type: "
|
|
512
|
-
|
|
417
|
+
children: {
|
|
418
|
+
type: "slot",
|
|
419
|
+
defaultValue: [{
|
|
420
|
+
type: "text",
|
|
421
|
+
value: "Home"
|
|
422
|
+
}]
|
|
513
423
|
}
|
|
514
424
|
}
|
|
515
425
|
});
|
|
516
|
-
function
|
|
426
|
+
function registerBreadcrumbLink(loader, customBreadcrumbLinkMeta) {
|
|
517
427
|
var doRegisterComponent = function doRegisterComponent() {
|
|
518
428
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
519
429
|
};
|
|
520
430
|
|
|
521
|
-
doRegisterComponent(react.
|
|
431
|
+
doRegisterComponent(react.BreadcrumbLink, customBreadcrumbLinkMeta != null ? customBreadcrumbLinkMeta : breadcrumbLinkMeta);
|
|
522
432
|
}
|
|
523
|
-
|
|
524
|
-
var inputMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Input"), {
|
|
433
|
+
var breadcrumbMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Breadcrumb"), {
|
|
525
434
|
props: {
|
|
526
|
-
|
|
527
|
-
type: "
|
|
528
|
-
|
|
529
|
-
},
|
|
530
|
-
variant: {
|
|
531
|
-
type: "choice",
|
|
532
|
-
options: ["outline", "filled", "flushed", "unstyled"]
|
|
435
|
+
separator: {
|
|
436
|
+
type: "string",
|
|
437
|
+
defaultValue: "/"
|
|
533
438
|
},
|
|
534
|
-
|
|
535
|
-
type: "boolean"
|
|
536
|
-
},
|
|
537
|
-
isInvalid: {
|
|
538
|
-
type: "boolean"
|
|
539
|
-
},
|
|
540
|
-
isReadOnly: {
|
|
541
|
-
type: "boolean"
|
|
542
|
-
},
|
|
543
|
-
isRequired: {
|
|
544
|
-
type: "boolean"
|
|
545
|
-
},
|
|
546
|
-
errorBorderColor: {
|
|
439
|
+
spacing: {
|
|
547
440
|
type: "string",
|
|
548
|
-
defaultValue: "
|
|
441
|
+
defaultValue: "8px"
|
|
549
442
|
},
|
|
550
|
-
|
|
551
|
-
type: "
|
|
552
|
-
defaultValue:
|
|
443
|
+
children: {
|
|
444
|
+
type: "slot",
|
|
445
|
+
defaultValue: [{
|
|
446
|
+
type: "component",
|
|
447
|
+
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbItem"),
|
|
448
|
+
props: {
|
|
449
|
+
children: {
|
|
450
|
+
type: "component",
|
|
451
|
+
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbLink"),
|
|
452
|
+
props: {
|
|
453
|
+
children: {
|
|
454
|
+
type: "text",
|
|
455
|
+
value: "Home"
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
}, {
|
|
461
|
+
type: "component",
|
|
462
|
+
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbItem"),
|
|
463
|
+
props: {
|
|
464
|
+
children: {
|
|
465
|
+
type: "component",
|
|
466
|
+
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbLink"),
|
|
467
|
+
props: {
|
|
468
|
+
children: {
|
|
469
|
+
type: "text",
|
|
470
|
+
value: "Docs"
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
}, {
|
|
476
|
+
type: "component",
|
|
477
|
+
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbItem"),
|
|
478
|
+
props: {
|
|
479
|
+
isLastChild: true,
|
|
480
|
+
isCurrentPage: true,
|
|
481
|
+
children: {
|
|
482
|
+
type: "component",
|
|
483
|
+
name: /*#__PURE__*/getPlasmicComponentName("BreadcrumbLink"),
|
|
484
|
+
props: {
|
|
485
|
+
children: {
|
|
486
|
+
type: "text",
|
|
487
|
+
value: "Breadcrumb"
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
}]
|
|
553
493
|
}
|
|
554
494
|
}
|
|
555
495
|
});
|
|
556
|
-
function
|
|
496
|
+
function registerBreadcrumb(loader, customBreadcrumbMeta) {
|
|
557
497
|
var doRegisterComponent = function doRegisterComponent() {
|
|
558
498
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
559
499
|
};
|
|
560
500
|
|
|
561
|
-
doRegisterComponent(react.
|
|
501
|
+
doRegisterComponent(react.Breadcrumb, customBreadcrumbMeta != null ? customBreadcrumbMeta : breadcrumbMeta);
|
|
562
502
|
}
|
|
563
|
-
|
|
564
|
-
var kbdMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Kbd", undefined, {
|
|
565
|
-
displayName: "Chakra-UI Keyboard Key"
|
|
566
|
-
}), {
|
|
503
|
+
var breadcrumbSeparatorMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("BreadcrumbSeparator", "Breadcrumb"), {
|
|
567
504
|
props: {
|
|
568
505
|
children: {
|
|
569
506
|
type: "slot",
|
|
570
|
-
defaultValue:
|
|
507
|
+
defaultValue: {
|
|
571
508
|
type: "text",
|
|
572
|
-
value: "
|
|
573
|
-
}
|
|
509
|
+
value: "/"
|
|
510
|
+
}
|
|
574
511
|
}
|
|
575
512
|
}
|
|
576
513
|
});
|
|
577
|
-
function
|
|
514
|
+
function registerBreadcrumbSeparator(loader, customBreadcrumbSeparatorMeta) {
|
|
578
515
|
var doRegisterComponent = function doRegisterComponent() {
|
|
579
516
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
580
517
|
};
|
|
581
518
|
|
|
582
|
-
doRegisterComponent(react.
|
|
519
|
+
doRegisterComponent(react.BreadcrumbSeparator, customBreadcrumbSeparatorMeta != null ? customBreadcrumbSeparatorMeta : breadcrumbSeparatorMeta);
|
|
583
520
|
}
|
|
584
521
|
|
|
585
|
-
var
|
|
522
|
+
var buttonGroupMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("ButtonGroup"), {
|
|
586
523
|
props: {
|
|
587
|
-
|
|
588
|
-
type: "choice",
|
|
589
|
-
options: ["xl", "sm", "md", "lg"]
|
|
590
|
-
},
|
|
591
|
-
variant: {
|
|
524
|
+
colorScheme: {
|
|
592
525
|
type: "choice",
|
|
593
|
-
options: ["
|
|
526
|
+
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"]
|
|
594
527
|
},
|
|
595
|
-
|
|
528
|
+
size: {
|
|
596
529
|
type: "choice",
|
|
597
|
-
options: ["
|
|
598
|
-
|
|
599
|
-
format: {
|
|
600
|
-
type: "string"
|
|
601
|
-
},
|
|
602
|
-
step: {
|
|
603
|
-
type: "number"
|
|
604
|
-
},
|
|
605
|
-
precision: {
|
|
606
|
-
type: "number"
|
|
607
|
-
},
|
|
608
|
-
max: {
|
|
609
|
-
type: "number"
|
|
610
|
-
},
|
|
611
|
-
min: {
|
|
612
|
-
type: "number"
|
|
613
|
-
},
|
|
614
|
-
errorBorderColor: {
|
|
615
|
-
type: "string",
|
|
616
|
-
defaultValue: "red.500"
|
|
617
|
-
},
|
|
618
|
-
focusBorderColor: {
|
|
619
|
-
type: "string",
|
|
620
|
-
defaultValue: "blue.500"
|
|
530
|
+
options: ["xl", "sm", "md", "lg"],
|
|
531
|
+
defaultValue: "md"
|
|
621
532
|
},
|
|
622
|
-
|
|
623
|
-
type: "boolean"
|
|
533
|
+
isAttached: {
|
|
534
|
+
type: "boolean",
|
|
535
|
+
defaultValue: false
|
|
624
536
|
},
|
|
625
537
|
isDisabled: {
|
|
626
|
-
type: "boolean"
|
|
627
|
-
|
|
628
|
-
isInvalid: {
|
|
629
|
-
type: "boolean"
|
|
630
|
-
},
|
|
631
|
-
isReadOnly: {
|
|
632
|
-
type: "boolean"
|
|
538
|
+
type: "boolean",
|
|
539
|
+
defaultValue: false
|
|
633
540
|
},
|
|
634
|
-
|
|
635
|
-
type: "
|
|
541
|
+
spacing: {
|
|
542
|
+
type: "string",
|
|
543
|
+
defaultValue: "0.5rem"
|
|
636
544
|
},
|
|
637
545
|
children: {
|
|
638
546
|
type: "slot",
|
|
639
547
|
defaultValue: [{
|
|
640
548
|
type: "component",
|
|
641
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
549
|
+
name: /*#__PURE__*/getPlasmicComponentName("Button"),
|
|
550
|
+
props: {
|
|
551
|
+
children: {
|
|
552
|
+
type: "text",
|
|
553
|
+
value: "Button 1"
|
|
554
|
+
}
|
|
555
|
+
}
|
|
642
556
|
}, {
|
|
643
557
|
type: "component",
|
|
644
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
558
|
+
name: /*#__PURE__*/getPlasmicComponentName("Button"),
|
|
559
|
+
props: {
|
|
560
|
+
children: {
|
|
561
|
+
type: "text",
|
|
562
|
+
value: "Button 2"
|
|
563
|
+
}
|
|
564
|
+
}
|
|
645
565
|
}]
|
|
646
566
|
}
|
|
647
567
|
}
|
|
648
568
|
});
|
|
649
|
-
function
|
|
569
|
+
function registerButtonGroup(loader, customButtonGroupMeta) {
|
|
650
570
|
var doRegisterComponent = function doRegisterComponent() {
|
|
651
571
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
652
572
|
};
|
|
653
573
|
|
|
654
|
-
doRegisterComponent(react.
|
|
574
|
+
doRegisterComponent(react.ButtonGroup, customButtonGroupMeta != null ? customButtonGroupMeta : buttonGroupMeta);
|
|
655
575
|
}
|
|
656
|
-
var
|
|
576
|
+
var buttonMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Button", "ButtonGroup"), {
|
|
657
577
|
props: {
|
|
578
|
+
size: {
|
|
579
|
+
type: "choice",
|
|
580
|
+
options: ["xl", "sm", "md", "lg"]
|
|
581
|
+
},
|
|
582
|
+
variant: {
|
|
583
|
+
type: "choice",
|
|
584
|
+
options: ["ghost", "outline", "solid", "link", "unstyled"],
|
|
585
|
+
defaultValue: "solid"
|
|
586
|
+
},
|
|
587
|
+
colorScheme: {
|
|
588
|
+
type: "choice",
|
|
589
|
+
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"]
|
|
590
|
+
},
|
|
591
|
+
iconSpacing: "number",
|
|
592
|
+
isActive: {
|
|
593
|
+
type: "boolean"
|
|
594
|
+
},
|
|
595
|
+
isDisabled: {
|
|
596
|
+
type: "boolean"
|
|
597
|
+
},
|
|
598
|
+
isLoading: {
|
|
599
|
+
type: "boolean"
|
|
600
|
+
},
|
|
658
601
|
children: {
|
|
659
602
|
type: "slot",
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
}, {
|
|
665
|
-
type: "component",
|
|
666
|
-
name: /*#__PURE__*/getPlasmicComponentName("NumberDecrementStepper")
|
|
667
|
-
}]
|
|
603
|
+
defaultValue: {
|
|
604
|
+
type: "text",
|
|
605
|
+
value: "Button"
|
|
606
|
+
}
|
|
668
607
|
}
|
|
669
608
|
}
|
|
670
609
|
});
|
|
671
|
-
function
|
|
672
|
-
var doRegisterComponent = function doRegisterComponent() {
|
|
673
|
-
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
674
|
-
};
|
|
675
|
-
|
|
676
|
-
doRegisterComponent(react.NumberInputStepper, customNumberInputStepperMeta != null ? customNumberInputStepperMeta : numberInputStepperMeta);
|
|
677
|
-
}
|
|
678
|
-
var numberDecrementStepperMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("NumberDecrementStepper", "NumberInputStepper"), {
|
|
679
|
-
props: {}
|
|
680
|
-
});
|
|
681
|
-
function registerNumberDecrementStepper(loader, customNumberDecrementStepperMeta) {
|
|
610
|
+
function registerButton(loader, customButtonMeta) {
|
|
682
611
|
var doRegisterComponent = function doRegisterComponent() {
|
|
683
612
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
684
613
|
};
|
|
685
614
|
|
|
686
|
-
doRegisterComponent(react.
|
|
615
|
+
doRegisterComponent(react.Button, customButtonMeta != null ? customButtonMeta : buttonMeta);
|
|
687
616
|
}
|
|
688
|
-
var numberIncrementStepperMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("NumberIncrementStepper", "NumberInputStepper"), {
|
|
689
|
-
props: {}
|
|
690
|
-
});
|
|
691
|
-
function registerNumberIncrementStepper(loader, customNumberIncrementStepperMeta) {
|
|
692
|
-
var doRegisterComponent = function doRegisterComponent() {
|
|
693
|
-
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
694
|
-
};
|
|
695
617
|
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
618
|
+
var chakraProviderMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("ChakraProvider"), {
|
|
619
|
+
props: {
|
|
620
|
+
theme: "object"
|
|
621
|
+
}
|
|
700
622
|
});
|
|
701
|
-
function
|
|
623
|
+
function registerChakraProvider(loader, customChakraProviderMeta) {
|
|
702
624
|
var doRegisterComponent = function doRegisterComponent() {
|
|
703
|
-
return loader ? loader.
|
|
625
|
+
return loader ? loader.registerGlobalContext.apply(loader, arguments) : registerGlobalContext.apply(void 0, arguments);
|
|
704
626
|
};
|
|
705
627
|
|
|
706
|
-
doRegisterComponent(react.
|
|
628
|
+
doRegisterComponent(react.ChakraProvider, customChakraProviderMeta != null ? customChakraProviderMeta : chakraProviderMeta);
|
|
707
629
|
}
|
|
708
630
|
|
|
709
|
-
var
|
|
631
|
+
var checkboxMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Checkbox", "CheckboxGroup"), {
|
|
710
632
|
props: {
|
|
633
|
+
colorScheme: {
|
|
634
|
+
type: "choice",
|
|
635
|
+
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"],
|
|
636
|
+
defaultValue: "blue"
|
|
637
|
+
},
|
|
711
638
|
size: {
|
|
712
639
|
type: "choice",
|
|
713
640
|
options: ["xl", "sm", "md", "lg"]
|
|
714
641
|
},
|
|
715
|
-
|
|
716
|
-
type: "
|
|
717
|
-
options: ["number", "alphanumeric"]
|
|
642
|
+
value: {
|
|
643
|
+
type: "string"
|
|
718
644
|
},
|
|
719
|
-
|
|
720
|
-
type: "
|
|
721
|
-
|
|
645
|
+
spacing: {
|
|
646
|
+
type: "string",
|
|
647
|
+
defaultValue: "0.5rem"
|
|
722
648
|
},
|
|
723
|
-
|
|
724
|
-
type: "boolean"
|
|
725
|
-
description: "Whether the pin input's value should be masked like 'type=password'."
|
|
649
|
+
isChecked: {
|
|
650
|
+
type: "boolean"
|
|
726
651
|
},
|
|
727
|
-
|
|
728
|
-
type: "boolean"
|
|
729
|
-
defaultValue: true,
|
|
730
|
-
description: "Whether the pin input should move automatically to the next input once filled."
|
|
731
|
-
},
|
|
732
|
-
autoFocus: {
|
|
733
|
-
type: "boolean",
|
|
734
|
-
description: "Whether the pin input should be focused on mount."
|
|
735
|
-
},
|
|
736
|
-
opt: {
|
|
737
|
-
type: "boolean",
|
|
738
|
-
description: "autocomplete='one-time-code'"
|
|
739
|
-
},
|
|
740
|
-
errorBorderColor: {
|
|
741
|
-
type: "string",
|
|
742
|
-
defaultValue: "red.500"
|
|
743
|
-
},
|
|
744
|
-
focusBorderColor: {
|
|
745
|
-
type: "string",
|
|
746
|
-
defaultValue: "blue.500"
|
|
652
|
+
isIndeterminate: {
|
|
653
|
+
type: "boolean"
|
|
747
654
|
},
|
|
748
655
|
isDisabled: {
|
|
749
656
|
type: "boolean"
|
|
750
657
|
},
|
|
658
|
+
isRequired: {
|
|
659
|
+
type: "boolean"
|
|
660
|
+
},
|
|
751
661
|
isInvalid: {
|
|
752
662
|
type: "boolean"
|
|
753
663
|
},
|
|
754
664
|
children: {
|
|
755
665
|
type: "slot",
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
}, {
|
|
761
|
-
type: "component",
|
|
762
|
-
name: /*#__PURE__*/getPlasmicComponentName("PinInputField")
|
|
763
|
-
}, {
|
|
764
|
-
type: "component",
|
|
765
|
-
name: /*#__PURE__*/getPlasmicComponentName("PinInputField")
|
|
766
|
-
}, {
|
|
767
|
-
type: "component",
|
|
768
|
-
name: /*#__PURE__*/getPlasmicComponentName("PinInputField")
|
|
769
|
-
}]
|
|
666
|
+
defaultValue: {
|
|
667
|
+
type: "text",
|
|
668
|
+
value: "Checkbox"
|
|
669
|
+
}
|
|
770
670
|
}
|
|
771
671
|
}
|
|
772
672
|
});
|
|
773
|
-
function
|
|
774
|
-
var doRegisterComponent = function doRegisterComponent() {
|
|
775
|
-
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
776
|
-
};
|
|
777
|
-
|
|
778
|
-
doRegisterComponent(react.PinInput, customPinInputMeta != null ? customPinInputMeta : pinInputMeta);
|
|
779
|
-
}
|
|
780
|
-
var pinInputFieldMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("PinInputField", "PinInput"), {
|
|
781
|
-
props: {}
|
|
782
|
-
});
|
|
783
|
-
function registerPinInputField(loader, customPinInputFieldMeta) {
|
|
673
|
+
function registerCheckbox(loader, customCheckboxMeta) {
|
|
784
674
|
var doRegisterComponent = function doRegisterComponent() {
|
|
785
675
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
786
676
|
};
|
|
787
677
|
|
|
788
|
-
doRegisterComponent(react.
|
|
678
|
+
doRegisterComponent(react.Checkbox, customCheckboxMeta != null ? customCheckboxMeta : checkboxMeta);
|
|
789
679
|
}
|
|
790
|
-
|
|
791
|
-
var popoverMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Popover"), {
|
|
680
|
+
var checkboxGroupMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("CheckboxGroup"), {
|
|
792
681
|
props: {
|
|
793
|
-
|
|
794
|
-
type: "number",
|
|
795
|
-
defaultValue: 8
|
|
796
|
-
},
|
|
797
|
-
arrowPadding: "number",
|
|
798
|
-
arrowShadowColor: {
|
|
799
|
-
type: "string",
|
|
800
|
-
defaultValue: "rgba(0, 0, 0, 0.15)"
|
|
801
|
-
},
|
|
802
|
-
arrowSize: {
|
|
803
|
-
type: "number"
|
|
804
|
-
},
|
|
805
|
-
offset: {
|
|
806
|
-
type: "array",
|
|
807
|
-
defaultValue: [0, 0]
|
|
808
|
-
},
|
|
809
|
-
closeDelay: "number",
|
|
810
|
-
orientation: {
|
|
811
|
-
type: "choice",
|
|
812
|
-
options: ["horizontal", "vertical"]
|
|
813
|
-
},
|
|
814
|
-
placement: {
|
|
815
|
-
type: "choice",
|
|
816
|
-
options: ["top", "bottom", "left", "right"],
|
|
817
|
-
defaultValue: "bottom"
|
|
818
|
-
},
|
|
819
|
-
direction: {
|
|
820
|
-
type: "choice",
|
|
821
|
-
options: ["ltr", "rtl"],
|
|
822
|
-
defaultValue: "ltr"
|
|
823
|
-
},
|
|
824
|
-
trigger: {
|
|
682
|
+
size: {
|
|
825
683
|
type: "choice",
|
|
826
|
-
options: ["
|
|
827
|
-
defaultValue: "
|
|
828
|
-
},
|
|
829
|
-
isLazy: {
|
|
830
|
-
type: "boolean"
|
|
684
|
+
options: ["xl", "sm", "md", "lg"],
|
|
685
|
+
defaultValue: "md"
|
|
831
686
|
},
|
|
832
|
-
|
|
687
|
+
isDisabled: {
|
|
833
688
|
type: "boolean"
|
|
834
689
|
},
|
|
835
690
|
children: {
|
|
836
691
|
type: "slot",
|
|
692
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("Checkbox")],
|
|
837
693
|
defaultValue: [{
|
|
838
694
|
type: "component",
|
|
839
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
695
|
+
name: /*#__PURE__*/getPlasmicComponentName("Checkbox"),
|
|
696
|
+
props: {
|
|
697
|
+
value: "1",
|
|
698
|
+
children: {
|
|
699
|
+
type: "text",
|
|
700
|
+
value: "Checkbox 1"
|
|
701
|
+
}
|
|
702
|
+
}
|
|
840
703
|
}, {
|
|
841
704
|
type: "component",
|
|
842
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
705
|
+
name: /*#__PURE__*/getPlasmicComponentName("Checkbox"),
|
|
706
|
+
props: {
|
|
707
|
+
value: "2",
|
|
708
|
+
children: {
|
|
709
|
+
type: "text",
|
|
710
|
+
value: "Checkbox 2"
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
}, {
|
|
714
|
+
type: "component",
|
|
715
|
+
name: /*#__PURE__*/getPlasmicComponentName("Checkbox"),
|
|
716
|
+
props: {
|
|
717
|
+
value: "3",
|
|
718
|
+
children: {
|
|
719
|
+
type: "text",
|
|
720
|
+
value: "Checkbox 3"
|
|
721
|
+
}
|
|
722
|
+
}
|
|
843
723
|
}]
|
|
844
724
|
}
|
|
845
725
|
}
|
|
846
726
|
});
|
|
847
|
-
function
|
|
727
|
+
function registerCheckboxGroup(loader, customCheckboxGroupMeta) {
|
|
848
728
|
var doRegisterComponent = function doRegisterComponent() {
|
|
849
729
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
850
730
|
};
|
|
851
731
|
|
|
852
|
-
doRegisterComponent(react.
|
|
732
|
+
doRegisterComponent(react.CheckboxGroup, customCheckboxGroupMeta != null ? customCheckboxGroupMeta : checkboxGroupMeta);
|
|
853
733
|
}
|
|
854
|
-
|
|
734
|
+
|
|
735
|
+
var codeMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Code"), {
|
|
855
736
|
props: {
|
|
737
|
+
colorScheme: {
|
|
738
|
+
type: "choice",
|
|
739
|
+
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"],
|
|
740
|
+
defaultValue: "gray"
|
|
741
|
+
},
|
|
742
|
+
variant: {
|
|
743
|
+
type: "choice",
|
|
744
|
+
options: ["solid", "subtle", "outline"],
|
|
745
|
+
defaultValue: "subtle"
|
|
746
|
+
},
|
|
856
747
|
children: {
|
|
857
748
|
type: "slot",
|
|
858
749
|
defaultValue: [{
|
|
859
|
-
type: "
|
|
860
|
-
|
|
861
|
-
}, {
|
|
862
|
-
type: "component",
|
|
863
|
-
name: /*#__PURE__*/getPlasmicComponentName("PopoverCloseButton")
|
|
864
|
-
}, {
|
|
865
|
-
type: "component",
|
|
866
|
-
name: /*#__PURE__*/getPlasmicComponentName("PopoverHeader"),
|
|
867
|
-
props: {
|
|
868
|
-
children: {
|
|
869
|
-
type: "text",
|
|
870
|
-
value: "Confirmation!"
|
|
871
|
-
}
|
|
872
|
-
}
|
|
873
|
-
}, {
|
|
874
|
-
type: "component",
|
|
875
|
-
name: /*#__PURE__*/getPlasmicComponentName("PopoverBody"),
|
|
876
|
-
props: {
|
|
877
|
-
children: {
|
|
878
|
-
type: "text",
|
|
879
|
-
value: "Are you sure you want to have that milkshake?"
|
|
880
|
-
}
|
|
881
|
-
}
|
|
750
|
+
type: "text",
|
|
751
|
+
value: "Code"
|
|
882
752
|
}]
|
|
883
753
|
}
|
|
884
754
|
}
|
|
885
755
|
});
|
|
886
|
-
function
|
|
756
|
+
function registerCode(loader, customCodeMeta) {
|
|
887
757
|
var doRegisterComponent = function doRegisterComponent() {
|
|
888
758
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
889
759
|
};
|
|
890
760
|
|
|
891
|
-
doRegisterComponent(react.
|
|
761
|
+
doRegisterComponent(react.Code, customCodeMeta != null ? customCodeMeta : codeMeta);
|
|
892
762
|
}
|
|
893
|
-
|
|
894
|
-
|
|
763
|
+
|
|
764
|
+
var dividerMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Divider"), {
|
|
765
|
+
props: {
|
|
766
|
+
orientation: {
|
|
767
|
+
type: "choice",
|
|
768
|
+
options: ["vertical", "horizontal"]
|
|
769
|
+
},
|
|
770
|
+
variant: {
|
|
771
|
+
type: "choice",
|
|
772
|
+
options: ["solid", "dashed"]
|
|
773
|
+
}
|
|
774
|
+
}
|
|
895
775
|
});
|
|
896
|
-
function
|
|
776
|
+
function registerDivider(loader, customDividerMeta) {
|
|
897
777
|
var doRegisterComponent = function doRegisterComponent() {
|
|
898
778
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
899
779
|
};
|
|
900
780
|
|
|
901
|
-
doRegisterComponent(react.
|
|
781
|
+
doRegisterComponent(react.Divider, customDividerMeta != null ? customDividerMeta : dividerMeta);
|
|
902
782
|
}
|
|
903
|
-
|
|
904
|
-
|
|
783
|
+
|
|
784
|
+
var formControlMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("FormControl"), {
|
|
785
|
+
props: {
|
|
786
|
+
label: "string",
|
|
787
|
+
isDisabled: "boolean",
|
|
788
|
+
isInvalid: "boolean",
|
|
789
|
+
isRequired: "boolean",
|
|
790
|
+
isreadOnly: "boolean",
|
|
791
|
+
children: {
|
|
792
|
+
type: "slot",
|
|
793
|
+
defaultValue: [{
|
|
794
|
+
type: "component",
|
|
795
|
+
name: /*#__PURE__*/getPlasmicComponentName("FormLabel")
|
|
796
|
+
}, {
|
|
797
|
+
type: "component",
|
|
798
|
+
name: /*#__PURE__*/getPlasmicComponentName("Input")
|
|
799
|
+
}]
|
|
800
|
+
}
|
|
801
|
+
}
|
|
905
802
|
});
|
|
906
|
-
function
|
|
803
|
+
function registerFormControl(loader, customFormControlMeta) {
|
|
907
804
|
var doRegisterComponent = function doRegisterComponent() {
|
|
908
805
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
909
806
|
};
|
|
910
807
|
|
|
911
|
-
doRegisterComponent(react.
|
|
808
|
+
doRegisterComponent(react.FormControl, customFormControlMeta != null ? customFormControlMeta : formControlMeta);
|
|
912
809
|
}
|
|
913
|
-
var
|
|
810
|
+
var formLabelMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("FormLabel", "FormControl"), {
|
|
914
811
|
props: {
|
|
915
812
|
children: {
|
|
916
813
|
type: "slot",
|
|
917
814
|
defaultValue: {
|
|
918
815
|
type: "text",
|
|
919
|
-
value: "
|
|
816
|
+
value: "Label",
|
|
817
|
+
styles: {
|
|
818
|
+
display: "inline-block",
|
|
819
|
+
width: "auto"
|
|
820
|
+
}
|
|
920
821
|
}
|
|
921
822
|
}
|
|
922
823
|
}
|
|
923
824
|
});
|
|
924
|
-
function
|
|
825
|
+
function registerFormLabel(loader, customFormLabelMeta) {
|
|
925
826
|
var doRegisterComponent = function doRegisterComponent() {
|
|
926
827
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
927
828
|
};
|
|
928
829
|
|
|
929
|
-
doRegisterComponent(react.
|
|
830
|
+
doRegisterComponent(react.FormLabel, customFormLabelMeta != null ? customFormLabelMeta : formLabelMeta);
|
|
930
831
|
}
|
|
931
|
-
var
|
|
832
|
+
var formHelperTextMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("FormHelperText", "FormControl"), {
|
|
932
833
|
props: {
|
|
933
834
|
children: {
|
|
934
835
|
type: "slot",
|
|
935
836
|
defaultValue: {
|
|
936
837
|
type: "text",
|
|
937
|
-
value: "
|
|
838
|
+
value: "We'll never share your email."
|
|
938
839
|
}
|
|
939
840
|
}
|
|
940
841
|
}
|
|
941
842
|
});
|
|
942
|
-
function
|
|
843
|
+
function registerFormHelperText(loader, customFormHelperTextMeta) {
|
|
943
844
|
var doRegisterComponent = function doRegisterComponent() {
|
|
944
845
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
945
846
|
};
|
|
946
847
|
|
|
947
|
-
doRegisterComponent(react.
|
|
848
|
+
doRegisterComponent(react.FormHelperText, customFormHelperTextMeta != null ? customFormHelperTextMeta : formHelperTextMeta);
|
|
948
849
|
}
|
|
949
|
-
var
|
|
850
|
+
var formErrorMessageMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("FormErrorMessage", "FormControl"), {
|
|
950
851
|
props: {
|
|
951
852
|
children: {
|
|
952
853
|
type: "slot",
|
|
953
854
|
defaultValue: {
|
|
954
|
-
type: "
|
|
955
|
-
|
|
956
|
-
props: {
|
|
957
|
-
children: {
|
|
958
|
-
type: "text",
|
|
959
|
-
value: "Trigger"
|
|
960
|
-
}
|
|
961
|
-
}
|
|
855
|
+
type: "text",
|
|
856
|
+
value: "This is an error message."
|
|
962
857
|
}
|
|
963
858
|
}
|
|
964
859
|
}
|
|
965
860
|
});
|
|
966
|
-
function
|
|
861
|
+
function registerFormErrorMessage(loader, customFormErrorMessageMeta) {
|
|
967
862
|
var doRegisterComponent = function doRegisterComponent() {
|
|
968
863
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
969
864
|
};
|
|
970
865
|
|
|
971
|
-
doRegisterComponent(react.
|
|
866
|
+
doRegisterComponent(react.FormErrorMessage, customFormErrorMessageMeta != null ? customFormErrorMessageMeta : formErrorMessageMeta);
|
|
972
867
|
}
|
|
973
868
|
|
|
974
|
-
var
|
|
869
|
+
var headingMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Heading"), {
|
|
975
870
|
props: {
|
|
976
|
-
|
|
977
|
-
type: "
|
|
871
|
+
children: {
|
|
872
|
+
type: "slot",
|
|
873
|
+
defaultValue: {
|
|
874
|
+
type: "text",
|
|
875
|
+
value: "Basic text writing, including headings, body text, lists, and more."
|
|
876
|
+
}
|
|
978
877
|
},
|
|
979
878
|
size: {
|
|
980
879
|
type: "choice",
|
|
981
|
-
options: ["xl", "
|
|
982
|
-
|
|
983
|
-
isDisabled: {
|
|
984
|
-
type: "boolean"
|
|
985
|
-
},
|
|
986
|
-
isInvalid: {
|
|
987
|
-
type: "boolean"
|
|
880
|
+
options: ["4xl", "3xl", "2xl", "xl", "lg", "md", "sm", "xs"],
|
|
881
|
+
defaultValue: "xl"
|
|
988
882
|
},
|
|
989
|
-
|
|
990
|
-
type: "
|
|
883
|
+
noOfLines: {
|
|
884
|
+
type: "number",
|
|
885
|
+
defaultValue: 1
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
});
|
|
889
|
+
function registerHeading(loader, customHeadingMeta) {
|
|
890
|
+
var doRegisterComponent = function doRegisterComponent() {
|
|
891
|
+
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
892
|
+
};
|
|
893
|
+
|
|
894
|
+
doRegisterComponent(react.Heading, customHeadingMeta != null ? customHeadingMeta : headingMeta);
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
var highlightMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Highlight"), {
|
|
898
|
+
props: {
|
|
899
|
+
children: {
|
|
900
|
+
displayName: "text",
|
|
901
|
+
type: "string",
|
|
902
|
+
defaultValue: "With the Highlight component, you can spotlight words."
|
|
991
903
|
},
|
|
992
|
-
|
|
993
|
-
type: "
|
|
904
|
+
query: {
|
|
905
|
+
type: "array",
|
|
906
|
+
defaultValue: ["Spotlight", "words"]
|
|
994
907
|
},
|
|
995
|
-
|
|
996
|
-
type: "
|
|
908
|
+
styles: {
|
|
909
|
+
type: "object",
|
|
997
910
|
defaultValue: {
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
children: [{
|
|
1003
|
-
type: "component",
|
|
1004
|
-
name: /*#__PURE__*/getPlasmicComponentName("Radio"),
|
|
1005
|
-
props: {
|
|
1006
|
-
value: "1",
|
|
1007
|
-
children: {
|
|
1008
|
-
type: "text",
|
|
1009
|
-
value: "Radio 1"
|
|
1010
|
-
}
|
|
1011
|
-
}
|
|
1012
|
-
}, {
|
|
1013
|
-
type: "component",
|
|
1014
|
-
name: /*#__PURE__*/getPlasmicComponentName("Radio"),
|
|
1015
|
-
props: {
|
|
1016
|
-
value: "2",
|
|
1017
|
-
children: {
|
|
1018
|
-
type: "text",
|
|
1019
|
-
value: "Radio 2"
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
}, {
|
|
1023
|
-
type: "component",
|
|
1024
|
-
name: /*#__PURE__*/getPlasmicComponentName("Radio"),
|
|
1025
|
-
props: {
|
|
1026
|
-
value: "3",
|
|
1027
|
-
children: {
|
|
1028
|
-
type: "text",
|
|
1029
|
-
value: "Radio 3"
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
|
-
}]
|
|
911
|
+
backgroundColor: "orange.100",
|
|
912
|
+
px: "0.3em",
|
|
913
|
+
py: "0.1em",
|
|
914
|
+
borderRadius: "0.3em"
|
|
1033
915
|
}
|
|
1034
916
|
}
|
|
1035
917
|
}
|
|
1036
918
|
});
|
|
1037
|
-
function
|
|
919
|
+
function registerHighlight(loader, customHighlightMeta) {
|
|
1038
920
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1039
921
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1040
922
|
};
|
|
1041
923
|
|
|
1042
|
-
doRegisterComponent(react.
|
|
924
|
+
doRegisterComponent(react.Highlight, customHighlightMeta != null ? customHighlightMeta : highlightMeta);
|
|
1043
925
|
}
|
|
1044
|
-
|
|
926
|
+
|
|
927
|
+
var imageMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Image"), {
|
|
1045
928
|
props: {
|
|
1046
|
-
|
|
1047
|
-
type: "string"
|
|
929
|
+
src: {
|
|
930
|
+
type: "string",
|
|
931
|
+
defaultValue: "https://bit.ly/naruto-sage"
|
|
932
|
+
},
|
|
933
|
+
fallbackSrc: {
|
|
934
|
+
type: "string",
|
|
935
|
+
defaultValue: "https://via.placeholder.com/150"
|
|
1048
936
|
},
|
|
937
|
+
alt: {
|
|
938
|
+
type: "string",
|
|
939
|
+
defaultValueHint: "name of the image"
|
|
940
|
+
},
|
|
941
|
+
loading: {
|
|
942
|
+
type: "choice",
|
|
943
|
+
options: ["lazy", "eager"]
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
});
|
|
947
|
+
function registerImage(loader, customImageMeta) {
|
|
948
|
+
var doRegisterComponent = function doRegisterComponent() {
|
|
949
|
+
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
950
|
+
};
|
|
951
|
+
|
|
952
|
+
doRegisterComponent(react.Image, customImageMeta != null ? customImageMeta : imageMeta);
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
var inputMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Input"), {
|
|
956
|
+
props: {
|
|
1049
957
|
size: {
|
|
1050
958
|
type: "choice",
|
|
1051
959
|
options: ["xl", "sm", "md", "lg"]
|
|
1052
960
|
},
|
|
1053
|
-
|
|
1054
|
-
type: "
|
|
1055
|
-
|
|
1056
|
-
},
|
|
1057
|
-
isChecked: {
|
|
1058
|
-
type: "boolean"
|
|
961
|
+
variant: {
|
|
962
|
+
type: "choice",
|
|
963
|
+
options: ["outline", "filled", "flushed", "unstyled"]
|
|
1059
964
|
},
|
|
1060
965
|
isDisabled: {
|
|
1061
966
|
type: "boolean"
|
|
@@ -1069,41 +974,84 @@ var radioMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImport
|
|
|
1069
974
|
isRequired: {
|
|
1070
975
|
type: "boolean"
|
|
1071
976
|
},
|
|
977
|
+
errorBorderColor: {
|
|
978
|
+
type: "string",
|
|
979
|
+
defaultValue: "red.500"
|
|
980
|
+
},
|
|
981
|
+
focusBorderColor: {
|
|
982
|
+
type: "string",
|
|
983
|
+
defaultValue: "blue.500"
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
});
|
|
987
|
+
function registerInput(loader, customInputMeta) {
|
|
988
|
+
var doRegisterComponent = function doRegisterComponent() {
|
|
989
|
+
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
990
|
+
};
|
|
991
|
+
|
|
992
|
+
doRegisterComponent(react.Input, customInputMeta != null ? customInputMeta : inputMeta);
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
var kbdMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Kbd", undefined, {
|
|
996
|
+
displayName: "Chakra-UI Keyboard Key"
|
|
997
|
+
}), {
|
|
998
|
+
props: {
|
|
1072
999
|
children: {
|
|
1073
1000
|
type: "slot",
|
|
1074
1001
|
defaultValue: [{
|
|
1075
1002
|
type: "text",
|
|
1076
|
-
value: "
|
|
1003
|
+
value: "⌘"
|
|
1077
1004
|
}]
|
|
1078
1005
|
}
|
|
1079
1006
|
}
|
|
1080
1007
|
});
|
|
1081
|
-
function
|
|
1008
|
+
function registerKbd(loader, customKbdMeta) {
|
|
1082
1009
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1083
1010
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1084
1011
|
};
|
|
1085
1012
|
|
|
1086
|
-
doRegisterComponent(react.
|
|
1013
|
+
doRegisterComponent(react.Kbd, customKbdMeta != null ? customKbdMeta : kbdMeta);
|
|
1087
1014
|
}
|
|
1088
1015
|
|
|
1089
|
-
var
|
|
1016
|
+
var numberInputMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("NumberInput"), {
|
|
1090
1017
|
props: {
|
|
1091
1018
|
size: {
|
|
1092
1019
|
type: "choice",
|
|
1093
|
-
options: ["
|
|
1094
|
-
defaultValue: "md"
|
|
1020
|
+
options: ["xl", "sm", "md", "lg"]
|
|
1095
1021
|
},
|
|
1096
1022
|
variant: {
|
|
1097
1023
|
type: "choice",
|
|
1098
|
-
options: ["outline", "filled", "flushed", "unstyled"]
|
|
1099
|
-
defaultValue: "outline"
|
|
1024
|
+
options: ["outline", "filled", "flushed", "unstyled"]
|
|
1100
1025
|
},
|
|
1101
|
-
|
|
1026
|
+
inputMode: {
|
|
1027
|
+
type: "choice",
|
|
1028
|
+
options: ["text", "search", "none", "tel", "url", "email", "numeric", "decimal"]
|
|
1029
|
+
},
|
|
1030
|
+
format: {
|
|
1102
1031
|
type: "string"
|
|
1103
1032
|
},
|
|
1033
|
+
step: {
|
|
1034
|
+
type: "number"
|
|
1035
|
+
},
|
|
1036
|
+
precision: {
|
|
1037
|
+
type: "number"
|
|
1038
|
+
},
|
|
1039
|
+
max: {
|
|
1040
|
+
type: "number"
|
|
1041
|
+
},
|
|
1042
|
+
min: {
|
|
1043
|
+
type: "number"
|
|
1044
|
+
},
|
|
1104
1045
|
errorBorderColor: {
|
|
1105
1046
|
type: "string",
|
|
1106
|
-
|
|
1047
|
+
defaultValue: "red.500"
|
|
1048
|
+
},
|
|
1049
|
+
focusBorderColor: {
|
|
1050
|
+
type: "string",
|
|
1051
|
+
defaultValue: "blue.500"
|
|
1052
|
+
},
|
|
1053
|
+
allowMouseWheel: {
|
|
1054
|
+
type: "boolean"
|
|
1107
1055
|
},
|
|
1108
1056
|
isDisabled: {
|
|
1109
1057
|
type: "boolean"
|
|
@@ -1114,1277 +1062,1351 @@ var selectMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImpor
|
|
|
1114
1062
|
isReadOnly: {
|
|
1115
1063
|
type: "boolean"
|
|
1116
1064
|
},
|
|
1117
|
-
|
|
1065
|
+
isRequired: {
|
|
1118
1066
|
type: "boolean"
|
|
1119
1067
|
},
|
|
1120
1068
|
children: {
|
|
1121
1069
|
type: "slot",
|
|
1122
1070
|
defaultValue: [{
|
|
1123
1071
|
type: "component",
|
|
1124
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
1125
|
-
props: {
|
|
1126
|
-
children: {
|
|
1127
|
-
type: "text",
|
|
1128
|
-
value: "Option 01"
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
}, {
|
|
1132
|
-
type: "component",
|
|
1133
|
-
name: /*#__PURE__*/getPlasmicComponentName("Option"),
|
|
1134
|
-
props: {
|
|
1135
|
-
children: {
|
|
1136
|
-
type: "text",
|
|
1137
|
-
value: "Option 02"
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1072
|
+
name: /*#__PURE__*/getPlasmicComponentName("NumberInputField")
|
|
1140
1073
|
}, {
|
|
1141
1074
|
type: "component",
|
|
1142
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
1143
|
-
props: {
|
|
1144
|
-
children: {
|
|
1145
|
-
type: "text",
|
|
1146
|
-
value: "Option 03"
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1075
|
+
name: /*#__PURE__*/getPlasmicComponentName("NumberInputStepper")
|
|
1149
1076
|
}]
|
|
1150
1077
|
}
|
|
1151
1078
|
}
|
|
1152
1079
|
});
|
|
1153
|
-
function
|
|
1080
|
+
function registerNumberInput(loader, customNumberInputMeta) {
|
|
1154
1081
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1155
1082
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1156
1083
|
};
|
|
1157
1084
|
|
|
1158
|
-
doRegisterComponent(react.
|
|
1159
|
-
}
|
|
1160
|
-
function Option(props) {
|
|
1161
|
-
var value = props.value,
|
|
1162
|
-
className = props.className,
|
|
1163
|
-
children = props.children;
|
|
1164
|
-
return React.createElement("option", {
|
|
1165
|
-
className: className,
|
|
1166
|
-
value: value
|
|
1167
|
-
}, children);
|
|
1085
|
+
doRegisterComponent(react.NumberInput, customNumberInputMeta != null ? customNumberInputMeta : numberInputMeta);
|
|
1168
1086
|
}
|
|
1169
|
-
var
|
|
1170
|
-
importPath: "@plasmicpkgs/plasmic-chakra-ui"
|
|
1171
|
-
}), {
|
|
1087
|
+
var numberInputStepperMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("NumberInputStepper", "NumberInput"), {
|
|
1172
1088
|
props: {
|
|
1173
|
-
value: "string",
|
|
1174
1089
|
children: {
|
|
1175
1090
|
type: "slot",
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1091
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("NumberIncrementStepper"), /*#__PURE__*/getPlasmicComponentName("NumberDecrementStepper")],
|
|
1092
|
+
defaultValue: [{
|
|
1093
|
+
type: "component",
|
|
1094
|
+
name: /*#__PURE__*/getPlasmicComponentName("NumberIncrementStepper")
|
|
1095
|
+
}, {
|
|
1096
|
+
type: "component",
|
|
1097
|
+
name: /*#__PURE__*/getPlasmicComponentName("NumberDecrementStepper")
|
|
1098
|
+
}]
|
|
1180
1099
|
}
|
|
1181
1100
|
}
|
|
1182
1101
|
});
|
|
1183
|
-
function
|
|
1102
|
+
function registerNumberInputStepper(loader, customNumberInputStepperMeta) {
|
|
1184
1103
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1185
1104
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1186
1105
|
};
|
|
1187
1106
|
|
|
1188
|
-
doRegisterComponent(
|
|
1107
|
+
doRegisterComponent(react.NumberInputStepper, customNumberInputStepperMeta != null ? customNumberInputStepperMeta : numberInputStepperMeta);
|
|
1189
1108
|
}
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
props: {
|
|
1193
|
-
children: {
|
|
1194
|
-
type: "slot",
|
|
1195
|
-
defaultValue: [{
|
|
1196
|
-
type: "component",
|
|
1197
|
-
name: /*#__PURE__*/getPlasmicComponentName("StatLabel"),
|
|
1198
|
-
props: {
|
|
1199
|
-
children: {
|
|
1200
|
-
type: "text",
|
|
1201
|
-
value: "Collected Fees"
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1204
|
-
}, {
|
|
1205
|
-
type: "component",
|
|
1206
|
-
name: /*#__PURE__*/getPlasmicComponentName("StatNumber"),
|
|
1207
|
-
props: {
|
|
1208
|
-
children: {
|
|
1209
|
-
type: "text",
|
|
1210
|
-
value: "£345,670"
|
|
1211
|
-
}
|
|
1212
|
-
}
|
|
1213
|
-
}, {
|
|
1214
|
-
type: "component",
|
|
1215
|
-
name: /*#__PURE__*/getPlasmicComponentName("StatHelpText"),
|
|
1216
|
-
props: {
|
|
1217
|
-
children: {
|
|
1218
|
-
type: "hbox",
|
|
1219
|
-
styles: {
|
|
1220
|
-
alignItems: "center",
|
|
1221
|
-
padding: "0px"
|
|
1222
|
-
},
|
|
1223
|
-
children: [{
|
|
1224
|
-
type: "component",
|
|
1225
|
-
name: /*#__PURE__*/getPlasmicComponentName("StatArrow"),
|
|
1226
|
-
props: {
|
|
1227
|
-
type: "increase"
|
|
1228
|
-
}
|
|
1229
|
-
}, {
|
|
1230
|
-
type: "text",
|
|
1231
|
-
value: "Last 7 days"
|
|
1232
|
-
}]
|
|
1233
|
-
}
|
|
1234
|
-
}
|
|
1235
|
-
}]
|
|
1236
|
-
}
|
|
1237
|
-
}
|
|
1109
|
+
var numberDecrementStepperMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("NumberDecrementStepper", "NumberInputStepper"), {
|
|
1110
|
+
props: {}
|
|
1238
1111
|
});
|
|
1239
|
-
function
|
|
1112
|
+
function registerNumberDecrementStepper(loader, customNumberDecrementStepperMeta) {
|
|
1240
1113
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1241
1114
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1242
1115
|
};
|
|
1243
1116
|
|
|
1244
|
-
doRegisterComponent(react.
|
|
1117
|
+
doRegisterComponent(react.NumberDecrementStepper, customNumberDecrementStepperMeta != null ? customNumberDecrementStepperMeta : numberDecrementStepperMeta);
|
|
1245
1118
|
}
|
|
1246
|
-
var
|
|
1247
|
-
props: {
|
|
1248
|
-
children: {
|
|
1249
|
-
type: "slot",
|
|
1250
|
-
defaultValue: [{
|
|
1251
|
-
type: "text",
|
|
1252
|
-
value: "StatHelpText"
|
|
1253
|
-
}]
|
|
1254
|
-
}
|
|
1255
|
-
}
|
|
1119
|
+
var numberIncrementStepperMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("NumberIncrementStepper", "NumberInputStepper"), {
|
|
1120
|
+
props: {}
|
|
1256
1121
|
});
|
|
1257
|
-
function
|
|
1122
|
+
function registerNumberIncrementStepper(loader, customNumberIncrementStepperMeta) {
|
|
1258
1123
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1259
1124
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1260
1125
|
};
|
|
1261
1126
|
|
|
1262
|
-
doRegisterComponent(react.
|
|
1127
|
+
doRegisterComponent(react.NumberIncrementStepper, customNumberIncrementStepperMeta != null ? customNumberIncrementStepperMeta : numberIncrementStepperMeta);
|
|
1263
1128
|
}
|
|
1264
|
-
var
|
|
1265
|
-
props: {
|
|
1266
|
-
type: {
|
|
1267
|
-
type: "choice",
|
|
1268
|
-
options: ["increase", "decrease"]
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1129
|
+
var numberInputFieldMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("NumberInputField", "NumberInput"), {
|
|
1130
|
+
props: {}
|
|
1271
1131
|
});
|
|
1272
|
-
function
|
|
1132
|
+
function registerNumberInputField(loader, customNumberInputFieldMeta) {
|
|
1273
1133
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1274
1134
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1275
1135
|
};
|
|
1276
1136
|
|
|
1277
|
-
doRegisterComponent(react.
|
|
1137
|
+
doRegisterComponent(react.NumberInputField, customNumberInputFieldMeta != null ? customNumberInputFieldMeta : numberInputFieldMeta);
|
|
1278
1138
|
}
|
|
1279
|
-
|
|
1139
|
+
|
|
1140
|
+
var pinInputMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("PinInput"), {
|
|
1280
1141
|
props: {
|
|
1142
|
+
size: {
|
|
1143
|
+
type: "choice",
|
|
1144
|
+
options: ["xl", "sm", "md", "lg"]
|
|
1145
|
+
},
|
|
1146
|
+
type: {
|
|
1147
|
+
type: "choice",
|
|
1148
|
+
options: ["number", "alphanumeric"]
|
|
1149
|
+
},
|
|
1150
|
+
variant: {
|
|
1151
|
+
type: "choice",
|
|
1152
|
+
options: ["outline", "filled", "flushed", "unstyled"]
|
|
1153
|
+
},
|
|
1154
|
+
mask: {
|
|
1155
|
+
type: "boolean",
|
|
1156
|
+
description: "Whether the pin input's value should be masked like 'type=password'."
|
|
1157
|
+
},
|
|
1158
|
+
manageFocus: {
|
|
1159
|
+
type: "boolean",
|
|
1160
|
+
defaultValue: true,
|
|
1161
|
+
description: "Whether the pin input should move automatically to the next input once filled."
|
|
1162
|
+
},
|
|
1163
|
+
autoFocus: {
|
|
1164
|
+
type: "boolean",
|
|
1165
|
+
description: "Whether the pin input should be focused on mount."
|
|
1166
|
+
},
|
|
1167
|
+
opt: {
|
|
1168
|
+
type: "boolean",
|
|
1169
|
+
description: "autocomplete='one-time-code'"
|
|
1170
|
+
},
|
|
1171
|
+
errorBorderColor: {
|
|
1172
|
+
type: "string",
|
|
1173
|
+
defaultValue: "red.500"
|
|
1174
|
+
},
|
|
1175
|
+
focusBorderColor: {
|
|
1176
|
+
type: "string",
|
|
1177
|
+
defaultValue: "blue.500"
|
|
1178
|
+
},
|
|
1179
|
+
isDisabled: {
|
|
1180
|
+
type: "boolean"
|
|
1181
|
+
},
|
|
1182
|
+
isInvalid: {
|
|
1183
|
+
type: "boolean"
|
|
1184
|
+
},
|
|
1281
1185
|
children: {
|
|
1282
1186
|
type: "slot",
|
|
1187
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("PinInputField")],
|
|
1283
1188
|
defaultValue: [{
|
|
1284
|
-
type: "
|
|
1285
|
-
|
|
1189
|
+
type: "component",
|
|
1190
|
+
name: /*#__PURE__*/getPlasmicComponentName("PinInputField")
|
|
1191
|
+
}, {
|
|
1192
|
+
type: "component",
|
|
1193
|
+
name: /*#__PURE__*/getPlasmicComponentName("PinInputField")
|
|
1194
|
+
}, {
|
|
1195
|
+
type: "component",
|
|
1196
|
+
name: /*#__PURE__*/getPlasmicComponentName("PinInputField")
|
|
1197
|
+
}, {
|
|
1198
|
+
type: "component",
|
|
1199
|
+
name: /*#__PURE__*/getPlasmicComponentName("PinInputField")
|
|
1286
1200
|
}]
|
|
1287
1201
|
}
|
|
1288
1202
|
}
|
|
1289
1203
|
});
|
|
1290
|
-
function
|
|
1204
|
+
function registerPinInput(loader, customPinInputMeta) {
|
|
1291
1205
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1292
1206
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1293
1207
|
};
|
|
1294
1208
|
|
|
1295
|
-
doRegisterComponent(react.
|
|
1209
|
+
doRegisterComponent(react.PinInput, customPinInputMeta != null ? customPinInputMeta : pinInputMeta);
|
|
1296
1210
|
}
|
|
1297
|
-
var
|
|
1298
|
-
props: {
|
|
1299
|
-
children: {
|
|
1300
|
-
type: "slot",
|
|
1301
|
-
defaultValue: [{
|
|
1302
|
-
type: "text",
|
|
1303
|
-
value: "StatLabel"
|
|
1304
|
-
}]
|
|
1305
|
-
}
|
|
1306
|
-
}
|
|
1211
|
+
var pinInputFieldMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("PinInputField", "PinInput"), {
|
|
1212
|
+
props: {}
|
|
1307
1213
|
});
|
|
1308
|
-
function
|
|
1214
|
+
function registerPinInputField(loader, customPinInputFieldMeta) {
|
|
1309
1215
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1310
1216
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1311
1217
|
};
|
|
1312
1218
|
|
|
1313
|
-
doRegisterComponent(react.
|
|
1219
|
+
doRegisterComponent(react.PinInputField, customPinInputFieldMeta != null ? customPinInputFieldMeta : pinInputFieldMeta);
|
|
1314
1220
|
}
|
|
1315
1221
|
|
|
1316
|
-
var
|
|
1222
|
+
var popoverMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Popover"), {
|
|
1317
1223
|
props: {
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"],
|
|
1322
|
-
defaultValue: "blue"
|
|
1323
|
-
},
|
|
1324
|
-
size: {
|
|
1325
|
-
type: "choice",
|
|
1326
|
-
options: ["sm", "md", "lg"],
|
|
1327
|
-
defaultValue: "md"
|
|
1224
|
+
gutter: {
|
|
1225
|
+
type: "number",
|
|
1226
|
+
defaultValue: 8
|
|
1328
1227
|
},
|
|
1329
|
-
|
|
1228
|
+
arrowPadding: "number",
|
|
1229
|
+
arrowShadowColor: {
|
|
1330
1230
|
type: "string",
|
|
1331
|
-
defaultValue: "0.
|
|
1231
|
+
defaultValue: "rgba(0, 0, 0, 0.15)"
|
|
1332
1232
|
},
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1343
|
-
};
|
|
1344
|
-
|
|
1345
|
-
doRegisterComponent(react.Switch, customSwitchMeta != null ? customSwitchMeta : switchMeta);
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
var tableMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Table", "TableContainer"), {
|
|
1349
|
-
props: {
|
|
1350
|
-
colorScheme: {
|
|
1233
|
+
arrowSize: {
|
|
1234
|
+
type: "number"
|
|
1235
|
+
},
|
|
1236
|
+
offset: {
|
|
1237
|
+
type: "array",
|
|
1238
|
+
defaultValue: [0, 0]
|
|
1239
|
+
},
|
|
1240
|
+
closeDelay: "number",
|
|
1241
|
+
orientation: {
|
|
1351
1242
|
type: "choice",
|
|
1352
|
-
options: ["
|
|
1353
|
-
defaultValue: "gray"
|
|
1243
|
+
options: ["horizontal", "vertical"]
|
|
1354
1244
|
},
|
|
1355
|
-
|
|
1245
|
+
placement: {
|
|
1356
1246
|
type: "choice",
|
|
1357
|
-
options: ["
|
|
1358
|
-
defaultValue: "
|
|
1247
|
+
options: ["top", "bottom", "left", "right"],
|
|
1248
|
+
defaultValue: "bottom"
|
|
1359
1249
|
},
|
|
1360
|
-
|
|
1250
|
+
direction: {
|
|
1361
1251
|
type: "choice",
|
|
1362
|
-
options: ["
|
|
1363
|
-
defaultValue: "
|
|
1252
|
+
options: ["ltr", "rtl"],
|
|
1253
|
+
defaultValue: "ltr"
|
|
1254
|
+
},
|
|
1255
|
+
trigger: {
|
|
1256
|
+
type: "choice",
|
|
1257
|
+
options: ["click", "hover"],
|
|
1258
|
+
defaultValue: "click"
|
|
1259
|
+
},
|
|
1260
|
+
isLazy: {
|
|
1261
|
+
type: "boolean"
|
|
1262
|
+
},
|
|
1263
|
+
isOpen: {
|
|
1264
|
+
type: "boolean"
|
|
1364
1265
|
},
|
|
1365
1266
|
children: {
|
|
1366
|
-
type: "slot"
|
|
1267
|
+
type: "slot",
|
|
1268
|
+
defaultValue: [{
|
|
1269
|
+
type: "component",
|
|
1270
|
+
name: /*#__PURE__*/getPlasmicComponentName("PopoverTrigger")
|
|
1271
|
+
}, {
|
|
1272
|
+
type: "component",
|
|
1273
|
+
name: /*#__PURE__*/getPlasmicComponentName("PopoverContent")
|
|
1274
|
+
}]
|
|
1367
1275
|
}
|
|
1368
1276
|
}
|
|
1369
1277
|
});
|
|
1370
|
-
function
|
|
1278
|
+
function registerPopover(loader, customPopoverMeta) {
|
|
1371
1279
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1372
1280
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1373
1281
|
};
|
|
1374
1282
|
|
|
1375
|
-
doRegisterComponent(react.
|
|
1283
|
+
doRegisterComponent(react.Popover, customPopoverMeta != null ? customPopoverMeta : popoverMeta);
|
|
1376
1284
|
}
|
|
1377
|
-
var
|
|
1285
|
+
var popoverContentMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("PopoverContent", "Popover"), {
|
|
1378
1286
|
props: {
|
|
1379
|
-
placement: {
|
|
1380
|
-
type: "choice",
|
|
1381
|
-
options: ["top", "bottom"],
|
|
1382
|
-
defaultValue: "bottom"
|
|
1383
|
-
},
|
|
1384
1287
|
children: {
|
|
1385
1288
|
type: "slot",
|
|
1386
|
-
defaultValue: {
|
|
1387
|
-
type: "
|
|
1388
|
-
|
|
1389
|
-
}
|
|
1289
|
+
defaultValue: [{
|
|
1290
|
+
type: "component",
|
|
1291
|
+
name: /*#__PURE__*/getPlasmicComponentName("PopoverArrow")
|
|
1292
|
+
}, {
|
|
1293
|
+
type: "component",
|
|
1294
|
+
name: /*#__PURE__*/getPlasmicComponentName("PopoverCloseButton")
|
|
1295
|
+
}, {
|
|
1296
|
+
type: "component",
|
|
1297
|
+
name: /*#__PURE__*/getPlasmicComponentName("PopoverHeader"),
|
|
1298
|
+
props: {
|
|
1299
|
+
children: {
|
|
1300
|
+
type: "text",
|
|
1301
|
+
value: "Confirmation!"
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
}, {
|
|
1305
|
+
type: "component",
|
|
1306
|
+
name: /*#__PURE__*/getPlasmicComponentName("PopoverBody"),
|
|
1307
|
+
props: {
|
|
1308
|
+
children: {
|
|
1309
|
+
type: "text",
|
|
1310
|
+
value: "Are you sure you want to have that milkshake?"
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
}]
|
|
1390
1314
|
}
|
|
1391
1315
|
}
|
|
1392
1316
|
});
|
|
1393
|
-
function
|
|
1317
|
+
function registerPopoverContent(loader, customPopoverContentMeta) {
|
|
1394
1318
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1395
1319
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1396
1320
|
};
|
|
1397
1321
|
|
|
1398
|
-
doRegisterComponent(react.
|
|
1322
|
+
doRegisterComponent(react.PopoverContent, customPopoverContentMeta != null ? customPopoverContentMeta : popoverContentMeta);
|
|
1399
1323
|
}
|
|
1400
|
-
var
|
|
1401
|
-
props: {
|
|
1402
|
-
children: {
|
|
1403
|
-
type: "slot",
|
|
1404
|
-
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("Th"), /*#__PURE__*/getPlasmicComponentName("Tr")]
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1324
|
+
var popoverArrowMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("PopoverArrow", "PopoverContent"), {
|
|
1325
|
+
props: {}
|
|
1407
1326
|
});
|
|
1408
|
-
function
|
|
1327
|
+
function registerPopoverArrow(loader, customPopoverArrowMeta) {
|
|
1409
1328
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1410
1329
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1411
1330
|
};
|
|
1412
1331
|
|
|
1413
|
-
doRegisterComponent(react.
|
|
1332
|
+
doRegisterComponent(react.PopoverArrow, customPopoverArrowMeta != null ? customPopoverArrowMeta : popoverArrowMeta);
|
|
1414
1333
|
}
|
|
1415
|
-
var
|
|
1416
|
-
props: {
|
|
1417
|
-
children: {
|
|
1418
|
-
type: "slot",
|
|
1419
|
-
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("Td"), /*#__PURE__*/getPlasmicComponentName("Tr")]
|
|
1420
|
-
}
|
|
1421
|
-
}
|
|
1334
|
+
var popoverCloseButtonMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("PopoverCloseButton", "PopoverContent"), {
|
|
1335
|
+
props: {}
|
|
1422
1336
|
});
|
|
1423
|
-
function
|
|
1337
|
+
function registerPopoverCloseButton(loader, customPopoverCloseButtonMeta) {
|
|
1424
1338
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1425
1339
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1426
1340
|
};
|
|
1427
1341
|
|
|
1428
|
-
doRegisterComponent(react.
|
|
1342
|
+
doRegisterComponent(react.PopoverCloseButton, customPopoverCloseButtonMeta != null ? customPopoverCloseButtonMeta : popoverCloseButtonMeta);
|
|
1429
1343
|
}
|
|
1430
|
-
var
|
|
1344
|
+
var popoverHeaderMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("PopoverHeader", "PopoverContent"), {
|
|
1431
1345
|
props: {
|
|
1432
1346
|
children: {
|
|
1433
1347
|
type: "slot",
|
|
1434
|
-
|
|
1348
|
+
defaultValue: {
|
|
1349
|
+
type: "text",
|
|
1350
|
+
value: "Confirmation!"
|
|
1351
|
+
}
|
|
1435
1352
|
}
|
|
1436
1353
|
}
|
|
1437
1354
|
});
|
|
1438
|
-
function
|
|
1355
|
+
function registerPopoverHeader(loader, customPopoverHeaderMeta) {
|
|
1439
1356
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1440
1357
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1441
1358
|
};
|
|
1442
1359
|
|
|
1443
|
-
doRegisterComponent(react.
|
|
1360
|
+
doRegisterComponent(react.PopoverHeader, customPopoverHeaderMeta != null ? customPopoverHeaderMeta : popoverHeaderMeta);
|
|
1444
1361
|
}
|
|
1445
|
-
var
|
|
1362
|
+
var popoverBodyMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("PopoverBody", "PopoverContent"), {
|
|
1446
1363
|
props: {
|
|
1447
|
-
isNumeric: "boolean",
|
|
1448
1364
|
children: {
|
|
1449
1365
|
type: "slot",
|
|
1450
1366
|
defaultValue: {
|
|
1451
1367
|
type: "text",
|
|
1452
|
-
value: "
|
|
1368
|
+
value: "Are you sure you want to have that milkshake?"
|
|
1453
1369
|
}
|
|
1454
1370
|
}
|
|
1455
1371
|
}
|
|
1456
1372
|
});
|
|
1457
|
-
function
|
|
1373
|
+
function registerPopoverBody(loader, customPopoverBodyMeta) {
|
|
1458
1374
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1459
1375
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1460
1376
|
};
|
|
1461
1377
|
|
|
1462
|
-
doRegisterComponent(react.
|
|
1378
|
+
doRegisterComponent(react.PopoverBody, customPopoverBodyMeta != null ? customPopoverBodyMeta : popoverBodyMeta);
|
|
1463
1379
|
}
|
|
1464
|
-
var
|
|
1380
|
+
var popoverTriggerMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("PopoverTrigger", "Popover"), {
|
|
1465
1381
|
props: {
|
|
1466
|
-
isNumeric: "boolean",
|
|
1467
1382
|
children: {
|
|
1468
1383
|
type: "slot",
|
|
1469
1384
|
defaultValue: {
|
|
1470
|
-
type: "
|
|
1471
|
-
|
|
1385
|
+
type: "component",
|
|
1386
|
+
name: /*#__PURE__*/getPlasmicComponentName("Button"),
|
|
1387
|
+
props: {
|
|
1388
|
+
children: {
|
|
1389
|
+
type: "text",
|
|
1390
|
+
value: "Trigger"
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1472
1393
|
}
|
|
1473
1394
|
}
|
|
1474
1395
|
}
|
|
1475
1396
|
});
|
|
1476
|
-
function
|
|
1397
|
+
function registerPopoverTrigger(loader, customPopoverTriggerMeta) {
|
|
1477
1398
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1478
1399
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1479
1400
|
};
|
|
1480
1401
|
|
|
1481
|
-
doRegisterComponent(react.
|
|
1402
|
+
doRegisterComponent(react.PopoverTrigger, customPopoverTriggerMeta != null ? customPopoverTriggerMeta : popoverTriggerMeta);
|
|
1482
1403
|
}
|
|
1483
|
-
|
|
1404
|
+
|
|
1405
|
+
var progressMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Progress"), {
|
|
1484
1406
|
props: {
|
|
1485
|
-
|
|
1407
|
+
colorScheme: {
|
|
1486
1408
|
type: "choice",
|
|
1487
|
-
options: ["
|
|
1409
|
+
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"],
|
|
1410
|
+
defaultValue: "blue"
|
|
1488
1411
|
},
|
|
1489
|
-
|
|
1412
|
+
size: {
|
|
1490
1413
|
type: "choice",
|
|
1491
|
-
options: ["
|
|
1414
|
+
options: ["xs", "sm", "md", "lg"],
|
|
1415
|
+
defaultValue: "md"
|
|
1492
1416
|
},
|
|
1493
|
-
|
|
1494
|
-
type: "
|
|
1495
|
-
|
|
1417
|
+
max: {
|
|
1418
|
+
type: "number",
|
|
1419
|
+
defaultValue: 100
|
|
1496
1420
|
},
|
|
1497
|
-
|
|
1498
|
-
type: "
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
children: [{
|
|
1513
|
-
type: "component",
|
|
1514
|
-
name: /*#__PURE__*/getPlasmicComponentName("Th"),
|
|
1515
|
-
props: {
|
|
1516
|
-
children: {
|
|
1517
|
-
type: "text",
|
|
1518
|
-
value: "TO CONVERT"
|
|
1519
|
-
}
|
|
1520
|
-
}
|
|
1521
|
-
}, {
|
|
1522
|
-
type: "component",
|
|
1523
|
-
name: /*#__PURE__*/getPlasmicComponentName("Th"),
|
|
1524
|
-
props: {
|
|
1525
|
-
children: {
|
|
1526
|
-
type: "text",
|
|
1527
|
-
value: "INTO"
|
|
1528
|
-
}
|
|
1529
|
-
}
|
|
1530
|
-
}, {
|
|
1531
|
-
type: "component",
|
|
1532
|
-
name: /*#__PURE__*/getPlasmicComponentName("Th"),
|
|
1533
|
-
props: {
|
|
1534
|
-
children: {
|
|
1535
|
-
type: "text",
|
|
1536
|
-
value: "MULTIPLY BY"
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
}]
|
|
1540
|
-
}
|
|
1541
|
-
}
|
|
1542
|
-
}
|
|
1543
|
-
}, {
|
|
1544
|
-
type: "component",
|
|
1545
|
-
name: /*#__PURE__*/getPlasmicComponentName("Tbody"),
|
|
1546
|
-
props: {
|
|
1547
|
-
children: [{
|
|
1548
|
-
type: "component",
|
|
1549
|
-
name: /*#__PURE__*/getPlasmicComponentName("Tr"),
|
|
1550
|
-
props: {
|
|
1551
|
-
children: [{
|
|
1552
|
-
type: "component",
|
|
1553
|
-
name: /*#__PURE__*/getPlasmicComponentName("Td"),
|
|
1554
|
-
props: {
|
|
1555
|
-
children: {
|
|
1556
|
-
type: "text",
|
|
1557
|
-
value: "inches"
|
|
1558
|
-
}
|
|
1559
|
-
}
|
|
1560
|
-
}, {
|
|
1561
|
-
type: "component",
|
|
1562
|
-
name: /*#__PURE__*/getPlasmicComponentName("Td"),
|
|
1563
|
-
props: {
|
|
1564
|
-
children: {
|
|
1565
|
-
type: "text",
|
|
1566
|
-
value: "millimetres (mm)"
|
|
1567
|
-
}
|
|
1568
|
-
}
|
|
1569
|
-
}, {
|
|
1570
|
-
type: "component",
|
|
1571
|
-
name: /*#__PURE__*/getPlasmicComponentName("Td"),
|
|
1572
|
-
props: {
|
|
1573
|
-
children: {
|
|
1574
|
-
type: "text",
|
|
1575
|
-
value: "25.4"
|
|
1576
|
-
}
|
|
1577
|
-
}
|
|
1578
|
-
}]
|
|
1579
|
-
}
|
|
1580
|
-
}]
|
|
1581
|
-
}
|
|
1582
|
-
}]
|
|
1583
|
-
}
|
|
1421
|
+
min: {
|
|
1422
|
+
type: "number",
|
|
1423
|
+
defaultValue: 0
|
|
1424
|
+
},
|
|
1425
|
+
value: "number",
|
|
1426
|
+
isIndeterminate: {
|
|
1427
|
+
type: "boolean"
|
|
1428
|
+
},
|
|
1429
|
+
hasStripe: {
|
|
1430
|
+
type: "boolean"
|
|
1431
|
+
},
|
|
1432
|
+
isAnimated: {
|
|
1433
|
+
type: "boolean",
|
|
1434
|
+
hidden: function hidden(props) {
|
|
1435
|
+
return !props.hasStripe;
|
|
1584
1436
|
}
|
|
1585
1437
|
}
|
|
1586
1438
|
}
|
|
1587
1439
|
});
|
|
1588
|
-
function
|
|
1440
|
+
function registerProgress(loader, customProgressMeta) {
|
|
1589
1441
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1590
1442
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1591
1443
|
};
|
|
1592
1444
|
|
|
1593
|
-
doRegisterComponent(react.
|
|
1445
|
+
doRegisterComponent(react.Progress, customProgressMeta != null ? customProgressMeta : progressMeta);
|
|
1594
1446
|
}
|
|
1595
|
-
|
|
1447
|
+
|
|
1448
|
+
var radioGroupMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("RadioGroup"), {
|
|
1596
1449
|
props: {
|
|
1450
|
+
value: {
|
|
1451
|
+
type: "string"
|
|
1452
|
+
},
|
|
1453
|
+
size: {
|
|
1454
|
+
type: "choice",
|
|
1455
|
+
options: ["xl", "sm", "md", "lg"]
|
|
1456
|
+
},
|
|
1457
|
+
isDisabled: {
|
|
1458
|
+
type: "boolean"
|
|
1459
|
+
},
|
|
1460
|
+
isInvalid: {
|
|
1461
|
+
type: "boolean"
|
|
1462
|
+
},
|
|
1463
|
+
isReadOnly: {
|
|
1464
|
+
type: "boolean"
|
|
1465
|
+
},
|
|
1466
|
+
isRequired: {
|
|
1467
|
+
type: "boolean"
|
|
1468
|
+
},
|
|
1597
1469
|
children: {
|
|
1598
1470
|
type: "slot",
|
|
1599
|
-
defaultValue:
|
|
1600
|
-
type: "
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1471
|
+
defaultValue: {
|
|
1472
|
+
type: "hbox",
|
|
1473
|
+
styles: {
|
|
1474
|
+
gap: "12px"
|
|
1475
|
+
},
|
|
1476
|
+
children: [{
|
|
1477
|
+
type: "component",
|
|
1478
|
+
name: /*#__PURE__*/getPlasmicComponentName("Radio"),
|
|
1479
|
+
props: {
|
|
1480
|
+
value: "1",
|
|
1481
|
+
children: {
|
|
1482
|
+
type: "text",
|
|
1483
|
+
value: "Radio 1"
|
|
1611
1484
|
}
|
|
1612
|
-
}
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1485
|
+
}
|
|
1486
|
+
}, {
|
|
1487
|
+
type: "component",
|
|
1488
|
+
name: /*#__PURE__*/getPlasmicComponentName("Radio"),
|
|
1489
|
+
props: {
|
|
1490
|
+
value: "2",
|
|
1491
|
+
children: {
|
|
1492
|
+
type: "text",
|
|
1493
|
+
value: "Radio 2"
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
}, {
|
|
1497
|
+
type: "component",
|
|
1498
|
+
name: /*#__PURE__*/getPlasmicComponentName("Radio"),
|
|
1499
|
+
props: {
|
|
1500
|
+
value: "3",
|
|
1501
|
+
children: {
|
|
1502
|
+
type: "text",
|
|
1503
|
+
value: "Radio 3"
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
}]
|
|
1507
|
+
}
|
|
1615
1508
|
}
|
|
1616
1509
|
}
|
|
1617
1510
|
});
|
|
1618
|
-
function
|
|
1511
|
+
function registerRadioGroup(loader, customRadioGroupMeta) {
|
|
1619
1512
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1620
1513
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1621
1514
|
};
|
|
1622
1515
|
|
|
1623
|
-
doRegisterComponent(react.
|
|
1516
|
+
doRegisterComponent(react.RadioGroup, customRadioGroupMeta != null ? customRadioGroupMeta : radioGroupMeta);
|
|
1624
1517
|
}
|
|
1625
|
-
|
|
1626
|
-
var tabListMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("TabList", "Tabs"), {
|
|
1518
|
+
var radioMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Radio", "RadioGroup"), {
|
|
1627
1519
|
props: {
|
|
1520
|
+
value: {
|
|
1521
|
+
type: "string"
|
|
1522
|
+
},
|
|
1523
|
+
size: {
|
|
1524
|
+
type: "choice",
|
|
1525
|
+
options: ["xl", "sm", "md", "lg"]
|
|
1526
|
+
},
|
|
1527
|
+
spacing: {
|
|
1528
|
+
type: "string",
|
|
1529
|
+
defaultValue: "0.5rem"
|
|
1530
|
+
},
|
|
1531
|
+
isChecked: {
|
|
1532
|
+
type: "boolean"
|
|
1533
|
+
},
|
|
1534
|
+
isDisabled: {
|
|
1535
|
+
type: "boolean"
|
|
1536
|
+
},
|
|
1537
|
+
isInvalid: {
|
|
1538
|
+
type: "boolean"
|
|
1539
|
+
},
|
|
1540
|
+
isReadOnly: {
|
|
1541
|
+
type: "boolean"
|
|
1542
|
+
},
|
|
1543
|
+
isRequired: {
|
|
1544
|
+
type: "boolean"
|
|
1545
|
+
},
|
|
1628
1546
|
children: {
|
|
1629
1547
|
type: "slot",
|
|
1630
|
-
|
|
1548
|
+
defaultValue: [{
|
|
1549
|
+
type: "text",
|
|
1550
|
+
value: "Radio"
|
|
1551
|
+
}]
|
|
1631
1552
|
}
|
|
1632
1553
|
}
|
|
1633
1554
|
});
|
|
1634
|
-
function
|
|
1555
|
+
function registerRadio(loader, customRadioMeta) {
|
|
1635
1556
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1636
1557
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1637
1558
|
};
|
|
1638
1559
|
|
|
1639
|
-
doRegisterComponent(react.
|
|
1560
|
+
doRegisterComponent(react.Radio, customRadioMeta != null ? customRadioMeta : radioMeta);
|
|
1640
1561
|
}
|
|
1641
|
-
|
|
1562
|
+
|
|
1563
|
+
var selectMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Select"), {
|
|
1642
1564
|
props: {
|
|
1643
|
-
|
|
1565
|
+
size: {
|
|
1644
1566
|
type: "choice",
|
|
1645
|
-
options: ["
|
|
1567
|
+
options: ["lg", "md", "sm", "xs"],
|
|
1568
|
+
defaultValue: "md"
|
|
1646
1569
|
},
|
|
1647
|
-
|
|
1570
|
+
variant: {
|
|
1648
1571
|
type: "choice",
|
|
1649
|
-
options: ["
|
|
1572
|
+
options: ["outline", "filled", "flushed", "unstyled"],
|
|
1573
|
+
defaultValue: "outline"
|
|
1650
1574
|
},
|
|
1651
|
-
|
|
1652
|
-
type: "
|
|
1653
|
-
options: ["horizontal", "vertical"]
|
|
1575
|
+
placeholder: {
|
|
1576
|
+
type: "string"
|
|
1654
1577
|
},
|
|
1655
|
-
|
|
1656
|
-
type: "
|
|
1657
|
-
|
|
1578
|
+
errorBorderColor: {
|
|
1579
|
+
type: "string",
|
|
1580
|
+
defaultValueHint: "red.500"
|
|
1658
1581
|
},
|
|
1659
|
-
|
|
1660
|
-
type: "
|
|
1661
|
-
options: ["line", "enclosed", "enclosed-colored", "soft-rounded", "solid-rounded", "unstyled"],
|
|
1662
|
-
defaultValue: "line"
|
|
1582
|
+
isDisabled: {
|
|
1583
|
+
type: "boolean"
|
|
1663
1584
|
},
|
|
1664
|
-
|
|
1665
|
-
type: "
|
|
1666
|
-
options: ["ltr", "rtl"]
|
|
1585
|
+
isInvalid: {
|
|
1586
|
+
type: "boolean"
|
|
1667
1587
|
},
|
|
1668
|
-
|
|
1669
|
-
type: "
|
|
1588
|
+
isReadOnly: {
|
|
1589
|
+
type: "boolean"
|
|
1590
|
+
},
|
|
1591
|
+
isRequred: {
|
|
1592
|
+
type: "boolean"
|
|
1670
1593
|
},
|
|
1671
|
-
isFitted: "boolean",
|
|
1672
|
-
isLazy: "boolean",
|
|
1673
|
-
isManual: "boolean",
|
|
1674
1594
|
children: {
|
|
1675
1595
|
type: "slot",
|
|
1676
|
-
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("TabList"), /*#__PURE__*/getPlasmicComponentName("TabPanels")],
|
|
1677
1596
|
defaultValue: [{
|
|
1678
1597
|
type: "component",
|
|
1679
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
1598
|
+
name: /*#__PURE__*/getPlasmicComponentName("Option"),
|
|
1680
1599
|
props: {
|
|
1681
|
-
children:
|
|
1682
|
-
type: "
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
children: {
|
|
1686
|
-
type: "text",
|
|
1687
|
-
value: "Tab 1"
|
|
1688
|
-
}
|
|
1689
|
-
}
|
|
1690
|
-
}, {
|
|
1691
|
-
type: "component",
|
|
1692
|
-
name: /*#__PURE__*/getPlasmicComponentName("Tab"),
|
|
1693
|
-
props: {
|
|
1694
|
-
children: {
|
|
1695
|
-
type: "text",
|
|
1696
|
-
value: "Tab 2"
|
|
1697
|
-
}
|
|
1698
|
-
}
|
|
1699
|
-
}, {
|
|
1700
|
-
type: "component",
|
|
1701
|
-
name: /*#__PURE__*/getPlasmicComponentName("Tab"),
|
|
1702
|
-
props: {
|
|
1703
|
-
children: {
|
|
1704
|
-
type: "text",
|
|
1705
|
-
value: "Tab 3"
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
}]
|
|
1600
|
+
children: {
|
|
1601
|
+
type: "text",
|
|
1602
|
+
value: "Option 01"
|
|
1603
|
+
}
|
|
1709
1604
|
}
|
|
1710
1605
|
}, {
|
|
1711
1606
|
type: "component",
|
|
1712
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
1607
|
+
name: /*#__PURE__*/getPlasmicComponentName("Option"),
|
|
1713
1608
|
props: {
|
|
1714
|
-
children:
|
|
1715
|
-
type: "
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
type: "
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
children: {
|
|
1728
|
-
type: "text",
|
|
1729
|
-
value: "Tab 2's Panel Content"
|
|
1730
|
-
}
|
|
1731
|
-
}
|
|
1732
|
-
}, {
|
|
1733
|
-
type: "component",
|
|
1734
|
-
name: /*#__PURE__*/getPlasmicComponentName("TabPanel"),
|
|
1735
|
-
props: {
|
|
1736
|
-
children: {
|
|
1737
|
-
type: "text",
|
|
1738
|
-
value: "Tab 3's Panel Content"
|
|
1739
|
-
}
|
|
1740
|
-
}
|
|
1741
|
-
}]
|
|
1609
|
+
children: {
|
|
1610
|
+
type: "text",
|
|
1611
|
+
value: "Option 02"
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
}, {
|
|
1615
|
+
type: "component",
|
|
1616
|
+
name: /*#__PURE__*/getPlasmicComponentName("Option"),
|
|
1617
|
+
props: {
|
|
1618
|
+
children: {
|
|
1619
|
+
type: "text",
|
|
1620
|
+
value: "Option 03"
|
|
1621
|
+
}
|
|
1742
1622
|
}
|
|
1743
1623
|
}]
|
|
1744
1624
|
}
|
|
1745
1625
|
}
|
|
1746
1626
|
});
|
|
1747
|
-
function
|
|
1627
|
+
function registerSelect(loader, customSelectMeta) {
|
|
1748
1628
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1749
1629
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1750
1630
|
};
|
|
1751
1631
|
|
|
1752
|
-
doRegisterComponent(react.
|
|
1632
|
+
doRegisterComponent(react.Select, customSelectMeta != null ? customSelectMeta : selectMeta);
|
|
1753
1633
|
}
|
|
1754
|
-
|
|
1634
|
+
function Option(props) {
|
|
1635
|
+
var value = props.value,
|
|
1636
|
+
className = props.className,
|
|
1637
|
+
children = props.children;
|
|
1638
|
+
return React.createElement("option", {
|
|
1639
|
+
className: className,
|
|
1640
|
+
value: value
|
|
1641
|
+
}, children);
|
|
1642
|
+
}
|
|
1643
|
+
var optionMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Option", "Select", {
|
|
1644
|
+
importPath: "@plasmicpkgs/plasmic-chakra-ui"
|
|
1645
|
+
}), {
|
|
1755
1646
|
props: {
|
|
1756
|
-
|
|
1757
|
-
isDisabled: "boolean",
|
|
1758
|
-
panelId: "string",
|
|
1647
|
+
value: "string",
|
|
1759
1648
|
children: {
|
|
1760
1649
|
type: "slot",
|
|
1761
1650
|
defaultValue: {
|
|
1762
1651
|
type: "text",
|
|
1763
|
-
value: "
|
|
1652
|
+
value: "Option"
|
|
1764
1653
|
}
|
|
1765
1654
|
}
|
|
1766
1655
|
}
|
|
1767
1656
|
});
|
|
1768
|
-
function
|
|
1657
|
+
function registerOption(loader, customOptionMeta) {
|
|
1769
1658
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1770
1659
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1771
1660
|
};
|
|
1772
1661
|
|
|
1773
|
-
doRegisterComponent(
|
|
1662
|
+
doRegisterComponent(Option, customOptionMeta != null ? customOptionMeta : optionMeta);
|
|
1774
1663
|
}
|
|
1775
|
-
var tabPanelsMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("TabPanels", "Tabs"), {
|
|
1776
|
-
props: {
|
|
1777
|
-
children: {
|
|
1778
|
-
type: "slot",
|
|
1779
|
-
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("TabPanel")]
|
|
1780
|
-
}
|
|
1781
|
-
}
|
|
1782
|
-
});
|
|
1783
|
-
function registerTabPanels(loader, customTabPanelsMeta) {
|
|
1784
|
-
var doRegisterComponent = function doRegisterComponent() {
|
|
1785
|
-
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1786
|
-
};
|
|
1787
1664
|
|
|
1788
|
-
|
|
1789
|
-
}
|
|
1790
|
-
var tabPanelMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("TabPanel", "TabPanels"), {
|
|
1665
|
+
var statMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Stat"), {
|
|
1791
1666
|
props: {
|
|
1792
1667
|
children: {
|
|
1793
1668
|
type: "slot",
|
|
1794
|
-
defaultValue: {
|
|
1795
|
-
type: "
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1669
|
+
defaultValue: [{
|
|
1670
|
+
type: "component",
|
|
1671
|
+
name: /*#__PURE__*/getPlasmicComponentName("StatLabel"),
|
|
1672
|
+
props: {
|
|
1673
|
+
children: {
|
|
1674
|
+
type: "text",
|
|
1675
|
+
value: "Collected Fees"
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
}, {
|
|
1679
|
+
type: "component",
|
|
1680
|
+
name: /*#__PURE__*/getPlasmicComponentName("StatNumber"),
|
|
1681
|
+
props: {
|
|
1682
|
+
children: {
|
|
1683
|
+
type: "text",
|
|
1684
|
+
value: "£345,670"
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
}, {
|
|
1688
|
+
type: "component",
|
|
1689
|
+
name: /*#__PURE__*/getPlasmicComponentName("StatHelpText"),
|
|
1690
|
+
props: {
|
|
1691
|
+
children: {
|
|
1692
|
+
type: "hbox",
|
|
1693
|
+
styles: {
|
|
1694
|
+
alignItems: "center",
|
|
1695
|
+
padding: "0px"
|
|
1696
|
+
},
|
|
1697
|
+
children: [{
|
|
1698
|
+
type: "component",
|
|
1699
|
+
name: /*#__PURE__*/getPlasmicComponentName("StatArrow"),
|
|
1700
|
+
props: {
|
|
1701
|
+
type: "increase"
|
|
1702
|
+
}
|
|
1703
|
+
}, {
|
|
1704
|
+
type: "text",
|
|
1705
|
+
value: "Last 7 days"
|
|
1706
|
+
}]
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
}]
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1712
|
+
});
|
|
1713
|
+
function registerStat(loader, customStatMeta) {
|
|
1714
|
+
var doRegisterComponent = function doRegisterComponent() {
|
|
1803
1715
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1804
1716
|
};
|
|
1805
1717
|
|
|
1806
|
-
doRegisterComponent(react.
|
|
1718
|
+
doRegisterComponent(react.Stat, customStatMeta != null ? customStatMeta : statMeta);
|
|
1807
1719
|
}
|
|
1808
|
-
|
|
1809
|
-
var textMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Text"), {
|
|
1720
|
+
var statHelpTextMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("StatHelpText", "Stat"), {
|
|
1810
1721
|
props: {
|
|
1811
1722
|
children: {
|
|
1812
1723
|
type: "slot",
|
|
1813
1724
|
defaultValue: [{
|
|
1814
1725
|
type: "text",
|
|
1815
|
-
value: "
|
|
1726
|
+
value: "StatHelpText"
|
|
1816
1727
|
}]
|
|
1817
1728
|
}
|
|
1818
1729
|
}
|
|
1819
1730
|
});
|
|
1820
|
-
function
|
|
1731
|
+
function registerStatHelpText(loader, customStatHelpTextMeta) {
|
|
1821
1732
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1822
1733
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1823
1734
|
};
|
|
1824
1735
|
|
|
1825
|
-
doRegisterComponent(react.
|
|
1736
|
+
doRegisterComponent(react.StatHelpText, customStatHelpTextMeta != null ? customStatHelpTextMeta : statHelpTextMeta);
|
|
1826
1737
|
}
|
|
1827
|
-
|
|
1828
|
-
var highlightMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Highlight"), {
|
|
1738
|
+
var statArrowMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("StatArrow", "Stat"), {
|
|
1829
1739
|
props: {
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
defaultValue: "With the Highlight component, you can spotlight words."
|
|
1834
|
-
},
|
|
1835
|
-
query: {
|
|
1836
|
-
type: "array",
|
|
1837
|
-
defaultValue: ["Spotlight", "words"]
|
|
1838
|
-
},
|
|
1839
|
-
styles: {
|
|
1840
|
-
type: "object",
|
|
1841
|
-
defaultValue: {
|
|
1842
|
-
backgroundColor: "orange.100",
|
|
1843
|
-
px: "0.3em",
|
|
1844
|
-
py: "0.1em",
|
|
1845
|
-
borderRadius: "0.3em"
|
|
1846
|
-
}
|
|
1740
|
+
type: {
|
|
1741
|
+
type: "choice",
|
|
1742
|
+
options: ["increase", "decrease"]
|
|
1847
1743
|
}
|
|
1848
1744
|
}
|
|
1849
1745
|
});
|
|
1850
|
-
function
|
|
1746
|
+
function registerStatArrow(loader, customStatArrowMeta) {
|
|
1851
1747
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1852
1748
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1853
1749
|
};
|
|
1854
1750
|
|
|
1855
|
-
doRegisterComponent(react.
|
|
1751
|
+
doRegisterComponent(react.StatArrow, customStatArrowMeta != null ? customStatArrowMeta : statArrowMeta);
|
|
1856
1752
|
}
|
|
1857
|
-
|
|
1858
|
-
var headingMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Heading"), {
|
|
1753
|
+
var statNumberMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("StatNumber", "Stat"), {
|
|
1859
1754
|
props: {
|
|
1860
1755
|
children: {
|
|
1861
1756
|
type: "slot",
|
|
1862
|
-
defaultValue: {
|
|
1757
|
+
defaultValue: [{
|
|
1863
1758
|
type: "text",
|
|
1864
|
-
value: "
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
|
-
size: {
|
|
1868
|
-
type: "choice",
|
|
1869
|
-
options: ["4xl", "3xl", "2xl", "xl", "lg", "md", "sm", "xs"],
|
|
1870
|
-
defaultValue: "xl"
|
|
1871
|
-
},
|
|
1872
|
-
noOfLines: {
|
|
1873
|
-
type: "number",
|
|
1874
|
-
defaultValue: 1
|
|
1759
|
+
value: "£345,670"
|
|
1760
|
+
}]
|
|
1875
1761
|
}
|
|
1876
1762
|
}
|
|
1877
1763
|
});
|
|
1878
|
-
function
|
|
1764
|
+
function registerStatNumber(loader, customStatNumberMeta) {
|
|
1879
1765
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1880
1766
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1881
1767
|
};
|
|
1882
1768
|
|
|
1883
|
-
doRegisterComponent(react.
|
|
1769
|
+
doRegisterComponent(react.StatNumber, customStatNumberMeta != null ? customStatNumberMeta : statNumberMeta);
|
|
1884
1770
|
}
|
|
1885
|
-
|
|
1886
|
-
var toastMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Toast"), {
|
|
1771
|
+
var statLabelMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("StatLabel", "Stat"), {
|
|
1887
1772
|
props: {
|
|
1888
|
-
|
|
1889
|
-
type: "
|
|
1890
|
-
defaultValue:
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
defaultValue: "Toast description"
|
|
1895
|
-
},
|
|
1896
|
-
variant: {
|
|
1897
|
-
type: "choice",
|
|
1898
|
-
options: ["solid", "subtle", "left-accent", "top-accent"]
|
|
1899
|
-
},
|
|
1900
|
-
duration: {
|
|
1901
|
-
type: "number",
|
|
1902
|
-
defaultValue: 5000
|
|
1903
|
-
},
|
|
1904
|
-
isClosable: {
|
|
1905
|
-
type: "boolean"
|
|
1906
|
-
},
|
|
1907
|
-
position: {
|
|
1908
|
-
type: "choice",
|
|
1909
|
-
options: ["top", "top-right", "top-left", "bottom", "bottom-right", "bottom-left"]
|
|
1910
|
-
},
|
|
1911
|
-
status: {
|
|
1912
|
-
type: "choice",
|
|
1913
|
-
options: ["info", "success", "warning", "error", "loading"]
|
|
1773
|
+
children: {
|
|
1774
|
+
type: "slot",
|
|
1775
|
+
defaultValue: [{
|
|
1776
|
+
type: "text",
|
|
1777
|
+
value: "StatLabel"
|
|
1778
|
+
}]
|
|
1914
1779
|
}
|
|
1915
1780
|
}
|
|
1916
1781
|
});
|
|
1917
|
-
function
|
|
1782
|
+
function registerStatLabel(loader, customStatLabelMeta) {
|
|
1918
1783
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1919
1784
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1920
1785
|
};
|
|
1921
1786
|
|
|
1922
|
-
doRegisterComponent(react.
|
|
1787
|
+
doRegisterComponent(react.StatLabel, customStatLabelMeta != null ? customStatLabelMeta : statLabelMeta);
|
|
1923
1788
|
}
|
|
1924
1789
|
|
|
1925
|
-
var
|
|
1790
|
+
var switchMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Switch"), {
|
|
1926
1791
|
props: {
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
defaultValue: {
|
|
1930
|
-
type: "component",
|
|
1931
|
-
name: /*#__PURE__*/getPlasmicComponentName("Button"),
|
|
1932
|
-
props: {
|
|
1933
|
-
children: {
|
|
1934
|
-
type: "text",
|
|
1935
|
-
value: "Hover me"
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
1938
|
-
}
|
|
1939
|
-
},
|
|
1940
|
-
label: {
|
|
1941
|
-
type: "string",
|
|
1942
|
-
defaultValue: "Hi! I am a tooltip"
|
|
1943
|
-
},
|
|
1944
|
-
placement: {
|
|
1792
|
+
isChecked: "boolean",
|
|
1793
|
+
colorScheme: {
|
|
1945
1794
|
type: "choice",
|
|
1946
|
-
options: ["
|
|
1947
|
-
defaultValue: "
|
|
1948
|
-
},
|
|
1949
|
-
hasArrow: "boolean",
|
|
1950
|
-
arrowSize: {
|
|
1951
|
-
type: "number",
|
|
1952
|
-
defaultValue: 10
|
|
1795
|
+
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"],
|
|
1796
|
+
defaultValue: "blue"
|
|
1953
1797
|
},
|
|
1954
|
-
|
|
1955
|
-
type: "
|
|
1798
|
+
size: {
|
|
1799
|
+
type: "choice",
|
|
1800
|
+
options: ["sm", "md", "lg"],
|
|
1801
|
+
defaultValue: "md"
|
|
1956
1802
|
},
|
|
1957
|
-
|
|
1958
|
-
type: "
|
|
1959
|
-
defaultValue:
|
|
1803
|
+
spacing: {
|
|
1804
|
+
type: "string",
|
|
1805
|
+
defaultValue: "0.5rem"
|
|
1960
1806
|
},
|
|
1961
|
-
|
|
1807
|
+
id: "string",
|
|
1962
1808
|
isDisabled: "boolean",
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
},
|
|
1967
|
-
closeOnClick: {
|
|
1968
|
-
type: "boolean",
|
|
1969
|
-
defaultValue: true
|
|
1970
|
-
},
|
|
1971
|
-
closeDelay: {
|
|
1972
|
-
type: "number",
|
|
1973
|
-
defaultValue: 0
|
|
1974
|
-
}
|
|
1809
|
+
isInvalid: "boolean",
|
|
1810
|
+
isReadOnly: "boolean",
|
|
1811
|
+
isRequired: "boolean"
|
|
1975
1812
|
}
|
|
1976
1813
|
});
|
|
1977
|
-
function
|
|
1814
|
+
function registerSwitch(loader, customSwitchMeta) {
|
|
1978
1815
|
var doRegisterComponent = function doRegisterComponent() {
|
|
1979
1816
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1980
1817
|
};
|
|
1981
1818
|
|
|
1982
|
-
doRegisterComponent(react.
|
|
1819
|
+
doRegisterComponent(react.Switch, customSwitchMeta != null ? customSwitchMeta : switchMeta);
|
|
1983
1820
|
}
|
|
1984
1821
|
|
|
1985
|
-
var
|
|
1822
|
+
var tableMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Table", "TableContainer"), {
|
|
1986
1823
|
props: {
|
|
1987
|
-
|
|
1988
|
-
type: "
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
allowToggle: {
|
|
1992
|
-
type: "boolean",
|
|
1993
|
-
description: "If true, an expanded accordion item can be collapsed again."
|
|
1824
|
+
colorScheme: {
|
|
1825
|
+
type: "choice",
|
|
1826
|
+
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"],
|
|
1827
|
+
defaultValue: "gray"
|
|
1994
1828
|
},
|
|
1995
|
-
|
|
1996
|
-
type: "
|
|
1997
|
-
|
|
1829
|
+
size: {
|
|
1830
|
+
type: "choice",
|
|
1831
|
+
options: ["sm", "md", "lg"],
|
|
1832
|
+
defaultValue: "md"
|
|
1998
1833
|
},
|
|
1999
|
-
|
|
2000
|
-
type: "
|
|
2001
|
-
|
|
1834
|
+
variant: {
|
|
1835
|
+
type: "choice",
|
|
1836
|
+
options: ["simple", "striped", "unstyled"],
|
|
1837
|
+
defaultValue: "simple"
|
|
2002
1838
|
},
|
|
2003
1839
|
children: {
|
|
2004
|
-
type: "slot"
|
|
2005
|
-
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("AccordionItem")],
|
|
2006
|
-
defaultValue: [{
|
|
2007
|
-
type: "component",
|
|
2008
|
-
name: /*#__PURE__*/getPlasmicComponentName("AccordionItem")
|
|
2009
|
-
}, {
|
|
2010
|
-
type: "component",
|
|
2011
|
-
name: /*#__PURE__*/getPlasmicComponentName("AccordionItem")
|
|
2012
|
-
}]
|
|
1840
|
+
type: "slot"
|
|
2013
1841
|
}
|
|
2014
1842
|
}
|
|
2015
1843
|
});
|
|
2016
|
-
function
|
|
1844
|
+
function registerTable(loader, customTableMeta) {
|
|
2017
1845
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2018
1846
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2019
1847
|
};
|
|
2020
1848
|
|
|
2021
|
-
doRegisterComponent(react.
|
|
1849
|
+
doRegisterComponent(react.Table, customTableMeta != null ? customTableMeta : tableMeta);
|
|
2022
1850
|
}
|
|
2023
|
-
var
|
|
1851
|
+
var tableCaptionMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("TableCaption", "Table"), {
|
|
2024
1852
|
props: {
|
|
2025
|
-
|
|
2026
|
-
type: "
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
isDisabled: {
|
|
2030
|
-
type: "boolean",
|
|
2031
|
-
description: "If true, the accordion item will be disabled."
|
|
2032
|
-
},
|
|
2033
|
-
isFocusable: {
|
|
2034
|
-
type: "boolean",
|
|
2035
|
-
description: "If true, the accordion item will be focusable."
|
|
1853
|
+
placement: {
|
|
1854
|
+
type: "choice",
|
|
1855
|
+
options: ["top", "bottom"],
|
|
1856
|
+
defaultValue: "bottom"
|
|
2036
1857
|
},
|
|
2037
1858
|
children: {
|
|
2038
1859
|
type: "slot",
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
}, {
|
|
2044
|
-
type: "component",
|
|
2045
|
-
name: /*#__PURE__*/getPlasmicComponentName("AccordionPanel")
|
|
2046
|
-
}]
|
|
1860
|
+
defaultValue: {
|
|
1861
|
+
type: "text",
|
|
1862
|
+
value: "Imperial to metric conversion factors"
|
|
1863
|
+
}
|
|
2047
1864
|
}
|
|
2048
1865
|
}
|
|
2049
1866
|
});
|
|
2050
|
-
function
|
|
1867
|
+
function registerTableCaption(loader, customTableCaptionMeta) {
|
|
2051
1868
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2052
1869
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2053
1870
|
};
|
|
2054
1871
|
|
|
2055
|
-
doRegisterComponent(react.
|
|
1872
|
+
doRegisterComponent(react.TableCaption, customTableCaptionMeta != null ? customTableCaptionMeta : tableCaptionMeta);
|
|
2056
1873
|
}
|
|
2057
|
-
var
|
|
1874
|
+
var theadMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Thead", "Table"), {
|
|
2058
1875
|
props: {
|
|
2059
|
-
_expanded: {
|
|
2060
|
-
type: "object",
|
|
2061
|
-
displayName: "expandedStyle",
|
|
2062
|
-
defaultValueHint: {
|
|
2063
|
-
bg: "orange",
|
|
2064
|
-
color: "white"
|
|
2065
|
-
}
|
|
2066
|
-
},
|
|
2067
1876
|
children: {
|
|
2068
1877
|
type: "slot",
|
|
2069
|
-
|
|
2070
|
-
type: "text",
|
|
2071
|
-
value: "Section 1 title",
|
|
2072
|
-
styles: {
|
|
2073
|
-
textAlign: "left"
|
|
2074
|
-
}
|
|
2075
|
-
}, {
|
|
2076
|
-
type: "component",
|
|
2077
|
-
name: /*#__PURE__*/getPlasmicComponentName("AccordionIcon")
|
|
2078
|
-
}]
|
|
1878
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("Th"), /*#__PURE__*/getPlasmicComponentName("Tr")]
|
|
2079
1879
|
}
|
|
2080
1880
|
}
|
|
2081
1881
|
});
|
|
2082
|
-
function
|
|
1882
|
+
function registerThead(loader, customTheadMeta) {
|
|
2083
1883
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2084
1884
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2085
1885
|
};
|
|
2086
1886
|
|
|
2087
|
-
doRegisterComponent(react.
|
|
1887
|
+
doRegisterComponent(react.Thead, customTheadMeta != null ? customTheadMeta : theadMeta);
|
|
2088
1888
|
}
|
|
2089
|
-
var
|
|
1889
|
+
var tbodyMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Tbody", "Table"), {
|
|
2090
1890
|
props: {
|
|
2091
1891
|
children: {
|
|
2092
1892
|
type: "slot",
|
|
2093
|
-
|
|
2094
|
-
type: "component",
|
|
2095
|
-
name: /*#__PURE__*/getPlasmicComponentName("Text"),
|
|
2096
|
-
props: {
|
|
2097
|
-
children: {
|
|
2098
|
-
type: "text",
|
|
2099
|
-
value: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
|
2100
|
-
}
|
|
2101
|
-
}
|
|
2102
|
-
}
|
|
1893
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("Td"), /*#__PURE__*/getPlasmicComponentName("Tr")]
|
|
2103
1894
|
}
|
|
2104
1895
|
}
|
|
2105
1896
|
});
|
|
2106
|
-
function
|
|
1897
|
+
function registerTbody(loader, customTbodyMeta) {
|
|
2107
1898
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2108
1899
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2109
1900
|
};
|
|
2110
1901
|
|
|
2111
|
-
doRegisterComponent(react.
|
|
1902
|
+
doRegisterComponent(react.Tbody, customTbodyMeta != null ? customTbodyMeta : tbodyMeta);
|
|
2112
1903
|
}
|
|
2113
|
-
var
|
|
2114
|
-
props: {
|
|
1904
|
+
var trMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Tr", "Table"), {
|
|
1905
|
+
props: {
|
|
1906
|
+
children: {
|
|
1907
|
+
type: "slot",
|
|
1908
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("Td"), /*#__PURE__*/getPlasmicComponentName("Th")]
|
|
1909
|
+
}
|
|
1910
|
+
}
|
|
2115
1911
|
});
|
|
2116
|
-
function
|
|
1912
|
+
function registerTr(loader, customTrMeta) {
|
|
2117
1913
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2118
1914
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2119
1915
|
};
|
|
2120
1916
|
|
|
2121
|
-
doRegisterComponent(react.
|
|
1917
|
+
doRegisterComponent(react.Tr, customTrMeta != null ? customTrMeta : trMeta);
|
|
2122
1918
|
}
|
|
1919
|
+
var tdMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Td", "Tr"), {
|
|
1920
|
+
props: {
|
|
1921
|
+
isNumeric: "boolean",
|
|
1922
|
+
children: {
|
|
1923
|
+
type: "slot",
|
|
1924
|
+
defaultValue: {
|
|
1925
|
+
type: "text",
|
|
1926
|
+
value: "Table Cell"
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
});
|
|
1931
|
+
function registerTd(loader, customTdMeta) {
|
|
1932
|
+
var doRegisterComponent = function doRegisterComponent() {
|
|
1933
|
+
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
1934
|
+
};
|
|
2123
1935
|
|
|
2124
|
-
|
|
1936
|
+
doRegisterComponent(react.Td, customTdMeta != null ? customTdMeta : tdMeta);
|
|
1937
|
+
}
|
|
1938
|
+
var thMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Th", "Tr"), {
|
|
2125
1939
|
props: {
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
}
|
|
2134
|
-
borderColor: "string"
|
|
1940
|
+
isNumeric: "boolean",
|
|
1941
|
+
children: {
|
|
1942
|
+
type: "slot",
|
|
1943
|
+
defaultValue: {
|
|
1944
|
+
type: "text",
|
|
1945
|
+
value: "Table Cell"
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
2135
1948
|
}
|
|
2136
1949
|
});
|
|
2137
|
-
function
|
|
1950
|
+
function registerTh(loader, customThMeta) {
|
|
2138
1951
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2139
1952
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2140
1953
|
};
|
|
2141
1954
|
|
|
2142
|
-
doRegisterComponent(react.
|
|
1955
|
+
doRegisterComponent(react.Th, customThMeta != null ? customThMeta : thMeta);
|
|
2143
1956
|
}
|
|
2144
|
-
var
|
|
1957
|
+
var tableContainerMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("TableContainer"), {
|
|
2145
1958
|
props: {
|
|
2146
|
-
|
|
2147
|
-
type: "
|
|
2148
|
-
|
|
2149
|
-
},
|
|
2150
|
-
src: {
|
|
2151
|
-
type: "string",
|
|
2152
|
-
defaultValue: "https://bit.ly/dan-abramov"
|
|
1959
|
+
overflowX: {
|
|
1960
|
+
type: "choice",
|
|
1961
|
+
options: ["auto", "scroll", "hidden", "visible"]
|
|
2153
1962
|
},
|
|
2154
|
-
|
|
1963
|
+
overflowY: {
|
|
2155
1964
|
type: "choice",
|
|
2156
|
-
options: ["
|
|
1965
|
+
options: ["auto", "scroll", "hidden", "visible"]
|
|
2157
1966
|
},
|
|
2158
|
-
|
|
1967
|
+
whiteSpace: {
|
|
2159
1968
|
type: "choice",
|
|
2160
|
-
options: ["
|
|
1969
|
+
options: ["normal", "nowrap", "pre", "pre-line", "pre-wrap"]
|
|
2161
1970
|
},
|
|
2162
|
-
showBorder: "boolean",
|
|
2163
1971
|
children: {
|
|
2164
1972
|
type: "slot",
|
|
2165
|
-
|
|
2166
|
-
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("AvatarBadge")],
|
|
1973
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("Table")],
|
|
2167
1974
|
defaultValue: {
|
|
2168
1975
|
type: "component",
|
|
2169
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
1976
|
+
name: /*#__PURE__*/getPlasmicComponentName("Table"),
|
|
1977
|
+
props: {
|
|
1978
|
+
children: [{
|
|
1979
|
+
type: "component",
|
|
1980
|
+
name: /*#__PURE__*/getPlasmicComponentName("Thead"),
|
|
1981
|
+
props: {
|
|
1982
|
+
children: {
|
|
1983
|
+
type: "component",
|
|
1984
|
+
name: /*#__PURE__*/getPlasmicComponentName("Tr"),
|
|
1985
|
+
props: {
|
|
1986
|
+
children: [{
|
|
1987
|
+
type: "component",
|
|
1988
|
+
name: /*#__PURE__*/getPlasmicComponentName("Th"),
|
|
1989
|
+
props: {
|
|
1990
|
+
children: {
|
|
1991
|
+
type: "text",
|
|
1992
|
+
value: "TO CONVERT"
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
}, {
|
|
1996
|
+
type: "component",
|
|
1997
|
+
name: /*#__PURE__*/getPlasmicComponentName("Th"),
|
|
1998
|
+
props: {
|
|
1999
|
+
children: {
|
|
2000
|
+
type: "text",
|
|
2001
|
+
value: "INTO"
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
}, {
|
|
2005
|
+
type: "component",
|
|
2006
|
+
name: /*#__PURE__*/getPlasmicComponentName("Th"),
|
|
2007
|
+
props: {
|
|
2008
|
+
children: {
|
|
2009
|
+
type: "text",
|
|
2010
|
+
value: "MULTIPLY BY"
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
}]
|
|
2014
|
+
}
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
}, {
|
|
2018
|
+
type: "component",
|
|
2019
|
+
name: /*#__PURE__*/getPlasmicComponentName("Tbody"),
|
|
2020
|
+
props: {
|
|
2021
|
+
children: [{
|
|
2022
|
+
type: "component",
|
|
2023
|
+
name: /*#__PURE__*/getPlasmicComponentName("Tr"),
|
|
2024
|
+
props: {
|
|
2025
|
+
children: [{
|
|
2026
|
+
type: "component",
|
|
2027
|
+
name: /*#__PURE__*/getPlasmicComponentName("Td"),
|
|
2028
|
+
props: {
|
|
2029
|
+
children: {
|
|
2030
|
+
type: "text",
|
|
2031
|
+
value: "inches"
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
}, {
|
|
2035
|
+
type: "component",
|
|
2036
|
+
name: /*#__PURE__*/getPlasmicComponentName("Td"),
|
|
2037
|
+
props: {
|
|
2038
|
+
children: {
|
|
2039
|
+
type: "text",
|
|
2040
|
+
value: "millimetres (mm)"
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
}, {
|
|
2044
|
+
type: "component",
|
|
2045
|
+
name: /*#__PURE__*/getPlasmicComponentName("Td"),
|
|
2046
|
+
props: {
|
|
2047
|
+
children: {
|
|
2048
|
+
type: "text",
|
|
2049
|
+
value: "25.4"
|
|
2050
|
+
}
|
|
2051
|
+
}
|
|
2052
|
+
}]
|
|
2053
|
+
}
|
|
2054
|
+
}]
|
|
2055
|
+
}
|
|
2056
|
+
}]
|
|
2057
|
+
}
|
|
2170
2058
|
}
|
|
2171
2059
|
}
|
|
2172
2060
|
}
|
|
2173
2061
|
});
|
|
2174
|
-
function
|
|
2062
|
+
function registerTableContainer(loader, customTableContainerMeta) {
|
|
2175
2063
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2176
2064
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2177
2065
|
};
|
|
2178
2066
|
|
|
2179
|
-
doRegisterComponent(react.
|
|
2067
|
+
doRegisterComponent(react.TableContainer, customTableContainerMeta != null ? customTableContainerMeta : tableContainerMeta);
|
|
2180
2068
|
}
|
|
2181
|
-
var
|
|
2069
|
+
var tfootMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Tfoot", "Table"), {
|
|
2182
2070
|
props: {
|
|
2071
|
+
children: {
|
|
2072
|
+
type: "slot",
|
|
2073
|
+
defaultValue: [{
|
|
2074
|
+
type: "component",
|
|
2075
|
+
name: /*#__PURE__*/getPlasmicComponentName("Tr"),
|
|
2076
|
+
props: {
|
|
2077
|
+
children: [{
|
|
2078
|
+
type: "component",
|
|
2079
|
+
name: /*#__PURE__*/getPlasmicComponentName("Th"),
|
|
2080
|
+
props: {
|
|
2081
|
+
children: {
|
|
2082
|
+
type: "text",
|
|
2083
|
+
value: "Name"
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
}]
|
|
2087
|
+
}
|
|
2088
|
+
}]
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
});
|
|
2092
|
+
function registerTfoot(loader, customTfootMeta) {
|
|
2093
|
+
var doRegisterComponent = function doRegisterComponent() {
|
|
2094
|
+
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2095
|
+
};
|
|
2096
|
+
|
|
2097
|
+
doRegisterComponent(react.Tfoot, customTfootMeta != null ? customTfootMeta : tfootMeta);
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
var tabListMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("TabList", "Tabs"), {
|
|
2101
|
+
props: {
|
|
2102
|
+
children: {
|
|
2103
|
+
type: "slot",
|
|
2104
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("Tab")]
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
});
|
|
2108
|
+
function registerTabList(loader, customTabListMeta) {
|
|
2109
|
+
var doRegisterComponent = function doRegisterComponent() {
|
|
2110
|
+
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2111
|
+
};
|
|
2112
|
+
|
|
2113
|
+
doRegisterComponent(react.TabList, customTabListMeta != null ? customTabListMeta : tabListMeta);
|
|
2114
|
+
}
|
|
2115
|
+
var tabsMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Tabs"), {
|
|
2116
|
+
props: {
|
|
2117
|
+
align: {
|
|
2118
|
+
type: "choice",
|
|
2119
|
+
options: ["start", "center", "end"]
|
|
2120
|
+
},
|
|
2121
|
+
colorScheme: {
|
|
2122
|
+
type: "choice",
|
|
2123
|
+
options: ["whiteAlpha", "blackAlpha", "gray", "red", "orange", "yellow", "green", "teal", "blue", "cyan", "purple", "pink", "linkedin", "facebook", "messenger", "whatsapp", "twitter", "telegram"]
|
|
2124
|
+
},
|
|
2125
|
+
orientation: {
|
|
2126
|
+
type: "choice",
|
|
2127
|
+
options: ["horizontal", "vertical"]
|
|
2128
|
+
},
|
|
2183
2129
|
size: {
|
|
2184
2130
|
type: "choice",
|
|
2185
|
-
options: ["
|
|
2131
|
+
options: ["sm", "md", "lg"]
|
|
2186
2132
|
},
|
|
2187
|
-
|
|
2188
|
-
type: "
|
|
2189
|
-
|
|
2133
|
+
variant: {
|
|
2134
|
+
type: "choice",
|
|
2135
|
+
options: ["line", "enclosed", "enclosed-colored", "soft-rounded", "solid-rounded", "unstyled"],
|
|
2136
|
+
defaultValue: "line"
|
|
2190
2137
|
},
|
|
2191
|
-
|
|
2192
|
-
type: "
|
|
2193
|
-
|
|
2138
|
+
direction: {
|
|
2139
|
+
type: "choice",
|
|
2140
|
+
options: ["ltr", "rtl"]
|
|
2141
|
+
},
|
|
2142
|
+
index: {
|
|
2143
|
+
type: "number"
|
|
2194
2144
|
},
|
|
2145
|
+
isFitted: "boolean",
|
|
2146
|
+
isLazy: "boolean",
|
|
2147
|
+
isManual: "boolean",
|
|
2195
2148
|
children: {
|
|
2196
2149
|
type: "slot",
|
|
2197
|
-
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("
|
|
2150
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("TabList"), /*#__PURE__*/getPlasmicComponentName("TabPanels")],
|
|
2198
2151
|
defaultValue: [{
|
|
2199
2152
|
type: "component",
|
|
2200
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
2201
|
-
props: {
|
|
2202
|
-
name: "Dan Abrahmov",
|
|
2203
|
-
src: "https://bit.ly/dan-abramov"
|
|
2204
|
-
}
|
|
2205
|
-
}, {
|
|
2206
|
-
type: "component",
|
|
2207
|
-
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
2208
|
-
props: {
|
|
2209
|
-
name: "Kola Tioluwani",
|
|
2210
|
-
src: "https://bit.ly/tioluwani-kolawole"
|
|
2211
|
-
}
|
|
2212
|
-
}, {
|
|
2213
|
-
type: "component",
|
|
2214
|
-
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
2215
|
-
props: {
|
|
2216
|
-
name: "Kent Dodds",
|
|
2217
|
-
src: "https://bit.ly/kent-c-dodds"
|
|
2218
|
-
}
|
|
2219
|
-
}, {
|
|
2220
|
-
type: "component",
|
|
2221
|
-
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
2222
|
-
props: {
|
|
2223
|
-
name: "Ryan Florence",
|
|
2224
|
-
src: "https://bit.ly/ryan-florence"
|
|
2225
|
-
}
|
|
2226
|
-
}, {
|
|
2227
|
-
type: "component",
|
|
2228
|
-
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
2229
|
-
props: {
|
|
2230
|
-
name: "Prosper Otemuyiwa",
|
|
2231
|
-
src: "https://bit.ly/prosper-baba"
|
|
2232
|
-
}
|
|
2233
|
-
}, {
|
|
2234
|
-
type: "component",
|
|
2235
|
-
name: /*#__PURE__*/getPlasmicComponentName("Avatar"),
|
|
2153
|
+
name: /*#__PURE__*/getPlasmicComponentName("TabList"),
|
|
2236
2154
|
props: {
|
|
2237
|
-
|
|
2238
|
-
|
|
2155
|
+
children: [{
|
|
2156
|
+
type: "component",
|
|
2157
|
+
name: /*#__PURE__*/getPlasmicComponentName("Tab"),
|
|
2158
|
+
props: {
|
|
2159
|
+
children: {
|
|
2160
|
+
type: "text",
|
|
2161
|
+
value: "Tab 1"
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
}, {
|
|
2165
|
+
type: "component",
|
|
2166
|
+
name: /*#__PURE__*/getPlasmicComponentName("Tab"),
|
|
2167
|
+
props: {
|
|
2168
|
+
children: {
|
|
2169
|
+
type: "text",
|
|
2170
|
+
value: "Tab 2"
|
|
2171
|
+
}
|
|
2172
|
+
}
|
|
2173
|
+
}, {
|
|
2174
|
+
type: "component",
|
|
2175
|
+
name: /*#__PURE__*/getPlasmicComponentName("Tab"),
|
|
2176
|
+
props: {
|
|
2177
|
+
children: {
|
|
2178
|
+
type: "text",
|
|
2179
|
+
value: "Tab 3"
|
|
2180
|
+
}
|
|
2181
|
+
}
|
|
2182
|
+
}]
|
|
2239
2183
|
}
|
|
2240
2184
|
}, {
|
|
2241
2185
|
type: "component",
|
|
2242
|
-
name: /*#__PURE__*/getPlasmicComponentName("
|
|
2186
|
+
name: /*#__PURE__*/getPlasmicComponentName("TabPanels"),
|
|
2243
2187
|
props: {
|
|
2244
|
-
|
|
2245
|
-
|
|
2188
|
+
children: [{
|
|
2189
|
+
type: "component",
|
|
2190
|
+
name: /*#__PURE__*/getPlasmicComponentName("TabPanel"),
|
|
2191
|
+
props: {
|
|
2192
|
+
children: {
|
|
2193
|
+
type: "text",
|
|
2194
|
+
value: "Tab 1's Panel Content"
|
|
2195
|
+
}
|
|
2196
|
+
}
|
|
2197
|
+
}, {
|
|
2198
|
+
type: "component",
|
|
2199
|
+
name: /*#__PURE__*/getPlasmicComponentName("TabPanel"),
|
|
2200
|
+
props: {
|
|
2201
|
+
children: {
|
|
2202
|
+
type: "text",
|
|
2203
|
+
value: "Tab 2's Panel Content"
|
|
2204
|
+
}
|
|
2205
|
+
}
|
|
2206
|
+
}, {
|
|
2207
|
+
type: "component",
|
|
2208
|
+
name: /*#__PURE__*/getPlasmicComponentName("TabPanel"),
|
|
2209
|
+
props: {
|
|
2210
|
+
children: {
|
|
2211
|
+
type: "text",
|
|
2212
|
+
value: "Tab 3's Panel Content"
|
|
2213
|
+
}
|
|
2214
|
+
}
|
|
2215
|
+
}]
|
|
2246
2216
|
}
|
|
2247
2217
|
}]
|
|
2248
2218
|
}
|
|
2249
2219
|
}
|
|
2250
2220
|
});
|
|
2251
|
-
function
|
|
2221
|
+
function registerTabs(loader, customTabsMeta) {
|
|
2252
2222
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2253
2223
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2254
2224
|
};
|
|
2255
2225
|
|
|
2256
|
-
doRegisterComponent(react.
|
|
2226
|
+
doRegisterComponent(react.Tabs, customTabsMeta != null ? customTabsMeta : tabsMeta);
|
|
2257
2227
|
}
|
|
2258
|
-
|
|
2259
|
-
var formControlMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("FormControl"), {
|
|
2228
|
+
var tabMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Tab", "TabList"), {
|
|
2260
2229
|
props: {
|
|
2261
|
-
|
|
2230
|
+
id: "string",
|
|
2262
2231
|
isDisabled: "boolean",
|
|
2263
|
-
|
|
2264
|
-
isRequired: "boolean",
|
|
2265
|
-
isreadOnly: "boolean",
|
|
2232
|
+
panelId: "string",
|
|
2266
2233
|
children: {
|
|
2267
2234
|
type: "slot",
|
|
2268
|
-
defaultValue:
|
|
2269
|
-
type: "
|
|
2270
|
-
|
|
2271
|
-
}
|
|
2272
|
-
type: "component",
|
|
2273
|
-
name: /*#__PURE__*/getPlasmicComponentName("Input")
|
|
2274
|
-
}]
|
|
2235
|
+
defaultValue: {
|
|
2236
|
+
type: "text",
|
|
2237
|
+
value: "Tab"
|
|
2238
|
+
}
|
|
2275
2239
|
}
|
|
2276
2240
|
}
|
|
2277
2241
|
});
|
|
2278
|
-
function
|
|
2242
|
+
function registerTab(loader, customTabMeta) {
|
|
2279
2243
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2280
2244
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2281
2245
|
};
|
|
2282
2246
|
|
|
2283
|
-
doRegisterComponent(react.
|
|
2247
|
+
doRegisterComponent(react.Tab, customTabMeta != null ? customTabMeta : tabMeta);
|
|
2284
2248
|
}
|
|
2285
|
-
var
|
|
2249
|
+
var tabPanelsMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("TabPanels", "Tabs"), {
|
|
2286
2250
|
props: {
|
|
2287
2251
|
children: {
|
|
2288
2252
|
type: "slot",
|
|
2289
|
-
|
|
2290
|
-
type: "text",
|
|
2291
|
-
value: "Label",
|
|
2292
|
-
styles: {
|
|
2293
|
-
display: "inline-block",
|
|
2294
|
-
width: "auto"
|
|
2295
|
-
}
|
|
2296
|
-
}
|
|
2253
|
+
allowedComponents: [/*#__PURE__*/getPlasmicComponentName("TabPanel")]
|
|
2297
2254
|
}
|
|
2298
2255
|
}
|
|
2299
2256
|
});
|
|
2300
|
-
function
|
|
2257
|
+
function registerTabPanels(loader, customTabPanelsMeta) {
|
|
2301
2258
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2302
2259
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2303
2260
|
};
|
|
2304
2261
|
|
|
2305
|
-
doRegisterComponent(react.
|
|
2262
|
+
doRegisterComponent(react.TabPanels, customTabPanelsMeta != null ? customTabPanelsMeta : tabPanelsMeta);
|
|
2306
2263
|
}
|
|
2307
|
-
var
|
|
2264
|
+
var tabPanelMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("TabPanel", "TabPanels"), {
|
|
2308
2265
|
props: {
|
|
2309
2266
|
children: {
|
|
2310
2267
|
type: "slot",
|
|
2311
2268
|
defaultValue: {
|
|
2312
2269
|
type: "text",
|
|
2313
|
-
value: "
|
|
2270
|
+
value: "Tab Panel Content"
|
|
2314
2271
|
}
|
|
2315
2272
|
}
|
|
2316
2273
|
}
|
|
2317
2274
|
});
|
|
2318
|
-
function
|
|
2275
|
+
function registerTabPanel(loader, customTabPanelMeta) {
|
|
2319
2276
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2320
2277
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2321
2278
|
};
|
|
2322
2279
|
|
|
2323
|
-
doRegisterComponent(react.
|
|
2280
|
+
doRegisterComponent(react.TabPanel, customTabPanelMeta != null ? customTabPanelMeta : tabPanelMeta);
|
|
2324
2281
|
}
|
|
2325
|
-
|
|
2282
|
+
|
|
2283
|
+
var textMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Text"), {
|
|
2326
2284
|
props: {
|
|
2327
2285
|
children: {
|
|
2328
2286
|
type: "slot",
|
|
2329
|
-
defaultValue: {
|
|
2287
|
+
defaultValue: [{
|
|
2330
2288
|
type: "text",
|
|
2331
|
-
value: "
|
|
2332
|
-
}
|
|
2289
|
+
value: "Some Text"
|
|
2290
|
+
}]
|
|
2333
2291
|
}
|
|
2334
2292
|
}
|
|
2335
2293
|
});
|
|
2336
|
-
function
|
|
2294
|
+
function registerText(loader, customTextMeta) {
|
|
2337
2295
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2338
2296
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2339
2297
|
};
|
|
2340
2298
|
|
|
2341
|
-
doRegisterComponent(react.
|
|
2299
|
+
doRegisterComponent(react.Text, customTextMeta != null ? customTextMeta : textMeta);
|
|
2342
2300
|
}
|
|
2343
2301
|
|
|
2344
|
-
var
|
|
2302
|
+
var toastMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Toast"), {
|
|
2345
2303
|
props: {
|
|
2346
|
-
|
|
2347
|
-
type: "
|
|
2348
|
-
|
|
2349
|
-
defaultValue: "blue"
|
|
2304
|
+
title: {
|
|
2305
|
+
type: "string",
|
|
2306
|
+
defaultValue: "Toast Title"
|
|
2350
2307
|
},
|
|
2351
|
-
|
|
2308
|
+
description: {
|
|
2309
|
+
type: "string",
|
|
2310
|
+
defaultValue: "Toast description"
|
|
2311
|
+
},
|
|
2312
|
+
variant: {
|
|
2352
2313
|
type: "choice",
|
|
2353
|
-
options: ["
|
|
2354
|
-
defaultValue: "md"
|
|
2314
|
+
options: ["solid", "subtle", "left-accent", "top-accent"]
|
|
2355
2315
|
},
|
|
2356
|
-
|
|
2316
|
+
duration: {
|
|
2357
2317
|
type: "number",
|
|
2358
|
-
defaultValue:
|
|
2318
|
+
defaultValue: 5000
|
|
2359
2319
|
},
|
|
2360
|
-
|
|
2320
|
+
isClosable: {
|
|
2321
|
+
type: "boolean"
|
|
2322
|
+
},
|
|
2323
|
+
position: {
|
|
2324
|
+
type: "choice",
|
|
2325
|
+
options: ["top", "top-right", "top-left", "bottom", "bottom-right", "bottom-left"]
|
|
2326
|
+
},
|
|
2327
|
+
status: {
|
|
2328
|
+
type: "choice",
|
|
2329
|
+
options: ["info", "success", "warning", "error", "loading"]
|
|
2330
|
+
}
|
|
2331
|
+
}
|
|
2332
|
+
});
|
|
2333
|
+
function registerToast(loader, customToastMeta) {
|
|
2334
|
+
var doRegisterComponent = function doRegisterComponent() {
|
|
2335
|
+
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2336
|
+
};
|
|
2337
|
+
|
|
2338
|
+
doRegisterComponent(react.Toast, customToastMeta != null ? customToastMeta : toastMeta);
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
var tooltipMeta = /*#__PURE__*/_extends({}, /*#__PURE__*/getComponentNameAndImportMeta("Tooltip"), {
|
|
2342
|
+
props: {
|
|
2343
|
+
children: {
|
|
2344
|
+
type: "slot",
|
|
2345
|
+
defaultValue: {
|
|
2346
|
+
type: "component",
|
|
2347
|
+
name: /*#__PURE__*/getPlasmicComponentName("Button"),
|
|
2348
|
+
props: {
|
|
2349
|
+
children: {
|
|
2350
|
+
type: "text",
|
|
2351
|
+
value: "Hover me"
|
|
2352
|
+
}
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
label: {
|
|
2357
|
+
type: "string",
|
|
2358
|
+
defaultValue: "Hi! I am a tooltip"
|
|
2359
|
+
},
|
|
2360
|
+
placement: {
|
|
2361
|
+
type: "choice",
|
|
2362
|
+
options: ["auto", "auto-start", "auto-end", "top", "top-start", "top-end", "bottom", "bottom-start", "bottom-end", "right", "right-start", "right-end", "left", "left-start", "left-end"],
|
|
2363
|
+
defaultValue: "bottom"
|
|
2364
|
+
},
|
|
2365
|
+
hasArrow: "boolean",
|
|
2366
|
+
arrowSize: {
|
|
2361
2367
|
type: "number",
|
|
2362
|
-
defaultValue:
|
|
2368
|
+
defaultValue: 10
|
|
2363
2369
|
},
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
type: "boolean"
|
|
2370
|
+
arrowShadowColor: {
|
|
2371
|
+
type: "string"
|
|
2367
2372
|
},
|
|
2368
|
-
|
|
2369
|
-
type: "
|
|
2373
|
+
arrowPadding: {
|
|
2374
|
+
type: "number",
|
|
2375
|
+
defaultValue: 8
|
|
2370
2376
|
},
|
|
2371
|
-
|
|
2377
|
+
defaultIsOpen: "boolean",
|
|
2378
|
+
isDisabled: "boolean",
|
|
2379
|
+
offset: {
|
|
2380
|
+
type: "array",
|
|
2381
|
+
defaultValue: [0, 0]
|
|
2382
|
+
},
|
|
2383
|
+
closeOnClick: {
|
|
2372
2384
|
type: "boolean",
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2385
|
+
defaultValue: true
|
|
2386
|
+
},
|
|
2387
|
+
closeDelay: {
|
|
2388
|
+
type: "number",
|
|
2389
|
+
defaultValue: 0
|
|
2376
2390
|
}
|
|
2377
2391
|
}
|
|
2378
2392
|
});
|
|
2379
|
-
function
|
|
2393
|
+
function registerTooltip(loader, customTooltipMeta) {
|
|
2380
2394
|
var doRegisterComponent = function doRegisterComponent() {
|
|
2381
2395
|
return loader ? loader.registerComponent.apply(loader, arguments) : registerComponent.apply(void 0, arguments);
|
|
2382
2396
|
};
|
|
2383
2397
|
|
|
2384
|
-
doRegisterComponent(react.
|
|
2398
|
+
doRegisterComponent(react.Tooltip, customTooltipMeta != null ? customTooltipMeta : tooltipMeta);
|
|
2385
2399
|
}
|
|
2386
2400
|
|
|
2387
2401
|
function registerAll(loader) {
|
|
2402
|
+
registerAccordion(loader);
|
|
2403
|
+
registerAccordionButton(loader);
|
|
2404
|
+
registerAccordionIcon(loader);
|
|
2405
|
+
registerAccordionItem(loader);
|
|
2406
|
+
registerAccordionPanel(loader);
|
|
2407
|
+
registerAvatar(loader);
|
|
2408
|
+
registerAvatarBadge(loader);
|
|
2409
|
+
registerAvatarGroup(loader);
|
|
2388
2410
|
registerAspectRatio(loader);
|
|
2389
2411
|
registerBadge(loader);
|
|
2390
2412
|
registerBreadcrumb(loader);
|
|
@@ -2393,69 +2415,62 @@ function registerAll(loader) {
|
|
|
2393
2415
|
registerBreadcrumbSeparator(loader);
|
|
2394
2416
|
registerButton(loader);
|
|
2395
2417
|
registerButtonGroup(loader);
|
|
2418
|
+
registerChakraProvider(loader);
|
|
2396
2419
|
registerCheckbox(loader);
|
|
2397
2420
|
registerCheckboxGroup(loader);
|
|
2398
2421
|
registerCode(loader);
|
|
2399
2422
|
registerDivider(loader);
|
|
2423
|
+
registerFormControl(loader);
|
|
2424
|
+
registerFormErrorMessage(loader);
|
|
2425
|
+
registerFormHelperText(loader);
|
|
2426
|
+
registerFormLabel(loader);
|
|
2427
|
+
registerHeading(loader);
|
|
2428
|
+
registerHighlight(loader);
|
|
2400
2429
|
registerImage(loader);
|
|
2401
2430
|
registerInput(loader);
|
|
2402
2431
|
registerKbd(loader);
|
|
2403
2432
|
registerNumberInput(loader);
|
|
2404
|
-
registerNumberInputStepper(loader);
|
|
2405
2433
|
registerNumberDecrementStepper(loader);
|
|
2406
2434
|
registerNumberIncrementStepper(loader);
|
|
2407
2435
|
registerNumberInputField(loader);
|
|
2436
|
+
registerNumberInputStepper(loader);
|
|
2437
|
+
registerOption(loader);
|
|
2408
2438
|
registerPinInput(loader);
|
|
2409
2439
|
registerPinInputField(loader);
|
|
2410
2440
|
registerPopover(loader);
|
|
2411
|
-
|
|
2441
|
+
registerPopoverBody(loader);
|
|
2412
2442
|
registerPopoverArrow(loader);
|
|
2413
2443
|
registerPopoverCloseButton(loader);
|
|
2444
|
+
registerPopoverContent(loader);
|
|
2414
2445
|
registerPopoverHeader(loader);
|
|
2415
|
-
registerPopoverBody(loader);
|
|
2416
2446
|
registerPopoverTrigger(loader);
|
|
2447
|
+
registerProgress(loader);
|
|
2417
2448
|
registerRadio(loader);
|
|
2418
2449
|
registerRadioGroup(loader);
|
|
2419
2450
|
registerSelect(loader);
|
|
2420
|
-
registerOption(loader);
|
|
2421
2451
|
registerStat(loader);
|
|
2422
|
-
registerStatHelpText(loader);
|
|
2423
2452
|
registerStatArrow(loader);
|
|
2424
|
-
|
|
2453
|
+
registerStatHelpText(loader);
|
|
2425
2454
|
registerStatLabel(loader);
|
|
2455
|
+
registerStatNumber(loader);
|
|
2426
2456
|
registerSwitch(loader);
|
|
2427
2457
|
registerTable(loader);
|
|
2428
2458
|
registerTableCaption(loader);
|
|
2429
|
-
registerThead(loader);
|
|
2430
2459
|
registerTbody(loader);
|
|
2431
|
-
|
|
2460
|
+
registerTfoot(loader);
|
|
2461
|
+
registerThead(loader);
|
|
2432
2462
|
registerTd(loader);
|
|
2433
2463
|
registerTh(loader);
|
|
2464
|
+
registerTr(loader);
|
|
2434
2465
|
registerTableContainer(loader);
|
|
2435
2466
|
registerTabList(loader);
|
|
2436
|
-
registerTabs(loader);
|
|
2437
2467
|
registerTab(loader);
|
|
2438
|
-
registerTabPanels(loader);
|
|
2439
2468
|
registerTabPanel(loader);
|
|
2469
|
+
registerTabPanels(loader);
|
|
2470
|
+
registerTabs(loader);
|
|
2440
2471
|
registerText(loader);
|
|
2441
|
-
registerTfoot(loader);
|
|
2442
|
-
registerHighlight(loader);
|
|
2443
|
-
registerHeading(loader);
|
|
2444
2472
|
registerToast(loader);
|
|
2445
2473
|
registerTooltip(loader);
|
|
2446
|
-
registerAvatarBadge(loader);
|
|
2447
|
-
registerAvatar(loader);
|
|
2448
|
-
registerAvatarGroup(loader);
|
|
2449
|
-
registerAccordion(loader);
|
|
2450
|
-
registerAccordionItem(loader);
|
|
2451
|
-
registerAccordionButton(loader);
|
|
2452
|
-
registerAccordionPanel(loader);
|
|
2453
|
-
registerAccordionIcon(loader);
|
|
2454
|
-
registerFormControl(loader);
|
|
2455
|
-
registerFormLabel(loader);
|
|
2456
|
-
registerFormHelperText(loader);
|
|
2457
|
-
registerFormErrorMessage(loader);
|
|
2458
|
-
registerProgress(loader);
|
|
2459
2474
|
}
|
|
2460
2475
|
|
|
2461
2476
|
exports.Option = Option;
|
|
@@ -2475,6 +2490,7 @@ exports.breadcrumbMeta = breadcrumbMeta;
|
|
|
2475
2490
|
exports.breadcrumbSeparatorMeta = breadcrumbSeparatorMeta;
|
|
2476
2491
|
exports.buttonGroupMeta = buttonGroupMeta;
|
|
2477
2492
|
exports.buttonMeta = buttonMeta;
|
|
2493
|
+
exports.chakraProviderMeta = chakraProviderMeta;
|
|
2478
2494
|
exports.checkboxGroupMeta = checkboxGroupMeta;
|
|
2479
2495
|
exports.checkboxMeta = checkboxMeta;
|
|
2480
2496
|
exports.codeMeta = codeMeta;
|
|
@@ -2523,6 +2539,7 @@ exports.registerBreadcrumbLink = registerBreadcrumbLink;
|
|
|
2523
2539
|
exports.registerBreadcrumbSeparator = registerBreadcrumbSeparator;
|
|
2524
2540
|
exports.registerButton = registerButton;
|
|
2525
2541
|
exports.registerButtonGroup = registerButtonGroup;
|
|
2542
|
+
exports.registerChakraProvider = registerChakraProvider;
|
|
2526
2543
|
exports.registerCheckbox = registerCheckbox;
|
|
2527
2544
|
exports.registerCheckboxGroup = registerCheckboxGroup;
|
|
2528
2545
|
exports.registerCode = registerCode;
|