@app-studio/web 0.8.26 → 0.8.28

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/web.esm.js CHANGED
@@ -166,16 +166,16 @@ var Text = TextComponent;
166
166
  var _excluded$1 = ["justifyContent", "isReversed"];
167
167
  var Vertical = /*#__PURE__*/React.forwardRef((_ref, ref) => {
168
168
  var {
169
+ // Sets a default alignment for content within the Vertical container to 'flex-start'
169
170
  justifyContent = 'flex-start',
171
+ // Determines the direction in which the Vertical elements are stacked, default not reversed
170
172
  isReversed = false
171
173
  } = _ref,
172
174
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1);
173
- return /*#__PURE__*/React.createElement("div", Object.assign({
174
- style: {
175
- display: 'flex',
176
- justifyContent: justifyContent,
177
- flexDirection: isReversed ? 'column-reverse' : 'column'
178
- }
175
+ return /*#__PURE__*/React.createElement(View$1, Object.assign({
176
+ display: "flex",
177
+ justifyContent: justifyContent,
178
+ flexDirection: isReversed ? 'column-reverse' : 'column'
179
179
  }, props, {
180
180
  ref: ref
181
181
  }));
@@ -201,20 +201,16 @@ var Horizontal = /*#__PURE__*/React.forwardRef((_ref, ref) => {
201
201
  });
202
202
  Horizontal.displayName = 'Horizontal';
203
203
 
204
- var _excluded$3 = ["isReversed"];
205
- var Center = /*#__PURE__*/React.forwardRef((_ref, ref) => {
206
- var props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
207
- return /*#__PURE__*/React.createElement(View$1, Object.assign({
208
- display: "flex",
209
- justifyContent: "center",
210
- alignItems: "center"
211
- }, props, {
212
- ref: ref
213
- }));
214
- });
204
+ var Center = /*#__PURE__*/React.forwardRef((props, ref) => (/*#__PURE__*/React.createElement(View$1, Object.assign({
205
+ display: "flex",
206
+ justifyContent: "center",
207
+ alignItems: "center"
208
+ }, props, {
209
+ ref: ref
210
+ }))));
215
211
  Center.displayName = 'Center';
216
212
 
217
- var _excluded$4 = ["size", "color", "filled", "strokeWidth"],
213
+ var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
218
214
  _excluded2 = ["size", "color", "filled", "strokeWidth"],
219
215
  _excluded3 = ["size", "color", "filled", "strokeWidth"],
220
216
  _excluded4 = ["size", "color", "filled", "strokeWidth"],
@@ -228,14 +224,14 @@ var _excluded$4 = ["size", "color", "filled", "strokeWidth"],
228
224
  _excluded12 = ["size", "color", "filled", "strokeWidth"],
229
225
  _excluded13 = ["size", "color", "filled", "strokeWidth"],
230
226
  _excluded14 = ["size", "color", "filled", "strokeWidth"],
231
- _excluded15 = ["size", "color"],
232
- _excluded16 = ["size", "color"],
233
- _excluded17 = ["size", "color"],
234
- _excluded18 = ["size", "color"],
235
- _excluded19 = ["size", "color"],
236
- _excluded20 = ["size", "color", "filled", "strokeWidth"],
227
+ _excluded15 = ["size", "color", "filled", "strokeWidth"],
228
+ _excluded16 = ["size", "color", "strokeWidth", "filled"],
229
+ _excluded17 = ["size", "color", "filled", "strokeWidth"],
230
+ _excluded18 = ["size", "color", "strokeWidth"],
231
+ _excluded19 = ["size", "color", "filled", "strokeWidth"],
232
+ _excluded20 = ["size", "color", "strokeWidth"],
237
233
  _excluded21 = ["size", "color", "filled", "strokeWidth"],
238
- _excluded22 = ["size", "color", "filled", "strokeWidth"],
234
+ _excluded22 = ["size", "color", "strokeWidth"],
239
235
  _excluded23 = ["size", "color", "filled", "strokeWidth"],
240
236
  _excluded24 = ["size", "color", "filled", "strokeWidth"],
241
237
  _excluded25 = ["size", "color", "filled", "strokeWidth"],
@@ -245,65 +241,74 @@ var _excluded$4 = ["size", "color", "filled", "strokeWidth"],
245
241
  _excluded29 = ["size", "color", "filled", "strokeWidth"],
246
242
  _excluded30 = ["size", "color", "filled", "strokeWidth"],
247
243
  _excluded31 = ["size", "color", "filled", "strokeWidth"],
248
- _excluded32 = ["size", "color"],
249
- _excluded33 = ["size", "color"],
250
- _excluded34 = ["size", "color"],
251
- _excluded35 = ["size", "color", "filled", "strokeWidth"],
252
- _excluded36 = ["size", "color", "filled", "strokeWidth"],
244
+ _excluded32 = ["size", "color", "filled", "strokeWidth"],
245
+ _excluded33 = ["size", "color", "filled", "strokeWidth"],
246
+ _excluded34 = ["size", "color", "filled", "strokeWidth"],
247
+ _excluded35 = ["size", "color", "strokeWidth"],
248
+ _excluded36 = ["size", "color", "strokeWidth"],
253
249
  _excluded37 = ["size", "color", "filled", "strokeWidth"],
254
250
  _excluded38 = ["size", "color", "filled", "strokeWidth"],
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
- // Default wrapper component for consistent sizing
251
+ _excluded39 = ["size", "color", "filled", "strokeWidth"],
252
+ _excluded40 = ["size", "color", "filled", "strokeWidth"],
253
+ _excluded41 = ["size", "color", "filled", "strokeWidth"],
254
+ _excluded42 = ["size", "color", "filled", "strokeWidth"],
255
+ _excluded43 = ["size", "color", "filled", "strokeWidth"],
256
+ _excluded44 = ["size", "color", "filled", "strokeWidth"],
257
+ _excluded45 = ["size", "color", "filled", "strokeWidth"],
258
+ _excluded46 = ["size", "color", "filled", "strokeWidth"],
259
+ _excluded47 = ["size", "color", "filled", "strokeWidth"],
260
+ _excluded48 = ["size", "color", "filled", "strokeWidth"],
261
+ _excluded49 = ["size", "color", "filled", "strokeWidth"],
262
+ _excluded50 = ["size", "color", "strokeWidth"];
263
+ // Default wrapper component for consistent sizing and styling
267
264
  var IconWrapper = _ref => {
268
265
  var {
269
- size,
270
- color = 'black',
271
- transform,
272
- orientation,
273
- children
274
- } = _ref;
275
- return /*#__PURE__*/React.createElement(Center, {
266
+ size,
267
+ color = 'black',
268
+ transform,
269
+ orientation,
270
+ children
271
+ } = _ref,
272
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$3);
273
+ return /*#__PURE__*/React.createElement(Center, Object.assign({
276
274
  size: size,
277
275
  lineHeight: size,
278
276
  color: color,
279
277
  display: "flex",
280
- transform: transform ? transform : orientation == 'left' ? 'rotate(-90deg)' : orientation == 'right' ? 'rotate(90deg)' : orientation == 'up' ? 'rotate(0deg)' : orientation == 'down' ? 'rotate(180deg)' : 'none'
281
- }, children);
278
+ transform: transform ? transform : orientation === 'left' ? 'rotate(-90deg)' : orientation === 'right' ? 'rotate(90deg)' : orientation === 'up' ? 'rotate(0deg)' : orientation === 'down' ? 'rotate(180deg)' : 'none'
279
+ }, rest), children);
280
+ };
281
+ // Utility function to handle fill and stroke based on 'filled' prop
282
+ var getSvgProps = (filled, color, strokeWidth) => {
283
+ return {
284
+ fill: filled ? color : 'none',
285
+ stroke: filled ? 'none' : color,
286
+ strokeWidth,
287
+ strokeLinecap: 'round',
288
+ strokeLinejoin: 'round'
289
+ };
282
290
  };
291
+ // Example Icon Component: ChevronIcon
283
292
  var ChevronIcon = _ref2 => {
284
293
  var {
285
294
  size = 24,
286
295
  color = 'currentColor',
287
- filled = false,
296
+ filled = true,
288
297
  strokeWidth = 1
289
298
  } = _ref2,
290
- props = _objectWithoutPropertiesLoose(_ref2, _excluded$4);
299
+ props = _objectWithoutPropertiesLoose(_ref2, _excluded2);
291
300
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
292
301
  size: size,
293
302
  color: color
294
- }, props), /*#__PURE__*/React.createElement("svg", {
295
- width: "16",
296
- height: "16",
297
- fill: filled ? color : 'none',
303
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
298
304
  viewBox: "0 0 24 24",
299
- stroke: filled ? 'none' : color,
300
- strokeWidth: strokeWidth,
301
- strokeLinecap: "round",
302
- strokeLinejoin: "round"
303
- }, /*#__PURE__*/React.createElement("path", {
305
+ "aria-hidden": "true",
306
+ focusable: "false"
307
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
304
308
  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"
305
309
  })));
306
310
  };
311
+ // Example of another Icon: CloseIcon
307
312
  var CloseIcon = _ref3 => {
308
313
  var {
309
314
  size = 24,
@@ -311,95 +316,126 @@ var CloseIcon = _ref3 => {
311
316
  filled = false,
312
317
  strokeWidth = 1
313
318
  } = _ref3,
314
- props = _objectWithoutPropertiesLoose(_ref3, _excluded2);
319
+ props = _objectWithoutPropertiesLoose(_ref3, _excluded3);
315
320
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
316
321
  size: size,
317
322
  color: color
318
- }, props), /*#__PURE__*/React.createElement("svg", {
319
- xmlns: "http://www.w3.org/2000/svg",
323
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
320
324
  viewBox: "0 0 24 24",
321
- fill: filled ? color : 'none',
322
- stroke: filled ? 'none' : color,
323
- strokeWidth: strokeWidth,
324
- strokeLinecap: "round",
325
- strokeLinejoin: "round"
326
- }, /*#__PURE__*/React.createElement("line", {
325
+ "aria-hidden": "true",
326
+ focusable: "false"
327
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
328
+ stroke: color,
327
329
  x1: "18",
328
330
  y1: "6",
329
331
  x2: "6",
330
332
  y2: "18"
331
333
  }), /*#__PURE__*/React.createElement("line", {
334
+ stroke: color,
332
335
  x1: "6",
333
336
  y1: "6",
334
337
  x2: "18",
335
338
  y2: "18"
336
339
  })));
337
340
  };
338
- var HeartIcon = _ref4 => {
341
+ // Continue refactoring other icons similarly...
342
+ // Example Refactored Icon: MinusIcon without undefined 'padding' prop
343
+ var MinusIcon = _ref4 => {
339
344
  var {
340
345
  size = 24,
341
346
  color = 'currentColor',
342
- filled = true,
347
+ filled = false,
348
+ // Assuming minus can be filled; adjust as needed
343
349
  strokeWidth = 1
344
350
  } = _ref4,
345
- props = _objectWithoutPropertiesLoose(_ref4, _excluded3);
351
+ props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
346
352
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
347
353
  size: size,
348
354
  color: color
349
- }, props), /*#__PURE__*/React.createElement("svg", {
350
- xmlns: "http://www.w3.org/2000/svg",
355
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
351
356
  viewBox: "0 0 24 24",
352
- fill: filled ? color : 'none',
353
- stroke: filled ? 'none' : color,
354
- strokeWidth: strokeWidth,
355
- strokeLinecap: "round",
356
- strokeLinejoin: "round"
357
- }, /*#__PURE__*/React.createElement("path", {
357
+ "aria-hidden": "true",
358
+ focusable: "false"
359
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
360
+ d: "M5 12h14"
361
+ })));
362
+ };
363
+ // Example Refactored Icon: InfoIcon with accessibility enhancements
364
+ var InfoIcon = _ref5 => {
365
+ var {
366
+ size = 24,
367
+ color = 'currentColor',
368
+ filled = false,
369
+ strokeWidth = 1
370
+ } = _ref5,
371
+ props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
372
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
373
+ size: size,
374
+ color: color
375
+ }, props, {
376
+ "aria-label": "Information"
377
+ }), /*#__PURE__*/React.createElement("svg", Object.assign({
378
+ viewBox: "0 0 24 24",
379
+ "aria-hidden": "false",
380
+ focusable: "false"
381
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
382
+ 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"
383
+ })));
384
+ };
385
+ var HeartIcon = _ref6 => {
386
+ var {
387
+ size = 24,
388
+ color = 'currentColor',
389
+ filled = true,
390
+ strokeWidth = 1
391
+ } = _ref6,
392
+ props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
393
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
394
+ size: size,
395
+ color: color
396
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
397
+ viewBox: "0 0 24 24",
398
+ "aria-hidden": "false",
399
+ focusable: "false"
400
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
358
401
  d: "M20.84 4.61c-1.54-1.56-4.04-1.56-5.59 0l-.7.72-.7-.72a3.95 3.95 0 0 0-5.59 0c-1.56 1.56-1.56 4.09 0 5.66l6.29 6.36 6.29-6.36c1.56-1.56 1.56-4.09 0-5.66z"
359
402
  })));
