@consumidor-positivo/aurora 0.0.115 → 0.0.116
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.
- package/dist/main.d.ts +1 -0
- package/dist/main.es.js +2 -0
- package/dist/main.es.js.map +1 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export { Card } from './components/Card';
|
|
|
22
22
|
export { Tabs } from './components/Tabs';
|
|
23
23
|
export { Skeleton } from './components/Skeleton';
|
|
24
24
|
export { Spinner } from './components/Spinner';
|
|
25
|
+
export { Image } from '../../../../../../lib/components/Image';
|
|
25
26
|
export { useDrawer } from './components/Drawer/hooks';
|
|
26
27
|
export * from './components/Logo';
|
|
27
28
|
export * from './components/icons';
|
package/dist/main.es.js
CHANGED
|
@@ -21,6 +21,7 @@ import { Card } from "./components/Card/index.es.js";
|
|
|
21
21
|
import { Tabs } from "./components/Tabs/index.es.js";
|
|
22
22
|
import { Skeleton } from "./components/Skeleton/index.es.js";
|
|
23
23
|
import { Spinner } from "./components/Spinner/index.es.js";
|
|
24
|
+
import { Image } from "./components/Image/index.es.js";
|
|
24
25
|
import { useState } from "react";
|
|
25
26
|
import { L, a, b, c, d, e, f, g, h, i, j, k, l, m } from "./Tertiary-gAn3a4CX.js";
|
|
26
27
|
import { IconActivity } from "./components/icons/IconActivity/index.es.js";
|
|
@@ -758,6 +759,7 @@ export {
|
|
|
758
759
|
IconZapOff,
|
|
759
760
|
IconZoomIn,
|
|
760
761
|
IconZoomOut,
|
|
762
|
+
Image,
|
|
761
763
|
InputField,
|
|
762
764
|
LazyImage,
|
|
763
765
|
L as LogoBadgetAC,
|
package/dist/main.es.js.map
CHANGED
|
@@ -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":"
|
|
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;"}
|