@loja-integrada/admin-components 0.18.22 → 0.18.24

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 EyeSlash: () => JSX.Element;
@@ -73,4 +73,5 @@ export declare const icons: {
73
73
  whatsapp: () => JSX.Element;
74
74
  iconSolidLI: () => JSX.Element;
75
75
  thinAngleRight: () => JSX.Element;
76
+ eyeSlash: () => JSX.Element;
76
77
  };
@@ -6949,9 +6949,104 @@ var ThinAngleRight = function ThinAngleRight() {
6949
6949
  });
6950
6950
  };
6951
6951
 
6952
+ function cov_2dyymt5wy0() {
6953
+ var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/EyeSlash.tsx";
6954
+ var hash = "5db3ac8a99c7bed641ec9551ca17fd7198c5e513";
6955
+ var global = new Function("return this")();
6956
+ var gcv = "__coverage__";
6957
+ var coverageData = {
6958
+ path: "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/EyeSlash.tsx",
6959
+ statementMap: {
6960
+ "0": {
6961
+ start: {
6962
+ line: 2,
6963
+ column: 24
6964
+ },
6965
+ end: {
6966
+ line: 2,
6967
+ column: 776
6968
+ }
6969
+ },
6970
+ "1": {
6971
+ start: {
6972
+ line: 2,
6973
+ column: 31
6974
+ },
6975
+ end: {
6976
+ line: 2,
6977
+ column: 775
6978
+ }
6979
+ }
6980
+ },
6981
+ fnMap: {
6982
+ "0": {
6983
+ name: "(anonymous_0)",
6984
+ decl: {
6985
+ start: {
6986
+ line: 2,
6987
+ column: 24
6988
+ },
6989
+ end: {
6990
+ line: 2,
6991
+ column: 25
6992
+ }
6993
+ },
6994
+ loc: {
6995
+ start: {
6996
+ line: 2,
6997
+ column: 31
6998
+ },
6999
+ end: {
7000
+ line: 2,
7001
+ column: 775
7002
+ }
7003
+ },
7004
+ line: 2
7005
+ }
7006
+ },
7007
+ branchMap: {},
7008
+ s: {
7009
+ "0": 0,
7010
+ "1": 0
7011
+ },
7012
+ f: {
7013
+ "0": 0
7014
+ },
7015
+ b: {},
7016
+ _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
7017
+ hash: "5db3ac8a99c7bed641ec9551ca17fd7198c5e513"
7018
+ };
7019
+ var coverage = global[gcv] || (global[gcv] = {});
7020
+
7021
+ if (!coverage[path] || coverage[path].hash !== hash) {
7022
+ coverage[path] = coverageData;
7023
+ }
7024
+
7025
+ var actualCoverage = coverage[path];
7026
+ {
7027
+ // @ts-ignore
7028
+ cov_2dyymt5wy0 = function () {
7029
+ return actualCoverage;
7030
+ };
7031
+ }
7032
+ return actualCoverage;
7033
+ }
7034
+
7035
+ cov_2dyymt5wy0();
7036
+ cov_2dyymt5wy0().s[0]++;
7037
+ var EyeSlash = function EyeSlash() {
7038
+ cov_2dyymt5wy0().f[0]++;
7039
+ cov_2dyymt5wy0().s[1]++;
7040
+ return /*#__PURE__*/React__default.createElement("path", {
7041
+ d: "M11.5 6.5c0-1-.5-1.5-1.5-1.5-.226 0-.418.034-.593.085L7.3 2.653C7.84 2.562 8.4 2.5 9 2.5c6 0 9 5 9 6.5 0 .717-.693 2.231-2.063 3.619l-.99-1.141c1.01-1.056 1.512-2.121 1.552-2.478-.069-.617-1.509-3.34-4.595-4.484C12.629 5.198 13 6.164 13 7.25c0 .641-.09 1.197-.266 1.674l-1.425-1.645c.113-.224.191-.476.191-.779ZM1.502 9C1.59 9.786 3.89 14 9 14a8.132 8.132 0 0 0 2.956-.55l-2.214-2.49c-.235.025-.48.04-.742.04-2.667 0-4.001-1.666-4-3.75 0-.486.084-.942.232-1.364l-.571-.642C2.572 6.55 1.56 8.49 1.502 9Zm12.864 4.912-.545-.613-2.476-2.788-5.29-5.951L2.001 0h-2l3.641 4.096C1.223 5.694 0 8.048 0 9c0 1.5 3 6.5 9 6.5a9.662 9.662 0 0 0 4.021-.852L16 18h2l-3.634-4.088Z",
7042
+ fillRule: "evenodd",
7043
+ clipRule: "evenodd"
7044
+ });
7045
+ };
7046
+
6952
7047
  function cov_2hz37kz1k3() {
6953
7048
  var path = "/home/runner/work/admin-components/admin-components/styleguide/src/Icons/icons-path/index.ts";
6954
- var hash = "f7d371b433a133d5e478cda2d09260095a2a6a39";
7049
+ var hash = "ea8623e13d32c7de41556cd4cb63cc8423120d48";
6955
7050
  var global = new Function("return this")();
6956
7051
  var gcv = "__coverage__";
6957
7052
  var coverageData = {
@@ -6959,11 +7054,11 @@ function cov_2hz37kz1k3() {
6959
7054
  statementMap: {
6960
7055
  "0": {
6961
7056
  start: {
6962
- line: 73,
7057
+ line: 74,
6963
7058
  column: 21
6964
7059
  },
6965
7060
  end: {
6966
- line: 147,
7061
+ line: 149,
6967
7062
  column: 1
6968
7063
  }
6969
7064
  }
@@ -6976,7 +7071,7 @@ function cov_2hz37kz1k3() {
6976
7071
  f: {},
6977
7072
  b: {},
6978
7073
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
6979
- hash: "f7d371b433a133d5e478cda2d09260095a2a6a39"
7074
+ hash: "ea8623e13d32c7de41556cd4cb63cc8423120d48"
6980
7075
  };
6981
7076
  var coverage = global[gcv] || (global[gcv] = {});
6982
7077
 
@@ -7068,7 +7163,8 @@ var icons = ( /*#__PURE__*/cov_2hz37kz1k3().s[0]++, {
7068
7163
  user: User,
7069
7164
  whatsapp: WhatsApp,
7070
7165
  iconSolidLI: IconSolidLI,
7071
- thinAngleRight: ThinAngleRight
7166
+ thinAngleRight: ThinAngleRight,
7167
+ eyeSlash: EyeSlash
7072
7168
  });
7073
7169
 
7074
7170
  function cov_2ji9t8az0b() {