@loja-integrada/admin-components 0.18.13 → 0.18.15

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.
Files changed (42) hide show
  1. package/dist/Icons/{Icon.d.ts → Icon/Icon.d.ts} +1 -1
  2. package/dist/Icons/{Icon.stories.d.ts → Icon/Icon.stories.d.ts} +0 -1
  3. package/dist/Icons/Icon/index.d.ts +1 -0
  4. package/dist/Icons/IconCircular/IconCircular.d.ts +19 -0
  5. package/dist/Icons/IconCircular/IconCircular.spec.d.ts +1 -0
  6. package/dist/Icons/IconCircular/IconCircular.stories.d.ts +6 -0
  7. package/dist/Icons/IconCircular/index.d.ts +1 -0
  8. package/dist/Icons/IconList.d.ts +3 -0
  9. package/dist/Icons/icons-path/Exclamation.d.ts +2 -0
  10. package/dist/Icons/icons-path/Filter.d.ts +2 -0
  11. package/dist/Icons/icons-path/IconSolidLI.d.ts +2 -0
  12. package/dist/Icons/icons-path/ThinAngleRight.d.ts +2 -0
  13. package/dist/Icons/icons-path/WhatsApp.d.ts +2 -0
  14. package/dist/Icons/icons-path/index.d.ts +5 -0
  15. package/dist/Icons/index.d.ts +1 -0
  16. package/dist/admin-components.cjs.development.js +944 -35
  17. package/dist/admin-components.cjs.development.js.map +1 -1
  18. package/dist/admin-components.cjs.production.min.js +1 -1
  19. package/dist/admin-components.cjs.production.min.js.map +1 -1
  20. package/dist/admin-components.esm.js +944 -36
  21. package/dist/admin-components.esm.js.map +1 -1
  22. package/package.json +5 -1
  23. package/src/Components/SidebarFixed/SidebarFixed.tsx +1 -1
  24. package/src/Forms/ToggleButton/ToggleButton.stories.tsx +5 -5
  25. package/src/Icons/Icon/Icon.stories.tsx +12 -0
  26. package/src/Icons/{Icon.tsx → Icon/Icon.tsx} +2 -2
  27. package/src/Icons/Icon/index.ts +1 -0
  28. package/src/Icons/IconCircular/IconCircular.spec.tsx +24 -0
  29. package/src/Icons/IconCircular/IconCircular.stories.tsx +24 -0
  30. package/src/Icons/IconCircular/IconCircular.tsx +67 -0
  31. package/src/Icons/IconCircular/index.ts +1 -0
  32. package/src/Icons/{Icon.stories.tsx → IconList.tsx} +8 -13
  33. package/src/Icons/icons-path/Exclamation.tsx +17 -0
  34. package/src/Icons/icons-path/Filter.tsx +9 -0
  35. package/src/Icons/icons-path/IconSolidLI.tsx +12 -0
  36. package/src/Icons/icons-path/ThinAngleRight.tsx +12 -0
  37. package/src/Icons/icons-path/WhatsApp.tsx +9 -0
  38. package/src/Icons/icons-path/index.ts +10 -0
  39. package/src/Icons/index.ts +1 -0
  40. package/src/Indicators/Tooltip/style.scss +1 -1
  41. /package/dist/Icons/{Icon.spec.d.ts → Icon/Icon.spec.d.ts} +0 -0
  42. /package/src/Icons/{Icon.spec.tsx → Icon/Icon.spec.tsx} +0 -0
@@ -2821,6 +2821,107 @@ var Eye = function Eye() {
2821
2821
  });
2822
2822
  };
2823
2823
 
2824
+ function cov_1jh235p93() {
2825
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/Exclamation.tsx";
2826
+ var hash = "61f32211852650662c34e16aaac1c54d4ad1295d";
2827
+ var global = new Function("return this")();
2828
+ var gcv = "__coverage__";
2829
+ var coverageData = {
2830
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/Exclamation.tsx",
2831
+ statementMap: {
2832
+ "0": {
2833
+ start: {
2834
+ line: 2,
2835
+ column: 27
2836
+ },
2837
+ end: {
2838
+ line: 5,
2839
+ column: 153
2840
+ }
2841
+ },
2842
+ "1": {
2843
+ start: {
2844
+ line: 2,
2845
+ column: 34
2846
+ },
2847
+ end: {
2848
+ line: 5,
2849
+ column: 152
2850
+ }
2851
+ }
2852
+ },
2853
+ fnMap: {
2854
+ "0": {
2855
+ name: "(anonymous_0)",
2856
+ decl: {
2857
+ start: {
2858
+ line: 2,
2859
+ column: 27
2860
+ },
2861
+ end: {
2862
+ line: 2,
2863
+ column: 28
2864
+ }
2865
+ },
2866
+ loc: {
2867
+ start: {
2868
+ line: 2,
2869
+ column: 34
2870
+ },
2871
+ end: {
2872
+ line: 5,
2873
+ column: 152
2874
+ }
2875
+ },
2876
+ line: 2
2877
+ }
2878
+ },
2879
+ branchMap: {},
2880
+ s: {
2881
+ "0": 0,
2882
+ "1": 0
2883
+ },
2884
+ f: {
2885
+ "0": 0
2886
+ },
2887
+ b: {},
2888
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
2889
+ hash: "61f32211852650662c34e16aaac1c54d4ad1295d"
2890
+ };
2891
+ var coverage = global[gcv] || (global[gcv] = {});
2892
+
2893
+ if (!coverage[path] || coverage[path].hash !== hash) {
2894
+ coverage[path] = coverageData;
2895
+ }
2896
+
2897
+ var actualCoverage = coverage[path];
2898
+ {
2899
+ // @ts-ignore
2900
+ cov_1jh235p93 = function () {
2901
+ return actualCoverage;
2902
+ };
2903
+ }
2904
+ return actualCoverage;
2905
+ }
2906
+
2907
+ cov_1jh235p93();
2908
+ cov_1jh235p93().s[0]++;
2909
+ var Exclamation = function Exclamation() {
2910
+ cov_1jh235p93().f[0]++;
2911
+ cov_1jh235p93().s[1]++;
2912
+ return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("path", {
2913
+ fillRule: "evenodd",
2914
+ d: "M3 0a3 3 0 0 1 3 3v14a3 3 0 1 1-6 0V3a3 3 0 0 1 3-3Z",
2915
+ clipRule: "evenodd"
2916
+ }), /*#__PURE__*/React__default.createElement("path", {
2917
+ d: "M6 27a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
2918
+ }), /*#__PURE__*/React__default.createElement("path", {
2919
+ fillRule: "evenodd",
2920
+ d: "M3 29a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
2921
+ clipRule: "evenodd"
2922
+ }));
2923
+ };
2924
+
2824
2925
  function cov_s4o09h63f() {
2825
2926
  var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/ExclamationCircle.tsx";
2826
2927
  var hash = "8a4e0606f75c1f15f9e883b64d2f5d4308869dbb";
@@ -3106,6 +3207,101 @@ var ExternalLink = function ExternalLink() {
3106
3207
  });
