@app-studio/web 0.8.22 → 0.8.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Icon/Icon.d.ts +1 -0
- package/dist/web.cjs.development.js +147 -103
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +147 -104
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +147 -103
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
package/dist/web.esm.js
CHANGED
|
@@ -263,7 +263,8 @@ var _excluded$4 = ["size", "color"],
|
|
|
263
263
|
_excluded47 = ["size", "color"],
|
|
264
264
|
_excluded48 = ["size", "color"],
|
|
265
265
|
_excluded49 = ["size", "color"],
|
|
266
|
-
_excluded50 = ["size", "color"]
|
|
266
|
+
_excluded50 = ["size", "color"],
|
|
267
|
+
_excluded51 = ["size", "color"];
|
|
267
268
|
// Default wrapper component for consistent sizing
|
|
268
269
|
var IconWrapper = _ref => {
|
|
269
270
|
var {
|
|
@@ -311,7 +312,6 @@ var CheckIcon = _ref3 => {
|
|
|
311
312
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
312
313
|
viewBox: "0 0 24 24",
|
|
313
314
|
fill: "none",
|
|
314
|
-
stroke: 'currentColor',
|
|
315
315
|
strokeWidth: "1"
|
|
316
316
|
}, /*#__PURE__*/React.createElement("path", {
|
|
317
317
|
d: "M17.0001 9L10 16L7 13",
|
|
@@ -329,10 +329,25 @@ var CloseIcon = _ref4 => {
|
|
|
329
329
|
size: size,
|
|
330
330
|
color: color
|
|
331
331
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
332
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
333
|
+
width: "24",
|
|
334
|
+
height: "24",
|
|
332
335
|
viewBox: "0 0 24 24",
|
|
333
|
-
fill:
|
|
334
|
-
|
|
335
|
-
|
|
336
|
+
fill: "none",
|
|
337
|
+
stroke: "currentColor",
|
|
338
|
+
strokeWidth: "2",
|
|
339
|
+
strokeLinecap: "round",
|
|
340
|
+
strokeLinejoin: "round"
|
|
341
|
+
}, /*#__PURE__*/React.createElement("line", {
|
|
342
|
+
x1: "18",
|
|
343
|
+
y1: "6",
|
|
344
|
+
x2: "6",
|
|
345
|
+
y2: "18"
|
|
346
|
+
}), /*#__PURE__*/React.createElement("line", {
|
|
347
|
+
x1: "6",
|
|
348
|
+
y1: "6",
|
|
349
|
+
x2: "18",
|
|
350
|
+
y2: "18"
|
|
336
351
|
})));
|
|
337
352
|
};
|
|
338
353
|
var CloseEyeIcon = _ref5 => {
|
|
@@ -516,7 +531,7 @@ var ProfileIcon = _ref14 => {
|
|
|
516
531
|
d: "M12 13c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4zm0-9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z M12 2C9.79 2 8 3.79 8 6s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z M12 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"
|
|
517
532
|
})));
|
|
518
533
|
};
|
|
519
|
-
var
|
|
534
|
+
var BoldArrowIcon = _ref15 => {
|
|
520
535
|
var {
|
|
521
536
|
size = 24,
|
|
522
537
|
color = 'currentColor'
|
|
@@ -532,7 +547,7 @@ var ArrowIcon = _ref15 => {
|
|
|
532
547
|
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
533
548
|
})));
|
|
534
549
|
};
|
|
535
|
-
var
|
|
550
|
+
var ArrowIcon = _ref16 => {
|
|
536
551
|
var {
|
|
537
552
|
size = 24,
|
|
538
553
|
color = 'currentColor'
|
|
@@ -542,13 +557,24 @@ var SearchIcon = _ref16 => {
|
|
|
542
557
|
size: size,
|
|
543
558
|
color: color
|
|
544
559
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
560
|
+
width: "24",
|
|
561
|
+
height: "24",
|
|
545
562
|
viewBox: "0 0 24 24",
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
563
|
+
strokeWidth: "1",
|
|
564
|
+
stroke: 'currentColor',
|
|
565
|
+
fill: "none",
|
|
566
|
+
strokeLinecap: "round",
|
|
567
|
+
strokeLinejoin: "round"
|
|
568
|
+
}, /*#__PURE__*/React.createElement("line", {
|
|
569
|
+
x1: "12",
|
|
570
|
+
y1: "20",
|
|
571
|
+
x2: "12",
|
|
572
|
+
y2: "8"
|
|
573
|
+
}), /*#__PURE__*/React.createElement("polyline", {
|
|
574
|
+
points: "6 12 12 6 18 12"
|
|
549
575
|
})));
|
|
550
576
|
};
|
|
551
|
-
var
|
|
577
|
+
var SearchIcon = _ref17 => {
|
|
552
578
|
var {
|
|
553
579
|
size = 24,
|
|
554
580
|
color = 'currentColor'
|
|
@@ -561,10 +587,10 @@ var SuccessIcon = _ref17 => {
|
|
|
561
587
|
viewBox: "0 0 24 24",
|
|
562
588
|
fill: 'currentColor'
|
|
563
589
|
}, /*#__PURE__*/React.createElement("path", {
|
|
564
|
-
d: "
|
|
590
|
+
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"
|
|
565
591
|
})));
|
|
566
592
|
};
|
|
567
|
-
var
|
|
593
|
+
var SuccessIcon = _ref18 => {
|
|
568
594
|
var {
|
|
569
595
|
size = 24,
|
|
570
596
|
color = 'currentColor'
|
|
@@ -575,16 +601,12 @@ var TickIcon = _ref18 => {
|
|
|
575
601
|
color: color
|
|
576
602
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
577
603
|
viewBox: "0 0 24 24",
|
|
578
|
-
fill:
|
|
579
|
-
stroke: 'currentColor',
|
|
580
|
-
strokeWidth: "2"
|
|
604
|
+
fill: 'currentColor'
|
|
581
605
|
}, /*#__PURE__*/React.createElement("path", {
|
|
582
|
-
d: "
|
|
583
|
-
strokeLinecap: "round",
|
|
584
|
-
strokeLinejoin: "round"
|
|
606
|
+
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"
|
|
585
607
|
})));
|
|
586
608
|
};
|
|
587
|
-
var
|
|
609
|
+
var TickIcon = _ref19 => {
|
|
588
610
|
var {
|
|
589
611
|
size = 24,
|
|
590
612
|
color = 'currentColor'
|
|
@@ -597,12 +619,14 @@ var NotificationIcon = _ref19 => {
|
|
|
597
619
|
viewBox: "0 0 24 24",
|
|
598
620
|
fill: "none",
|
|
599
621
|
stroke: 'currentColor',
|
|
600
|
-
strokeWidth: "
|
|
622
|
+
strokeWidth: "2"
|
|
601
623
|
}, /*#__PURE__*/React.createElement("path", {
|
|
602
|
-
d: "
|
|
624
|
+
d: "M5 13l4 4L19 7",
|
|
625
|
+
strokeLinecap: "round",
|
|
626
|
+
strokeLinejoin: "round"
|
|
603
627
|
})));
|
|
604
628
|
};
|
|
605
|
-
var
|
|
629
|
+
var NotificationIcon = _ref20 => {
|
|
606
630
|
var {
|
|
607
631
|
size = 24,
|
|
608
632
|
color = 'currentColor'
|
|
@@ -617,10 +641,10 @@ var SettingsIcon = _ref20 => {
|
|
|
617
641
|
stroke: 'currentColor',
|
|
618
642
|
strokeWidth: "1"
|
|
619
643
|
}, /*#__PURE__*/React.createElement("path", {
|
|
620
|
-
d: "
|
|
644
|
+
d: "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"
|
|
621
645
|
})));
|
|
622
646
|
};
|
|
623
|
-
var
|
|
647
|
+
var SettingsIcon = _ref21 => {
|
|
624
648
|
var {
|
|
625
649
|
size = 24,
|
|
626
650
|
color = 'currentColor'
|
|
@@ -635,10 +659,10 @@ var CalendarIcon = _ref21 => {
|
|
|
635
659
|
stroke: 'currentColor',
|
|
636
660
|
strokeWidth: "1"
|
|
637
661
|
}, /*#__PURE__*/React.createElement("path", {
|
|
638
|
-
d: "M19
|
|
662
|
+
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"
|
|
639
663
|
})));
|
|
640
664
|
};
|
|
641
|
-
var
|
|
665
|
+
var CalendarIcon = _ref22 => {
|
|
642
666
|
var {
|
|
643
667
|
size = 24,
|
|
644
668
|
color = 'currentColor'
|
|
@@ -648,15 +672,15 @@ var AddIcon = _ref22 => {
|
|
|
648
672
|
size: size,
|
|
649
673
|
color: color
|
|
650
674
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
675
|
+
viewBox: "0 0 24 24",
|
|
676
|
+
fill: "none",
|
|
677
|
+
stroke: 'currentColor',
|
|
678
|
+
strokeWidth: "1"
|
|
655
679
|
}, /*#__PURE__*/React.createElement("path", {
|
|
656
|
-
d: "
|
|
680
|
+
d: "M19 4h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z"
|
|
657
681
|
})));
|
|
658
682
|
};
|
|
659
|
-
var
|
|
683
|
+
var AddIcon = _ref23 => {
|
|
660
684
|
var {
|
|
661
685
|
size = 24,
|
|
662
686
|
color = 'currentColor'
|
|
@@ -666,15 +690,15 @@ var DownloadIcon = _ref23 => {
|
|
|
666
690
|
size: size,
|
|
667
691
|
color: color
|
|
668
692
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
693
|
+
width: "16",
|
|
694
|
+
height: "16",
|
|
695
|
+
fill: "currentColor",
|
|
696
|
+
viewBox: "0 0 24 24"
|
|
673
697
|
}, /*#__PURE__*/React.createElement("path", {
|
|
674
|
-
d: "
|
|
698
|
+
d: "M22.286 11.143h-9.429V1.715h-1.714v9.428H1.714v1.715h9.429v9.428h1.714v-9.428h9.429v-1.715Z"
|
|
675
699
|
})));
|
|
676
700
|
};
|
|
677
|
-
var
|
|
701
|
+
var DownloadIcon = _ref24 => {
|
|
678
702
|
var {
|
|
679
703
|
size = 24,
|
|
680
704
|
color = 'currentColor'
|
|
@@ -689,10 +713,10 @@ var UploadIcon = _ref24 => {
|
|
|
689
713
|
stroke: 'currentColor',
|
|
690
714
|
strokeWidth: "1"
|
|
691
715
|
}, /*#__PURE__*/React.createElement("path", {
|
|
692
|
-
d: "
|
|
716
|
+
d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
|
|
693
717
|
})));
|
|
694
718
|
};
|
|
695
|
-
var
|
|
719
|
+
var UploadIcon = _ref25 => {
|
|
696
720
|
var {
|
|
697
721
|
size = 24,
|
|
698
722
|
color = 'currentColor'
|
|
@@ -707,10 +731,10 @@ var BookmarkIcon = _ref25 => {
|
|
|
707
731
|
stroke: 'currentColor',
|
|
708
732
|
strokeWidth: "1"
|
|
709
733
|
}, /*#__PURE__*/React.createElement("path", {
|
|
710
|
-
d: "
|
|
734
|
+
d: "M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z"
|
|
711
735
|
})));
|
|
712
736
|
};
|
|
713
|
-
var
|
|
737
|
+
var BookmarkIcon = _ref26 => {
|
|
714
738
|
var {
|
|
715
739
|
size = 24,
|
|
716
740
|
color = 'currentColor'
|
|
@@ -725,10 +749,10 @@ var HomeIcon = _ref26 => {
|
|
|
725
749
|
stroke: 'currentColor',
|
|
726
750
|
strokeWidth: "1"
|
|
727
751
|
}, /*#__PURE__*/React.createElement("path", {
|
|
728
|
-
d: "
|
|
752
|
+
d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
|
|
729
753
|
})));
|
|
730
754
|
};
|
|
731
|
-
var
|
|
755
|
+
var HomeIcon = _ref27 => {
|
|
732
756
|
var {
|
|
733
757
|
size = 24,
|
|
734
758
|
color = 'currentColor'
|
|
@@ -743,10 +767,10 @@ var MenuIcon = _ref27 => {
|
|
|
743
767
|
stroke: 'currentColor',
|
|
744
768
|
strokeWidth: "1"
|
|
745
769
|
}, /*#__PURE__*/React.createElement("path", {
|
|
746
|
-
d: "
|
|
770
|
+
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
747
771
|
})));
|
|
748
772
|
};
|
|
749
|
-
var
|
|
773
|
+
var MenuIcon = _ref28 => {
|
|
750
774
|
var {
|
|
751
775
|
size = 24,
|
|
752
776
|
color = 'currentColor'
|
|
@@ -761,10 +785,10 @@ var ShareIcon = _ref28 => {
|
|
|
761
785
|
stroke: 'currentColor',
|
|
762
786
|
strokeWidth: "1"
|
|
763
787
|
}, /*#__PURE__*/React.createElement("path", {
|
|
764
|
-
d: "
|
|
788
|
+
d: "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"
|
|
765
789
|
})));
|
|
766
790
|
};
|
|
767
|
-
var
|
|
791
|
+
var ShareIcon = _ref29 => {
|
|
768
792
|
var {
|
|
769
793
|
size = 24,
|
|
770
794
|
color = 'currentColor'
|
|
@@ -779,10 +803,10 @@ var FilterIcon = _ref29 => {
|
|
|
779
803
|
stroke: 'currentColor',
|
|
780
804
|
strokeWidth: "1"
|
|
781
805
|
}, /*#__PURE__*/React.createElement("path", {
|
|
782
|
-
d: "
|
|
806
|
+
d: "M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM6 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm12 7.02c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"
|
|
783
807
|
})));
|
|
784
808
|
};
|
|
785
|
-
var
|
|
809
|
+
var FilterIcon = _ref30 => {
|
|
786
810
|
var {
|
|
787
811
|
size = 24,
|
|
788
812
|
color = 'currentColor'
|
|
@@ -797,10 +821,10 @@ var RefreshIcon = _ref30 => {
|
|
|
797
821
|
stroke: 'currentColor',
|
|
798
822
|
strokeWidth: "1"
|
|
799
823
|
}, /*#__PURE__*/React.createElement("path", {
|
|
800
|
-
d: "
|
|
824
|
+
d: "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
801
825
|
})));
|
|
802
826
|
};
|
|
803
|
-
var
|
|
827
|
+
var RefreshIcon = _ref31 => {
|
|
804
828
|
var {
|
|
805
829
|
size = 24,
|
|
806
830
|
color = 'currentColor'
|
|
@@ -815,10 +839,10 @@ var CopyIcon = _ref31 => {
|
|
|
815
839
|
stroke: 'currentColor',
|
|
816
840
|
strokeWidth: "1"
|
|
817
841
|
}, /*#__PURE__*/React.createElement("path", {
|
|
818
|
-
d: "
|
|
842
|
+
d: "M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"
|
|
819
843
|
})));
|
|
820
844
|
};
|
|
821
|
-
var
|
|
845
|
+
var CopyIcon = _ref32 => {
|
|
822
846
|
var {
|
|
823
847
|
size = 24,
|
|
824
848
|
color = 'currentColor'
|
|
@@ -833,10 +857,10 @@ var SaveIcon = _ref32 => {
|
|
|
833
857
|
stroke: 'currentColor',
|
|
834
858
|
strokeWidth: "1"
|
|
835
859
|
}, /*#__PURE__*/React.createElement("path", {
|
|
836
|
-
d: "
|
|
860
|
+
d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"
|
|
837
861
|
})));
|
|
838
862
|
};
|
|
839
|
-
var
|
|
863
|
+
var SaveIcon = _ref33 => {
|
|
840
864
|
var {
|
|
841
865
|
size = 24,
|
|
842
866
|
color = 'currentColor'
|
|
@@ -851,10 +875,10 @@ var PrintIcon = _ref33 => {
|
|
|
851
875
|
stroke: 'currentColor',
|
|
852
876
|
strokeWidth: "1"
|
|
853
877
|
}, /*#__PURE__*/React.createElement("path", {
|
|
854
|
-
d: "
|
|
878
|
+
d: "M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z"
|
|
855
879
|
})));
|
|
856
880
|
};
|
|
857
|
-
var
|
|
881
|
+
var PrintIcon = _ref34 => {
|
|
858
882
|
var {
|
|
859
883
|
size = 24,
|
|
860
884
|
color = 'currentColor'
|
|
@@ -869,11 +893,10 @@ var LockIcon = _ref34 => {
|
|
|
869
893
|
stroke: 'currentColor',
|
|
870
894
|
strokeWidth: "1"
|
|
871
895
|
}, /*#__PURE__*/React.createElement("path", {
|
|
872
|
-
d: "
|
|
896
|
+
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"
|
|
873
897
|
})));
|
|
874
898
|
};
|
|
875
|
-
|
|
876
|
-
var UnlockIcon = _ref35 => {
|
|
899
|
+
var LockIcon = _ref35 => {
|
|
877
900
|
var {
|
|
878
901
|
size = 24,
|
|
879
902
|
color = 'currentColor'
|
|
@@ -888,10 +911,11 @@ var UnlockIcon = _ref35 => {
|
|
|
888
911
|
stroke: 'currentColor',
|
|
889
912
|
strokeWidth: "1"
|
|
890
913
|
}, /*#__PURE__*/React.createElement("path", {
|
|
891
|
-
d: "
|
|
914
|
+
d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"
|
|
892
915
|
})));
|
|
893
916
|
};
|
|
894
|
-
|
|
917
|
+
// Previous icons remain the same...
|
|
918
|
+
var UnlockIcon = _ref36 => {
|
|
895
919
|
var {
|
|
896
920
|
size = 24,
|
|
897
921
|
color = 'currentColor'
|
|
@@ -906,10 +930,10 @@ var StarIcon = _ref36 => {
|
|
|
906
930
|
stroke: 'currentColor',
|
|
907
931
|
strokeWidth: "1"
|
|
908
932
|
}, /*#__PURE__*/React.createElement("path", {
|
|
909
|
-
d: "M12
|
|
933
|
+
d: "M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2z"
|
|
910
934
|
})));
|
|
911
935
|
};
|
|
912
|
-
var
|
|
936
|
+
var StarIcon = _ref37 => {
|
|
913
937
|
var {
|
|
914
938
|
size = 24,
|
|
915
939
|
color = 'currentColor'
|
|
@@ -924,10 +948,10 @@ var HeartIcon = _ref37 => {
|
|
|
924
948
|
stroke: 'currentColor',
|
|
925
949
|
strokeWidth: "1"
|
|
926
950
|
}, /*#__PURE__*/React.createElement("path", {
|
|
927
|
-
d: "M12
|
|
951
|
+
d: "M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"
|
|
928
952
|
})));
|
|
929
953
|
};
|
|
930
|
-
var
|
|
954
|
+
var HeartIcon = _ref38 => {
|
|
931
955
|
var {
|
|
932
956
|
size = 24,
|
|
933
957
|
color = 'currentColor'
|
|
@@ -942,10 +966,10 @@ var ThumbUpIcon = _ref38 => {
|
|
|
942
966
|
stroke: 'currentColor',
|
|
943
967
|
strokeWidth: "1"
|
|
944
968
|
}, /*#__PURE__*/React.createElement("path", {
|
|
945
|
-
d: "
|
|
969
|
+
d: "M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"
|
|
946
970
|
})));
|
|
947
971
|
};
|
|
948
|
-
var
|
|
972
|
+
var ThumbUpIcon = _ref39 => {
|
|
949
973
|
var {
|
|
950
974
|
size = 24,
|
|
951
975
|
color = 'currentColor'
|
|
@@ -960,10 +984,10 @@ var ThumbDownIcon = _ref39 => {
|
|
|
960
984
|
stroke: 'currentColor',
|
|
961
985
|
strokeWidth: "1"
|
|
962
986
|
}, /*#__PURE__*/React.createElement("path", {
|
|
963
|
-
d: "
|
|
987
|
+
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"
|
|
964
988
|
})));
|
|
965
989
|
};
|
|
966
|
-
var
|
|
990
|
+
var ThumbDownIcon = _ref40 => {
|
|
967
991
|
var {
|
|
968
992
|
size = 24,
|
|
969
993
|
color = 'currentColor'
|
|
@@ -978,10 +1002,10 @@ var LocationIcon = _ref40 => {
|
|
|
978
1002
|
stroke: 'currentColor',
|
|
979
1003
|
strokeWidth: "1"
|
|
980
1004
|
}, /*#__PURE__*/React.createElement("path", {
|
|
981
|
-
d: "
|
|
1005
|
+
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"
|
|
982
1006
|
})));
|
|
983
1007
|
};
|
|
984
|
-
var
|
|
1008
|
+
var LocationIcon = _ref41 => {
|
|
985
1009
|
var {
|
|
986
1010
|
size = 24,
|
|
987
1011
|
color = 'currentColor'
|
|
@@ -996,10 +1020,10 @@ var ClockIcon = _ref41 => {
|
|
|
996
1020
|
stroke: 'currentColor',
|
|
997
1021
|
strokeWidth: "1"
|
|
998
1022
|
}, /*#__PURE__*/React.createElement("path", {
|
|
999
|
-
d: "
|
|
1023
|
+
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"
|
|
1000
1024
|
})));
|
|
1001
1025
|
};
|
|
1002
|
-
var
|
|
1026
|
+
var ClockIcon = _ref42 => {
|
|
1003
1027
|
var {
|
|
1004
1028
|
size = 24,
|
|
1005
1029
|
color = 'currentColor'
|
|
@@ -1014,12 +1038,10 @@ var CameraIcon = _ref42 => {
|
|
|
1014
1038
|
stroke: 'currentColor',
|
|
1015
1039
|
strokeWidth: "1"
|
|
1016
1040
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1017
|
-
d: "
|
|
1018
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1019
|
-
d: "M12 17c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3z"
|
|
1041
|
+
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"
|
|
1020
1042
|
})));
|
|
1021
1043
|
};
|
|
1022
|
-
var
|
|
1044
|
+
var CameraIcon = _ref43 => {
|
|
1023
1045
|
var {
|
|
1024
1046
|
size = 24,
|
|
1025
1047
|
color = 'currentColor'
|
|
@@ -1034,12 +1056,12 @@ var MicrophoneIcon = _ref43 => {
|
|
|
1034
1056
|
stroke: 'currentColor',
|
|
1035
1057
|
strokeWidth: "1"
|
|
1036
1058
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1037
|
-
d: "
|
|
1059
|
+
d: "M9 3L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.17L15 3H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"
|
|
1038
1060
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1039
|
-
d: "
|
|
1061
|
+
d: "M12 17c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3z"
|
|
1040
1062
|
})));
|
|
1041
1063
|
};
|
|
1042
|
-
var
|
|
1064
|
+
var MicrophoneIcon = _ref44 => {
|
|
1043
1065
|
var {
|
|
1044
1066
|
size = 24,
|
|
1045
1067
|
color = 'currentColor'
|
|
@@ -1054,10 +1076,12 @@ var WifiIcon = _ref44 => {
|
|
|
1054
1076
|
stroke: 'currentColor',
|
|
1055
1077
|
strokeWidth: "1"
|
|
1056
1078
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1057
|
-
d: "
|
|
1079
|
+
d: "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3z"
|
|
1080
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1081
|
+
d: "M17 11c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z"
|
|
1058
1082
|
})));
|
|
1059
1083
|
};
|
|
1060
|
-
var
|
|
1084
|
+
var WifiIcon = _ref45 => {
|
|
1061
1085
|
var {
|
|
1062
1086
|
size = 24,
|
|
1063
1087
|
color = 'currentColor'
|
|
@@ -1068,12 +1092,14 @@ var BluetoothIcon = _ref45 => {
|
|
|
1068
1092
|
color: color
|
|
1069
1093
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
1070
1094
|
viewBox: "0 0 24 24",
|
|
1071
|
-
fill:
|
|
1095
|
+
fill: "none",
|
|
1096
|
+
stroke: 'currentColor',
|
|
1097
|
+
strokeWidth: "1"
|
|
1072
1098
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1073
|
-
d: "
|
|
1099
|
+
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"
|
|
1074
1100
|
})));
|
|
1075
1101
|
};
|
|
1076
|
-
var
|
|
1102
|
+
var BluetoothIcon = _ref46 => {
|
|
1077
1103
|
var {
|
|
1078
1104
|
size = 24,
|
|
1079
1105
|
color = 'currentColor'
|
|
@@ -1082,6 +1108,22 @@ var BatteryIcon = _ref46 => {
|
|
|
1082
1108
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1083
1109
|
size: size,
|
|
1084
1110
|
color: color
|
|
1111
|
+
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
1112
|
+
viewBox: "0 0 24 24",
|
|
1113
|
+
fill: 'currentColor'
|
|
1114
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1115
|
+
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"
|
|
1116
|
+
})));
|
|
1117
|
+
};
|
|
1118
|
+
var BatteryIcon = _ref47 => {
|
|
1119
|
+
var {
|
|
1120
|
+
size = 24,
|
|
1121
|
+
color = 'currentColor'
|
|
1122
|
+
} = _ref47,
|
|
1123
|
+
props = _objectWithoutPropertiesLoose(_ref47, _excluded46);
|
|
1124
|
+
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1125
|
+
size: size,
|
|
1126
|
+
color: color
|
|
1085
1127
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
1086
1128
|
viewBox: "0 0 24 24",
|
|
1087
1129
|
fill: "none",
|
|
@@ -1092,12 +1134,12 @@ var BatteryIcon = _ref46 => {
|
|
|
1092
1134
|
})));
|
|
1093
1135
|
};
|
|
1094
1136
|
// More modern UI icons
|
|
1095
|
-
var SunIcon =
|
|
1137
|
+
var SunIcon = _ref48 => {
|
|
1096
1138
|
var {
|
|
1097
1139
|
size = 24,
|
|
1098
1140
|
color = 'currentColor'
|
|
1099
|
-
} =
|
|
1100
|
-
props = _objectWithoutPropertiesLoose(
|
|
1141
|
+
} = _ref48,
|
|
1142
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded47);
|
|
1101
1143
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1102
1144
|
size: size,
|
|
1103
1145
|
color: color
|
|
@@ -1114,12 +1156,12 @@ var SunIcon = _ref47 => {
|
|
|
1114
1156
|
d: "M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"
|
|
1115
1157
|
})));
|
|
1116
1158
|
};
|
|
1117
|
-
var MoonIcon =
|
|
1159
|
+
var MoonIcon = _ref49 => {
|
|
1118
1160
|
var {
|
|
1119
1161
|
size = 24,
|
|
1120
1162
|
color = 'currentColor'
|
|
1121
|
-
} =
|
|
1122
|
-
props = _objectWithoutPropertiesLoose(
|
|
1163
|
+
} = _ref49,
|
|
1164
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded48);
|
|
1123
1165
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1124
1166
|
size: size,
|
|
1125
1167
|
color: color
|
|
@@ -1132,12 +1174,12 @@ var MoonIcon = _ref48 => {
|
|
|
1132
1174
|
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1133
1175
|
})));
|
|
1134
1176
|
};
|
|
1135
|
-
var ErrorIcon =
|
|
1177
|
+
var ErrorIcon = _ref50 => {
|
|
1136
1178
|
var {
|
|
1137
1179
|
size = 24,
|
|
1138
1180
|
color = 'white'
|
|
1139
|
-
} =
|
|
1140
|
-
props = _objectWithoutPropertiesLoose(
|
|
1181
|
+
} = _ref50,
|
|
1182
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded49);
|
|
1141
1183
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1142
1184
|
size: size,
|
|
1143
1185
|
color: color
|
|
@@ -1151,12 +1193,12 @@ var ErrorIcon = _ref49 => {
|
|
|
1151
1193
|
d: "M265,357c0,11.05-8.95,20-20,20s-20-8.95-20-20v-175c0-11.05,8.95-20,20-20s20,8.95,20,20V357z"
|
|
1152
1194
|
})));
|
|
1153
1195
|
};
|
|
1154
|
-
var WarningIcon =
|
|
1196
|
+
var WarningIcon = _ref51 => {
|
|
1155
1197
|
var {
|
|
1156
1198
|
size = 24,
|
|
1157
1199
|
color = 'white'
|
|
1158
|
-
} =
|
|
1159
|
-
props = _objectWithoutPropertiesLoose(
|
|
1200
|
+
} = _ref51,
|
|
1201
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded50);
|
|
1160
1202
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1161
1203
|
size: size,
|
|
1162
1204
|
color: color
|
|
@@ -1176,12 +1218,12 @@ var WarningIcon = _ref50 => {
|
|
|
1176
1218
|
d: "M108.186,144.372c0,7.054-4.729,12.32-12.037,12.32h-0.254c-7.054,0-11.92-5.266-11.92-12.32 c0-7.298,5.012-12.31,12.174-12.31C103.311,132.062,108.059,137.054,108.186,144.372z M88.44,125.301h15.447l2.951-61.298H85.46 L88.44,125.301z M190.372,177.034c-2.237,3.664-6.214,5.921-10.493,5.921H12.282c-4.426,0-8.51-2.384-10.698-6.233 c-2.159-3.849-2.11-8.549,0.147-12.349l84.111-149.22c2.208-3.722,6.204-5.96,10.522-5.96h0.332 c4.445,0.107,8.441,2.618,10.513,6.546l83.515,149.229C192.717,168.768,192.629,173.331,190.372,177.034z M179.879,170.634 L96.354,21.454L12.292,170.634H179.879z"
|
|
1177
1219
|
})))))));
|
|
1178
1220
|
};
|
|
1179
|
-
var CloudIcon =
|
|
1221
|
+
var CloudIcon = _ref52 => {
|
|
1180
1222
|
var {
|
|
1181
1223
|
size = 24,
|
|
1182
1224
|
color = 'currentColor'
|
|
1183
|
-
} =
|
|
1184
|
-
props = _objectWithoutPropertiesLoose(
|
|
1225
|
+
} = _ref52,
|
|
1226
|
+
props = _objectWithoutPropertiesLoose(_ref52, _excluded51);
|
|
1185
1227
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1186
1228
|
size: size,
|
|
1187
1229
|
color: color
|
|
@@ -1210,6 +1252,7 @@ var Icon = {
|
|
|
1210
1252
|
PlusIcon: PlusIcon,
|
|
1211
1253
|
SpinnerIcon: SpinnerIcon,
|
|
1212
1254
|
ProfileIcon: ProfileIcon,
|
|
1255
|
+
BoldArrowIcon: BoldArrowIcon,
|
|
1213
1256
|
ArrowIcon: ArrowIcon,
|
|
1214
1257
|
SearchIcon: SearchIcon,
|
|
1215
1258
|
SuccessIcon: SuccessIcon,
|
|
@@ -6901,5 +6944,5 @@ var ToggleGroupComponent = _ref => {
|
|
|
6901
6944
|
// Expose the ToggleGroupComponent for import into other modules
|
|
6902
6945
|
var ToggleGroup = ToggleGroupComponent;
|
|
6903
6946
|
|
|
6904
|
-
export { AddIcon, Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, CheckIcon, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ComboBox, CopyIcon, CountryPicker, DatePicker, DownloadIcon, DustBinIcon, EditIcon, ErrorIcon, ExternalLinkIcon, FileImage, FileSVG, FilterIcon, FormikCheckbox, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikPassword, FormikSelect, FormikSwitch, FormikTextArea, FormikTextField, HeartIcon, HomeIcon, Horizontal, Icon, InfoIcon, Inline, Left, Link, Loader, LocationIcon, LockIcon, MenuIcon, MessageLayout, MessageView, MicrophoneIcon, MinusIcon, Modal, MoonIcon, NotificationIcon, OpenEyeIcon, Password, PlusIcon, PrintIcon, ProfileIcon, RefreshIcon, Right, SaveIcon, SearchIcon, Select, SettingsIcon, ShareIcon, SpinnerIcon, StarIcon, SuccessIcon, SunIcon, Switch, Table, Tabs, Text, TextArea, TextField, ThumbDownIcon, ThumbUpIcon, TickIcon, Toggle, ToggleGroup, Top, UnlockIcon, UploadIcon, Vertical, View, WarningIcon, WifiIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
|
|
6947
|
+
export { AddIcon, Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, BoldArrowIcon, BookmarkIcon, Bottom, Button, CalendarIcon, CameraIcon, Center, CheckIcon, Checkbox, ChevronIcon, ClockIcon, CloseEyeIcon, CloseIcon, CloudIcon, ComboBox, CopyIcon, CountryPicker, DatePicker, DownloadIcon, DustBinIcon, EditIcon, ErrorIcon, ExternalLinkIcon, FileImage, FileSVG, FilterIcon, FormikCheckbox, FormikComboBox, FormikCountryPicker, FormikDatePicker, FormikForm, FormikPassword, FormikSelect, FormikSwitch, FormikTextArea, FormikTextField, HeartIcon, HomeIcon, Horizontal, Icon, InfoIcon, Inline, Left, Link, Loader, LocationIcon, LockIcon, MenuIcon, MessageLayout, MessageView, MicrophoneIcon, MinusIcon, Modal, MoonIcon, NotificationIcon, OpenEyeIcon, Password, PlusIcon, PrintIcon, ProfileIcon, RefreshIcon, Right, SaveIcon, SearchIcon, Select, SettingsIcon, ShareIcon, SpinnerIcon, StarIcon, SuccessIcon, SunIcon, Switch, Table, Tabs, Text, TextArea, TextField, ThumbDownIcon, ThumbUpIcon, TickIcon, Toggle, ToggleGroup, Top, UnlockIcon, UploadIcon, Vertical, View, WarningIcon, WifiIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
|
|
6905
6948
|
//# sourceMappingURL=web.esm.js.map
|