@loja-integrada/admin-components 0.18.14 → 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 (38) 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/IconSolidLI.d.ts +2 -0
  11. package/dist/Icons/icons-path/ThinAngleRight.d.ts +2 -0
  12. package/dist/Icons/icons-path/index.d.ts +3 -0
  13. package/dist/Icons/index.d.ts +1 -0
  14. package/dist/admin-components.cjs.development.js +752 -35
  15. package/dist/admin-components.cjs.development.js.map +1 -1
  16. package/dist/admin-components.cjs.production.min.js +1 -1
  17. package/dist/admin-components.cjs.production.min.js.map +1 -1
  18. package/dist/admin-components.esm.js +752 -36
  19. package/dist/admin-components.esm.js.map +1 -1
  20. package/package.json +1 -1
  21. package/src/Components/SidebarFixed/SidebarFixed.tsx +1 -1
  22. package/src/Forms/ToggleButton/ToggleButton.stories.tsx +5 -5
  23. package/src/Icons/Icon/Icon.stories.tsx +12 -0
  24. package/src/Icons/{Icon.tsx → Icon/Icon.tsx} +2 -2
  25. package/src/Icons/Icon/index.ts +1 -0
  26. package/src/Icons/IconCircular/IconCircular.spec.tsx +24 -0
  27. package/src/Icons/IconCircular/IconCircular.stories.tsx +24 -0
  28. package/src/Icons/IconCircular/IconCircular.tsx +67 -0
  29. package/src/Icons/IconCircular/index.ts +1 -0
  30. package/src/Icons/{Icon.stories.tsx → IconList.tsx} +8 -13
  31. package/src/Icons/icons-path/Exclamation.tsx +17 -0
  32. package/src/Icons/icons-path/IconSolidLI.tsx +12 -0
  33. package/src/Icons/icons-path/ThinAngleRight.tsx +12 -0
  34. package/src/Icons/icons-path/index.ts +6 -0
  35. package/src/Icons/index.ts +1 -0
  36. package/src/Indicators/Tooltip/style.scss +1 -1
  37. /package/dist/Icons/{Icon.spec.d.ts → Icon/Icon.spec.d.ts} +0 -0
  38. /package/src/Icons/{Icon.spec.tsx → Icon/Icon.spec.tsx} +0 -0
@@ -2813,6 +2813,107 @@ var Eye = function Eye() {
2813
2813
  });
2814
2814
  };
2815
2815
 
2816
+ function cov_1jh235p93() {
2817
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/Exclamation.tsx";
2818
+ var hash = "61f32211852650662c34e16aaac1c54d4ad1295d";
2819
+ var global = new Function("return this")();
2820
+ var gcv = "__coverage__";
2821
+ var coverageData = {
2822
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/Exclamation.tsx",
2823
+ statementMap: {
2824
+ "0": {
2825
+ start: {
2826
+ line: 2,
2827
+ column: 27
2828
+ },
2829
+ end: {
2830
+ line: 5,
2831
+ column: 153
2832
+ }
2833
+ },
2834
+ "1": {
2835
+ start: {
2836
+ line: 2,
2837
+ column: 34
2838
+ },
2839
+ end: {
2840
+ line: 5,
2841
+ column: 152
2842
+ }
2843
+ }
2844
+ },
2845
+ fnMap: {
2846
+ "0": {
2847
+ name: "(anonymous_0)",
2848
+ decl: {
2849
+ start: {
2850
+ line: 2,
2851
+ column: 27
2852
+ },
2853
+ end: {
2854
+ line: 2,
2855
+ column: 28
2856
+ }
2857
+ },
2858
+ loc: {
2859
+ start: {
2860
+ line: 2,
2861
+ column: 34
2862
+ },
2863
+ end: {
2864
+ line: 5,
2865
+ column: 152
2866
+ }
2867
+ },
2868
+ line: 2
2869
+ }
2870
+ },
2871
+ branchMap: {},
2872
+ s: {
2873
+ "0": 0,
2874
+ "1": 0
2875
+ },
2876
+ f: {
2877
+ "0": 0
2878
+ },
2879
+ b: {},
2880
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
2881
+ hash: "61f32211852650662c34e16aaac1c54d4ad1295d"
2882
+ };
2883
+ var coverage = global[gcv] || (global[gcv] = {});
2884
+
2885
+ if (!coverage[path] || coverage[path].hash !== hash) {
2886
+ coverage[path] = coverageData;
2887
+ }
2888
+
2889
+ var actualCoverage = coverage[path];
2890
+ {
2891
+ // @ts-ignore
2892
+ cov_1jh235p93 = function () {
2893
+ return actualCoverage;
2894
+ };
2895
+ }
2896
+ return actualCoverage;
2897
+ }
2898
+
2899
+ cov_1jh235p93();
2900
+ cov_1jh235p93().s[0]++;
2901
+ var Exclamation = function Exclamation() {
2902
+ cov_1jh235p93().f[0]++;
2903
+ cov_1jh235p93().s[1]++;
2904
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
2905
+ fillRule: "evenodd",
2906
+ d: "M3 0a3 3 0 0 1 3 3v14a3 3 0 1 1-6 0V3a3 3 0 0 1 3-3Z",
2907
+ clipRule: "evenodd"
2908
+ }), /*#__PURE__*/React.createElement("path", {
2909
+ d: "M6 27a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
2910
+ }), /*#__PURE__*/React.createElement("path", {
2911
+ fillRule: "evenodd",
2912
+ 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",
2913
+ clipRule: "evenodd"
2914
+ }));
2915
+ };
2916
+
2816
2917
  function cov_s4o09h63f() {
2817
2918
  var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/ExclamationCircle.tsx";
2818
2919
  var hash = "8a4e0606f75c1f15f9e883b64d2f5d4308869dbb";
@@ -6645,9 +6746,204 @@ var WhatsApp = function WhatsApp() {
6645
6746
  });