360
403
  };
361
- var StarIcon = _ref5 => {
404
+ var StarIcon = _ref7 => {
362
405
  var {
363
406
  size = 24,
364
407
  color = 'currentColor',
365
408
  filled = true,
366
409
  strokeWidth = 1
367
- } = _ref5,
368
- props = _objectWithoutPropertiesLoose(_ref5, _excluded4);
410
+ } = _ref7,
411
+ props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
369
412
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
370
413
  size: size,
371
414
  color: color
372
- }, props), /*#__PURE__*/React.createElement("svg", {
373
- xmlns: "http://www.w3.org/2000/svg",
415
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
374
416
  viewBox: "0 0 24 24",
375
- fill: filled ? color : 'none',
376
- stroke: filled ? 'none' : color,
377
- strokeWidth: strokeWidth,
378
- strokeLinecap: "round",
379
- strokeLinejoin: "round"
380
- }, /*#__PURE__*/React.createElement("polygon", {
417
+ "aria-hidden": "false",
418
+ focusable: "false"
419
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("polygon", {
381
420
  points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
382
421
  })));
383
422
  };
384
- var SaveIcon = _ref6 => {
423
+ var SaveIcon = _ref8 => {
385
424
  var {
386
425
  size = 24,
387
426
  color = 'currentColor',
388
427
  filled = false,
389
428
  strokeWidth = 1
390
- } = _ref6,
391
- props = _objectWithoutPropertiesLoose(_ref6, _excluded5);
429
+ } = _ref8,
430
+ props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
392
431
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
393
432
  size: size,
394
433
  color: color
395
- }, props), /*#__PURE__*/React.createElement("svg", {
434
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
396
435
  viewBox: "0 0 24 24",
397
- fill: filled ? color : 'none',
398
- stroke: filled ? 'none' : color,
399
- strokeWidth: strokeWidth,
400
- strokeLinecap: "round",
401
- strokeLinejoin: "round"
402
- }, /*#__PURE__*/React.createElement("path", {
436
+ "aria-hidden": "false",
437
+ focusable: "false"
438
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
403
439
  d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"
404
440
  }), /*#__PURE__*/React.createElement("polyline", {
405
441
  points: "17 21 17 13 7 13 7 21"
@@ -407,123 +443,110 @@ var SaveIcon = _ref6 => {
407
443
  points: "7 3 7 8 15 8"
408
444
  })));
409
445
  };
410
- var WarningIcon = _ref7 => {
446
+ var WarningIcon = _ref9 => {
411
447
  var {
412
448
  size = 24,
413
449
  color = 'currentColor',
414
450
  filled = false,
415
451
  strokeWidth = 1
416
- } = _ref7,
417
- props = _objectWithoutPropertiesLoose(_ref7, _excluded6);
452
+ } = _ref9,
453
+ props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
418
454
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
419
455
  size: size,
420
456
  color: color
421
- }, props), /*#__PURE__*/React.createElement("svg", {
457
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
422
458
  viewBox: "0 0 24 24",
423
- fill: filled ? color : 'none',
424
- stroke: filled ? 'none' : color,
425
- strokeWidth: strokeWidth,
426
- strokeLinecap: "round",
427
- strokeLinejoin: "round"
428
- }, /*#__PURE__*/React.createElement("path", {
459
+ "aria-hidden": "false",
460
+ focusable: "false"
461
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
429
462
  d: "M10.29 3.86l-6.6 11.4c-.78 1.36.2 3.1 1.71 3.1h13.2c1.51 0 2.49-1.74 1.71-3.1l-6.6-11.4a2 2 0 0 0-3.42 0z"
430
463
  }), /*#__PURE__*/React.createElement("line", {
464
+ stroke: color,
431
465
  x1: "12",
432
466
  y1: "6",
433
467
  x2: "12",
434
468
  y2: "13"
435
469
  }), /*#__PURE__*/React.createElement("line", {
470
+ stroke: color,
436
471
  x1: "12",
437
472
  y1: "15",
438
473
  x2: "12",
439
474
  y2: "15"
440
475
  })));
441
476
  };
442
- var BatteryIcon = _ref8 => {
477
+ var BatteryIcon = _ref10 => {
443
478
  var {
444
479
  size = 24,
445
480
  color = 'currentColor',
446
481
  filled = true,
447
482
  strokeWidth = 1
448
- } = _ref8,
449
- props = _objectWithoutPropertiesLoose(_ref8, _excluded7);
483
+ } = _ref10,
484
+ props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
450
485
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
451
486
  size: size,
452
487
  color: color
453
- }, props), /*#__PURE__*/React.createElement("svg", {
488
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
454
489
  viewBox: "0 0 24 24",
455
- fill: filled ? color : 'none',
456
- stroke: filled ? 'none' : color,
457
- strokeWidth: strokeWidth,
458
- strokeLinecap: "round",
459
- strokeLinejoin: "round"
460
- }, /*#__PURE__*/React.createElement("path", {
490
+ "aria-hidden": "false",
491
+ focusable: "false"
492
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
461
493
  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"
462
494
  })));
463
495
  };
464
- var BookmarkIcon = _ref9 => {
496
+ var BookmarkIcon = _ref11 => {
465
497
  var {
466
498
  size = 24,
467
499
  color = 'currentColor',
468
500
  filled = false,
469
501
  strokeWidth = 1
470
- } = _ref9,
471
- props = _objectWithoutPropertiesLoose(_ref9, _excluded8);
502
+ } = _ref11,
503
+ props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
472
504
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
473
505
  size: size,
474
506
  color: color
475
- }, props), /*#__PURE__*/React.createElement("svg", {
507
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
476
508
  viewBox: "0 0 24 24",
477
- fill: filled ? color : 'none',
478
- stroke: filled ? 'none' : color,
479
- strokeWidth: strokeWidth,
480
- strokeLinecap: "round",
481
- strokeLinejoin: "round"
482
- }, /*#__PURE__*/React.createElement("path", {
509
+ "aria-hidden": "false",
510
+ focusable: "false"
511
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
483
512
  d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
484
513
  })));
485
514
  };
486
- var CloudIcon = _ref10 => {
515
+ var CloudIcon = _ref12 => {
487
516
  var {
488
517
  size = 24,
489
518
  color = 'currentColor',
490
519
  filled = false,
491
520
  strokeWidth = 1
492
- } = _ref10,
493
- props = _objectWithoutPropertiesLoose(_ref10, _excluded9);
521
+ } = _ref12,
522
+ props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
494
523
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
495
524
  size: size,
496
525
  color: color
497
- }, props), /*#__PURE__*/React.createElement("svg", {
526
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
498
527
  viewBox: "0 0 24 24",
499
- fill: filled ? color : 'none',
500
- stroke: filled ? 'none' : color,
501
- strokeWidth: strokeWidth,
502
- strokeLinecap: "round",
503
- strokeLinejoin: "round"
504
- }, /*#__PURE__*/React.createElement("path", {
528
+ "aria-hidden": "false",
529
+ focusable: "false"
530
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
505
531
  d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
506
532
  })));
507
533
  };
508
- var CopyIcon = _ref11 => {
534
+ var CopyIcon = _ref13 => {
509
535
  var {
510
536
  size = 24,
511
537
  color = 'currentColor',
512
538
  filled = false,
513
539
  strokeWidth = 1
514
- } = _ref11,
515
- props = _objectWithoutPropertiesLoose(_ref11, _excluded10);
540
+ } = _ref13,
541
+ props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
516
542
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
517
543
  size: size,
518
544
  color: color
519
- }, props), /*#__PURE__*/React.createElement("svg", {
545
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
520
546
  viewBox: "0 0 24 24",
521
- fill: filled ? color : 'none',
522
- stroke: filled ? 'none' : color,
523
- strokeWidth: strokeWidth,
524
- strokeLinecap: "round",
525
- strokeLinejoin: "round"
526
- }, /*#__PURE__*/React.createElement("rect", {
547
+ "aria-hidden": "false",
548
+ focusable: "false"
549
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
527
550
  x: "9",
528
551
  y: "9",
529
552
  width: "13",
@@ -534,158 +557,146 @@ var CopyIcon = _ref11 => {
534
557
  d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
535
558
  })));
536
559
  };
537
- var DustBinIcon = _ref12 => {
560
+ var DustBinIcon = _ref14 => {
538
561
  var {
539
562
  size = 24,
540
563
  color = 'currentColor',
541
564
  filled = false,
542
565
  strokeWidth = 1
543
- } = _ref12,
544
- props = _objectWithoutPropertiesLoose(_ref12, _excluded11);
566
+ } = _ref14,
567
+ props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
545
568
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
546
569
  size: size,
547
570
  color: color
548
- }, props), /*#__PURE__*/React.createElement("svg", {
571
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
549
572
  viewBox: "0 0 24 24",
550
- fill: filled ? color : 'none',
551
- stroke: filled ? 'none' : color,
552
- strokeWidth: strokeWidth,
553
- strokeLinecap: "round",
554
- strokeLinejoin: "round"
555
- }, /*#__PURE__*/React.createElement("path", {
573
+ "aria-hidden": "false",
574
+ focusable: "false"
575
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
556
576
  d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
557
577
  })));
558
578
  };
559
- var EditIcon = _ref13 => {
579
+ var EditIcon = _ref15 => {
560
580
  var {
561
581
  size = 24,
562
582
  color = 'currentColor',
563
583
  filled = false,
564
584
  strokeWidth = 1
565
- } = _ref13,
566
- props = _objectWithoutPropertiesLoose(_ref13, _excluded12);
585
+ } = _ref15,
586
+ props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
567
587
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
568
588
  size: size,
569
589
  color: color
570
- }, props), /*#__PURE__*/React.createElement("svg", {
590
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
571
591
  viewBox: "0 0 24 24",
572
- fill: filled ? color : 'none',
573
- stroke: filled ? 'none' : color,
574
- strokeWidth: strokeWidth,
575
- strokeLinecap: "round",
576
- strokeLinejoin: "round"
577
- }, /*#__PURE__*/React.createElement("path", {
592
+ "aria-hidden": "false",
593
+ focusable: "false"
594
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
578
595
  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"
579
596
  })));
580
597
  };
581
- var ErrorIcon = _ref14 => {
598
+ var ErrorIcon = _ref16 => {
582
599
  var {
583
600
  size = 24,
584
601
  color = 'currentColor',
585
- filled = true,
586
- strokeWidth = 1
587
- } = _ref14,
588
- props = _objectWithoutPropertiesLoose(_ref14, _excluded13);
602
+ strokeWidth = 1,
603
+ filled = true
604
+ } = _ref16,
605
+ props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
589
606
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
590
607
  size: size,
591
608
  color: color
592
- }, props), /*#__PURE__*/React.createElement("svg", {
609
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
593
610
  viewBox: "0 0 24 24",
594
- fill: filled ? 'currentColor' : 'none',
595
- stroke: filled ? 'white' : 'currentColor',
596
- strokeWidth: strokeWidth,
597
- strokeLinecap: "round",
598
- strokeLinejoin: "round"
599
- }, /*#__PURE__*/React.createElement("circle", {
611
+ "aria-hidden": "false",
612
+ focusable: "false"
613
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
600
614
  cx: "12",
601
615
  cy: "12",
602
616
  r: "10"
603
617
  }), /*#__PURE__*/React.createElement("line", {
604
- fill: filled ? 'currentColor' : 'none',
605
618
  x1: "15",
606
619
  y1: "9",
607
620
  x2: "9",
608
- y2: "15"
621
+ y2: "15",
622
+ stroke: filled ? 'white' : color
609
623
  }), /*#__PURE__*/React.createElement("line", {
610
- fill: filled ? 'currentColor' : 'none',
611
624
  x1: "9",
612
625
  y1: "9",
613
626
  x2: "15",
614
- y2: "15"
627
+ y2: "15",
628
+ stroke: filled ? 'white' : color
615
629
  })));
