@consumidor-positivo/aurora 0.0.35 → 0.0.37

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.
Files changed (45) hide show
  1. package/dist/components/Button/index.es.js +2 -1
  2. package/dist/components/Button/index.es.js.map +1 -1
  3. package/dist/components/Drawer/index.es.js +2 -1
  4. package/dist/components/Drawer/index.es.js.map +1 -1
  5. package/dist/components/Footer/data.d.ts +14 -0
  6. package/dist/components/Footer/index.d.ts +1 -1
  7. package/dist/components/Footer/index.es.js +82 -65
  8. package/dist/components/Footer/index.es.js.map +1 -1
  9. package/dist/components/Footer/types.d.ts +6 -1
  10. package/dist/components/InputField/index.d.ts +12 -0
  11. package/dist/components/InputField/index.es.js +21 -0
  12. package/dist/components/InputField/index.es.js.map +1 -0
  13. package/dist/components/LazyImage/hooks.d.ts +6 -0
  14. package/dist/components/LazyImage/index.d.ts +17 -0
  15. package/dist/components/LazyImage/index.es.js +60 -0
  16. package/dist/components/LazyImage/index.es.js.map +1 -0
  17. package/dist/components/LazyImage/types.d.ts +18 -0
  18. package/dist/components/NotificationsBar/index.es.js +2 -1
  19. package/dist/components/NotificationsBar/index.es.js.map +1 -1
  20. package/dist/components/ProfileNav/index.es.js +2 -1
  21. package/dist/components/ProfileNav/index.es.js.map +1 -1
  22. package/dist/components/Text/styles.css +1 -1
  23. package/dist/components/default/index.es.js +2 -0
  24. package/dist/components/default/index.es.js.map +1 -1
  25. package/dist/components/icons/IconTiktok/index.es.js +18 -0
  26. package/dist/components/icons/IconTiktok/index.es.js.map +1 -0
  27. package/dist/components/icons/default/IconTiktok.d.ts +7 -0
  28. package/dist/components/icons/default/index.d.ts +1 -0
  29. package/dist/components/icons/index.es.js +2 -0
  30. package/dist/components/icons/index.es.js.map +1 -1
  31. package/dist/components/styles/styles2.css +1 -0
  32. package/dist/components/styles/styles3.css +1 -0
  33. package/dist/components/tokens/styles.css +1 -0
  34. package/dist/main.d.ts +2 -0
  35. package/dist/main.es.js +121 -214
  36. package/dist/main.es.js.map +1 -1
  37. package/dist/tokens-DTUH_PDm.js +289 -0
  38. package/dist/tokens-DTUH_PDm.js.map +1 -0
  39. package/package.json +16 -13
  40. package/dist/components/Drawer/styles.css +0 -1
  41. package/dist/components/Footer/styles.css +0 -1
  42. package/dist/components/main/styles.css +0 -1
  43. /package/dist/components/{Button → styles}/styles.css +0 -0
  44. /package/dist/components/{NotificationsBar/styles.css → styles/styles4.css} +0 -0
  45. /package/dist/components/{ProfileNav/styles.css → styles/styles5.css} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"index.es.js","sources":["../../../lib/components/ProfileNav/index.tsx"],"sourcesContent":["import { getInitialLetters } from '../../core/utils/getInitialLetters'\nimport { Text } from '../Text'\nimport './styles.scss'\n\ntype ProfileNavProps = {\n name: string\n fullName: string\n}\n\nexport const ProfileNav = ({ name, fullName }: ProfileNavProps) => {\n const initialLetters = getInitialLetters(fullName)\n\n return (\n <div className=\"au-profile-nav\">\n <div className=\"au-profile-nav__badget\">\n <Text variant=\"heading-small\" weight=\"medium\">\n {initialLetters}\n </Text>\n </div>\n <div className=\"div\">\n <Text as=\"h3\" variant=\"heading-micro\" weight=\"bold\">\n Olá, {name}\n </Text>\n <Text color=\"secondary\">Tudo bem?</Text>\n </div>\n </div>\n )\n}\n"],"names":[],"mappings":";;;AASO,MAAM,aAAa,CAAC,EAAE,MAAM,eAAgC;AAC3D,QAAA,iBAAiB,kBAAkB,QAAQ;AAG/C,SAAA,qBAAC,OAAI,EAAA,WAAU,kBACb,UAAA;AAAA,IAAC,oBAAA,OAAA,EAAI,WAAU,0BACb,UAAC,oBAAA,MAAA,EAAK,SAAQ,iBAAgB,QAAO,UAClC,UAAA,eACH,CAAA,GACF;AAAA,IACA,qBAAC,OAAI,EAAA,WAAU,OACb,UAAA;AAAA,MAAA,qBAAC,QAAK,IAAG,MAAK,SAAQ,iBAAgB,QAAO,QAAO,UAAA;AAAA,QAAA;AAAA,QAC5C;AAAA,MAAA,GACR;AAAA,MACC,oBAAA,MAAA,EAAK,OAAM,aAAY,UAAS,aAAA;AAAA,IAAA,GACnC;AAAA,EACF,EAAA,CAAA;AAEJ;"}