6646
6747
  };
6647
6748
 
6749
+ function cov_jykdvl1pf() {
6750
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/IconSolidLI.tsx";
6751
+ var hash = "7e9d38a5c6a675219a15abeb858f64429349f996";
6752
+ var global = new Function("return this")();
6753
+ var gcv = "__coverage__";
6754
+ var coverageData = {
6755
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/IconSolidLI.tsx",
6756
+ statementMap: {
6757
+ "0": {
6758
+ start: {
6759
+ line: 2,
6760
+ column: 27
6761
+ },
6762
+ end: {
6763
+ line: 4,
6764
+ column: 303
6765
+ }
6766
+ },
6767
+ "1": {
6768
+ start: {
6769
+ line: 2,
6770
+ column: 34
6771
+ },
6772
+ end: {
6773
+ line: 4,
6774
+ column: 302
6775
+ }
6776
+ }
6777
+ },
6778
+ fnMap: {
6779
+ "0": {
6780
+ name: "(anonymous_0)",
6781
+ decl: {
6782
+ start: {
6783
+ line: 2,
6784
+ column: 27
6785
+ },
6786
+ end: {
6787
+ line: 2,
6788
+ column: 28
6789
+ }
6790
+ },
6791
+ loc: {
6792
+ start: {
6793
+ line: 2,
6794
+ column: 34
6795
+ },
6796
+ end: {
6797
+ line: 4,
6798
+ column: 302
6799
+ }
6800
+ },
6801
+ line: 2
6802
+ }
6803
+ },
6804
+ branchMap: {},
6805
+ s: {
6806
+ "0": 0,
6807
+ "1": 0
6808
+ },
6809
+ f: {
6810
+ "0": 0
6811
+ },
6812
+ b: {},
6813
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6814
+ hash: "7e9d38a5c6a675219a15abeb858f64429349f996"
6815
+ };
6816
+ var coverage = global[gcv] || (global[gcv] = {});
6817
+
6818
+ if (!coverage[path] || coverage[path].hash !== hash) {
6819
+ coverage[path] = coverageData;
6820
+ }
6821
+
6822
+ var actualCoverage = coverage[path];
6823
+ {
6824
+ // @ts-ignore
6825
+ cov_jykdvl1pf = function () {
6826
+ return actualCoverage;
6827
+ };
6828
+ }
6829
+ return actualCoverage;
6830
+ }
6831
+
6832
+ cov_jykdvl1pf();
6833
+ cov_jykdvl1pf().s[0]++;
6834
+ var IconSolidLI = function IconSolidLI() {
6835
+ cov_jykdvl1pf().f[0]++;
6836
+ cov_jykdvl1pf().s[1]++;
6837
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
6838
+ d: "M14.637 6.84a2.67 2.67 0 1 0 0-5.34 2.67 2.67 0 0 0 0 5.34Z"
6839
+ }), /*#__PURE__*/React.createElement("path", {
6840
+ 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",
6841
+ fillRule: "evenodd",
6842
+ clipRule: "evenodd"
6843
+ }));
6844
+ };
6845
+
6846
+ function cov_ficvxhbq1() {
6847
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/ThinAngleRight.tsx";
6848
+ var hash = "8421ad8a22047cf70da2f055f6dfdfe97954e855";
6849
+ var global = new Function("return this")();
6850
+ var gcv = "__coverage__";
6851
+ var coverageData = {
6852
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/ThinAngleRight.tsx",
6853
+ statementMap: {
6854
+ "0": {
6855
+ start: {
6856
+ line: 2,
6857
+ column: 30
6858
+ },
6859
+ end: {
6860
+ line: 2,
6861
+ column: 210
6862
+ }
6863
+ },
6864
+ "1": {
6865
+ start: {
6866
+ line: 2,
6867
+ column: 37
6868
+ },
6869
+ end: {
6870
+ line: 2,
6871
+ column: 209
6872
+ }
6873
+ }
6874
+ },
6875
+ fnMap: {
6876
+ "0": {
6877
+ name: "(anonymous_0)",
6878
+ decl: {
6879
+ start: {
6880
+ line: 2,
6881
+ column: 30
6882
+ },
6883
+ end: {
6884
+ line: 2,
6885
+ column: 31
6886
+ }
6887
+ },
6888
+ loc: {
6889
+ start: {
6890
+ line: 2,
6891
+ column: 37
6892
+ },
6893
+ end: {
6894
+ line: 2,
6895
+ column: 209
6896
+ }
6897
+ },
6898
+ line: 2
6899
+ }
6900
+ },
6901
+ branchMap: {},
6902
+ s: {
6903
+ "0": 0,
6904
+ "1": 0
6905
+ },
6906
+ f: {
6907
+ "0": 0
6908
+ },
6909
+ b: {},
6910
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6911
+ hash: "8421ad8a22047cf70da2f055f6dfdfe97954e855"
6912
+ };
6913
+ var coverage = global[gcv] || (global[gcv] = {});
6914
+
6915
+ if (!coverage[path] || coverage[path].hash !== hash) {
6916
+ coverage[path] = coverageData;
6917
+ }
6918
+
6919
+ var actualCoverage = coverage[path];
6920
+ {
6921
+ // @ts-ignore
6922
+ cov_ficvxhbq1 = function () {
6923
+ return actualCoverage;
6924
+ };
6925
+ }
6926
+ return actualCoverage;
6927
+ }
6928
+
6929
+ cov_ficvxhbq1();
6930
+ cov_ficvxhbq1().s[0]++;
6931
+ var ThinAngleRight = function ThinAngleRight() {
6932
+ cov_ficvxhbq1().f[0]++;
6933
+ cov_ficvxhbq1().s[1]++;
6934
+ return /*#__PURE__*/React.createElement("path", {
6935
+ d: "M6.75 4.5L11.25 9L6.75 13.5",
6936
+ fill: "none",
6937
+ stroke: "currentColor",
6938
+ strokeWidth: "1.4",
6939
+ strokeLinecap: "round",
6940
+ strokeLinejoin: "round"
6941
+ });
6942
+ };
6943
+
6648
6944
  function cov_2hz37kz1k3() {
6649
6945
  var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/index.ts";
6650
- var hash = "287527b96e0771ef15adb7c4ee70471d785ddbdd";
6946
+ var hash = "f7d371b433a133d5e478cda2d09260095a2a6a39";
6651
6947
  var global = new Function("return this")();
6652
6948
  var gcv = "__coverage__";
6653
6949
  var coverageData = {
@@ -6655,11 +6951,11 @@ function cov_2hz37kz1k3() {
6655
6951
  statementMap: {
6656
6952
  "0": {
6657
6953
  start: {
6658
- line: 70,
6954
+ line: 73,
6659
6955
  column: 21
6660
6956
  },
6661
6957
  end: {
6662
- line: 141,
6958
+ line: 147,
6663
6959
  column: 1
6664
6960
  }
6665
6961
  }
@@ -6672,7 +6968,7 @@ function cov_2hz37kz1k3() {
6672
6968
  f: {},
6673
6969
  b: {},
6674
6970
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6675
- hash: "287527b96e0771ef15adb7c4ee70471d785ddbdd"
6971
+ hash: "f7d371b433a133d5e478cda2d09260095a2a6a39"
6676
6972
  };
6677
6973
  var coverage = global[gcv] || (global[gcv] = {});
6678
6974
 
@@ -6725,6 +7021,7 @@ var icons = ( /*#__PURE__*/cov_2hz37kz1k3().s[0]++, {
6725
7021
  edit: Edit,
6726
7022
  exchange: Exchange,
6727
7023
  eye: Eye,
7024
+ exclamation: Exclamation,
6728
7025
  exclamationCircle: ExclamationCircle,
6729
7026
  exclamationTriangle: ExclamationTriangle,
6730
7027
  externalLink: ExternalLink,
@@ -6761,16 +7058,18 @@ var icons = ( /*#__PURE__*/cov_2hz37kz1k3().s[0]++, {
6761
7058
  questionCircle: QuestionCircle,
6762
7059
  sync: Sync,
6763
7060
  user: User,
6764
- whatsapp: WhatsApp
7061
+ whatsapp: WhatsApp,
7062
+ iconSolidLI: IconSolidLI,
7063
+ thinAngleRight: ThinAngleRight
6765
7064
  });
6766
7065
 
6767
- function cov_9mapptl2y() {
6768
- var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon.tsx";
6769
- var hash = "ec9d878f642df16fb01880be746ef02d1cb36b35";
7066
+ function cov_2ji9t8az0b() {
7067
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon/Icon.tsx";
7068
+ var hash = "da7eee7411395f1e670c79b46008f9bf768abf17";
6770
7069
  var global = new Function("return this")();
6771
7070
  var gcv = "__coverage__";
6772
7071
  var coverageData = {
6773
- path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon.tsx",
7072
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon/Icon.tsx",
6774
7073
  statementMap: {
6775
7074
  "0": {
6776
7075
  start: {
@@ -6869,7 +7168,7 @@ function cov_9mapptl2y() {
6869
7168
  },
6870
7169
  end: {
6871
7170
  line: 23,
6872
- column: 31
7171
+ column: 69
6873
7172
  }
6874
7173
  },
6875
7174
  "10": {
@@ -7113,6 +7412,39 @@ function cov_9mapptl2y() {
7113
7412
  }
7114
7413
  }],
7115
7414
  line: 22
7415
+ },
7416
+ "7": {
7417
+ loc: {
7418
+ start: {
7419
+ line: 23,
7420
+ column: 20
7421
+ },
7422
+ end: {
7423
+ line: 23,
7424
+ column: 69
7425
+ }
7426
+ },
7427
+ type: "cond-expr",
7428
+ locations: [{
7429
+ start: {
7430
+ line: 23,
7431
+ column: 45
7432
+ },
7433
+ end: {
7434
+ line: 23,
7435
+ column: 55
7436
+ }
7437
+ }, {
7438
+ start: {
7439
+ line: 23,
7440
+ column: 58
7441
+ },
7442
+ end: {
7443
+ line: 23,
7444
+ column: 69
7445
+ }
7446
+ }],
7447
+ line: 23
7116
7448
  }
7117
7449
  },
7118
7450
  s: {
@@ -7138,10 +7470,11 @@ function cov_9mapptl2y() {
7138
7470
  "3": [0, 0],
7139
7471
  "4": [0, 0],
7140
7472
  "5": [0, 0],
7141
- "6": [0, 0]
7473
+ "6": [0, 0],
7474
+ "7": [0, 0]
7142
7475
  },
7143
7476
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
7144
- hash: "ec9d878f642df16fb01880be746ef02d1cb36b35"
7477
+ hash: "da7eee7411395f1e670c79b46008f9bf768abf17"
7145
7478
  };
7146
7479
  var coverage = global[gcv] || (global[gcv] = {});
7147
7480
 
@@ -7152,15 +7485,15 @@ function cov_9mapptl2y() {
7152
7485
  var actualCoverage = coverage[path];
7153
7486
  {
7154
7487
  // @ts-ignore
7155
- cov_9mapptl2y = function () {
7488
+ cov_2ji9t8az0b = function () {
7156
7489
  return actualCoverage;
7157
7490
  };
7158
7491
  }
7159
7492
  return actualCoverage;
7160
7493
  }
7161
7494
 
7162
- cov_9mapptl2y();
7163
- var iconSizes = ( /*#__PURE__*/cov_9mapptl2y().s[0]++, {
7495
+ cov_2ji9t8az0b();
7496
+ var iconSizes = ( /*#__PURE__*/cov_2ji9t8az0b().s[0]++, {
7164
7497
  1: 'h-1 w-1',
7165
7498
  2: 'h-2 w-2',
7166
7499
  3: 'h-3 w-3',
@@ -7172,41 +7505,41 @@ var iconSizes = ( /*#__PURE__*/cov_9mapptl2y().s[0]++, {
7172
7505
  9: 'h-9 w-9',
7173
7506
  10: 'h-10 w-10'
7174
7507
  });
7175
- var Icon = ( /*#__PURE__*/cov_9mapptl2y().s[1]++, /*#__PURE__*/React.memo(function (_ref) {
7508
+ var Icon = ( /*#__PURE__*/cov_2ji9t8az0b().s[1]++, /*#__PURE__*/React.memo(function (_ref) {
7176
7509
  var _ref$icon = _ref.icon,
7177
- icon = _ref$icon === void 0 ? (cov_9mapptl2y().b[0][0]++, 'minus') : _ref$icon,
7510
+ icon = _ref$icon === void 0 ? (cov_2ji9t8az0b().b[0][0]++, 'minus') : _ref$icon,
7178
7511
  _ref$block = _ref.block,
7179
- block = _ref$block === void 0 ? (cov_9mapptl2y().b[1][0]++, false) : _ref$block,
7512
+ block = _ref$block === void 0 ? (cov_2ji9t8az0b().b[1][0]++, false) : _ref$block,
7180
7513
  _ref$size = _ref.size,
7181
- size = _ref$size === void 0 ? (cov_9mapptl2y().b[2][0]++, 5) : _ref$size,
7514
+ size = _ref$size === void 0 ? (cov_2ji9t8az0b().b[2][0]++, 5) : _ref$size,
7182
7515
  className = _ref.className;
7183
- cov_9mapptl2y().f[0]++;
7184
- var classes = (cov_9mapptl2y().s[2]++, 'icon-' + icon + " fill-current transform-gpu ");
7185
- cov_9mapptl2y().s[3]++;
7186
- classes += block ? (cov_9mapptl2y().b[3][0]++, "block ") : (cov_9mapptl2y().b[3][1]++, "inline-block ");
7187
- cov_9mapptl2y().s[4]++;
7516
+ cov_2ji9t8az0b().f[0]++;
7517
+ var classes = (cov_2ji9t8az0b().s[2]++, 'icon-' + icon + " fill-current transform-gpu ");
7518
+ cov_2ji9t8az0b().s[3]++;
7519
+ classes += block ? (cov_2ji9t8az0b().b[3][0]++, "block ") : (cov_2ji9t8az0b().b[3][1]++, "inline-block ");
7520
+ cov_2ji9t8az0b().s[4]++;
7188
7521
 
7189
7522
  if (size) {
7190
- cov_9mapptl2y().b[4][0]++;
7191
- cov_9mapptl2y().s[5]++;
7523
+ cov_2ji9t8az0b().b[4][0]++;
7524
+ cov_2ji9t8az0b().s[5]++;
7192
7525
  classes += iconSizes[size] + " ";
7193
7526
  } else {
7194
- cov_9mapptl2y().b[4][1]++;
7527
+ cov_2ji9t8az0b().b[4][1]++;
7195
7528
  }
7196
7529
 
7197
- cov_9mapptl2y().s[6]++;
7530
+ cov_2ji9t8az0b().s[6]++;
7198
7531
 
7199
7532
  if (className) {
7200
- cov_9mapptl2y().b[5][0]++;
7201
- cov_9mapptl2y().s[7]++;
7533
+ cov_2ji9t8az0b().b[5][0]++;
7534
+ cov_2ji9t8az0b().s[7]++;
7202
7535
  classes += className;
7203
7536
  } else {
7204
- cov_9mapptl2y().b[5][1]++;
7537
+ cov_2ji9t8az0b().b[5][1]++;
7205
7538
  }
7206
7539
 
7207
- var Path = (cov_9mapptl2y().s[8]++, (cov_9mapptl2y().b[6][0]++, icons[icon]) || (cov_9mapptl2y().b[6][1]++, icons['minus']));
7208
- var viewBox = (cov_9mapptl2y().s[9]++, '0 0 18 18');
7209
- cov_9mapptl2y().s[10]++;
7540
+ var Path = (cov_2ji9t8az0b().s[8]++, (cov_2ji9t8az0b().b[6][0]++, icons[icon]) || (cov_2ji9t8az0b().b[6][1]++, icons['minus']));
7541
+ 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'));
7542
+ cov_2ji9t8az0b().s[10]++;
7210
7543
  return /*#__PURE__*/React.createElement("svg", {
7211
7544
  className: classes,
7212
7545
  viewBox: viewBox,
@@ -7214,6 +7547,40 @@ var Icon = ( /*#__PURE__*/cov_9mapptl2y().s[1]++, /*#__PURE__*/React.memo(functi
7214
7547
  }, /*#__PURE__*/React.createElement(Path, null));
7215
7548
  }));
7216
7549
 
7550
+ function cov_zd5zl4ab5() {
7551
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon/index.ts";
7552
+ var hash = "958973867476350361bf42b6b4254eefa8eb06a7";
7553
+ var global = new Function("return this")();
7554
+ var gcv = "__coverage__";
7555
+ var coverageData = {
7556
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/Icon/index.ts",
7557
+ statementMap: {},
7558
+ fnMap: {},
7559
+ branchMap: {},
7560
+ s: {},
7561
+ f: {},
7562
+ b: {},
7563
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
7564
+ hash: "958973867476350361bf42b6b4254eefa8eb06a7"
7565
+ };
7566
+ var coverage = global[gcv] || (global[gcv] = {});
7567
+
7568
+ if (!coverage[path] || coverage[path].hash !== hash) {
7569
+ coverage[path] = coverageData;
7570
+ }
7571
+
7572
+ var actualCoverage = coverage[path];
7573
+ {
7574
+ // @ts-ignore
7575
+ cov_zd5zl4ab5 = function () {
7576
+ return actualCoverage;
7577
+ };
7578
+ }
7579
+ return actualCoverage;
7580
+ }
7581
+
7582
+ cov_zd5zl4ab5();
7583
+
7217
7584
  function cov_1pxac4ky7h() {
7218
7585
  var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Components/Button/Button.tsx";
7219
7586
  var hash = "e8e05a1dbb1e324676bdaad483f1b2a22983cf75";
@@ -18314,6 +18681,355 @@ function cov_2m9ojx771o() {
18314
18681
 
18315
18682
  cov_2m9ojx771o();
18316
18683
 
18684
+ function cov_1vszvjdm87() {
18685
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/IconCircular/IconCircular.tsx";
18686
+ var hash = "595a7dd7f867d14ef02cd57b7250391a5be49083";
18687
+ var global = new Function("return this")();
18688
+ var gcv = "__coverage__";
18689
+ var coverageData = {
18690
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/IconCircular/IconCircular.tsx",
18691
+ statementMap: {
18692
+ "0": {
18693
+ start: {
18694
+ line: 3,
18695
+ column: 23
18696
+ },
18697
+ end: {
18698
+ line: 16,
18699
+ column: 1
18700
+ }
18701
+ },
18702
+ "1": {
18703
+ start: {
18704
+ line: 17,
18705
+ column: 28
18706
+ },
18707
+ end: {
18708
+ line: 28,
18709
+ column: 2
18710
+ }
18711
+ },
18712
+ "2": {
18713
+ start: {
18714
+ line: 18,
18715
+ column: 17
18716
+ },
18717
+ end: {
18718
+ line: 20,
18719
+ column: 49
18720
+ }
18721
+ },
18722
+ "3": {
18723
+ start: {
18724
+ line: 21,
18725
+ column: 20
18726
+ },
18727
+ end: {
18728
+ line: 23,
18729
+ column: 57
18730
+ }
18731
+ },
18732
+ "4": {
18733
+ start: {
18734
+ line: 24,
18735
+ column: 4
18736
+ },
18737
+ end: {
18738
+ line: 27,
18739
+ column: 110
18740
+ }
18741
+ }
18742
+ },
18743
+ fnMap: {
18744
+ "0": {
18745
+ name: "(anonymous_0)",
18746
+ decl: {
18747
+ start: {
18748
+ line: 17,
18749
+ column: 39
18750
+ },
18751
+ end: {
18752
+ line: 17,
18753
+ column: 40
18754
+ }
18755
+ },
18756
+ loc: {
18757
+ start: {
18758
+ line: 17,
18759
+ column: 111
18760
+ },
18761
+ end: {
18762
+ line: 28,
18763
+ column: 1
18764
+ }
18765
+ },
18766
+ line: 17
18767
+ }
18768
+ },
18769
+ branchMap: {
18770
+ "0": {
18771
+ loc: {
18772
+ start: {
18773
+ line: 17,
18774
+ column: 42
18775
+ },
18776
+ end: {
18777
+ line: 17,
18778
+ column: 61
18779
+ }
18780
+ },
18781
+ type: "default-arg",
18782
+ locations: [{
18783
+ start: {
18784
+ line: 17,
18785
+ column: 52
18786
+ },
18787
+ end: {
18788
+ line: 17,
18789
+ column: 61
18790
+ }
18791
+ }],
18792
+ line: 17
18793
+ },
18794
+ "1": {
18795
+ loc: {
18796
+ start: {
18797
+ line: 18,
18798
+ column: 17
18799
+ },
18800
+ end: {
18801
+ line: 20,
18802
+ column: 49
18803
+ }
18804
+ },
18805
+ type: "cond-expr",
18806
+ locations: [{
18807
+ start: {
18808
+ line: 19,
18809
+ column: 10
18810
+ },
18811
+ end: {
18812
+ line: 19,
18813
+ column: 20
18814
+ }
18815
+ }, {
18816
+ start: {
18817
+ line: 20,
18818
+ column: 10
18819
+ },
18820
+ end: {
18821
+ line: 20,
18822
+ column: 49
18823
+ }
18824
+ }],
18825
+ line: 18
18826
+ },
18827
+ "2": {
18828
+ loc: {
18829
+ start: {
18830
+ line: 20,
18831
+ column: 10
18832
+ },
18833
+ end: {
18834
+ line: 20,
18835
+ column: 49
18836
+ }
18837
+ },
18838
+ type: "binary-expr",
18839
+ locations: [{
18840
+ start: {
18841
+ line: 20,
18842
+ column: 10
18843
+ },
18844
+ end: {
18845
+ line: 20,
18846
+ column: 38
18847
+ }
18848
+ }, {
18849
+ start: {
18850
+ line: 20,
18851
+ column: 42
18852
+ },
18853
+ end: {
18854
+ line: 20,
18855
+ column: 49
18856
+ }
18857
+ }],
18858
+ line: 20
18859
+ },
18860
+ "3": {
18861
+ loc: {
18862
+ start: {
18863
+ line: 21,
18864
+ column: 20
18865
+ },
18866
+ end: {
18867
+ line: 23,
18868
+ column: 57
18869
+ }
18870
+ },
18871
+ type: "cond-expr",
18872
+ locations: [{
18873
+ start: {
18874
+ line: 22,
18875
+ column: 10
18876
+ },
18877
+ end: {
18878
+ line: 22,
18879
+ column: 23
18880
+ }
18881
+ }, {
18882
+ start: {
18883
+ line: 23,
18884
+ column: 10
18885
+ },
18886
+ end: {
18887
+ line: 23,
18888
+ column: 57
18889
+ }
18890
+ }],
18891
+ line: 21
18892
+ },
18893
+ "4": {
18894
+ loc: {
18895
+ start: {
18896
+ line: 23,
18897
+ column: 10
18898
+ },
18899
+ end: {
18900
+ line: 23,
18901
+ column: 57
18902
+ }
18903
+ },
18904
+ type: "binary-expr",
18905
+ locations: [{
18906
+ start: {
18907
+ line: 23,
18908
+ column: 10
18909
+ },
18910
+ end: {
18911
+ line: 23,
18912
+ column: 41
18913
+ }
18914
+ }, {
18915
+ start: {
18916
+ line: 23,
18917
+ column: 45
18918
+ },
18919
+ end: {
18920
+ line: 23,
18921
+ column: 57
18922
+ }
18923
+ }],
18924
+ line: 23
18925
+ }
18926
+ },
18927
+ s: {
18928
+ "0": 0,
18929
+ "1": 0,
18930
+ "2": 0,
18931
+ "3": 0,
18932
+ "4": 0
18933
+ },
18934
+ f: {
18935
+ "0": 0
18936
+ },
18937
+ b: {
18938
+ "0": [0],
18939
+ "1": [0, 0],
18940
+ "2": [0, 0],
18941
+ "3": [0, 0],
18942
+ "4": [0, 0]
18943
+ },
18944
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
18945
+ hash: "595a7dd7f867d14ef02cd57b7250391a5be49083"
18946
+ };
18947
+ var coverage = global[gcv] || (global[gcv] = {});
18948
+
18949
+ if (!coverage[path] || coverage[path].hash !== hash) {
18950
+ coverage[path] = coverageData;
18951
+ }
18952
+
18953
+ var actualCoverage = coverage[path];
18954
+ {
18955
+ // @ts-ignore
18956
+ cov_1vszvjdm87 = function () {
18957
+ return actualCoverage;
18958
+ };
18959
+ }
18960
+ return actualCoverage;
18961
+ }
18962
+
18963
+ cov_1vszvjdm87();
18964
+ var variantsStyles = ( /*#__PURE__*/cov_1vszvjdm87().s[0]++, {
18965
+ success: {
18966
+ bgClass: 'bg-primary',
18967
+ icon: 'check'
18968
+ },
18969
+ warning: {
18970
+ bgClass: 'bg-warning',
18971
+ icon: 'exclamation'
18972
+ },
18973
+ danger: {
18974
+ bgClass: 'bg-danger',
18975
+ icon: 'times'
18976
+ }
18977
+ });
18978
+ var IconCircular = ( /*#__PURE__*/cov_1vszvjdm87().s[1]++, /*#__PURE__*/React.memo(function (_ref) {
18979
+ var _ref$variant = _ref.variant,
18980
+ variant = _ref$variant === void 0 ? (cov_1vszvjdm87().b[0][0]++, 'success') : _ref$variant,
18981
+ customIcon = _ref.icon,
18982
+ customBgClass = _ref.bgClass;
18983
+ cov_1vszvjdm87().f[0]++;
18984
+ 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')));
18985
+ 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')));
18986
+ cov_1vszvjdm87().s[4]++;
18987
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
18988
+ className: "icon-circular flex w-20 h-20 mx-auto rounded-full items-center justify-center bg-opacity-20 " + bgClass
18989
+ }, /*#__PURE__*/React.createElement("div", {
18990
+ className: "flex w-14 h-14 rounded-full items-center justify-center " + bgClass
18991
+ }, /*#__PURE__*/React.createElement(Icon, {
18992
+ icon: icon,
18993
+ className: "text-base-1",
18994
+ size: 7,
18995
+ block: true
18996
+ }))));
18997
+ }));
18998
+
18999
+ function cov_263qozczkw() {
19000
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/IconCircular/index.ts";
19001
+ var hash = "98f6ee3b3e0156bd7cb35a459bb4910acd7f17f4";
19002
+ var global = new Function("return this")();
19003
+ var gcv = "__coverage__";
19004
+ var coverageData = {
19005
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/IconCircular/index.ts",
19006
+ statementMap: {},
19007
+ fnMap: {},
19008
+ branchMap: {},
19009
+ s: {},
19010
+ f: {},
19011
+ b: {},
19012
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
19013
+ hash: "98f6ee3b3e0156bd7cb35a459bb4910acd7f17f4"
19014
+ };
19015
+ var coverage = global[gcv] || (global[gcv] = {});
19016
+
19017
+ if (!coverage[path] || coverage[path].hash !== hash) {
19018
+ coverage[path] = coverageData;
19019
+ }
19020
+
19021
+ var actualCoverage = coverage[path];
19022
+ {
19023
+ // @ts-ignore
19024
+ cov_263qozczkw = function () {
19025
+ return actualCoverage;
19026
+ };
19027
+ }
19028
+ return actualCoverage;
19029
+ }
19030
+
19031
+ cov_263qozczkw();
19032
+
18317
19033
  function cov_l070mq9ny() {
18318
19034
  var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/index.ts";
18319
19035
  var hash = "9f2cbfe2ccd8d849405eeaea4b4f09e4c2058666";
@@ -38176,7 +38892,7 @@ function cov_13cv58wgdm() {
38176
38892
  }
38177
38893
 
38178
38894
  cov_13cv58wgdm();
38179
- 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']);
38895
+ 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']);
38180
38896
  cov_13cv58wgdm().s[1]++;
38181
38897
  var SidebarFixedComponent = function SidebarFixedComponent(_ref) {
38182
38898
  var children = _ref.children,
@@ -45645,5 +46361,5 @@ function cov_2ke7prwdba() {
45645
46361
 
45646
46362
  cov_2ke7prwdba();
45647
46363
 
45648
- export { ActionBar, Alert, Badge, Box, Breadcrumb, Button, Checkbox, Container$1 as Container, Dropdown, FloatingLabelInput, FloatingLabelInputCurrency, FloatingLabelInputMask, Icon, InformationBox, Input, InputCurrency, InputCurrencyComponent, InputHelpText, InputLabel, InputMask, LoadingPlaceholder, Modal, Pagination, RadioButton, Select, SelectComponent, Sidebar, SidebarFixed, SidebarFixedComponent, SidebarItem, SidebarSubItem, Status, Table, TableList, TableListItem, TableListItemLoading, Tabs, Tag, Timeline, Toast, Toggle, ToggleButton, Tooltip, Topbar, indicatorContainerClasses, sizeClasses, valueContainerStyles, valueFontSizesClasses, varianErrorClasses, variantControlClasses, variantDisabledClasses, variantSelectedClasses, variantValueClasses };
46364
+ export { ActionBar, Alert, Badge, Box, Breadcrumb, Button, Checkbox, Container$1 as Container, Dropdown, FloatingLabelInput, FloatingLabelInputCurrency, FloatingLabelInputMask, Icon, IconCircular, InformationBox, Input, InputCurrency, InputCurrencyComponent, InputHelpText, InputLabel, InputMask, LoadingPlaceholder, Modal, Pagination, RadioButton, Select, SelectComponent, Sidebar, SidebarFixed, SidebarFixedComponent, SidebarItem, SidebarSubItem, Status, Table, TableList, TableListItem, TableListItemLoading, Tabs, Tag, Timeline, Toast, Toggle, ToggleButton, Tooltip, Topbar, indicatorContainerClasses, sizeClasses, valueContainerStyles, valueFontSizesClasses, varianErrorClasses, variantControlClasses, variantDisabledClasses, variantSelectedClasses, variantValueClasses };
45649
46365
  //# sourceMappingURL=admin-components.esm.js.map