3107
3208
  };
3108
3209
 
3210
+ function cov_2nm8vuosuq() {
3211
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/Filter.tsx";
3212
+ var hash = "52d607a9fb58d1e22cb0ed14fc0ce9f845958719";
3213
+ var global = new Function("return this")();
3214
+ var gcv = "__coverage__";
3215
+ var coverageData = {
3216
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/Filter.tsx",
3217
+ statementMap: {
3218
+ "0": {
3219
+ start: {
3220
+ line: 2,
3221
+ column: 22
3222
+ },
3223
+ end: {
3224
+ line: 2,
3225
+ column: 878
3226
+ }
3227
+ },
3228
+ "1": {
3229
+ start: {
3230
+ line: 2,
3231
+ column: 29
3232
+ },
3233
+ end: {
3234
+ line: 2,
3235
+ column: 877
3236
+ }
3237
+ }
3238
+ },
3239
+ fnMap: {
3240
+ "0": {
3241
+ name: "(anonymous_0)",
3242
+ decl: {
3243
+ start: {
3244
+ line: 2,
3245
+ column: 22
3246
+ },
3247
+ end: {
3248
+ line: 2,
3249
+ column: 23
3250
+ }
3251
+ },
3252
+ loc: {
3253
+ start: {
3254
+ line: 2,
3255
+ column: 29
3256
+ },
3257
+ end: {
3258
+ line: 2,
3259
+ column: 877
3260
+ }
3261
+ },
3262
+ line: 2
3263
+ }
3264
+ },
3265
+ branchMap: {},
3266
+ s: {
3267
+ "0": 0,
3268
+ "1": 0
3269
+ },
3270
+ f: {
3271
+ "0": 0
3272
+ },
3273
+ b: {},
3274
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
3275
+ hash: "52d607a9fb58d1e22cb0ed14fc0ce9f845958719"
3276
+ };
3277
+ var coverage = global[gcv] || (global[gcv] = {});
3278
+
3279
+ if (!coverage[path] || coverage[path].hash !== hash) {
3280
+ coverage[path] = coverageData;
3281
+ }
3282
+
3283
+ var actualCoverage = coverage[path];
3284
+ {
3285
+ // @ts-ignore
3286
+ cov_2nm8vuosuq = function () {
3287
+ return actualCoverage;
3288
+ };
3289
+ }
3290
+ return actualCoverage;
3291
+ }
3292
+
3293
+ cov_2nm8vuosuq();
3294
+ cov_2nm8vuosuq().s[0]++;
3295
+ var Filter = function Filter() {
3296
+ cov_2nm8vuosuq().f[0]++;
3297
+ cov_2nm8vuosuq().s[1]++;
3298
+ return /*#__PURE__*/React__default.createElement("path", {
3299
+ fillRule: "evenodd",
3300
+ clipRule: "evenodd",
3301
+ d: "M15.5698 0H2.43384C0.145842 0 -0.844158 2.897 0.964842 4.298L5.70784 7.969C6.19784 8.348 6.48384 8.933 6.48384 9.552L6.47884 14.895C6.47884 15.653 6.90584 16.346 7.58484 16.685L9.92784 17.857C10.0898 17.937 10.2568 17.975 10.4198 17.975C10.9968 17.975 11.5198 17.511 11.5208 16.874L11.5248 9.55C11.5258 8.932 11.8118 8.349 12.2998 7.97L17.0398 4.297C18.8478 2.896 17.8568 0 15.5698 0ZM15.5698 1.5C16.1508 1.5 16.3588 1.926 16.4218 2.109C16.4838 2.292 16.5798 2.756 16.1208 3.111L11.3818 6.784C10.5198 7.452 10.0258 8.459 10.0248 9.549L10.0208 16.226L8.25584 15.343C8.08484 15.258 7.97884 15.086 7.97884 14.896L7.98384 9.553C7.98484 8.477 7.47684 7.441 6.62584 6.783L1.88284 3.112C1.42384 2.756 1.51984 2.292 1.58184 2.109C1.64484 1.926 1.85284 1.5 2.43384 1.5H15.5698Z"
3302
+ });
3303
+ };
3304
+
3109
3305
  function cov_2pc9eyjcbj() {
3110
3306
  var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/HalfBack.tsx";
3111
3307
  var hash = "865e37e15de4635d19dd2a9a1ff3bec649696046";
@@ -6463,9 +6659,299 @@ var ShoppingCart = function ShoppingCart() {
6463
6659
  }));
6464
6660
  };
6465
6661
 