616
630
  };
617
- var DownloadIcon = _ref15 => {
631
+ var DownloadIcon = _ref17 => {
618
632
  var {
619
633
  size = 24,
620
634
  color = 'currentColor',
621
635
  filled = true,
622
636
  strokeWidth = 1
623
- } = _ref15,
624
- props = _objectWithoutPropertiesLoose(_ref15, _excluded14);
637
+ } = _ref17,
638
+ props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
625
639
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
626
640
  size: size,
627
641
  color: color
628
- }, props), /*#__PURE__*/React.createElement("svg", {
642
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
629
643
  viewBox: "0 0 24 24",
630
- fill: filled ? color : 'none',
631
- stroke: filled ? 'none' : color,
632
- strokeWidth: strokeWidth,
633
- strokeLinecap: "round",
634
- strokeLinejoin: "round"
635
- }, /*#__PURE__*/React.createElement("path", {
644
+ "aria-hidden": "false",
645
+ focusable: "false"
646
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
636
647
  d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
637
648
  })));
638
649
  };
639
- var MenuIcon = _ref16 => {
650
+ var MenuIcon = _ref18 => {
640
651
  var {
641
652
  size = 24,
642
- color = 'currentColor'
643
- } = _ref16,
644
- props = _objectWithoutPropertiesLoose(_ref16, _excluded15);
653
+ color = 'currentColor',
654
+ strokeWidth = 1
655
+ } = _ref18,
656
+ props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
645
657
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
646
658
  size: size,
647
659
  color: color
648
- }, props), /*#__PURE__*/React.createElement("svg", {
660
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
649
661
  viewBox: "0 0 24 24",
650
- fill: "none",
651
- stroke: "currentColor",
652
- strokeWidth: "1",
653
- strokeLinecap: "round",
654
- strokeLinejoin: "round"
655
- }, /*#__PURE__*/React.createElement("line", {
662
+ "aria-hidden": "false",
663
+ focusable: "false"
664
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
665
+ stroke: color,
656
666
  x1: "3",
657
667
  y1: "12",
658
668
  x2: "21",
659
669
  y2: "12"
660
670
  }), /*#__PURE__*/React.createElement("line", {
671
+ stroke: color,
661
672
  x1: "3",
662
673
  y1: "6",
663
674
  x2: "21",
664
675
  y2: "6"
665
676
  }), /*#__PURE__*/React.createElement("line", {
677
+ stroke: color,
666
678
  x1: "3",
667
679
  y1: "18",
668
680
  x2: "21",
669
681
  y2: "18"
670
682
  })));
671
683
  };
672
- var ShareIcon = _ref17 => {
684
+ var ShareIcon = _ref19 => {
673
685
  var {
674
686
  size = 24,
675
- color = 'currentColor'
676
- } = _ref17,
677
- props = _objectWithoutPropertiesLoose(_ref17, _excluded16);
687
+ color = 'currentColor',
688
+ filled = false,
689
+ strokeWidth = 1
690
+ } = _ref19,
691
+ props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
678
692
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
679
693
  size: size,
680
694
  color: color
681
- }, props), /*#__PURE__*/React.createElement("svg", {
695
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
682
696
  viewBox: "0 0 24 24",
683
- fill: "none",
684
- stroke: "currentColor",
685
- strokeWidth: "1",
686
- strokeLinecap: "round",
687
- strokeLinejoin: "round"
688
- }, /*#__PURE__*/React.createElement("circle", {
697
+ "aria-hidden": "false",
698
+ focusable: "false"
699
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
689
700
  cx: "18",
690
701
  cy: "5",
691
702
  r: "3"
@@ -698,45 +709,47 @@ var ShareIcon = _ref17 => {
698
709
  cy: "19",
699
710
  r: "3"
700
711
  }), /*#__PURE__*/React.createElement("line", {
712
+ stroke: color,
701
713
  x1: "8.59",
702
714
  y1: "13.51",
703
715
  x2: "15.42",
704
716
  y2: "17.49"
705
717
  }), /*#__PURE__*/React.createElement("line", {
718
+ stroke: color,
706
719
  x1: "15.41",
707
720
  y1: "6.51",
708
721
  x2: "8.59",
709
722
  y2: "10.49"
710
723
  })));
711
724
  };
712
- var RefreshIcon = _ref18 => {
725
+ var RefreshIcon = _ref20 => {
713
726
  var {
714
727
  size = 24,
715
- color = 'currentColor'
716
- } = _ref18,
717
- props = _objectWithoutPropertiesLoose(_ref18, _excluded17);
728
+ color = 'currentColor',
729
+ strokeWidth = 1
730
+ } = _ref20,
731
+ props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
718
732
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
719
733
  size: size,
720
734
  color: color
721
- }, props), /*#__PURE__*/React.createElement("svg", {
735
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
722
736
  viewBox: "0 0 24 24",
723
- fill: "none",
724
- stroke: "currentColor",
725
- strokeWidth: "1",
726
- strokeLinecap: "round",
727
- strokeLinejoin: "round"
728
- }, /*#__PURE__*/React.createElement("polyline", {
737
+ "aria-hidden": "false",
738
+ focusable: "false"
739
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("polyline", {
729
740
  points: "23 4 23 10 17 10"
730
741
  }), /*#__PURE__*/React.createElement("path", {
731
742
  d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
732
743
  })));
733
744
  };
734
- var PrintIcon = _ref19 => {
745
+ var PrintIcon = _ref21 => {
735
746
  var {
736
747
  size = 24,
737
- color = 'currentColor'
738
- } = _ref19,
739
- props = _objectWithoutPropertiesLoose(_ref19, _excluded18);
748
+ color = 'currentColor',
749
+ filled = true,
750
+ strokeWidth = 1
751
+ } = _ref21,
752
+ props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
740
753
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
741
754
  size: size,
742
755
  color: color
@@ -749,155 +762,149 @@ var PrintIcon = _ref19 => {
749
762
  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"
750
763
  })));
751
764
  };
752
- var PanelIcon = _ref20 => {
765
+ var PanelIcon = _ref22 => {
753
766
  var {
754
767
  size = 24,
755
- color = 'currentColor'
756
- } = _ref20,
757
- props = _objectWithoutPropertiesLoose(_ref20, _excluded19);
768
+ color = 'currentColor',
769
+ strokeWidth = 1
770
+ } = _ref22,
771
+ props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
758
772
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
759
773
  size: size,
760
774
  color: color
761
- }, props), /*#__PURE__*/React.createElement("svg", {
762
- xmlns: "http://www.w3.org/2000/svg",
775
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
763
776
  viewBox: "0 0 24 24",
764
- fill: "none",
765
- stroke: "currentColor",
766
- strokeWidth: "1",
767
- strokeLinecap: "round",
768
- strokeLinejoin: "round"
769
- }, /*#__PURE__*/React.createElement("line", {
777
+ "aria-hidden": "false",
778
+ focusable: "false"
779
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
780
+ stroke: color,
770
781
  x1: "4",
771
782
  y1: "21",
772
783
  x2: "4",
773
784
  y2: "14"
774
785
  }), /*#__PURE__*/React.createElement("line", {
786
+ stroke: color,
775
787
  x1: "4",
776
788
  y1: "10",
777
789
  x2: "4",
778
790
  y2: "3"
779
791
  }), /*#__PURE__*/React.createElement("line", {
792
+ stroke: color,
780
793
  x1: "12",
781
794
  y1: "21",
782
795
  x2: "12",
783
796
  y2: "12"
784
797
  }), /*#__PURE__*/React.createElement("line", {
798
+ stroke: color,
785
799
  x1: "12",
786
800
  y1: "8",
787
801
  x2: "12",
788
802
  y2: "3"
789
803
  }), /*#__PURE__*/React.createElement("line", {
804
+ stroke: color,
790
805
  x1: "20",
791
806
  y1: "21",
792
807
  x2: "20",
793
808
  y2: "16"
794
809
  }), /*#__PURE__*/React.createElement("line", {
810
+ stroke: color,
795
811
  x1: "20",
796
812
  y1: "12",
797
813
  x2: "20",
798
814
  y2: "3"
799
815
  }), /*#__PURE__*/React.createElement("line", {
816
+ stroke: color,
800
817
  x1: "1",
801
818
  y1: "14",
802
819
  x2: "7",
803
820
  y2: "14"
804
821
  }), /*#__PURE__*/React.createElement("line", {
822
+ stroke: color,
805
823
  x1: "9",
806
824
  y1: "8",
807
825
  x2: "15",
808
826
  y2: "8"
809
827
  }), /*#__PURE__*/React.createElement("line", {
828
+ stroke: color,
810
829
  x1: "17",
811
830
  y1: "16",
812
831
  x2: "23",
813
832
  y2: "16"
814
833
  })));
815
834
  };
816
- var FilterIcon = _ref21 => {
835
+ var FilterIcon = _ref23 => {
817
836
  var {
818
837
  size = 24,
819
838
  color = 'currentColor',
820
839
  filled = false,
821
840
  strokeWidth = 1
822
- } = _ref21,
823
- props = _objectWithoutPropertiesLoose(_ref21, _excluded20);
841
+ } = _ref23,
842
+ props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
824
843
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
825
844
  size: size,
826
845
  color: color
827
- }, props), /*#__PURE__*/React.createElement("svg", {
846
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
828
847
  viewBox: "0 0 24 24",
829
- fill: filled ? color : 'none',
830
- stroke: filled ? 'none' : color,
831
- strokeWidth: strokeWidth,
832
- strokeLinecap: "round",
833
- strokeLinejoin: "round"
834
- }, /*#__PURE__*/React.createElement("path", {
848
+ "aria-hidden": "false",
849
+ focusable: "false"
850
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
835
851
  d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
836
852
  })));
837
853
  };
838
- var HomeIcon = _ref22 => {
854
+ var HomeIcon = _ref24 => {
839
855
  var {
840
856
  size = 24,
841
857
  color = 'currentColor',
842
858
  filled = true,
843
859
  strokeWidth = 1
844
- } = _ref22,
845
- props = _objectWithoutPropertiesLoose(_ref22, _excluded21);
860
+ } = _ref24,
861
+ props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
846
862
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
847
863
  size: size,
848
864
  color: color
849
- }, props), /*#__PURE__*/React.createElement("svg", {
865
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
850
866
  viewBox: "0 0 24 24",
851
- fill: filled ? color : 'none',
852
- stroke: filled ? 'none' : color,
853
- strokeWidth: strokeWidth,
854
- strokeLinecap: "round",
855
- strokeLinejoin: "round"
856
- }, /*#__PURE__*/React.createElement("path", {
867
+ "aria-hidden": "false",
868
+ focusable: "false"
869
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
857
870
  d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
858
871
  })));
859
872
  };
860
- var LocationIcon = _ref23 => {
873
+ var LocationIcon = _ref25 => {
861
874
  var {
862
875
  size = 24,
863
876
  color = 'currentColor',
864
877
  filled = true,
865
878
  strokeWidth = 1
866
- } = _ref23,
867
- props = _objectWithoutPropertiesLoose(_ref23, _excluded22);
879
+ } = _ref25,
880
+ props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
868
881
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
869
882
  size: size,
870
883
  color: color
871
- }, props), /*#__PURE__*/React.createElement("svg", {
884
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
872
885
  viewBox: "0 0 24 24",
873
- fill: filled ? color : 'none',
874
- stroke: filled ? 'none' : color,
875
- strokeWidth: strokeWidth,
876
- strokeLinecap: "round",
877
- strokeLinejoin: "round"
878
- }, /*#__PURE__*/React.createElement("path", {
886
+ "aria-hidden": "false",
887
+ focusable: "false"
888
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
879
889
  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"
880
890
  })));
