@consumidor-positivo/aurora 0.0.134 → 0.0.136

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.
@@ -17,6 +17,7 @@ import './styles.css';const Icon = ({
17
17
  "au-icon--color-raw": !!rawColor,
18
18
  "au-icon--color-dark": color === "dark",
19
19
  "au-icon--color-info": color === "info",
20
+ "au-icon--color-success": color === "success",
20
21
  "au-icon--size-large": size === "large",
21
22
  "au-icon--size-small": size === "small",
22
23
  [`${className}`]: !!className
@@ -1 +1 @@
1
- {"version":3,"file":"index.es.js","sources":["../../../lib/components/icons/Icon.tsx"],"sourcesContent":["import classNames from 'classnames'\nimport './styles.scss'\n\nexport type IconSize = 'large' | 'small' | 'default'\nexport type IconColor = 'dark' | 'info' | 'default'\n\nexport type IconProps = {\n size?: IconSize\n color?: IconColor\n rawColor?: string\n className?: string\n onClick?: () => void\n}\ntype BaseIconProps = IconProps & {\n markup?: string\n name?: string\n}\n\nconst Icon: React.FC<BaseIconProps> = ({\n markup,\n name,\n size,\n color,\n rawColor,\n className,\n onClick,\n}: BaseIconProps) => {\n const iconStyle: React.CSSProperties = {\n ...(rawColor && { color: rawColor }),\n }\n\n const componentClass = classNames('au-icon', {\n [`au-icon--${name?.toLocaleLowerCase()}`]: !!name,\n 'au-icon--color-raw': !!rawColor,\n 'au-icon--color-dark': color === 'dark',\n 'au-icon--color-info': color === 'info',\n 'au-icon--size-large': size === 'large',\n 'au-icon--size-small': size === 'small',\n [`${className}`]: !!className,\n })\n\n return (\n <div\n style={iconStyle}\n onClick={onClick}\n className={componentClass}\n dangerouslySetInnerHTML={{\n __html: markup || '',\n }}\n />\n )\n}\n\nexport default Icon\n"],"names":[],"mappings":";;AAkBA,MAAM,OAAgC,CAAC;AAAA,EACrC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,MAAqB;AACnB,QAAM,YAAiC;AAAA,IACrC,GAAI,YAAY,EAAE,OAAO,SAAS;AAAA,EAAA;AAG9B,QAAA,iBAAiB,WAAW,WAAW;AAAA,IAC3C,CAAC,YAAY,6BAAM,mBAAmB,EAAE,GAAG,CAAC,CAAC;AAAA,IAC7C,sBAAsB,CAAC,CAAC;AAAA,IACxB,uBAAuB,UAAU;AAAA,IACjC,uBAAuB,UAAU;AAAA,IACjC,uBAAuB,SAAS;AAAA,IAChC,uBAAuB,SAAS;AAAA,IAChC,CAAC,GAAG,SAAS,EAAE,GAAG,CAAC,CAAC;AAAA,EAAA,CACrB;AAGC,SAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,OAAO;AAAA,MACP;AAAA,MACA,WAAW;AAAA,MACX,yBAAyB;AAAA,QACvB,QAAQ,UAAU;AAAA,MACpB;AAAA,IAAA;AAAA,EAAA;AAGN;"}
1
+ {"version":3,"file":"index.es.js","sources":["../../../lib/components/icons/Icon.tsx"],"sourcesContent":["import classNames from 'classnames'\nimport './styles.scss'\n\nexport type IconSize = 'large' | 'small' | 'default'\nexport type IconColor = 'dark' | 'info' | 'default' | 'success'\n\nexport type IconProps = {\n size?: IconSize\n color?: IconColor\n rawColor?: string\n className?: string\n onClick?: () => void\n}\ntype BaseIconProps = IconProps & {\n markup?: string\n name?: string\n}\n\nconst Icon: React.FC<BaseIconProps> = ({\n markup,\n name,\n size,\n color,\n rawColor,\n className,\n onClick,\n}: BaseIconProps) => {\n const iconStyle: React.CSSProperties = {\n ...(rawColor && { color: rawColor }),\n }\n\n const componentClass = classNames('au-icon', {\n [`au-icon--${name?.toLocaleLowerCase()}`]: !!name,\n 'au-icon--color-raw': !!rawColor,\n 'au-icon--color-dark': color === 'dark',\n 'au-icon--color-info': color === 'info',\n 'au-icon--color-success': color === 'success',\n 'au-icon--size-large': size === 'large',\n 'au-icon--size-small': size === 'small',\n [`${className}`]: !!className,\n })\n\n return (\n <div\n style={iconStyle}\n onClick={onClick}\n className={componentClass}\n dangerouslySetInnerHTML={{\n __html: markup || '',\n }}\n />\n )\n}\n\nexport default Icon\n"],"names":[],"mappings":";;AAkBA,MAAM,OAAgC,CAAC;AAAA,EACrC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,MAAqB;AACnB,QAAM,YAAiC;AAAA,IACrC,GAAI,YAAY,EAAE,OAAO,SAAS;AAAA,EAAA;AAG9B,QAAA,iBAAiB,WAAW,WAAW;AAAA,IAC3C,CAAC,YAAY,6BAAM,mBAAmB,EAAE,GAAG,CAAC,CAAC;AAAA,IAC7C,sBAAsB,CAAC,CAAC;AAAA,IACxB,uBAAuB,UAAU;AAAA,IACjC,uBAAuB,UAAU;AAAA,IACjC,0BAA0B,UAAU;AAAA,IACpC,uBAAuB,SAAS;AAAA,IAChC,uBAAuB,SAAS;AAAA,IAChC,CAAC,GAAG,SAAS,EAAE,GAAG,CAAC,CAAC;AAAA,EAAA,CACrB;AAGC,SAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,OAAO;AAAA,MACP;AAAA,MACA,WAAW;AAAA,MACX,yBAAyB;AAAA,QACvB,QAAQ,UAAU;AAAA,MACpB;AAAA,IAAA;AAAA,EAAA;AAGN;"}
@@ -1 +1 @@
1
- .au-icon,.au-icon>svg{width:24px;height:24px;color:#0048db;display:flex;align-items:center;justify-content:center}.au-icon--size-large,.au-icon--size-large svg{width:32px;height:32px}.au-icon--size-small,.au-icon--size-small svg{width:16px;height:16px}.au-icon--color-dark>svg{color:#454a54}.au-icon--color-info>svg{color:#6728e5}.au-icon--color-raw>svg{color:inherit}
1
+ .au-icon,.au-icon>svg{width:24px;height:24px;color:#0048db;display:flex;align-items:center;justify-content:center}.au-icon--size-large,.au-icon--size-large svg{width:32px;height:32px}.au-icon--size-small,.au-icon--size-small svg{width:16px;height:16px}.au-icon--color-dark>svg{color:#454a54}.au-icon--color-info>svg{color:#6728e5}.au-icon--color-success>svg{color:#026441}.au-icon--color-raw>svg{color:inherit}
@@ -141,6 +141,7 @@ import { IconHelpCircle } from "../icons/IconHelpCircle/index.es.js";
141
141
  import { IconHexagon } from "../icons/IconHexagon/index.es.js";
142
142
  import { IconHome } from "../icons/IconHome/index.es.js";
143
143
  import { IconHomeChimney } from "../icons/IconHomeChimney/index.es.js";
144
+ import { IconId } from "../icons/IconId/index.es.js";
144
145
  import { IconImage } from "../icons/IconImage/index.es.js";
145
146
  import { IconInbox } from "../icons/IconInbox/index.es.js";
146
147
  import { IconInfo } from "../icons/IconInfo/index.es.js";
@@ -232,6 +233,7 @@ import { IconSettings } from "../icons/IconSettings/index.es.js";
232
233
  import { IconShare } from "../icons/IconShare/index.es.js";
233
234
  import { IconShare2 } from "../icons/IconShare2/index.es.js";
234
235
  import { IconShield } from "../icons/IconShield/index.es.js";
236
+ import { IconShieldLocked } from "../icons/IconShieldLocked/index.es.js";
235
237
  import { IconShieldOff } from "../icons/IconShieldOff/index.es.js";
236
238
  import { IconShoppingBag } from "../icons/IconShoppingBag/index.es.js";
237
239
  import { IconShoppingCart } from "../icons/IconShoppingCart/index.es.js";
@@ -455,6 +457,7 @@ export {
455
457
  IconHexagon,
456
458
  IconHome,
457
459
  IconHomeChimney,
460
+ IconId,
458
461
  IconImage,
459
462
  IconInbox,
460
463
  IconInfo,
@@ -546,6 +549,7 @@ export {
546
549
  IconShare,
547
550
  IconShare2,
548
551
  IconShield,
552
+ IconShieldLocked,
549
553
  IconShieldOff,
550
554
  IconShoppingBag,
551
555
  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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
1
 
2
2
  export type IconSize = 'large' | 'small' | 'default';
3
- export type IconColor = 'dark' | 'info' | 'default';
3
+ export type IconColor = 'dark' | 'info' | 'default' | 'success';
4
4
  export type IconProps = {
5
5
  size?: IconSize;
6
6
  color?: IconColor;
@@ -0,0 +1,16 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import Icon from "../../Icon/index.es.js";
3
+ function IconId(props) {
4
+ return /* @__PURE__ */ jsx(
5
+ Icon,
6
+ {
7
+ markup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='ID'><path id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M3 6C2.44772 6 2 6.44772 2 7V17C2 17.5523 2.44772 18 3 18H21C21.5523 18 22 17.5523 22 17V7C22 6.44772 21.5523 6 21 6H3ZM0 7C0 5.34315 1.34315 4 3 4H21C22.6569 4 24 5.34315 24 7V17C24 18.6569 22.6569 20 21 20H3C1.34315 20 0 18.6569 0 17V7Z' fill='currentColor'/><path id='Vector 77' d='M4 16V16C4 14.8954 4.89543 14 6 14H9C10.1046 14 11 14.8954 11 16V16' stroke='currentColor' stroke-width='1.5' stroke-linecap='round'/><circle id='Ellipse 307' cx='7.5' cy='9.5' r='1.75' stroke='currentColor' stroke-width='1.5'/><path id='Vector 78' d='M14 9H20' stroke='currentColor' stroke-width='1.5' stroke-linecap='round'/><path id='Vector 79' d='M14 12H20' stroke='currentColor' stroke-width='1.5' stroke-linecap='round'/><path id='Vector 80' d='M14 15H18.5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round'/></g></svg>",
8
+ name: "IconId",
9
+ ...props
10
+ }
11
+ );
12
+ }
13
+ export {
14
+ IconId
15
+ };
16
+ //# sourceMappingURL=index.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.es.js","sources":["../../../../lib/components/icons/default/IconId.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 IconId(props: IconProps) {\n return (\n <Icon\n markup={\"<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='ID'><path id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M3 6C2.44772 6 2 6.44772 2 7V17C2 17.5523 2.44772 18 3 18H21C21.5523 18 22 17.5523 22 17V7C22 6.44772 21.5523 6 21 6H3ZM0 7C0 5.34315 1.34315 4 3 4H21C22.6569 4 24 5.34315 24 7V17C24 18.6569 22.6569 20 21 20H3C1.34315 20 0 18.6569 0 17V7Z' fill='currentColor'/><path id='Vector 77' d='M4 16V16C4 14.8954 4.89543 14 6 14H9C10.1046 14 11 14.8954 11 16V16' stroke='currentColor' stroke-width='1.5' stroke-linecap='round'/><circle id='Ellipse 307' cx='7.5' cy='9.5' r='1.75' stroke='currentColor' stroke-width='1.5'/><path id='Vector 78' d='M14 9H20' stroke='currentColor' stroke-width='1.5' stroke-linecap='round'/><path id='Vector 79' d='M14 12H20' stroke='currentColor' stroke-width='1.5' stroke-linecap='round'/><path id='Vector 80' d='M14 15H18.5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round'/></g></svg>\"}\n name=\"IconId\"\n {...props}\n />\n );\n}\n\n"],"names":[],"mappings":";;AAKO,SAAS,OAAO,OAAkB;AAErC,SAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,QAAQ;AAAA,MACR,MAAK;AAAA,MACJ,GAAG;AAAA,IAAA;AAAA,EAAA;AAGV;"}
@@ -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 IconId(props: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../Icon';
2
+
3
+ export declare function IconShieldLocked(props: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -141,6 +141,7 @@ export { IconHelpCircle } from './IconHelpCircle';
141
141
  export { IconHexagon } from './IconHexagon';
142
142
  export { IconHome } from './IconHome';
143
143
  export { IconHomeChimney } from './IconHomeChimney';
144
+ export { IconId } from './IconId';
144
145
  export { IconImage } from './IconImage';
145
146
  export { IconInbox } from './IconInbox';
146
147
  export { IconInfo } from './IconInfo';
@@ -232,6 +233,7 @@ export { IconSettings } from './IconSettings';
232
233
  export { IconShare } from './IconShare';
233
234
  export { IconShare2 } from './IconShare2';
234
235
  export { IconShield } from './IconShield';
236
+ export { IconShieldLocked } from './IconShieldLocked';
235
237
  export { IconShieldOff } from './IconShieldOff';
236
238
  export { IconShoppingBag } from './IconShoppingBag';
237
239
  export { IconShoppingCart } from './IconShoppingCart';
@@ -141,6 +141,7 @@ import { IconHelpCircle } from "./IconHelpCircle/index.es.js";
141
141
  import { IconHexagon } from "./IconHexagon/index.es.js";
142
142
  import { IconHome } from "./IconHome/index.es.js";
143
143
  import { IconHomeChimney } from "./IconHomeChimney/index.es.js";
144
+ import { IconId } from "./IconId/index.es.js";
144
145
  import { IconImage } from "./IconImage/index.es.js";
145
146
  import { IconInbox } from "./IconInbox/index.es.js";
146
147
  import { IconInfo } from "./IconInfo/index.es.js";
@@ -232,6 +233,7 @@ import { IconSettings } from "./IconSettings/index.es.js";
232
233
  import { IconShare } from "./IconShare/index.es.js";
233
234
  import { IconShare2 } from "./IconShare2/index.es.js";
234
235
  import { IconShield } from "./IconShield/index.es.js";
236
+ import { IconShieldLocked } from "./IconShieldLocked/index.es.js";
235
237
  import { IconShieldOff } from "./IconShieldOff/index.es.js";
236
238
  import { IconShoppingBag } from "./IconShoppingBag/index.es.js";
237
239
  import { IconShoppingCart } from "./IconShoppingCart/index.es.js";
@@ -456,6 +458,7 @@ export {
456
458
  IconHexagon,
457
459
  IconHome,
458
460
  IconHomeChimney,
461
+ IconId,
459
462
  IconImage,
460
463
  IconInbox,
461
464
  IconInfo,
@@ -547,6 +550,7 @@ export {
547
550
  IconShare,
548
551
  IconShare2,
549
552
  IconShield,
553
+ IconShieldLocked,
550
554
  IconShieldOff,
551
555
  IconShoppingBag,
552
556
  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
@@ -169,6 +169,7 @@ import { IconHelpCircle } from "./components/icons/IconHelpCircle/index.es.js";
169
169
  import { IconHexagon } from "./components/icons/IconHexagon/index.es.js";
170
170
  import { IconHome } from "./components/icons/IconHome/index.es.js";
171
171
  import { IconHomeChimney } from "./components/icons/IconHomeChimney/index.es.js";
172
+ import { IconId } from "./components/icons/IconId/index.es.js";
172
173
  import { IconImage } from "./components/icons/IconImage/index.es.js";
173
174
  import { IconInbox } from "./components/icons/IconInbox/index.es.js";
174
175
  import { IconInfo } from "./components/icons/IconInfo/index.es.js";
@@ -260,6 +261,7 @@ import { IconSettings } from "./components/icons/IconSettings/index.es.js";
260
261
  import { IconShare } from "./components/icons/IconShare/index.es.js";
261
262
  import { IconShare2 } from "./components/icons/IconShare2/index.es.js";
262
263
  import { IconShield } from "./components/icons/IconShield/index.es.js";
264
+ import { IconShieldLocked } from "./components/icons/IconShieldLocked/index.es.js";
263
265
  import { IconShieldOff } from "./components/icons/IconShieldOff/index.es.js";
264
266
  import { IconShoppingBag } from "./components/icons/IconShoppingBag/index.es.js";
265
267
  import { IconShoppingCart } from "./components/icons/IconShoppingCart/index.es.js";
@@ -591,6 +593,7 @@ export {
591
593
  IconHexagon,
592
594
  IconHome,
593
595
  IconHomeChimney,
596
+ IconId,
594
597
  IconImage,
595
598
  IconInbox,
596
599
  IconInfo,
@@ -682,6 +685,7 @@ export {
682
685
  IconShare,
683
686
  IconShare2,
684
687
  IconShield,
688
+ IconShieldLocked,
685
689
  IconShieldOff,
686
690
  IconShoppingBag,
687
691
  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.136",
5
5
  "type": "module",
6
6
  "main": "./dist/main.es.js",
7
7
  "modules": "./dist/main.es.js",