@dimasbaguspm/versaur 0.0.59 → 0.0.61

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/js/forms/index.js +1 -1
  2. package/dist/js/helpers/index.js +28 -10
  3. package/dist/js/{image-rectangle-CCvXv24a.js → image-rectangle-CLLXF8w_.js} +409 -347
  4. package/dist/js/index.js +88 -68
  5. package/dist/js/layouts/index.js +1 -1
  6. package/dist/js/navigation/index.js +1 -1
  7. package/dist/js/overlays/index.js +2 -2
  8. package/dist/js/primitive/index.js +27 -25
  9. package/dist/js/tablet-landscape-breakpoint-DUeRFxIA.js +113 -0
  10. package/dist/js/{tabs-BQs53hHL.js → tabs-DeyqSghV.js} +1 -1
  11. package/dist/js/{time-picker-input-Disd231b.js → time-picker-input-B_cV6nlk.js} +854 -642
  12. package/dist/js/{tooltip-Dpx3TpR6.js → tooltip-C1TbSbNF.js} +1 -1
  13. package/dist/js/{top-bar-B2nzldfs.js → top-bar-BGJufFzt.js} +10 -6
  14. package/dist/types/forms/textarea-input/index.d.ts +1 -1
  15. package/dist/types/forms/textarea-input/textarea-input.atoms.d.ts +53 -0
  16. package/dist/types/forms/textarea-input/textarea-input.d.ts +1 -0
  17. package/dist/types/forms/textarea-input/types.d.ts +28 -0
  18. package/dist/types/forms/textarea-input/use-textarea-formatting.d.ts +21 -0
  19. package/dist/types/helpers/match-media/built-in/components/index.d.ts +6 -0
  20. package/dist/types/helpers/match-media/built-in/components/mobile-and-tablet-breakpoint.d.ts +18 -0
  21. package/dist/types/helpers/match-media/built-in/components/mobile-landscape-breakpoint.d.ts +18 -0
  22. package/dist/types/helpers/match-media/built-in/components/mobile-portrait-breakpoint.d.ts +18 -0
  23. package/dist/types/helpers/match-media/built-in/components/tablet-and-desktop-breakpoint.d.ts +18 -0
  24. package/dist/types/helpers/match-media/built-in/components/tablet-landscape-breakpoint.d.ts +18 -0
  25. package/dist/types/helpers/match-media/built-in/components/tablet-portrait-breakpoint.d.ts +18 -0
  26. package/dist/types/helpers/match-media/built-in/hooks/index.d.ts +6 -0
  27. package/dist/types/helpers/match-media/built-in/hooks/use-mobile-and-tablet-breakpoint.d.ts +11 -0
  28. package/dist/types/helpers/match-media/built-in/hooks/use-mobile-landscape-breakpoint.d.ts +11 -0
  29. package/dist/types/helpers/match-media/built-in/hooks/use-mobile-portrait-breakpoint.d.ts +11 -0
  30. package/dist/types/helpers/match-media/built-in/hooks/use-tablet-and-desktop-breakpoint.d.ts +11 -0
  31. package/dist/types/helpers/match-media/built-in/hooks/use-tablet-landscape-breakpoint.d.ts +11 -0
  32. package/dist/types/helpers/match-media/built-in/hooks/use-tablet-portrait-breakpoint.d.ts +11 -0
  33. package/dist/types/helpers/match-media/constants.d.ts +12 -0
  34. package/dist/types/primitive/formatted-text/formatted-text.d.ts +10 -0
  35. package/dist/types/primitive/formatted-text/index.d.ts +3 -0
  36. package/dist/types/primitive/formatted-text/types.d.ts +19 -0
  37. package/dist/types/primitive/index.d.ts +1 -0
  38. package/dist/utils/enforce-subpath-import.js +2 -0
  39. package/package.json +1 -1
  40. package/dist/js/desktop-breakpoint-CuSom-sN.js +0 -47
@@ -1,4 +1,4 @@
1
- import { C as a, b as n, a as p, D as u, E as s, P as i, c as I, R as l, S as c, d as S, f as r, e as h, g as o, i as x, T as P, h as T, j as b } from "../time-picker-input-Disd231b.js";
1
+ import { C as a, b as n, a as p, D as u, E as s, P as i, c as I, R as l, S as c, d as S, f as r, e as h, g as o, i as x, T as P, h as T, j as b } from "../time-picker-input-B_cV6nlk.js";
2
2
  export {
3
3
  a as CheckboxInput,
4
4
  n as ChipMultipleInput,
@@ -1,14 +1,32 @@
1
- import { b as s, B as t, a as o, D as B, M as i, f as p, T, e as k, u as r, c as M, d as n } from "../desktop-breakpoint-CuSom-sN.js";
1
+ import { b as s, B as t, c as o, f as B, e as T, a as i, d as r, h as p, g as n, D as A, M as k, s as E, r as b, w as l, v as P, t as M, T as O, y as _, x as I, k as L, u as N, l as R, i as d, o as u, n as D, m as K, j as c, q as S, p as h } from "../tablet-landscape-breakpoint-DUeRFxIA.js";
2
2
  export {
3
3
  s as BREAKPOINT_DESKTOP,
4
4
  t as BREAKPOINT_MOBILE,
5
- o as BREAKPOINT_TABLET,
6
- B as DesktopBreakpoint,
7
- i as MatchMedia,
8
- p as MobileBreakpoint,
9
- T as TabletBreakpoint,
10
- k as useDesktopBreakpoint,
11
- r as useMatchMedia,
12
- M as useMobileBreakpoint,
13
- n as useTabletBreakpoint
5
+ o as BREAKPOINT_MOBILE_AND_TABLET,
6
+ B as BREAKPOINT_MOBILE_LANDSCAPE,
7
+ T as BREAKPOINT_MOBILE_PORTRAIT,
8
+ i as BREAKPOINT_TABLET,
9
+ r as BREAKPOINT_TABLET_AND_DESKTOP,
10
+ p as BREAKPOINT_TABLET_LANDSCAPE,
11
+ n as BREAKPOINT_TABLET_PORTRAIT,
12
+ A as DesktopBreakpoint,
13
+ k as MatchMedia,
14
+ E as MobileAndTabletBreakpoint,
15
+ b as MobileBreakpoint,
16
+ l as MobileLandscapeBreakpoint,
17
+ P as MobilePortraitBreakpoint,
18
+ M as TabletAndDesktopBreakpoint,
19
+ O as TabletBreakpoint,
20
+ _ as TabletLandscapeBreakpoint,
21
+ I as TabletPortraitBreakpoint,
22
+ L as useDesktopBreakpoint,
23
+ N as useMatchMedia,
24
+ R as useMobileAndTabletBreakpoint,
25
+ d as useMobileBreakpoint,
26
+ u as useMobileLandscapeBreakpoint,
27
+ D as useMobilePortraitBreakpoint,
28
+ K as useTabletAndDesktopBreakpoint,
29
+ c as useTabletBreakpoint,
30
+ S as useTabletLandscapeBreakpoint,
31
+ h as useTabletPortraitBreakpoint
14
32
  };