881
891
  };
882
- var LockIcon = _ref24 => {
892
+ var LockIcon = _ref26 => {
883
893
  var {
884
894
  size = 24,
885
895
  color = 'currentColor',
886
896
  filled = false,
887
897
  strokeWidth = 1
888
- } = _ref24,
889
- props = _objectWithoutPropertiesLoose(_ref24, _excluded23);
898
+ } = _ref26,
899
+ props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
890
900
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
891
901
  size: size,
892
902
  color: color
893
- }, props), /*#__PURE__*/React.createElement("svg", {
903
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
894
904
  viewBox: "0 0 24 24",
895
- fill: filled ? color : 'none',
896
- stroke: filled ? 'none' : color,
897
- strokeWidth: strokeWidth,
898
- strokeLinecap: "round",
899
- strokeLinejoin: "round"
900
- }, /*#__PURE__*/React.createElement("rect", {
905
+ "aria-hidden": "false",
906
+ focusable: "false"
907
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
901
908
  x: "3",
902
909
  y: "11",
903
910
  width: "18",
@@ -908,214 +915,190 @@ var LockIcon = _ref24 => {
908
915
  d: "M7 11V7a5 5 0 0 1 10 0v4"
909
916
  })));
910
917
  };
911
- var MicrophoneIcon = _ref25 => {
918
+ var MicrophoneIcon = _ref27 => {
912
919
  var {
913
920
  size = 24,
914
921
  color = 'currentColor',
915
922
  filled = false,
916
923
  strokeWidth = 1
917
- } = _ref25,
918
- props = _objectWithoutPropertiesLoose(_ref25, _excluded24);
924
+ } = _ref27,
925
+ props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
919
926
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
920
927
  size: size,
921
928
  color: color
922
- }, props), /*#__PURE__*/React.createElement("svg", {
929
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
923
930
  viewBox: "0 0 24 24",
924
- fill: filled ? color : 'none',
925
- stroke: filled ? 'none' : color,
926
- strokeWidth: strokeWidth,
927
- strokeLinecap: "round",
928
- strokeLinejoin: "round"
929
- }, /*#__PURE__*/React.createElement("path", {
931
+ "aria-hidden": "false",
932
+ focusable: "false"
933
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
930
934
  d: "M12 1a4 4 0 0 0-4 4v6a4 4 0 0 0 8 0V5a4 4 0 0 0-4-4z"
931
935
  }), /*#__PURE__*/React.createElement("path", {
932
936
  d: "M19 10v2a7 7 0 0 1-14 0v-2"
933
937
  }), /*#__PURE__*/React.createElement("line", {
938
+ stroke: color,
934
939
  x1: "12",
935
940
  y1: "19",
936
941
  x2: "12",
937
942
  y2: "23"
938
943
  }), /*#__PURE__*/React.createElement("line", {
944
+ stroke: color,
939
945
  x1: "8",
940
946
  y1: "23",
941
947
  x2: "16",
942
948
  y2: "23"
943
949
  })));
944
950
  };
945
- var MoonIcon = _ref26 => {
951
+ var MoonIcon = _ref28 => {
946
952
  var {
947
953
  size = 24,
948
954
  color = 'currentColor',
949
- filled = false,
955
+ filled = true,
950
956
  strokeWidth = 1
951
- } = _ref26,
952
- props = _objectWithoutPropertiesLoose(_ref26, _excluded25);
957
+ } = _ref28,
958
+ props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
953
959
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
954
960
  size: size,
955
961
  color: color
956
- }, props), /*#__PURE__*/React.createElement("svg", {
962
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
957
963
  viewBox: "0 0 24 24",
958
- fill: filled ? color : 'none',
959
- stroke: filled ? 'none' : color,
960
- strokeWidth: strokeWidth,
961
- strokeLinecap: "round",
962
- strokeLinejoin: "round"
963
- }, /*#__PURE__*/React.createElement("path", {
964
+ "aria-hidden": "false",
965
+ focusable: "false"
966
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
964
967
  d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
965
968
  })));
966
969
  };
967
- var NotificationIcon = _ref27 => {
970
+ var NotificationIcon = _ref29 => {
968
971
  var {
969
972
  size = 24,
970
973
  color = 'currentColor',
971
974
  filled = false,
972
975
  strokeWidth = 1
973
- } = _ref27,
974
- props = _objectWithoutPropertiesLoose(_ref27, _excluded26);
976
+ } = _ref29,
977
+ props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
975
978
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
976
979
  size: size,
977
980
  color: color
978
- }, props), /*#__PURE__*/React.createElement("svg", {
981
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
979
982
  viewBox: "0 0 24 24",
980
- fill: filled ? color : 'none',
981
- stroke: filled ? 'none' : color,
982
- strokeWidth: strokeWidth,
983
- strokeLinecap: "round",
984
- strokeLinejoin: "round"
985
- }, /*#__PURE__*/React.createElement("path", {
983
+ "aria-hidden": "false",
984
+ focusable: "false"
985
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
986
986
  d: "M18 8a6 6 0 0 0-12 0c0 7-3 9-3 9h18s-3-2-3-9"
987
987
  }), /*#__PURE__*/React.createElement("path", {
988
988
  d: "M13.73 21a2 2 0 0 1-3.46 0"
989
989
  })));
990
990
  };
991
- var OpenEyeIcon = _ref28 => {
991
+ var OpenEyeIcon = _ref30 => {
992
992
  var {
993
993
  size = 24,
994
994
  color = 'currentColor',
995
995
  filled = true,
996
996
  strokeWidth = 1
997
- } = _ref28,
998
- props = _objectWithoutPropertiesLoose(_ref28, _excluded27);
997
+ } = _ref30,
998
+ props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
999
999
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1000
1000
  size: size,
1001
1001
  color: color
1002
- }, props), /*#__PURE__*/React.createElement("svg", {
1002
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1003
1003
  viewBox: "0 0 24 24",
1004
- fill: filled ? color : 'none',
1005
- stroke: filled ? 'none' : color,
1006
- strokeWidth: strokeWidth,
1007
- strokeLinecap: "round",
1008
- strokeLinejoin: "round"
1009
- }, /*#__PURE__*/React.createElement("path", {
1004
+ "aria-hidden": "false",
1005
+ focusable: "false"
1006
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1010
1007
  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"
1011
1008
  })));
1012
1009
  };
1013
- var ProfileIcon = _ref29 => {
1010
+ var ProfileIcon = _ref31 => {
1014
1011
  var {
1015
1012
  size = 24,
1016
1013
  color = 'currentColor',
1017
1014
  filled = true,
1018
1015
  strokeWidth = 1
1019
- } = _ref29,
1020
- props = _objectWithoutPropertiesLoose(_ref29, _excluded28);
1016
+ } = _ref31,
1017
+ props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
1021
1018
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1022
1019
  size: size,
1023
1020
  color: color
1024
- }, props), /*#__PURE__*/React.createElement("svg", {
1021
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1025
1022
  viewBox: "0 0 24 24",
1026
- fill: filled ? color : 'none',
1027
- stroke: filled ? 'none' : color,
1028
- strokeWidth: strokeWidth,
1029
- strokeLinecap: "round",
1030
- strokeLinejoin: "round"
1031
- }, /*#__PURE__*/React.createElement("path", {
1023
+ "aria-hidden": "false",
1024
+ focusable: "false"
1025
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1032
1026
  fill: filled ? color : 'none',
1033
1027
  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"
1034
1028
  }), ' '));
1035
1029
  };
1036
- var SettingsIcon = _ref30 => {
1030
+ var SettingsIcon = _ref32 => {
1037
1031
  var {
1038
1032
  size = 24,
1039
1033
  color = 'currentColor',
1040
1034
  filled = false,
1041
1035
  strokeWidth = 1
1042
- } = _ref30,
1043
- props = _objectWithoutPropertiesLoose(_ref30, _excluded29);
1036
+ } = _ref32,
1037
+ props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1044
1038
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1045
1039
  size: size,
1046
1040
  color: color
1047
- }, props), /*#__PURE__*/React.createElement("svg", {
1041
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1048
1042
  viewBox: "0 0 24 24",
1049
- fill: filled ? color : 'none',
1050
- stroke: filled ? 'none' : color,
1051
- strokeWidth: strokeWidth,
1052
- strokeLinecap: "round",
1053
- strokeLinejoin: "round"
1054
- }, /*#__PURE__*/React.createElement("path", {
1043
+ "aria-hidden": "false",
1044
+ focusable: "false"
1045
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1055
1046
  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"
1056
1047
  })));
1057
1048
  };
1058
- var SuccessIcon = _ref31 => {
1049
+ var SuccessIcon = _ref33 => {
1059
1050
  var {
1060
1051
  size = 24,
1061
1052
  color = 'currentColor',
1062
1053
  filled = true,
1063
1054
  strokeWidth = 1
1064
- } = _ref31,
1065
- props = _objectWithoutPropertiesLoose(_ref31, _excluded30);
1055
+ } = _ref33,
1056
+ props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1066
1057
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1067
1058
  size: size,
1068
1059
  color: color
1069
- }, props), /*#__PURE__*/React.createElement("svg", {
1060
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1070
1061
  viewBox: "0 0 24 24",
1071
- fill: filled ? color : 'none',
1072
- stroke: filled ? 'none' : color,
1073
- strokeWidth: strokeWidth,
1074
- strokeLinecap: "round",
1075
- strokeLinejoin: "round"
1076
- }, /*#__PURE__*/React.createElement("path", {
1062
+ "aria-hidden": "false",
1063
+ focusable: "false"
1064
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1077
1065
  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"
1078
1066
  })));
1079
1067
  };
1080
- var UnLikeIcon = _ref32 => {
1068
+ var UnLikeIcon = _ref34 => {
1081
1069
  var {
1082
1070
  size = 24,
1083
1071
  color = 'currentColor',
1084
1072
  filled = true,
1085
1073
  strokeWidth = 1
1086
- } = _ref32,
1087
- props = _objectWithoutPropertiesLoose(_ref32, _excluded31);
1074
+ } = _ref34,
1075
+ props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1088
1076
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1089
1077
  size: size,
1090
1078
  color: color
1091
- }, props), /*#__PURE__*/React.createElement("svg", {
1079
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1092
1080
  viewBox: "0 0 24 24",
1093
- fill: filled ? color : 'none',
1094
- stroke: filled ? 'none' : color,
1095
- strokeWidth: strokeWidth,
1096
- strokeLinecap: "round",
1097
- strokeLinejoin: "round"
1098
- }, /*#__PURE__*/React.createElement("path", {
1081
+ "aria-hidden": "false",
1082
+ focusable: "false"
1083
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1099
1084
  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"
1100
1085
  })));
1101
1086
  };
1102
- var ClockIcon = _ref33 => {
1087
+ var ClockIcon = _ref35 => {
1103
1088
  var {
1104
1089
  size = 24,
1105
- color = 'currentColor'
1106
- } = _ref33,
1107
- props = _objectWithoutPropertiesLoose(_ref33, _excluded32);
1090
+ color = 'currentColor',
1091
+ strokeWidth = 1
1092
+ } = _ref35,
1093
+ props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1108
1094
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1109
1095
  size: size,
1110
1096
  color: color
1111
- }, props), /*#__PURE__*/React.createElement("svg", {
1097
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1112
1098
  viewBox: "0 0 24 24",
1113
- fill: "none",
1114
- stroke: "currentColor",
1115
- strokeWidth: "1",
1116
- strokeLinecap: "round",
1117
- strokeLinejoin: "round"
1118
- }, /*#__PURE__*/React.createElement("circle", {
1099
+ "aria-hidden": "false",
1100
+ focusable: "false"
1101
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1119
1102
  cx: "12",
1120
1103
  cy: "12",
1121
1104
  r: "10"
@@ -1123,23 +1106,21 @@ var ClockIcon = _ref33 => {
1123
1106
  points: "12 6 12 12 16 14"
1124
1107
  })));
1125
1108
  };
