@loja-integrada/admin-components 0.19.5 → 0.19.6

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 Table: () => JSX.Element;
@@ -70,6 +70,7 @@ export declare const icons: {
70
70
  shoppingCart: () => JSX.Element;
71
71
  sortDown: () => JSX.Element;
72
72
  sync: () => JSX.Element;
73
+ table: () => JSX.Element;
73
74
  thinAngleRight: () => JSX.Element;
74
75
  times: () => JSX.Element;
75
76
  timesCircle: () => JSX.Element;
@@ -6671,6 +6671,101 @@ var Sync = function Sync() {
6671
6671
  });
6672
6672
  };
6673
6673
 
6674
+ function cov_1315iefszy() {
6675
+ var path = "/runner/_work/admin-components/admin-components/styleguide/src/Icons/icons-path/Table.tsx";
6676
+ var hash = "ce5e68da49ebb3d64b5992b379b24c407e8ba629";
6677
+ var global = new Function("return this")();
6678
+ var gcv = "__coverage__";
6679
+ var coverageData = {
6680
+ path: "/runner/_work/admin-components/admin-components/styleguide/src/Icons/icons-path/Table.tsx",
6681
+ statementMap: {
6682
+ "0": {
6683
+ start: {
6684
+ line: 2,
6685
+ column: 21
6686
+ },
6687
+ end: {
6688
+ line: 2,
6689
+ column: 354
6690
+ }
6691
+ },
6692
+ "1": {
6693
+ start: {
6694
+ line: 2,
6695
+ column: 28
6696
+ },
6697
+ end: {
6698
+ line: 2,
6699
+ column: 353
6700
+ }
6701
+ }
6702
+ },
6703
+ fnMap: {
6704
+ "0": {
6705
+ name: "(anonymous_0)",
6706
+ decl: {
6707
+ start: {
6708
+ line: 2,
6709
+ column: 21
6710
+ },
6711
+ end: {
6712
+ line: 2,
6713
+ column: 22
6714
+ }
6715
+ },
6716
+ loc: {
6717
+ start: {
6718
+ line: 2,
6719
+ column: 28
6720
+ },
6721
+ end: {
6722
+ line: 2,
6723
+ column: 353
6724
+ }
6725
+ },
6726
+ line: 2
6727
+ }
6728
+ },
6729
+ branchMap: {},
6730
+ s: {
6731
+ "0": 0,
6732
+ "1": 0
6733
+ },
6734
+ f: {
6735
+ "0": 0
6736
+ },
6737
+ b: {},
6738
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6739
+ hash: "ce5e68da49ebb3d64b5992b379b24c407e8ba629"
6740
+ };
6741
+ var coverage = global[gcv] || (global[gcv] = {});
6742
+
6743
+ if (!coverage[path] || coverage[path].hash !== hash) {
6744
+ coverage[path] = coverageData;
6745
+ }
6746
+
6747
+ var actualCoverage = coverage[path];
6748
+ {
6749
+ // @ts-ignore
6750
+ cov_1315iefszy = function () {
6751
+ return actualCoverage;
6752
+ };
6753
+ }
6754
+ return actualCoverage;
6755
+ }
6756
+
6757
+ cov_1315iefszy();
6758
+ cov_1315iefszy().s[0]++;
6759
+ var Table = function Table() {
6760
+ cov_1315iefszy().f[0]++;
6761
+ cov_1315iefszy().s[1]++;
6762
+ return /*#__PURE__*/React__default.createElement("path", {
6763
+ fillRule: "evenodd",
6764
+ clipRule: "evenodd",
6765
+ d: "M16 15.5H9.75V9.75h6.75V15c0 .275-.225.5-.5.5Zm-14 0a.501.501 0 0 1-.5-.5V9.75h6.75v5.75H2Zm0-13h6.25v5.75H1.5V3c0-.275.225-.5.5-.5Zm14 0c.275 0 .5.225.5.5v5.25H9.75V2.5H16ZM16 1H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2Z"
6766
+ });
6767
+ };
6768
+
6674
6769
  function cov_v1su9jvs0() {
6675
6770
  var path = "/runner/_work/admin-components/admin-components/styleguide/src/Icons/icons-path/ThinAngleRight.tsx";
6676
6771
  var hash = "ef298d51340c549d667414e0848a25d2ec82db2d";
@@ -8852,7 +8947,7 @@ var DotsThree = function DotsThree() {
8852
8947
 
8853
8948
  function cov_2ja6bjzch6() {
8854
8949
  var path = "/runner/_work/admin-components/admin-components/styleguide/src/Icons/icons-path/index.ts";
8855
- var hash = "c8de9d061a117716b2cdbcf467c3f9785f398263";
8950
+ var hash = "4924021f4ce9cad352c8aa637b3d021b9942787d";
8856
8951
  var global = new Function("return this")();
8857
8952
  var gcv = "__coverage__";
8858
8953
  var coverageData = {
@@ -8860,11 +8955,11 @@ function cov_2ja6bjzch6() {
8860
8955
  statementMap: {
8861
8956
  "0": {
8862
8957
  start: {
8863
- line: 92,
8958
+ line: 93,
8864
8959
  column: 21
8865
8960
  },
8866
8961
  end: {
8867
- line: 185,
8962
+ line: 187,
8868
8963
  column: 1
8869
8964
  }
8870
8965
  }
@@ -8877,7 +8972,7 @@ function cov_2ja6bjzch6() {
8877
8972
  f: {},
8878
8973
  b: {},
8879
8974
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
8880
- hash: "c8de9d061a117716b2cdbcf467c3f9785f398263"
8975
+ hash: "4924021f4ce9cad352c8aa637b3d021b9942787d"
8881
8976
  };
8882
8977
  var coverage = global[gcv] || (global[gcv] = {});
8883
8978
 
@@ -8966,6 +9061,7 @@ var icons = ( /*#__PURE__*/cov_2ja6bjzch6().s[0]++, {
8966
9061
  shoppingCart: ShoppingCart,
8967
9062
  sortDown: SortDown,
8968
9063
  sync: Sync,
9064
+ table: Table,
8969
9065
  thinAngleRight: ThinAngleRight,
8970
9066
  times: Close,
8971
9067
  timesCircle: TimesCircle,
@@ -31319,7 +31415,7 @@ var TableComponent = function TableComponent(_ref2) {
31319
31415
  }))))));
31320
31416
  };
31321
31417
 
31322
- var Table = ( /*#__PURE__*/cov_f2f8ipy91().s[77]++, /*#__PURE__*/React__default.memo(TableComponent));
31418
+ var Table$1 = ( /*#__PURE__*/cov_f2f8ipy91().s[77]++, /*#__PURE__*/React__default.memo(TableComponent));
31323
31419
 
31324
31420
  function cov_13rhbk6kjy() {
31325
31421
  var path = "/runner/_work/admin-components/admin-components/styleguide/src/Components/Table/index.tsx";
@@ -50016,7 +50112,7 @@ exports.SidebarFixedComponent = SidebarFixedComponent;
50016
50112
  exports.SidebarItem = SidebarItem;
50017
50113
  exports.SidebarSubItem = SidebarSubItem;
50018
50114
  exports.Status = Status;
50019
- exports.Table = Table;
50115
+ exports.Table = Table$1;
50020
50116
  exports.TableList = TableList;
50021
50117
  exports.TableListItem = TableListItem;
50022
50118
  exports.TableListItemLoading = TableListItemLoading;