@app-studio/web 0.8.21 → 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/components/Layout/Center/Center.d.ts +3 -2
- package/dist/components/Layout/Center/{Center/Center.props.d.ts → Center.props.d.ts} +1 -1
- package/dist/components/Layout/Horizontal/Horizontal.d.ts +3 -2
- package/dist/components/Layout/Vertical/Vertical.d.ts +3 -2
- package/dist/web.cjs.development.js +153 -115
- 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 +153 -116
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +153 -115
- 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/components/Layout/Center/Center/Center.view.d.ts +0 -4
- package/dist/components/Layout/Horizontal/Horizontal/Horizontal.view.d.ts +0 -4
- package/dist/components/Layout/Vertical/Vertical/Vertical.view.d.ts +0 -4
- /package/dist/components/Layout/Horizontal/{Horizontal/Horizontal.props.d.ts → Horizontal.props.d.ts} +0 -0
- /package/dist/components/Layout/Vertical/{Vertical/Vertical.props.d.ts → Vertical.props.d.ts} +0 -0
package/dist/web.esm.js
CHANGED
|
@@ -164,7 +164,7 @@ var TextComponent = props => {
|
|
|
164
164
|
var Text = TextComponent;
|
|
165
165
|
|
|
166
166
|
var _excluded$1 = ["justifyContent", "isReversed"];
|
|
167
|
-
var
|
|
167
|
+
var Vertical = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
168
168
|
var {
|
|
169
169
|
// Sets a default alignment for content within the Vertical container to 'flex-start'
|
|
170
170
|
justifyContent = 'flex-start',
|
|
@@ -180,12 +180,10 @@ var VerticalView = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
|
180
180
|
ref: ref
|
|
181
181
|
}));
|
|
182
182
|
});
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
var Vertical = props => (/*#__PURE__*/React.createElement(VerticalView, Object.assign({}, props)));
|
|
183
|
+
Vertical.displayName = 'Vertical';
|
|
186
184
|
|
|
187
185
|
var _excluded$2 = ["justifyContent", "isReversed"];
|
|
188
|
-
var
|
|
186
|
+
var Horizontal = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
189
187
|
var {
|
|
190
188
|
// Sets a default alignment for content within the Horizontal container to 'flex-start'
|
|
191
189
|
justifyContent = 'flex-start',
|
|
@@ -201,12 +199,10 @@ var HorizontalView = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
|
201
199
|
ref: ref
|
|
202
200
|
}));
|
|
203
201
|
});
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
var Horizontal = props => (/*#__PURE__*/React.createElement(HorizontalView, Object.assign({}, props)));
|
|
202
|
+
Horizontal.displayName = 'Horizontal';
|
|
207
203
|
|
|
208
204
|
var _excluded$3 = ["isReversed"];
|
|
209
|
-
var
|
|
205
|
+
var Center = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
210
206
|
var props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
|
|
211
207
|
return /*#__PURE__*/React.createElement(View$1, Object.assign({
|
|
212
208
|
display: "flex",
|
|
@@ -216,9 +212,7 @@ var CenterView = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
|
216
212
|
ref: ref
|
|
217
213
|
}));
|
|
218
214
|
});
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
var Center = props => (/*#__PURE__*/React.createElement(CenterView, Object.assign({}, props)));
|
|
215
|
+
Center.displayName = 'Center';
|
|
222
216
|
|
|
223
217
|
var _excluded$4 = ["size", "color"],
|
|
224
218
|
_excluded2 = ["size", "color"],
|
|
@@ -269,7 +263,8 @@ var _excluded$4 = ["size", "color"],
|
|
|
269
263
|
_excluded47 = ["size", "color"],
|
|
270
264
|
_excluded48 = ["size", "color"],
|
|
271
265
|
_excluded49 = ["size", "color"],
|
|
272
|
-
_excluded50 = ["size", "color"]
|
|
266
|
+
_excluded50 = ["size", "color"],
|
|
267
|
+
_excluded51 = ["size", "color"];
|
|
273
268
|
// Default wrapper component for consistent sizing
|
|
274
269
|
var IconWrapper = _ref => {
|
|
275
270
|
var {
|
|
@@ -317,7 +312,6 @@ var CheckIcon = _ref3 => {
|
|
|
317
312
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
318
313
|
viewBox: "0 0 24 24",
|
|
319
314
|
fill: "none",
|
|
320
|
-
stroke: 'currentColor',
|
|
321
315
|
strokeWidth: "1"
|
|
322
316
|
}, /*#__PURE__*/React.createElement("path", {
|
|
323
317
|
d: "M17.0001 9L10 16L7 13",
|
|
@@ -335,10 +329,25 @@ var CloseIcon = _ref4 => {
|
|
|
335
329
|
size: size,
|
|
336
330
|
color: color
|
|
337
331
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
332
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
333
|
+
width: "24",
|
|
334
|
+
height: "24",
|
|
338
335
|
viewBox: "0 0 24 24",
|
|
339
|
-
fill:
|
|
340
|
-
|
|
341
|
-
|
|
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"
|
|
342
351
|
})));
|
|
343
352
|
};
|
|
344
353
|
var CloseEyeIcon = _ref5 => {
|
|
@@ -522,7 +531,7 @@ var ProfileIcon = _ref14 => {
|
|
|
522
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"
|
|
523
532
|
})));
|
|
524
533
|
};
|
|
525
|
-
var
|
|
534
|
+
var BoldArrowIcon = _ref15 => {
|
|
526
535
|
var {
|
|
527
536
|
size = 24,
|
|
528
537
|
color = 'currentColor'
|
|
@@ -538,7 +547,7 @@ var ArrowIcon = _ref15 => {
|
|
|
538
547
|
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
539
548
|
})));
|
|
540
549
|
};
|
|
541
|
-
var
|
|
550
|
+
var ArrowIcon = _ref16 => {
|
|
542
551
|
var {
|
|
543
552
|
size = 24,
|
|
544
553
|
color = 'currentColor'
|
|
@@ -548,13 +557,24 @@ var SearchIcon = _ref16 => {
|
|
|
548
557
|
size: size,
|
|
549
558
|
color: color
|
|
550
559
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
560
|
+
width: "24",
|
|
561
|
+
height: "24",
|
|
551
562
|
viewBox: "0 0 24 24",
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
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"
|
|
555
575
|
})));
|
|
556
576
|
};
|
|
557
|
-
var
|
|
577
|
+
var SearchIcon = _ref17 => {
|
|
558
578
|
var {
|
|
559
579
|
size = 24,
|
|
560
580
|
color = 'currentColor'
|
|
@@ -567,10 +587,10 @@ var SuccessIcon = _ref17 => {
|
|
|
567
587
|
viewBox: "0 0 24 24",
|
|
568
588
|
fill: 'currentColor'
|
|
569
589
|
}, /*#__PURE__*/React.createElement("path", {
|
|
570
|
-
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"
|
|
571
591
|
})));
|
|
572
592
|
};
|
|
573
|
-
var
|
|
593
|
+
var SuccessIcon = _ref18 => {
|
|
574
594
|
var {
|
|
575
595
|
size = 24,
|
|
576
596
|
color = 'currentColor'
|
|
@@ -581,16 +601,12 @@ var TickIcon = _ref18 => {
|
|
|
581
601
|
color: color
|
|
582
602
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
583
603
|
viewBox: "0 0 24 24",
|
|
584
|
-
fill:
|
|
585
|
-
stroke: 'currentColor',
|
|
586
|
-
strokeWidth: "2"
|
|
604
|
+
fill: 'currentColor'
|
|
587
605
|
}, /*#__PURE__*/React.createElement("path", {
|
|
588
|
-
d: "
|
|
589
|
-
strokeLinecap: "round",
|
|
590
|
-
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"
|
|
591
607
|
})));
|
|
592
608
|
};
|
|
593
|
-
var
|
|
609
|
+
var TickIcon = _ref19 => {
|
|
594
610
|
var {
|
|
595
611
|
size = 24,
|
|
596
612
|
color = 'currentColor'
|
|
@@ -603,12 +619,14 @@ var NotificationIcon = _ref19 => {
|
|
|
603
619
|
viewBox: "0 0 24 24",
|
|
604
620
|
fill: "none",
|
|
605
621
|
stroke: 'currentColor',
|
|
606
|
-
strokeWidth: "
|
|
622
|
+
strokeWidth: "2"
|
|
607
623
|
}, /*#__PURE__*/React.createElement("path", {
|
|
608
|
-
d: "
|
|
624
|
+
d: "M5 13l4 4L19 7",
|
|
625
|
+
strokeLinecap: "round",
|
|
626
|
+
strokeLinejoin: "round"
|
|
609
627
|
})));
|
|
610
628
|
};
|
|
611
|
-
var
|
|
629
|
+
var NotificationIcon = _ref20 => {
|
|
612
630
|
var {
|
|
613
631
|
size = 24,
|
|
614
632
|
color = 'currentColor'
|
|
@@ -623,10 +641,10 @@ var SettingsIcon = _ref20 => {
|
|
|
623
641
|
stroke: 'currentColor',
|
|
624
642
|
strokeWidth: "1"
|
|
625
643
|
}, /*#__PURE__*/React.createElement("path", {
|
|
626
|
-
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"
|
|
627
645
|
})));
|
|
628
646
|
};
|
|
629
|
-
var
|
|
647
|
+
var SettingsIcon = _ref21 => {
|
|
630
648
|
var {
|
|
631
649
|
size = 24,
|
|
632
650
|
color = 'currentColor'
|
|
@@ -641,10 +659,10 @@ var CalendarIcon = _ref21 => {
|
|
|
641
659
|
stroke: 'currentColor',
|
|
642
660
|
strokeWidth: "1"
|
|
643
661
|
}, /*#__PURE__*/React.createElement("path", {
|
|
644
|
-
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"
|
|
645
663
|
})));
|
|
646
664
|
};
|
|
647
|
-
var
|
|
665
|
+
var CalendarIcon = _ref22 => {
|
|
648
666
|
var {
|
|
649
667
|
size = 24,
|
|
650
668
|
color = 'currentColor'
|
|
@@ -654,15 +672,15 @@ var AddIcon = _ref22 => {
|
|
|
654
672
|
size: size,
|
|
655
673
|
color: color
|
|
656
674
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
675
|
+
viewBox: "0 0 24 24",
|
|
676
|
+
fill: "none",
|
|
677
|
+
stroke: 'currentColor',
|
|
678
|
+
strokeWidth: "1"
|
|
661
679
|
}, /*#__PURE__*/React.createElement("path", {
|
|
662
|
-
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"
|
|
663
681
|
})));
|
|
664
682
|
};
|
|
665
|
-
var
|
|
683
|
+
var AddIcon = _ref23 => {
|
|
666
684
|
var {
|
|
667
685
|
size = 24,
|
|
668
686
|
color = 'currentColor'
|
|
@@ -672,15 +690,15 @@ var DownloadIcon = _ref23 => {
|
|
|
672
690
|
size: size,
|
|
673
691
|
color: color
|
|
674
692
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
693
|
+
width: "16",
|
|
694
|
+
height: "16",
|
|
695
|
+
fill: "currentColor",
|
|
696
|
+
viewBox: "0 0 24 24"
|
|
679
697
|
}, /*#__PURE__*/React.createElement("path", {
|
|
680
|
-
d: "
|
|
698
|
+
d: "M22.286 11.143h-9.429V1.715h-1.714v9.428H1.714v1.715h9.429v9.428h1.714v-9.428h9.429v-1.715Z"
|
|
681
699
|
})));
|
|
682
700
|
};
|
|
683
|
-
var
|
|
701
|
+
var DownloadIcon = _ref24 => {
|
|
684
702
|
var {
|
|
685
703
|
size = 24,
|
|
686
704
|
color = 'currentColor'
|
|
@@ -695,10 +713,10 @@ var UploadIcon = _ref24 => {
|
|
|
695
713
|
stroke: 'currentColor',
|
|
696
714
|
strokeWidth: "1"
|
|
697
715
|
}, /*#__PURE__*/React.createElement("path", {
|
|
698
|
-
d: "
|
|
716
|
+
d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
|
|
699
717
|
})));
|
|
700
718
|
};
|
|
701
|
-
var
|
|
719
|
+
var UploadIcon = _ref25 => {
|
|
702
720
|
var {
|
|
703
721
|
size = 24,
|
|
704
722
|
color = 'currentColor'
|
|
@@ -713,10 +731,10 @@ var BookmarkIcon = _ref25 => {
|
|
|
713
731
|
stroke: 'currentColor',
|
|
714
732
|
strokeWidth: "1"
|
|
715
733
|
}, /*#__PURE__*/React.createElement("path", {
|
|
716
|
-
d: "
|
|
734
|
+
d: "M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z"
|
|
717
735
|
})));
|
|
718
736
|
};
|
|
719
|
-
var
|
|
737
|
+
var BookmarkIcon = _ref26 => {
|
|
720
738
|
var {
|
|
721
739
|
size = 24,
|
|
722
740
|
color = 'currentColor'
|
|
@@ -731,10 +749,10 @@ var HomeIcon = _ref26 => {
|
|
|
731
749
|
stroke: 'currentColor',
|
|
732
750
|
strokeWidth: "1"
|
|
733
751
|
}, /*#__PURE__*/React.createElement("path", {
|
|
734
|
-
d: "
|
|
752
|
+
d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
|
|
735
753
|
})));
|
|
736
754
|
};
|
|
737
|
-
var
|
|
755
|
+
var HomeIcon = _ref27 => {
|
|
738
756
|
var {
|
|
739
757
|
size = 24,
|
|
740
758
|
color = 'currentColor'
|
|
@@ -749,10 +767,10 @@ var MenuIcon = _ref27 => {
|
|
|
749
767
|
stroke: 'currentColor',
|
|
750
768
|
strokeWidth: "1"
|
|
751
769
|
}, /*#__PURE__*/React.createElement("path", {
|
|
752
|
-
d: "
|
|
770
|
+
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
753
771
|
})));
|
|
754
772
|
};
|
|
755
|
-
var
|
|
773
|
+
var MenuIcon = _ref28 => {
|
|
756
774
|
var {
|
|
757
775
|
size = 24,
|
|
758
776
|
color = 'currentColor'
|
|
@@ -767,10 +785,10 @@ var ShareIcon = _ref28 => {
|
|
|
767
785
|
stroke: 'currentColor',
|
|
768
786
|
strokeWidth: "1"
|
|
769
787
|
}, /*#__PURE__*/React.createElement("path", {
|
|
770
|
-
d: "
|
|
788
|
+
d: "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"
|
|
771
789
|
})));
|
|
772
790
|
};
|
|
773
|
-
var
|
|
791
|
+
var ShareIcon = _ref29 => {
|
|
774
792
|
var {
|
|
775
793
|
size = 24,
|
|
776
794
|
color = 'currentColor'
|
|
@@ -785,10 +803,10 @@ var FilterIcon = _ref29 => {
|
|
|
785
803
|
stroke: 'currentColor',
|
|
786
804
|
strokeWidth: "1"
|
|
787
805
|
}, /*#__PURE__*/React.createElement("path", {
|
|
788
|
-
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"
|
|
789
807
|
})));
|
|
790
808
|
};
|
|
791
|
-
var
|
|
809
|
+
var FilterIcon = _ref30 => {
|
|
792
810
|
var {
|
|
793
811
|
size = 24,
|
|
794
812
|
color = 'currentColor'
|
|
@@ -803,10 +821,10 @@ var RefreshIcon = _ref30 => {
|
|
|
803
821
|
stroke: 'currentColor',
|
|
804
822
|
strokeWidth: "1"
|
|
805
823
|
}, /*#__PURE__*/React.createElement("path", {
|
|
806
|
-
d: "
|
|
824
|
+
d: "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
807
825
|
})));
|
|
808
826
|
};
|
|
809
|
-
var
|
|
827
|
+
var RefreshIcon = _ref31 => {
|
|
810
828
|
var {
|
|
811
829
|
size = 24,
|
|
812
830
|
color = 'currentColor'
|
|
@@ -821,10 +839,10 @@ var CopyIcon = _ref31 => {
|
|
|
821
839
|
stroke: 'currentColor',
|
|
822
840
|
strokeWidth: "1"
|
|
823
841
|
}, /*#__PURE__*/React.createElement("path", {
|
|
824
|
-
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"
|
|
825
843
|
})));
|
|
826
844
|
};
|
|
827
|
-
var
|
|
845
|
+
var CopyIcon = _ref32 => {
|
|
828
846
|
var {
|
|
829
847
|
size = 24,
|
|
830
848
|
color = 'currentColor'
|
|
@@ -839,10 +857,10 @@ var SaveIcon = _ref32 => {
|
|
|
839
857
|
stroke: 'currentColor',
|
|
840
858
|
strokeWidth: "1"
|
|
841
859
|
}, /*#__PURE__*/React.createElement("path", {
|
|
842
|
-
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"
|
|
843
861
|
})));
|
|
844
862
|
};
|
|
845
|
-
var
|
|
863
|
+
var SaveIcon = _ref33 => {
|
|
846
864
|
var {
|
|
847
865
|
size = 24,
|
|
848
866
|
color = 'currentColor'
|
|
@@ -857,10 +875,10 @@ var PrintIcon = _ref33 => {
|
|
|
857
875
|
stroke: 'currentColor',
|
|
858
876
|
strokeWidth: "1"
|
|
859
877
|
}, /*#__PURE__*/React.createElement("path", {
|
|
860
|
-
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"
|
|
861
879
|
})));
|
|
862
880
|
};
|
|
863
|
-
var
|
|
881
|
+
var PrintIcon = _ref34 => {
|
|
864
882
|
var {
|
|
865
883
|
size = 24,
|
|
866
884
|
color = 'currentColor'
|
|
@@ -875,11 +893,10 @@ var LockIcon = _ref34 => {
|
|
|
875
893
|
stroke: 'currentColor',
|
|
876
894
|
strokeWidth: "1"
|
|
877
895
|
}, /*#__PURE__*/React.createElement("path", {
|
|
878
|
-
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"
|
|
879
897
|
})));
|
|
880
898
|
};
|
|
881
|
-
|
|
882
|
-
var UnlockIcon = _ref35 => {
|
|
899
|
+
var LockIcon = _ref35 => {
|
|
883
900
|
var {
|
|
884
901
|
size = 24,
|
|
885
902
|
color = 'currentColor'
|
|
@@ -894,10 +911,11 @@ var UnlockIcon = _ref35 => {
|
|
|
894
911
|
stroke: 'currentColor',
|
|
895
912
|
strokeWidth: "1"
|
|
896
913
|
}, /*#__PURE__*/React.createElement("path", {
|
|
897
|
-
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"
|
|
898
915
|
})));
|
|
899
916
|
};
|
|
900
|
-
|
|
917
|
+
// Previous icons remain the same...
|
|
918
|
+
var UnlockIcon = _ref36 => {
|
|
901
919
|
var {
|
|
902
920
|
size = 24,
|
|
903
921
|
color = 'currentColor'
|
|
@@ -912,10 +930,10 @@ var StarIcon = _ref36 => {
|
|
|
912
930
|
stroke: 'currentColor',
|
|
913
931
|
strokeWidth: "1"
|
|
914
932
|
}, /*#__PURE__*/React.createElement("path", {
|
|
915
|
-
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"
|
|
916
934
|
})));
|
|
917
935
|
};
|
|
918
|
-
var
|
|
936
|
+
var StarIcon = _ref37 => {
|
|
919
937
|
var {
|
|
920
938
|
size = 24,
|
|
921
939
|
color = 'currentColor'
|
|
@@ -930,10 +948,10 @@ var HeartIcon = _ref37 => {
|
|
|
930
948
|
stroke: 'currentColor',
|
|
931
949
|
strokeWidth: "1"
|
|
932
950
|
}, /*#__PURE__*/React.createElement("path", {
|
|
933
|
-
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"
|
|
934
952
|
})));
|
|
935
953
|
};
|
|
936
|
-
var
|
|
954
|
+
var HeartIcon = _ref38 => {
|
|
937
955
|
var {
|
|
938
956
|
size = 24,
|
|
939
957
|
color = 'currentColor'
|
|
@@ -948,10 +966,10 @@ var ThumbUpIcon = _ref38 => {
|
|
|
948
966
|
stroke: 'currentColor',
|
|
949
967
|
strokeWidth: "1"
|
|
950
968
|
}, /*#__PURE__*/React.createElement("path", {
|
|
951
|
-
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"
|
|
952
970
|
})));
|
|
953
971
|
};
|
|
954
|
-
var
|
|
972
|
+
var ThumbUpIcon = _ref39 => {
|
|
955
973
|
var {
|
|
956
974
|
size = 24,
|
|
957
975
|
color = 'currentColor'
|
|
@@ -966,10 +984,10 @@ var ThumbDownIcon = _ref39 => {
|
|
|
966
984
|
stroke: 'currentColor',
|
|
967
985
|
strokeWidth: "1"
|
|
968
986
|
}, /*#__PURE__*/React.createElement("path", {
|
|
969
|
-
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"
|
|
970
988
|
})));
|
|
971
989
|
};
|
|
972
|
-
var
|
|
990
|
+
var ThumbDownIcon = _ref40 => {
|
|
973
991
|
var {
|
|
974
992
|
size = 24,
|
|
975
993
|
color = 'currentColor'
|
|
@@ -984,10 +1002,10 @@ var LocationIcon = _ref40 => {
|
|
|
984
1002
|
stroke: 'currentColor',
|
|
985
1003
|
strokeWidth: "1"
|
|
986
1004
|
}, /*#__PURE__*/React.createElement("path", {
|
|
987
|
-
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"
|
|
988
1006
|
})));
|
|
989
1007
|
};
|
|
990
|
-
var
|
|
1008
|
+
var LocationIcon = _ref41 => {
|
|
991
1009
|
var {
|
|
992
1010
|
size = 24,
|
|
993
1011
|
color = 'currentColor'
|
|
@@ -1002,10 +1020,10 @@ var ClockIcon = _ref41 => {
|
|
|
1002
1020
|
stroke: 'currentColor',
|
|
1003
1021
|
strokeWidth: "1"
|
|
1004
1022
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1005
|
-
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"
|
|
1006
1024
|
})));
|
|
1007
1025
|
};
|
|
1008
|
-
var
|
|
1026
|
+
var ClockIcon = _ref42 => {
|
|
1009
1027
|
var {
|
|
1010
1028
|
size = 24,
|
|
1011
1029
|
color = 'currentColor'
|
|
@@ -1020,12 +1038,10 @@ var CameraIcon = _ref42 => {
|
|
|
1020
1038
|
stroke: 'currentColor',
|
|
1021
1039
|
strokeWidth: "1"
|
|
1022
1040
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1023
|
-
d: "
|
|
1024
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1025
|
-
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"
|
|
1026
1042
|
})));
|
|
1027
1043
|
};
|
|
1028
|
-
var
|
|
1044
|
+
var CameraIcon = _ref43 => {
|
|
1029
1045
|
var {
|
|
1030
1046
|
size = 24,
|
|
1031
1047
|
color = 'currentColor'
|
|
@@ -1040,12 +1056,12 @@ var MicrophoneIcon = _ref43 => {
|
|
|
1040
1056
|
stroke: 'currentColor',
|
|
1041
1057
|
strokeWidth: "1"
|
|
1042
1058
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1043
|
-
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"
|
|
1044
1060
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1045
|
-
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"
|
|
1046
1062
|
})));
|
|
1047
1063
|
};
|
|
1048
|
-
var
|
|
1064
|
+
var MicrophoneIcon = _ref44 => {
|
|
1049
1065
|
var {
|
|
1050
1066
|
size = 24,
|
|
1051
1067
|
color = 'currentColor'
|
|
@@ -1060,10 +1076,12 @@ var WifiIcon = _ref44 => {
|
|
|
1060
1076
|
stroke: 'currentColor',
|
|
1061
1077
|
strokeWidth: "1"
|
|
1062
1078
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1063
|
-
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"
|
|
1064
1082
|
})));
|
|
1065
1083
|
};
|
|
1066
|
-
var
|
|
1084
|
+
var WifiIcon = _ref45 => {
|
|
1067
1085
|
var {
|
|
1068
1086
|
size = 24,
|
|
1069
1087
|
color = 'currentColor'
|
|
@@ -1074,12 +1092,14 @@ var BluetoothIcon = _ref45 => {
|
|
|
1074
1092
|
color: color
|
|
1075
1093
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
1076
1094
|
viewBox: "0 0 24 24",
|
|
1077
|
-
fill:
|
|
1095
|
+
fill: "none",
|
|
1096
|
+
stroke: 'currentColor',
|
|
1097
|
+
strokeWidth: "1"
|
|
1078
1098
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1079
|
-
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"
|
|
1080
1100
|
})));
|
|
1081
1101
|
};
|
|
1082
|
-
var
|
|
1102
|
+
var BluetoothIcon = _ref46 => {
|
|
1083
1103
|
var {
|
|
1084
1104
|
size = 24,
|
|
1085
1105
|
color = 'currentColor'
|
|
@@ -1088,6 +1108,22 @@ var BatteryIcon = _ref46 => {
|
|
|
1088
1108
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1089
1109
|
size: size,
|
|
1090
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
|
|
1091
1127
|
}, props), /*#__PURE__*/React.createElement("svg", {
|
|
1092
1128
|
viewBox: "0 0 24 24",
|
|
1093
1129
|
fill: "none",
|
|
@@ -1098,12 +1134,12 @@ var BatteryIcon = _ref46 => {
|
|
|
1098
1134
|
})));
|
|
1099
1135
|
};
|
|
1100
1136
|
// More modern UI icons
|
|
1101
|
-
var SunIcon =
|
|
1137
|
+
var SunIcon = _ref48 => {
|
|
1102
1138
|
var {
|
|
1103
1139
|
size = 24,
|
|
1104
1140
|
color = 'currentColor'
|
|
1105
|
-
} =
|
|
1106
|
-
props = _objectWithoutPropertiesLoose(
|
|
1141
|
+
} = _ref48,
|
|
1142
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded47);
|
|
1107
1143
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1108
1144
|
size: size,
|
|
1109
1145
|
color: color
|
|
@@ -1120,12 +1156,12 @@ var SunIcon = _ref47 => {
|
|
|
1120
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"
|
|
1121
1157
|
})));
|
|
1122
1158
|
};
|
|
1123
|
-
var MoonIcon =
|
|
1159
|
+
var MoonIcon = _ref49 => {
|
|
1124
1160
|
var {
|
|
1125
1161
|
size = 24,
|
|
1126
1162
|
color = 'currentColor'
|
|
1127
|
-
} =
|
|
1128
|
-
props = _objectWithoutPropertiesLoose(
|
|
1163
|
+
} = _ref49,
|
|
1164
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded48);
|
|
1129
1165
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1130
1166
|
size: size,
|
|
1131
1167
|
color: color
|
|
@@ -1138,12 +1174,12 @@ var MoonIcon = _ref48 => {
|
|
|
1138
1174
|
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1139
1175
|
})));
|
|
1140
1176
|
};
|
|
1141
|
-
var ErrorIcon =
|
|
1177
|
+
var ErrorIcon = _ref50 => {
|
|
1142
1178
|
var {
|
|
1143
1179
|
size = 24,
|
|
1144
1180
|
color = 'white'
|
|
1145
|
-
} =
|
|
1146
|
-
props = _objectWithoutPropertiesLoose(
|
|
1181
|
+
} = _ref50,
|
|
1182
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded49);
|
|
1147
1183
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1148
1184
|
size: size,
|
|
1149
1185
|
color: color
|
|
@@ -1157,12 +1193,12 @@ var ErrorIcon = _ref49 => {
|
|
|
1157
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"
|
|
1158
1194
|
})));
|
|
1159
1195
|
};
|
|
1160
|
-
var WarningIcon =
|
|
1196
|
+
var WarningIcon = _ref51 => {
|
|
1161
1197
|
var {
|
|
1162
1198
|
size = 24,
|
|
1163
1199
|
color = 'white'
|
|
1164
|
-
} =
|
|
1165
|
-
props = _objectWithoutPropertiesLoose(
|
|
1200
|
+
} = _ref51,
|
|
1201
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded50);
|
|
1166
1202
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1167
1203
|
size: size,
|
|
1168
1204
|
color: color
|
|
@@ -1182,12 +1218,12 @@ var WarningIcon = _ref50 => {
|
|
|
1182
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"
|
|
1183
1219
|
})))))));
|
|
1184
1220
|
};
|
|
1185
|
-
var CloudIcon =
|
|
1221
|
+
var CloudIcon = _ref52 => {
|
|
1186
1222
|
var {
|
|
1187
1223
|
size = 24,
|
|
1188
1224
|
color = 'currentColor'
|
|
1189
|
-
} =
|
|
1190
|
-
props = _objectWithoutPropertiesLoose(
|
|
1225
|
+
} = _ref52,
|
|
1226
|
+
props = _objectWithoutPropertiesLoose(_ref52, _excluded51);
|
|
1191
1227
|
return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
|
|
1192
1228
|
size: size,
|
|
1193
1229
|
color: color
|
|
@@ -1216,6 +1252,7 @@ var Icon = {
|
|
|
1216
1252
|
PlusIcon: PlusIcon,
|
|
1217
1253
|
SpinnerIcon: SpinnerIcon,
|
|
1218
1254
|
ProfileIcon: ProfileIcon,
|
|
1255
|
+
BoldArrowIcon: BoldArrowIcon,
|
|
1219
1256
|
ArrowIcon: ArrowIcon,
|
|
1220
1257
|
SearchIcon: SearchIcon,
|
|
1221
1258
|
SuccessIcon: SuccessIcon,
|
|
@@ -6907,5 +6944,5 @@ var ToggleGroupComponent = _ref => {
|
|
|
6907
6944
|
// Expose the ToggleGroupComponent for import into other modules
|
|
6908
6945
|
var ToggleGroup = ToggleGroupComponent;
|
|
6909
6946
|
|
|
6910
|
-
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 };
|
|
6911
6948
|
//# sourceMappingURL=web.esm.js.map
|