1126
- var CameraIcon = _ref34 => {
1109
+ var CameraIcon = _ref36 => {
1127
1110
  var {
1128
1111
  size = 24,
1129
- color = 'currentColor'
1130
- } = _ref34,
1131
- props = _objectWithoutPropertiesLoose(_ref34, _excluded33);
1112
+ color = 'currentColor',
1113
+ strokeWidth = 1
1114
+ } = _ref36,
1115
+ props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1132
1116
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1133
1117
  size: size,
1134
1118
  color: color
1135
- }, props), /*#__PURE__*/React.createElement("svg", {
1119
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1136
1120
  viewBox: "0 0 24 24",
1137
- fill: "none",
1138
- stroke: "currentColor",
1139
- strokeWidth: "1",
1140
- strokeLinecap: "round",
1141
- strokeLinejoin: "round"
1142
- }, /*#__PURE__*/React.createElement("path", {
1121
+ "aria-hidden": "false",
1122
+ focusable: "false"
1123
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1143
1124
  d: "M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3l2-3h8l2 3h3a2 2 0 0 1 2 2z"
1144
1125
  }), /*#__PURE__*/React.createElement("circle", {
1145
1126
  cx: "12",
@@ -1147,63 +1128,60 @@ var CameraIcon = _ref34 => {
1147
1128
  r: "4"
1148
1129
  })));
1149
1130
  };
1150
- var BluetoothIcon = _ref35 => {
1131
+ var BluetoothIcon = _ref37 => {
1151
1132
  var {
1152
1133
  size = 24,
1153
- color = 'currentColor'
1154
- } = _ref35,
1155
- props = _objectWithoutPropertiesLoose(_ref35, _excluded34);
1134
+ color = 'currentColor',
1135
+ filled = true,
1136
+ strokeWidth = 1
1137
+ } = _ref37,
1138
+ props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1156
1139
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1157
1140
  size: size,
1158
1141
  color: color
1159
- }, props), /*#__PURE__*/React.createElement("svg", {
1142
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1160
1143
  viewBox: "0 0 24 24",
1161
- fill: 'currentColor'
1162
- }, /*#__PURE__*/React.createElement("path", {
1144
+ "aria-hidden": "false",
1145
+ focusable: "false"
1146
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1163
1147
  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"
1164
1148
  })));
1165
1149
  };
1166
- var LikeIcon = _ref36 => {
1150
+ var LikeIcon = _ref38 => {
1167
1151
  var {
1168
1152
  size = 24,
1169
1153
  color = 'currentColor',
1170
1154
  filled = true,
1171
1155
  strokeWidth = 1
1172
- } = _ref36,
1173
- props = _objectWithoutPropertiesLoose(_ref36, _excluded35);
1156
+ } = _ref38,
1157
+ props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1174
1158
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1175
1159
  size: size,
1176
1160
  color: color
1177
- }, props), /*#__PURE__*/React.createElement("svg", {
1161
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1178
1162
  viewBox: "0 0 24 24",
1179
- fill: filled ? color : 'none',
1180
- stroke: filled ? 'none' : color,
1181
- strokeWidth: strokeWidth,
1182
- strokeLinecap: "round",
1183
- strokeLinejoin: "round"
1184
- }, /*#__PURE__*/React.createElement("path", {
1163
+ "aria-hidden": "false",
1164
+ focusable: "false"
1165
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1185
1166
  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"
1186
1167
  })));
1187
1168
  };
1188
- var UnlockIcon = _ref37 => {
1169
+ var UnlockIcon = _ref39 => {
1189
1170
  var {
1190
1171
  size = 24,
1191
1172
  color = 'currentColor',
1192
1173
  filled = false,
1193
1174
  strokeWidth = 1
1194
- } = _ref37,
1195
- props = _objectWithoutPropertiesLoose(_ref37, _excluded36);
1175
+ } = _ref39,
1176
+ props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1196
1177
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1197
1178
  size: size,
1198
1179
  color: color
1199
- }, props), /*#__PURE__*/React.createElement("svg", {
1180
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1200
1181
  viewBox: "0 0 24 24",
1201
- fill: filled ? color : 'none',
1202
- stroke: filled ? 'none' : color,
1203
- strokeWidth: strokeWidth,
1204
- strokeLinecap: "round",
1205
- strokeLinejoin: "round"
1206
- }, /*#__PURE__*/React.createElement("rect", {
1182
+ "aria-hidden": "false",
1183
+ focusable: "false"
1184
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
1207
1185
  x: "3",
1208
1186
  y: "11",
1209
1187
  width: "18",
@@ -1214,47 +1192,41 @@ var UnlockIcon = _ref37 => {
1214
1192
  d: "M7 11V7a5 5 0 0 1 9.9-1"
1215
1193
  })));
1216
1194
  };
1217
- var WifiIcon = _ref38 => {
1195
+ var WifiIcon = _ref40 => {
1218
1196
  var {
1219
1197
  size = 24,
1220
1198
  color = 'currentColor',
1221
1199
  filled = false,
1222
1200
  strokeWidth = 1
1223
- } = _ref38,
1224
- props = _objectWithoutPropertiesLoose(_ref38, _excluded37);
1201
+ } = _ref40,
1202
+ props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1225
1203
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1226
1204
  size: size,
1227
1205
  color: color
1228
- }, props), /*#__PURE__*/React.createElement("svg", {
1206
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1229
1207
  viewBox: "0 0 24 24",
1230
- fill: filled ? color : 'none',
1231
- stroke: filled ? 'none' : color,
1232
- strokeWidth: strokeWidth,
1233
- strokeLinecap: "round",
1234
- strokeLinejoin: "round"
1235
- }, /*#__PURE__*/React.createElement("path", {
1208
+ "aria-hidden": "false",
1209
+ focusable: "false"
1210
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1236
1211
  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"
1237
1212
  })));
1238
1213
  };
1239
- var UploadIcon = _ref39 => {
1214
+ var UploadIcon = _ref41 => {
1240
1215
  var {
1241
1216
  size = 24,
1242
1217
  color = 'currentColor',
1243
1218
  filled = false,
1244
1219
  strokeWidth = 1
1245
- } = _ref39,
1246
- props = _objectWithoutPropertiesLoose(_ref39, _excluded38);
1220
+ } = _ref41,
1221
+ props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1247
1222
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1248
1223
  size: size,
1249
1224
  color: color
1250
- }, props), /*#__PURE__*/React.createElement("svg", {
1225
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1251
1226
  viewBox: "0 0 24 24",
1252
- fill: filled ? color : 'none',
1253
- stroke: filled ? 'none' : color,
1254
- strokeWidth: strokeWidth,
1255
- strokeLinecap: "round",
1256
- strokeLinejoin: "round"
1257
- }, /*#__PURE__*/React.createElement("path", {
1227
+ "aria-hidden": "false",
1228
+ focusable: "false"
1229
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1258
1230
  d: "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1"
1259
1231
  }), /*#__PURE__*/React.createElement("path", {
1260
1232
  d: "M9 15l3 -3l3 3"
@@ -1262,123 +1234,99 @@ var UploadIcon = _ref39 => {
1262
1234
  d: "M12 12l0 9"
1263
1235
  })));
1264
1236
  };
1265
- var SearchIcon = _ref40 => {
1237
+ var SearchIcon = _ref42 => {
1266
1238
  var {
1267
1239
  size = 24,
1268
- color = 'currentColor'
1269
- } = _ref40,
1270
- props = _objectWithoutPropertiesLoose(_ref40, _excluded39);
1240
+ color = 'currentColor',
1241
+ filled = true,
1242
+ strokeWidth = 1
1243
+ } = _ref42,
1244
+ props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1271
1245
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1272
1246
  size: size,
1273
1247
  color: color
1274
- }, props), /*#__PURE__*/React.createElement("svg", {
1248
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1275
1249
  viewBox: "0 0 24 24",
1276
- fill: 'currentColor'
1277
- }, /*#__PURE__*/React.createElement("path", {
1250
+ "aria-hidden": "false",
1251
+ focusable: "false"
1252
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1278
1253
  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"
1279
1254
  })));
1280
1255
  };
1281
- var CloseEyeIcon = _ref41 => {
1256
+ var CloseEyeIcon = _ref43 => {
1282
1257
  var {
1283
1258
  size = 24,
1284
- color = 'currentColor'
1285
- } = _ref41,
1286
- props = _objectWithoutPropertiesLoose(_ref41, _excluded40);
1259
+ color = 'currentColor',
1260
+ filled = true,
1261
+ strokeWidth = 1
1262
+ } = _ref43,
1263
+ props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1287
1264
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1288
1265
  size: size,
1289
1266
  color: color
1290
- }, props), /*#__PURE__*/React.createElement("svg", {
1267
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1291
1268
  viewBox: "0 0 24 24",
1292
- fill: color
1293
- }, /*#__PURE__*/React.createElement("path", {
1269
+ "aria-hidden": "false",
1270
+ focusable: "false"
1271
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1294
1272
  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",
1295
1273
  fill: "currentColor"
1296
1274
  })));
1297
1275
  };
1298
- var ExternalLinkIcon = _ref42 => {
1299
- var {
1300
- size = 24,
1301
- color = 'currentColor'
1302
- } = _ref42,
1303
- props = _objectWithoutPropertiesLoose(_ref42, _excluded41);
1304
- return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1305
- size: size,
1306
- color: color
1307
- }, props), /*#__PURE__*/React.createElement("svg", {
1308
- viewBox: "0 0 24 24",
1309
- fill: 'currentColor'
1310
- }, /*#__PURE__*/React.createElement("path", {
1311
- 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"
1312
- })));
1313
- };
1314
- var MinusIcon = _ref43 => {
1315
- var {
1316
- size = 24,
1317
- color = 'currentColor'
1318
- } = _ref43,
1319
- props = _objectWithoutPropertiesLoose(_ref43, _excluded42);
1320
- return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1321
- padding: 2,
1322
- size: size,
1323
- color: color
1324
- }, props), /*#__PURE__*/React.createElement("svg", {
1325
- viewBox: "0 0 24 24",
1326
- fill: "none",
1327
- stroke: 'currentColor',
1328
- strokeWidth: "1"
1329
- }, /*#__PURE__*/React.createElement("path", {
1330
- d: "M7 12h10",
1331
- strokeLinecap: "round",
1332
- strokeLinejoin: "round"
1333
- })));
1334
- };
1335
- var InfoIcon = _ref44 => {
1276
+ var ExternalLinkIcon = _ref44 => {
1336
1277
  var {
1337
1278
  size = 24,
1338
- color = 'currentColor'
1279
+ color = 'currentColor',
1280
+ filled = true,
1281
+ strokeWidth = 1
1339
1282
  } = _ref44,
1340
- props = _objectWithoutPropertiesLoose(_ref44, _excluded43);
1283
+ props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1341
1284
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1342
1285
  size: size,
1343
1286
  color: color
1344
- }, props), /*#__PURE__*/React.createElement("svg", {
1287
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1345
1288
  viewBox: "0 0 24 24",
1346
- fill: 'currentColor'
1347
- }, /*#__PURE__*/React.createElement("path", {
1348
- 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"
1289
+ "aria-hidden": "false",
1290
+ focusable: "false"
1291
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1292
+ 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"
1349
1293
  })));
1350
1294
  };
1351
1295
  var PlusIcon = _ref45 => {
1352
1296
  var {
1353
1297
  size = 24,
1354
- color = 'currentColor'
1298
+ color = 'currentColor',
1299
+ filled = true,
1300
+ strokeWidth = 1
1355
1301
  } = _ref45,
1356
- props = _objectWithoutPropertiesLoose(_ref45, _excluded44);
1302
+ props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1357
1303
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1358
1304
  size: size,
1359
1305
  color: color
1360
- }, props), /*#__PURE__*/React.createElement("svg", {
1306
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1361
1307
  viewBox: "0 0 24 24",
1362
- fill: 'currentColor'
1363
- }, /*#__PURE__*/React.createElement("path", {
1308
+ "aria-hidden": "false",
1309
+ focusable: "false"
1310
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1364
1311
  d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1365
1312
  })));
1366
1313
  };
