@loja-integrada/admin-components 0.18.30 → 0.18.31

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.
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const DotsThree: () => JSX.Element;
@@ -92,4 +92,5 @@ export declare const icons: {
92
92
  dashedCircle: () => JSX.Element;
93
93
  minusCircle: () => JSX.Element;
94
94
  minusCircleSolid: () => JSX.Element;
95
+ dotsThree: () => JSX.Element;
95
96
  };
@@ -8755,9 +8755,104 @@ var MinusCircleSolid = function MinusCircleSolid() {
8755
8755
  }))));
8756
8756
  };
8757
8757
 
8758
+ function cov_tc1p5zdac() {
8759
+ var path = "/runner/_work/admin-components/admin-components/styleguide/src/Icons/icons-path/DotsThree.tsx";
8760
+ var hash = "bd51e781cb5b31556f2475198771e568f3bdcb46";
8761
+ var global = new Function("return this")();
8762
+ var gcv = "__coverage__";
8763
+ var coverageData = {
8764
+ path: "/runner/_work/admin-components/admin-components/styleguide/src/Icons/icons-path/DotsThree.tsx",
8765
+ statementMap: {
8766
+ "0": {
8767
+ start: {
8768
+ line: 2,
8769
+ column: 25
8770
+ },
8771
+ end: {
8772
+ line: 2,
8773
+ column: 258
8774
+ }
8775
+ },
8776
+ "1": {
8777
+ start: {
8778
+ line: 2,
8779
+ column: 32
8780
+ },
8781
+ end: {
8782
+ line: 2,
8783
+ column: 257
8784
+ }
8785
+ }
8786
+ },
8787
+ fnMap: {
8788
+ "0": {
8789
+ name: "(anonymous_0)",
8790
+ decl: {
8791
+ start: {
8792
+ line: 2,
8793
+ column: 25
8794
+ },
8795
+ end: {
8796
+ line: 2,
8797
+ column: 26
8798
+ }
8799
+ },
8800
+ loc: {
8801
+ start: {
8802
+ line: 2,
8803
+ column: 32
8804
+ },
8805
+ end: {
8806
+ line: 2,
8807
+ column: 257
8808
+ }
8809
+ },
8810
+ line: 2
8811
+ }
8812
+ },
8813
+ branchMap: {},
8814
+ s: {
8815
+ "0": 0,
8816
+ "1": 0
8817
+ },
8818
+ f: {
8819
+ "0": 0
8820
+ },
8821
+ b: {},
8822
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
8823
+ hash: "bd51e781cb5b31556f2475198771e568f3bdcb46"
8824
+ };
8825
+ var coverage = global[gcv] || (global[gcv] = {});
8826
+
8827
+ if (!coverage[path] || coverage[path].hash !== hash) {
8828
+ coverage[path] = coverageData;
8829
+ }
8830
+
8831
+ var actualCoverage = coverage[path];
8832
+ {
8833
+ // @ts-ignore
8834
+ cov_tc1p5zdac = function () {
8835
+ return actualCoverage;
8836
+ };
8837
+ }
8838
+ return actualCoverage;
8839
+ }
8840
+
8841
+ cov_tc1p5zdac();
8842
+ cov_tc1p5zdac().s[0]++;
8843
+ var DotsThree = function DotsThree() {
8844
+ cov_tc1p5zdac().f[0]++;
8845
+ cov_tc1p5zdac().s[1]++;
8846
+ return /*#__PURE__*/React__default.createElement("path", {
8847
+ d: "M3.6 9.325a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4Zm5.4 0a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4Zm5.4 0a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4Z",
8848
+ fillRule: "evenodd",
8849
+ clipRule: "evenodd"
8850
+ });
8851
+ };
8852
+
8758
8853
  function cov_2ja6bjzch6() {
8759
8854
  var path = "/runner/_work/admin-components/admin-components/styleguide/src/Icons/icons-path/index.ts";
8760
- var hash = "58fb26891d1af0f32164bf66bd34ef1072d50b5c";
8855
+ var hash = "c8de9d061a117716b2cdbcf467c3f9785f398263";
8761
8856
  var global = new Function("return this")();
8762
8857
  var gcv = "__coverage__";
8763
8858
  var coverageData = {
@@ -8765,11 +8860,11 @@ function cov_2ja6bjzch6() {
8765
8860
  statementMap: {
8766
8861
  "0": {
8767
8862
  start: {
8768
- line: 91,
8863
+ line: 92,
8769
8864
  column: 21
8770
8865
  },
8771
8866
  end: {
8772
- line: 183,
8867
+ line: 185,
8773
8868
  column: 1
8774
8869
  }
8775
8870
  }
@@ -8782,7 +8877,7 @@ function cov_2ja6bjzch6() {
8782
8877
  f: {},
8783
8878
  b: {},
8784
8879
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
8785
- hash: "58fb26891d1af0f32164bf66bd34ef1072d50b5c"
8880
+ hash: "c8de9d061a117716b2cdbcf467c3f9785f398263"
8786
8881
  };
8787
8882
  var coverage = global[gcv] || (global[gcv] = {});
8788
8883
 
@@ -8892,7 +8987,8 @@ var icons = ( /*#__PURE__*/cov_2ja6bjzch6().s[0]++, {
8892
8987
  trophy: Trophy,
8893
8988
  dashedCircle: DashedCircle,
8894
8989
  minusCircle: MinusCircle,
8895
- minusCircleSolid: MinusCircleSolid
8990
+ minusCircleSolid: MinusCircleSolid,
8991
+ dotsThree: DotsThree
8896
8992
  });
8897
8993
 
8898
8994
  function cov_1z64gehwhd() {