6662
+ function cov_lq1f84t1l() {
6663
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/WhatsApp.tsx";
6664
+ var hash = "11c420389170f3f705aeef9c67f71e6162996e90";
6665
+ var global = new Function("return this")();
6666
+ var gcv = "__coverage__";
6667
+ var coverageData = {
6668
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/WhatsApp.tsx",
6669
+ statementMap: {
6670
+ "0": {
6671
+ start: {
6672
+ line: 2,
6673
+ column: 24
6674
+ },
6675
+ end: {
6676
+ line: 2,
6677
+ column: 1861
6678
+ }
6679
+ },
6680
+ "1": {
6681
+ start: {
6682
+ line: 2,
6683
+ column: 31
6684
+ },
6685
+ end: {
6686
+ line: 2,
6687
+ column: 1860
6688
+ }
6689
+ }
6690
+ },
6691
+ fnMap: {
6692
+ "0": {
6693
+ name: "(anonymous_0)",
6694
+ decl: {
6695
+ start: {
6696
+ line: 2,
6697
+ column: 24
6698
+ },
6699
+ end: {
6700
+ line: 2,
6701
+ column: 25
6702
+ }
6703
+ },
6704
+ loc: {
6705
+ start: {
6706
+ line: 2,
6707
+ column: 31
6708
+ },
6709
+ end: {
6710
+ line: 2,
6711
+ column: 1860
6712
+ }
6713
+ },
6714
+ line: 2
6715
+ }
6716
+ },
6717
+ branchMap: {},
6718
+ s: {
6719
+ "0": 0,
6720
+ "1": 0
6721
+ },
6722
+ f: {
6723
+ "0": 0
6724
+ },
6725
+ b: {},
6726
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6727
+ hash: "11c420389170f3f705aeef9c67f71e6162996e90"
6728
+ };
6729
+ var coverage = global[gcv] || (global[gcv] = {});
6730
+
6731
+ if (!coverage[path] || coverage[path].hash !== hash) {
6732
+ coverage[path] = coverageData;
6733
+ }
6734
+
6735
+ var actualCoverage = coverage[path];
6736
+ {
6737
+ // @ts-ignore
6738
+ cov_lq1f84t1l = function () {
6739
+ return actualCoverage;
6740
+ };
6741
+ }
6742
+ return actualCoverage;
6743
+ }
6744
+
6745
+ cov_lq1f84t1l();
6746
+ cov_lq1f84t1l().s[0]++;
6747
+ var WhatsApp = function WhatsApp() {
6748
+ cov_lq1f84t1l().f[0]++;
6749
+ cov_lq1f84t1l().s[1]++;
6750
+ return /*#__PURE__*/React__default.createElement("path", {
6751
+ fillRule: "evenodd",
6752
+ clipRule: "evenodd",
6753
+ d: "M1.68502 9.00599C1.68402 10.288 2.01902 11.539 2.65602 12.642L1.62402 16.412L5.48002 15.401C6.54202 15.98 7.73802 16.286 8.95602 16.286H8.95902C12.968 16.286 16.232 13.022 16.233 9.01199C16.234 7.06899 15.477 5.23999 14.105 3.86499C12.731 2.48999 10.904 1.73199 8.95902 1.73199C4.94902 1.73199 1.68602 4.99499 1.68502 9.00599ZM3.98102 12.452L3.83702 12.224C3.23202 11.262 2.91202 10.148 2.91202 9.00599C2.91402 5.67299 5.62702 2.96099 8.96102 2.96099C10.576 2.96099 12.093 3.59099 13.235 4.73299C14.377 5.87699 15.006 7.39499 15.005 9.01099C15.004 12.344 12.291 15.058 8.95902 15.058H8.95702C7.87102 15.057 6.80802 14.765 5.88002 14.215L5.65802 14.083L3.37002 14.684L3.98102 12.452ZM5.89902 5.87399C5.73202 6.05599 5.26202 6.49599 5.26202 7.39099C5.26202 8.28499 5.91402 9.14899 6.00502 9.27099C6.09602 9.39099 7.28602 11.227 9.11002 12.015C9.54402 12.202 9.88202 12.315 10.147 12.398C10.581 12.536 10.977 12.516 11.291 12.469C11.64 12.418 12.366 12.03 12.517 11.605C12.669 11.181 12.669 10.817 12.624 10.742C12.578 10.666 12.457 10.62 12.275 10.529C12.093 10.438 11.201 9.99799 11.033 9.93799C10.867 9.87699 10.745 9.84699 10.624 10.029C10.503 10.21 10.156 10.62 10.049 10.742C9.94302 10.862 9.83702 10.878 9.65502 10.787C9.47302 10.697 8.88702 10.504 8.19402 9.88499C7.65402 9.40199 7.28802 8.80699 7.18202 8.62599C7.07602 8.44399 7.17102 8.34599 7.26202 8.25499C7.34402 8.17299 7.44402 8.04199 7.53502 7.93599C7.62602 7.82999 7.65502 7.75299 7.71702 7.63299C7.77702 7.51099 7.74602 7.40499 7.70102 7.31399C7.65502 7.22299 7.29302 6.32899 7.14102 5.96499C7.01002 5.65199 6.87802 5.65299 6.77302 5.65399C6.75802 5.65399 6.74502 5.65399 6.73202 5.65299C6.62602 5.64799 6.50502 5.64699 6.38402 5.64699C6.26202 5.64699 6.06502 5.69299 5.89902 5.87399Z"
6754
+ });
6755
+ };
6756
+
6757
+ function cov_jykdvl1pf() {
6758
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/IconSolidLI.tsx";
6759
+ var hash = "7e9d38a5c6a675219a15abeb858f64429349f996";
6760
+ var global = new Function("return this")();
6761
+ var gcv = "__coverage__";
6762
+ var coverageData = {
6763
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/IconSolidLI.tsx",
6764
+ statementMap: {
6765
+ "0": {
6766
+ start: {
6767
+ line: 2,
6768
+ column: 27
6769
+ },
6770
+ end: {
6771
+ line: 4,
6772
+ column: 303
6773
+ }
6774
+ },
6775
+ "1": {
6776
+ start: {
6777
+ line: 2,
6778
+ column: 34
6779
+ },
6780
+ end: {
6781
+ line: 4,
6782
+ column: 302
6783
+ }
6784
+ }
6785
+ },
6786
+ fnMap: {
6787
+ "0": {
6788
+ name: "(anonymous_0)",
6789
+ decl: {
6790
+ start: {
6791
+ line: 2,
6792
+ column: 27
6793
+ },
6794
+ end: {
6795
+ line: 2,
6796
+ column: 28
6797
+ }
6798
+ },
6799
+ loc: {
6800
+ start: {
6801
+ line: 2,
6802
+ column: 34
6803
+ },
6804
+ end: {
6805
+ line: 4,
6806
+ column: 302
6807
+ }
6808
+ },
6809
+ line: 2
6810
+ }
6811
+ },
6812
+ branchMap: {},
6813
+ s: {
6814
+ "0": 0,
6815
+ "1": 0
6816
+ },
6817
+ f: {
6818
+ "0": 0
6819
+ },
6820
+ b: {},
6821
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6822
+ hash: "7e9d38a5c6a675219a15abeb858f64429349f996"
6823
+ };
6824
+ var coverage = global[gcv] || (global[gcv] = {});
6825
+
6826
+ if (!coverage[path] || coverage[path].hash !== hash) {
6827
+ coverage[path] = coverageData;
6828
+ }
6829
+
6830
+ var actualCoverage = coverage[path];
6831
+ {
6832
+ // @ts-ignore
6833
+ cov_jykdvl1pf = function () {
6834
+ return actualCoverage;
6835
+ };
6836
+ }
6837
+ return actualCoverage;
6838
+ }
6839
+
6840
+ cov_jykdvl1pf();
6841
+ cov_jykdvl1pf().s[0]++;
6842
+ var IconSolidLI = function IconSolidLI() {
6843
+ cov_jykdvl1pf().f[0]++;
6844
+ cov_jykdvl1pf().s[1]++;
6845
+ return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("path", {
6846
+ d: "M14.637 6.84a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34Z"
6847
+ }), /*#__PURE__*/React__default.createElement("path", {
6848
+ d: "M5.97 9.987a3.134 3.134 0 0 0 6.124-.94v-.102a.73.73 0 0 1 .73-.73h3.625a.73.73 0 0 1 .73.73v.09a8.213 8.213 0 0 1-8.047 8.213C4.514 17.34.75 13.542.75 8.921V5.44a2.538 2.538 0 1 1 5.076 0v3.608c0 .319.049.636.144.94Z",
6849
+ fillRule: "evenodd",
6850
+ clipRule: "evenodd"
6851
+ }));
6852
+ };
6853
+
6854
+ function cov_ficvxhbq1() {
6855
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/ThinAngleRight.tsx";
6856
+ var hash = "8421ad8a22047cf70da2f055f6dfdfe97954e855";
6857
+ var global = new Function("return this")();
6858
+ var gcv = "__coverage__";
6859
+ var coverageData = {
6860
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/ThinAngleRight.tsx",
6861
+ statementMap: {
6862
+ "0": {
6863
+ start: {
6864
+ line: 2,
6865
+ column: 30
6866
+ },
6867
+ end: {
6868
+ line: 2,
6869
+ column: 210
6870
+ }
6871
+ },
6872
+ "1": {
6873
+ start: {
6874
+ line: 2,
6875
+ column: 37
6876
+ },
6877
+ end: {
6878
+ line: 2,
6879
+ column: 209
6880
+ }
6881
+ }
6882
+ },
6883
+ fnMap: {
6884
+ "0": {
6885
+ name: "(anonymous_0)",
6886
+ decl: {
6887
+ start: {
6888
+ line: 2,
6889
+ column: 30
6890
+ },
6891
+ end: {
6892
+ line: 2,
6893
+ column: 31
6894
+ }
6895
+ },
6896
+ loc: {
6897
+ start: {
6898
+ line: 2,
6899
+ column: 37
6900
+ },
6901
+ end: {
6902
+ line: 2,
6903
+ column: 209
6904
+ }
6905
+ },
6906
+ line: 2
6907
+ }
6908
+ },
6909
+ branchMap: {},
6910
+ s: {
6911
+ "0": 0,
6912
+ "1": 0
6913
+ },
6914
+ f: {
6915
+ "0": 0
6916
+ },
6917
+ b: {},
6918
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6919
+ hash: "8421ad8a22047cf70da2f055f6dfdfe97954e855"
6920
+ };
6921
+ var coverage = global[gcv] || (global[gcv] = {});
6922
+
6923
+ if (!coverage[path] || coverage[path].hash !== hash) {
6924
+ coverage[path] = coverageData;
6925
+ }
6926
+
6927
+ var actualCoverage = coverage[path];
6928
+ {
6929
+ // @ts-ignore
6930
+ cov_ficvxhbq1 = function () {
6931
+ return actualCoverage;
6932
+ };
6933
+ }
6934
+ return actualCoverage;
6935
+ }
6936
+
6937
+ cov_ficvxhbq1();
6938
+ cov_ficvxhbq1().s[0]++;
6939
+ var ThinAngleRight = function ThinAngleRight() {
6940
+ cov_ficvxhbq1().f[0]++;
6941
+ cov_ficvxhbq1().s[1]++;
6942
+ return /*#__PURE__*/React__default.createElement("path", {
6943
+ d: "M6.75 4.5L11.25 9L6.75 13.5",
6944
+ fill: "none",
6945
+ stroke: "currentColor",
6946
+ strokeWidth: "1.4",
6947
+ strokeLinecap: "round",
6948
+ strokeLinejoin: "round"
6949
+ });
6950
+ };
6951
+
6466
6952
  function cov_2hz37kz1k3() {
6467
6953
  var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/index.ts";
6468
- var hash = "04540229d12a4f6a30e4c0284243f4f70c34ca99";
6954
+ var hash = "f7d371b433a133d5e478cda2d09260095a2a6a39";
6469
6955
  var global = new Function("return this")();
6470
6956
  var gcv = "__coverage__";
6471
6957
  var coverageData = {
@@ -6473,11 +6959,11 @@ function cov_2hz37kz1k3() {
6473
6959
  statementMap: {
6474
6960
  "0": {
6475
6961
  start: {
6476
- line: 68,
6962
+ line: 73,
6477
6963
  column: 21
6478
6964
  },
6479
6965
  end: {
6480
- line: 137,
6966
+ line: 147,
6481
6967
  column: 1
6482
6968
  }
6483
6969
  }
@@ -6490,7 +6976,7 @@ function cov_2hz37kz1k3() {
6490
6976
  f: {},
6491
6977
  b: {},
6492
6978
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6493
- hash: "04540229d12a4f6a30e4c0284243f4f70c34ca99"
6979
+ hash: "f7d371b433a133d5e478cda2d09260095a2a6a39"
6494
6980
  };
6495
6981
  var coverage = global[gcv] || (global[gcv] = {});
6496
6982
 
@@ -6543,9 +7029,11 @@ var icons = ( /*#__PURE__*/cov_2hz37kz1k3().s[0]++, {
6543
7029
  edit: Edit,
6544
7030
  exchange: Exchange,
6545
7031
  eye: Eye,
7032
+ exclamation: Exclamation,
6546
7033
  exclamationCircle: ExclamationCircle,
6547
7034
  exclamationTriangle: ExclamationTriangle,
6548
7035
  externalLink: ExternalLink,
7036
+ filter: Filter,
6549
7037
  halfBack: HalfBack,
6550
7038
  home: Home,
6551
7039
  image: Image,
@@ -6577,16 +7065,19 @@ var icons = ( /*#__PURE__*/cov_2hz37kz1k3().s[0]++, {
6577
7065
  usdCircle: UsdCircle,
6578
7066
  questionCircle: QuestionCircle,
6579
7067
  sync: Sync,
6580
- user: User
7068
+ user: User,
7069
+ whatsapp: WhatsApp,
7070
+ iconSolidLI: IconSolidLI,
7071
+ thinAngleRight: ThinAngleRight
6581
7072
  });
6582
7073
 
6583
- function cov_9mapptl2y() {
6584
- var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon.tsx";
6585
- var hash = "ec9d878f642df16fb01880be746ef02d1cb36b35";
7074
+ function cov_2ji9t8az0b() {
7075
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon/Icon.tsx";
7076
+ var hash = "da7eee7411395f1e670c79b46008f9bf768abf17";
6586
7077
  var global = new Function("return this")();
6587
7078
  var gcv = "__coverage__";
6588
7079
  var coverageData = {
6589
- path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon.tsx",
7080
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon/Icon.tsx",
6590
7081
  statementMap: {
6591
7082
  "0": {
6592
7083
  start: {
@@ -6685,7 +7176,7 @@ function cov_9mapptl2y() {
6685
7176
  },
6686
7177
  end: {
6687
7178
  line: 23,
6688
- column: 31
7179
+ column: 69
6689
7180
  }
6690
7181
  },
6691
7182
  "10": {
@@ -6929,6 +7420,39 @@ function cov_9mapptl2y() {
6929
7420
  }
6930
7421
  }],
6931
7422
  line: 22
7423
+ },
7424
+ "7": {
7425
+ loc: {
7426
+ start: {
7427
+ line: 23,
7428
+ column: 20
7429
+ },
7430
+ end: {
7431
+ line: 23,
7432
+ column: 69
7433
+ }
7434
+ },
7435
+ type: "cond-expr",
7436
+ locations: [{
7437
+ start: {
7438
+ line: 23,
7439
+ column: 45
7440
+ },
7441
+ end: {
7442
+ line: 23,
7443
+ column: 55
7444
+ }
7445
+ }, {
7446
+ start: {
7447
+ line: 23,
7448
+ column: 58
7449
+ },
7450
+ end: {
7451
+ line: 23,
7452
+ column: 69
7453
+ }
7454
+ }],
7455
+ line: 23
6932
7456
  }
6933
7457
  },
6934
7458
  s: {
@@ -6954,10 +7478,11 @@ function cov_9mapptl2y() {
6954
7478
  "3": [0, 0],
6955
7479
  "4": [0, 0],
6956
7480
  "5": [0, 0],
6957
- "6": [0, 0]
7481
+ "6": [0, 0],
7482
+ "7": [0, 0]
6958
7483
  },
6959
7484
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6960
- hash: "ec9d878f642df16fb01880be746ef02d1cb36b35"
7485
+ hash: "da7eee7411395f1e670c79b46008f9bf768abf17"
6961
7486
  };
6962
7487
  var coverage = global[gcv] || (global[gcv] = {});
6963
7488
 
@@ -6968,15 +7493,15 @@ function cov_9mapptl2y() {
6968
7493
  var actualCoverage = coverage[path];
6969
7494
  {
6970
7495
  // @ts-ignore
6971
- cov_9mapptl2y = function () {
7496
+ cov_2ji9t8az0b = function () {
6972
7497
  return actualCoverage;
6973
7498
  };
6974
7499
  }
6975
7500
  return actualCoverage;
6976
7501
  }
6977
7502
 
6978
- cov_9mapptl2y();
6979
- var iconSizes = ( /*#__PURE__*/cov_9mapptl2y().s[0]++, {
7503
+ cov_2ji9t8az0b();
7504
+ var iconSizes = ( /*#__PURE__*/cov_2ji9t8az0b().s[0]++, {
6980
7505
  1: 'h-1 w-1',
6981
7506
  2: 'h-2 w-2',
6982
7507
  3: 'h-3 w-3',
@@ -6988,41 +7513,41 @@ var iconSizes = ( /*#__PURE__*/cov_9mapptl2y().s[0]++, {
6988
7513
  9: 'h-9 w-9',
6989
7514
  10: 'h-10 w-10'
6990
7515
  });
6991
- var Icon = ( /*#__PURE__*/cov_9mapptl2y().s[1]++, /*#__PURE__*/React__default.memo(function (_ref) {
7516
+ var Icon = ( /*#__PURE__*/cov_2ji9t8az0b().s[1]++, /*#__PURE__*/React__default.memo(function (_ref) {
6992
7517
  var _ref$icon = _ref.icon,
6993
- icon = _ref$icon === void 0 ? (cov_9mapptl2y().b[0][0]++, 'minus') : _ref$icon,
7518
+ icon = _ref$icon === void 0 ? (cov_2ji9t8az0b().b[0][0]++, 'minus') : _ref$icon,
6994
7519
  _ref$block = _ref.block,
6995
- block = _ref$block === void 0 ? (cov_9mapptl2y().b[1][0]++, false) : _ref$block,
7520
+ block = _ref$block === void 0 ? (cov_2ji9t8az0b().b[1][0]++, false) : _ref$block,
6996
7521
  _ref$size = _ref.size,
6997
- size = _ref$size === void 0 ? (cov_9mapptl2y().b[2][0]++, 5) : _ref$size,
7522
+ size = _ref$size === void 0 ? (cov_2ji9t8az0b().b[2][0]++, 5) : _ref$size,
6998
7523
  className = _ref.className;
6999
- cov_9mapptl2y().f[0]++;
7000
- var classes = (cov_9mapptl2y().s[2]++, 'icon-' + icon + " fill-current transform-gpu ");
7001
- cov_9mapptl2y().s[3]++;
7002
- classes += block ? (cov_9mapptl2y().b[3][0]++, "block ") : (cov_9mapptl2y().b[3][1]++, "inline-block ");
7003
- cov_9mapptl2y().s[4]++;
7524
+ cov_2ji9t8az0b().f[0]++;
7525
+ var classes = (cov_2ji9t8az0b().s[2]++, 'icon-' + icon + " fill-current transform-gpu ");
7526
+ cov_2ji9t8az0b().s[3]++;
7527
+ classes += block ? (cov_2ji9t8az0b().b[3][0]++, "block ") : (cov_2ji9t8az0b().b[3][1]++, "inline-block ");
7528
+ cov_2ji9t8az0b().s[4]++;
7004
7529
 
7005
7530
  if (size) {
7006
- cov_9mapptl2y().b[4][0]++;
7007
- cov_9mapptl2y().s[5]++;
7531
+ cov_2ji9t8az0b().b[4][0]++;
7532
+ cov_2ji9t8az0b().s[5]++;
7008
7533
  classes += iconSizes[size] + " ";
7009
7534
  } else {
7010
- cov_9mapptl2y().b[4][1]++;
7535
+ cov_2ji9t8az0b().b[4][1]++;
7011
7536
  }
7012
7537
 
7013
- cov_9mapptl2y().s[6]++;
7538
+ cov_2ji9t8az0b().s[6]++;
7014
7539
 
7015
7540
  if (className) {
7016
- cov_9mapptl2y().b[5][0]++;
7017
- cov_9mapptl2y().s[7]++;
7541
+ cov_2ji9t8az0b().b[5][0]++;
7542
+ cov_2ji9t8az0b().s[7]++;
7018
7543
  classes += className;
7019
7544
  } else {
7020
- cov_9mapptl2y().b[5][1]++;
7545
+ cov_2ji9t8az0b().b[5][1]++;
7021
7546
  }
7022
7547
 
7023
- var Path = (cov_9mapptl2y().s[8]++, (cov_9mapptl2y().b[6][0]++, icons[icon]) || (cov_9mapptl2y().b[6][1]++, icons['minus']));
7024
- var viewBox = (cov_9mapptl2y().s[9]++, '0 0 18 18');
7025
- cov_9mapptl2y().s[10]++;
7548
+ var Path = (cov_2ji9t8az0b().s[8]++, (cov_2ji9t8az0b().b[6][0]++, icons[icon]) || (cov_2ji9t8az0b().b[6][1]++, icons['minus']));
7549
+ var viewBox = (cov_2ji9t8az0b().s[9]++, icon === 'exclamation' ? (cov_2ji9t8az0b().b[7][0]++, '0 0 6 30') : (cov_2ji9t8az0b().b[7][1]++, '0 0 18 18'));
7550
+ cov_2ji9t8az0b().s[10]++;
7026
7551
  return /*#__PURE__*/React__default.createElement("svg", {
7027
7552
  className: classes,
7028
7553
  viewBox: viewBox,
@@ -7030,6 +7555,40 @@ var Icon = ( /*#__PURE__*/cov_9mapptl2y().s[1]++, /*#__PURE__*/React__default.me
7030
7555
  }, /*#__PURE__*/React__default.createElement(Path, null));
7031
7556
  }));
7032
7557
 
7558
+ function cov_zd5zl4ab5() {
7559
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon/index.ts";
7560
+ var hash = "958973867476350361bf42b6b4254eefa8eb06a7";
7561
+ var global = new Function("return this")();
7562
+ var gcv = "__coverage__";
7563
+ var coverageData = {
7564
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon/index.ts",
7565
+ statementMap: {},
7566
+ fnMap: {},
7567
+ branchMap: {},
7568
+ s: {},
7569
+ f: {},
7570
+ b: {},
7571
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
7572
+ hash: "958973867476350361bf42b6b4254eefa8eb06a7"
7573
+ };
7574
+ var coverage = global[gcv] || (global[gcv] = {});
7575
+
7576
+ if (!coverage[path] || coverage[path].hash !== hash) {
7577
+ coverage[path] = coverageData;
7578
+ }
7579
+
7580
+ var actualCoverage = coverage[path];
7581
+ {
7582
+ // @ts-ignore
7583
+ cov_zd5zl4ab5 = function () {
7584
+ return actualCoverage;
7585
+ };
7586
+ }
7587
+ return actualCoverage;
7588
+ }
7589
+
7590
+ cov_zd5zl4ab5();
7591
+
7033
7592
  function cov_1pxac4ky7h() {
7034
7593
  var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Components/Button/Button.tsx";
7035
7594
  var hash = "e8e05a1dbb1e324676bdaad483f1b2a22983cf75";
@@ -18130,6 +18689,355 @@ function cov_2m9ojx771o() {
18130
18689
 
18131
18690
  cov_2m9ojx771o();
18132
18691
 
18692
+ function cov_1vszvjdm87() {
18693
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/IconCircular/IconCircular.tsx";
18694
+ var hash = "595a7dd7f867d14ef02cd57b7250391a5be49083";
18695
+ var global = new Function("return this")();
18696
+ var gcv = "__coverage__";
18697
+ var coverageData = {
18698
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/IconCircular/IconCircular.tsx",
18699
+ statementMap: {
18700
+ "0": {
18701
+ start: {
18702
+ line: 3,
18703
+ column: 23
18704
+ },
18705
+ end: {
18706
+ line: 16,
18707
+ column: 1
18708
+ }
18709
+ },
18710
+ "1": {
18711
+ start: {
18712
+ line: 17,
18713
+ column: 28
18714
+ },
18715
+ end: {
18716
+ line: 28,
18717
+ column: 2
18718
+ }
18719
+ },
18720
+ "2": {
18721
+ start: {
18722
+ line: 18,
18723
+ column: 17
18724
+ },
18725
+ end: {
18726
+ line: 20,
18727
+ column: 49
18728
+ }
18729
+ },
18730
+ "3": {
18731
+ start: {
18732
+ line: 21,
18733
+ column: 20
18734
+ },
18735
+ end: {
18736
+ line: 23,
18737
+ column: 57
18738
+ }
18739
+ },
18740
+ "4": {
18741
+ start: {
18742
+ line: 24,
18743
+ column: 4
18744
+ },
18745
+ end: {
18746
+ line: 27,
18747
+ column: 110
18748
+ }
18749
+ }
18750
+ },
18751
+ fnMap: {
18752
+ "0": {
18753
+ name: "(anonymous_0)",
18754
+ decl: {
18755
+ start: {
18756
+ line: 17,
18757
+ column: 39
18758
+ },
18759
+ end: {
18760
+ line: 17,
18761
+ column: 40
18762
+ }
18763
+ },
18764
+ loc: {
18765
+ start: {
18766
+ line: 17,
18767
+ column: 111
18768
+ },
18769
+ end: {
18770
+ line: 28,
18771
+ column: 1
18772
+ }
18773
+ },
18774
+ line: 17
18775
+ }
18776
+ },
18777
+ branchMap: {
18778
+ "0": {
18779
+ loc: {
18780
+ start: {
18781
+ line: 17,
18782
+ column: 42
18783
+ },
18784
+ end: {
18785
+ line: 17,
18786
+ column: 61
18787
+ }
18788
+ },
18789
+ type: "default-arg",
18790
+ locations: [{
18791
+ start: {
18792
+ line: 17,
18793
+ column: 52
18794
+ },
18795
+ end: {
18796
+ line: 17,
18797
+ column: 61
18798
+ }
18799
+ }],
18800
+ line: 17
18801
+ },
18802
+ "1": {
18803
+ loc: {
18804
+ start: {
18805
+ line: 18,
18806
+ column: 17
18807
+ },
18808
+ end: {
18809
+ line: 20,
18810
+ column: 49
18811
+ }
18812
+ },
18813
+ type: "cond-expr",
18814
+ locations: [{
18815
+ start: {
18816
+ line: 19,
18817
+ column: 10
18818
+ },
18819
+ end: {
18820
+ line: 19,
18821
+ column: 20
18822
+ }
18823
+ }, {
18824
+ start: {
18825
+ line: 20,
18826
+ column: 10
18827
+ },
18828
+ end: {
18829
+ line: 20,
18830
+ column: 49
18831
+ }
18832
+ }],
18833
+ line: 18
18834
+ },
18835
+ "2": {
18836
+ loc: {
18837
+ start: {
18838
+ line: 20,
18839
+ column: 10
18840
+ },
18841
+ end: {
18842
+ line: 20,
18843
+ column: 49
18844
+ }
18845
+ },
18846
+ type: "binary-expr",
18847
+ locations: [{
18848
+ start: {
18849
+ line: 20,
18850
+ column: 10
18851
+ },
18852
+ end: {
18853
+ line: 20,
18854
+ column: 38
18855
+ }
18856
+ }, {
18857
+ start: {
18858
+ line: 20,
18859
+ column: 42
18860
+ },
18861
+ end: {
18862
+ line: 20,
18863
+ column: 49
18864
+ }
18865
+ }],
18866
+ line: 20
18867
+ },
18868
+ "3": {
18869
+ loc: {
18870
+ start: {
18871
+ line: 21,
18872
+ column: 20
18873
+ },
18874
+ end: {
18875
+ line: 23,
18876
+ column: 57
18877
+ }
18878
+ },
18879
+ type: "cond-expr",
18880
+ locations: [{
18881
+ start: {
18882
+ line: 22,
18883
+ column: 10
18884
+ },
18885
+ end: {
18886
+ line: 22,
18887
+ column: 23
18888
+ }
18889
+ }, {
18890
+ start: {
18891
+ line: 23,
18892
+ column: 10
18893
+ },
18894
+ end: {
18895
+ line: 23,
18896
+ column: 57
18897
+ }
18898
+ }],
18899
+ line: 21
18900
+ },
18901
+ "4": {
18902
+ loc: {
18903
+ start: {
18904
+ line: 23,
18905
+ column: 10
18906
+ },
18907
+ end: {
18908
+ line: 23,
18909
+ column: 57
18910
+ }
18911
+ },
18912
+ type: "binary-expr",
18913
+ locations: [{
18914
+ start: {
18915
+ line: 23,
18916
+ column: 10
18917
+ },
18918
+ end: {
18919
+ line: 23,
18920
+ column: 41
18921
+ }
18922
+ }, {
18923
+ start: {
18924
+ line: 23,
18925
+ column: 45
18926
+ },
18927
+ end: {
18928
+ line: 23,
18929
+ column: 57
18930
+ }
18931
+ }],
18932
+ line: 23
18933
+ }
18934
+ },
18935
+ s: {
18936
+ "0": 0,
18937
+ "1": 0,
18938
+ "2": 0,
18939
+ "3": 0,
18940
+ "4": 0
18941
+ },
18942
+ f: {
18943
+ "0": 0
18944
+ },
18945
+ b: {
18946
+ "0": [0],
18947
+ "1": [0, 0],
18948
+ "2": [0, 0],
18949
+ "3": [0, 0],
18950
+ "4": [0, 0]
18951
+ },
18952
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
18953
+ hash: "595a7dd7f867d14ef02cd57b7250391a5be49083"
18954
+ };
18955
+ var coverage = global[gcv] || (global[gcv] = {});
18956
+
18957
+ if (!coverage[path] || coverage[path].hash !== hash) {
18958
+ coverage[path] = coverageData;
18959
+ }
18960
+
18961
+ var actualCoverage = coverage[path];
18962
+ {
18963
+ // @ts-ignore
18964
+ cov_1vszvjdm87 = function () {
18965
+ return actualCoverage;
18966
+ };
18967
+ }
18968
+ return actualCoverage;
18969
+ }
18970
+
18971
+ cov_1vszvjdm87();
18972
+ var variantsStyles = ( /*#__PURE__*/cov_1vszvjdm87().s[0]++, {
18973
+ success: {
18974
+ bgClass: 'bg-primary',
18975
+ icon: 'check'
18976
+ },
18977
+ warning: {
18978
+ bgClass: 'bg-warning',
18979
+ icon: 'exclamation'
18980
+ },
18981
+ danger: {
18982
+ bgClass: 'bg-danger',
18983
+ icon: 'times'
18984
+ }
18985
+ });
18986
+ var IconCircular = ( /*#__PURE__*/cov_1vszvjdm87().s[1]++, /*#__PURE__*/React__default.memo(function (_ref) {
18987
+ var _ref$variant = _ref.variant,
18988
+ variant = _ref$variant === void 0 ? (cov_1vszvjdm87().b[0][0]++, 'success') : _ref$variant,
18989
+ customIcon = _ref.icon,
18990
+ customBgClass = _ref.bgClass;
18991
+ cov_1vszvjdm87().f[0]++;
18992
+ var icon = (cov_1vszvjdm87().s[2]++, customIcon ? (cov_1vszvjdm87().b[1][0]++, customIcon) : (cov_1vszvjdm87().b[1][1]++, (cov_1vszvjdm87().b[2][0]++, variantsStyles[variant].icon) || (cov_1vszvjdm87().b[2][1]++, 'check')));
18993
+ var bgClass = (cov_1vszvjdm87().s[3]++, customBgClass ? (cov_1vszvjdm87().b[3][0]++, customBgClass) : (cov_1vszvjdm87().b[3][1]++, (cov_1vszvjdm87().b[4][0]++, variantsStyles[variant].bgClass) || (cov_1vszvjdm87().b[4][1]++, 'bg-primary')));
18994
+ cov_1vszvjdm87().s[4]++;
18995
+ return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("div", {
18996
+ className: "icon-circular flex w-20 h-20 mx-auto rounded-full items-center justify-center bg-opacity-20 " + bgClass
18997
+ }, /*#__PURE__*/React__default.createElement("div", {
18998
+ className: "flex w-14 h-14 rounded-full items-center justify-center " + bgClass
18999
+ }, /*#__PURE__*/React__default.createElement(Icon, {
19000
+ icon: icon,
19001
+ className: "text-base-1",
19002
+ size: 7,
19003
+ block: true
19004
+ }))));
19005
+ }));
19006
+
19007
+ function cov_263qozczkw() {
19008
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/IconCircular/index.ts";
19009
+ var hash = "98f6ee3b3e0156bd7cb35a459bb4910acd7f17f4";
19010
+ var global = new Function("return this")();
19011
+ var gcv = "__coverage__";
19012
+ var coverageData = {
19013
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/IconCircular/index.ts",
19014
+ statementMap: {},
19015
+ fnMap: {},
19016
+ branchMap: {},
19017
+ s: {},
19018
+ f: {},
19019
+ b: {},
19020
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
19021
+ hash: "98f6ee3b3e0156bd7cb35a459bb4910acd7f17f4"
19022
+ };
19023
+ var coverage = global[gcv] || (global[gcv] = {});
19024
+
19025
+ if (!coverage[path] || coverage[path].hash !== hash) {
19026
+ coverage[path] = coverageData;
19027
+ }
19028
+
19029
+ var actualCoverage = coverage[path];
19030
+ {
19031
+ // @ts-ignore
19032
+ cov_263qozczkw = function () {
19033
+ return actualCoverage;
19034
+ };
19035
+ }
19036
+ return actualCoverage;
19037
+ }
19038
+
19039
+ cov_263qozczkw();
19040
+
18133
19041
  function cov_l070mq9ny() {
18134
19042
  var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/index.ts";
18135
19043
  var hash = "9f2cbfe2ccd8d849405eeaea4b4f09e4c2058666";
@@ -37992,7 +38900,7 @@ function cov_13cv58wgdm() {
37992
38900
  }
37993
38901
 
37994
38902
  cov_13cv58wgdm();
37995
- var backgroundShadowEffect = ( /*#__PURE__*/cov_13cv58wgdm().s[0]++, ['[background:linear-gradient(theme(colors.base-1/100)_33%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),theme(colors.base-1/100)_66%)_0_100%,radial-gradient(farthest-side_at_50%_0,rgba(156,156,156,0.5),rgba(0,0,0,0)),radial-gradient(farthest-side_at_50%_100%,_rgba(156,156,156,0.5),rgba(0,0,0,0))_0_100%]', '[background-size:100%_15px,100%_15px,100%_5px,100%_5px]', '[background-attachment:local,local,scroll,scroll]', '[background-repeat:no-repeat]', '[background-color:theme(colors.base-1/100]', '[&_.form-group_.bg-base-1]:bg-transparent']);
38903
+ var backgroundShadowEffect = ( /*#__PURE__*/cov_13cv58wgdm().s[0]++, ['[background:linear-gradient(theme(colors.base-1/100)_33%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),theme(colors.base-1/100)_66%)_0_100%,radial-gradient(farthest-side_at_50%_0,rgba(156,156,156,0.5),rgba(0,0,0,0)),radial-gradient(farthest-side_at_50%_100%,_rgba(156,156,156,0.5),rgba(0,0,0,0))_0_100%]', '[background-size:100%_15px,100%_15px,100%_5px,100%_5px]', '[background-attachment:local,local,scroll,scroll]', '[background-repeat:no-repeat]', '[background-color:theme(colors.base-1/100)]', '[&_.form-group_.bg-base-1]:bg-transparent']);
37996
38904
  cov_13cv58wgdm().s[1]++;
37997
38905
  var SidebarFixedComponent = function SidebarFixedComponent(_ref) {
37998
38906
  var children = _ref.children,
@@ -45474,6 +46382,7 @@ exports.FloatingLabelInput = FloatingLabelInput;
45474
46382
  exports.FloatingLabelInputCurrency = FloatingLabelInputCurrency;
45475
46383
  exports.FloatingLabelInputMask = FloatingLabelInputMask;
45476
46384
  exports.Icon = Icon;
46385
+ exports.IconCircular = IconCircular;
45477
46386
  exports.InformationBox = InformationBox;
45478
46387
  exports.Input = Input;
45479
46388
  exports.InputCurrency = InputCurrency;