@app-studio/web 0.8.17 → 0.8.19
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/components/Icon/Icon.d.ts +57 -0
- package/dist/components/Layout/Center/Center/Center.view.d.ts +2 -2
- package/dist/components/Layout/Horizontal/Horizontal/Horizontal.view.d.ts +2 -2
- package/dist/components/Layout/Horizontal/Horizontal.d.ts +2 -2
- package/dist/components/Layout/Vertical/Vertical/Vertical.view.d.ts +2 -2
- package/dist/components/Layout/View/View.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/pages/icon.page.d.ts +3 -0
- package/dist/web.cjs.development.js +1172 -595
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +1123 -596
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +1174 -599
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +2 -2
- package/dist/components/Svg/ArrowDown.d.ts +0 -8
- package/dist/components/Svg/ArrowUp.d.ts +0 -8
- package/dist/components/Svg/Check.d.ts +0 -8
- package/dist/components/Svg/Close.d.ts +0 -8
- package/dist/components/Svg/CloseEye.d.ts +0 -8
- package/dist/components/Svg/DustBin.d.ts +0 -8
- package/dist/components/Svg/Edit.d.ts +0 -8
- package/dist/components/Svg/Error.d.ts +0 -8
- package/dist/components/Svg/ExternalLink.d.ts +0 -8
- package/dist/components/Svg/Indeterminate.d.ts +0 -8
- package/dist/components/Svg/Info.d.ts +0 -8
- package/dist/components/Svg/OpenEye.d.ts +0 -8
- package/dist/components/Svg/Plus.d.ts +0 -8
- package/dist/components/Svg/Profile.d.ts +0 -8
- package/dist/components/Svg/RightArrow.d.ts +0 -8
- package/dist/components/Svg/Search.d.ts +0 -8
- package/dist/components/Svg/Success.d.ts +0 -8
- package/dist/components/Svg/Tick.d.ts +0 -8
- package/dist/components/Svg/Warning.d.ts +0 -8
- package/dist/components/Svg/index.d.ts +0 -16
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('core-js/modules/es.symbol.description.js'), require('react'), require('core-js/modules/es.object.assign.js'), require('app-studio'), require('core-js/modules/es.array.iterator.js'), require('core-js/modules/es.parse-float.js'), require('core-js/modules/web.dom-collections.iterator.js'), require('react-router-dom'), require('core-js/modules/es.array.includes.js'), require('core-js/modules/es.string.includes.js'), require('core-js/modules/es.string.starts-with.js'), require('date-fns/format'), require('formik'), require('zustand')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', 'core-js/modules/es.symbol.description.js', 'react', 'core-js/modules/es.object.assign.js', 'app-studio', 'core-js/modules/es.array.iterator.js', 'core-js/modules/es.parse-float.js', 'core-js/modules/web.dom-collections.iterator.js', 'react-router-dom', 'core-js/modules/es.array.includes.js', 'core-js/modules/es.string.includes.js', 'core-js/modules/es.string.starts-with.js', 'date-fns/format', 'formik', 'zustand'], factory) :
|
|
4
|
-
(global = global || self, factory(global['@app-studio/web'] = {}, null, global.React, null, global.appStudio, null, null, null, global.reactRouterDom, null, null, null, global.format, global.formik, global.zustand));
|
|
5
|
-
}(this, (function (exports, es_symbol_description_js, React, es_object_assign_js, appStudio, es_array_iterator_js, es_parseFloat_js, web_domCollections_iterator_js, reactRouterDom, es_array_includes_js, es_string_includes_js, es_string_startsWith_js, format, formik, zustand) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('core-js/modules/es.symbol.description.js'), require('react'), require('core-js/modules/es.object.assign.js'), require('app-studio'), require('core-js/modules/es.array.iterator.js'), require('core-js/modules/es.parse-float.js'), require('core-js/modules/web.dom-collections.iterator.js'), require('react-router-dom'), require('core-js/modules/es.array.includes.js'), require('core-js/modules/es.string.includes.js'), require('core-js/modules/es.string.starts-with.js'), require('src/components/Icon/Icon'), require('date-fns/format'), require('formik'), require('zustand'), require('src/components/Layout')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'core-js/modules/es.symbol.description.js', 'react', 'core-js/modules/es.object.assign.js', 'app-studio', 'core-js/modules/es.array.iterator.js', 'core-js/modules/es.parse-float.js', 'core-js/modules/web.dom-collections.iterator.js', 'react-router-dom', 'core-js/modules/es.array.includes.js', 'core-js/modules/es.string.includes.js', 'core-js/modules/es.string.starts-with.js', 'src/components/Icon/Icon', 'date-fns/format', 'formik', 'zustand', 'src/components/Layout'], factory) :
|
|
4
|
+
(global = global || self, factory(global['@app-studio/web'] = {}, null, global.React, null, global.appStudio, null, null, null, global.reactRouterDom, null, null, null, global.Icon, global.format, global.formik, global.zustand, global.Layout));
|
|
5
|
+
}(this, (function (exports, es_symbol_description_js, React, es_object_assign_js, appStudio, es_array_iterator_js, es_parseFloat_js, web_domCollections_iterator_js, reactRouterDom, es_array_includes_js, es_string_includes_js, es_string_startsWith_js, Icon, format, formik, zustand, Layout) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var React__default = 'default' in React ? React['default'] : React;
|
|
8
8
|
format = format && Object.prototype.hasOwnProperty.call(format, 'default') ? format['default'] : format;
|
|
@@ -37,33 +37,33 @@
|
|
|
37
37
|
|
|
38
38
|
var HeadingSizes = {
|
|
39
39
|
h1: {
|
|
40
|
-
fontSize: 96,
|
|
41
|
-
lineHeight: 112,
|
|
42
|
-
letterSpacing: -1.5
|
|
43
|
-
},
|
|
44
|
-
h2: {
|
|
45
40
|
fontSize: 60,
|
|
46
41
|
lineHeight: 71,
|
|
47
42
|
letterSpacing: -0.5
|
|
48
43
|
},
|
|
49
|
-
|
|
44
|
+
h2: {
|
|
50
45
|
fontSize: 48,
|
|
51
46
|
lineHeight: 57,
|
|
52
47
|
letterSpacing: 0
|
|
53
48
|
},
|
|
54
|
-
|
|
49
|
+
h3: {
|
|
55
50
|
fontSize: 34,
|
|
56
51
|
lineHeight: 40,
|
|
57
52
|
letterSpacing: 0.25
|
|
58
53
|
},
|
|
59
|
-
|
|
54
|
+
h4: {
|
|
60
55
|
fontSize: 24,
|
|
61
56
|
lineHeight: 28,
|
|
62
57
|
letterSpacing: 0
|
|
63
58
|
},
|
|
59
|
+
h5: {
|
|
60
|
+
fontSize: 18,
|
|
61
|
+
lineHeight: 22,
|
|
62
|
+
letterSpacing: 0.15
|
|
63
|
+
},
|
|
64
64
|
h6: {
|
|
65
|
-
fontSize:
|
|
66
|
-
lineHeight:
|
|
65
|
+
fontSize: 14,
|
|
66
|
+
lineHeight: 18,
|
|
67
67
|
letterSpacing: 0.15
|
|
68
68
|
}
|
|
69
69
|
};
|
|
@@ -158,12 +158,11 @@
|
|
|
158
158
|
var Text = TextComponent;
|
|
159
159
|
|
|
160
160
|
var _excluded$1 = ["justifyContent", "isReversed"];
|
|
161
|
-
|
|
162
|
-
var VerticalView = _ref => {
|
|
161
|
+
var VerticalView = /*#__PURE__*/React__default.forwardRef((_ref, ref) => {
|
|
163
162
|
var {
|
|
164
|
-
// Sets a default alignment for content within the
|
|
163
|
+
// Sets a default alignment for content within the Vertical container to 'flex-start'
|
|
165
164
|
justifyContent = 'flex-start',
|
|
166
|
-
// Determines the direction in which the
|
|
165
|
+
// Determines the direction in which the Vertical elements are stacked, default not reversed
|
|
167
166
|
isReversed = false
|
|
168
167
|
} = _ref,
|
|
169
168
|
props = _objectWithoutPropertiesLoose(_ref, _excluded$1);
|
|
@@ -171,447 +170,1029 @@
|
|
|
171
170
|
display: "flex",
|
|
172
171
|
justifyContent: justifyContent,
|
|
173
172
|
flexDirection: isReversed ? 'column-reverse' : 'column'
|
|
174
|
-
}, props
|
|
175
|
-
|
|
173
|
+
}, props, {
|
|
174
|
+
ref: ref
|
|
175
|
+
}));
|
|
176
|
+
});
|
|
177
|
+
VerticalView.displayName = 'VerticalView';
|
|
176
178
|
|
|
177
|
-
|
|
178
|
-
var VerticalComponent = props => (
|
|
179
|
-
/*#__PURE__*/
|
|
180
|
-
// Renders the VerticalView component, passing all of the received props through to it.
|
|
181
|
-
React__default.createElement(VerticalView, Object.assign({}, props)));
|
|
182
|
-
// Exports the VerticalComponent as Vertical for use in other parts of the application.
|
|
183
|
-
var Vertical = VerticalComponent;
|
|
179
|
+
var Vertical = props => (/*#__PURE__*/React__default.createElement(VerticalView, Object.assign({}, props)));
|
|
184
180
|
|
|
185
|
-
|
|
186
|
-
var
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
181
|
+
var _excluded$2 = ["justifyContent", "isReversed"];
|
|
182
|
+
var HorizontalView = /*#__PURE__*/React__default.forwardRef((_ref, ref) => {
|
|
183
|
+
var {
|
|
184
|
+
// Sets a default alignment for content within the Horizontal container to 'flex-start'
|
|
185
|
+
justifyContent = 'flex-start',
|
|
186
|
+
// Determines the direction in which the Horizontal elements are stacked, default not reversed
|
|
187
|
+
isReversed = false
|
|
188
|
+
} = _ref,
|
|
189
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
|
|
190
|
+
return /*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({
|
|
191
|
+
display: "flex",
|
|
192
|
+
justifyContent: justifyContent,
|
|
193
|
+
flexDirection: isReversed ? 'row-reverse' : 'row'
|
|
194
|
+
}, props, {
|
|
195
|
+
ref: ref
|
|
196
|
+
}));
|
|
197
|
+
});
|
|
198
|
+
HorizontalView.displayName = 'Horizontal';
|
|
192
199
|
|
|
193
|
-
|
|
194
|
-
var CenterView = props => (
|
|
195
|
-
/*#__PURE__*/
|
|
196
|
-
// Renders a 'View' component with display flex and center alignment applied on both axes, passing all received props.
|
|
197
|
-
React__default.createElement(appStudio.View, Object.assign({
|
|
198
|
-
display: "flex",
|
|
199
|
-
justifyContent: "center",
|
|
200
|
-
alignItems: "center"
|
|
201
|
-
}, props)));
|
|
200
|
+
var Horizontal = props => (/*#__PURE__*/React__default.createElement(HorizontalView, Object.assign({}, props)));
|
|
202
201
|
|
|
203
|
-
|
|
204
|
-
var
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
202
|
+
var _excluded$3 = ["isReversed"];
|
|
203
|
+
var CenterView = /*#__PURE__*/React__default.forwardRef((_ref, ref) => {
|
|
204
|
+
var props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
|
|
205
|
+
return /*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({
|
|
206
|
+
display: "flex",
|
|
207
|
+
justifyContent: "center",
|
|
208
|
+
alignItems: "center"
|
|
209
|
+
}, props, {
|
|
210
|
+
ref: ref
|
|
211
|
+
}));
|
|
212
|
+
});
|
|
213
|
+
CenterView.displayName = 'Center';
|
|
214
|
+
|
|
215
|
+
var Center = props => (/*#__PURE__*/React__default.createElement(CenterView, Object.assign({}, props)));
|
|
210
216
|
|
|
211
|
-
var _excluded$
|
|
212
|
-
|
|
217
|
+
var _excluded$4 = ["size", "color"],
|
|
218
|
+
_excluded2 = ["size", "color"],
|
|
219
|
+
_excluded3 = ["size", "color"],
|
|
220
|
+
_excluded4 = ["size", "color"],
|
|
221
|
+
_excluded5 = ["size", "color"],
|
|
222
|
+
_excluded6 = ["size", "color"],
|
|
223
|
+
_excluded7 = ["size", "color"],
|
|
224
|
+
_excluded8 = ["size", "color"],
|
|
225
|
+
_excluded9 = ["size", "color"],
|
|
226
|
+
_excluded10 = ["size", "color"],
|
|
227
|
+
_excluded11 = ["size", "color"],
|
|
228
|
+
_excluded12 = ["size", "color"],
|
|
229
|
+
_excluded13 = ["size", "color"],
|
|
230
|
+
_excluded14 = ["size", "color"],
|
|
231
|
+
_excluded15 = ["size", "color"],
|
|
232
|
+
_excluded16 = ["size", "color"],
|
|
233
|
+
_excluded17 = ["size", "color"],
|
|
234
|
+
_excluded18 = ["size", "color"],
|
|
235
|
+
_excluded19 = ["size", "color"],
|
|
236
|
+
_excluded20 = ["size", "color"],
|
|
237
|
+
_excluded21 = ["size", "color"],
|
|
238
|
+
_excluded22 = ["size", "color"],
|
|
239
|
+
_excluded23 = ["size", "color"],
|
|
240
|
+
_excluded24 = ["size", "color"],
|
|
241
|
+
_excluded25 = ["size", "color"],
|
|
242
|
+
_excluded26 = ["size", "color"],
|
|
243
|
+
_excluded27 = ["size", "color"],
|
|
244
|
+
_excluded28 = ["size", "color"],
|
|
245
|
+
_excluded29 = ["size", "color"],
|
|
246
|
+
_excluded30 = ["size", "color"],
|
|
247
|
+
_excluded31 = ["size", "color"],
|
|
248
|
+
_excluded32 = ["size", "color"],
|
|
249
|
+
_excluded33 = ["size", "color"],
|
|
250
|
+
_excluded34 = ["size", "color"],
|
|
251
|
+
_excluded35 = ["size", "color"],
|
|
252
|
+
_excluded36 = ["size", "color"],
|
|
253
|
+
_excluded37 = ["size", "color"],
|
|
254
|
+
_excluded38 = ["size", "color"],
|
|
255
|
+
_excluded39 = ["size", "color"],
|
|
256
|
+
_excluded40 = ["size", "color"],
|
|
257
|
+
_excluded41 = ["size", "color"],
|
|
258
|
+
_excluded42 = ["size", "color"],
|
|
259
|
+
_excluded43 = ["size", "color"],
|
|
260
|
+
_excluded44 = ["size", "color"],
|
|
261
|
+
_excluded45 = ["size", "color"],
|
|
262
|
+
_excluded46 = ["size", "color"],
|
|
263
|
+
_excluded47 = ["size", "color"],
|
|
264
|
+
_excluded48 = ["size", "color"],
|
|
265
|
+
_excluded49 = ["size", "color"],
|
|
266
|
+
_excluded50 = ["size", "color"];
|
|
267
|
+
// Default wrapper component for consistent sizing
|
|
268
|
+
var IconWrapper = _ref => {
|
|
213
269
|
var {
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
270
|
+
size,
|
|
271
|
+
color = 'black',
|
|
272
|
+
transform,
|
|
273
|
+
orientation,
|
|
274
|
+
children
|
|
275
|
+
} = _ref;
|
|
218
276
|
return /*#__PURE__*/React__default.createElement(Center, {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
277
|
+
size: size,
|
|
278
|
+
lineHeight: size,
|
|
279
|
+
color: color,
|
|
280
|
+
display: "flex",
|
|
281
|
+
transform: transform ? transform : orientation == 'left' ? 'rotate(-90deg)' : orientation == 'right' ? 'rotate(90deg)' : orientation == 'up' ? 'rotate(0deg)' : orientation == 'down' ? 'rotate(180deg)' : 'none'
|
|
282
|
+
}, children);
|
|
283
|
+
};
|
|
284
|
+
var ChevronIcon = _ref2 => {
|
|
285
|
+
var {
|
|
286
|
+
size = 24,
|
|
287
|
+
color = 'currentColor'
|
|
288
|
+
} = _ref2,
|
|
289
|
+
props = _objectWithoutPropertiesLoose(_ref2, _excluded$4);
|
|
290
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
291
|
+
size: size,
|
|
292
|
+
color: color
|
|
293
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
294
|
+
width: "16",
|
|
295
|
+
height: "16",
|
|
296
|
+
fill: "currentColor",
|
|
297
|
+
viewBox: "0 0 24 24"
|
|
298
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
299
|
+
d: "M12.771 7.115a.829.829 0 0 0-1.2 0L3 15.686l1.2 1.2 7.971-7.971 7.972 7.971 1.2-1.2-8.572-8.571Z"
|
|
300
|
+
})));
|
|
301
|
+
};
|
|
302
|
+
var CheckIcon = _ref3 => {
|
|
303
|
+
var {
|
|
304
|
+
size = 24,
|
|
305
|
+
color = 'currentColor'
|
|
306
|
+
} = _ref3,
|
|
307
|
+
props = _objectWithoutPropertiesLoose(_ref3, _excluded2);
|
|
308
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
309
|
+
size: size,
|
|
310
|
+
color: color
|
|
311
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
312
|
+
viewBox: "0 0 24 24",
|
|
313
|
+
fill: "none",
|
|
314
|
+
stroke: 'currentColor',
|
|
315
|
+
strokeWidth: "1"
|
|
316
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
317
|
+
d: "M17.0001 9L10 16L7 13",
|
|
230
318
|
strokeLinecap: "round",
|
|
231
319
|
strokeLinejoin: "round"
|
|
232
|
-
})
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
320
|
+
})));
|
|
321
|
+
};
|
|
322
|
+
var CloseIcon = _ref4 => {
|
|
323
|
+
var {
|
|
324
|
+
size = 24,
|
|
325
|
+
color = 'currentColor'
|
|
326
|
+
} = _ref4,
|
|
327
|
+
props = _objectWithoutPropertiesLoose(_ref4, _excluded3);
|
|
328
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
329
|
+
size: size,
|
|
330
|
+
color: color
|
|
331
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
332
|
+
viewBox: "0 0 24 24",
|
|
333
|
+
fill: 'currentColor'
|
|
334
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
335
|
+
d: "M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"
|
|
336
|
+
})));
|
|
337
|
+
};
|
|
338
|
+
var CloseEyeIcon = _ref5 => {
|
|
339
|
+
var {
|
|
340
|
+
size = 24,
|
|
341
|
+
color = 'currentColor'
|
|
342
|
+
} = _ref5,
|
|
343
|
+
props = _objectWithoutPropertiesLoose(_ref5, _excluded4);
|
|
344
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
345
|
+
size: size,
|
|
346
|
+
color: color
|
|
347
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
348
|
+
viewBox: "0 0 24 24",
|
|
349
|
+
fill: color,
|
|
350
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
351
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
352
|
+
d: "M19.7071 5.70711C20.0976 5.31658 20.0976 4.68342 19.7071 4.29289C19.3166 3.90237 18.6834 3.90237 18.2929 4.29289L14.032 8.55382C13.4365 8.20193 12.7418 8 12 8C9.79086 8 8 9.79086 8 12C8 12.7418 8.20193 13.4365 8.55382 14.032L4.29289 18.2929C3.90237 18.6834 3.90237 19.3166 4.29289 19.7071C4.68342 20.0976 5.31658 20.0976 5.70711 19.7071L9.96803 15.4462C10.5635 15.7981 11.2582 16 12 16C14.2091 16 16 14.2091 16 12C16 11.2582 15.7981 10.5635 15.4462 9.96803L19.7071 5.70711ZM12.518 10.0677C12.3528 10.0236 12.1792 10 12 10C10.8954 10 10 10.8954 10 12C10 12.1792 10.0236 12.3528 10.0677 12.518L12.518 10.0677ZM11.482 13.9323L13.9323 11.482C13.9764 11.6472 14 11.8208 14 12C14 13.1046 13.1046 14 12 14C11.8208 14 11.6472 13.9764 11.482 13.9323ZM15.7651 4.8207C14.6287 4.32049 13.3675 4 12 4C9.14754 4 6.75717 5.39462 4.99812 6.90595C3.23268 8.42276 2.00757 10.1376 1.46387 10.9698C1.05306 11.5985 1.05306 12.4015 1.46387 13.0302C1.92276 13.7326 2.86706 15.0637 4.21194 16.3739L5.62626 14.9596C4.4555 13.8229 3.61144 12.6531 3.18002 12C3.6904 11.2274 4.77832 9.73158 6.30147 8.42294C7.87402 7.07185 9.81574 6 12 6C12.7719 6 13.5135 6.13385 14.2193 6.36658L15.7651 4.8207ZM12 18C11.2282 18 10.4866 17.8661 9.78083 17.6334L8.23496 19.1793C9.37136 19.6795 10.6326 20 12 20C14.8525 20 17.2429 18.6054 19.002 17.0941C20.7674 15.5772 21.9925 13.8624 22.5362 13.0302C22.947 12.4015 22.947 11.5985 22.5362 10.9698C22.0773 10.2674 21.133 8.93627 19.7881 7.62611L18.3738 9.04043C19.5446 10.1771 20.3887 11.3469 20.8201 12C20.3097 12.7726 19.2218 14.2684 17.6986 15.5771C16.1261 16.9282 14.1843 18 12 18Z",
|
|
353
|
+
fill: "currentColor"
|
|
354
|
+
})));
|
|
355
|
+
};
|
|
356
|
+
var DustBinIcon = _ref6 => {
|
|
357
|
+
var {
|
|
358
|
+
size = 24,
|
|
359
|
+
color = 'currentColor'
|
|
360
|
+
} = _ref6,
|
|
361
|
+
props = _objectWithoutPropertiesLoose(_ref6, _excluded5);
|
|
362
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
363
|
+
size: size,
|
|
364
|
+
color: color
|
|
365
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
366
|
+
viewBox: "0 0 24 24",
|
|
367
|
+
fill: 'currentColor'
|
|
368
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
369
|
+
d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
|
|
370
|
+
})));
|
|
371
|
+
};
|
|
372
|
+
var EditIcon = _ref7 => {
|
|
373
|
+
var {
|
|
374
|
+
size = 24,
|
|
375
|
+
color = 'currentColor'
|
|
376
|
+
} = _ref7,
|
|
377
|
+
props = _objectWithoutPropertiesLoose(_ref7, _excluded6);
|
|
378
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
379
|
+
size: size,
|
|
380
|
+
color: color
|
|
381
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
382
|
+
viewBox: "0 0 24 24",
|
|
238
383
|
fill: "none",
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
id: "Dribbble-Light-Preview",
|
|
242
|
-
transform: "translate(-220.000000, -6684.000000)",
|
|
243
|
-
fill: "#000000"
|
|
244
|
-
}, /*#__PURE__*/React__default.createElement("g", {
|
|
245
|
-
id: "icons",
|
|
246
|
-
transform: "translate(56.000000, 160.000000)"
|
|
384
|
+
stroke: 'currentColor',
|
|
385
|
+
strokeWidth: "1"
|
|
247
386
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
248
|
-
d: "
|
|
249
|
-
|
|
250
|
-
})))))));
|
|
387
|
+
d: "M18.3785 8.44975L8.9636 17.8648C8.6844 18.144 8.3288 18.3343 7.94161 18.4117L4.99988 19.0001L5.58823 16.0583C5.66566 15.6711 5.85597 15.3155 6.13517 15.0363L15.5501 5.62132M18.3785 8.44975L19.7927 7.03553C20.1832 6.64501 20.1832 6.01184 19.7927 5.62132L18.3785 4.20711C17.988 3.81658 17.3548 3.81658 16.9643 4.20711L15.5501 5.62132M18.3785 8.44975L15.5501 5.62132"
|
|
388
|
+
})));
|
|
251
389
|
};
|
|
252
|
-
|
|
253
|
-
var _excluded$3 = ["size", "color"];
|
|
254
|
-
var ArrowUpSvg = _ref => {
|
|
390
|
+
var ExternalLinkIcon = _ref8 => {
|
|
255
391
|
var {
|
|
256
|
-
size =
|
|
257
|
-
color = '
|
|
258
|
-
} =
|
|
259
|
-
props = _objectWithoutPropertiesLoose(
|
|
260
|
-
return /*#__PURE__*/React__default.createElement(
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
392
|
+
size = 24,
|
|
393
|
+
color = 'currentColor'
|
|
394
|
+
} = _ref8,
|
|
395
|
+
props = _objectWithoutPropertiesLoose(_ref8, _excluded7);
|
|
396
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
397
|
+
size: size,
|
|
398
|
+
color: color
|
|
399
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
400
|
+
viewBox: "0 0 24 24",
|
|
401
|
+
fill: 'currentColor'
|
|
402
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
403
|
+
d: "M14 3h7v7h-2V5.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h5v2H6v11h11v-4h2v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"
|
|
404
|
+
})));
|
|
405
|
+
};
|
|
406
|
+
var MinusIcon = _ref9 => {
|
|
407
|
+
var {
|
|
408
|
+
size = 24,
|
|
409
|
+
color = 'currentColor'
|
|
410
|
+
} = _ref9,
|
|
411
|
+
props = _objectWithoutPropertiesLoose(_ref9, _excluded8);
|
|
412
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
413
|
+
padding: 2,
|
|
414
|
+
size: size,
|
|
415
|
+
color: color
|
|
416
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
417
|
+
viewBox: "0 0 24 24",
|
|
418
|
+
fill: "none",
|
|
419
|
+
stroke: 'currentColor',
|
|
420
|
+
strokeWidth: "2"
|
|
421
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
422
|
+
d: "M7 12h10",
|
|
274
423
|
strokeLinecap: "round",
|
|
275
424
|
strokeLinejoin: "round"
|
|
276
|
-
})
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
transform: "translate(56.000000, 160.000000)"
|
|
425
|
+
})));
|
|
426
|
+
};
|
|
427
|
+
var InfoIcon = _ref10 => {
|
|
428
|
+
var {
|
|
429
|
+
size = 24,
|
|
430
|
+
color = 'currentColor'
|
|
431
|
+
} = _ref10,
|
|
432
|
+
props = _objectWithoutPropertiesLoose(_ref10, _excluded9);
|
|
433
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
434
|
+
size: size,
|
|
435
|
+
color: color
|
|
436
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
437
|
+
viewBox: "0 0 24 24",
|
|
438
|
+
fill: 'currentColor'
|
|
291
439
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
292
|
-
d: "
|
|
293
|
-
|
|
294
|
-
})))))));
|
|
440
|
+
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"
|
|
441
|
+
})));
|
|
295
442
|
};
|
|
296
|
-
|
|
297
|
-
var _excluded$4 = ["size", "color"];
|
|
298
|
-
var CheckSvg = _ref => {
|
|
443
|
+
var OpenEyeIcon = _ref11 => {
|
|
299
444
|
var {
|
|
300
|
-
size =
|
|
301
|
-
color = '
|
|
302
|
-
} =
|
|
303
|
-
props = _objectWithoutPropertiesLoose(
|
|
304
|
-
return /*#__PURE__*/React__default.createElement(
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
308
|
-
|
|
309
|
-
|
|
445
|
+
size = 24,
|
|
446
|
+
color = 'currentColor'
|
|
447
|
+
} = _ref11,
|
|
448
|
+
props = _objectWithoutPropertiesLoose(_ref11, _excluded10);
|
|
449
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
450
|
+
size: size,
|
|
451
|
+
color: color
|
|
452
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
453
|
+
viewBox: "0 0 24 24",
|
|
454
|
+
fill: 'currentColor'
|
|
455
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
456
|
+
d: "M12 4C7 4 2.73 7.11 1 12c1.73 4.89 6 8 11 8s9.27-3.11 11-8c-1.73-4.89-6-8-11-8zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"
|
|
457
|
+
})));
|
|
458
|
+
};
|
|
459
|
+
var PlusIcon = _ref12 => {
|
|
460
|
+
var {
|
|
461
|
+
size = 24,
|
|
462
|
+
color = 'currentColor'
|
|
463
|
+
} = _ref12,
|
|
464
|
+
props = _objectWithoutPropertiesLoose(_ref12, _excluded11);
|
|
465
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
466
|
+
size: size,
|
|
467
|
+
color: color
|
|
468
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
469
|
+
viewBox: "0 0 24 24",
|
|
470
|
+
fill: 'currentColor'
|
|
471
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
472
|
+
d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
473
|
+
})));
|
|
474
|
+
};
|
|
475
|
+
var SpinnerIcon = _ref13 => {
|
|
476
|
+
var {
|
|
477
|
+
size = 24,
|
|
478
|
+
color = 'currentColor'
|
|
479
|
+
} = _ref13,
|
|
480
|
+
props = _objectWithoutPropertiesLoose(_ref13, _excluded12);
|
|
481
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
482
|
+
size: size,
|
|
483
|
+
color: color
|
|
484
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
310
485
|
viewBox: "0 0 24 24",
|
|
311
486
|
fill: "none",
|
|
312
487
|
xmlns: "http://www.w3.org/2000/svg"
|
|
313
|
-
},
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
id: "SVGRepo_tracerCarrier",
|
|
318
|
-
strokeLinecap: "round",
|
|
319
|
-
strokeLinejoin: "round",
|
|
320
|
-
stroke: "#CCCCCC",
|
|
321
|
-
strokeWidth: "0.048"
|
|
322
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
323
|
-
id: "SVGRepo_iconCarrier"
|
|
324
|
-
}, /*#__PURE__*/React__default.createElement("path", {
|
|
325
|
-
d: "M17.0001 9L10 16L7 13",
|
|
488
|
+
}, /*#__PURE__*/React__default.createElement("circle", {
|
|
489
|
+
cx: "12",
|
|
490
|
+
cy: "12",
|
|
491
|
+
r: "10",
|
|
326
492
|
stroke: color,
|
|
327
|
-
strokeWidth: "
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
493
|
+
strokeWidth: "2",
|
|
494
|
+
opacity: "0.3"
|
|
495
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
496
|
+
d: "M22 12a10 10 0 1 1-4.93-8.62",
|
|
497
|
+
stroke: color,
|
|
498
|
+
strokeWidth: "2",
|
|
499
|
+
strokeLinecap: "round"
|
|
500
|
+
})));
|
|
331
501
|
};
|
|
332
|
-
|
|
333
|
-
var _excluded$5 = ["size", "color"];
|
|
334
|
-
var CloseSvg = _ref => {
|
|
502
|
+
var ProfileIcon = _ref14 => {
|
|
335
503
|
var {
|
|
336
|
-
size =
|
|
337
|
-
color = '
|
|
338
|
-
} =
|
|
339
|
-
props = _objectWithoutPropertiesLoose(
|
|
340
|
-
return /*#__PURE__*/React__default.createElement(
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
504
|
+
size = 24,
|
|
505
|
+
color = 'currentColor'
|
|
506
|
+
} = _ref14,
|
|
507
|
+
props = _objectWithoutPropertiesLoose(_ref14, _excluded13);
|
|
508
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
509
|
+
size: size,
|
|
510
|
+
color: color
|
|
511
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
512
|
+
viewBox: "0 0 24 24",
|
|
513
|
+
fill: 'currentColor'
|
|
514
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
515
|
+
fill: "currentColor",
|
|
516
|
+
d: "M12 13c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4zm0-9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z M12 2C9.79 2 8 3.79 8 6s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z M12 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"
|
|
517
|
+
})));
|
|
518
|
+
};
|
|
519
|
+
var ArrowIcon = _ref15 => {
|
|
520
|
+
var {
|
|
521
|
+
size = 24,
|
|
522
|
+
color = 'currentColor'
|
|
523
|
+
} = _ref15,
|
|
524
|
+
props = _objectWithoutPropertiesLoose(_ref15, _excluded14);
|
|
525
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
526
|
+
size: size,
|
|
527
|
+
color: color
|
|
528
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
529
|
+
viewBox: "0 0 24 24",
|
|
530
|
+
fill: 'currentColor'
|
|
531
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
532
|
+
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
533
|
+
})));
|
|
534
|
+
};
|
|
535
|
+
var SearchIcon = _ref16 => {
|
|
536
|
+
var {
|
|
537
|
+
size = 24,
|
|
538
|
+
color = 'currentColor'
|
|
539
|
+
} = _ref16,
|
|
540
|
+
props = _objectWithoutPropertiesLoose(_ref16, _excluded15);
|
|
541
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
542
|
+
size: size,
|
|
543
|
+
color: color
|
|
544
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
545
|
+
viewBox: "0 0 24 24",
|
|
546
|
+
fill: 'currentColor'
|
|
547
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
548
|
+
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
549
|
+
})));
|
|
550
|
+
};
|
|
551
|
+
var SuccessIcon = _ref17 => {
|
|
552
|
+
var {
|
|
553
|
+
size = 24,
|
|
554
|
+
color = 'currentColor'
|
|
555
|
+
} = _ref17,
|
|
556
|
+
props = _objectWithoutPropertiesLoose(_ref17, _excluded16);
|
|
557
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
558
|
+
size: size,
|
|
559
|
+
color: color
|
|
560
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
561
|
+
viewBox: "0 0 24 24",
|
|
562
|
+
fill: 'currentColor'
|
|
563
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
564
|
+
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
|
565
|
+
})));
|
|
566
|
+
};
|
|
567
|
+
var TickIcon = _ref18 => {
|
|
568
|
+
var {
|
|
569
|
+
size = 24,
|
|
570
|
+
color = 'currentColor'
|
|
571
|
+
} = _ref18,
|
|
572
|
+
props = _objectWithoutPropertiesLoose(_ref18, _excluded17);
|
|
573
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
574
|
+
size: size,
|
|
575
|
+
color: color
|
|
576
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
577
|
+
viewBox: "0 0 24 24",
|
|
578
|
+
fill: "none",
|
|
579
|
+
stroke: 'currentColor',
|
|
580
|
+
strokeWidth: "2"
|
|
581
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
582
|
+
d: "M5 13l4 4L19 7",
|
|
354
583
|
strokeLinecap: "round",
|
|
355
584
|
strokeLinejoin: "round"
|
|
356
|
-
})
|
|
357
|
-
|
|
585
|
+
})));
|
|
586
|
+
};
|
|
587
|
+
var NotificationIcon = _ref19 => {
|
|
588
|
+
var {
|
|
589
|
+
size = 24,
|
|
590
|
+
color = 'currentColor'
|
|
591
|
+
} = _ref19,
|
|
592
|
+
props = _objectWithoutPropertiesLoose(_ref19, _excluded18);
|
|
593
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
594
|
+
size: size,
|
|
595
|
+
color: color
|
|
596
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
597
|
+
viewBox: "0 0 24 24",
|
|
598
|
+
fill: "none",
|
|
599
|
+
stroke: 'currentColor',
|
|
600
|
+
strokeWidth: "1"
|
|
358
601
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
602
|
+
d: "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"
|
|
603
|
+
})));
|
|
604
|
+
};
|
|
605
|
+
var SettingsIcon = _ref20 => {
|
|
606
|
+
var {
|
|
607
|
+
size = 24,
|
|
608
|
+
color = 'currentColor'
|
|
609
|
+
} = _ref20,
|
|
610
|
+
props = _objectWithoutPropertiesLoose(_ref20, _excluded19);
|
|
611
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
612
|
+
size: size,
|
|
613
|
+
color: color
|
|
614
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
615
|
+
viewBox: "0 0 24 24",
|
|
616
|
+
fill: "none",
|
|
617
|
+
stroke: 'currentColor',
|
|
618
|
+
strokeWidth: "1"
|
|
619
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
620
|
+
d: "M19.4 13c0-.3.1-.6.1-1s0-.7-.1-1l2.1-1.6c.2-.2.2-.4.1-.6l-2-3.5c-.1-.2-.4-.3-.6-.2l-2.5 1c-.5-.4-1.1-.7-1.7-.9l-.4-2.6c0-.2-.3-.4-.5-.4h-4c-.2 0-.5.2-.5.4l-.4 2.6c-.6.2-1.2.5-1.7.9l-2.5-1c-.2-.1-.5 0-.6.2l-2 3.5c-.1.2-.1.4.1.6L4.6 11c0 .3-.1.6-.1 1s0 .7.1 1l-2.1 1.6c-.2.2-.2.4-.1.6l2 3.5c.1.2.4.3.6.2l2.5-1c.5.4 1.1.7 1.7.9l.4 2.6c0 .2.3.4.5.4h4c.2 0 .5-.2.5-.4l.4-2.6c.6-.2 1.2-.5 1.7-.9l2.5 1c.2.1.5 0 .6-.2l2-3.5c.1-.2.1-.4-.1-.6L19.4 13zM12 15.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"
|
|
621
|
+
})));
|
|
622
|
+
};
|
|
623
|
+
var CalendarIcon = _ref21 => {
|
|
624
|
+
var {
|
|
625
|
+
size = 24,
|
|
626
|
+
color = 'currentColor'
|
|
627
|
+
} = _ref21,
|
|
628
|
+
props = _objectWithoutPropertiesLoose(_ref21, _excluded20);
|
|
629
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
630
|
+
size: size,
|
|
631
|
+
color: color
|
|
632
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
633
|
+
viewBox: "0 0 24 24",
|
|
634
|
+
fill: "none",
|
|
635
|
+
stroke: 'currentColor',
|
|
636
|
+
strokeWidth: "1"
|
|
637
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
638
|
+
d: "M19 4h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z"
|
|
639
|
+
})));
|
|
640
|
+
};
|
|
641
|
+
var AddIcon = _ref22 => {
|
|
642
|
+
var {
|
|
643
|
+
size = 24,
|
|
644
|
+
color = 'currentColor'
|
|
645
|
+
} = _ref22,
|
|
646
|
+
props = _objectWithoutPropertiesLoose(_ref22, _excluded21);
|
|
647
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
648
|
+
size: size,
|
|
649
|
+
color: color
|
|
650
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
651
|
+
width: "16",
|
|
652
|
+
height: "16",
|
|
653
|
+
fill: "currentColor",
|
|
654
|
+
viewBox: "0 0 24 24"
|
|
655
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
656
|
+
d: "M22.286 11.143h-9.429V1.715h-1.714v9.428H1.714v1.715h9.429v9.428h1.714v-9.428h9.429v-1.715Z"
|
|
657
|
+
})));
|
|
658
|
+
};
|
|
659
|
+
var DownloadIcon = _ref23 => {
|
|
660
|
+
var {
|
|
661
|
+
size = 24,
|
|
662
|
+
color = 'currentColor'
|
|
663
|
+
} = _ref23,
|
|
664
|
+
props = _objectWithoutPropertiesLoose(_ref23, _excluded22);
|
|
665
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
666
|
+
size: size,
|
|
667
|
+
color: color
|
|
668
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
669
|
+
viewBox: "0 0 24 24",
|
|
670
|
+
fill: "none",
|
|
671
|
+
stroke: 'currentColor',
|
|
672
|
+
strokeWidth: "1"
|
|
673
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
674
|
+
d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
|
|
675
|
+
})));
|
|
676
|
+
};
|
|
677
|
+
var UploadIcon = _ref24 => {
|
|
678
|
+
var {
|
|
679
|
+
size = 24,
|
|
680
|
+
color = 'currentColor'
|
|
681
|
+
} = _ref24,
|
|
682
|
+
props = _objectWithoutPropertiesLoose(_ref24, _excluded23);
|
|
683
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
684
|
+
size: size,
|
|
685
|
+
color: color
|
|
686
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
687
|
+
viewBox: "0 0 24 24",
|
|
688
|
+
fill: "none",
|
|
689
|
+
stroke: 'currentColor',
|
|
690
|
+
strokeWidth: "1"
|
|
691
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
692
|
+
d: "M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z"
|
|
693
|
+
})));
|
|
694
|
+
};
|
|
695
|
+
var BookmarkIcon = _ref25 => {
|
|
696
|
+
var {
|
|
697
|
+
size = 24,
|
|
698
|
+
color = 'currentColor'
|
|
699
|
+
} = _ref25,
|
|
700
|
+
props = _objectWithoutPropertiesLoose(_ref25, _excluded24);
|
|
701
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
702
|
+
size: size,
|
|
703
|
+
color: color
|
|
704
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
705
|
+
viewBox: "0 0 24 24",
|
|
706
|
+
fill: "none",
|
|
707
|
+
stroke: 'currentColor',
|
|
708
|
+
strokeWidth: "1"
|
|
709
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
710
|
+
d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
|
|
711
|
+
})));
|
|
712
|
+
};
|
|
713
|
+
var HomeIcon = _ref26 => {
|
|
714
|
+
var {
|
|
715
|
+
size = 24,
|
|
716
|
+
color = 'currentColor'
|
|
717
|
+
} = _ref26,
|
|
718
|
+
props = _objectWithoutPropertiesLoose(_ref26, _excluded25);
|
|
719
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
720
|
+
size: size,
|
|
721
|
+
color: color
|
|
722
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
723
|
+
viewBox: "0 0 24 24",
|
|
724
|
+
fill: "none",
|
|
725
|
+
stroke: 'currentColor',
|
|
726
|
+
strokeWidth: "1"
|
|
727
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
728
|
+
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
729
|
+
})));
|
|
730
|
+
};
|
|
731
|
+
var MenuIcon = _ref27 => {
|
|
732
|
+
var {
|
|
733
|
+
size = 24,
|
|
734
|
+
color = 'currentColor'
|
|
735
|
+
} = _ref27,
|
|
736
|
+
props = _objectWithoutPropertiesLoose(_ref27, _excluded26);
|
|
737
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
738
|
+
size: size,
|
|
739
|
+
color: color
|
|
740
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
741
|
+
viewBox: "0 0 24 24",
|
|
742
|
+
fill: "none",
|
|
743
|
+
stroke: 'currentColor',
|
|
744
|
+
strokeWidth: "1"
|
|
745
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
746
|
+
d: "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"
|
|
747
|
+
})));
|
|
748
|
+
};
|
|
749
|
+
var ShareIcon = _ref28 => {
|
|
750
|
+
var {
|
|
751
|
+
size = 24,
|
|
752
|
+
color = 'currentColor'
|
|
753
|
+
} = _ref28,
|
|
754
|
+
props = _objectWithoutPropertiesLoose(_ref28, _excluded27);
|
|
755
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
756
|
+
size: size,
|
|
757
|
+
color: color
|
|
758
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
759
|
+
viewBox: "0 0 24 24",
|
|
760
|
+
fill: "none",
|
|
761
|
+
stroke: 'currentColor',
|
|
762
|
+
strokeWidth: "1"
|
|
763
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
764
|
+
d: "M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM6 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm12 7.02c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"
|
|
765
|
+
})));
|
|
766
|
+
};
|
|
767
|
+
var FilterIcon = _ref29 => {
|
|
768
|
+
var {
|
|
769
|
+
size = 24,
|
|
770
|
+
color = 'currentColor'
|
|
771
|
+
} = _ref29,
|
|
772
|
+
props = _objectWithoutPropertiesLoose(_ref29, _excluded28);
|
|
773
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
774
|
+
size: size,
|
|
775
|
+
color: color
|
|
776
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
777
|
+
viewBox: "0 0 24 24",
|
|
778
|
+
fill: "none",
|
|
779
|
+
stroke: 'currentColor',
|
|
780
|
+
strokeWidth: "1"
|
|
781
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
782
|
+
d: "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
783
|
+
})));
|
|
784
|
+
};
|
|
785
|
+
var RefreshIcon = _ref30 => {
|
|
786
|
+
var {
|
|
787
|
+
size = 24,
|
|
788
|
+
color = 'currentColor'
|
|
789
|
+
} = _ref30,
|
|
790
|
+
props = _objectWithoutPropertiesLoose(_ref30, _excluded29);
|
|
791
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
792
|
+
size: size,
|
|
793
|
+
color: color
|
|
794
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
795
|
+
viewBox: "0 0 24 24",
|
|
796
|
+
fill: "none",
|
|
797
|
+
stroke: 'currentColor',
|
|
798
|
+
strokeWidth: "1"
|
|
799
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
800
|
+
d: "M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"
|
|
801
|
+
})));
|
|
802
|
+
};
|
|
803
|
+
var CopyIcon = _ref31 => {
|
|
804
|
+
var {
|
|
805
|
+
size = 24,
|
|
806
|
+
color = 'currentColor'
|
|
807
|
+
} = _ref31,
|
|
808
|
+
props = _objectWithoutPropertiesLoose(_ref31, _excluded30);
|
|
809
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
810
|
+
size: size,
|
|
811
|
+
color: color
|
|
812
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
813
|
+
viewBox: "0 0 24 24",
|
|
814
|
+
fill: "none",
|
|
815
|
+
stroke: 'currentColor',
|
|
816
|
+
strokeWidth: "1"
|
|
817
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
818
|
+
d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"
|
|
819
|
+
})));
|
|
820
|
+
};
|
|
821
|
+
var SaveIcon = _ref32 => {
|
|
822
|
+
var {
|
|
823
|
+
size = 24,
|
|
824
|
+
color = 'currentColor'
|
|
825
|
+
} = _ref32,
|
|
826
|
+
props = _objectWithoutPropertiesLoose(_ref32, _excluded31);
|
|
827
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
828
|
+
size: size,
|
|
829
|
+
color: color
|
|
830
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
831
|
+
viewBox: "0 0 24 24",
|
|
832
|
+
fill: "none",
|
|
833
|
+
stroke: 'currentColor',
|
|
834
|
+
strokeWidth: "1"
|
|
835
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
836
|
+
d: "M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z"
|
|
837
|
+
})));
|
|
838
|
+
};
|
|
839
|
+
var PrintIcon = _ref33 => {
|
|
840
|
+
var {
|
|
841
|
+
size = 24,
|
|
842
|
+
color = 'currentColor'
|
|
843
|
+
} = _ref33,
|
|
844
|
+
props = _objectWithoutPropertiesLoose(_ref33, _excluded32);
|
|
845
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
846
|
+
size: size,
|
|
847
|
+
color: color
|
|
848
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
849
|
+
viewBox: "0 0 24 24",
|
|
850
|
+
fill: "none",
|
|
851
|
+
stroke: 'currentColor',
|
|
852
|
+
strokeWidth: "1"
|
|
853
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
854
|
+
d: "M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"
|
|
855
|
+
})));
|
|
856
|
+
};
|
|
857
|
+
var LockIcon = _ref34 => {
|
|
858
|
+
var {
|
|
859
|
+
size = 24,
|
|
860
|
+
color = 'currentColor'
|
|
861
|
+
} = _ref34,
|
|
862
|
+
props = _objectWithoutPropertiesLoose(_ref34, _excluded33);
|
|
863
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
864
|
+
size: size,
|
|
865
|
+
color: color
|
|
866
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
867
|
+
viewBox: "0 0 24 24",
|
|
868
|
+
fill: "none",
|
|
869
|
+
stroke: 'currentColor',
|
|
870
|
+
strokeWidth: "1"
|
|
871
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
872
|
+
d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"
|
|
873
|
+
})));
|
|
874
|
+
};
|
|
875
|
+
// Previous icons remain the same...
|
|
876
|
+
var UnlockIcon = _ref35 => {
|
|
877
|
+
var {
|
|
878
|
+
size = 24,
|
|
879
|
+
color = 'currentColor'
|
|
880
|
+
} = _ref35,
|
|
881
|
+
props = _objectWithoutPropertiesLoose(_ref35, _excluded34);
|
|
882
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
883
|
+
size: size,
|
|
884
|
+
color: color
|
|
885
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
886
|
+
viewBox: "0 0 24 24",
|
|
887
|
+
fill: "none",
|
|
888
|
+
stroke: 'currentColor',
|
|
889
|
+
strokeWidth: "1"
|
|
890
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
891
|
+
d: "M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2z"
|
|
892
|
+
})));
|
|
893
|
+
};
|
|
894
|
+
var StarIcon = _ref36 => {
|
|
895
|
+
var {
|
|
896
|
+
size = 24,
|
|
897
|
+
color = 'currentColor'
|
|
898
|
+
} = _ref36,
|
|
899
|
+
props = _objectWithoutPropertiesLoose(_ref36, _excluded35);
|
|
900
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
901
|
+
size: size,
|
|
902
|
+
color: color
|
|
903
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
904
|
+
viewBox: "0 0 24 24",
|
|
905
|
+
fill: "none",
|
|
906
|
+
stroke: 'currentColor',
|
|
907
|
+
strokeWidth: "1"
|
|
908
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
909
|
+
d: "M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"
|
|
910
|
+
})));
|
|
911
|
+
};
|
|
912
|
+
var HeartIcon = _ref37 => {
|
|
913
|
+
var {
|
|
914
|
+
size = 24,
|
|
915
|
+
color = 'currentColor'
|
|
916
|
+
} = _ref37,
|
|
917
|
+
props = _objectWithoutPropertiesLoose(_ref37, _excluded36);
|
|
918
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
919
|
+
size: size,
|
|
920
|
+
color: color
|
|
921
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
922
|
+
viewBox: "0 0 24 24",
|
|
923
|
+
fill: "none",
|
|
924
|
+
stroke: 'currentColor',
|
|
925
|
+
strokeWidth: "1"
|
|
926
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
927
|
+
d: "M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"
|
|
928
|
+
})));
|
|
929
|
+
};
|
|
930
|
+
var ThumbUpIcon = _ref38 => {
|
|
931
|
+
var {
|
|
932
|
+
size = 24,
|
|
933
|
+
color = 'currentColor'
|
|
934
|
+
} = _ref38,
|
|
935
|
+
props = _objectWithoutPropertiesLoose(_ref38, _excluded37);
|
|
936
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
937
|
+
size: size,
|
|
938
|
+
color: color
|
|
939
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
940
|
+
viewBox: "0 0 24 24",
|
|
941
|
+
fill: "none",
|
|
942
|
+
stroke: 'currentColor',
|
|
943
|
+
strokeWidth: "1"
|
|
944
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
945
|
+
d: "M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"
|
|
946
|
+
})));
|
|
947
|
+
};
|
|
948
|
+
var ThumbDownIcon = _ref39 => {
|
|
949
|
+
var {
|
|
950
|
+
size = 24,
|
|
951
|
+
color = 'currentColor'
|
|
952
|
+
} = _ref39,
|
|
953
|
+
props = _objectWithoutPropertiesLoose(_ref39, _excluded38);
|
|
954
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
955
|
+
size: size,
|
|
956
|
+
color: color
|
|
957
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
958
|
+
viewBox: "0 0 24 24",
|
|
959
|
+
fill: "none",
|
|
960
|
+
stroke: 'currentColor',
|
|
961
|
+
strokeWidth: "1"
|
|
962
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
963
|
+
d: "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z"
|
|
964
|
+
})));
|
|
965
|
+
};
|
|
966
|
+
var LocationIcon = _ref40 => {
|
|
967
|
+
var {
|
|
968
|
+
size = 24,
|
|
969
|
+
color = 'currentColor'
|
|
970
|
+
} = _ref40,
|
|
971
|
+
props = _objectWithoutPropertiesLoose(_ref40, _excluded39);
|
|
972
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
973
|
+
size: size,
|
|
974
|
+
color: color
|
|
975
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
976
|
+
viewBox: "0 0 24 24",
|
|
977
|
+
fill: "none",
|
|
978
|
+
stroke: 'currentColor',
|
|
979
|
+
strokeWidth: "1"
|
|
980
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
981
|
+
d: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"
|
|
982
|
+
})));
|
|
983
|
+
};
|
|
984
|
+
var ClockIcon = _ref41 => {
|
|
985
|
+
var {
|
|
986
|
+
size = 24,
|
|
987
|
+
color = 'currentColor'
|
|
988
|
+
} = _ref41,
|
|
989
|
+
props = _objectWithoutPropertiesLoose(_ref41, _excluded40);
|
|
990
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
991
|
+
size: size,
|
|
992
|
+
color: color
|
|
993
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
994
|
+
viewBox: "0 0 24 24",
|
|
995
|
+
fill: "none",
|
|
996
|
+
stroke: 'currentColor',
|
|
997
|
+
strokeWidth: "1"
|
|
998
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
999
|
+
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"
|
|
1000
|
+
})));
|
|
362
1001
|
};
|
|
363
|
-
|
|
364
|
-
var _excluded$6 = ["size", "color"];
|
|
365
|
-
var CloseEyeSvg = _ref => {
|
|
1002
|
+
var CameraIcon = _ref42 => {
|
|
366
1003
|
var {
|
|
367
|
-
size =
|
|
368
|
-
color = '
|
|
369
|
-
} =
|
|
370
|
-
props = _objectWithoutPropertiesLoose(
|
|
371
|
-
return /*#__PURE__*/React__default.createElement(
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
1004
|
+
size = 24,
|
|
1005
|
+
color = 'currentColor'
|
|
1006
|
+
} = _ref42,
|
|
1007
|
+
props = _objectWithoutPropertiesLoose(_ref42, _excluded41);
|
|
1008
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1009
|
+
size: size,
|
|
1010
|
+
color: color
|
|
1011
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
375
1012
|
viewBox: "0 0 24 24",
|
|
376
1013
|
fill: "none",
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
id: "SVGRepo_bgCarrier",
|
|
380
|
-
strokeWidth: "0"
|
|
381
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
382
|
-
id: "SVGRepo_tracerCarrier",
|
|
383
|
-
strokeLinecap: "round",
|
|
384
|
-
strokeLinejoin: "round"
|
|
385
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
386
|
-
id: "SVGRepo_iconCarrier"
|
|
1014
|
+
stroke: 'currentColor',
|
|
1015
|
+
strokeWidth: "1"
|
|
387
1016
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
d: "
|
|
391
|
-
|
|
392
|
-
}))));
|
|
1017
|
+
d: "M9 3L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.17L15 3H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"
|
|
1018
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1019
|
+
d: "M12 17c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3z"
|
|
1020
|
+
})));
|
|
393
1021
|
};
|
|
394
|
-
|
|
395
|
-
var _excluded$7 = ["size", "color"];
|
|
396
|
-
var ExternalLinkSvg = _ref => {
|
|
1022
|
+
var MicrophoneIcon = _ref43 => {
|
|
397
1023
|
var {
|
|
398
|
-
size =
|
|
399
|
-
color = '
|
|
400
|
-
} =
|
|
401
|
-
props = _objectWithoutPropertiesLoose(
|
|
402
|
-
return /*#__PURE__*/React__default.createElement(
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
411
|
-
stroke: color
|
|
412
|
-
}, props), /*#__PURE__*/React__default.createElement("g", {
|
|
413
|
-
id: "SVGRepo_bgCarrier",
|
|
414
|
-
strokeWidth: "0"
|
|
415
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
416
|
-
id: "SVGRepo_tracerCarrier",
|
|
417
|
-
strokeLinecap: "round",
|
|
418
|
-
strokeLinejoin: "round"
|
|
419
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
420
|
-
id: "SVGRepo_iconCarrier"
|
|
1024
|
+
size = 24,
|
|
1025
|
+
color = 'currentColor'
|
|
1026
|
+
} = _ref43,
|
|
1027
|
+
props = _objectWithoutPropertiesLoose(_ref43, _excluded42);
|
|
1028
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1029
|
+
size: size,
|
|
1030
|
+
color: color
|
|
1031
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
1032
|
+
viewBox: "0 0 24 24",
|
|
1033
|
+
fill: "none",
|
|
1034
|
+
stroke: 'currentColor',
|
|
1035
|
+
strokeWidth: "1"
|
|
421
1036
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
422
|
-
d: "
|
|
423
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
424
|
-
d: "M40 20h-2v-8h-8v-2h10z"
|
|
1037
|
+
d: "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3z"
|
|
425
1038
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
426
|
-
d: "
|
|
427
|
-
})))
|
|
1039
|
+
d: "M17 11c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z"
|
|
1040
|
+
})));
|
|
428
1041
|
};
|
|
429
|
-
|
|
430
|
-
var _excluded$8 = ["size", "color"];
|
|
431
|
-
var IndeterminateSvg = _ref => {
|
|
1042
|
+
var WifiIcon = _ref44 => {
|
|
432
1043
|
var {
|
|
433
|
-
size =
|
|
434
|
-
color = '
|
|
435
|
-
} =
|
|
436
|
-
props = _objectWithoutPropertiesLoose(
|
|
437
|
-
return /*#__PURE__*/React__default.createElement(
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
1044
|
+
size = 24,
|
|
1045
|
+
color = 'currentColor'
|
|
1046
|
+
} = _ref44,
|
|
1047
|
+
props = _objectWithoutPropertiesLoose(_ref44, _excluded43);
|
|
1048
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1049
|
+
size: size,
|
|
1050
|
+
color: color
|
|
1051
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
441
1052
|
viewBox: "0 0 24 24",
|
|
442
1053
|
fill: "none",
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
id: "SVGRepo_bgCarrier",
|
|
446
|
-
strokeWidth: "0"
|
|
447
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
448
|
-
id: "SVGRepo_tracerCarrier",
|
|
449
|
-
strokeLinecap: "round",
|
|
450
|
-
strokeLinejoin: "round"
|
|
451
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
452
|
-
id: "SVGRepo_iconCarrier"
|
|
1054
|
+
stroke: 'currentColor',
|
|
1055
|
+
strokeWidth: "1"
|
|
453
1056
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
454
|
-
d: "
|
|
455
|
-
|
|
456
|
-
strokeWidth: "1.5",
|
|
457
|
-
strokeLinecap: "round",
|
|
458
|
-
strokeLinejoin: "round"
|
|
459
|
-
}), ' ')));
|
|
1057
|
+
d: "M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"
|
|
1058
|
+
})));
|
|
460
1059
|
};
|
|
461
|
-
|
|
462
|
-
var _excluded$9 = ["size", "color"];
|
|
463
|
-
var OpenEyeSvg = _ref => {
|
|
1060
|
+
var BluetoothIcon = _ref45 => {
|
|
464
1061
|
var {
|
|
465
|
-
size =
|
|
466
|
-
color = '
|
|
467
|
-
} =
|
|
468
|
-
props = _objectWithoutPropertiesLoose(
|
|
469
|
-
return /*#__PURE__*/React__default.createElement(
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
1062
|
+
size = 24,
|
|
1063
|
+
color = 'currentColor'
|
|
1064
|
+
} = _ref45,
|
|
1065
|
+
props = _objectWithoutPropertiesLoose(_ref45, _excluded44);
|
|
1066
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1067
|
+
size: size,
|
|
1068
|
+
color: color
|
|
1069
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
1070
|
+
viewBox: "0 0 24 24",
|
|
1071
|
+
fill: 'currentColor'
|
|
1072
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
1073
|
+
d: "M17.71 7.71L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"
|
|
1074
|
+
})));
|
|
1075
|
+
};
|
|
1076
|
+
var BatteryIcon = _ref46 => {
|
|
1077
|
+
var {
|
|
1078
|
+
size = 24,
|
|
1079
|
+
color = 'currentColor'
|
|
1080
|
+
} = _ref46,
|
|
1081
|
+
props = _objectWithoutPropertiesLoose(_ref46, _excluded45);
|
|
1082
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1083
|
+
size: size,
|
|
1084
|
+
color: color
|
|
1085
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
473
1086
|
viewBox: "0 0 24 24",
|
|
474
1087
|
fill: "none",
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
id: "SVGRepo_bgCarrier",
|
|
478
|
-
strokeWidth: "0"
|
|
479
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
480
|
-
id: "SVGRepo_tracerCarrier",
|
|
481
|
-
strokeLinecap: "round",
|
|
482
|
-
strokeLinejoin: "round"
|
|
483
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
484
|
-
id: "SVGRepo_iconCarrier"
|
|
1088
|
+
stroke: 'currentColor',
|
|
1089
|
+
strokeWidth: "1"
|
|
485
1090
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
d: "M6.30147 15.5771C4.77832 14.2684 3.6904 12.7726 3.18002 12C3.6904 11.2274 4.77832 9.73158 6.30147 8.42294C7.87402 7.07185 9.81574 6 12 6C14.1843 6 16.1261 7.07185 17.6986 8.42294C19.2218 9.73158 20.3097 11.2274 20.8201 12C20.3097 12.7726 19.2218 14.2684 17.6986 15.5771C16.1261 16.9282 14.1843 18 12 18C9.81574 18 7.87402 16.9282 6.30147 15.5771ZM12 4C9.14754 4 6.75717 5.39462 4.99812 6.90595C3.23268 8.42276 2.00757 10.1376 1.46387 10.9698C1.05306 11.5985 1.05306 12.4015 1.46387 13.0302C2.00757 13.8624 3.23268 15.5772 4.99812 17.0941C6.75717 18.6054 9.14754 20 12 20C14.8525 20 17.2429 18.6054 19.002 17.0941C20.7674 15.5772 21.9925 13.8624 22.5362 13.0302C22.947 12.4015 22.947 11.5985 22.5362 10.9698C21.9925 10.1376 20.7674 8.42276 19.002 6.90595C17.2429 5.39462 14.8525 4 12 4ZM10 12C10 10.8954 10.8955 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8955 14 10 13.1046 10 12ZM12 8C9.7909 8 8.00004 9.79086 8.00004 12C8.00004 14.2091 9.7909 16 12 16C14.2092 16 16 14.2091 16 12C16 9.79086 14.2092 8 12 8Z",
|
|
489
|
-
fill: color
|
|
490
|
-
}))));
|
|
1091
|
+
d: "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"
|
|
1092
|
+
})));
|
|
491
1093
|
};
|
|
492
|
-
|
|
493
|
-
var
|
|
494
|
-
var WarningSvg = _ref => {
|
|
1094
|
+
// More modern UI icons
|
|
1095
|
+
var SunIcon = _ref47 => {
|
|
495
1096
|
var {
|
|
496
|
-
size =
|
|
497
|
-
color = '
|
|
498
|
-
} =
|
|
499
|
-
props = _objectWithoutPropertiesLoose(
|
|
500
|
-
return /*#__PURE__*/React__default.createElement(
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
516
|
-
id: "SVGRepo_iconCarrier"
|
|
517
|
-
}, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
|
|
518
|
-
d: "M108.186,144.372c0,7.054-4.729,12.32-12.037,12.32h-0.254c-7.054,0-11.92-5.266-11.92-12.32 c0-7.298,5.012-12.31,12.174-12.31C103.311,132.062,108.059,137.054,108.186,144.372z M88.44,125.301h15.447l2.951-61.298H85.46 L88.44,125.301z M190.372,177.034c-2.237,3.664-6.214,5.921-10.493,5.921H12.282c-4.426,0-8.51-2.384-10.698-6.233 c-2.159-3.849-2.11-8.549,0.147-12.349l84.111-149.22c2.208-3.722,6.204-5.96,10.522-5.96h0.332 c4.445,0.107,8.441,2.618,10.513,6.546l83.515,149.229C192.717,168.768,192.629,173.331,190.372,177.034z M179.879,170.634 L96.354,21.454L12.292,170.634H179.879z"
|
|
519
|
-
})))))));
|
|
1097
|
+
size = 24,
|
|
1098
|
+
color = 'currentColor'
|
|
1099
|
+
} = _ref47,
|
|
1100
|
+
props = _objectWithoutPropertiesLoose(_ref47, _excluded46);
|
|
1101
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1102
|
+
size: size,
|
|
1103
|
+
color: color
|
|
1104
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
1105
|
+
viewBox: "0 0 24 24",
|
|
1106
|
+
fill: "none",
|
|
1107
|
+
stroke: 'currentColor',
|
|
1108
|
+
strokeWidth: "1"
|
|
1109
|
+
}, /*#__PURE__*/React__default.createElement("circle", {
|
|
1110
|
+
cx: "12",
|
|
1111
|
+
cy: "12",
|
|
1112
|
+
r: "5"
|
|
1113
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1114
|
+
d: "M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"
|
|
1115
|
+
})));
|
|
520
1116
|
};
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
1117
|
+
var MoonIcon = _ref48 => {
|
|
1118
|
+
var {
|
|
1119
|
+
size = 24,
|
|
1120
|
+
color = 'currentColor'
|
|
1121
|
+
} = _ref48,
|
|
1122
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded47);
|
|
1123
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1124
|
+
size: size,
|
|
1125
|
+
color: color
|
|
1126
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
1127
|
+
viewBox: "0 0 24 24",
|
|
1128
|
+
fill: "none",
|
|
1129
|
+
stroke: 'currentColor',
|
|
1130
|
+
strokeWidth: "1"
|
|
1131
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
1132
|
+
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1133
|
+
})));
|
|
1134
|
+
};
|
|
1135
|
+
var ErrorIcon = _ref49 => {
|
|
524
1136
|
var {
|
|
525
|
-
size =
|
|
1137
|
+
size = 24,
|
|
526
1138
|
color = 'white'
|
|
527
|
-
} =
|
|
528
|
-
props = _objectWithoutPropertiesLoose(
|
|
529
|
-
return /*#__PURE__*/React__default.createElement(
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
}
|
|
541
|
-
id: "SVGRepo_bgCarrier"
|
|
542
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
543
|
-
id: "SVGRepo_tracerCarrier"
|
|
544
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
545
|
-
id: "SVGRepo_iconCarrier"
|
|
546
|
-
}, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
|
|
547
|
-
d: "M242.4,0C108.6,0,0,108.6,0,242.4S108.6,484.8,242.4,484.8S484.8,376.2,484.8,242.4S376.2,0,242.4,0z M198.4,358.8l-120-120L84,228l114.4,114.4l188-188l28.8,28.8L198.4,358.8z",
|
|
548
|
-
fill: color
|
|
549
|
-
}))))));
|
|
1139
|
+
} = _ref49,
|
|
1140
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded48);
|
|
1141
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1142
|
+
size: size,
|
|
1143
|
+
color: color
|
|
1144
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
1145
|
+
viewBox: "0 0 510 510"
|
|
1146
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
1147
|
+
d: "M255,0C114.615,0,0,114.615,0,255s114.615,255,255,255s255-114.615,255-255S395.385,0,255,0z M255,459c-114.75,0-207-92.25-207-207c0-114.75,92.25-207,207-207c114.75,0,207,92.25,207,207C462,366.75,369.75,459,255,459z"
|
|
1148
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1149
|
+
d: "M255,140.25c11.05,0,20-8.95,20-20s-8.95-20-20-20s-20,8.95-20,20S243.95,140.25,255,140.25z"
|
|
1150
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1151
|
+
d: "M265,357c0,11.05-8.95,20-20,20s-20-8.95-20-20v-175c0-11.05,8.95-20,20-20s20,8.95,20,20V357z"
|
|
1152
|
+
})));
|
|
550
1153
|
};
|
|
551
|
-
|
|
552
|
-
var _excluded$c = ["size", "color"];
|
|
553
|
-
var InfoSvg = _ref => {
|
|
1154
|
+
var WarningIcon = _ref50 => {
|
|
554
1155
|
var {
|
|
555
|
-
size =
|
|
1156
|
+
size = 24,
|
|
556
1157
|
color = 'white'
|
|
557
|
-
} =
|
|
558
|
-
props = _objectWithoutPropertiesLoose(
|
|
559
|
-
return /*#__PURE__*/React__default.createElement(
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
563
|
-
height: size + "px",
|
|
564
|
-
width: size + "px",
|
|
1158
|
+
} = _ref50,
|
|
1159
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded49);
|
|
1160
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1161
|
+
size: size,
|
|
1162
|
+
color: color
|
|
1163
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
565
1164
|
version: "1.1",
|
|
566
1165
|
id: "Capa_1",
|
|
567
1166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
568
1167
|
viewBox: "0 0 192.146 192.146",
|
|
569
|
-
fill:
|
|
570
|
-
},
|
|
1168
|
+
fill: 'currentColor'
|
|
1169
|
+
}, /*#__PURE__*/React__default.createElement("g", {
|
|
571
1170
|
id: "SVGRepo_bgCarrier"
|
|
572
1171
|
}), /*#__PURE__*/React__default.createElement("g", {
|
|
573
1172
|
id: "SVGRepo_tracerCarrier"
|
|
574
1173
|
}), /*#__PURE__*/React__default.createElement("g", {
|
|
575
1174
|
id: "SVGRepo_iconCarrier"
|
|
576
1175
|
}, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
|
|
577
|
-
d: "
|
|
1176
|
+
d: "M108.186,144.372c0,7.054-4.729,12.32-12.037,12.32h-0.254c-7.054,0-11.92-5.266-11.92-12.32 c0-7.298,5.012-12.31,12.174-12.31C103.311,132.062,108.059,137.054,108.186,144.372z M88.44,125.301h15.447l2.951-61.298H85.46 L88.44,125.301z M190.372,177.034c-2.237,3.664-6.214,5.921-10.493,5.921H12.282c-4.426,0-8.51-2.384-10.698-6.233 c-2.159-3.849-2.11-8.549,0.147-12.349l84.111-149.22c2.208-3.722,6.204-5.96,10.522-5.96h0.332 c4.445,0.107,8.441,2.618,10.513,6.546l83.515,149.229C192.717,168.768,192.629,173.331,190.372,177.034z M179.879,170.634 L96.354,21.454L12.292,170.634H179.879z"
|
|
578
1177
|
})))))));
|
|
579
1178
|
};
|
|
580
|
-
|
|
581
|
-
var _excluded$d = ["size", "color"];
|
|
582
|
-
var ErrorSvg = _ref => {
|
|
1179
|
+
var CloudIcon = _ref51 => {
|
|
583
1180
|
var {
|
|
584
|
-
size =
|
|
585
|
-
color = '
|
|
586
|
-
} =
|
|
587
|
-
props = _objectWithoutPropertiesLoose(
|
|
588
|
-
return /*#__PURE__*/React__default.createElement(
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
}, /*#__PURE__*/React__default.createElement("svg",
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
}, props), /*#__PURE__*/React__default.createElement("g", {
|
|
600
|
-
id: "SVGRepo_bgCarrier"
|
|
601
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
602
|
-
id: "SVGRepo_tracerCarrier"
|
|
603
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
604
|
-
id: "SVGRepo_iconCarrier"
|
|
605
|
-
}, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
|
|
606
|
-
d: "M255,0C114.615,0,0,114.615,0,255s114.615,255,255,255s255-114.615,255-255S395.385,0,255,0z M255,459c-114.75,0-207-92.25-207-207c0-114.75,92.25-207,207-207c114.75,0,207,92.25,207,207C462,366.75,369.75,459,255,459z",
|
|
607
|
-
fill: color
|
|
608
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
609
|
-
d: "M255,140.25c11.05,0,20-8.95,20-20s-8.95-20-20-20s-20,8.95-20,20S243.95,140.25,255,140.25z",
|
|
610
|
-
fill: color
|
|
611
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
612
|
-
d: "M265,357c0,11.05-8.95,20-20,20s-20-8.95-20-20v-175c0-11.05,8.95-20,20-20s20,8.95,20,20V357z",
|
|
613
|
-
fill: color
|
|
614
|
-
}))))));
|
|
1181
|
+
size = 24,
|
|
1182
|
+
color = 'currentColor'
|
|
1183
|
+
} = _ref51,
|
|
1184
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded50);
|
|
1185
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1186
|
+
size: size,
|
|
1187
|
+
color: color
|
|
1188
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", {
|
|
1189
|
+
viewBox: "0 0 24 24",
|
|
1190
|
+
fill: "none",
|
|
1191
|
+
stroke: 'currentColor',
|
|
1192
|
+
strokeWidth: "1"
|
|
1193
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
1194
|
+
d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
|
|
1195
|
+
})));
|
|
615
1196
|
};
|
|
616
1197
|
|
|
617
1198
|
// Define a constant object 'Themes' exporting various theme styles.
|
|
@@ -693,7 +1274,7 @@
|
|
|
693
1274
|
flexWrap: "nowrap"
|
|
694
1275
|
}, styles == null ? void 0 : styles.container), /*#__PURE__*/React__default.createElement(View, {
|
|
695
1276
|
alignSelf: 'center'
|
|
696
|
-
}, icon ? icon : (/*#__PURE__*/React__default.createElement(
|
|
1277
|
+
}, icon ? icon : (/*#__PURE__*/React__default.createElement(WarningIcon, {
|
|
697
1278
|
size: 24,
|
|
698
1279
|
color: (_styles$icon$color = styles == null ? void 0 : styles.icon.color) != null ? _styles$icon$color : Themes[variant].content.color
|
|
699
1280
|
}))), /*#__PURE__*/React__default.createElement(Vertical, {
|
|
@@ -727,7 +1308,7 @@
|
|
|
727
1308
|
// Exporting the AlertComponent as 'Alert' for use in other parts of the application.
|
|
728
1309
|
var Alert = AlertComponent;
|
|
729
1310
|
|
|
730
|
-
var _excluded$
|
|
1311
|
+
var _excluded$5 = ["ratio", "children"];
|
|
731
1312
|
// Declaration of a functional component named AspectRatioView.
|
|
732
1313
|
var AspectRatioView = _ref => {
|
|
733
1314
|
var {
|
|
@@ -737,7 +1318,7 @@
|
|
|
737
1318
|
children
|
|
738
1319
|
// Spread the rest of the props to inherit additional properties.
|
|
739
1320
|
} = _ref,
|
|
740
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1321
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
|
|
741
1322
|
return /*#__PURE__*/React__default.createElement(Center, Object.assign({
|
|
742
1323
|
width: '100%',
|
|
743
1324
|
position: "relative",
|
|
@@ -753,14 +1334,14 @@
|
|
|
753
1334
|
}, children));
|
|
754
1335
|
};
|
|
755
1336
|
|
|
756
|
-
var _excluded$
|
|
1337
|
+
var _excluded$6 = ["ratio", "children"];
|
|
757
1338
|
// Declaration of the AspectRatioComponent functional component with destructured props.
|
|
758
1339
|
var AspectRatioComponent = _ref => {
|
|
759
1340
|
var {
|
|
760
1341
|
ratio,
|
|
761
1342
|
children
|
|
762
1343
|
} = _ref,
|
|
763
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1344
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
|
|
764
1345
|
// Beginning of the return statement in the functional component.
|
|
765
1346
|
return /*#__PURE__*/React__default.createElement(AspectRatioView, Object.assign({
|
|
766
1347
|
ratio: ratio
|
|
@@ -1030,7 +1611,7 @@
|
|
|
1030
1611
|
'6xl': 64
|
|
1031
1612
|
};
|
|
1032
1613
|
|
|
1033
|
-
var _excluded$
|
|
1614
|
+
var _excluded$7 = ["children", "href", "iconSize", "underline", "isHovered", "isExternal", "styles", "setIsHovered"];
|
|
1034
1615
|
// Component definition for 'LinkView', a functional component with props defined by 'LinkViewProps'.
|
|
1035
1616
|
var LinkView = _ref => {
|
|
1036
1617
|
var {
|
|
@@ -1053,7 +1634,7 @@
|
|
|
1053
1634
|
// Setter function for the hover state, noop function provided by default.
|
|
1054
1635
|
setIsHovered = () => {}
|
|
1055
1636
|
} = _ref,
|
|
1056
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1637
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
|
|
1057
1638
|
// Function to handle mouse enter/leave events to toggle hover state.
|
|
1058
1639
|
var handleHover = () => {
|
|
1059
1640
|
if (underline === 'hover') setIsHovered(true);
|
|
@@ -1069,7 +1650,7 @@
|
|
|
1069
1650
|
gap: 3,
|
|
1070
1651
|
alignItems: "center",
|
|
1071
1652
|
flexWrap: "nowrap"
|
|
1072
|
-
}, children, isExternal && (/*#__PURE__*/React__default.createElement(
|
|
1653
|
+
}, children, isExternal && (/*#__PURE__*/React__default.createElement(ExternalLinkIcon, {
|
|
1073
1654
|
size: IconSizes[iconSize],
|
|
1074
1655
|
style: styles.icon
|
|
1075
1656
|
})))));
|
|
@@ -1094,9 +1675,9 @@
|
|
|
1094
1675
|
paddingBottom: 8,
|
|
1095
1676
|
paddingLeft: 12,
|
|
1096
1677
|
paddingRight: 12,
|
|
1097
|
-
fontWeight:
|
|
1098
|
-
fontSize:
|
|
1099
|
-
lineHeight:
|
|
1678
|
+
fontWeight: 400,
|
|
1679
|
+
fontSize: 11,
|
|
1680
|
+
lineHeight: 14,
|
|
1100
1681
|
letterSpacing: 1.25
|
|
1101
1682
|
},
|
|
1102
1683
|
sm: {
|
|
@@ -1105,10 +1686,10 @@
|
|
|
1105
1686
|
paddingBottom: 10,
|
|
1106
1687
|
paddingLeft: 16,
|
|
1107
1688
|
paddingRight: 16,
|
|
1108
|
-
fontWeight:
|
|
1109
|
-
fontSize:
|
|
1689
|
+
fontWeight: 400,
|
|
1690
|
+
fontSize: 12,
|
|
1110
1691
|
// Establishes style configuration for medium (md) button size.
|
|
1111
|
-
lineHeight:
|
|
1692
|
+
lineHeight: 16,
|
|
1112
1693
|
letterSpacing: 1.25
|
|
1113
1694
|
},
|
|
1114
1695
|
md: {
|
|
@@ -1118,9 +1699,9 @@
|
|
|
1118
1699
|
paddingLeft: 18,
|
|
1119
1700
|
paddingRight: 18,
|
|
1120
1701
|
// Establishes style configuration for large (lg) button size.
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
lineHeight:
|
|
1702
|
+
fontSize: 14,
|
|
1703
|
+
fontWeight: 400,
|
|
1704
|
+
lineHeight: 18,
|
|
1124
1705
|
letterSpacing: 1.25
|
|
1125
1706
|
},
|
|
1126
1707
|
lg: {
|
|
@@ -1130,8 +1711,8 @@
|
|
|
1130
1711
|
// Establishes style configuration for extra-large (xl) button size.
|
|
1131
1712
|
paddingLeft: 22,
|
|
1132
1713
|
paddingRight: 22,
|
|
1133
|
-
fontWeight:
|
|
1134
|
-
fontSize:
|
|
1714
|
+
fontWeight: 400,
|
|
1715
|
+
fontSize: 18,
|
|
1135
1716
|
lineHeight: 24,
|
|
1136
1717
|
letterSpacing: 1.25
|
|
1137
1718
|
},
|
|
@@ -1145,10 +1726,10 @@
|
|
|
1145
1726
|
// Sets the border-radius for a rounded button shape to '4'.
|
|
1146
1727
|
paddingRight: 26,
|
|
1147
1728
|
// Sets the border-radius for a pill-shaped button to '24'.
|
|
1148
|
-
fontWeight:
|
|
1149
|
-
fontSize:
|
|
1729
|
+
fontWeight: 400,
|
|
1730
|
+
fontSize: 22,
|
|
1150
1731
|
// Defines a constant 'IconSizes' as a mapping from 'Size' to corresponding 'CSSProperties' for icons.
|
|
1151
|
-
lineHeight:
|
|
1732
|
+
lineHeight: 28,
|
|
1152
1733
|
// Sets the width, height, and padding for icons of extra-small size.
|
|
1153
1734
|
letterSpacing: 1.25
|
|
1154
1735
|
}
|
|
@@ -1211,17 +1792,17 @@
|
|
|
1211
1792
|
slow: 300
|
|
1212
1793
|
};
|
|
1213
1794
|
|
|
1214
|
-
var _excluded$
|
|
1215
|
-
_excluded2 = ["size", "speed", "color"],
|
|
1216
|
-
_excluded3 = ["size", "speed", "color"],
|
|
1217
|
-
_excluded4 = ["size", "children", "textColor", "loaderColor", "type", "speed", "textPosition"];
|
|
1795
|
+
var _excluded$8 = ["size", "speed", "color"],
|
|
1796
|
+
_excluded2$1 = ["size", "speed", "color"],
|
|
1797
|
+
_excluded3$1 = ["size", "speed", "color"],
|
|
1798
|
+
_excluded4$1 = ["size", "children", "textColor", "loaderColor", "type", "speed", "textPosition"];
|
|
1218
1799
|
var DefaultSpinner = _ref => {
|
|
1219
1800
|
var {
|
|
1220
1801
|
size = 'md',
|
|
1221
1802
|
speed = 'normal',
|
|
1222
1803
|
color = 'theme.loading'
|
|
1223
1804
|
} = _ref,
|
|
1224
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1805
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
|
|
1225
1806
|
var theme = appStudio.useTheme();
|
|
1226
1807
|
var colorStyle = theme.getColor(color);
|
|
1227
1808
|
var sizeStyle = typeof size === 'number' ? size : DefaultSizes[size];
|
|
@@ -1264,7 +1845,7 @@
|
|
|
1264
1845
|
speed = 'normal',
|
|
1265
1846
|
color = 'theme.loading'
|
|
1266
1847
|
} = _ref2,
|
|
1267
|
-
props = _objectWithoutPropertiesLoose(_ref2, _excluded2);
|
|
1848
|
+
props = _objectWithoutPropertiesLoose(_ref2, _excluded2$1);
|
|
1268
1849
|
var theme = appStudio.useTheme();
|
|
1269
1850
|
var colorStyle = theme.getColor(color);
|
|
1270
1851
|
var sizeStyle = typeof size === 'number' ? size : DefaultSizes[size];
|
|
@@ -1306,7 +1887,7 @@
|
|
|
1306
1887
|
speed = 'normal',
|
|
1307
1888
|
color = 'theme.loading'
|
|
1308
1889
|
} = _ref3,
|
|
1309
|
-
props = _objectWithoutPropertiesLoose(_ref3, _excluded3);
|
|
1890
|
+
props = _objectWithoutPropertiesLoose(_ref3, _excluded3$1);
|
|
1310
1891
|
var theme = appStudio.useTheme();
|
|
1311
1892
|
var colorStyle = theme.getColor(color);
|
|
1312
1893
|
var sizeStyle = typeof size === 'number' ? size : DefaultSizes[size];
|
|
@@ -1345,7 +1926,7 @@
|
|
|
1345
1926
|
speed = 'normal',
|
|
1346
1927
|
textPosition = 'right'
|
|
1347
1928
|
} = _ref4,
|
|
1348
|
-
props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
|
|
1929
|
+
props = _objectWithoutPropertiesLoose(_ref4, _excluded4$1);
|
|
1349
1930
|
var style = {
|
|
1350
1931
|
size,
|
|
1351
1932
|
speed,
|
|
@@ -1374,7 +1955,7 @@
|
|
|
1374
1955
|
// Exports the LoaderComponent as Loader, making it available for use in other parts of the application.
|
|
1375
1956
|
var Loader = LoaderComponent;
|
|
1376
1957
|
|
|
1377
|
-
var _excluded$
|
|
1958
|
+
var _excluded$9 = ["icon", "shadow", "children", "ariaLabel", "externalHref", "isAuto", "isFilled", "isIconRounded", "isLoading", "isDisabled", "size", "variant", "iconPosition", "colorScheme", "shape", "onClick", "loaderProps", "loaderPosition", "effect", "isHovered", "setIsHovered"];
|
|
1378
1959
|
var contrast = /*#__PURE__*/require('contrast');
|
|
1379
1960
|
var ButtonView = _ref => {
|
|
1380
1961
|
var _props$onClick;
|
|
@@ -1410,7 +1991,7 @@
|
|
|
1410
1991
|
setIsHovered = () => {}
|
|
1411
1992
|
// Defines CSS properties for 'outline' variant of the button with conditional styles based on reverse state.
|
|
1412
1993
|
} = _ref,
|
|
1413
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
1994
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
|
|
1414
1995
|
var {
|
|
1415
1996
|
getColor
|
|
1416
1997
|
} = appStudio.useTheme();
|
|
@@ -1525,14 +2106,14 @@
|
|
|
1525
2106
|
};
|
|
1526
2107
|
var Button = ButtonComponent;
|
|
1527
2108
|
|
|
1528
|
-
var _excluded$
|
|
1529
|
-
_excluded2$
|
|
2109
|
+
var _excluded$a = ["src", "color"],
|
|
2110
|
+
_excluded2$2 = ["path"];
|
|
1530
2111
|
var FileSVG = _ref => {
|
|
1531
2112
|
var {
|
|
1532
2113
|
src,
|
|
1533
2114
|
color
|
|
1534
2115
|
} = _ref,
|
|
1535
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2116
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
|
|
1536
2117
|
var {
|
|
1537
2118
|
getColor
|
|
1538
2119
|
} = appStudio.useTheme();
|
|
@@ -1550,7 +2131,7 @@
|
|
|
1550
2131
|
var {
|
|
1551
2132
|
path
|
|
1552
2133
|
} = _ref2,
|
|
1553
|
-
props = _objectWithoutPropertiesLoose(_ref2, _excluded2$
|
|
2134
|
+
props = _objectWithoutPropertiesLoose(_ref2, _excluded2$2);
|
|
1554
2135
|
return /*#__PURE__*/React__default.createElement(appStudio.Image, Object.assign({
|
|
1555
2136
|
src: path
|
|
1556
2137
|
}, props));
|
|
@@ -1600,7 +2181,7 @@
|
|
|
1600
2181
|
};
|
|
1601
2182
|
};
|
|
1602
2183
|
|
|
1603
|
-
var _excluded$
|
|
2184
|
+
var _excluded$b = ["children", "styles"];
|
|
1604
2185
|
var HelperText = _ref => {
|
|
1605
2186
|
var {
|
|
1606
2187
|
children,
|
|
@@ -1608,7 +2189,7 @@
|
|
|
1608
2189
|
helperText: {}
|
|
1609
2190
|
}
|
|
1610
2191
|
} = _ref,
|
|
1611
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2192
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
|
|
1612
2193
|
return /*#__PURE__*/React__default.createElement(Text, Object.assign({
|
|
1613
2194
|
size: "xs",
|
|
1614
2195
|
marginVertical: 0,
|
|
@@ -1617,7 +2198,7 @@
|
|
|
1617
2198
|
}, styles['helperText'], props), children);
|
|
1618
2199
|
};
|
|
1619
2200
|
|
|
1620
|
-
var _excluded$
|
|
2201
|
+
var _excluded$c = ["children", "helperText", "error", "styles"];
|
|
1621
2202
|
var FieldContainer = _ref => {
|
|
1622
2203
|
var {
|
|
1623
2204
|
children,
|
|
@@ -1625,7 +2206,7 @@
|
|
|
1625
2206
|
error = false,
|
|
1626
2207
|
styles
|
|
1627
2208
|
} = _ref,
|
|
1628
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2209
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
|
|
1629
2210
|
return /*#__PURE__*/React__default.createElement(Vertical, Object.assign({
|
|
1630
2211
|
gap: 5,
|
|
1631
2212
|
position: "relative"
|
|
@@ -1684,7 +2265,7 @@
|
|
|
1684
2265
|
paddingRight: 36
|
|
1685
2266
|
};
|
|
1686
2267
|
|
|
1687
|
-
var _excluded$
|
|
2268
|
+
var _excluded$d = ["label", "shadow", "children", "value", "size", "shape", "variant", "error", "isWithLabel", "isFocused", "isHovered", "isDisabled", "isReadOnly", "colorScheme", "styles"];
|
|
1688
2269
|
var FieldContent = _ref => {
|
|
1689
2270
|
var {
|
|
1690
2271
|
shadow,
|
|
@@ -1703,7 +2284,7 @@
|
|
|
1703
2284
|
pickerBox: {}
|
|
1704
2285
|
}
|
|
1705
2286
|
} = _ref,
|
|
1706
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2287
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
|
|
1707
2288
|
var isInteractive = (isHovered || isFocused) && !isDisabled;
|
|
1708
2289
|
var color = error ? 'error' : isInteractive ? colorScheme : 'midgray';
|
|
1709
2290
|
return /*#__PURE__*/React__default.createElement(Horizontal, Object.assign({
|
|
@@ -1724,12 +2305,12 @@
|
|
|
1724
2305
|
}, isWithLabel ? PadddingWithLabel : PaddingWithoutLabel, shadow, Shapes[shape], InputVariants[variant], styles['box'], props), children);
|
|
1725
2306
|
};
|
|
1726
2307
|
|
|
1727
|
-
var _excluded$
|
|
2308
|
+
var _excluded$e = ["children"];
|
|
1728
2309
|
var FieldIcons = _ref => {
|
|
1729
2310
|
var {
|
|
1730
2311
|
children
|
|
1731
2312
|
} = _ref,
|
|
1732
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2313
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
|
|
1733
2314
|
return /*#__PURE__*/React__default.createElement(Center, Object.assign({
|
|
1734
2315
|
gap: 10,
|
|
1735
2316
|
right: 16,
|
|
@@ -1781,7 +2362,7 @@
|
|
|
1781
2362
|
}
|
|
1782
2363
|
};
|
|
1783
2364
|
|
|
1784
|
-
var _excluded$
|
|
2365
|
+
var _excluded$f = ["children", "heading", "isItalic", "isUnderlined", "isStriked", "weight", "size"];
|
|
1785
2366
|
var LabelView = _ref => {
|
|
1786
2367
|
var {
|
|
1787
2368
|
children,
|
|
@@ -1797,7 +2378,7 @@
|
|
|
1797
2378
|
size = 'sm'
|
|
1798
2379
|
// The fontSize prop for the Element is determined by the 'size' prop passed to LabelView.
|
|
1799
2380
|
} = _ref,
|
|
1800
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2381
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
|
|
1801
2382
|
// The fontStyle prop toggles between 'italic' and 'normal' based on the 'isItalic' boolean prop.
|
|
1802
2383
|
var headingStyles = heading ? HeadingSizes$1[heading] : {};
|
|
1803
2384
|
// fontWeight is derived from the Typography module, ensuring consistent font weighting across the app.
|
|
@@ -1829,7 +2410,7 @@
|
|
|
1829
2410
|
var Label = LabelComponent;
|
|
1830
2411
|
// Export the 'LabelComponent' as 'Label' to be reused throughout the project.
|
|
1831
2412
|
|
|
1832
|
-
var _excluded$
|
|
2413
|
+
var _excluded$g = ["children", "size", "error", "color", "styles", "helperText"];
|
|
1833
2414
|
var FieldLabel = _ref => {
|
|
1834
2415
|
var {
|
|
1835
2416
|
children,
|
|
@@ -1840,7 +2421,7 @@
|
|
|
1840
2421
|
label: {}
|
|
1841
2422
|
}
|
|
1842
2423
|
} = _ref,
|
|
1843
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2424
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
|
|
1844
2425
|
return /*#__PURE__*/React__default.createElement(Label, Object.assign({
|
|
1845
2426
|
top: 6,
|
|
1846
2427
|
zIndex: 1000,
|
|
@@ -1853,12 +2434,12 @@
|
|
|
1853
2434
|
}, styles['label'], props), children);
|
|
1854
2435
|
};
|
|
1855
2436
|
|
|
1856
|
-
var _excluded$
|
|
2437
|
+
var _excluded$h = ["children"];
|
|
1857
2438
|
var FieldWrapper = _ref => {
|
|
1858
2439
|
var {
|
|
1859
2440
|
children
|
|
1860
2441
|
} = _ref,
|
|
1861
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2442
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
|
|
1862
2443
|
return /*#__PURE__*/React__default.createElement(Vertical, Object.assign({
|
|
1863
2444
|
width: "100%"
|
|
1864
2445
|
}, props), children);
|
|
@@ -1874,10 +2455,10 @@
|
|
|
1874
2455
|
xl: 16
|
|
1875
2456
|
};
|
|
1876
2457
|
|
|
1877
|
-
var _excluded$
|
|
1878
|
-
_excluded2$
|
|
1879
|
-
_excluded3$
|
|
1880
|
-
_excluded4$
|
|
2458
|
+
var _excluded$i = ["isHovered", "setIsHovered", "option", "size", "callback", "style"],
|
|
2459
|
+
_excluded2$3 = ["id", "name", "value", "onChange", "isMulti", "isDisabled", "isReadOnly", "options"],
|
|
2460
|
+
_excluded3$2 = ["option", "size", "removeOption"],
|
|
2461
|
+
_excluded4$2 = ["id", "name", "label", "value", "placeholder", "helperText", "hide", "error", "isMulti", "isFocused", "isHovered", "isDisabled", "isReadOnly", "options", "shadow", "size", "colorScheme", "shape", "variant", "styles", "onChange", "setHide", "setValue", "setIsHovered", "setIsFocused", "setHighlightedIndex", "highlightedIndex"];
|
|
1881
2462
|
// Defines a component to render individual selection items within a list.
|
|
1882
2463
|
var Item = _ref => {
|
|
1883
2464
|
var {
|
|
@@ -1888,7 +2469,7 @@
|
|
|
1888
2469
|
callback = () => {},
|
|
1889
2470
|
style
|
|
1890
2471
|
} = _ref,
|
|
1891
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2472
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
|
|
1892
2473
|
// Handles the click event on an option by invoking the callback with the selected option's value.
|
|
1893
2474
|
var handleOptionClick = option => callback(option);
|
|
1894
2475
|
// Toggles the hover state on the item.
|
|
@@ -1953,7 +2534,7 @@
|
|
|
1953
2534
|
isReadOnly = false,
|
|
1954
2535
|
options = []
|
|
1955
2536
|
} = _ref3,
|
|
1956
|
-
props = _objectWithoutPropertiesLoose(_ref3, _excluded2$
|
|
2537
|
+
props = _objectWithoutPropertiesLoose(_ref3, _excluded2$3);
|
|
1957
2538
|
var handleChange = event => {
|
|
1958
2539
|
if (onChange) onChange(event);
|
|
1959
2540
|
};
|
|
@@ -2043,7 +2624,7 @@
|
|
|
2043
2624
|
size = 'md',
|
|
2044
2625
|
removeOption = () => {}
|
|
2045
2626
|
} = _ref5,
|
|
2046
|
-
props = _objectWithoutPropertiesLoose(_ref5, _excluded3$
|
|
2627
|
+
props = _objectWithoutPropertiesLoose(_ref5, _excluded3$2);
|
|
2047
2628
|
var handleClick = () => removeOption(option);
|
|
2048
2629
|
return /*#__PURE__*/React__default.createElement(Horizontal, Object.assign({
|
|
2049
2630
|
gap: 10,
|
|
@@ -2055,7 +2636,7 @@
|
|
|
2055
2636
|
onClick: event => event.stopPropagation()
|
|
2056
2637
|
}, props), /*#__PURE__*/React__default.createElement(Text, {
|
|
2057
2638
|
size: size
|
|
2058
|
-
}, option), /*#__PURE__*/React__default.createElement(
|
|
2639
|
+
}, option), /*#__PURE__*/React__default.createElement(CloseIcon, {
|
|
2059
2640
|
role: "close-button",
|
|
2060
2641
|
color: "inherit",
|
|
2061
2642
|
size: IconSizes$2[size],
|
|
@@ -2099,7 +2680,7 @@
|
|
|
2099
2680
|
setHighlightedIndex,
|
|
2100
2681
|
highlightedIndex
|
|
2101
2682
|
} = _ref6,
|
|
2102
|
-
props = _objectWithoutPropertiesLoose(_ref6, _excluded4$
|
|
2683
|
+
props = _objectWithoutPropertiesLoose(_ref6, _excluded4$2);
|
|
2103
2684
|
var isWithLabel = !!(isFocused && label);
|
|
2104
2685
|
var handleHover = () => setIsHovered(!isHovered);
|
|
2105
2686
|
var handleFocus = () => setIsFocused(true);
|
|
@@ -2169,12 +2750,14 @@
|
|
|
2169
2750
|
isDisabled: isDisabled,
|
|
2170
2751
|
placeholder: placeholder,
|
|
2171
2752
|
removeOption: handleRemoveOption
|
|
2172
|
-
})), /*#__PURE__*/React__default.createElement(FieldIcons, null, !isReadOnly && !isDisabled && (/*#__PURE__*/React__default.createElement(React__default.Fragment, null, hide ? (/*#__PURE__*/React__default.createElement(
|
|
2753
|
+
})), /*#__PURE__*/React__default.createElement(FieldIcons, null, !isReadOnly && !isDisabled && (/*#__PURE__*/React__default.createElement(React__default.Fragment, null, hide ? (/*#__PURE__*/React__default.createElement(ChevronIcon, {
|
|
2173
2754
|
color: "inherit",
|
|
2174
2755
|
size: IconSizes$2[size],
|
|
2175
|
-
style: styles.icon
|
|
2176
|
-
|
|
2756
|
+
style: styles.icon,
|
|
2757
|
+
orientation: "down"
|
|
2758
|
+
})) : (/*#__PURE__*/React__default.createElement(ChevronIcon, {
|
|
2177
2759
|
color: "inherit",
|
|
2760
|
+
orientation: "up",
|
|
2178
2761
|
size: IconSizes$2[size],
|
|
2179
2762
|
style: styles.icon
|
|
2180
2763
|
})))))), !hide && (/*#__PURE__*/React__default.createElement(DropDown, {
|
|
@@ -2343,7 +2926,7 @@
|
|
|
2343
2926
|
}
|
|
2344
2927
|
};
|
|
2345
2928
|
|
|
2346
|
-
var _excluded$
|
|
2929
|
+
var _excluded$j = ["id", "name", "label", "inActiveChild", "activeChild", "labelPosition", "shadow", "size", "colorScheme", "value", "isHovered", "isDisabled", "isReadOnly", "on", "setOn", "onChange", "setValue", "setIsHovered", "helperText", "styles"];
|
|
2347
2930
|
var SwitchContent = props => /*#__PURE__*/React__default.createElement(appStudio.Input, Object.assign({
|
|
2348
2931
|
type: "checkbox"
|
|
2349
2932
|
}, props));
|
|
@@ -2373,7 +2956,7 @@
|
|
|
2373
2956
|
label: {}
|
|
2374
2957
|
}
|
|
2375
2958
|
} = _ref,
|
|
2376
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
2959
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
|
|
2377
2960
|
var handleToggle = event => {
|
|
2378
2961
|
if (!isReadOnly) {
|
|
2379
2962
|
setValue(!value);
|
|
@@ -2463,7 +3046,7 @@
|
|
|
2463
3046
|
// Export of the useTextAreaState hook for external usage.
|
|
2464
3047
|
};
|
|
2465
3048
|
|
|
2466
|
-
var _excluded$
|
|
3049
|
+
var _excluded$k = ["id", "name", "hint", "error", "value", "label", "shadow", "helperText", "placeholder", "size", "shape", "variant", "colorScheme", "isHovered", "isFocused", "isEditable", "isReadOnly", "isDisabled", "isAutoFocus", "isMultiline", "maxRows", "maxCols", "onBlur", "onChange", "onFocus", "onChangeText", "setHint", "setValue", "setIsFocused", "setIsHovered", "styles"];
|
|
2467
3050
|
var TextAreaView = _ref => {
|
|
2468
3051
|
var {
|
|
2469
3052
|
id,
|
|
@@ -2503,7 +3086,7 @@
|
|
|
2503
3086
|
field: {}
|
|
2504
3087
|
}
|
|
2505
3088
|
} = _ref,
|
|
2506
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3089
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
|
|
2507
3090
|
var isWithLabel = !!(isFocused && label);
|
|
2508
3091
|
var fieldStyles = Object.assign({
|
|
2509
3092
|
margin: 0,
|
|
@@ -2633,7 +3216,7 @@
|
|
|
2633
3216
|
};
|
|
2634
3217
|
};
|
|
2635
3218
|
|
|
2636
|
-
var _excluded$
|
|
3219
|
+
var _excluded$l = ["id", "name", "label", "hint", "value", "onChange", "leftChild", "rightChild", "helperText", "placeholder", "onChangeText", "shadow", "styles", "size", "shape", "variant", "colorScheme", "error", "isFocused", "isHovered", "isDisabled", "isReadOnly", "isClearable", "isAutoFocus", "setHint", "setIsFocused", "setIsHovered", "setValue", "onClick", "onFocus", "onBlur"];
|
|
2637
3220
|
var TextFieldInput = props => /*#__PURE__*/React__default.createElement(appStudio.Input, Object.assign({
|
|
2638
3221
|
type: "text"
|
|
2639
3222
|
}, props));
|
|
@@ -2676,7 +3259,7 @@
|
|
|
2676
3259
|
onFocus,
|
|
2677
3260
|
onBlur = () => {}
|
|
2678
3261
|
} = _ref,
|
|
2679
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3262
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
|
|
2680
3263
|
var {
|
|
2681
3264
|
getColor
|
|
2682
3265
|
} = appStudio.useTheme();
|
|
@@ -2772,7 +3355,7 @@
|
|
|
2772
3355
|
}, fieldStyles, props, {
|
|
2773
3356
|
onChange: handleChange,
|
|
2774
3357
|
value: value
|
|
2775
|
-
}))), (rightChild || isClearable && value) && (/*#__PURE__*/React__default.createElement(FieldIcons, null, isClearable && value && !isReadOnly && !isDisabled && (/*#__PURE__*/React__default.createElement(
|
|
3358
|
+
}))), (rightChild || isClearable && value) && (/*#__PURE__*/React__default.createElement(FieldIcons, null, isClearable && value && !isReadOnly && !isDisabled && (/*#__PURE__*/React__default.createElement(CloseIcon, {
|
|
2776
3359
|
size: appStudio.Typography.fontSizes[size],
|
|
2777
3360
|
color: IconColor,
|
|
2778
3361
|
onClick: handleClear
|
|
@@ -2857,7 +3440,7 @@
|
|
|
2857
3440
|
'6xl': 60
|
|
2858
3441
|
};
|
|
2859
3442
|
|
|
2860
|
-
var _excluded$
|
|
3443
|
+
var _excluded$m = ["id", "icon", "name", "label", "isChecked", "onChange", "onValueChange", "shadow", "labelPosition", "size", "colorScheme", "error", "isSelected", "isHovered", "isDisabled", "isReadOnly", "isIndeterminate", "defaultIsSelected", "setIsSelected", "setIsHovered", "styles", "infoText", "helperText"];
|
|
2861
3444
|
var CheckboxView = _ref => {
|
|
2862
3445
|
var {
|
|
2863
3446
|
id,
|
|
@@ -2885,7 +3468,7 @@
|
|
|
2885
3468
|
},
|
|
2886
3469
|
infoText
|
|
2887
3470
|
} = _ref,
|
|
2888
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
3471
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
|
|
2889
3472
|
var handleHover = () => setIsHovered(!isHovered);
|
|
2890
3473
|
var handleChange = () => {
|
|
2891
3474
|
if (!isReadOnly && !isDisabled) {
|
|
@@ -2932,8 +3515,12 @@
|
|
|
2932
3515
|
alignItems: "center"
|
|
2933
3516
|
}, labelPosition === 'left' && label && (/*#__PURE__*/React__default.createElement(Text, Object.assign({
|
|
2934
3517
|
size: size
|
|
2935
|
-
}, styles == null ? void 0 : styles.label), label)), /*#__PURE__*/React__default.createElement(Center, Object.assign({}, checkboxStyle.checkbox), isIndeterminate ? (/*#__PURE__*/React__default.createElement(
|
|
2936
|
-
size: IconSizes$3[size]
|
|
3518
|
+
}, styles == null ? void 0 : styles.label), label)), /*#__PURE__*/React__default.createElement(Center, Object.assign({}, checkboxStyle.checkbox), isIndeterminate ? (/*#__PURE__*/React__default.createElement(MinusIcon, {
|
|
3519
|
+
size: IconSizes$3[size],
|
|
3520
|
+
color: "white"
|
|
3521
|
+
})) : (isChecked || isSelected) && (icon != null ? icon : /*#__PURE__*/React__default.createElement(TickIcon, {
|
|
3522
|
+
size: IconSizes$3[size],
|
|
3523
|
+
color: "white"
|
|
2937
3524
|
}))), labelPosition === 'right' && label && (/*#__PURE__*/React__default.createElement(Text, Object.assign({
|
|
2938
3525
|
size: size
|
|
2939
3526
|
}, styles == null ? void 0 : styles.label), label))), infoText && (/*#__PURE__*/React__default.createElement(Text, Object.assign({
|
|
@@ -4440,11 +5027,11 @@
|
|
|
4440
5027
|
xl: 16
|
|
4441
5028
|
};
|
|
4442
5029
|
|
|
4443
|
-
var _excluded$
|
|
4444
|
-
_excluded2$
|
|
4445
|
-
_excluded3$
|
|
5030
|
+
var _excluded$n = ["size"],
|
|
5031
|
+
_excluded2$4 = ["size"],
|
|
5032
|
+
_excluded3$3 = ["id", "name", "label", "value", "placeholder", "helperText", "hide", "error", "isHovered", "isFocused", "isAutoFocus", "isDisabled", "isReadOnly", "shadow", "newOptions", "size", "variant", "shape", "colorScheme", "onChange", "onBlur", "setHide", "setNewOptions", "setIsHovered", "setIsFocused", "setValue", "styles"];
|
|
4446
5033
|
var CountryList = _ref => {
|
|
4447
|
-
var props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5034
|
+
var props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
|
|
4448
5035
|
return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
|
|
4449
5036
|
as: "ul"
|
|
4450
5037
|
}, props));
|
|
@@ -4453,7 +5040,7 @@
|
|
|
4453
5040
|
type: "country"
|
|
4454
5041
|
}, props)));
|
|
4455
5042
|
var CountryItem = _ref2 => {
|
|
4456
|
-
var props = _objectWithoutPropertiesLoose(_ref2, _excluded2$
|
|
5043
|
+
var props = _objectWithoutPropertiesLoose(_ref2, _excluded2$4);
|
|
4457
5044
|
return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
|
|
4458
5045
|
as: "li"
|
|
4459
5046
|
}, props));
|
|
@@ -4477,6 +5064,7 @@
|
|
|
4477
5064
|
margin: 0,
|
|
4478
5065
|
role: "DropDownItem",
|
|
4479
5066
|
listStyleType: "none",
|
|
5067
|
+
fontWeight: "normal",
|
|
4480
5068
|
paddingVertical: 6,
|
|
4481
5069
|
paddingHorizontal: 12,
|
|
4482
5070
|
onMouseEnter: handleHover,
|
|
@@ -4555,7 +5143,7 @@
|
|
|
4555
5143
|
box: {}
|
|
4556
5144
|
}
|
|
4557
5145
|
} = _ref5,
|
|
4558
|
-
props = _objectWithoutPropertiesLoose(_ref5, _excluded3$
|
|
5146
|
+
props = _objectWithoutPropertiesLoose(_ref5, _excluded3$3);
|
|
4559
5147
|
var {
|
|
4560
5148
|
getColor
|
|
4561
5149
|
} = appStudio.useTheme();
|
|
@@ -4640,11 +5228,13 @@
|
|
|
4640
5228
|
}, fieldStyles, props, {
|
|
4641
5229
|
value: value,
|
|
4642
5230
|
onChange: handleChange
|
|
4643
|
-
}))), /*#__PURE__*/React__default.createElement(FieldIcons, null, hide ? (/*#__PURE__*/React__default.createElement(
|
|
5231
|
+
}))), /*#__PURE__*/React__default.createElement(FieldIcons, null, hide ? (/*#__PURE__*/React__default.createElement(Icon.ChevronIcon, {
|
|
5232
|
+
orientation: "down",
|
|
4644
5233
|
size: IconSizes$4[size],
|
|
4645
5234
|
color: IconColor,
|
|
4646
5235
|
style: styles['icon']
|
|
4647
|
-
})) : (/*#__PURE__*/React__default.createElement(
|
|
5236
|
+
})) : (/*#__PURE__*/React__default.createElement(Icon.ChevronIcon, {
|
|
5237
|
+
orientation: "up",
|
|
4648
5238
|
size: IconSizes$4[size],
|
|
4649
5239
|
color: IconColor,
|
|
4650
5240
|
style: styles['icon']
|
|
@@ -4680,7 +5270,7 @@
|
|
|
4680
5270
|
};
|
|
4681
5271
|
};
|
|
4682
5272
|
|
|
4683
|
-
var _excluded$
|
|
5273
|
+
var _excluded$o = ["id", "icon", "name", "label", "date", "children", "helperText", "shadow", "size", "variant", "shape", "colorScheme", "styles", "error", "isHovered", "isFocused", "isDisabled", "isReadOnly", "setDate", "setIsFocused", "setIsHovered", "onChange", "onChangeText"];
|
|
4684
5274
|
var DatePickerContent = props => /*#__PURE__*/React__default.createElement(appStudio.Input, Object.assign({
|
|
4685
5275
|
type: "date"
|
|
4686
5276
|
}, props));
|
|
@@ -4714,7 +5304,7 @@
|
|
|
4714
5304
|
onChange,
|
|
4715
5305
|
onChangeText
|
|
4716
5306
|
} = _ref,
|
|
4717
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5307
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
|
|
4718
5308
|
var isWithLabel = !!(isFocused && label);
|
|
4719
5309
|
var handleHover = () => setIsHovered(!isHovered);
|
|
4720
5310
|
var handleFocus = () => setIsFocused(true);
|
|
@@ -4802,24 +5392,24 @@
|
|
|
4802
5392
|
}, props, textFieldStates);
|
|
4803
5393
|
};
|
|
4804
5394
|
|
|
4805
|
-
var _excluded$
|
|
4806
|
-
_excluded2$
|
|
5395
|
+
var _excluded$p = ["visibleIcon", "hiddenIcon"],
|
|
5396
|
+
_excluded2$5 = ["isVisible", "setIsVisible"];
|
|
4807
5397
|
var PasswordComponent = _ref => {
|
|
4808
5398
|
var {
|
|
4809
|
-
visibleIcon = /*#__PURE__*/React__default.createElement(
|
|
5399
|
+
visibleIcon = /*#__PURE__*/React__default.createElement(OpenEyeIcon, {
|
|
4810
5400
|
size: 14
|
|
4811
5401
|
}),
|
|
4812
|
-
hiddenIcon = /*#__PURE__*/React__default.createElement(
|
|
5402
|
+
hiddenIcon = /*#__PURE__*/React__default.createElement(CloseEyeIcon, {
|
|
4813
5403
|
size: 14
|
|
4814
5404
|
})
|
|
4815
5405
|
} = _ref,
|
|
4816
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5406
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
|
|
4817
5407
|
var _usePasswordState = usePasswordState(props),
|
|
4818
5408
|
{
|
|
4819
5409
|
isVisible,
|
|
4820
5410
|
setIsVisible
|
|
4821
5411
|
} = _usePasswordState,
|
|
4822
|
-
passwordProps = _objectWithoutPropertiesLoose(_usePasswordState, _excluded2$
|
|
5412
|
+
passwordProps = _objectWithoutPropertiesLoose(_usePasswordState, _excluded2$5);
|
|
4823
5413
|
return /*#__PURE__*/React__default.createElement(TextFieldView, Object.assign({}, passwordProps, {
|
|
4824
5414
|
type: isVisible ? 'text' : 'password',
|
|
4825
5415
|
isClearable: false,
|
|
@@ -4867,74 +5457,7 @@
|
|
|
4867
5457
|
};
|
|
4868
5458
|
};
|
|
4869
5459
|
|
|
4870
|
-
var _excluded$
|
|
4871
|
-
var TickSvg = _ref => {
|
|
4872
|
-
var {
|
|
4873
|
-
size = 16,
|
|
4874
|
-
color = '#c0c0c0'
|
|
4875
|
-
} = _ref,
|
|
4876
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
|
|
4877
|
-
return /*#__PURE__*/React__default.createElement(Center, {
|
|
4878
|
-
width: size + "px",
|
|
4879
|
-
height: size + "px"
|
|
4880
|
-
}, /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
4881
|
-
width: size + "px",
|
|
4882
|
-
height: size + "px",
|
|
4883
|
-
viewBox: "0 -0.5 25 25",
|
|
4884
|
-
fill: "none",
|
|
4885
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
4886
|
-
}, props), /*#__PURE__*/React__default.createElement("g", {
|
|
4887
|
-
id: "SVGRepo_bgCarrier",
|
|
4888
|
-
strokeWidth: "0"
|
|
4889
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
4890
|
-
id: "SVGRepo_tracerCarrier",
|
|
4891
|
-
strokeLinecap: "round",
|
|
4892
|
-
strokeLinejoin: "round"
|
|
4893
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
4894
|
-
id: "SVGRepo_iconCarrier"
|
|
4895
|
-
}, ' ', /*#__PURE__*/React__default.createElement("path", {
|
|
4896
|
-
d: "M5.5 12.5L10.167 17L19.5 8",
|
|
4897
|
-
stroke: "#444444",
|
|
4898
|
-
strokeWidth: "1.5",
|
|
4899
|
-
strokeLinecap: "round",
|
|
4900
|
-
strokeLinejoin: "round"
|
|
4901
|
-
}), ' ')));
|
|
4902
|
-
};
|
|
4903
|
-
|
|
4904
|
-
var _excluded$A = ["size", "color"];
|
|
4905
|
-
var SearchLoopSvg = _ref => {
|
|
4906
|
-
var {
|
|
4907
|
-
size = 14,
|
|
4908
|
-
color = '#c0c0c0'
|
|
4909
|
-
} = _ref,
|
|
4910
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
|
|
4911
|
-
return /*#__PURE__*/React__default.createElement(Center, {
|
|
4912
|
-
width: size + "px",
|
|
4913
|
-
height: size + "px"
|
|
4914
|
-
}, /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
4915
|
-
fill: "#c0c0c0",
|
|
4916
|
-
width: size + "px",
|
|
4917
|
-
height: size + "px",
|
|
4918
|
-
version: "1.1",
|
|
4919
|
-
id: "Capa_1",
|
|
4920
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4921
|
-
viewBox: "0 0 488.4 488.4",
|
|
4922
|
-
stroke: color
|
|
4923
|
-
}, props), /*#__PURE__*/React__default.createElement("g", {
|
|
4924
|
-
id: "SVGRepo_bgCarrier",
|
|
4925
|
-
strokeWidth: "9.279599999999999"
|
|
4926
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
4927
|
-
id: "SVGRepo_tracerCarrier",
|
|
4928
|
-
strokeLinecap: "round",
|
|
4929
|
-
strokeLinejoin: "round"
|
|
4930
|
-
}), /*#__PURE__*/React__default.createElement("g", {
|
|
4931
|
-
id: "SVGRepo_iconCarrier"
|
|
4932
|
-
}, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
|
|
4933
|
-
d: "M0,203.25c0,112.1,91.2,203.2,203.2,203.2c51.6,0,98.8-19.4,134.7-51.2l129.5,129.5c2.4,2.4,5.5,3.6,8.7,3.6 s6.3-1.2,8.7-3.6c4.8-4.8,4.8-12.5,0-17.3l-129.6-129.5c31.8-35.9,51.2-83,51.2-134.7c0-112.1-91.2-203.2-203.2-203.2 S0,91.15,0,203.25z M381.9,203.25c0,98.5-80.2,178.7-178.7,178.7s-178.7-80.2-178.7-178.7s80.2-178.7,178.7-178.7 S381.9,104.65,381.9,203.25z"
|
|
4934
|
-
}), ' ')))));
|
|
4935
|
-
};
|
|
4936
|
-
|
|
4937
|
-
var _excluded$B = ["placeholder", "items", "showTick", "onSelect", "searchEnabled", "left", "right", "label", "filteredItems", "setSelectedItem", "selectedItem", "highlightedIndex", "setHighlightedIndex", "searchQuery", "setSearchQuery", "setFilteredItems", "styles", "isDropdownVisible", "setIsDropdownVisible"];
|
|
5460
|
+
var _excluded$q = ["placeholder", "items", "showTick", "onSelect", "searchEnabled", "left", "right", "label", "filteredItems", "setSelectedItem", "selectedItem", "highlightedIndex", "setHighlightedIndex", "searchQuery", "setSearchQuery", "setFilteredItems", "styles", "isDropdownVisible", "setIsDropdownVisible"];
|
|
4938
5461
|
// Defines the functional component 'ComboBoxView' with destructured props.
|
|
4939
5462
|
var ComboBoxView = _ref => {
|
|
4940
5463
|
var {
|
|
@@ -4959,7 +5482,7 @@
|
|
|
4959
5482
|
setIsDropdownVisible
|
|
4960
5483
|
// Collects all further props not destructured explicitly.
|
|
4961
5484
|
} = _ref,
|
|
4962
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5485
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
|
|
4963
5486
|
// Sets up an effect to handle clicking outside the dropdown to close it.
|
|
4964
5487
|
React.useEffect(() => {
|
|
4965
5488
|
var handleClickOutside = event => {
|
|
@@ -5043,7 +5566,7 @@
|
|
|
5043
5566
|
onChange: value => handleSearch(value),
|
|
5044
5567
|
hint: placeholder,
|
|
5045
5568
|
isClearable: false,
|
|
5046
|
-
leftChild: /*#__PURE__*/React__default.createElement(
|
|
5569
|
+
leftChild: /*#__PURE__*/React__default.createElement(Icon.SearchIcon, {
|
|
5047
5570
|
size: 12
|
|
5048
5571
|
}),
|
|
5049
5572
|
styles: {
|
|
@@ -5065,10 +5588,12 @@
|
|
|
5065
5588
|
backgroundColor: index === highlightedIndex ? 'color.gray.100' : 'transparent',
|
|
5066
5589
|
onMouseEnter: () => setHighlightedIndex(index),
|
|
5067
5590
|
onClick: () => handleSelect(item)
|
|
5068
|
-
}, styles == null ? void 0 : styles.item), /*#__PURE__*/React__default.createElement(Text, null, item.label), /*#__PURE__*/React__default.createElement(React__default.Fragment, null, item.icon && item.icon, item.value === selectedItem.value && showTick && !item.icon && /*#__PURE__*/React__default.createElement(
|
|
5591
|
+
}, styles == null ? void 0 : styles.item), /*#__PURE__*/React__default.createElement(Text, null, item.label), /*#__PURE__*/React__default.createElement(React__default.Fragment, null, item.icon && item.icon, item.value === selectedItem.value && showTick && !item.icon && /*#__PURE__*/React__default.createElement(Icon.TickIcon, {
|
|
5592
|
+
size: 20
|
|
5593
|
+
}))))))))))));
|
|
5069
5594
|
};
|
|
5070
5595
|
|
|
5071
|
-
var _excluded$
|
|
5596
|
+
var _excluded$r = ["id", "name", "items", "placeholder", "searchPlaceholder"];
|
|
5072
5597
|
// Defines the ComboBoxComponent functional component with ComboBoxProps
|
|
5073
5598
|
var ComboBoxComponent = _ref => {
|
|
5074
5599
|
var {
|
|
@@ -5084,7 +5609,7 @@
|
|
|
5084
5609
|
searchPlaceholder
|
|
5085
5610
|
// Destructures the rest of the props not explicitly defined
|
|
5086
5611
|
} = _ref,
|
|
5087
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5612
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
|
|
5088
5613
|
// Initializes ComboBox state using custom hook with items and placeholders
|
|
5089
5614
|
var state = useComboBoxState(items, placeholder, searchPlaceholder);
|
|
5090
5615
|
return (
|
|
@@ -5100,7 +5625,7 @@
|
|
|
5100
5625
|
// Exports the ComboBoxComponent as ComboBox
|
|
5101
5626
|
var ComboBox = ComboBoxComponent;
|
|
5102
5627
|
|
|
5103
|
-
var _excluded$
|
|
5628
|
+
var _excluded$s = ["children", "autoFocus", "initFocus", "onChange"];
|
|
5104
5629
|
var FocusContext = /*#__PURE__*/React.createContext({
|
|
5105
5630
|
active: false,
|
|
5106
5631
|
focusNextInput: () => {},
|
|
@@ -5116,7 +5641,7 @@
|
|
|
5116
5641
|
initFocus,
|
|
5117
5642
|
onChange = () => {}
|
|
5118
5643
|
} = _ref,
|
|
5119
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5644
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
|
|
5120
5645
|
var formik$1 = formik.useFormikContext();
|
|
5121
5646
|
React.useEffect(() => {
|
|
5122
5647
|
onChange(formik$1.values);
|
|
@@ -5164,7 +5689,7 @@
|
|
|
5164
5689
|
}, /*#__PURE__*/React__default.createElement(appStudio.Form, Object.assign({}, props), children));
|
|
5165
5690
|
};
|
|
5166
5691
|
|
|
5167
|
-
var _excluded$
|
|
5692
|
+
var _excluded$t = ["name", "type"];
|
|
5168
5693
|
var getInputTypeProps = type => {
|
|
5169
5694
|
switch (type) {
|
|
5170
5695
|
case 'email':
|
|
@@ -5203,7 +5728,7 @@
|
|
|
5203
5728
|
name,
|
|
5204
5729
|
type
|
|
5205
5730
|
} = _ref,
|
|
5206
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5731
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
|
|
5207
5732
|
var focus = useFormFocus();
|
|
5208
5733
|
var {
|
|
5209
5734
|
touched,
|
|
@@ -5247,13 +5772,13 @@
|
|
|
5247
5772
|
} : {});
|
|
5248
5773
|
};
|
|
5249
5774
|
|
|
5250
|
-
var _excluded$
|
|
5775
|
+
var _excluded$u = ["value"];
|
|
5251
5776
|
var CheckboxComponent$1 = props => {
|
|
5252
5777
|
var _useFormikInput = useFormikInput(props),
|
|
5253
5778
|
{
|
|
5254
5779
|
value
|
|
5255
5780
|
} = _useFormikInput,
|
|
5256
|
-
formProps = _objectWithoutPropertiesLoose(_useFormikInput, _excluded$
|
|
5781
|
+
formProps = _objectWithoutPropertiesLoose(_useFormikInput, _excluded$u);
|
|
5257
5782
|
formProps.isChecked = value;
|
|
5258
5783
|
var checkboxStates = useCheckboxState(props);
|
|
5259
5784
|
return /*#__PURE__*/React__default.createElement(CheckboxView, Object.assign({}, checkboxStates, formProps));
|
|
@@ -5311,11 +5836,11 @@
|
|
|
5311
5836
|
*/
|
|
5312
5837
|
var FormikTextArea = TextAreaComponent$1;
|
|
5313
5838
|
|
|
5314
|
-
var _excluded$
|
|
5839
|
+
var _excluded$v = ["value"];
|
|
5315
5840
|
var TextFieldComponent$1 = props => {
|
|
5316
5841
|
var formProps = useFormikInput(props);
|
|
5317
5842
|
var _useTextFieldState = useTextFieldState(props),
|
|
5318
|
-
textFieldStates = _objectWithoutPropertiesLoose(_useTextFieldState, _excluded$
|
|
5843
|
+
textFieldStates = _objectWithoutPropertiesLoose(_useTextFieldState, _excluded$v);
|
|
5319
5844
|
return /*#__PURE__*/React__default.createElement(TextFieldView, Object.assign({}, textFieldStates, formProps));
|
|
5320
5845
|
};
|
|
5321
5846
|
/**
|
|
@@ -5323,25 +5848,25 @@
|
|
|
5323
5848
|
*/
|
|
5324
5849
|
var FormikTextField = TextFieldComponent$1;
|
|
5325
5850
|
|
|
5326
|
-
var _excluded$
|
|
5327
|
-
_excluded2$
|
|
5851
|
+
var _excluded$w = ["visibleIcon", "hiddenIcon"],
|
|
5852
|
+
_excluded2$6 = ["isVisible", "setIsVisible"];
|
|
5328
5853
|
var PasswordComponent$1 = _ref => {
|
|
5329
5854
|
var {
|
|
5330
|
-
visibleIcon = /*#__PURE__*/React__default.createElement(
|
|
5855
|
+
visibleIcon = /*#__PURE__*/React__default.createElement(OpenEyeIcon, {
|
|
5331
5856
|
size: 14
|
|
5332
5857
|
}),
|
|
5333
|
-
hiddenIcon = /*#__PURE__*/React__default.createElement(
|
|
5858
|
+
hiddenIcon = /*#__PURE__*/React__default.createElement(CloseEyeIcon, {
|
|
5334
5859
|
size: 14
|
|
5335
5860
|
})
|
|
5336
5861
|
} = _ref,
|
|
5337
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5862
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
|
|
5338
5863
|
var formProps = useFormikInput(props);
|
|
5339
5864
|
var _usePasswordState = usePasswordState(formProps),
|
|
5340
5865
|
{
|
|
5341
5866
|
isVisible,
|
|
5342
5867
|
setIsVisible
|
|
5343
5868
|
} = _usePasswordState,
|
|
5344
|
-
passwordProps = _objectWithoutPropertiesLoose(_usePasswordState, _excluded2$
|
|
5869
|
+
passwordProps = _objectWithoutPropertiesLoose(_usePasswordState, _excluded2$6);
|
|
5345
5870
|
return /*#__PURE__*/React__default.createElement(TextFieldView, Object.assign({}, passwordProps, {
|
|
5346
5871
|
type: isVisible ? 'text' : 'password',
|
|
5347
5872
|
isClearable: false,
|
|
@@ -5359,14 +5884,14 @@
|
|
|
5359
5884
|
*/
|
|
5360
5885
|
var FormikPassword = PasswordComponent$1;
|
|
5361
5886
|
|
|
5362
|
-
var _excluded$
|
|
5887
|
+
var _excluded$x = ["items", "placeholder", "searchPlaceholder"];
|
|
5363
5888
|
var ComboBoxComponent$1 = _ref => {
|
|
5364
5889
|
var {
|
|
5365
5890
|
items,
|
|
5366
5891
|
placeholder,
|
|
5367
5892
|
searchPlaceholder
|
|
5368
5893
|
} = _ref,
|
|
5369
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5894
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
|
|
5370
5895
|
var formProps = useFormikInput(props);
|
|
5371
5896
|
var ComboBoxStates = useComboBoxState(items, placeholder, searchPlaceholder);
|
|
5372
5897
|
// Ensure the onChange function from formProps is being called when an item is selected
|
|
@@ -5434,14 +5959,14 @@
|
|
|
5434
5959
|
},
|
|
5435
5960
|
icon: {
|
|
5436
5961
|
color: 'color.blue.500',
|
|
5437
|
-
name: '
|
|
5962
|
+
name: 'InformationIcon'
|
|
5438
5963
|
},
|
|
5439
5964
|
content: {
|
|
5440
5965
|
color: 'color.blue.500'
|
|
5441
5966
|
},
|
|
5442
5967
|
close: {
|
|
5443
5968
|
color: 'color.blue.500',
|
|
5444
|
-
name: '
|
|
5969
|
+
name: 'CloseIcon'
|
|
5445
5970
|
}
|
|
5446
5971
|
},
|
|
5447
5972
|
success: {
|
|
@@ -5451,14 +5976,14 @@
|
|
|
5451
5976
|
},
|
|
5452
5977
|
icon: {
|
|
5453
5978
|
color: 'color.green.500',
|
|
5454
|
-
name: '
|
|
5979
|
+
name: 'CheckCircleIcon'
|
|
5455
5980
|
},
|
|
5456
5981
|
content: {
|
|
5457
5982
|
color: 'color.green.500'
|
|
5458
5983
|
},
|
|
5459
5984
|
close: {
|
|
5460
5985
|
color: 'color.green.500',
|
|
5461
|
-
name: '
|
|
5986
|
+
name: 'CloseIcon'
|
|
5462
5987
|
}
|
|
5463
5988
|
},
|
|
5464
5989
|
error: {
|
|
@@ -5468,14 +5993,14 @@
|
|
|
5468
5993
|
},
|
|
5469
5994
|
icon: {
|
|
5470
5995
|
color: 'color.red.500',
|
|
5471
|
-
name: '
|
|
5996
|
+
name: 'ErrrorIcon'
|
|
5472
5997
|
},
|
|
5473
5998
|
content: {
|
|
5474
5999
|
color: 'color.red.500'
|
|
5475
6000
|
},
|
|
5476
6001
|
close: {
|
|
5477
6002
|
color: 'color.red.500',
|
|
5478
|
-
name: '
|
|
6003
|
+
name: 'CloseIcon'
|
|
5479
6004
|
}
|
|
5480
6005
|
},
|
|
5481
6006
|
warning: {
|
|
@@ -5485,14 +6010,14 @@
|
|
|
5485
6010
|
},
|
|
5486
6011
|
icon: {
|
|
5487
6012
|
color: 'color.orange.500',
|
|
5488
|
-
name: '
|
|
6013
|
+
name: 'ErrrorIcon'
|
|
5489
6014
|
},
|
|
5490
6015
|
content: {
|
|
5491
6016
|
color: 'color.orange.500'
|
|
5492
6017
|
},
|
|
5493
6018
|
close: {
|
|
5494
6019
|
color: 'color.orange.500',
|
|
5495
|
-
name: '
|
|
6020
|
+
name: 'CloseIcon'
|
|
5496
6021
|
}
|
|
5497
6022
|
}
|
|
5498
6023
|
};
|
|
@@ -5539,19 +6064,19 @@
|
|
|
5539
6064
|
error: '#ef4444'
|
|
5540
6065
|
}[variant];
|
|
5541
6066
|
var iconComponent = {
|
|
5542
|
-
info: /*#__PURE__*/React__default.createElement(
|
|
6067
|
+
info: /*#__PURE__*/React__default.createElement(InfoIcon, Object.assign({
|
|
5543
6068
|
size: 24,
|
|
5544
6069
|
color: iconColor
|
|
5545
6070
|
}, styles == null ? void 0 : styles.icon)),
|
|
5546
|
-
success: /*#__PURE__*/React__default.createElement(
|
|
6071
|
+
success: /*#__PURE__*/React__default.createElement(SuccessIcon, Object.assign({
|
|
5547
6072
|
size: 24,
|
|
5548
6073
|
color: iconColor
|
|
5549
6074
|
}, styles == null ? void 0 : styles.icon)),
|
|
5550
|
-
warning: /*#__PURE__*/React__default.createElement(
|
|
6075
|
+
warning: /*#__PURE__*/React__default.createElement(WarningIcon, Object.assign({
|
|
5551
6076
|
size: 24,
|
|
5552
6077
|
color: iconColor
|
|
5553
6078
|
}, styles == null ? void 0 : styles.icon)),
|
|
5554
|
-
error: /*#__PURE__*/React__default.createElement(
|
|
6079
|
+
error: /*#__PURE__*/React__default.createElement(ErrorIcon, Object.assign({
|
|
5555
6080
|
size: 24,
|
|
5556
6081
|
color: iconColor
|
|
5557
6082
|
}, styles == null ? void 0 : styles.icon))
|
|
@@ -5592,7 +6117,7 @@
|
|
|
5592
6117
|
onClick: () => {
|
|
5593
6118
|
hide();
|
|
5594
6119
|
}
|
|
5595
|
-
}, styles == null || (_styles$closingIcon = styles.closingIcon) == null ? void 0 : _styles$closingIcon.container), /*#__PURE__*/React__default.createElement(
|
|
6120
|
+
}, styles == null || (_styles$closingIcon = styles.closingIcon) == null ? void 0 : _styles$closingIcon.container), /*#__PURE__*/React__default.createElement(CloseIcon, Object.assign({
|
|
5596
6121
|
size: 18,
|
|
5597
6122
|
color: iconColor
|
|
5598
6123
|
}, styles == null || (_styles$closingIcon2 = styles.closingIcon) == null ? void 0 : _styles$closingIcon2.icon)))));
|
|
@@ -5735,11 +6260,11 @@
|
|
|
5735
6260
|
xl: 28
|
|
5736
6261
|
};
|
|
5737
6262
|
|
|
5738
|
-
var _excluded$
|
|
5739
|
-
_excluded2$
|
|
5740
|
-
_excluded3$
|
|
5741
|
-
_excluded4$
|
|
5742
|
-
_excluded5 = ["children"];
|
|
6263
|
+
var _excluded$y = ["children", "blur", "isOpen", "isClosePrevented", "onClose", "position"],
|
|
6264
|
+
_excluded2$7 = ["children", "shadow", "isFullScreen", "shape"],
|
|
6265
|
+
_excluded3$4 = ["children", "buttonColor", "iconSize", "buttonPosition"],
|
|
6266
|
+
_excluded4$3 = ["children"],
|
|
6267
|
+
_excluded5$1 = ["children"];
|
|
5743
6268
|
var ModalOverlay = _ref => {
|
|
5744
6269
|
var {
|
|
5745
6270
|
children,
|
|
@@ -5749,7 +6274,7 @@
|
|
|
5749
6274
|
onClose = () => {},
|
|
5750
6275
|
position = 'center'
|
|
5751
6276
|
} = _ref,
|
|
5752
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6277
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
|
|
5753
6278
|
var handleClick = () => {
|
|
5754
6279
|
if (!isClosePrevented) onClose();
|
|
5755
6280
|
};
|
|
@@ -5782,7 +6307,7 @@
|
|
|
5782
6307
|
isFullScreen = false,
|
|
5783
6308
|
shape = 'rounded'
|
|
5784
6309
|
} = _ref2,
|
|
5785
|
-
props = _objectWithoutPropertiesLoose(_ref2, _excluded2$
|
|
6310
|
+
props = _objectWithoutPropertiesLoose(_ref2, _excluded2$7);
|
|
5786
6311
|
var defaultShadow = typeof document !== undefined ? {
|
|
5787
6312
|
boxShadow: '0px 2px 8px rgba(0, 0, 0, 0.3)'
|
|
5788
6313
|
} : {
|
|
@@ -5813,12 +6338,12 @@
|
|
|
5813
6338
|
iconSize = 'md',
|
|
5814
6339
|
buttonPosition = 'right'
|
|
5815
6340
|
} = _ref3,
|
|
5816
|
-
props = _objectWithoutPropertiesLoose(_ref3, _excluded3$
|
|
6341
|
+
props = _objectWithoutPropertiesLoose(_ref3, _excluded3$4);
|
|
5817
6342
|
var onClose = props.onClose ? props.onClose : hideModal;
|
|
5818
6343
|
var buttonIcon = /*#__PURE__*/React__default.createElement(Button, {
|
|
5819
6344
|
onClick: onClose,
|
|
5820
6345
|
colorScheme: "transparent",
|
|
5821
|
-
icon: /*#__PURE__*/React__default.createElement(
|
|
6346
|
+
icon: /*#__PURE__*/React__default.createElement(CloseIcon, {
|
|
5822
6347
|
size: HeaderIconSizes[iconSize],
|
|
5823
6348
|
color: buttonColor
|
|
5824
6349
|
}),
|
|
@@ -5838,7 +6363,7 @@
|
|
|
5838
6363
|
var {
|
|
5839
6364
|
children
|
|
5840
6365
|
} = _ref4,
|
|
5841
|
-
props = _objectWithoutPropertiesLoose(_ref4, _excluded4$
|
|
6366
|
+
props = _objectWithoutPropertiesLoose(_ref4, _excluded4$3);
|
|
5842
6367
|
var defaultBorder = {
|
|
5843
6368
|
borderBottomWidth: 2,
|
|
5844
6369
|
borderTopWidth: 2,
|
|
@@ -5854,7 +6379,7 @@
|
|
|
5854
6379
|
var {
|
|
5855
6380
|
children
|
|
5856
6381
|
} = _ref5,
|
|
5857
|
-
props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
|
|
6382
|
+
props = _objectWithoutPropertiesLoose(_ref5, _excluded5$1);
|
|
5858
6383
|
return /*#__PURE__*/React__default.createElement(Horizontal, Object.assign({
|
|
5859
6384
|
marginTop: "auto",
|
|
5860
6385
|
alignItems: "center",
|
|
@@ -6073,7 +6598,7 @@
|
|
|
6073
6598
|
// Returns a boolean indicating if the given tab is identical to the first tab in 'tabsState'.
|
|
6074
6599
|
return tab.value === tabsState[0].value;
|
|
6075
6600
|
};
|
|
6076
|
-
return /*#__PURE__*/React__default.createElement(
|
|
6601
|
+
return /*#__PURE__*/React__default.createElement(Layout.Vertical, Object.assign({
|
|
6077
6602
|
width: "100w",
|
|
6078
6603
|
height: '100%'
|
|
6079
6604
|
}, styles == null ? void 0 : styles.container), /*#__PURE__*/React__default.createElement(Horizontal, Object.assign({
|
|
@@ -6138,7 +6663,7 @@
|
|
|
6138
6663
|
pillShaped: 24
|
|
6139
6664
|
};
|
|
6140
6665
|
|
|
6141
|
-
var _excluded$
|
|
6666
|
+
var _excluded$z = ["children", "shape", "colorScheme", "variant", "isHovered", "setIsHovered", "isDisabled", "isToggle", "setIsToggled", "onToggle"];
|
|
6142
6667
|
var ToggleView = _ref => {
|
|
6143
6668
|
var {
|
|
6144
6669
|
children,
|
|
@@ -6152,7 +6677,7 @@
|
|
|
6152
6677
|
setIsToggled,
|
|
6153
6678
|
onToggle
|
|
6154
6679
|
} = _ref,
|
|
6155
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6680
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
|
|
6156
6681
|
var toggleColor = !isDisabled ? colorScheme : 'theme.disabled';
|
|
6157
6682
|
var isActive = !!(isToggle || isHovered);
|
|
6158
6683
|
var ToggleVariants = {
|
|
@@ -6194,7 +6719,7 @@
|
|
|
6194
6719
|
}, ToggleVariants[variant], props), children);
|
|
6195
6720
|
};
|
|
6196
6721
|
|
|
6197
|
-
var _excluded$
|
|
6722
|
+
var _excluded$A = ["children", "shape", "colorScheme", "variant", "isDisabled", "isToggled", "onToggle"];
|
|
6198
6723
|
// Destructuring properties from ToggleProps to be used within the ToggleComponent.
|
|
6199
6724
|
var ToggleComponent = _ref => {
|
|
6200
6725
|
var {
|
|
@@ -6207,7 +6732,7 @@
|
|
|
6207
6732
|
isToggled = false,
|
|
6208
6733
|
onToggle
|
|
6209
6734
|
} = _ref,
|
|
6210
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6735
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
|
|
6211
6736
|
// Initializing toggle state and set state functions using the custom hook useToggleState.
|
|
6212
6737
|
var {
|
|
6213
6738
|
isHovered,
|
|
@@ -6322,19 +6847,39 @@
|
|
|
6322
6847
|
// Expose the ToggleGroupComponent for import into other modules
|
|
6323
6848
|
var ToggleGroup = ToggleGroupComponent;
|
|
6324
6849
|
|
|
6850
|
+
exports.AddIcon = AddIcon;
|
|
6325
6851
|
exports.Alert = Alert;
|
|
6852
|
+
exports.ArrowIcon = ArrowIcon;
|
|
6326
6853
|
exports.AspectRatio = AspectRatio;
|
|
6327
6854
|
exports.Avatar = Avatar;
|
|
6328
6855
|
exports.Badge = Badge;
|
|
6856
|
+
exports.BatteryIcon = BatteryIcon;
|
|
6857
|
+
exports.BluetoothIcon = BluetoothIcon;
|
|
6858
|
+
exports.BookmarkIcon = BookmarkIcon;
|
|
6329
6859
|
exports.Bottom = Bottom;
|
|
6330
6860
|
exports.Button = Button;
|
|
6861
|
+
exports.CalendarIcon = CalendarIcon;
|
|
6862
|
+
exports.CameraIcon = CameraIcon;
|
|
6331
6863
|
exports.Center = Center;
|
|
6864
|
+
exports.CheckIcon = CheckIcon;
|
|
6332
6865
|
exports.Checkbox = Checkbox;
|
|
6866
|
+
exports.ChevronIcon = ChevronIcon;
|
|
6867
|
+
exports.ClockIcon = ClockIcon;
|
|
6868
|
+
exports.CloseEyeIcon = CloseEyeIcon;
|
|
6869
|
+
exports.CloseIcon = CloseIcon;
|
|
6870
|
+
exports.CloudIcon = CloudIcon;
|
|
6333
6871
|
exports.ComboBox = ComboBox;
|
|
6872
|
+
exports.CopyIcon = CopyIcon;
|
|
6334
6873
|
exports.CountryPicker = CountryPicker;
|
|
6335
6874
|
exports.DatePicker = DatePicker;
|
|
6875
|
+
exports.DownloadIcon = DownloadIcon;
|
|
6876
|
+
exports.DustBinIcon = DustBinIcon;
|
|
6877
|
+
exports.EditIcon = EditIcon;
|
|
6878
|
+
exports.ErrorIcon = ErrorIcon;
|
|
6879
|
+
exports.ExternalLinkIcon = ExternalLinkIcon;
|
|
6336
6880
|
exports.FileImage = FileImage;
|
|
6337
6881
|
exports.FileSVG = FileSVG;
|
|
6882
|
+
exports.FilterIcon = FilterIcon;
|
|
6338
6883
|
exports.FormikCheckbox = FormikCheckbox;
|
|
6339
6884
|
exports.FormikComboBox = FormikComboBox;
|
|
6340
6885
|
exports.FormikCountryPicker = FormikCountryPicker;
|
|
@@ -6345,28 +6890,58 @@
|
|
|
6345
6890
|
exports.FormikSwitch = FormikSwitch;
|
|
6346
6891
|
exports.FormikTextArea = FormikTextArea;
|
|
6347
6892
|
exports.FormikTextField = FormikTextField;
|
|
6893
|
+
exports.HeartIcon = HeartIcon;
|
|
6894
|
+
exports.HomeIcon = HomeIcon;
|
|
6348
6895
|
exports.Horizontal = Horizontal;
|
|
6896
|
+
exports.InfoIcon = InfoIcon;
|
|
6349
6897
|
exports.Inline = Inline;
|
|
6350
6898
|
exports.Left = Left;
|
|
6351
6899
|
exports.Link = Link;
|
|
6352
6900
|
exports.Loader = Loader;
|
|
6901
|
+
exports.LocationIcon = LocationIcon;
|
|
6902
|
+
exports.LockIcon = LockIcon;
|
|
6903
|
+
exports.MenuIcon = MenuIcon;
|
|
6353
6904
|
exports.MessageLayout = MessageLayout;
|
|
6354
6905
|
exports.MessageView = MessageView;
|
|
6906
|
+
exports.MicrophoneIcon = MicrophoneIcon;
|
|
6907
|
+
exports.MinusIcon = MinusIcon;
|
|
6355
6908
|
exports.Modal = Modal;
|
|
6909
|
+
exports.MoonIcon = MoonIcon;
|
|
6910
|
+
exports.NotificationIcon = NotificationIcon;
|
|
6911
|
+
exports.OpenEyeIcon = OpenEyeIcon;
|
|
6356
6912
|
exports.Password = Password;
|
|
6913
|
+
exports.PlusIcon = PlusIcon;
|
|
6914
|
+
exports.PrintIcon = PrintIcon;
|
|
6915
|
+
exports.ProfileIcon = ProfileIcon;
|
|
6916
|
+
exports.RefreshIcon = RefreshIcon;
|
|
6357
6917
|
exports.Right = Right;
|
|
6918
|
+
exports.SaveIcon = SaveIcon;
|
|
6919
|
+
exports.SearchIcon = SearchIcon;
|
|
6358
6920
|
exports.Select = Select;
|
|
6921
|
+
exports.SettingsIcon = SettingsIcon;
|
|
6922
|
+
exports.ShareIcon = ShareIcon;
|
|
6923
|
+
exports.SpinnerIcon = SpinnerIcon;
|
|
6924
|
+
exports.StarIcon = StarIcon;
|
|
6925
|
+
exports.SuccessIcon = SuccessIcon;
|
|
6926
|
+
exports.SunIcon = SunIcon;
|
|
6359
6927
|
exports.Switch = Switch;
|
|
6360
6928
|
exports.Table = Table;
|
|
6361
6929
|
exports.Tabs = Tabs;
|
|
6362
6930
|
exports.Text = Text;
|
|
6363
6931
|
exports.TextArea = TextArea;
|
|
6364
6932
|
exports.TextField = TextField;
|
|
6933
|
+
exports.ThumbDownIcon = ThumbDownIcon;
|
|
6934
|
+
exports.ThumbUpIcon = ThumbUpIcon;
|
|
6935
|
+
exports.TickIcon = TickIcon;
|
|
6365
6936
|
exports.Toggle = Toggle;
|
|
6366
6937
|
exports.ToggleGroup = ToggleGroup;
|
|
6367
6938
|
exports.Top = Top;
|
|
6939
|
+
exports.UnlockIcon = UnlockIcon;
|
|
6940
|
+
exports.UploadIcon = UploadIcon;
|
|
6368
6941
|
exports.Vertical = Vertical;
|
|
6369
6942
|
exports.View = View;
|
|
6943
|
+
exports.WarningIcon = WarningIcon;
|
|
6944
|
+
exports.WifiIcon = WifiIcon;
|
|
6370
6945
|
exports.hideMessage = hideMessage;
|
|
6371
6946
|
exports.hideModal = hideModal;
|
|
6372
6947
|
exports.showMessage = showMessage;
|