1
+ {"version":3,"file":"index.es.js","sources":["../../../lib/components/ProfileNav/index.tsx"],"sourcesContent":["import { getInitialLetters } from '../../core/utils/getInitialLetters'\nimport { Text } from '../Text'\nimport './styles.scss'\n\ntype ProfileNavProps = {\n name: string\n fullName: string\n}\n\nexport const ProfileNav = ({ name, fullName }: ProfileNavProps) => {\n const initialLetters = getInitialLetters(fullName)\n\n return (\n <div className=\"au-profile-nav\">\n <div className=\"au-profile-nav__badget\">\n <Text variant=\"heading-small\" weight=\"medium\">\n {initialLetters}\n </Text>\n </div>\n <div className=\"div\">\n <Text as=\"h3\" variant=\"heading-micro\" weight=\"bold\">\n Olá, {name}\n </Text>\n <Text color=\"secondary\">Tudo bem?</Text>\n </div>\n </div>\n )\n}\n"],"names":[],"mappings":";;;;AASO,MAAM,aAAa,CAAC,EAAE,MAAM,eAAgC;AAC3D,QAAA,iBAAiB,kBAAkB,QAAQ;AAG/C,SAAA,qBAAC,OAAI,EAAA,WAAU,kBACb,UAAA;AAAA,IAAC,oBAAA,OAAA,EAAI,WAAU,0BACb,UAAC,oBAAA,MAAA,EAAK,SAAQ,iBAAgB,QAAO,UAClC,UAAA,eACH,CAAA,GACF;AAAA,IACA,qBAAC,OAAI,EAAA,WAAU,OACb,UAAA;AAAA,MAAA,qBAAC,QAAK,IAAG,MAAK,SAAQ,iBAAgB,QAAO,QAAO,UAAA;AAAA,QAAA;AAAA,QAC5C;AAAA,MAAA,GACR;AAAA,MACC,oBAAA,MAAA,EAAK,OAAM,aAAY,UAAS,aAAA;AAAA,IAAA,GACnC;AAAA,EACF,EAAA,CAAA;AAEJ;"}
@@ -1 +1 @@
1
- .au-text{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif;font-weight:400}.au-text--color-common{color:#16181d}.au-text--color-secondary{color:#454a54}.au-text--weight-bold{font-weight:700}.au-text--weight-semibold{font-weight:600}.au-text--weight-medium{font-weight:500}.au-text--weight-regular{font-weight:400}.au-text--weight-light{font-weight:300}.au-text--display-large,.au-text--display-medium,.au-text--display-small{font-family:Lexend Deca Variable,Lexend Deca,sans-serif}.au-text--display-large{font-size:56px;line-height:76px}.au-text--display-medium{font-size:48px;line-height:68px}.au-text--display-small{font-size:40px;line-height:60px}.au-text--heading-big,.au-text--heading-large,.au-text--heading-medium,.au-text--heading-small,.au-text--heading-micro{font-family:Lexend Deca Variable,Lexend Deca,sans-serif}.au-text--heading-big{font-size:32px;line-height:52px}.au-text--heading-large{font-size:28px;line-height:48px}.au-text--heading-medium{font-size:24px;line-height:44px}.au-text--heading-small{font-size:20px;line-height:40px}.au-text--heading-micro{font-size:16px;line-height:24px}.au-text--body-big,.au-text--body-large,.au-text--body-medium,.au-text--body-small{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif}.au-text--body-big{font-size:24px;line-height:36px}.au-text--body-large{font-size:20px;line-height:30px}.au-text--body-medium{font-size:16px;line-height:24px}.au-text--body-small{font-size:14px;line-height:21px}.au-text--caption{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif;font-size:12px;line-height:18px}@media (min-width: 320px){.au-text--desk-display-large,.au-text--desk-display-medium,.au-text--desk-display-small{font-family:Lexend Deca Variable,Lexend Deca,sans-serif}.au-text--desk-display-large{font-size:56px;line-height:76px}.au-text--desk-display-medium{font-size:48px;line-height:68px}.au-text--desk-display-small{font-size:40px;line-height:60px}.au-text--desk-heading-big,.au-text--desk-heading-large,.au-text--desk-heading-medium,.au-text--desk-heading-small,.au-text--desk-heading-micro{font-family:Lexend Deca Variable,Lexend Deca,sans-serif}.au-text--desk-heading-big{font-size:32px;line-height:52px}.au-text--desk-heading-large{font-size:28px;line-height:48px}.au-text--desk-heading-medium{font-size:24px;line-height:44px}.au-text--desk-heading-small{font-size:20px;line-height:40px}.au-text--desk-heading-micro{font-size:16px;line-height:24px}.au-text--desk-body-big,.au-text--desk-body-large,.au-text--desk-body-medium,.au-text--desk-body-small{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif}.au-text--desk-body-big{font-size:24px;line-height:36px}.au-text--desk-body-large{font-size:20px;line-height:30px}.au-text--desk-body-medium{font-size:16px;line-height:24px}.au-text--desk-body-small{font-size:14px;line-height:21px}.au-text--desk-caption{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif;font-size:12px;line-height:18px}}
1
+ .au-text{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif;font-weight:400}.au-text--color-common{color:#16181d}.au-text--color-secondary{color:#454a54}.au-text--weight-bold{font-weight:700}.au-text--weight-semibold{font-weight:600}.au-text--weight-medium{font-weight:500}.au-text--weight-regular{font-weight:400}.au-text--weight-light{font-weight:300}.au-text--display-large,.au-text--display-medium,.au-text--display-small{font-family:Lexend Deca Variable,Lexend Deca,sans-serif}.au-text--display-large{font-size:56px;line-height:76px}.au-text--display-medium{font-size:48px;line-height:68px}.au-text--display-small{font-size:40px;line-height:60px}.au-text--heading-big,.au-text--heading-large,.au-text--heading-medium,.au-text--heading-small,.au-text--heading-micro{font-family:Lexend Deca Variable,Lexend Deca,sans-serif}.au-text--heading-big{font-size:32px;line-height:52px}.au-text--heading-large{font-size:28px;line-height:48px}.au-text--heading-medium{font-size:24px;line-height:44px}.au-text--heading-small{font-size:20px;line-height:40px}.au-text--heading-micro{font-size:16px;line-height:24px}.au-text--body-big,.au-text--body-large,.au-text--body-medium,.au-text--body-small{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif}.au-text--body-big{font-size:24px;line-height:36px}.au-text--body-large{font-size:20px;line-height:30px}.au-text--body-medium{font-size:16px;line-height:24px}.au-text--body-small{font-size:14px;line-height:21px}.au-text--caption{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif;font-size:12px;line-height:18px}@media (min-width: 1024px){.au-text--desk-display-large,.au-text--desk-display-medium,.au-text--desk-display-small{font-family:Lexend Deca Variable,Lexend Deca,sans-serif}.au-text--desk-display-large{font-size:56px;line-height:76px}.au-text--desk-display-medium{font-size:48px;line-height:68px}.au-text--desk-display-small{font-size:40px;line-height:60px}.au-text--desk-heading-big,.au-text--desk-heading-large,.au-text--desk-heading-medium,.au-text--desk-heading-small,.au-text--desk-heading-micro{font-family:Lexend Deca Variable,Lexend Deca,sans-serif}.au-text--desk-heading-big{font-size:32px;line-height:52px}.au-text--desk-heading-large{font-size:28px;line-height:48px}.au-text--desk-heading-medium{font-size:24px;line-height:44px}.au-text--desk-heading-small{font-size:20px;line-height:40px}.au-text--desk-heading-micro{font-size:16px;line-height:24px}.au-text--desk-body-big,.au-text--desk-body-large,.au-text--desk-body-medium,.au-text--desk-body-small{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif}.au-text--desk-body-big{font-size:24px;line-height:36px}.au-text--desk-body-large{font-size:20px;line-height:30px}.au-text--desk-body-medium{font-size:16px;line-height:24px}.au-text--desk-body-small{font-size:14px;line-height:21px}.au-text--desk-caption{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif;font-size:12px;line-height:18px}}
@@ -260,6 +260,7 @@ import { IconTerminal } from "../icons/IconTerminal/index.es.js";
260
260
  import { IconThermometer } from "../icons/IconThermometer/index.es.js";
261
261
  import { IconThumbsDown } from "../icons/IconThumbsDown/index.es.js";
262
262
  import { IconThumbsUp } from "../icons/IconThumbsUp/index.es.js";
263
+ import { IconTiktok } from "../icons/IconTiktok/index.es.js";
263
264
  import { IconToggleLeft } from "../icons/IconToggleLeft/index.es.js";
264
265
  import { IconToggleRight } from "../icons/IconToggleRight/index.es.js";
265
266
  import { IconTool } from "../icons/IconTool/index.es.js";
@@ -570,6 +571,7 @@ export {
570
571
  IconThermometer,
571
572
  IconThumbsDown,
572
573
  IconThumbsUp,
574
+ IconTiktok,
573
575
  IconToggleLeft,
574
576
  IconToggleRight,
575
577
  IconTool,
@@ -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,18 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import Icon from "../../Icon/index.es.js";
3
+ function IconTiktok(props) {
4
+ return /* @__PURE__ */ jsx(
5
+ Icon,
6
+ {
7
+ iconMarkup: "<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.6902 5.69713C16.0171 4.92548 15.6125 3.91931 15.6125 2.81934H14.7691M16.6902 5.69713C17.3036 6.40063 18.1342 6.91227 19.0799 7.1126C19.3738 7.17656 19.6805 7.2107 20 7.2107V10.3656C18.3643 10.3656 16.8477 9.84123 15.6123 8.9544V15.3709C15.6123 18.577 13.0053 21.182 9.8062 21.182C8.13205 21.182 6.6198 20.4657 5.5591 19.3274C4.59212 18.2871 4 16.8972 4 15.3709C4 12.2117 6.53036 9.63656 9.66561 9.56834M16.6902 5.69713C16.6739 5.68645 16.6575 5.67566 16.6413 5.66476M7.65928 16.9142C7.34405 16.4794 7.15662 15.9465 7.15662 15.3666C7.15662 13.9043 8.34511 12.7148 9.80628 12.7148C10.0789 12.7148 10 11.5 10 11.5V9.61529C9.7444 9.58114 10.0746 9.5598 9.80628 9.5598C9.75939 9.5598 9.38194 9.58491 9.33508 9.58491M14.7646 2.81934H12.4558L12.4516 15.4689C12.4004 16.8844 11.2332 18.0228 9.8062 18.0228C8.92013 18.0228 8.14057 17.5837 7.65495 16.9186' stroke='currentColor' stroke-width='1.68421' stroke-linejoin='round'/></svg>",
8
+ iconName: "IconTiktok",
9
+ rawColor: props.rawColor,
10
+ iconSize: props.size,
11
+ iconColor: props.color
12
+ }
13
+ );
14
+ }
15
+ export {
16
+ IconTiktok
17
+ };
18
+ //# sourceMappingURL=index.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.es.js","sources":["../../../../lib/components/icons/default/IconTiktok.tsx"],"sourcesContent":["\n// This file is generated automatically\n// To edit see the file lib/tasks/generateIcons.js\nimport Icon, { IconSize, IconColor } from \"../Icon\";\n\nexport function IconTiktok(props: { size?: IconSize; color?: IconColor, rawColor?: string }) {\n return (\n <Icon\n iconMarkup={\"<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.6902 5.69713C16.0171 4.92548 15.6125 3.91931 15.6125 2.81934H14.7691M16.6902 5.69713C17.3036 6.40063 18.1342 6.91227 19.0799 7.1126C19.3738 7.17656 19.6805 7.2107 20 7.2107V10.3656C18.3643 10.3656 16.8477 9.84123 15.6123 8.9544V15.3709C15.6123 18.577 13.0053 21.182 9.8062 21.182C8.13205 21.182 6.6198 20.4657 5.5591 19.3274C4.59212 18.2871 4 16.8972 4 15.3709C4 12.2117 6.53036 9.63656 9.66561 9.56834M16.6902 5.69713C16.6739 5.68645 16.6575 5.67566 16.6413 5.66476M7.65928 16.9142C7.34405 16.4794 7.15662 15.9465 7.15662 15.3666C7.15662 13.9043 8.34511 12.7148 9.80628 12.7148C10.0789 12.7148 10 11.5 10 11.5V9.61529C9.7444 9.58114 10.0746 9.5598 9.80628 9.5598C9.75939 9.5598 9.38194 9.58491 9.33508 9.58491M14.7646 2.81934H12.4558L12.4516 15.4689C12.4004 16.8844 11.2332 18.0228 9.8062 18.0228C8.92013 18.0228 8.14057 17.5837 7.65495 16.9186' stroke='currentColor' stroke-width='1.68421' stroke-linejoin='round'/></svg>\"}\n iconName=\"IconTiktok\"\n rawColor={props.rawColor}\n iconSize={props.size}\n iconColor={props.color}\n />\n );\n}\n\n"],"names":[],"mappings":";;AAKO,SAAS,WAAW,OAAkE;AAEzF,SAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,YAAY;AAAA,MACZ,UAAS;AAAA,MACT,UAAU,MAAM;AAAA,MAChB,UAAU,MAAM;AAAA,MAChB,WAAW,MAAM;AAAA,IAAA;AAAA,EAAA;AAGvB;"}
@@ -0,0 +1,7 @@
1
+ import { IconSize, IconColor } from '../Icon';
2
+
3
+ export declare function IconTiktok(props: {
4
+ size?: IconSize;
5
+ color?: IconColor;
6
+ rawColor?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -260,6 +260,7 @@ export { IconTerminal } from './IconTerminal';
260
260
  export { IconThermometer } from './IconThermometer';
261
261
  export { IconThumbsDown } from './IconThumbsDown';
262
262
  export { IconThumbsUp } from './IconThumbsUp';
263
+ export { IconTiktok } from './IconTiktok';
263
264
  export { IconToggleLeft } from './IconToggleLeft';
264
265
  export { IconToggleRight } from './IconToggleRight';
265
266
  export { IconTool } from './IconTool';
@@ -260,6 +260,7 @@ import { IconTerminal } from "./IconTerminal/index.es.js";
260
260
  import { IconThermometer } from "./IconThermometer/index.es.js";
261
261
  import { IconThumbsDown } from "./IconThumbsDown/index.es.js";
262
262
  import { IconThumbsUp } from "./IconThumbsUp/index.es.js";
263
+ import { IconTiktok } from "./IconTiktok/index.es.js";
263
264
  import { IconToggleLeft } from "./IconToggleLeft/index.es.js";
264
265
  import { IconToggleRight } from "./IconToggleRight/index.es.js";
265
266
  import { IconTool } from "./IconTool/index.es.js";
@@ -572,6 +573,7 @@ export {
572
573
  IconThermometer,
573
574
  IconThumbsDown,
574
575
  IconThumbsUp,
576
+ IconTiktok,
575
577
  IconToggleLeft,
576
578
  IconToggleRight,
577
579
  IconTool,
@@ -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 @@
1
+ .au-drawer{height:100vh;width:100vw;position:fixed;top:0;left:0;background-color:#16181dcc;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .4s ease;z-index:5}.au-drawer.is-open{opacity:1;visibility:visible;pointer-events:all;transition:opacity .3s ease}.au-drawer.is-open [class*=__container]{transform:translateY(0)}.au-drawer__container{background-color:#fff;width:100%;height:100vh;height:100dvh;position:fixed;z-index:6;top:0;right:0;transform:translate(100%);transition:transform .3s ease;overflow:hidden}@media (min-width: 600px){.au-drawer__container{border-radius:16px 0 0 16px;box-shadow:0 24px 56px #7686ad14,0 12px 12px #0048db0a;max-width:414px}}.au-drawer__header{position:relative;border-bottom:1px solid #e2e4e9;padding:16px 24px;height:80px;display:flex;align-items:center;justify-content:space-between}.au-drawer__header-close{cursor:pointer}.au-drawer__header .au-logo{margin:8px 0;display:block;height:100%}.au-drawer__header .au-logo svg{height:100%}.au-drawer__content{height:calc(100% - 80px)}
@@ -0,0 +1 @@
1
+ .au-footer{background-color:#fff;border-top:1px solid #e2e4e9;padding:48px 0}@media (min-width: 1024px){.au-footer{padding:64px}}.au-footer__container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}@media (min-width: 1024px){.au-footer__container{padding:0 16px}}.au-footer__container{display:flex;flex-direction:column;gap:48px}.au-footer__top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e4e9;padding-bottom:40px}@media (min-width: 1024px){.au-footer__top{padding-bottom:48px}}.au-footer__top-logos{display:flex;gap:24px;align-items:center}.au-footer__top-divider{display:none}@media (min-width: 1024px){.au-footer__top-divider{display:block;width:1px;height:60px;background-color:#e2e4e9}}.au-footer__top-certificates{display:none}@media (min-width: 1024px){.au-footer__top-certificates{display:flex;flex-wrap:wrap;align-items:center;gap:33px;margin-right:8px}}.au-footer__top-social{display:none}@media (min-width: 1024px){.au-footer__top-social{display:flex;flex-direction:column;gap:16px}}.au-footer__top-social-links{display:none}@media (min-width: 1024px){.au-footer__top-social-links{display:flex;align-items:center;gap:16px}.au-footer__top-social-links svg{cursor:pointer}.au-footer__top-social-links svg:hover{opacity:.7}}.au-footer__content{display:flex;flex-direction:column;gap:32px;border-bottom:1px solid #c4c9d4;padding-bottom:48px}@media (min-width: 1024px){.au-footer__content{display:none}}.au-footer__content-certificates{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:32px 0px}@media (min-width: 1024px){.au-footer__content-certificates{display:none}}.au-footer__content-notes{display:flex}@media (min-width: 1024px){.au-footer__content-notes{display:none}}.au-footer__content-social{display:flex;flex-direction:column;gap:16px}@media (min-width: 1024px){.au-footer__content-social{display:none}}.au-footer__content-social-links{display:flex;align-items:center;gap:16px}.au-footer__content-social-links svg{cursor:pointer}.au-footer__content-social-links svg:hover{opacity:.7}.au-footer__bottom{display:flex;align-items:center;justify-content:center;text-align:center}.au-footer-full{background-color:#fff;border-top:1px solid #e2e4e9;padding:48px 0;gap:48px}@media (min-width: 1024px){.au-footer-full{padding:64px}}.au-footer-full__container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}@media (min-width: 1024px){.au-footer-full__container{padding:0 16px}}.au-footer-full__container{gap:48px;display:flex;flex-direction:column}.au-footer-full__logo{display:flex;align-items:center}.au-footer-full__links{display:flex;flex-direction:column;gap:32px}@media (min-width: 1024px){.au-footer-full__links{flex-direction:row;justify-content:space-between}}.au-footer-full__links.is-clickable{cursor:pointer}.au-footer-full__links.is-clickable:hover{opacity:.6}.au-footer-full__links-category{max-width:272px;display:flex;flex-direction:column;gap:16px}.au-footer-full__links-socials{display:flex;align-items:center;gap:16px}.au-footer-full__bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:center;border-top:1px solid #c4c9d4;padding-top:40px;gap:48px}@media (min-width: 1024px){.au-footer-full__bottom{flex-direction:row;padding-top:48px}}.au-footer-full__bottom-certificates{display:flex;align-items:center;flex-direction:row;width:100%;justify-content:space-between;flex-wrap:wrap;gap:32px 0px}@media (min-width: 1024px){.au-footer-full__bottom-certificates{justify-content:start;flex-wrap:nowrap;gap:32px}}.au-footer-full__bottom-side{display:flex;width:100%;flex-direction:column;align-items:center;border-top:1px solid #c4c9d4;text-align:center}@media (min-width: 1024px){.au-footer-full__bottom-side{border-top:0;text-align:right;align-items:flex-end}}.au-footer-full__stores{display:flex;gap:13px;padding-top:48px}@media (min-width: 1024px){.au-footer-full__stores{gap:16px;padding-top:0}}.au-footer-full__stores-logo{cursor:pointer;width:129px}@media (min-width: 1024px){.au-footer-full__stores-logo{width:117px}}.au-footer-full__stores-logo.is-clickable{cursor:pointer}.au-footer-full__stores-logo.is-clickable:hover{opacity:.6}.au-footer-full__copyrights{padding-top:48px}@media (min-width: 1024px){.au-footer-full__copyrights{padding-top:16px}}
@@ -0,0 +1 @@
1
+ html{box-sizing:border-box;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0}:focus{outline:none}body{font-family:"Source Sans 3 Variable","Source Sans 3",sans-serif;background-color:#fff}.au-input{cursor:pointer}.au-input__field{border:1px solid #454a54;background-color:#fff;border-radius:8px;font-size:16px;line-height:24px;padding:16px;width:100%}.au-input__field:focus{border:1px solid #0048db}.au-input:focus-within:not(.au-input--error) [class*=__header-label],.au-input:focus-within:not(.au-input--error) .au-input{color:#0048db}.au-input__header{display:flex;justify-content:space-between;padding-bottom:8px}.au-input__header-label{color:#454a54;cursor:pointer;font-size:14px;font-weight:600;line-height:22px}.au-input__header-label--required{color:#991717}.au-input__header-icon span{color:#454a54}.au-input__error-message{color:#991717;font-size:16px;font-weight:400;line-height:24px;padding-top:8px}.au-input--disabled{cursor:not-allowed}.au-input--disabled [class*=__field],.au-input--disabled .au-input{background-color:#e2e4e9;border-color:#5e6573;color:#5e6573;cursor:not-allowed}.au-input--disabled [class*=__header-label],.au-input--disabled .au-input{color:#5e6573;cursor:not-allowed}.au-input--error [class*=__field],.au-input--error .au-input{background-color:#f5eff0;border-color:#991717}.au-input--error [class*=__header-label],.au-input--error .au-input{color:#991717}.au-input--success [class*=__field],.au-input--success .au-input{animation:inputSuccess 2s forwards}.au-input--success [class*=__header-label],.au-input--success .au-input{animation:labelSuccess 2s forwards}.au-input--success [class*=__header-icon] .au-icon{animation:iconSucess 2s forwards}@keyframes inputSuccess{0%,70%{background-color:#f0fcf5;border-color:#10593b}}@keyframes labelSuccess{0%,70%{color:#10593b}}@keyframes iconSucess{0%,70%{opacity:1}to{opacity:0}}
package/dist/main.d.ts CHANGED
@@ -3,11 +3,13 @@ export { Button } from './components/Button';
3
3
  export { Conditional } from './components/misc/Conditional';
4
4
  export { Drawer } from './components/Drawer';
5
5
  export { Header } from './components/Header';
6
+ export { LazyImage } from './components/LazyImage';
6
7
  export { NavbarVertical } from './components/NavbarVertical';
7
8
  export { NotificationsBar } from './components/NotificationsBar';
8
9
  export { ProfileNav } from './components/ProfileNav';
9
10
  export { Text } from './components/Text';
10
11
  export { Footer } from './components/Footer';
12
+ export { InputField } from './components/InputField';
11
13
  export { useDrawer } from './components/Drawer/hooks';
12
14
  export * from './components/Logo';
13
15
  export * from './components/icons';
package/dist/main.es.js CHANGED
@@ -1,14 +1,16 @@
1
+ import { b, a, c, B, ai, ah, ag, aj, af, p, o, n, m, l, k, D, A, z, y, x, w, v, u, t, s, r, q, S, R, Q, P, O, N, M, a4, a3, a2, a1, a0, $, _, j, i, h, g, f, e, d, C, L, K, J, H, G, F, E, Z, Y, X, W, V, U, T, ak, au, aA, aB, aC, aD, aE, aF, aG, aH, aI, aJ, av, aw, ay, az, ax, I, al, am, an, ao, ap, aq, ar, as, at, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae } from "./tokens-DTUH_PDm.js";
1
2
  import { Button } from "./components/Button/index.es.js";
2
3
  import { Conditional } from "./components/Conditional/index.es.js";
3
4
  import { Drawer } from "./components/Drawer/index.es.js";
4
5
  import { Header } from "./components/Header/index.es.js";
6
+ import { LazyImage } from "./components/LazyImage/index.es.js";
5
7
  import { NavbarVertical } from "./components/NavbarVertical/index.es.js";
6
8
  import { NotificationsBar } from "./components/NotificationsBar/index.es.js";
7
9
  import { ProfileNav } from "./components/ProfileNav/index.es.js";
8
10
  import { Text } from "./components/Text/index.es.js";
9
11
  import { Footer } from "./components/Footer/index.es.js";
10
12
  import { useState } from "react";
11
- import { L, a, b, c, d, e, f, g, h, i, j, k, l, m } from "./Tertiary-DMp-1eWT.js";
13
+ import { L as L2, a as a10, b as b2, c as c2, d as d2, e as e2, f as f2, g as g2, h as h2, i as i2, j as j2, k as k2, l as l2, m as m2 } from "./Tertiary-DMp-1eWT.js";
12
14
  import { IconActivity } from "./components/icons/IconActivity/index.es.js";
13
15
  import { IconAirplay } from "./components/icons/IconAirplay/index.es.js";
14
16
  import { IconAlertCircle } from "./components/icons/IconAlertCircle/index.es.js";
@@ -271,6 +273,7 @@ import { IconTerminal } from "./components/icons/IconTerminal/index.es.js";
271
273
  import { IconThermometer } from "./components/icons/IconThermometer/index.es.js";
272
274
  import { IconThumbsDown } from "./components/icons/IconThumbsDown/index.es.js";
273
275
  import { IconThumbsUp } from "./components/icons/IconThumbsUp/index.es.js";
276
+ import { IconTiktok } from "./components/icons/IconTiktok/index.es.js";
274
277
  import { IconToggleLeft } from "./components/icons/IconToggleLeft/index.es.js";
275
278
  import { IconToggleRight } from "./components/icons/IconToggleRight/index.es.js";
276
279
  import { IconTool } from "./components/icons/IconTool/index.es.js";
@@ -319,7 +322,7 @@ import { IconZapOff } from "./components/icons/IconZapOff/index.es.js";
319
322
  import { IconZoomIn } from "./components/icons/IconZoomIn/index.es.js";
320
323
  import { IconZoomOut } from "./components/icons/IconZoomOut/index.es.js";
321
324
  import { IconSocialGoogle } from "./components/icons/IconSocialGoogle/index.es.js";
322
- import './components/main/styles.css';function useDrawer(props) {
325
+ function useDrawer(props) {
323
326
  const [drawerOpen, setDrawerOpen] = useState(props);
324
327
  function handleOpenDrawer(name) {
325
328
  setDrawerOpen((prev) => {
@@ -334,189 +337,90 @@ import './components/main/styles.css';function useDrawer(props) {
334
337
  drawerOpen
335
338
  };
336
339
  }
337
- const BORDER_RADIUS_SMALL = "4px";
338
- const BORDER_RADIUS_MEDIUM = "8px";
339
- const BORDER_RADIUS_BIG = "16px";
340
- const BORDER_RADIUS_PILL = "999px";
341
- const COLOR_NEUTRAL_70 = "#16181d";
342
- const COLOR_NEUTRAL_60 = "#313131";
343
- const COLOR_NEUTRAL_50 = "#454a54";
344
- const COLOR_NEUTRAL_40 = "#5e6573";
345
- const COLOR_NEUTRAL_30 = "#c4c9d4";
346
- const COLOR_NEUTRAL_20 = "#e2e4e9";
347
- const COLOR_NEUTRAL_10 = "#f6f7fa";
348
- const COLOR_NEUTRAL_00 = "#ffffff";
349
- const COLOR_BRAND_BLUE_60 = "#18256c";
350
- const COLOR_BRAND_BLUE_50 = "#1737a4";
351
- const COLOR_BRAND_BLUE_40 = "#0048db";
352
- const COLOR_BRAND_BLUE_30 = "#9abcff";
353
- const COLOR_BRAND_BLUE_20 = "#dce8ff";
354
- const COLOR_BRAND_BLUE_10 = "#fafbff";
355
- const COLOR_BRAND_EMERALD_60 = "#013220";
356
- const COLOR_BRAND_EMERALD_50 = "#026441";
357
- const COLOR_BRAND_EMERALD_40 = "#04d98c";
358
- const COLOR_BRAND_EMERALD_30 = "#95f0cf";
359
- const COLOR_BRAND_EMERALD_20 = "#ccf2e4";
360
- const COLOR_BRAND_EMERALD_10 = "#edfef7";
361
- const COLOR_BRAND_CYAN_60 = "#004155";
362
- const COLOR_BRAND_CYAN_50 = "#005c77";
363
- const COLOR_BRAND_CYAN_40 = "#02bedf";
364
- const COLOR_BRAND_CYAN_30 = "#3edcff";
365
- const COLOR_BRAND_CYAN_20 = "#ccf3ff";
366
- const COLOR_BRAND_CYAN_10 = "#f1fcff";
367
- const COLOR_SUCCESS_60 = "#08331a";
368
- const COLOR_SUCCESS_50 = "#10593b";
369
- const COLOR_SUCCESS_40 = "#138040";
370
- const COLOR_SUCCESS_30 = "#66cc90";
371
- const COLOR_SUCCESS_20 = "#a1e5bd";
372
- const COLOR_SUCCESS_10 = "#e5fff0";
373
- const COLOR_SUCCESS_00 = "#f0fcf5";
374
- const COLOR_ERROR_60 = "#731111";
375
- const COLOR_ERROR_50 = "#991717";
376
- const COLOR_ERROR_40 = "#e52222";
377
- const COLOR_ERROR_30 = "#ff8080";
378
- const COLOR_ERROR_20 = "#ffbfbf";
379
- const COLOR_ERROR_10 = "#ffe5e5";
380
- const COLOR_ERROR_00 = "#f5eff0";
381
- const COLOR_WARNING_60 = "#803500";
382
- const COLOR_WARNING_50 = "#a64a08";
383
- const COLOR_WARNING_40 = "#fa822c";
384
- const COLOR_WARNING_30 = "#ffc59c";
385
- const COLOR_WARNING_20 = "#ffdabf";
386
- const COLOR_WARNING_10 = "#fff0e6";
387
- const COLOR_WARNING_00 = "#fcf4f0";
388
- const COLOR_INFO_60 = "#46008c";
389
- const COLOR_INFO_50 = "#510cb2";
390
- const COLOR_INFO_40 = "#6728e5";
391
- const COLOR_INFO_30 = "#bd9cff";
392
- const COLOR_INFO_20 = "#d4bfff";
393
- const COLOR_INFO_10 = "#eee6ff";
394
- const COLOR_INFO_00 = "#f3f0fc";
395
- const SPACING_050 = "4px";
396
- const SPACING_100 = "8px";
397
- const SPACING_200 = "16px";
398
- const SPACING_300 = "24px";
399
- const SPACING_400 = "32px";
400
- const SPACING_500 = "40px";
401
- const SPACING_600 = "48px";
402
- const SPACING_700 = "56px";
403
- const SPACING_800 = "64px";
404
- const SPACING_900 = "72px";
405
- const BREAKPOINT_XSM = "0px";
406
- const BREAKPOINT_SM = "320px";
407
- const BREAKPOINT_MD = "600px";
408
- const BREAKPOINT_LG = "1024px";
409
- const BREAKPOINT_XLG = "1920px";
410
- const CONTAINER_SIZE = "1240px";
411
- const OPACITY_00 = "0.05";
412
- const OPACITY_10 = "0.2";
413
- const OPACITY_20 = "0.4";
414
- const OPACITY_30 = "0.6";
415
- const OPACITY_40 = "0.8";
416
- const SHADOW_01 = "0px 2px 8px 0px rgba(169, 177, 197, 0.08), 0px 4px 4px 0px rgba(0, 72, 219, 0.04)";
417
- const SHADOW_02 = "0px 8px 24px 0px rgba(118, 134, 173, 0.08), 0px 4px 4px 0px rgba(0, 72, 219, 0.04)";
418
- const SHADOW_03 = "0px 16px 40px 0px rgba(118, 134, 173, 0.08), 0px 8px 8px 0px rgba(0, 72, 219, 0.04)";
419
- const SHADOW_04 = "0px 24px 56px 0px rgba(118, 134, 173, 0.08), 0px 12px 12px 0px rgba(0, 72, 219, 0.04)";
420
- const FONT_LEXEND_DECA = "'Lexend Deca Variable', 'Lexend Deca', sans-serif";
421
- const FONT_SOURCE_SANS_3 = "'Source Sans 3 Variable', 'Source Sans 3', sans-serif";
422
- const FONT_WEIGHT_BOLD = "700";
423
- const FONT_WEIGHT_SEMIBOLD = "600";
424
- const FONT_WEIGHT_MEDIUM = "500";
425
- const FONT_WEIGHT_REGULAR = "400";
426
- const FONT_SIZE_H1 = "56px";
427
- const FONT_SIZE_H2 = "48px";
428
- const FONT_SIZE_H3 = "40px";
429
- const FONT_SIZE_H4 = "32px";
430
- const FONT_SIZE_H5 = "28px";
431
- const FONT_SIZE_H6 = "24px";
432
- const FONT_SIZE_P1 = "20px";
433
- const FONT_SIZE_P2 = "16px";
434
- const FONT_SIZE_P3 = "14px";
435
- const FONT_SIZE_P4 = "12px";
436
340
  export {
437
- BORDER_RADIUS_BIG,
438
- BORDER_RADIUS_MEDIUM,
439
- BORDER_RADIUS_PILL,
440
- BORDER_RADIUS_SMALL,
441
- BREAKPOINT_LG,
442
- BREAKPOINT_MD,
443
- BREAKPOINT_SM,
444
- BREAKPOINT_XLG,
445
- BREAKPOINT_XSM,
341
+ b as BORDER_RADIUS_BIG,
342
+ a as BORDER_RADIUS_MEDIUM,
343
+ c as BORDER_RADIUS_PILL,
344
+ B as BORDER_RADIUS_SMALL,
345
+ ai as BREAKPOINT_LG,
346
+ ah as BREAKPOINT_MD,
347
+ ag as BREAKPOINT_SM,
348
+ aj as BREAKPOINT_XLG,
349
+ af as BREAKPOINT_XSM,
446
350
  Button,
447
- COLOR_BRAND_BLUE_10,
448
- COLOR_BRAND_BLUE_20,
449
- COLOR_BRAND_BLUE_30,
450
- COLOR_BRAND_BLUE_40,
451
- COLOR_BRAND_BLUE_50,
452
- COLOR_BRAND_BLUE_60,
453
- COLOR_BRAND_CYAN_10,
454
- COLOR_BRAND_CYAN_20,
455
- COLOR_BRAND_CYAN_30,
456
- COLOR_BRAND_CYAN_40,
457
- COLOR_BRAND_CYAN_50,
458
- COLOR_BRAND_CYAN_60,
459
- COLOR_BRAND_EMERALD_10,
460
- COLOR_BRAND_EMERALD_20,
461
- COLOR_BRAND_EMERALD_30,
462
- COLOR_BRAND_EMERALD_40,
463
- COLOR_BRAND_EMERALD_50,
464
- COLOR_BRAND_EMERALD_60,
465
- COLOR_ERROR_00,
466
- COLOR_ERROR_10,
467
- COLOR_ERROR_20,
468
- COLOR_ERROR_30,
469
- COLOR_ERROR_40,
470
- COLOR_ERROR_50,
471
- COLOR_ERROR_60,
472
- COLOR_INFO_00,
473
- COLOR_INFO_10,
474
- COLOR_INFO_20,
475
- COLOR_INFO_30,
476
- COLOR_INFO_40,
477
- COLOR_INFO_50,
478
- COLOR_INFO_60,
479
- COLOR_NEUTRAL_00,
480
- COLOR_NEUTRAL_10,
481
- COLOR_NEUTRAL_20,
482
- COLOR_NEUTRAL_30,
483
- COLOR_NEUTRAL_40,
484
- COLOR_NEUTRAL_50,
485
- COLOR_NEUTRAL_60,
486
- COLOR_NEUTRAL_70,
487
- COLOR_SUCCESS_00,
488
- COLOR_SUCCESS_10,
489
- COLOR_SUCCESS_20,
490
- COLOR_SUCCESS_30,
491
- COLOR_SUCCESS_40,
492
- COLOR_SUCCESS_50,
493
- COLOR_SUCCESS_60,
494
- COLOR_WARNING_00,
495
- COLOR_WARNING_10,
496
- COLOR_WARNING_20,
497
- COLOR_WARNING_30,
498
- COLOR_WARNING_40,
499
- COLOR_WARNING_50,
500
- COLOR_WARNING_60,
501
- CONTAINER_SIZE,
351
+ p as COLOR_BRAND_BLUE_10,
352
+ o as COLOR_BRAND_BLUE_20,
353
+ n as COLOR_BRAND_BLUE_30,
354
+ m as COLOR_BRAND_BLUE_40,
355
+ l as COLOR_BRAND_BLUE_50,
356
+ k as COLOR_BRAND_BLUE_60,
357
+ D as COLOR_BRAND_CYAN_10,
358
+ A as COLOR_BRAND_CYAN_20,
359
+ z as COLOR_BRAND_CYAN_30,
360
+ y as COLOR_BRAND_CYAN_40,
361
+ x as COLOR_BRAND_CYAN_50,
362
+ w as COLOR_BRAND_CYAN_60,
363
+ v as COLOR_BRAND_EMERALD_10,
364
+ u as COLOR_BRAND_EMERALD_20,
365
+ t as COLOR_BRAND_EMERALD_30,
366
+ s as COLOR_BRAND_EMERALD_40,
367
+ r as COLOR_BRAND_EMERALD_50,
368
+ q as COLOR_BRAND_EMERALD_60,
369
+ S as COLOR_ERROR_00,
370
+ R as COLOR_ERROR_10,
371
+ Q as COLOR_ERROR_20,
372
+ P as COLOR_ERROR_30,
373
+ O as COLOR_ERROR_40,
374
+ N as COLOR_ERROR_50,
375
+ M as COLOR_ERROR_60,
376
+ a4 as COLOR_INFO_00,
377
+ a3 as COLOR_INFO_10,
378
+ a2 as COLOR_INFO_20,
379
+ a1 as COLOR_INFO_30,
380
+ a0 as COLOR_INFO_40,
381
+ $ as COLOR_INFO_50,
382
+ _ as COLOR_INFO_60,
383
+ j as COLOR_NEUTRAL_00,
384
+ i as COLOR_NEUTRAL_10,
385
+ h as COLOR_NEUTRAL_20,
386
+ g as COLOR_NEUTRAL_30,
387
+ f as COLOR_NEUTRAL_40,
388
+ e as COLOR_NEUTRAL_50,
389
+ d as COLOR_NEUTRAL_60,
390
+ C as COLOR_NEUTRAL_70,
391
+ L as COLOR_SUCCESS_00,
392
+ K as COLOR_SUCCESS_10,
393
+ J as COLOR_SUCCESS_20,
394
+ H as COLOR_SUCCESS_30,
395
+ G as COLOR_SUCCESS_40,
396
+ F as COLOR_SUCCESS_50,
397
+ E as COLOR_SUCCESS_60,
398
+ Z as COLOR_WARNING_00,
399
+ Y as COLOR_WARNING_10,
400
+ X as COLOR_WARNING_20,
401
+ W as COLOR_WARNING_30,
402
+ V as COLOR_WARNING_40,
403
+ U as COLOR_WARNING_50,
404
+ T as COLOR_WARNING_60,
405
+ ak as CONTAINER_SIZE,
502
406
  Conditional,
503
407
  Drawer,
504
- FONT_LEXEND_DECA,
505
- FONT_SIZE_H1,
506
- FONT_SIZE_H2,
507
- FONT_SIZE_H3,
508
- FONT_SIZE_H4,
509
- FONT_SIZE_H5,
510
- FONT_SIZE_H6,
511
- FONT_SIZE_P1,
512
- FONT_SIZE_P2,
513
- FONT_SIZE_P3,
514
- FONT_SIZE_P4,
515
- FONT_SOURCE_SANS_3,
516
- FONT_WEIGHT_BOLD,
517
- FONT_WEIGHT_MEDIUM,
518
- FONT_WEIGHT_REGULAR,
519
- FONT_WEIGHT_SEMIBOLD,
408
+ au as FONT_LEXEND_DECA,
409
+ aA as FONT_SIZE_H1,
410
+ aB as FONT_SIZE_H2,
411
+ aC as FONT_SIZE_H3,
412
+ aD as FONT_SIZE_H4,
413
+ aE as FONT_SIZE_H5,
414
+ aF as FONT_SIZE_H6,
415
+ aG as FONT_SIZE_P1,
416
+ aH as FONT_SIZE_P2,
417
+ aI as FONT_SIZE_P3,
418
+ aJ as FONT_SIZE_P4,
419
+ av as FONT_SOURCE_SANS_3,
420
+ aw as FONT_WEIGHT_BOLD,
421
+ ay as FONT_WEIGHT_MEDIUM,
422
+ az as FONT_WEIGHT_REGULAR,
423
+ ax as FONT_WEIGHT_SEMIBOLD,
520
424
  Footer,
521
425
  Header,
522
426
  IconActivity,
@@ -782,6 +686,7 @@ export {
782
686
  IconThermometer,
783
687
  IconThumbsDown,
784
688
  IconThumbsUp,
689
+ IconTiktok,
785
690
  IconToggleLeft,
786
691
  IconToggleRight,
787
692
  IconTool,
@@ -829,42 +734,44 @@ export {
829
734
  IconZapOff,
830
735
  IconZoomIn,
831
736
  IconZoomOut,
832
- L as LogoBadgetAC,
833
- a as LogoBadgetCP,
834
- b as LogoPrimaryAC,
835
- c as LogoPrimaryCP,
836
- d as LogoPrimaryFillWhiteAC,
837
- e as LogoPrimaryFillWhiteCP,
838
- f as LogoPrimaryFullWhiteAC,
839
- g as LogoPrimaryFullWhiteCP,
840
- h as LogoPrimaryLogoWhiteCP,
841
- i as LogoPrimaryNegativeAC,
842
- j as LogoPrimaryNegativeCP,
843
- k as LogoPrimaryWhiteAC,
844
- l as LogoPrimaryWhiteCP,
845
- m as LogoTertiaryAC,
737
+ I as InputField,
738
+ LazyImage,
739
+ L2 as LogoBadgetAC,
740
+ a10 as LogoBadgetCP,
741
+ b2 as LogoPrimaryAC,
742
+ c2 as LogoPrimaryCP,
743
+ d2 as LogoPrimaryFillWhiteAC,
744
+ e2 as LogoPrimaryFillWhiteCP,
745
+ f2 as LogoPrimaryFullWhiteAC,
746
+ g2 as LogoPrimaryFullWhiteCP,
747
+ h2 as LogoPrimaryLogoWhiteCP,
748
+ i2 as LogoPrimaryNegativeAC,
749
+ j2 as LogoPrimaryNegativeCP,
750
+ k2 as LogoPrimaryWhiteAC,
751
+ l2 as LogoPrimaryWhiteCP,
752
+ m2 as LogoTertiaryAC,
846
753
  NavbarVertical,
847
754
  NotificationsBar,
848
- OPACITY_00,
849
- OPACITY_10,
850
- OPACITY_20,
851
- OPACITY_30,
852
- OPACITY_40,
755
+ al as OPACITY_00,
756
+ am as OPACITY_10,
757
+ an as OPACITY_20,
758
+ ao as OPACITY_30,
759
+ ap as OPACITY_40,
853
760
  ProfileNav,
854
- SHADOW_01,
855
- SHADOW_02,
856
- SHADOW_03,
857
- SHADOW_04,
858
- SPACING_050,
859
- SPACING_100,
860
- SPACING_200,
861
- SPACING_300,
862
- SPACING_400,
863
- SPACING_500,
864
- SPACING_600,
865
- SPACING_700,
866
- SPACING_800,
867
- SPACING_900,
761
+ aq as SHADOW_01,
762
+ ar as SHADOW_02,
763
+ as as SHADOW_03,
764
+ at as SHADOW_04,
765
+ a5 as SPACING_050,
766
+ a6 as SPACING_100,
767
+ a7 as SPACING_200,
768
+ a8 as SPACING_300,
769
+ a9 as SPACING_400,
770
+ aa as SPACING_500,
771
+ ab as SPACING_600,
772
+ ac as SPACING_700,
773
+ ad as SPACING_800,
774
+ ae as SPACING_900,
868
775
  Text,
869
776
  useDrawer
870
777
  };
@@ -1 +1 @@
1
- {"version":3,"file":"main.es.js","sources":["../lib/components/Drawer/hooks.ts","../lib/core/tokens/.cache/tokens.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","export const BORDER_RADIUS_SMALL = \"4px\";\nexport const BORDER_RADIUS_MEDIUM = \"8px\";\nexport const BORDER_RADIUS_BIG = \"16px\";\nexport const BORDER_RADIUS_PILL = \"999px\";\nexport const COLOR_NEUTRAL_70 = \"#16181d\";\nexport const COLOR_NEUTRAL_60 = \"#313131\";\nexport const COLOR_NEUTRAL_50 = \"#454a54\";\nexport const COLOR_NEUTRAL_40 = \"#5e6573\";\nexport const COLOR_NEUTRAL_30 = \"#c4c9d4\";\nexport const COLOR_NEUTRAL_20 = \"#e2e4e9\";\nexport const COLOR_NEUTRAL_10 = \"#f6f7fa\";\nexport const COLOR_NEUTRAL_00 = \"#ffffff\";\nexport const COLOR_BRAND_BLUE_60 = \"#18256c\";\nexport const COLOR_BRAND_BLUE_50 = \"#1737a4\";\nexport const COLOR_BRAND_BLUE_40 = \"#0048db\";\nexport const COLOR_BRAND_BLUE_30 = \"#9abcff\";\nexport const COLOR_BRAND_BLUE_20 = \"#dce8ff\";\nexport const COLOR_BRAND_BLUE_10 = \"#fafbff\";\nexport const COLOR_BRAND_EMERALD_60 = \"#013220\";\nexport const COLOR_BRAND_EMERALD_50 = \"#026441\";\nexport const COLOR_BRAND_EMERALD_40 = \"#04d98c\";\nexport const COLOR_BRAND_EMERALD_30 = \"#95f0cf\";\nexport const COLOR_BRAND_EMERALD_20 = \"#ccf2e4\";\nexport const COLOR_BRAND_EMERALD_10 = \"#edfef7\";\nexport const COLOR_BRAND_CYAN_60 = \"#004155\";\nexport const COLOR_BRAND_CYAN_50 = \"#005c77\";\nexport const COLOR_BRAND_CYAN_40 = \"#02bedf\";\nexport const COLOR_BRAND_CYAN_30 = \"#3edcff\";\nexport const COLOR_BRAND_CYAN_20 = \"#ccf3ff\";\nexport const COLOR_BRAND_CYAN_10 = \"#f1fcff\";\nexport const COLOR_SUCCESS_60 = \"#08331a\";\nexport const COLOR_SUCCESS_50 = \"#10593b\";\nexport const COLOR_SUCCESS_40 = \"#138040\";\nexport const COLOR_SUCCESS_30 = \"#66cc90\";\nexport const COLOR_SUCCESS_20 = \"#a1e5bd\";\nexport const COLOR_SUCCESS_10 = \"#e5fff0\";\nexport const COLOR_SUCCESS_00 = \"#f0fcf5\";\nexport const COLOR_ERROR_60 = \"#731111\";\nexport const COLOR_ERROR_50 = \"#991717\";\nexport const COLOR_ERROR_40 = \"#e52222\";\nexport const COLOR_ERROR_30 = \"#ff8080\";\nexport const COLOR_ERROR_20 = \"#ffbfbf\";\nexport const COLOR_ERROR_10 = \"#ffe5e5\";\nexport const COLOR_ERROR_00 = \"#f5eff0\";\nexport const COLOR_WARNING_60 = \"#803500\";\nexport const COLOR_WARNING_50 = \"#a64a08\";\nexport const COLOR_WARNING_40 = \"#fa822c\";\nexport const COLOR_WARNING_30 = \"#ffc59c\";\nexport const COLOR_WARNING_20 = \"#ffdabf\";\nexport const COLOR_WARNING_10 = \"#fff0e6\";\nexport const COLOR_WARNING_00 = \"#fcf4f0\";\nexport const COLOR_INFO_60 = \"#46008c\";\nexport const COLOR_INFO_50 = \"#510cb2\";\nexport const COLOR_INFO_40 = \"#6728e5\";\nexport const COLOR_INFO_30 = \"#bd9cff\";\nexport const COLOR_INFO_20 = \"#d4bfff\";\nexport const COLOR_INFO_10 = \"#eee6ff\";\nexport const COLOR_INFO_00 = \"#f3f0fc\";\nexport const SPACING_050 = \"4px\";\nexport const SPACING_100 = \"8px\";\nexport const SPACING_200 = \"16px\";\nexport const SPACING_300 = \"24px\";\nexport const SPACING_400 = \"32px\";\nexport const SPACING_500 = \"40px\";\nexport const SPACING_600 = \"48px\";\nexport const SPACING_700 = \"56px\";\nexport const SPACING_800 = \"64px\";\nexport const SPACING_900 = \"72px\";\nexport const BREAKPOINT_XSM = \"0px\";\nexport const BREAKPOINT_SM = \"320px\";\nexport const BREAKPOINT_MD = \"600px\";\nexport const BREAKPOINT_LG = \"1024px\";\nexport const BREAKPOINT_XLG = \"1920px\";\nexport const CONTAINER_SIZE = \"1240px\";\nexport const OPACITY_00 = \"0.05\";\nexport const OPACITY_10 = \"0.2\";\nexport const OPACITY_20 = \"0.4\";\nexport const OPACITY_30 = \"0.6\";\nexport const OPACITY_40 = \"0.8\";\nexport const SHADOW_01 = \"0px 2px 8px 0px rgba(169, 177, 197, 0.08), 0px 4px 4px 0px rgba(0, 72, 219, 0.04)\";\nexport const SHADOW_02 = \"0px 8px 24px 0px rgba(118, 134, 173, 0.08), 0px 4px 4px 0px rgba(0, 72, 219, 0.04)\";\nexport const SHADOW_03 = \"0px 16px 40px 0px rgba(118, 134, 173, 0.08), 0px 8px 8px 0px rgba(0, 72, 219, 0.04)\";\nexport const SHADOW_04 = \"0px 24px 56px 0px rgba(118, 134, 173, 0.08), 0px 12px 12px 0px rgba(0, 72, 219, 0.04)\";\nexport const FONT_LEXEND_DECA = \"'Lexend Deca Variable', 'Lexend Deca', sans-serif\";\nexport const FONT_SOURCE_SANS_3 = \"'Source Sans 3 Variable', 'Source Sans 3', sans-serif\";\nexport const FONT_WEIGHT_BOLD = \"700\";\nexport const FONT_WEIGHT_SEMIBOLD = \"600\";\nexport const FONT_WEIGHT_MEDIUM = \"500\";\nexport const FONT_WEIGHT_REGULAR = \"400\";\nexport const FONT_SIZE_H1 = \"56px\";\nexport const FONT_SIZE_H2 = \"48px\";\nexport const FONT_SIZE_H3 = \"40px\";\nexport const FONT_SIZE_H4 = \"32px\";\nexport const FONT_SIZE_H5 = \"28px\";\nexport const FONT_SIZE_H6 = \"24px\";\nexport const FONT_SIZE_P1 = \"20px\";\nexport const FONT_SIZE_P2 = \"16px\";\nexport const FONT_SIZE_P3 = \"14px\";\nexport const FONT_SIZE_P4 = \"12px\";"],"names":[],"mappings":"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"}
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;"}