@loja-integrada/admin-components 0.18.30 → 0.18.32

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.
@@ -8747,9 +8747,104 @@ var MinusCircleSolid = function MinusCircleSolid() {
8747
8747
  }))));
8748
8748
  };
8749
8749
 
8750
+ function cov_tc1p5zdac() {
8751
+ var path = "/runner/_work/admin-components/admin-components/styleguide/src/Icons/icons-path/DotsThree.tsx";
8752
+ var hash = "bd51e781cb5b31556f2475198771e568f3bdcb46";
8753
+ var global = new Function("return this")();
8754
+ var gcv = "__coverage__";
8755
+ var coverageData = {
8756
+ path: "/runner/_work/admin-components/admin-components/styleguide/src/Icons/icons-path/DotsThree.tsx",
8757
+ statementMap: {
8758
+ "0": {
8759
+ start: {
8760
+ line: 2,
8761
+ column: 25
8762
+ },
8763
+ end: {
8764
+ line: 2,
8765
+ column: 258
8766
+ }
8767
+ },
8768
+ "1": {
8769
+ start: {
8770
+ line: 2,
8771
+ column: 32
8772
+ },
8773
+ end: {
8774
+ line: 2,
8775
+ column: 257
8776
+ }
8777
+ }
8778
+ },
8779
+ fnMap: {
8780
+ "0": {
8781
+ name: "(anonymous_0)",
8782
+ decl: {
8783
+ start: {
8784
+ line: 2,
8785
+ column: 25
8786
+ },
8787
+ end: {
8788
+ line: 2,
8789
+ column: 26
8790
+ }
8791
+ },
8792
+ loc: {
8793
+ start: {
8794
+ line: 2,
8795
+ column: 32
8796
+ },
8797
+ end: {
8798
+ line: 2,
8799
+ column: 257
8800
+ }
8801
+ },
8802
+ line: 2
8803
+ }
8804
+ },
8805
+ branchMap: {},
8806
+ s: {
8807
+ "0": 0,
8808
+ "1": 0
8809
+ },
8810
+ f: {
8811
+ "0": 0
8812
+ },
8813
+ b: {},
8814
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
8815
+ hash: "bd51e781cb5b31556f2475198771e568f3bdcb46"
8816
+ };
8817
+ var coverage = global[gcv] || (global[gcv] = {});
8818
+
8819
+ if (!coverage[path] || coverage[path].hash !== hash) {
8820
+ coverage[path] = coverageData;
8821
+ }
8822
+
8823
+ var actualCoverage = coverage[path];
8824
+ {
8825
+ // @ts-ignore
8826
+ cov_tc1p5zdac = function () {
8827
+ return actualCoverage;
8828
+ };
8829
+ }
8830
+ return actualCoverage;
8831
+ }
8832
+
8833
+ cov_tc1p5zdac();
8834
+ cov_tc1p5zdac().s[0]++;
8835
+ var DotsThree = function DotsThree() {
8836
+ cov_tc1p5zdac().f[0]++;
8837
+ cov_tc1p5zdac().s[1]++;
8838
+ return /*#__PURE__*/React.createElement("path", {
8839
+ 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",
8840
+ fillRule: "evenodd",
8841
+ clipRule: "evenodd"
8842
+ });
8843
+ };
8844
+
8750
8845
  function cov_2ja6bjzch6() {
8751
8846
  var path = "/runner/_work/admin-components/admin-components/styleguide/src/Icons/icons-path/index.ts";
8752
- var hash = "58fb26891d1af0f32164bf66bd34ef1072d50b5c";
8847
+ var hash = "c8de9d061a117716b2cdbcf467c3f9785f398263";
8753
8848
  var global = new Function("return this")();
8754
8849
  var gcv = "__coverage__";
8755
8850
  var coverageData = {
@@ -8757,11 +8852,11 @@ function cov_2ja6bjzch6() {
8757
8852
  statementMap: {
8758
8853
  "0": {
8759
8854
  start: {
8760
- line: 91,
8855
+ line: 92,
8761
8856
  column: 21
8762
8857
  },
8763
8858
  end: {
8764
- line: 183,
8859
+ line: 185,
8765
8860
  column: 1
8766
8861
  }
8767
8862
  }
@@ -8774,7 +8869,7 @@ function cov_2ja6bjzch6() {
8774
8869
  f: {},
8775
8870
  b: {},
8776
8871
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
8777
- hash: "58fb26891d1af0f32164bf66bd34ef1072d50b5c"
8872
+ hash: "c8de9d061a117716b2cdbcf467c3f9785f398263"
8778
8873
  };
8779
8874
  var coverage = global[gcv] || (global[gcv] = {});
8780
8875
 
@@ -8884,7 +8979,8 @@ var icons = ( /*#__PURE__*/cov_2ja6bjzch6().s[0]++, {
8884
8979
  trophy: Trophy,
8885
8980
  dashedCircle: DashedCircle,
8886
8981
  minusCircle: MinusCircle,
8887
- minusCircleSolid: MinusCircleSolid
8982
+ minusCircleSolid: MinusCircleSolid,
8983
+ dotsThree: DotsThree
8888
8984
  });
8889
8985
 
8890
8986
  function cov_1z64gehwhd() {
@@ -48917,7 +49013,7 @@ var PaginationNavComponent = function PaginationNavComponent(_ref) {
48917
49013
  className: "text-inverted-2 text-f6 tracking-4"
48918
49014
  }, /*#__PURE__*/React.createElement("span", {
48919
49015
  id: "btnPaginationActualPage",
48920
- className: "pagination-nav-current text-primary font-semibold",
49016
+ className: "pagination-nav-current inline-block w-9 bg-base-1 border border-card-stroke/50 rounded font-semibold leading-8 text-center text-primary",
48921
49017
  ref: inputEl,
48922
49018
  contentEditable: true,
48923
49019
  suppressContentEditableWarning: true,