@stachelock/ui 0.6.1 → 0.6.2

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 (49) hide show
  1. package/dist/composables/index.js +33 -30
  2. package/dist/index.js +2396 -1152
  3. package/dist/src/components/UiBanner.d.ts +1 -1
  4. package/dist/src/components/UiLoadingDots.d.ts +1 -1
  5. package/dist/src/components/UiMenu.d.ts +1 -1
  6. package/dist/src/components/UiModal.d.ts +1 -1
  7. package/dist/src/components/collection-editor/CollectionItemList.d.ts +42 -0
  8. package/dist/src/components/collection-editor/OrganizationsEditor.d.ts +29 -0
  9. package/dist/src/components/collection-editor/RelatedNamesEditor.d.ts +26 -0
  10. package/dist/src/components/collection-editor/SocialLinksEditor.d.ts +26 -0
  11. package/dist/src/components/collection-editor/index.d.ts +5 -0
  12. package/dist/src/components/forms/FormFieldWrapper.d.ts +1 -1
  13. package/dist/src/components/index.d.ts +2 -0
  14. package/dist/src/components/inputs/AddressInput.d.ts +1 -1
  15. package/dist/src/components/inputs/ComboboxInput.d.ts +2 -2
  16. package/dist/src/components/inputs/DatepickerInput.d.ts +12 -12
  17. package/dist/src/components/inputs/EmailInput.d.ts +2 -2
  18. package/dist/src/components/inputs/PhoneInput.d.ts +2 -2
  19. package/dist/src/components/inputs/RichTextInput.d.ts +2 -2
  20. package/dist/src/components/inputs/SelectInput.d.ts +2 -2
  21. package/dist/src/components/inputs/SelectTextInput.d.ts +4 -4
  22. package/dist/src/components/inputs/TagifyInput.d.ts +2 -2
  23. package/dist/src/components/inputs/TextInput.d.ts +3 -3
  24. package/dist/src/components/layouts/CardLayout.d.ts +1 -1
  25. package/dist/src/components/maps/UiInfoWindow.d.ts +2 -2
  26. package/dist/src/components/maps/UiMap.d.ts +1 -1
  27. package/dist/src/components/maps/UiMapAll.d.ts +6 -6
  28. package/dist/src/components/maps/UiMapMarker.d.ts +2 -2
  29. package/dist/src/components/modals/BaseModal.d.ts +1 -1
  30. package/dist/src/components/profiles/BentoProfileLayout.d.ts +9 -0
  31. package/dist/src/components/profiles/ProfileCard.d.ts +30 -0
  32. package/dist/src/components/profiles/ProfileContactCard.d.ts +12 -0
  33. package/dist/src/components/profiles/ProfileHeaderCard.d.ts +20 -0
  34. package/dist/src/components/profiles/ProfileLocationCard.d.ts +17 -0
  35. package/dist/src/components/profiles/ProfileOrganizationsCard.d.ts +11 -0
  36. package/dist/src/components/profiles/ProfilePersonalCard.d.ts +10 -0
  37. package/dist/src/components/profiles/ProfileProfessionalCard.d.ts +11 -0
  38. package/dist/src/components/profiles/ProfileRelatedNamesCard.d.ts +11 -0
  39. package/dist/src/components/profiles/index.d.ts +9 -0
  40. package/dist/src/composables/index.d.ts +1 -0
  41. package/dist/src/composables/useCollectionEditor.d.ts +64 -0
  42. package/dist/src/composables/useNotifications.d.ts +4 -4
  43. package/dist/src/types/collection-editor.d.ts +134 -0
  44. package/dist/src/types/index.d.ts +2 -0
  45. package/dist/src/types/profiles.d.ts +149 -0
  46. package/dist/style.css +1 -1
  47. package/dist/ui.css +1 -1
  48. package/dist/useCollectionEditor-BYyoAT0U.js +121 -0
  49. package/package.json +1 -1
@@ -1,32 +1,35 @@
1
- import { useCalendar as a } from "./useCalendar.js";
2
- import { c as r, u as t } from "../useEventSegments-B-r_8zCW.js";
3
- import { useFormValidation as m } from "./useFormValidation.js";
4
- import { i as n, u as f } from "../useMap-BGg0H582.js";
5
- import { useModal as l } from "./useModal.js";
6
- import { useNotifications as d } from "./useNotifications.js";
7
- import { u as T } from "../useSimpleTabs-CSgkChEU.js";
8
- import { f as g, i as b, s as C, a as h, t as v, c as E, b as L, u as M } from "../useStringTransform-CSr7nZWg.js";
9
- import { useTabs as V } from "./useTabs.js";
10
- import { presetThemes as F, useTheme as N } from "./useTheme.js";
1
+ import { useCalendar as o } from "./useCalendar.js";
2
+ import { C as t, u as r } from "../useCollectionEditor-BYyoAT0U.js";
3
+ import { c as m, u } from "../useEventSegments-B-r_8zCW.js";
4
+ import { useFormValidation as f } from "./useFormValidation.js";
5
+ import { i as p, u as x } from "../useMap-BGg0H582.js";
6
+ import { useModal as d } from "./useModal.js";
7
+ import { useNotifications as S } from "./useNotifications.js";
8
+ import { u as g } from "../useSimpleTabs-CSgkChEU.js";
9
+ import { f as E, i as h, s as v, a as L, t as M, c as U, b as V, u as k } from "../useStringTransform-CSr7nZWg.js";
10
+ import { useTabs as I } from "./useTabs.js";
11
+ import { presetThemes as R, useTheme as j } from "./useTheme.js";
11
12
  export {
12
- r as calculateEventLanes,
13
- g as formatUid,
14
- b as isUidLike,
15
- n as isValidCoordinate,
16
- F as presetThemes,
17
- C as slugToReadable,
18
- h as toSentenceCase,
19
- v as toTitleCase,
20
- E as transformString,
21
- L as truncateString,
22
- a as useCalendar,
23
- t as useEventSegments,
24
- m as useFormValidation,
25
- f as useMap,
26
- l as useModal,
27
- d as useNotifications,
28
- T as useSimpleTabs,
29
- M as useStringTransform,
30
- V as useTabs,
31
- N as useTheme
13
+ t as CollectionItemStatus,
14
+ m as calculateEventLanes,
15
+ E as formatUid,
16
+ h as isUidLike,
17
+ p as isValidCoordinate,
18
+ R as presetThemes,
19
+ v as slugToReadable,
20
+ L as toSentenceCase,
21
+ M as toTitleCase,
22
+ U as transformString,
23
+ V as truncateString,
24
+ o as useCalendar,
25
+ r as useCollectionEditor,
26
+ u as useEventSegments,
27
+ f as useFormValidation,
28
+ x as useMap,
29
+ d as useModal,
30
+ S as useNotifications,
31
+ g as useSimpleTabs,
32
+ k as useStringTransform,
33
+ I as useTabs,
34
+ j as useTheme
32
35
  };