@consumidor-positivo/aurora 0.0.134 → 0.0.135

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.
@@ -232,6 +232,7 @@ import { IconSettings } from "../icons/IconSettings/index.es.js";
232
232
  import { IconShare } from "../icons/IconShare/index.es.js";
233
233
  import { IconShare2 } from "../icons/IconShare2/index.es.js";
234
234
  import { IconShield } from "../icons/IconShield/index.es.js";
235
+ import { IconShieldLocked } from "../icons/IconShieldLocked/index.es.js";
235
236
  import { IconShieldOff } from "../icons/IconShieldOff/index.es.js";
236
237
  import { IconShoppingBag } from "../icons/IconShoppingBag/index.es.js";
237
238
  import { IconShoppingCart } from "../icons/IconShoppingCart/index.es.js";
@@ -546,6 +547,7 @@ export {
546
547
  IconShare,
547
548
  IconShare2,
548
549
  IconShield,
550
+ IconShieldLocked,
549
551
  IconShieldOff,
550
552
  IconShoppingBag,
551
553
  IconShoppingCart,
@@ -1 +1 @@
1
- {"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,16 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import Icon from "../../Icon/index.es.js";
3
+ function IconShieldLocked(props) {
4
+ return /* @__PURE__ */ jsx(
5
+ Icon,
6
+ {
7
+ markup: "<svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.6489 1.7834C11.8753 1.6985 12.1247 1.6985 12.3511 1.7834L20.3511 4.7834C20.7414 4.92976 21 5.30288 21 5.71973V12.7197C21 16.1662 18.7183 18.92 16.6585 20.7223C15.6076 21.6418 14.5615 22.3606 13.78 22.849C13.3882 23.0938 13.0603 23.2825 12.8281 23.411C12.7119 23.4753 12.6194 23.5247 12.5547 23.5587C12.5223 23.5757 12.4968 23.5889 12.4788 23.5981L12.4573 23.6091L12.4508 23.6124L12.4486 23.6134C12.4483 23.6136 12.4472 23.6142 12 22.7197C11.5528 23.6142 11.5525 23.614 11.5522 23.6138L11.5492 23.6124L11.5427 23.6091L11.5212 23.5981C11.5032 23.5889 11.4777 23.5757 11.4453 23.5587C11.3806 23.5247 11.2881 23.4753 11.1719 23.411C10.9397 23.2825 10.6118 23.0938 10.22 22.849C9.43854 22.3606 8.39238 21.6418 7.3415 20.7223C5.28175 18.92 3 16.1662 3 12.7197V5.71973C3 5.30288 3.25857 4.92976 3.64888 4.7834L11.6489 1.7834ZM12 22.7197L11.5522 23.6138C11.8337 23.7546 12.1657 23.7549 12.4472 23.6142L12 22.7197ZM12 21.5825C12.1916 21.4739 12.4367 21.33 12.72 21.153C13.4385 20.7039 14.3924 20.0476 15.3415 19.2171C17.2817 17.5194 19 15.2733 19 12.7197V6.41273L12 3.78773L5 6.41273V12.7197C5 15.2733 6.71825 17.5194 8.6585 19.2171C9.60762 20.0476 10.5615 20.7039 11.28 21.153C11.5633 21.33 11.8084 21.4739 12 21.5825Z' fill='currentColor'/><path d='M8 15.2197V12.7197C8 12.1674 8.44772 11.7197 9 11.7197H15C15.5523 11.7197 16 12.1674 16 12.7197V15.2197C16 15.772 15.5523 16.2197 15 16.2197H9C8.44772 16.2197 8 15.772 8 15.2197Z' stroke='currentColor' stroke-width='2' stroke-linejoin='round'/><path d='M14 9.71973V10.9197C14 11.3616 13.6418 11.7197 13.2 11.7197H10.4C10.1791 11.7197 10 11.5406 10 11.3197V9.71973C10 8.61516 10.8954 7.71973 12 7.71973C13.1046 7.71973 14 8.61516 14 9.71973Z' stroke='currentColor' stroke-width='2' stroke-linejoin='round'/></svg>",
8
+ name: "IconShieldLocked",
9
+ ...props
10
+ }
11
+ );
12
+ }
13
+ export {
14
+ IconShieldLocked
15
+ };
16
+ //# sourceMappingURL=index.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.es.js","sources":["../../../../lib/components/icons/default/IconShieldLocked.tsx"],"sourcesContent":["\n// This file is generated automatically\n// To edit see the file lib/tasks/generateIcons.js\nimport Icon, { IconProps } from \"../Icon\";\n\nexport function IconShieldLocked(props: IconProps) {\n return (\n <Icon\n markup={\"<svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.6489 1.7834C11.8753 1.6985 12.1247 1.6985 12.3511 1.7834L20.3511 4.7834C20.7414 4.92976 21 5.30288 21 5.71973V12.7197C21 16.1662 18.7183 18.92 16.6585 20.7223C15.6076 21.6418 14.5615 22.3606 13.78 22.849C13.3882 23.0938 13.0603 23.2825 12.8281 23.411C12.7119 23.4753 12.6194 23.5247 12.5547 23.5587C12.5223 23.5757 12.4968 23.5889 12.4788 23.5981L12.4573 23.6091L12.4508 23.6124L12.4486 23.6134C12.4483 23.6136 12.4472 23.6142 12 22.7197C11.5528 23.6142 11.5525 23.614 11.5522 23.6138L11.5492 23.6124L11.5427 23.6091L11.5212 23.5981C11.5032 23.5889 11.4777 23.5757 11.4453 23.5587C11.3806 23.5247 11.2881 23.4753 11.1719 23.411C10.9397 23.2825 10.6118 23.0938 10.22 22.849C9.43854 22.3606 8.39238 21.6418 7.3415 20.7223C5.28175 18.92 3 16.1662 3 12.7197V5.71973C3 5.30288 3.25857 4.92976 3.64888 4.7834L11.6489 1.7834ZM12 22.7197L11.5522 23.6138C11.8337 23.7546 12.1657 23.7549 12.4472 23.6142L12 22.7197ZM12 21.5825C12.1916 21.4739 12.4367 21.33 12.72 21.153C13.4385 20.7039 14.3924 20.0476 15.3415 19.2171C17.2817 17.5194 19 15.2733 19 12.7197V6.41273L12 3.78773L5 6.41273V12.7197C5 15.2733 6.71825 17.5194 8.6585 19.2171C9.60762 20.0476 10.5615 20.7039 11.28 21.153C11.5633 21.33 11.8084 21.4739 12 21.5825Z' fill='currentColor'/><path d='M8 15.2197V12.7197C8 12.1674 8.44772 11.7197 9 11.7197H15C15.5523 11.7197 16 12.1674 16 12.7197V15.2197C16 15.772 15.5523 16.2197 15 16.2197H9C8.44772 16.2197 8 15.772 8 15.2197Z' stroke='currentColor' stroke-width='2' stroke-linejoin='round'/><path d='M14 9.71973V10.9197C14 11.3616 13.6418 11.7197 13.2 11.7197H10.4C10.1791 11.7197 10 11.5406 10 11.3197V9.71973C10 8.61516 10.8954 7.71973 12 7.71973C13.1046 7.71973 14 8.61516 14 9.71973Z' stroke='currentColor' stroke-width='2' stroke-linejoin='round'/></svg>\"}\n name=\"IconShieldLocked\"\n {...props}\n />\n );\n}\n\n"],"names":[],"mappings":";;AAKO,SAAS,iBAAiB,OAAkB;AAE/C,SAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,QAAQ;AAAA,MACR,MAAK;AAAA,MACJ,GAAG;AAAA,IAAA;AAAA,EAAA;AAGV;"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../Icon';
2
+
3
+ export declare function IconShieldLocked(props: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -232,6 +232,7 @@ export { IconSettings } from './IconSettings';
232
232
  export { IconShare } from './IconShare';
233
233
  export { IconShare2 } from './IconShare2';
234
234
  export { IconShield } from './IconShield';
235
+ export { IconShieldLocked } from './IconShieldLocked';
235
236
  export { IconShieldOff } from './IconShieldOff';
236
237
  export { IconShoppingBag } from './IconShoppingBag';
237
238
  export { IconShoppingCart } from './IconShoppingCart';
@@ -232,6 +232,7 @@ import { IconSettings } from "./IconSettings/index.es.js";
232
232
  import { IconShare } from "./IconShare/index.es.js";
233
233
  import { IconShare2 } from "./IconShare2/index.es.js";
234
234
  import { IconShield } from "./IconShield/index.es.js";
235
+ import { IconShieldLocked } from "./IconShieldLocked/index.es.js";
235
236
  import { IconShieldOff } from "./IconShieldOff/index.es.js";
236
237
  import { IconShoppingBag } from "./IconShoppingBag/index.es.js";
237
238
  import { IconShoppingCart } from "./IconShoppingCart/index.es.js";
@@ -547,6 +548,7 @@ export {
547
548
  IconShare,
548
549
  IconShare2,
549
550
  IconShield,
551
+ IconShieldLocked,
550
552
  IconShieldOff,
551
553
  IconShoppingBag,
552
554
  IconShoppingCart,
@@ -1 +1 @@
1
- {"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/main.es.js CHANGED
@@ -260,6 +260,7 @@ import { IconSettings } from "./components/icons/IconSettings/index.es.js";
260
260
  import { IconShare } from "./components/icons/IconShare/index.es.js";
261
261
  import { IconShare2 } from "./components/icons/IconShare2/index.es.js";
262
262
  import { IconShield } from "./components/icons/IconShield/index.es.js";
263
+ import { IconShieldLocked } from "./components/icons/IconShieldLocked/index.es.js";
263
264
  import { IconShieldOff } from "./components/icons/IconShieldOff/index.es.js";
264
265
  import { IconShoppingBag } from "./components/icons/IconShoppingBag/index.es.js";
265
266
  import { IconShoppingCart } from "./components/icons/IconShoppingCart/index.es.js";
@@ -682,6 +683,7 @@ export {
682
683
  IconShare,
683
684
  IconShare2,
684
685
  IconShield,
686
+ IconShieldLocked,
685
687
  IconShieldOff,
686
688
  IconShoppingBag,
687
689
  IconShoppingCart,
@@ -1 +1 @@
1
- {"version":3,"file":"main.es.js","sources":["../lib/components/Drawer/hooks.ts"],"sourcesContent":["import { useState } from 'react'\n\ntype UseDrawerProps = Record<string, boolean>\n\nexport function useDrawer(props: UseDrawerProps) {\n const [drawerOpen, setDrawerOpen] = useState<UseDrawerProps>(props)\n\n function handleOpenDrawer(name: string) {\n setDrawerOpen((prev) => {\n return {\n ...prev,\n [name]: !prev[name],\n }\n })\n }\n\n return {\n handleOpenDrawer,\n drawerOpen,\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIO,SAAS,UAAU,OAAuB;AAC/C,QAAM,CAAC,YAAY,aAAa,IAAI,SAAyB,KAAK;AAElE,WAAS,iBAAiB,MAAc;AACtC,kBAAc,CAAC,SAAS;AACf,aAAA;AAAA,QACL,GAAG;AAAA,QACH,CAAC,IAAI,GAAG,CAAC,KAAK,IAAI;AAAA,MAAA;AAAA,IACpB,CACD;AAAA,EACH;AAEO,SAAA;AAAA,IACL;AAAA,IACA;AAAA,EAAA;AAEJ;"}
1
+ {"version":3,"file":"main.es.js","sources":["../lib/components/Drawer/hooks.ts"],"sourcesContent":["import { useState } from 'react'\n\ntype UseDrawerProps = Record<string, boolean>\n\nexport function useDrawer(props: UseDrawerProps) {\n const [drawerOpen, setDrawerOpen] = useState<UseDrawerProps>(props)\n\n function handleOpenDrawer(name: string) {\n setDrawerOpen((prev) => {\n return {\n ...prev,\n [name]: !prev[name],\n }\n })\n }\n\n return {\n handleOpenDrawer,\n drawerOpen,\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIO,SAAS,UAAU,OAAuB;AAC/C,QAAM,CAAC,YAAY,aAAa,IAAI,SAAyB,KAAK;AAElE,WAAS,iBAAiB,MAAc;AACtC,kBAAc,CAAC,SAAS;AACf,aAAA;AAAA,QACL,GAAG;AAAA,QACH,CAAC,IAAI,GAAG,CAAC,KAAK,IAAI;AAAA,MAAA;AAAA,IACpB,CACD;AAAA,EACH;AAEO,SAAA;AAAA,IACL;AAAA,IACA;AAAA,EAAA;AAEJ;"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@consumidor-positivo/aurora",
3
3
  "private": false,
4
- "version": "0.0.134",
4
+ "version": "0.0.135",
5
5
  "type": "module",
6
6
  "main": "./dist/main.es.js",
7
7
  "modules": "./dist/main.es.js",