@appquality/unguess-design-system 3.0.3 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/build/index.js +153 -108
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# v3.0.4 (Wed May 17 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Fix SVGR issues [#249](https://github.com/AppQuality/unguess-design-system/pull/249) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
6
|
+
- Fix-svgr-viewbox [#248](https://github.com/AppQuality/unguess-design-system/pull/248) ([@marcbon](https://github.com/marcbon))
|
|
7
|
+
- 🎨 style(tabs/index.tsx): add overflow-x hidden to StyledTabPanel [#247](https://github.com/AppQuality/unguess-design-system/pull/247) ([@marcbon](https://github.com/marcbon))
|
|
8
|
+
|
|
9
|
+
#### Authors: 2
|
|
10
|
+
|
|
11
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
12
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
1
16
|
# v3.0.3 (Fri May 12 2023)
|
|
2
17
|
|
|
3
18
|
#### 🐛 Bug Fix
|
package/build/index.js
CHANGED
|
@@ -735,9 +735,10 @@ function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : func
|
|
|
735
735
|
var SvgUgSquare = function SvgUgSquare(props) {
|
|
736
736
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$H({
|
|
737
737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
738
|
-
width:
|
|
739
|
-
height:
|
|
740
|
-
fill: "none"
|
|
738
|
+
width: "1em",
|
|
739
|
+
height: "1em",
|
|
740
|
+
fill: "none",
|
|
741
|
+
viewBox: "0 0 24 24"
|
|
741
742
|
}, props), _path$D || (_path$D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
742
743
|
fill: "#E80C7A",
|
|
743
744
|
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm-1 16H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1Z"
|
|
@@ -749,9 +750,10 @@ function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : func
|
|
|
749
750
|
var SvgUgCircle = function SvgUgCircle(props) {
|
|
750
751
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
|
|
751
752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
752
|
-
width:
|
|
753
|
-
height:
|
|
754
|
-
fill: "none"
|
|
753
|
+
width: "1em",
|
|
754
|
+
height: "1em",
|
|
755
|
+
fill: "none",
|
|
756
|
+
viewBox: "0 0 24 24"
|
|
755
757
|
}, props), _path$C || (_path$C = /*#__PURE__*/React__namespace.createElement("path", {
|
|
756
758
|
fill: "#FFCD1A",
|
|
757
759
|
d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2Zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Z"
|
|
@@ -763,9 +765,10 @@ function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : func
|
|
|
763
765
|
var SvgUgTriangle = function SvgUgTriangle(props) {
|
|
764
766
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
|
|
765
767
|
xmlns: "http://www.w3.org/2000/svg",
|
|
766
|
-
width:
|
|
767
|
-
height:
|
|
768
|
-
fill: "none"
|
|
768
|
+
width: "1em",
|
|
769
|
+
height: "1em",
|
|
770
|
+
fill: "none",
|
|
771
|
+
viewBox: "0 0 24 24"
|
|
769
772
|
}, props), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
|
|
770
773
|
fill: "#7B0DFF",
|
|
771
774
|
d: "m12 7.326 6.39 10.23H5.61L12 7.326Zm-.85-2.41-8.2 13.11c-.41.67.07 1.53.85 1.53h16.4a1 1 0 0 0 .85-1.53l-8.2-13.11a1 1 0 0 0-1.7 0Z"
|
|
@@ -777,9 +780,10 @@ function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : func
|
|
|
777
780
|
var SvgCampaignCompleted = function SvgCampaignCompleted(props) {
|
|
778
781
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
|
|
779
782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
780
|
-
width:
|
|
781
|
-
height:
|
|
782
|
-
fill: "none"
|
|
783
|
+
width: "1em",
|
|
784
|
+
height: "1em",
|
|
785
|
+
fill: "none",
|
|
786
|
+
viewBox: "0 0 24 24"
|
|
783
787
|
}, props), _rect$4 || (_rect$4 = /*#__PURE__*/React__namespace.createElement("rect", {
|
|
784
788
|
width: 24,
|
|
785
789
|
height: 24,
|
|
@@ -802,9 +806,10 @@ function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : func
|
|
|
802
806
|
var SvgCampaignLocked = function SvgCampaignLocked(props) {
|
|
803
807
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
|
|
804
808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
805
|
-
width:
|
|
806
|
-
height:
|
|
807
|
-
fill: "none"
|
|
809
|
+
width: "1em",
|
|
810
|
+
height: "1em",
|
|
811
|
+
fill: "none",
|
|
812
|
+
viewBox: "0 0 24 24"
|
|
808
813
|
}, props), _rect$3 || (_rect$3 = /*#__PURE__*/React__namespace.createElement("rect", {
|
|
809
814
|
width: 24,
|
|
810
815
|
height: 24,
|
|
@@ -828,9 +833,10 @@ function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : func
|
|
|
828
833
|
var SvgCampaignIncoming = function SvgCampaignIncoming(props) {
|
|
829
834
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
|
830
835
|
xmlns: "http://www.w3.org/2000/svg",
|
|
831
|
-
width:
|
|
832
|
-
height:
|
|
833
|
-
fill: "none"
|
|
836
|
+
width: "1em",
|
|
837
|
+
height: "1em",
|
|
838
|
+
fill: "none",
|
|
839
|
+
viewBox: "0 0 24 24"
|
|
834
840
|
}, props), _rect$2 || (_rect$2 = /*#__PURE__*/React__namespace.createElement("rect", {
|
|
835
841
|
width: 24,
|
|
836
842
|
height: 24,
|
|
@@ -856,9 +862,10 @@ function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : func
|
|
|
856
862
|
var SvgCampaignProgress = function SvgCampaignProgress(props) {
|
|
857
863
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
|
|
858
864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
859
|
-
width:
|
|
860
|
-
height:
|
|
861
|
-
fill: "none"
|
|
865
|
+
width: "1em",
|
|
866
|
+
height: "1em",
|
|
867
|
+
fill: "none",
|
|
868
|
+
viewBox: "0 0 24 24"
|
|
862
869
|
}, props), _rect$1 || (_rect$1 = /*#__PURE__*/React__namespace.createElement("rect", {
|
|
863
870
|
width: 24,
|
|
864
871
|
height: 24,
|
|
@@ -881,9 +888,10 @@ function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : func
|
|
|
881
888
|
var SvgCampaignExperiential = function SvgCampaignExperiential(props) {
|
|
882
889
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
|
|
883
890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
884
|
-
width:
|
|
885
|
-
height:
|
|
886
|
-
fill: "none"
|
|
891
|
+
width: "1em",
|
|
892
|
+
height: "1em",
|
|
893
|
+
fill: "none",
|
|
894
|
+
viewBox: "0 0 24 24"
|
|
887
895
|
}, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
|
|
888
896
|
fill: "#50BF95",
|
|
889
897
|
d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z",
|
|
@@ -905,9 +913,10 @@ function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : func
|
|
|
905
913
|
var SvgCampaignFunctional = function SvgCampaignFunctional(props) {
|
|
906
914
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
|
|
907
915
|
xmlns: "http://www.w3.org/2000/svg",
|
|
908
|
-
width:
|
|
909
|
-
height:
|
|
910
|
-
fill: "none"
|
|
916
|
+
width: "1em",
|
|
917
|
+
height: "1em",
|
|
918
|
+
fill: "none",
|
|
919
|
+
viewBox: "0 0 24 24"
|
|
911
920
|
}, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
|
|
912
921
|
fill: "#003A57",
|
|
913
922
|
d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z",
|
|
@@ -2265,8 +2274,9 @@ function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : func
|
|
|
2265
2274
|
var SvgBoldFill = function SvgBoldFill(props) {
|
|
2266
2275
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
|
2267
2276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2268
|
-
width:
|
|
2269
|
-
height:
|
|
2277
|
+
width: "1em",
|
|
2278
|
+
height: "1em",
|
|
2279
|
+
viewBox: "0 0 16 16"
|
|
2270
2280
|
}, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2271
2281
|
fill: "currentColor",
|
|
2272
2282
|
d: "M7.5 0C9.952 0 12 2.048 12 4.5a4.483 4.483 0 0 1-1.27 3.108C12.078 8.39 13 9.855 13 11.5c0 2.452-2.048 4.5-4.5 4.5H4a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h3.5zM5 14h3.5c1.348 0 2.5-1.152 2.5-2.5S9.848 9 8.5 9H5v5zM7.5 2H5v5h2.5C8.848 7 10 5.848 10 4.5S8.848 2 7.5 2z"
|
|
@@ -2278,8 +2288,9 @@ function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : func
|
|
|
2278
2288
|
var SvgItalicFill = function SvgItalicFill(props) {
|
|
2279
2289
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
|
2280
2290
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2281
|
-
width:
|
|
2282
|
-
height:
|
|
2291
|
+
width: "1em",
|
|
2292
|
+
height: "1em",
|
|
2293
|
+
viewBox: "0 0 16 16"
|
|
2283
2294
|
}, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2284
2295
|
fill: "none",
|
|
2285
2296
|
stroke: "currentColor",
|
|
@@ -2294,8 +2305,9 @@ function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : func
|
|
|
2294
2305
|
var SvgQuoteFill = function SvgQuoteFill(props) {
|
|
2295
2306
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
|
2296
2307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2297
|
-
width:
|
|
2298
|
-
height:
|
|
2308
|
+
width: "1em",
|
|
2309
|
+
height: "1em",
|
|
2310
|
+
viewBox: "0 0 16 16"
|
|
2299
2311
|
}, props), _path$s || (_path$s = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2300
2312
|
fill: "currentColor",
|
|
2301
2313
|
d: "M7 8H4c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1zm6 0h-3c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1z"
|
|
@@ -2313,8 +2325,9 @@ function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : func
|
|
|
2313
2325
|
var SvgH1Fill = function SvgH1Fill(props) {
|
|
2314
2326
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
|
2315
2327
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2316
|
-
width:
|
|
2317
|
-
height:
|
|
2328
|
+
width: "1em",
|
|
2329
|
+
height: "1em",
|
|
2330
|
+
viewBox: "0 0 16 16"
|
|
2318
2331
|
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2319
2332
|
fill: "none",
|
|
2320
2333
|
d: "M0 0h16v16H0z"
|
|
@@ -2335,8 +2348,9 @@ function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : func
|
|
|
2335
2348
|
var SvgH2Fill = function SvgH2Fill(props) {
|
|
2336
2349
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
|
|
2337
2350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2338
|
-
width:
|
|
2339
|
-
height:
|
|
2351
|
+
width: "1em",
|
|
2352
|
+
height: "1em",
|
|
2353
|
+
viewBox: "0 0 16 16"
|
|
2340
2354
|
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2341
2355
|
fill: "none",
|
|
2342
2356
|
d: "M0 0h16v16H0z"
|
|
@@ -2357,8 +2371,9 @@ function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : func
|
|
|
2357
2371
|
var SvgH3Fill = function SvgH3Fill(props) {
|
|
2358
2372
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
|
2359
2373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2360
|
-
width:
|
|
2361
|
-
height:
|
|
2374
|
+
width: "1em",
|
|
2375
|
+
height: "1em",
|
|
2376
|
+
viewBox: "0 0 16 16"
|
|
2362
2377
|
}, props), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2363
2378
|
fill: "none",
|
|
2364
2379
|
d: "M0 0h16v16H0z"
|
|
@@ -2593,8 +2608,9 @@ function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : func
|
|
|
2593
2608
|
var SvgNotesStroke = function SvgNotesStroke(props) {
|
|
2594
2609
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
|
2595
2610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2596
|
-
width:
|
|
2597
|
-
height:
|
|
2611
|
+
width: "1em",
|
|
2612
|
+
height: "1em",
|
|
2613
|
+
viewBox: "0 0 16 16"
|
|
2598
2614
|
}, props), _g$2 || (_g$2 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
2599
2615
|
fill: "none",
|
|
2600
2616
|
stroke: "currentColor"
|
|
@@ -2713,9 +2729,10 @@ function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : func
|
|
|
2713
2729
|
var SvgCheckLg = function SvgCheckLg(props) {
|
|
2714
2730
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
2715
2731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2716
|
-
width:
|
|
2717
|
-
height:
|
|
2718
|
-
fill: "#68737D"
|
|
2732
|
+
width: "1em",
|
|
2733
|
+
height: "1em",
|
|
2734
|
+
fill: "#68737D",
|
|
2735
|
+
viewBox: "0 0 16 16"
|
|
2719
2736
|
}, props), _path$o || (_path$o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2720
2737
|
fillRule: "evenodd",
|
|
2721
2738
|
d: "M14.646 2.646a.5.5 0 0 1 .708.708l-10 10a.5.5 0 0 1-.708 0l-4-4a.5.5 0 1 1 .708-.708L5 12.293l9.646-9.647Z",
|
|
@@ -2914,8 +2931,9 @@ function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : func
|
|
|
2914
2931
|
var SvgChevronDownStroke = function SvgChevronDownStroke(props) {
|
|
2915
2932
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
|
2916
2933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2917
|
-
width:
|
|
2918
|
-
height:
|
|
2934
|
+
width: "1em",
|
|
2935
|
+
height: "1em",
|
|
2936
|
+
viewBox: "0 0 16 16"
|
|
2919
2937
|
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2920
2938
|
fill: "currentColor",
|
|
2921
2939
|
d: "M12.688 5.61a.5.5 0 0 1 .69.718l-.066.062-5 4a.5.5 0 0 1-.542.054l-.082-.054-5-4a.5.5 0 0 1 .55-.83l.074.05L8 9.359l4.688-3.75z"
|
|
@@ -2969,8 +2987,9 @@ function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : func
|
|
|
2969
2987
|
var SvgMenuStroke = function SvgMenuStroke(props) {
|
|
2970
2988
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
|
2971
2989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2972
|
-
width:
|
|
2973
|
-
height:
|
|
2990
|
+
width: "1em",
|
|
2991
|
+
height: "1em",
|
|
2992
|
+
viewBox: "0 0 16 16"
|
|
2974
2993
|
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2975
2994
|
fill: "none",
|
|
2976
2995
|
stroke: "currentColor",
|
|
@@ -3135,8 +3154,9 @@ function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : func
|
|
|
3135
3154
|
var SvgChevronRightStroke = function SvgChevronRightStroke(props) {
|
|
3136
3155
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
|
3137
3156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3138
|
-
width:
|
|
3139
|
-
height:
|
|
3157
|
+
width: "1em",
|
|
3158
|
+
height: "1em",
|
|
3159
|
+
viewBox: "0 0 16 16"
|
|
3140
3160
|
}, props), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3141
3161
|
fill: "currentColor",
|
|
3142
3162
|
d: "M5.61 3.312a.5.5 0 0 1 .718-.69l.062.066 4 5a.5.5 0 0 1 .054.542l-.054.082-4 5a.5.5 0 0 1-.83-.55l.05-.074L9.359 8l-3.75-4.688z"
|
|
@@ -3148,8 +3168,9 @@ function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : func
|
|
|
3148
3168
|
var SvgChevronLeftStroke = function SvgChevronLeftStroke(props) {
|
|
3149
3169
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
|
|
3150
3170
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3151
|
-
width:
|
|
3152
|
-
height:
|
|
3171
|
+
width: "1em",
|
|
3172
|
+
height: "1em",
|
|
3173
|
+
viewBox: "0 0 16 16"
|
|
3153
3174
|
}, props), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3154
3175
|
fill: "currentColor",
|
|
3155
3176
|
d: "M10.39 12.688a.5.5 0 0 1-.718.69l-.062-.066-4-5a.5.5 0 0 1-.054-.542l.054-.082 4-5a.5.5 0 0 1 .83.55l-.05.074L6.641 8l3.75 4.688z"
|
|
@@ -3224,8 +3245,9 @@ function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : func
|
|
|
3224
3245
|
var SvgHomeFill = function SvgHomeFill(props) {
|
|
3225
3246
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
|
3226
3247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3227
|
-
width:
|
|
3228
|
-
height:
|
|
3248
|
+
width: "1em",
|
|
3249
|
+
height: "1em",
|
|
3250
|
+
viewBox: "0 0 26 26"
|
|
3229
3251
|
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3230
3252
|
fill: "currentColor",
|
|
3231
3253
|
d: "m23.885 13.2-1.328 1.639a.522.522 0 0 1-.737.084l-1.444-1.155v7.182c0 .577-.474 1.05-1.054 1.05H16.51c-.58 0-1.054-.473-1.054-1.05v-3.182a2.43 2.43 0 0 0-.716-1.732 2.448 2.448 0 0 0-1.74-.714 2.45 2.45 0 0 0-1.739.714 2.43 2.43 0 0 0-.716 1.732v3.182c0 .577-.474 1.05-1.054 1.05H6.678c-.582 0-1.054-.47-1.054-1.05v-7.182L4.18 14.923a.522.522 0 0 1-.737-.084L2.115 13.2a.52.52 0 0 1 .084-.735l10.474-8.348a.51.51 0 0 1 .654 0L23.8 12.466a.52.52 0 0 1 .084.735"
|
|
@@ -3237,8 +3259,9 @@ function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : func
|
|
|
3237
3259
|
var SvgHomeFillStyled = function SvgHomeFillStyled(props) {
|
|
3238
3260
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
|
|
3239
3261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3240
|
-
width:
|
|
3241
|
-
height:
|
|
3262
|
+
width: "1em",
|
|
3263
|
+
height: "1em",
|
|
3264
|
+
viewBox: "0 0 26 26"
|
|
3242
3265
|
}, props), _linearGradient || (_linearGradient = /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
3243
3266
|
id: "home-fill-styled_svg__a"
|
|
3244
3267
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
@@ -3259,7 +3282,9 @@ var SvgToken = function SvgToken(props) {
|
|
|
3259
3282
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
|
3260
3283
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3261
3284
|
fill: "none",
|
|
3262
|
-
viewBox: "0 0 32 32"
|
|
3285
|
+
viewBox: "0 0 32 32",
|
|
3286
|
+
width: "1em",
|
|
3287
|
+
height: "1em"
|
|
3263
3288
|
}, props), _g$1 || (_g$1 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
3264
3289
|
clipPath: "url(#token_svg__a)"
|
|
3265
3290
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -3296,8 +3321,9 @@ function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : func
|
|
|
3296
3321
|
var SvgFolderIcon = function SvgFolderIcon(props) {
|
|
3297
3322
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$j({
|
|
3298
3323
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3299
|
-
width:
|
|
3300
|
-
height:
|
|
3324
|
+
width: "1em",
|
|
3325
|
+
height: "1em",
|
|
3326
|
+
viewBox: "0 0 12 12"
|
|
3301
3327
|
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3302
3328
|
fill: "currentColor",
|
|
3303
3329
|
fillRule: "evenodd",
|
|
@@ -3311,9 +3337,10 @@ function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : func
|
|
|
3311
3337
|
var SvgTemplates = function SvgTemplates(props) {
|
|
3312
3338
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
|
|
3313
3339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3314
|
-
width:
|
|
3315
|
-
height:
|
|
3316
|
-
fill: "none"
|
|
3340
|
+
width: "1em",
|
|
3341
|
+
height: "1em",
|
|
3342
|
+
fill: "none",
|
|
3343
|
+
viewBox: "0 0 26 26"
|
|
3317
3344
|
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3318
3345
|
fill: "url(#templates_svg__a)",
|
|
3319
3346
|
fillRule: "evenodd",
|
|
@@ -3339,9 +3366,10 @@ function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : func
|
|
|
3339
3366
|
var SvgTemplatesActive = function SvgTemplatesActive(props) {
|
|
3340
3367
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$h({
|
|
3341
3368
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3342
|
-
width:
|
|
3343
|
-
height:
|
|
3344
|
-
fill: "none"
|
|
3369
|
+
width: "1em",
|
|
3370
|
+
height: "1em",
|
|
3371
|
+
fill: "none",
|
|
3372
|
+
viewBox: "0 0 26 26"
|
|
3345
3373
|
}, props), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3346
3374
|
fill: "url(#templates-active_svg__a)",
|
|
3347
3375
|
fillRule: "evenodd",
|
|
@@ -3591,9 +3619,10 @@ function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : func
|
|
|
3591
3619
|
var SvgPlus = function SvgPlus(props) {
|
|
3592
3620
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$g({
|
|
3593
3621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3594
|
-
width:
|
|
3595
|
-
height:
|
|
3596
|
-
fill: "none"
|
|
3622
|
+
width: "1em",
|
|
3623
|
+
height: "1em",
|
|
3624
|
+
fill: "none",
|
|
3625
|
+
viewBox: "0 0 16 16"
|
|
3597
3626
|
}, props), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3598
3627
|
fill: "#68737D",
|
|
3599
3628
|
fillRule: "evenodd",
|
|
@@ -3903,8 +3932,9 @@ function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : func
|
|
|
3903
3932
|
var SvgPlayFill = function SvgPlayFill(props) {
|
|
3904
3933
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$f({
|
|
3905
3934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3906
|
-
width:
|
|
3907
|
-
height:
|
|
3935
|
+
width: "1em",
|
|
3936
|
+
height: "1em",
|
|
3937
|
+
viewBox: "0 0 16 16"
|
|
3908
3938
|
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3909
3939
|
fill: "currentColor",
|
|
3910
3940
|
d: "M6 15.79c-.13 0-.26-.03-.38-.08a.977.977 0 0 1-.62-.92V1.21a1 1 0 0 1 .62-.93C6 .12 6.42.21 6.71.5l6.44 6.44c.58.58.58 1.54 0 2.12L6.71 15.5c-.19.19-.45.29-.71.29z"
|
|
@@ -3916,8 +3946,9 @@ function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : func
|
|
|
3916
3946
|
var SvgPauseFill = function SvgPauseFill(props) {
|
|
3917
3947
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$e({
|
|
3918
3948
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3919
|
-
width:
|
|
3920
|
-
height:
|
|
3949
|
+
width: "1em",
|
|
3950
|
+
height: "1em",
|
|
3951
|
+
viewBox: "0 0 16 16"
|
|
3921
3952
|
}, props), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
3922
3953
|
fill: "currentColor"
|
|
3923
3954
|
}, /*#__PURE__*/React__namespace.createElement("rect", {
|
|
@@ -3942,9 +3973,10 @@ function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : func
|
|
|
3942
3973
|
var SvgForwardSecondsFill = function SvgForwardSecondsFill(props) {
|
|
3943
3974
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$d({
|
|
3944
3975
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3945
|
-
width:
|
|
3946
|
-
height:
|
|
3947
|
-
fill: "none"
|
|
3976
|
+
width: "1em",
|
|
3977
|
+
height: "1em",
|
|
3978
|
+
fill: "none",
|
|
3979
|
+
viewBox: "0 0 16 16"
|
|
3948
3980
|
}, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3949
3981
|
fill: "currentColor",
|
|
3950
3982
|
fillRule: "evenodd",
|
|
@@ -3961,9 +3993,10 @@ function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : func
|
|
|
3961
3993
|
var SvgBackSecondsFill = function SvgBackSecondsFill(props) {
|
|
3962
3994
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$c({
|
|
3963
3995
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3964
|
-
width:
|
|
3965
|
-
height:
|
|
3966
|
-
fill: "none"
|
|
3996
|
+
width: "1em",
|
|
3997
|
+
height: "1em",
|
|
3998
|
+
fill: "none",
|
|
3999
|
+
viewBox: "0 0 16 16"
|
|
3967
4000
|
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3968
4001
|
fill: "currentColor",
|
|
3969
4002
|
fillRule: "evenodd",
|
|
@@ -3980,8 +4013,8 @@ function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : func
|
|
|
3980
4013
|
var SvgPreviousFill = function SvgPreviousFill(props) {
|
|
3981
4014
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
|
3982
4015
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3983
|
-
width:
|
|
3984
|
-
height:
|
|
4016
|
+
width: "1em",
|
|
4017
|
+
height: "1em",
|
|
3985
4018
|
viewBox: "0 0 24 24"
|
|
3986
4019
|
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3987
4020
|
fill: "currentColor",
|
|
@@ -4086,8 +4119,9 @@ function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : func
|
|
|
4086
4119
|
var SvgVolumeMutedFill = function SvgVolumeMutedFill(props) {
|
|
4087
4120
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
|
|
4088
4121
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4089
|
-
width:
|
|
4090
|
-
height:
|
|
4122
|
+
width: "1em",
|
|
4123
|
+
height: "1em",
|
|
4124
|
+
viewBox: "0 0 16 16"
|
|
4091
4125
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4092
4126
|
stroke: "currentColor",
|
|
4093
4127
|
strokeLinecap: "round",
|
|
@@ -4103,8 +4137,9 @@ function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : func
|
|
|
4103
4137
|
var SvgVolumeUnmutedFill = function SvgVolumeUnmutedFill(props) {
|
|
4104
4138
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
|
4105
4139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4106
|
-
width:
|
|
4107
|
-
height:
|
|
4140
|
+
width: "1em",
|
|
4141
|
+
height: "1em",
|
|
4142
|
+
viewBox: "0 0 16 16"
|
|
4108
4143
|
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4109
4144
|
fill: "currentColor",
|
|
4110
4145
|
d: "M9 15.29c-.26 0-.51-.1-.71-.29l-4-4H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h3.29l4-4a1.002 1.002 0 0 1 1.71.71V14.3a.986.986 0 0 1-1 .99z"
|
|
@@ -4162,8 +4197,9 @@ function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : func
|
|
|
4162
4197
|
var SvgMaximizeFill = function SvgMaximizeFill(props) {
|
|
4163
4198
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
|
|
4164
4199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4165
|
-
width:
|
|
4166
|
-
height:
|
|
4200
|
+
width: "1em",
|
|
4201
|
+
height: "1em",
|
|
4202
|
+
viewBox: "0 0 16 16"
|
|
4167
4203
|
}, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4168
4204
|
fill: "currentColor",
|
|
4169
4205
|
d: "M16 4.29V1c0-.55-.45-1-1-1h-3.29c-.45 0-.67.54-.35.85l3.79 3.79c.31.32.85.1.85-.35zM0 11.71V15c0 .55.45 1 1 1h3.29c.45 0 .67-.54.35-.85L.85 11.36a.495.495 0 0 0-.85.35zm0-7.42V1c0-.55.45-1 1-1h3.29c.45 0 .67.54.35.85L.85 4.65A.5.5 0 0 1 0 4.29zm16 7.42V15c0 .55-.45 1-1 1h-3.29c-.45 0-.67-.54-.35-.85l3.79-3.79c.31-.32.85-.1.85.35z"
|
|
@@ -4439,8 +4475,9 @@ function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : func
|
|
|
4439
4475
|
var SvgExit = function SvgExit(props) {
|
|
4440
4476
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
|
|
4441
4477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4442
|
-
width:
|
|
4443
|
-
height:
|
|
4478
|
+
width: "1em",
|
|
4479
|
+
height: "1em",
|
|
4480
|
+
viewBox: "0 0 16 16"
|
|
4444
4481
|
}, props), _path$6 || (_path$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4445
4482
|
fill: "currentColor",
|
|
4446
4483
|
d: "M3 15.93c-.23 0-.45-.08-.64-.23l-2-1.67a.987.987 0 0 1-.36-.76V2.73c0-.3.13-.58.36-.77l2-1.67c.3-.24.71-.29 1.06-.13a1 1 0 0 1 .58.91v13.87a1 1 0 0 1-.58.91c-.13.05-.28.08-.42.08zM12 11V5c0-.45.54-.67.85-.35L15.5 7.3c.39.39.39 1.02 0 1.41l-2.65 2.65A.5.5 0 0 1 12 11z"
|
|
@@ -4457,9 +4494,10 @@ function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : func
|
|
|
4457
4494
|
var SvgThumbsUp = function SvgThumbsUp(props) {
|
|
4458
4495
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
|
|
4459
4496
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4460
|
-
width:
|
|
4461
|
-
height:
|
|
4462
|
-
fill: "none"
|
|
4497
|
+
width: "1em",
|
|
4498
|
+
height: "1em",
|
|
4499
|
+
fill: "none",
|
|
4500
|
+
viewBox: "0 0 16 16"
|
|
4463
4501
|
}, props), _path$5 || (_path$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4464
4502
|
fill: "#68737D",
|
|
4465
4503
|
fillRule: "evenodd",
|
|
@@ -4473,8 +4511,9 @@ function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : func
|
|
|
4473
4511
|
var SvgLockLockedFill = function SvgLockLockedFill(props) {
|
|
4474
4512
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5({
|
|
4475
4513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4476
|
-
width:
|
|
4477
|
-
height:
|
|
4514
|
+
width: "1em",
|
|
4515
|
+
height: "1em",
|
|
4516
|
+
viewBox: "0 0 16 16"
|
|
4478
4517
|
}, props), _rect || (_rect = /*#__PURE__*/React__namespace.createElement("rect", {
|
|
4479
4518
|
width: 12,
|
|
4480
4519
|
height: 9,
|
|
@@ -4600,9 +4639,10 @@ function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : func
|
|
|
4600
4639
|
var SvgQuestionMark = function SvgQuestionMark(props) {
|
|
4601
4640
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4({
|
|
4602
4641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4603
|
-
width:
|
|
4604
|
-
height:
|
|
4605
|
-
fill: "currentColor"
|
|
4642
|
+
width: "1em",
|
|
4643
|
+
height: "1em",
|
|
4644
|
+
fill: "currentColor",
|
|
4645
|
+
viewBox: "0 0 16 16"
|
|
4606
4646
|
}, props), _path$3 || (_path$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4607
4647
|
fillRule: "evenodd",
|
|
4608
4648
|
d: "M8 11.5a1 1 0 0 0 1-1V9.4c0-.562.334-1.08.93-1.452 1.45-.788 2.318-2.413 2.058-4.1C11.716 2.214 10.386.884 8.764.614c-2.02-.38-3.953.749-4.52 2.592a1 1 0 0 0 1.912.588c.264-.858 1.207-1.408 2.26-1.211.798.133 1.468.803 1.598 1.581.125.816-.311 1.632-1.093 2.058C7.726 6.967 7 8.092 7 9.4v1.1a1 1 0 0 0 1 1Zm0 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
|
|
@@ -4615,9 +4655,10 @@ function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : func
|
|
|
4615
4655
|
var SvgCopy = function SvgCopy(props) {
|
|
4616
4656
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3({
|
|
4617
4657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4618
|
-
width:
|
|
4619
|
-
height:
|
|
4620
|
-
fill: "none"
|
|
4658
|
+
width: "1em",
|
|
4659
|
+
height: "1em",
|
|
4660
|
+
fill: "none",
|
|
4661
|
+
viewBox: "0 0 12 16"
|
|
4621
4662
|
}, props), _path$2 || (_path$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4622
4663
|
fill: "#003A57",
|
|
4623
4664
|
fillRule: "evenodd",
|
|
@@ -4631,9 +4672,10 @@ function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : func
|
|
|
4631
4672
|
var SvgInfoFill = function SvgInfoFill(props) {
|
|
4632
4673
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
|
|
4633
4674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4634
|
-
width:
|
|
4635
|
-
height:
|
|
4636
|
-
fill: "currentColor"
|
|
4675
|
+
width: "1em",
|
|
4676
|
+
height: "1em",
|
|
4677
|
+
fill: "currentColor",
|
|
4678
|
+
viewBox: "0 0 16 16"
|
|
4637
4679
|
}, props), _path$1 || (_path$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4638
4680
|
fillRule: "evenodd",
|
|
4639
4681
|
d: "M7.5 16C3.36 16 0 12.64 0 8.5 0 4.36 3.36 1 7.5 1 11.64 1 15 4.36 15 8.5c0 4.14-3.36 7.5-7.5 7.5ZM7 12.5c0 .28.22.5.5.5s.5-.22.5-.5V8c0-.28-.22-.5-.5-.5S7 7.72 7 8v4.5ZM7.5 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Z",
|
|
@@ -4729,9 +4771,10 @@ function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : func
|
|
|
4729
4771
|
var SvgEmpty = function SvgEmpty(props) {
|
|
4730
4772
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1({
|
|
4731
4773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4732
|
-
width:
|
|
4733
|
-
height:
|
|
4734
|
-
fill: "#68737D"
|
|
4774
|
+
width: "1em",
|
|
4775
|
+
height: "1em",
|
|
4776
|
+
fill: "#68737D",
|
|
4777
|
+
viewBox: "0 0 16 16"
|
|
4735
4778
|
}, props));
|
|
4736
4779
|
};
|
|
4737
4780
|
|
|
@@ -4740,9 +4783,10 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
4740
4783
|
var SvgTranslationExists = function SvgTranslationExists(props) {
|
|
4741
4784
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4742
4785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4743
|
-
width:
|
|
4744
|
-
height:
|
|
4745
|
-
fill: "#68737D"
|
|
4786
|
+
width: "1em",
|
|
4787
|
+
height: "1em",
|
|
4788
|
+
fill: "#68737D",
|
|
4789
|
+
viewBox: "0 0 16 16"
|
|
4746
4790
|
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4747
4791
|
fillRule: "evenodd",
|
|
4748
4792
|
d: "M6 8.31a.496.496 0 0 1-.67.49c-.33-.12-.62-.3-.88-.49C3.9 8.73 3.26 9 2.5 9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5c.44 0 .84-.14 1.19-.37-.79-.9-1.14-1.91-1.16-1.97-.09-.26.05-.55.31-.63.26-.09.55.05.63.31 0 .01.31.87.96 1.61.76-.91 1.21-2.2 1.43-2.95H2.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5H4v-.5c0-.28.22-.5.5-.5s.5.22.5.5V3h1.5c.15 0 .29.07.39.18.09.12.13.27.1.42-.01.05-.08.38-.22.83C7.11 4.17 7.53 4 8 4h1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v9c0 .55.45 1 1 1h5V8.31Zm-.33-.45c.19.07.32.24.33.43V6.35c-.23.44-.5.87-.82 1.26.15.1.31.18.49.25ZM15 5H8c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1Zm-1.3 7.96a.51.51 0 0 1-.66-.26l-.31-.7h-2.46l-.31.7c-.11.25-.41.37-.66.25a.497.497 0 0 1-.25-.66l2-4.5c.16-.36.75-.36.91 0l2 4.5c.11.26 0 .55-.26.67ZM10.71 11h1.58l-.79-1.77-.79 1.77Z",
|
|
@@ -5257,6 +5301,7 @@ const StyledTabPanel = styled__default["default"].div `
|
|
|
5257
5301
|
display: ${({ hidden }) => (hidden ? "none" : "block")};
|
|
5258
5302
|
height: 100%;
|
|
5259
5303
|
overflow-y: auto;
|
|
5304
|
+
overflow-x: hidden;
|
|
5260
5305
|
`;
|
|
5261
5306
|
const TabPanel = (_a) => {
|
|
5262
5307
|
var { hidden, children } = _a, rest = __rest(_a, ["hidden", "children"]);
|