@onpe/ui 1.2.47 → 1.2.48

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 (40) hide show
  1. package/dist/icons/ONPE/IconPersonOnpe/IconPersonOnpe.d.ts +3 -0
  2. package/dist/icons/ONPE/IconPersonOnpe/index.d.ts +2 -0
  3. package/dist/icons/ONPE/index.d.ts +1 -0
  4. package/dist/icons.d.ts +3 -1
  5. package/dist/icons.esm.js +23 -1
  6. package/dist/icons.js +23 -1
  7. package/dist/index.d.ts +3 -74
  8. package/dist/index.esm.js +23 -209
  9. package/dist/index.js +23 -209
  10. package/package.json +3 -20
  11. package/dist/cli.d.ts +0 -3
  12. package/dist/cli.esm.js +0 -6560
  13. package/dist/cli.js +0 -6560
  14. package/dist/commands/add.d.ts +0 -2
  15. package/dist/commands/createBarrelFiles.d.ts +0 -10
  16. package/dist/components/ErrorHandling/BrowserIncompatible/BrowserIncompatible.d.ts +0 -8
  17. package/dist/components/ErrorHandling/BrowserIncompatible/index.d.ts +0 -3
  18. package/dist/hooks/index.d.ts +0 -5
  19. package/dist/hooks/useDebounce.d.ts +0 -8
  20. package/dist/hooks/useLocalStorage.d.ts +0 -8
  21. package/dist/hooks/useOnpeClasses.d.ts +0 -156
  22. package/dist/hooks/useToggle/index.d.ts +0 -2
  23. package/dist/hooks/useToggle/useToggle.d.ts +0 -2
  24. package/dist/hooks.d.ts +0 -17
  25. package/dist/hooks.esm.js +0 -55
  26. package/dist/hooks.js +0 -55
  27. package/dist/icons/ONPE/ElectionsIcon/ElectionsIcon.d.ts +0 -3
  28. package/dist/icons/ONPE/ElectionsIcon/index.d.ts +0 -2
  29. package/dist/lib/api.d.ts +0 -20
  30. package/dist/lib/index.d.ts +0 -3
  31. package/dist/lib/storage.d.ts +0 -22
  32. package/dist/lib.d.ts +0 -43
  33. package/dist/lib.esm.js +0 -176
  34. package/dist/lib.js +0 -176
  35. package/dist/utils/formatDate.d.ts +0 -8
  36. package/dist/utils/index.d.ts +0 -3
  37. package/dist/utils/validateEmail.d.ts +0 -13
  38. package/dist/utils.d.ts +0 -16
  39. package/dist/utils.esm.js +0 -45
  40. package/dist/utils.js +0 -45
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from "react";
2
+ export declare const IconPersonOnpe: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=IconPersonOnpe.d.ts.map
@@ -0,0 +1,2 @@
1
+ export { IconPersonOnpe } from "./IconPersonOnpe";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -4,4 +4,5 @@ export * from "./IconDnie1";
4
4
  export * from "./IconDnie2";
5
5
  export * from "./IconDnie3";
6
6
  export * from "./IconNfc";
7
+ export * from "./IconPersonOnpe";
7
8
  //# sourceMappingURL=index.d.ts.map
package/dist/icons.d.ts CHANGED
@@ -53,4 +53,6 @@ declare const IconDnie3: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
53
53
 
54
54
  declare const IconNfc: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
55
55
 
56
- export { IconAndroid, IconApple, IconCheck, IconChrome, IconChromeColor, IconClose, IconCloseRadius, IconDnie1, IconDnie2, IconDnie3, IconEdge, IconEdgeColor, IconElectionsGeneral, IconHome, IconInfo, IconMobileNfc, IconMozilla, IconMozillaColor, IconNfc, IconSafari, IconSafariColor, IconSpinnerDesktop, IconSpinnerMobile, IconVotoDigital, IconWarning, IconWindow };
56
+ declare const IconPersonOnpe: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
+
58
+ export { IconAndroid, IconApple, IconCheck, IconChrome, IconChromeColor, IconClose, IconCloseRadius, IconDnie1, IconDnie2, IconDnie3, IconEdge, IconEdgeColor, IconElectionsGeneral, IconHome, IconInfo, IconMobileNfc, IconMozilla, IconMozillaColor, IconNfc, IconPersonOnpe, IconSafari, IconSafariColor, IconSpinnerDesktop, IconSpinnerMobile, IconVotoDigital, IconWarning, IconWindow };