1367
1314
  var TickIcon = _ref46 => {
1368
1315
  var {
1369
1316
  size = 24,
1370
- color = 'currentColor'
1317
+ color = 'currentColor',
1318
+ filled = true,
1319
+ strokeWidth = 1
1371
1320
  } = _ref46,
1372
- props = _objectWithoutPropertiesLoose(_ref46, _excluded45);
1321
+ props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1373
1322
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1374
1323
  size: size,
1375
1324
  color: color
1376
- }, props), /*#__PURE__*/React.createElement("svg", {
1325
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1377
1326
  viewBox: "0 0 24 24",
1378
- fill: "none",
1379
- stroke: 'currentColor',
1380
- strokeWidth: "1"
1381
- }, /*#__PURE__*/React.createElement("path", {
1327
+ "aria-hidden": "false",
1328
+ focusable: "false"
1329
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1382
1330
  d: "M5 13l4 4L19 7",
1383
1331
  strokeLinecap: "round",
1384
1332
  strokeLinejoin: "round"
@@ -1387,38 +1335,39 @@ var TickIcon = _ref46 => {
1387
1335
  var BoldArrowIcon = _ref47 => {
1388
1336
  var {
1389
1337
  size = 24,
1390
- color = 'currentColor'
1338
+ color = 'currentColor',
1339
+ filled = true,
1340
+ strokeWidth = 1
1391
1341
  } = _ref47,
1392
- props = _objectWithoutPropertiesLoose(_ref47, _excluded46);
1342
+ props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1393
1343
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1394
1344
  size: size,
1395
1345
  color: color
1396
- }, props), /*#__PURE__*/React.createElement("svg", {
1346
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1397
1347
  viewBox: "0 0 24 24",
1398
- fill: 'currentColor'
1399
- }, /*#__PURE__*/React.createElement("path", {
1348
+ "aria-hidden": "false",
1349
+ focusable: "false"
1350
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1400
1351
  d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1401
1352
  })));
1402
1353
  };
1403
1354
  var ArrowIcon = _ref48 => {
1404
1355
  var {
1405
1356
  size = 24,
1406
- color = 'currentColor'
1357
+ color = 'currentColor',
1358
+ filled = true,
1359
+ strokeWidth = 1
1407
1360
  } = _ref48,
1408
- props = _objectWithoutPropertiesLoose(_ref48, _excluded47);
1361
+ props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1409
1362
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1410
1363
  size: size,
1411
1364
  color: color
1412
- }, props), /*#__PURE__*/React.createElement("svg", {
1413
- width: "24",
1414
- height: "24",
1365
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1415
1366
  viewBox: "0 0 24 24",
1416
- strokeWidth: "1",
1417
- stroke: 'currentColor',
1418
- fill: "none",
1419
- strokeLinecap: "round",
1420
- strokeLinejoin: "round"
1421
- }, /*#__PURE__*/React.createElement("line", {
1367
+ "aria-hidden": "false",
1368
+ focusable: "false"
1369
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1370
+ stroke: color,
1422
1371
  x1: "12",
1423
1372
  y1: "20",
1424
1373
  x2: "12",
@@ -1430,23 +1379,19 @@ var ArrowIcon = _ref48 => {
1430
1379
  var SpinnerIcon = _ref49 => {
1431
1380
  var {
1432
1381
  size = 24,
1433
- color = 'currentColor'
1382
+ color = 'currentColor',
1383
+ filled = true,
1384
+ strokeWidth = 1
1434
1385
  } = _ref49,
1435
- props = _objectWithoutPropertiesLoose(_ref49, _excluded48);
1386
+ props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1436
1387
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1437
1388
  size: size,
1438
1389
  color: color
1439
- }, props), /*#__PURE__*/React.createElement("svg", {
1440
- xmlns: "http://www.w3.org/2000/svg",
1441
- width: "24",
1442
- height: "24",
1390
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1443
1391
  viewBox: "0 0 24 24",
1444
- fill: "none",
1445
- stroke: "currentColor",
1446
- strokeWidth: "2",
1447
- strokeLinecap: "round",
1448
- strokeLinejoin: "round"
1449
- }, /*#__PURE__*/React.createElement("circle", {
1392
+ "aria-hidden": "false",
1393
+ focusable: "false"
1394
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1450
1395
  cx: "12",
1451
1396
  cy: "12",
1452
1397
  r: "10",
@@ -1459,20 +1404,18 @@ var SpinnerIcon = _ref49 => {
1459
1404
  var CalendarIcon = _ref50 => {
1460
1405
  var {
1461
1406
  size = 24,
1462
- color = 'currentColor'
1407
+ color = 'currentColor',
1408
+ strokeWidth = 1
1463
1409
  } = _ref50,
1464
- props = _objectWithoutPropertiesLoose(_ref50, _excluded49);
1410
+ props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1465
1411
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1466
1412
  size: size,
1467
1413
  color: color
1468
- }, props), /*#__PURE__*/React.createElement("svg", {
1414
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1469
1415
  viewBox: "0 0 24 24",
1470
- fill: "none",
1471
- stroke: "currentColor",
1472
- strokeWidth: "1",
1473
- strokeLinecap: "round",
1474
- strokeLinejoin: "round"
1475
- }, /*#__PURE__*/React.createElement("rect", {
1416
+ "aria-hidden": "false",
1417
+ focusable: "false"
1418
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
1476
1419
  x: "3",
1477
1420
  y: "4",
1478
1421
  width: "18",
@@ -1480,16 +1423,19 @@ var CalendarIcon = _ref50 => {
1480
1423
  rx: "2",
1481
1424
  ry: "2"
1482
1425
  }), /*#__PURE__*/React.createElement("line", {
1426
+ stroke: color,
1483
1427
  x1: "16",
1484
1428
  y1: "2",
1485
1429
  x2: "16",
1486
1430
  y2: "6"
1487
1431
  }), /*#__PURE__*/React.createElement("line", {
1432
+ stroke: color,
1488
1433
  x1: "8",
1489
1434
  y1: "2",
1490
1435
  x2: "8",
1491
1436
  y2: "6"
1492
1437
  }), /*#__PURE__*/React.createElement("line", {
1438
+ stroke: color,
1493
1439
  x1: "3",
1494
1440
  y1: "10",
1495
1441
  x2: "21",
@@ -1501,6 +1447,8 @@ var Icon = {
1501
1447
  __proto__: null,
1502
1448
  ChevronIcon: ChevronIcon,
1503
1449
  CloseIcon: CloseIcon,
1450
+ MinusIcon: MinusIcon,
1451
+ InfoIcon: InfoIcon,
1504
1452
  HeartIcon: HeartIcon,
1505
1453
  StarIcon: StarIcon,
1506
1454
  SaveIcon: SaveIcon,
@@ -1540,8 +1488,6 @@ var Icon = {
1540
1488
  SearchIcon: SearchIcon,
1541
1489
  CloseEyeIcon: CloseEyeIcon,
1542
1490
  ExternalLinkIcon: ExternalLinkIcon,
1543
- MinusIcon: MinusIcon,
1544
- InfoIcon: InfoIcon,
1545
1491
  PlusIcon: PlusIcon,
1546
1492
  TickIcon: TickIcon,
1547
1493
  BoldArrowIcon: BoldArrowIcon,
@@ -1663,7 +1609,7 @@ var AlertComponent = _ref => {
1663
1609
  // Exporting the AlertComponent as 'Alert' for use in other parts of the application.
1664
1610
  var Alert = AlertComponent;
1665
1611
 
1666
- var _excluded$5 = ["ratio", "children"];
1612
+ var _excluded$4 = ["ratio", "children"];
1667
1613
  // Declaration of a functional component named AspectRatioView.
1668
1614
  var AspectRatioView = _ref => {
1669
1615
  var {
@@ -1673,7 +1619,7 @@ var AspectRatioView = _ref => {
1673
1619
  children
1674
1620
  // Spread the rest of the props to inherit additional properties.
1675
1621
  } = _ref,
1676
- props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
1622
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$4);
1677
1623
  return /*#__PURE__*/React.createElement(Center, Object.assign({
1678
1624
  width: '100%',
1679
1625
  position: "relative",
@@ -1689,14 +1635,14 @@ var AspectRatioView = _ref => {
1689
1635
  }, children));
1690
1636
  };
1691
1637
 
1692
- var _excluded$6 = ["ratio", "children"];
1638
+ var _excluded$5 = ["ratio", "children"];
1693
1639
  // Declaration of the AspectRatioComponent functional component with destructured props.
1694
1640
  var AspectRatioComponent = _ref => {
1695
1641
  var {
1696
1642
  ratio,
1697
1643
  children
1698
1644
  } = _ref,
1699
- props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
1645
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
1700
1646
  // Beginning of the return statement in the functional component.
1701
1647
  return /*#__PURE__*/React.createElement(AspectRatioView, Object.assign({
1702
1648
  ratio: ratio
@@ -1966,7 +1912,7 @@ var IconSizes = {
1966
1912
  '6xl': 64
1967
1913
  };
1968
1914
 
1969
- var _excluded$7 = ["children", "href", "iconSize", "underline", "isHovered", "isExternal", "styles", "setIsHovered"];
1915
+ var _excluded$6 = ["children", "href", "iconSize", "underline", "isHovered", "isExternal", "styles", "setIsHovered"];
1970
1916
  // Component definition for 'LinkView', a functional component with props defined by 'LinkViewProps'.
1971
1917
  var LinkView = _ref => {
1972
1918
  var {
@@ -1989,7 +1935,7 @@ var LinkView = _ref => {
1989
1935
  // Setter function for the hover state, noop function provided by default.
1990
1936
  setIsHovered = () => {}
1991
1937
  } = _ref,
1992
- props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
1938
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
1993
1939
  // Function to handle mouse enter/leave events to toggle hover state.
1994
1940
  var handleHover = () => {
1995
1941
  if (underline === 'hover') setIsHovered(true);
@@ -2005,10 +1951,9 @@ var LinkView = _ref => {
2005
1951
  gap: 3,
2006
1952
  alignItems: "center",
2007
1953
  flexWrap: "nowrap"
2008
- }, children, isExternal && (/*#__PURE__*/React.createElement(ExternalLinkIcon, {
2009
- size: IconSizes[iconSize],
2010
- style: styles.icon
2011
- })))));
1954
+ }, children, isExternal && /*#__PURE__*/React.createElement(ExternalLinkIcon, {
1955
+ size: IconSizes[iconSize]
1956
+ }))));
2012
1957
  };
2013
1958
 
2014
1959
  // Defines the 'LinkComponent' as a functional component with props typed to 'LinkProps'
@@ -2147,7 +2092,7 @@ var DefaultSpeeds = {
2147
2092
  slow: 300
2148
2093
  };
2149
2094
 
2150
- var _excluded$8 = ["size", "speed", "color"],
2095
+ var _excluded$7 = ["size", "speed", "color"],
2151
2096
  _excluded2$1 = ["size", "speed", "color"],
2152
2097
  _excluded3$1 = ["size", "speed", "color"],
2153
2098
  _excluded4$1 = ["size", "children", "textColor", "loaderColor", "type", "speed", "textPosition"];
@@ -2157,7 +2102,7 @@ var DefaultSpinner = _ref => {
2157
2102
  speed = 'normal',
2158
2103
  color = 'theme.loading'
2159
2104
  } = _ref,
2160
- props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
2105
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
2161
2106
  var theme = useTheme();
2162
2107
  var colorStyle = theme.getColor(color);
2163
2108
  var sizeStyle = typeof size === 'number' ? size : DefaultSizes[size];
@@ -2310,7 +2255,7 @@ React.createElement(LoaderView, Object.assign({}, props)));
2310
2255
  // Exports the LoaderComponent as Loader, making it available for use in other parts of the application.
2311
2256
  var Loader = LoaderComponent;
2312
2257
 
2313
- var _excluded$9 = ["icon", "shadow", "children", "ariaLabel", "externalHref", "isAuto", "isFilled", "isIconRounded", "isLoading", "isDisabled", "size", "variant", "iconPosition", "colorScheme", "shape", "onClick", "loaderProps", "loaderPosition", "effect", "isHovered", "setIsHovered"];
2258
+ var _excluded$8 = ["icon", "shadow", "children", "ariaLabel", "externalHref", "isAuto", "isFilled", "isIconRounded", "isLoading", "isDisabled", "size", "variant", "iconPosition", "colorScheme", "shape", "onClick", "loaderProps", "loaderPosition", "effect", "isHovered", "setIsHovered"];
2314
2259
  var contrast = /*#__PURE__*/require('contrast');
2315
2260
  var ButtonView = _ref => {
2316
2261
  var _props$onClick;
@@ -2346,7 +2291,7 @@ var ButtonView = _ref => {
2346
2291
  setIsHovered = () => {}
2347
2292
  // Defines CSS properties for 'outline' variant of the button with conditional styles based on reverse state.
2348
2293
  } = _ref,
2349
- props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
2294
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
2350
2295
  var {
2351
2296
  getColor
2352
2297
  } = useTheme();
@@ -2461,14 +2406,14 @@ var ButtonComponent = props => {
2461
2406
  };
2462
2407
  var Button = ButtonComponent;
2463
2408
 
2464
- var _excluded$a = ["src", "color"],
2409
+ var _excluded$9 = ["src", "color"],
2465
2410
  _excluded2$2 = ["path"];
2466
2411
  var FileSVG = _ref => {
2467
2412
  var {
2468
2413
  src,
2469
2414
  color
2470
2415
  } = _ref,
2471
- props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
2416
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
2472
2417
  var {
2473
2418
  getColor
2474
2419
  } = useTheme();
@@ -2537,7 +2482,7 @@ var useItemState = () => {
2537
2482
  };
2538
2483
  };
2539
2484
 
2540
- var _excluded$b = ["children", "styles"];
2485
+ var _excluded$a = ["children", "styles"];
2541
2486
  var HelperText = _ref => {
2542
2487
  var {
2543
2488
  children,
@@ -2545,7 +2490,7 @@ var HelperText = _ref => {
2545
2490
  helperText: {}
2546
2491
  }
2547
2492
  } = _ref,
2548
- props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
2493
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
2549
2494
  return /*#__PURE__*/React.createElement(Text, Object.assign({
2550
2495
  size: "xs",
2551
2496
  marginVertical: 0,
@@ -2554,7 +2499,7 @@ var HelperText = _ref => {
2554
2499
  }, styles['helperText'], props), children);
2555
2500
  };
2556
2501
 
2557
- var _excluded$c = ["children", "helperText", "error", "styles"];
2502
+ var _excluded$b = ["children", "helperText", "error", "styles"];
2558
2503
  var FieldContainer = _ref => {
2559
2504
  var {
2560
2505
  children,
@@ -2562,7 +2507,7 @@ var FieldContainer = _ref => {
2562
2507
  error = false,
2563
2508
  styles
2564
2509
  } = _ref,
2565
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
2510
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
2566
2511
  return /*#__PURE__*/React.createElement(Vertical, Object.assign({
2567
2512
  gap: 5,
2568
2513
  position: "relative"
@@ -2621,7 +2566,7 @@ var PaddingWithoutLabel = {
2621
2566
  paddingRight: 36
2622
2567
  };
2623
2568
 
2624
- var _excluded$d = ["label", "shadow", "children", "value", "size", "shape", "variant", "error", "isWithLabel", "isFocused", "isHovered", "isDisabled", "isReadOnly", "colorScheme", "styles"];
2569
+ var _excluded$c = ["label", "shadow", "children", "value", "size", "shape", "variant", "error", "isWithLabel", "isFocused", "isHovered", "isDisabled", "isReadOnly", "colorScheme", "styles"];
2625
2570
  var FieldContent = _ref => {
2626
2571
  var {
2627
2572
  shadow,
@@ -2640,7 +2585,7 @@ var FieldContent = _ref => {
2640
2585
  pickerBox: {}
2641
2586
  }
2642
2587
  } = _ref,
2643
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
2588
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
2644
2589
  var isInteractive = (isHovered || isFocused) && !isDisabled;
2645
2590
  var color = error ? 'error' : isInteractive ? colorScheme : 'midgray';
2646
2591
  return /*#__PURE__*/React.createElement(Horizontal, Object.assign({
@@ -2661,12 +2606,12 @@ var FieldContent = _ref => {
2661
2606
  }, isWithLabel ? PadddingWithLabel : PaddingWithoutLabel, shadow, Shapes[shape], InputVariants[variant], styles['box'], props), children);
2662
2607
  };
2663
2608
 
2664
- var _excluded$e = ["children"];
2609
+ var _excluded$d = ["children"];
2665
2610
  var FieldIcons = _ref => {
2666
2611
  var {
2667
2612
  children
2668
2613
  } = _ref,
2669
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
2614
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
2670
2615
  return /*#__PURE__*/React.createElement(Center, Object.assign({
2671
2616
  gap: 10,
2672
2617
  right: 16,
@@ -2718,7 +2663,7 @@ var HeadingSizes$1 = {
2718
2663
  }
2719
2664
  };
2720
2665
 
2721
- var _excluded$f = ["children", "heading", "isItalic", "isUnderlined", "isStriked", "weight", "size"];
2666
+ var _excluded$e = ["children", "heading", "isItalic", "isUnderlined", "isStriked", "weight", "size"];
2722
2667
  var LabelView = _ref => {
2723
2668
  var {
2724
2669
  children,
@@ -2734,7 +2679,7 @@ var LabelView = _ref => {
2734
2679
  size = 'sm'
2735
2680
  // The fontSize prop for the Element is determined by the 'size' prop passed to LabelView.
2736
2681
  } = _ref,
2737
- props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
2682
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
2738
2683
  // The fontStyle prop toggles between 'italic' and 'normal' based on the 'isItalic' boolean prop.
2739
2684
  var headingStyles = heading ? HeadingSizes$1[heading] : {};
2740
2685
  // fontWeight is derived from the Typography module, ensuring consistent font weighting across the app.
@@ -2766,7 +2711,7 @@ React.createElement(LabelView, Object.assign({}, props))
2766
2711
  var Label = LabelComponent;
2767
2712
  // Export the 'LabelComponent' as 'Label' to be reused throughout the project.
2768
2713
 
2769
- var _excluded$g = ["children", "size", "error", "color", "styles", "helperText"];
2714
+ var _excluded$f = ["children", "size", "error", "color", "styles", "helperText"];
2770
2715
  var FieldLabel = _ref => {
2771
2716
  var {
2772
2717
  children,
@@ -2777,7 +2722,7 @@ var FieldLabel = _ref => {
2777
2722
  label: {}
2778
2723
  }
2779
2724
  } = _ref,
2780
- props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
2725
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
2781
2726
  return /*#__PURE__*/React.createElement(Label, Object.assign({
2782
2727
  top: 6,
2783
2728
  zIndex: 1000,
@@ -2790,12 +2735,12 @@ var FieldLabel = _ref => {
2790
2735
  }, styles['label'], props), children);
2791
2736
  };
2792
2737
 
2793
- var _excluded$h = ["children"];
2738
+ var _excluded$g = ["children"];
2794
2739
  var FieldWrapper = _ref => {
2795
2740
  var {
2796
2741
  children
2797
2742
  } = _ref,
2798
- props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
2743
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
2799
2744
  return /*#__PURE__*/React.createElement(Vertical, Object.assign({
2800
2745
  width: "100%"
2801
2746
  }, props), children);
@@ -2811,7 +2756,7 @@ var IconSizes$2 = {
2811
2756
  xl: 16
2812
2757
  };
2813
2758
 
2814
- var _excluded$i = ["isHovered", "setIsHovered", "option", "size", "callback", "style"],
2759
+ var _excluded$h = ["isHovered", "setIsHovered", "option", "size", "callback", "style"],
2815
2760
  _excluded2$3 = ["id", "name", "value", "onChange", "isMulti", "isDisabled", "isReadOnly", "options"],
2816
2761
  _excluded3$2 = ["option", "size", "removeOption"],
2817
2762
  _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"];
@@ -2825,7 +2770,7 @@ var Item = _ref => {
2825
2770
  callback = () => {},
2826
2771
  style
2827
2772
  } = _ref,
2828
- props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
2773
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
2829
2774
  // Handles the click event on an option by invoking the callback with the selected option's value.
2830
2775
  var handleOptionClick = option => callback(option);
2831
2776
  // Toggles the hover state on the item.
@@ -3287,7 +3232,7 @@ var SliderPadding = {
3287
3232
  }
3288
3233
  };
3289
3234
 
3290
- var _excluded$j = ["id", "name", "label", "inActiveChild", "activeChild", "labelPosition", "shadow", "size", "colorScheme", "value", "isHovered", "isDisabled", "isReadOnly", "on", "setOn", "onChange", "setValue", "setIsHovered", "helperText", "styles"];
3235
+ var _excluded$i = ["id", "name", "label", "inActiveChild", "activeChild", "labelPosition", "shadow", "size", "colorScheme", "value", "isHovered", "isDisabled", "isReadOnly", "on", "setOn", "onChange", "setValue", "setIsHovered", "helperText", "styles"];
3291
3236
  var SwitchContent = props => /*#__PURE__*/React.createElement(Input, Object.assign({
3292
3237
  type: "checkbox"
3293
3238
  }, props));
@@ -3317,7 +3262,7 @@ var SwitchView = _ref => {
3317
3262
  label: {}
3318
3263
  }
3319
3264
  } = _ref,
3320
- props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
3265
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
3321
3266
  var handleToggle = event => {
3322
3267
  if (!isReadOnly) {
3323
3268
  setValue(!value);
@@ -3407,7 +3352,7 @@ var useTextAreaState = _ref => {
3407
3352
  // Export of the useTextAreaState hook for external usage.
3408
3353
  };
3409
3354
 
3410
- 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"];
3355
+ var _excluded$j = ["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"];
3411
3356
  var TextAreaView = _ref => {
3412
3357
  var {
3413
3358
  id,
@@ -3447,7 +3392,7 @@ var TextAreaView = _ref => {
3447
3392
  field: {}
3448
3393
  }
3449
3394
  } = _ref,
3450
- props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
3395
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
3451
3396
  var isWithLabel = !!(isFocused && label);
3452
3397
  var fieldStyles = Object.assign({
3453
3398
  margin: 0,
@@ -3577,7 +3522,7 @@ var useTextFieldState = _ref => {
3577
3522
  };
3578
3523
  };
3579
3524
 
3580
- 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"];
3525
+ var _excluded$k = ["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"];
3581
3526
  var TextFieldInput = props => /*#__PURE__*/React.createElement(Input, Object.assign({
3582
3527
  type: "text"
3583
3528
  }, props));
@@ -3620,7 +3565,7 @@ var TextFieldView = _ref => {
3620
3565
  onFocus,
3621
3566
  onBlur = () => {}
3622
3567
  } = _ref,
3623
- props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
3568
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
3624
3569
  var {
3625
3570
  getColor
3626
3571
  } = useTheme();
@@ -3801,7 +3746,7 @@ var IconSizes$3 = {
3801
3746
  '6xl': 60
3802
3747
  };
3803
3748
 
3804
- 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"];
3749
+ var _excluded$l = ["id", "icon", "name", "label", "isChecked", "onChange", "onValueChange", "shadow", "labelPosition", "size", "colorScheme", "error", "isSelected", "isHovered", "isDisabled", "isReadOnly", "isIndeterminate", "defaultIsSelected", "setIsSelected", "setIsHovered", "styles", "infoText", "helperText"];
3805
3750
  var CheckboxView = _ref => {
3806
3751
  var {
3807
3752
  id,
@@ -3829,7 +3774,7 @@ var CheckboxView = _ref => {
3829
3774
  },
3830
3775
  infoText
3831
3776
  } = _ref,
3832
- props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
3777
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
3833
3778
  var handleHover = () => setIsHovered(!isHovered);
3834
3779
  var handleChange = () => {
3835
3780
  if (!isReadOnly && !isDisabled) {
@@ -5388,11 +5333,11 @@ var IconSizes$4 = {
5388
5333
  xl: 16
5389
5334
  };
5390
5335
 
5391
- var _excluded$n = ["size"],
5336
+ var _excluded$m = ["size"],
5392
5337
  _excluded2$4 = ["size"],
5393
5338
  _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"];
5394
5339
  var CountryList = _ref => {
5395
- var props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
5340
+ var props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
5396
5341
  return /*#__PURE__*/React.createElement(Element, Object.assign({
5397
5342
  as: "ul"
5398
5343
  }, props));
@@ -5631,7 +5576,7 @@ var useDatePickerState = () => {
5631
5576
  };
5632
5577
  };
5633
5578
 
5634
- 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"];
5579
+ var _excluded$n = ["id", "icon", "name", "label", "date", "children", "helperText", "shadow", "size", "variant", "shape", "colorScheme", "styles", "error", "isHovered", "isFocused", "isDisabled", "isReadOnly", "setDate", "setIsFocused", "setIsHovered", "onChange", "onChangeText"];
5635
5580
  var DatePickerContent = props => /*#__PURE__*/React.createElement(Input, Object.assign({
5636
5581
  type: "date"
5637
5582
  }, props));
@@ -5665,7 +5610,7 @@ var DatePickerView = _ref => {
5665
5610
  onChange,
5666
5611
  onChangeText
5667
5612
  } = _ref,
5668
- props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
5613
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
5669
5614
  var isWithLabel = !!(isFocused && label);
5670
5615
  var handleHover = () => setIsHovered(!isHovered);
5671
5616
  var handleFocus = () => setIsFocused(true);
@@ -5753,7 +5698,7 @@ var usePasswordState = props => {
5753
5698
  }, props, textFieldStates);
5754
5699
  };
5755
5700
 
5756
- var _excluded$p = ["visibleIcon", "hiddenIcon"],
5701
+ var _excluded$o = ["visibleIcon", "hiddenIcon"],
5757
5702
  _excluded2$5 = ["isVisible", "setIsVisible"];
5758
5703
  var PasswordComponent = _ref => {
5759
5704
  var {
@@ -5764,7 +5709,7 @@ var PasswordComponent = _ref => {
5764
5709
  size: 14
5765
5710
  })
5766
5711
  } = _ref,
5767
- props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
5712
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
5768
5713
  var _usePasswordState = usePasswordState(props),
5769
5714
  {
5770
5715
  isVisible,
@@ -5818,7 +5763,7 @@ var useComboBoxState = (items, placeholder, searchPlaceholder) => {
5818
5763
  };
5819
5764
  };
5820
5765
 
5821
- var _excluded$q = ["placeholder", "items", "showTick", "onSelect", "searchEnabled", "left", "right", "label", "filteredItems", "setSelectedItem", "selectedItem", "highlightedIndex", "setHighlightedIndex", "searchQuery", "setSearchQuery", "setFilteredItems", "styles", "isDropdownVisible", "setIsDropdownVisible"];
5766
+ var _excluded$p = ["placeholder", "items", "showTick", "onSelect", "searchEnabled", "left", "right", "label", "filteredItems", "setSelectedItem", "selectedItem", "highlightedIndex", "setHighlightedIndex", "searchQuery", "setSearchQuery", "setFilteredItems", "styles", "isDropdownVisible", "setIsDropdownVisible"];
5822
5767
  // Defines the functional component 'ComboBoxView' with destructured props.
5823
5768
  var ComboBoxView = _ref => {
5824
5769
  var {
@@ -5843,7 +5788,7 @@ var ComboBoxView = _ref => {
5843
5788
  setIsDropdownVisible
5844
5789
  // Collects all further props not destructured explicitly.
5845
5790
  } = _ref,
5846
- props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
5791
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
5847
5792
  // Sets up an effect to handle clicking outside the dropdown to close it.
5848
5793
  useEffect(() => {
5849
5794
  var handleClickOutside = event => {
@@ -5954,7 +5899,7 @@ var ComboBoxView = _ref => {
5954
5899
  }))))))))))));
5955
5900
  };
5956
5901
 
5957
- var _excluded$r = ["id", "name", "items", "placeholder", "searchPlaceholder"];
5902
+ var _excluded$q = ["id", "name", "items", "placeholder", "searchPlaceholder"];
5958
5903
  // Defines the ComboBoxComponent functional component with ComboBoxProps
5959
5904
  var ComboBoxComponent = _ref => {
5960
5905
  var {
@@ -5970,7 +5915,7 @@ var ComboBoxComponent = _ref => {
5970
5915
  searchPlaceholder
5971
5916
  // Destructures the rest of the props not explicitly defined
5972
5917
  } = _ref,
5973
- props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
5918
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
5974
5919
  // Initializes ComboBox state using custom hook with items and placeholders
5975
5920
  var state = useComboBoxState(items, placeholder, searchPlaceholder);
5976
5921
  return (
@@ -5986,7 +5931,7 @@ var ComboBoxComponent = _ref => {
5986
5931
  // Exports the ComboBoxComponent as ComboBox
5987
5932
  var ComboBox = ComboBoxComponent;
5988
5933
 
5989
- var _excluded$s = ["children", "autoFocus", "initFocus", "onChange"];
5934
+ var _excluded$r = ["children", "autoFocus", "initFocus", "onChange"];
5990
5935
  var FocusContext = /*#__PURE__*/createContext({
5991
5936
  active: false,
5992
5937
  focusNextInput: () => {},
@@ -6002,7 +5947,7 @@ var FormikForm = _ref => {
6002
5947
  initFocus,
6003
5948
  onChange = () => {}
6004
5949
  } = _ref,
6005
- props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
5950
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
6006
5951
  var formik = useFormikContext();
6007
5952
  useEffect(() => {
6008
5953
  onChange(formik.values);
@@ -6050,7 +5995,7 @@ var FormikForm = _ref => {
6050
5995
  }, /*#__PURE__*/React.createElement(Form, Object.assign({}, props), children));
6051
5996
  };
6052
5997
 
6053
- var _excluded$t = ["name", "type"];
5998
+ var _excluded$s = ["name", "type"];
6054
5999
  var getInputTypeProps = type => {
6055
6000
  switch (type) {
6056
6001
  case 'email':
@@ -6089,7 +6034,7 @@ var useFormikInput = _ref => {
6089
6034
  name,
6090
6035
  type
6091
6036
  } = _ref,
6092
- props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
6037
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
6093
6038
  var focus = useFormFocus();
6094
6039
  var {
6095
6040
  touched,
@@ -6133,13 +6078,13 @@ var useFormikInput = _ref => {
6133
6078
  } : {});
6134
6079
  };
6135
6080
 
6136
- var _excluded$u = ["value"];
6081
+ var _excluded$t = ["value"];
6137
6082
  var CheckboxComponent$1 = props => {
6138
6083
  var _useFormikInput = useFormikInput(props),
6139
6084
  {
6140
6085
  value
6141
6086
  } = _useFormikInput,
6142
- formProps = _objectWithoutPropertiesLoose(_useFormikInput, _excluded$u);
6087
+ formProps = _objectWithoutPropertiesLoose(_useFormikInput, _excluded$t);
6143
6088
  formProps.isChecked = value;
6144
6089
  var checkboxStates = useCheckboxState(props);
6145
6090
  return /*#__PURE__*/React.createElement(CheckboxView, Object.assign({}, checkboxStates, formProps));
@@ -6197,11 +6142,11 @@ var TextAreaComponent$1 = props => {
6197
6142
  */
6198
6143
  var FormikTextArea = TextAreaComponent$1;
6199
6144
 
6200
- var _excluded$v = ["value"];
6145
+ var _excluded$u = ["value"];
6201
6146
  var TextFieldComponent$1 = props => {
6202
6147
  var formProps = useFormikInput(props);
6203
6148
  var _useTextFieldState = useTextFieldState(props),
6204
- textFieldStates = _objectWithoutPropertiesLoose(_useTextFieldState, _excluded$v);
6149
+ textFieldStates = _objectWithoutPropertiesLoose(_useTextFieldState, _excluded$u);
6205
6150
  return /*#__PURE__*/React.createElement(TextFieldView, Object.assign({}, textFieldStates, formProps));
6206
6151
  };
6207
6152
  /**
@@ -6209,7 +6154,7 @@ var TextFieldComponent$1 = props => {
6209
6154
  */
6210
6155
  var FormikTextField = TextFieldComponent$1;
6211
6156
 
6212
- var _excluded$w = ["visibleIcon", "hiddenIcon"],
6157
+ var _excluded$v = ["visibleIcon", "hiddenIcon"],
6213
6158
  _excluded2$6 = ["isVisible", "setIsVisible"];
6214
6159
  var PasswordComponent$1 = _ref => {
6215
6160
  var {
@@ -6220,7 +6165,7 @@ var PasswordComponent$1 = _ref => {
6220
6165
  size: 14
6221
6166
  })
6222
6167
  } = _ref,
6223
- props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
6168
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
6224
6169
  var formProps = useFormikInput(props);
6225
6170
  var _usePasswordState = usePasswordState(formProps),
6226
6171
  {
@@ -6245,14 +6190,14 @@ var PasswordComponent$1 = _ref => {
6245
6190
  */
6246
6191
  var FormikPassword = PasswordComponent$1;
6247
6192
 
6248
- var _excluded$x = ["items", "placeholder", "searchPlaceholder"];
6193
+ var _excluded$w = ["items", "placeholder", "searchPlaceholder"];
6249
6194
  var ComboBoxComponent$1 = _ref => {
6250
6195
  var {
6251
6196
  items,
6252
6197
  placeholder,
6253
6198
  searchPlaceholder
6254
6199
  } = _ref,
6255
- props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
6200
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
6256
6201
  var formProps = useFormikInput(props);
6257
6202
  var ComboBoxStates = useComboBoxState(items, placeholder, searchPlaceholder);
6258
6203
  // Ensure the onChange function from formProps is being called when an item is selected
@@ -6621,7 +6566,7 @@ var HeaderIconSizes = {
6621
6566
  xl: 28
6622
6567
  };
6623
6568
 
6624
- var _excluded$y = ["children", "blur", "isOpen", "isClosePrevented", "onClose", "position"],
6569
+ var _excluded$x = ["children", "blur", "isOpen", "isClosePrevented", "onClose", "position"],
6625
6570
  _excluded2$7 = ["children", "shadow", "isFullScreen", "shape"],
6626
6571
  _excluded3$4 = ["children", "buttonColor", "iconSize", "buttonPosition"],
6627
6572
  _excluded4$3 = ["children"],
@@ -6635,7 +6580,7 @@ var ModalOverlay = _ref => {
6635
6580
  onClose = () => {},
6636
6581
  position = 'center'
6637
6582
  } = _ref,
6638
- props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
6583
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
6639
6584
  var handleClick = () => {
6640
6585
  if (!isClosePrevented) onClose();
6641
6586
  };
@@ -7024,7 +6969,7 @@ var ToggleShapes = {
7024
6969
  pillShaped: 24
7025
6970
  };
7026
6971
 
7027
- var _excluded$z = ["children", "shape", "colorScheme", "variant", "isHovered", "setIsHovered", "isDisabled", "isToggle", "setIsToggled", "onToggle"];
6972
+ var _excluded$y = ["children", "shape", "colorScheme", "variant", "isHovered", "setIsHovered", "isDisabled", "isToggle", "setIsToggled", "onToggle"];
7028
6973
  var ToggleView = _ref => {
7029
6974
  var {
7030
6975
  children,
@@ -7038,7 +6983,7 @@ var ToggleView = _ref => {
7038
6983
  setIsToggled,
7039
6984
  onToggle
7040
6985
  } = _ref,
7041
- props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
6986
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
7042
6987
  var toggleColor = !isDisabled ? colorScheme : 'theme.disabled';
7043
6988
  var isActive = !!(isToggle || isHovered);
7044
6989
  var ToggleVariants = {
@@ -7080,7 +7025,7 @@ var ToggleView = _ref => {
7080
7025
  }, ToggleVariants[variant], props), children);
7081
7026
  };
7082
7027
 
7083
- var _excluded$A = ["children", "shape", "colorScheme", "variant", "isDisabled", "isToggled", "onToggle"];
7028
+ var _excluded$z = ["children", "shape", "colorScheme", "variant", "isDisabled", "isToggled", "onToggle"];
7084
7029
  // Destructuring properties from ToggleProps to be used within the ToggleComponent.
7085
7030
  var ToggleComponent = _ref => {
7086
7031
  var {
@@ -7093,7 +7038,7 @@ var ToggleComponent = _ref => {
7093
7038
  isToggled = false,
7094
7039
  onToggle
7095
7040
  } = _ref,
7096
- props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
7041
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
7097
7042
  // Initializing toggle state and set state functions using the custom hook useToggleState.
7098
7043
  var {
7099
7044
  isHovered,