@stachelock/ui 0.6.8 → 0.6.11

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 (370) hide show
  1. package/dist/{CalendarHeader.vue_vue_type_script_setup_true_lang-CMBsY5Y0.js → CalendarHeader.vue_vue_type_script_setup_true_lang-CooyV5tq.js} +2 -2
  2. package/dist/{ComboboxInput.vue_vue_type_script_setup_true_lang-DacJtKYo.js → ComboboxInput.vue_vue_type_script_setup_true_lang-Cy0Pl8Ap.js} +90 -91
  3. package/dist/{DatepickerInput.vue_vue_type_style_index_0_lang-DbI3619T.js → DatepickerInput.vue_vue_type_style_index_0_lang-C_0dWHo6.js} +5 -4
  4. package/dist/{DayCalendar.vue_vue_type_script_setup_true_lang-D-4jcUvI.js → DayCalendar.vue_vue_type_script_setup_true_lang-BgV8wr8v.js} +1 -1
  5. package/dist/{DynamicForm.vue_vue_type_script_setup_true_lang-Bq8Gvhsc.js → DynamicForm.vue_vue_type_script_setup_true_lang-BR8Pq7Kw.js} +1 -1
  6. package/dist/{DynamicFormField.vue_vue_type_script_setup_true_lang-CdNtWWlT.js → DynamicFormField.vue_vue_type_script_setup_true_lang-BCVmqg_n.js} +4 -4
  7. package/dist/EmailInput.vue_vue_type_script_setup_true_lang-59bDl9yw.js +123 -0
  8. package/dist/{FileDropzoneInput.vue_vue_type_script_setup_true_lang-BJR-_ngq.js → FileDropzoneInput.vue_vue_type_script_setup_true_lang-BC_qN5qn.js} +1 -1
  9. package/dist/{ImageDropzoneInput.vue_vue_type_script_setup_true_lang-7JWDfxD2.js → ImageDropzoneInput.vue_vue_type_script_setup_true_lang-Dhl2jFaM.js} +93 -89
  10. package/dist/{InlineTabs.vue_vue_type_script_setup_true_lang-B6A0zsE6.js → InlineTabs.vue_vue_type_script_setup_true_lang-DGGJem-g.js} +1 -1
  11. package/dist/{MonthCalendar.vue_vue_type_style_index_0_lang-lnKkvJ9u.js → MonthCalendar.vue_vue_type_style_index_0_lang-BdrrlrNr.js} +1 -1
  12. package/dist/{SelectInput.vue_vue_type_script_setup_true_lang-DFfKsmvj.js → SelectInput.vue_vue_type_script_setup_true_lang-DEaP3bhC.js} +138 -140
  13. package/dist/SelectTextInput.vue_vue_type_script_setup_true_lang-DYlrRigi.js +305 -0
  14. package/dist/{TabGroup.vue_vue_type_script_setup_true_lang-BzqtAqbr.js → TabGroup.vue_vue_type_script_setup_true_lang-DTWW7kYh.js} +1 -1
  15. package/dist/{TabGroupUnderline.vue_vue_type_script_setup_true_lang-C6OYRDCq.js → TabGroupUnderline.vue_vue_type_script_setup_true_lang-B8e7kxad.js} +1 -1
  16. package/dist/{TabsInPills.vue_vue_type_script_setup_true_lang-C7T3PUnB.js → TabsInPills.vue_vue_type_script_setup_true_lang-Dzi4ENL1.js} +1 -1
  17. package/dist/{TagifyInput.vue_vue_type_script_setup_true_lang-BF2mK8JC.js → TagifyInput.vue_vue_type_script_setup_true_lang-CwxJ2x1x.js} +65 -62
  18. package/dist/{TextAreaInput.vue_vue_type_script_setup_true_lang-Cf0MJobG.js → TextAreaInput.vue_vue_type_script_setup_true_lang-Dtf7H1sT.js} +3 -2
  19. package/dist/{calendar-DLry-Vik.js → calendar-DaXCwXP5.js} +1 -1
  20. package/dist/calendars/CalendarDashboard.d.ts +3 -1
  21. package/dist/calendars/CalendarDashboard.js +2 -2
  22. package/dist/calendars/CalendarHeader.d.ts +3 -1
  23. package/dist/calendars/CalendarHeader.js +1 -1
  24. package/dist/calendars/DayCalendar.d.ts +3 -1
  25. package/dist/calendars/DayCalendar.js +1 -1
  26. package/dist/calendars/EventCard.d.ts +3 -1
  27. package/dist/calendars/EventsList.d.ts +3 -1
  28. package/dist/calendars/MonthCalendar.d.ts +3 -1
  29. package/dist/calendars/MonthCalendar.js +1 -1
  30. package/dist/calendars/WeekCalendar.d.ts +3 -1
  31. package/dist/calendars/WeekCalendar.js +2 -2
  32. package/dist/calendars/YearCalendar.d.ts +3 -1
  33. package/dist/charts/BarChart.d.ts +3 -1
  34. package/dist/charts/BaseChart.d.ts +3 -1
  35. package/dist/charts/FunnelChart.d.ts +3 -1
  36. package/dist/charts/LineChart.d.ts +3 -1
  37. package/dist/charts/PieChart.d.ts +3 -1
  38. package/dist/charts/SparklineChart.d.ts +3 -1
  39. package/dist/charts/StatCard.d.ts +3 -1
  40. package/dist/charts/chartTheme.d.ts +0 -3
  41. package/dist/charts/index.d.ts +0 -1
  42. package/dist/components/Avatar.d.ts +3 -1
  43. package/dist/components/Badge.d.ts +3 -1
  44. package/dist/components/Banner.d.ts +3 -1
  45. package/dist/components/Breadcrumb.d.ts +3 -1
  46. package/dist/components/Button.d.ts +3 -1
  47. package/dist/components/ButtonGroup.d.ts +3 -1
  48. package/dist/components/Checkbox.d.ts +3 -1
  49. package/dist/components/CloudinaryImage.d.ts +3 -1
  50. package/dist/components/CloudinaryImage.js +52 -52
  51. package/dist/components/Loading.d.ts +3 -1
  52. package/dist/components/LoadingDots.d.ts +3 -1
  53. package/dist/components/LottieAnimation.d.ts +3 -1
  54. package/dist/components/Menu.d.ts +3 -1
  55. package/dist/components/Modal.d.ts +3 -1
  56. package/dist/components/NavLink.d.ts +3 -1
  57. package/dist/components/ProgressBar.d.ts +3 -1
  58. package/dist/components/RadialProgressBar.d.ts +3 -1
  59. package/dist/components/Table.d.ts +3 -1
  60. package/dist/components/Transition.d.ts +3 -1
  61. package/dist/composables/index.d.ts +0 -1
  62. package/dist/composables/useCalendar.d.ts +0 -3
  63. package/dist/composables/useCalendar.js +1 -1
  64. package/dist/composables/useFormValidation.d.ts +0 -3
  65. package/dist/composables/useMap.d.ts +0 -3
  66. package/dist/composables/useModal.d.ts +0 -3
  67. package/dist/composables/useNotifications.d.ts +0 -3
  68. package/dist/composables/useNotifications.js +1 -1
  69. package/dist/composables/useTabs.d.ts +0 -1
  70. package/dist/composables/useTheme.d.ts +0 -3
  71. package/dist/empty-state/ComingSoon.d.ts +3 -1
  72. package/dist/empty-state/EmptyState.d.ts +3 -1
  73. package/dist/empty-state/index.d.ts +0 -1
  74. package/dist/forms/DynamicForm.d.ts +3 -1
  75. package/dist/forms/DynamicForm.js +1 -1
  76. package/dist/forms/DynamicFormField.d.ts +3 -1
  77. package/dist/forms/DynamicFormField.js +1 -1
  78. package/dist/forms/FormFieldWrapper.d.ts +3 -1
  79. package/dist/forms/FormFieldWrapper.js +2 -2
  80. package/dist/index.d.ts +0 -3
  81. package/dist/index.js +1677 -1341
  82. package/dist/inputs/AddDeleteButtonGroup.d.ts +3 -1
  83. package/dist/inputs/AddressInput.d.ts +3 -1
  84. package/dist/inputs/AddressInput.js +49 -47
  85. package/dist/inputs/CheckboxInput.d.ts +3 -1
  86. package/dist/inputs/ComboboxInput.d.ts +3 -1
  87. package/dist/inputs/ComboboxInput.js +1 -1
  88. package/dist/inputs/DatepickerInput.d.ts +3 -1
  89. package/dist/inputs/DatepickerInput.js +1 -1
  90. package/dist/inputs/EmailInput.d.ts +3 -1
  91. package/dist/inputs/EmailInput.js +1 -1
  92. package/dist/inputs/EmptyInput.d.ts +3 -1
  93. package/dist/inputs/FileDropzoneInput.d.ts +3 -1
  94. package/dist/inputs/FileDropzoneInput.js +1 -1
  95. package/dist/inputs/HiddenInput.d.ts +3 -1
  96. package/dist/inputs/ImageDropzoneInput.d.ts +3 -1
  97. package/dist/inputs/ImageDropzoneInput.js +1 -1
  98. package/dist/inputs/PhoneInput.d.ts +3 -1
  99. package/dist/inputs/PhoneInput.js +148 -147
  100. package/dist/inputs/RichTextInput.d.ts +3 -1
  101. package/dist/inputs/RichTextInput.js +1 -1
  102. package/dist/inputs/SelectInput.d.ts +3 -1
  103. package/dist/inputs/SelectInput.js +1 -1
  104. package/dist/inputs/SelectTextInput.d.ts +3 -1
  105. package/dist/inputs/SelectTextInput.js +1 -1
  106. package/dist/inputs/SwitchInput.d.ts +3 -1
  107. package/dist/inputs/SwitchInputGroup.d.ts +3 -1
  108. package/dist/inputs/TagifyInput.d.ts +3 -1
  109. package/dist/inputs/TagifyInput.js +1 -1
  110. package/dist/inputs/TextAreaInput.d.ts +3 -1
  111. package/dist/inputs/TextAreaInput.js +1 -1
  112. package/dist/inputs/TextInput.d.ts +3 -1
  113. package/dist/inputs/TextInput.js +116 -3
  114. package/dist/layouts/DashboardLayout.d.ts +3 -1
  115. package/dist/layouts/DefaultLayout.d.ts +3 -1
  116. package/dist/layouts/HeaderLayout.d.ts +3 -1
  117. package/dist/layouts/NavigationGroup.d.ts +3 -1
  118. package/dist/layouts/NavigationItem.d.ts +3 -1
  119. package/dist/layouts/ProfileHeaderAvatar.d.ts +3 -1
  120. package/dist/layouts/ProjectLogo.d.ts +3 -1
  121. package/dist/layouts/SidebarLayout.d.ts +3 -1
  122. package/dist/loading/ContentSkeleton.d.ts +3 -1
  123. package/dist/loading/SmartLoadingIndicator.d.ts +3 -1
  124. package/dist/loading/index.d.ts +0 -1
  125. package/dist/maps/GoogleMap.d.ts +3 -1
  126. package/dist/maps/UiInfoWindow.d.ts +3 -1
  127. package/dist/maps/UiMap.d.ts +3 -1
  128. package/dist/maps/UiMapAll.d.ts +3 -1
  129. package/dist/maps/UiMapMarker.d.ts +3 -1
  130. package/dist/maps/index.d.ts +0 -1
  131. package/dist/modals/AlertModal.d.ts +3 -1
  132. package/dist/modals/BaseModal.d.ts +3 -1
  133. package/dist/modals/ImageCropperModal.d.ts +3 -1
  134. package/dist/notifications/NotificationContainer.d.ts +3 -1
  135. package/dist/notifications/NotificationToast.d.ts +3 -1
  136. package/dist/notifications/index.d.ts +0 -1
  137. package/dist/src/components/CloudinaryImage.d.ts +16 -14
  138. package/dist/src/components/LottieAnimation.d.ts +37 -6
  139. package/dist/src/components/ThemeDebugModal.d.ts +16 -6
  140. package/dist/src/components/UiAvatar.d.ts +35 -2
  141. package/dist/src/components/UiBadge.d.ts +33 -6
  142. package/dist/src/components/UiBanner.d.ts +108 -35
  143. package/dist/src/components/UiBreadcrumb.d.ts +11 -10
  144. package/dist/src/components/UiButton.d.ts +66 -13
  145. package/dist/src/components/UiButtonGroup.d.ts +37 -7
  146. package/dist/src/components/UiCheckbox.d.ts +33 -8
  147. package/dist/src/components/UiLoading.d.ts +28 -2
  148. package/dist/src/components/UiLoadingDots.d.ts +2 -2
  149. package/dist/src/components/UiMenu.d.ts +33 -5
  150. package/dist/src/components/UiModal.d.ts +3 -4
  151. package/dist/src/components/UiNavLink.d.ts +40 -6
  152. package/dist/src/components/UiProgressBar.d.ts +32 -3
  153. package/dist/src/components/UiRadialProgressBar.d.ts +34 -3
  154. package/dist/src/components/UiTable.d.ts +29 -6
  155. package/dist/src/components/UiTransition.d.ts +26 -3
  156. package/dist/src/components/avatars/AvatarIcon.d.ts +28 -6
  157. package/dist/src/components/avatars/AvatarImage.d.ts +30 -9
  158. package/dist/src/components/avatars/AvatarInitials.d.ts +24 -5
  159. package/dist/src/components/avatars/AvatarWithText.d.ts +4 -3
  160. package/dist/src/components/calendars/CalendarDashboard.d.ts +17 -5
  161. package/dist/src/components/calendars/CalendarHeader.d.ts +7 -8
  162. package/dist/src/components/calendars/DayCalendar.d.ts +17 -11
  163. package/dist/src/components/calendars/EventCard.d.ts +2 -1
  164. package/dist/src/components/calendars/EventsList.d.ts +18 -6
  165. package/dist/src/components/calendars/MonthCalendar.d.ts +30 -6
  166. package/dist/src/components/calendars/WeekCalendar.d.ts +16 -10
  167. package/dist/src/components/calendars/YearCalendar.d.ts +29 -5
  168. package/dist/src/components/charts/BarChart.d.ts +40 -7
  169. package/dist/src/components/charts/BaseChart.d.ts +80 -0
  170. package/dist/src/components/charts/FunnelChart.d.ts +34 -5
  171. package/dist/src/components/charts/LineChart.d.ts +37 -6
  172. package/dist/src/components/charts/PieChart.d.ts +37 -6
  173. package/dist/src/components/charts/SparklineChart.d.ts +32 -3
  174. package/dist/src/components/charts/StatCard.d.ts +24 -2
  175. package/dist/src/components/charts/chartTheme.d.ts +1 -0
  176. package/dist/src/components/collection-editor/CollectionEditor.d.ts +112 -0
  177. package/dist/src/components/collection-editor/CollectionItemList.d.ts +37 -7
  178. package/dist/src/components/collection-editor/OrganizationsEditor.d.ts +34 -8
  179. package/dist/src/components/collection-editor/RelatedNamesEditor.d.ts +37 -7
  180. package/dist/src/components/collection-editor/SocialLinksEditor.d.ts +37 -7
  181. package/dist/src/components/empty-state/ComingSoon.d.ts +29 -2
  182. package/dist/src/components/empty-state/EmptyState.d.ts +26 -4
  183. package/dist/src/components/formatters/DateFormatter.d.ts +2 -1
  184. package/dist/src/components/formatters/DateRangeFormatter.d.ts +1 -0
  185. package/dist/src/components/forms/DynamicForm.d.ts +37 -11
  186. package/dist/src/components/forms/DynamicFormField.d.ts +15 -5
  187. package/dist/src/components/forms/FormFieldWrapper.d.ts +58 -14
  188. package/dist/src/components/icons/brands/DiscordBrandIcon.d.ts +1 -1
  189. package/dist/src/components/icons/brands/FacebookBrandIcon.d.ts +1 -1
  190. package/dist/src/components/icons/brands/GitHubBrandIcon.d.ts +1 -1
  191. package/dist/src/components/icons/brands/InstagramBrandIcon.d.ts +1 -1
  192. package/dist/src/components/icons/brands/LinkedInBrandIcon.d.ts +1 -1
  193. package/dist/src/components/icons/brands/PinterestBrandIcon.d.ts +1 -1
  194. package/dist/src/components/icons/brands/SnapchatBrandIcon.d.ts +1 -1
  195. package/dist/src/components/icons/brands/ThreadsBrandIcon.d.ts +1 -1
  196. package/dist/src/components/icons/brands/TikTokBrandIcon.d.ts +1 -1
  197. package/dist/src/components/icons/brands/TwitchBrandIcon.d.ts +1 -1
  198. package/dist/src/components/icons/brands/XBrandIcon.d.ts +1 -1
  199. package/dist/src/components/icons/brands/YouTubeBrandIcon.d.ts +1 -1
  200. package/dist/src/components/index.d.ts +1 -0
  201. package/dist/src/components/inputs/AddDeleteButtonGroup.d.ts +3 -2
  202. package/dist/src/components/inputs/AddressInput.d.ts +45 -7
  203. package/dist/src/components/inputs/CheckboxInput.d.ts +37 -10
  204. package/dist/src/components/inputs/ComboboxInput.d.ts +54 -12
  205. package/dist/src/components/inputs/DatepickerInput.d.ts +43 -1046
  206. package/dist/src/components/inputs/EmailInput.d.ts +56 -12
  207. package/dist/src/components/inputs/EmptyInput.d.ts +26 -2
  208. package/dist/src/components/inputs/FileDropzoneInput.d.ts +6 -7
  209. package/dist/src/components/inputs/HiddenInput.d.ts +23 -2
  210. package/dist/src/components/inputs/ImageDropzoneInput.d.ts +9 -8
  211. package/dist/src/components/inputs/InputsShowcase.d.ts +1 -1
  212. package/dist/src/components/inputs/PhoneInput.d.ts +18 -81
  213. package/dist/src/components/inputs/RichTextInput.d.ts +81 -23
  214. package/dist/src/components/inputs/SelectInput.d.ts +41 -47
  215. package/dist/src/components/inputs/SelectTextInput.d.ts +22 -53
  216. package/dist/src/components/inputs/SwitchInput.d.ts +41 -114
  217. package/dist/src/components/inputs/SwitchInputGroup.d.ts +3 -2
  218. package/dist/src/components/inputs/TagifyInput.d.ts +8 -10
  219. package/dist/src/components/inputs/TextAreaInput.d.ts +35 -9
  220. package/dist/src/components/inputs/TextInput.d.ts +76 -14
  221. package/dist/src/components/layouts/CardLayout.d.ts +64 -18
  222. package/dist/src/components/layouts/DashboardLayout.d.ts +5 -8
  223. package/dist/src/components/layouts/DefaultLayout.d.ts +1 -1
  224. package/dist/src/components/layouts/HeaderLayout.d.ts +4 -4
  225. package/dist/src/components/layouts/InfoCard.d.ts +25 -2
  226. package/dist/src/components/layouts/NavigationGroup.d.ts +16 -5
  227. package/dist/src/components/layouts/NavigationItem.d.ts +24 -7
  228. package/dist/src/components/layouts/ProfileHeaderAvatar.d.ts +40 -10
  229. package/dist/src/components/layouts/ProjectLogo.d.ts +33 -2
  230. package/dist/src/components/layouts/PropsTable.d.ts +23 -2
  231. package/dist/src/components/layouts/ShowcaseCard.d.ts +29 -2
  232. package/dist/src/components/layouts/ShowcaseLayout.d.ts +28 -5
  233. package/dist/src/components/layouts/SidebarLayout.d.ts +4 -7
  234. package/dist/src/components/layouts/StateDisplay.d.ts +23 -2
  235. package/dist/src/components/loading/ContentSkeleton.d.ts +31 -2
  236. package/dist/src/components/loading/SmartLoadingIndicator.d.ts +47 -6
  237. package/dist/src/components/maps/GoogleMap.d.ts +9 -8
  238. package/dist/src/components/maps/UiInfoWindow.d.ts +14 -229
  239. package/dist/src/components/maps/UiMap.d.ts +103 -5093
  240. package/dist/src/components/maps/UiMapAll.d.ts +22 -1132
  241. package/dist/src/components/maps/UiMapMarker.d.ts +18 -17
  242. package/dist/src/components/modals/AlertModal.d.ts +10 -9
  243. package/dist/src/components/modals/BaseModal.d.ts +6 -5
  244. package/dist/src/components/modals/ImageCropperModal.d.ts +75 -379
  245. package/dist/src/components/notifications/NotificationToast.d.ts +18 -7
  246. package/dist/src/components/profile-inputs/BaseInformationInput.d.ts +117 -0
  247. package/dist/src/components/profile-inputs/NamesInput.d.ts +107 -0
  248. package/dist/src/components/profile-inputs/index.d.ts +2 -0
  249. package/dist/src/components/profiles/BentoProfileLayout.d.ts +44 -2
  250. package/dist/src/components/profiles/BentoProfileLayoutSkeleton.d.ts +27 -2
  251. package/dist/src/components/profiles/ProfileCard.d.ts +30 -2
  252. package/dist/src/components/profiles/ProfileContactCard.d.ts +25 -2
  253. package/dist/src/components/profiles/ProfileHeaderCard.d.ts +26 -2
  254. package/dist/src/components/profiles/ProfileLocationCard.d.ts +28 -2
  255. package/dist/src/components/profiles/ProfileOrganizationsCard.d.ts +26 -2
  256. package/dist/src/components/profiles/ProfilePersonalCard.d.ts +25 -2
  257. package/dist/src/components/profiles/ProfileProfessionalCard.d.ts +26 -2
  258. package/dist/src/components/profiles/ProfileRelatedNamesCard.d.ts +26 -2
  259. package/dist/src/components/profiles/ProfileSocialCard.d.ts +26 -2
  260. package/dist/src/components/stepper/StepperPanels.d.ts +14 -4
  261. package/dist/src/components/tabs/InlineTabs.d.ts +28 -4
  262. package/dist/src/components/tabs/TabGroup.d.ts +32 -6
  263. package/dist/src/components/tabs/TabGroupUnderline.d.ts +32 -6
  264. package/dist/src/components/tabs/TabsInPills.d.ts +26 -4
  265. package/dist/src/components/wrappers/BackgroundGradientWrapper.d.ts +37 -2
  266. package/dist/src/components/wrappers/CardWrapper.d.ts +1 -1
  267. package/dist/src/components/wrappers/DisclosureWrapper.d.ts +23 -2
  268. package/dist/src/components/wrappers/FormErrorWrapper.d.ts +25 -2
  269. package/dist/src/composables/useCalendar.d.ts +1 -0
  270. package/dist/src/composables/useCollectionEditor.d.ts +1 -0
  271. package/dist/src/composables/useFormValidation.d.ts +1 -0
  272. package/dist/src/composables/useMap.d.ts +1 -0
  273. package/dist/src/composables/useNotifications.d.ts +33 -32
  274. package/dist/src/composables/useSimpleTabs.d.ts +1 -0
  275. package/dist/src/composables/useStringTransform.d.ts +1 -0
  276. package/dist/src/composables/useTabs.d.ts +1 -0
  277. package/dist/src/config/css-variables.d.ts +1 -0
  278. package/dist/src/dev.d.ts +1 -0
  279. package/dist/src/plugin/configure.d.ts +3 -2
  280. package/dist/src/services/geocoding.service.d.ts +1 -0
  281. package/dist/src/types/calendars.d.ts +1 -0
  282. package/dist/src/types/core.d.ts +8 -7
  283. package/dist/src/types/forms.d.ts +1 -0
  284. package/dist/src/types/layouts.d.ts +1 -0
  285. package/dist/src/types/navigation.d.ts +1 -0
  286. package/dist/src/types/tables.d.ts +1 -0
  287. package/dist/src/types/ui.d.ts +1 -0
  288. package/dist/src/utils/component-registry.d.ts +1 -0
  289. package/dist/src/utils/mapThemes.d.ts +1 -0
  290. package/dist/src/utils/phone.d.ts +1 -0
  291. package/dist/src/utils/validation.d.ts +1 -0
  292. package/dist/src/views/components/index.d.ts +1 -1
  293. package/dist/src/views/index.d.ts +1 -0
  294. package/dist/src/views/inputs/index.d.ts +2 -0
  295. package/dist/stepper/StepperPanels.d.ts +3 -1
  296. package/dist/stepper/index.d.ts +0 -1
  297. package/dist/style.css +1 -1
  298. package/dist/tabs/InlineTabs.d.ts +3 -1
  299. package/dist/tabs/InlineTabs.js +1 -1
  300. package/dist/tabs/TabGroup.d.ts +3 -1
  301. package/dist/tabs/TabGroup.js +1 -1
  302. package/dist/tabs/TabGroupUnderline.d.ts +3 -1
  303. package/dist/tabs/TabGroupUnderline.js +1 -1
  304. package/dist/tabs/TabsInPills.d.ts +3 -1
  305. package/dist/tabs/TabsInPills.js +1 -1
  306. package/dist/tabs/index.d.ts +0 -1
  307. package/dist/tabs/index.js +4 -4
  308. package/dist/validation-Dzczp6MS.js +22 -0
  309. package/dist/wrappers/BackgroundGradientWrapper.d.ts +3 -1
  310. package/dist/wrappers/CardWrapper.d.ts +3 -1
  311. package/dist/wrappers/DisclosureWrapper.d.ts +3 -1
  312. package/dist/wrappers/FormErrorWrapper.d.ts +3 -1
  313. package/dist/wrappers/index.d.ts +0 -1
  314. package/package.json +29 -29
  315. package/dist/EmailInput.vue_vue_type_script_setup_true_lang-BicPMIop.js +0 -121
  316. package/dist/SelectTextInput.vue_vue_type_script_setup_true_lang-C3BGLjY1.js +0 -336
  317. package/dist/TextInput-C5IzX7m_.js +0 -131
  318. package/dist/src/views/ButtonsShowcase.d.ts +0 -2
  319. package/dist/src/views/CalendarsShowcase.d.ts +0 -2
  320. package/dist/src/views/CardsShowcase.d.ts +0 -2
  321. package/dist/src/views/ChartsShowcase.d.ts +0 -2
  322. package/dist/src/views/EmptyStatesShowcase.d.ts +0 -2
  323. package/dist/src/views/InputsShowcase.d.ts +0 -2
  324. package/dist/src/views/KitchenSink.d.ts +0 -2
  325. package/dist/src/views/LayoutsShowcase.d.ts +0 -2
  326. package/dist/src/views/LoadingShowcase.d.ts +0 -2
  327. package/dist/src/views/MapsShowcase.d.ts +0 -2
  328. package/dist/src/views/ModalsShowcase.d.ts +0 -2
  329. package/dist/src/views/NotificationsShowcase.d.ts +0 -2
  330. package/dist/src/views/StepperShowcase.d.ts +0 -2
  331. package/dist/src/views/TabsShowcase.d.ts +0 -2
  332. package/dist/src/views/ValidationDemo.d.ts +0 -2
  333. package/dist/src/views/WrappersShowcase.d.ts +0 -2
  334. package/dist/src/views/components/AvatarPage.d.ts +0 -2
  335. package/dist/src/views/components/BadgePage.d.ts +0 -2
  336. package/dist/src/views/components/BannerPage.d.ts +0 -2
  337. package/dist/src/views/components/BreadcrumbPage.d.ts +0 -2
  338. package/dist/src/views/components/ButtonPage.d.ts +0 -2
  339. package/dist/src/views/components/CloudinaryImagePage.d.ts +0 -2
  340. package/dist/src/views/components/LoadingPage.d.ts +0 -2
  341. package/dist/src/views/components/LottiePage.d.ts +0 -2
  342. package/dist/src/views/components/MenuPage.d.ts +0 -2
  343. package/dist/src/views/components/ModalPage.d.ts +0 -2
  344. package/dist/src/views/components/ProgressPage.d.ts +0 -2
  345. package/dist/src/views/components/RichTextInputPage.d.ts +0 -2
  346. package/dist/src/views/components/TablePage.d.ts +0 -2
  347. package/dist/src/views/components/TextInputPage.d.ts +0 -2
  348. package/dist/src/views/components/TransitionPage.d.ts +0 -2
  349. package/dist/src/views/examples/CheckoutFormExample.d.ts +0 -2
  350. package/dist/src/views/examples/ContactFormExample.d.ts +0 -2
  351. package/dist/src/views/examples/RegistrationFormExample.d.ts +0 -2
  352. package/dist/src/views/examples/SettingsFormExample.d.ts +0 -2
  353. package/dist/src/views/forms/ValidationPage.d.ts +0 -2
  354. package/dist/src/views/inputs/CheckboxPage.d.ts +0 -2
  355. package/dist/src/views/inputs/ComboboxPage.d.ts +0 -2
  356. package/dist/src/views/inputs/DatepickerPage.d.ts +0 -2
  357. package/dist/src/views/inputs/EmailPage.d.ts +0 -2
  358. package/dist/src/views/inputs/FileDropzonePage.d.ts +0 -2
  359. package/dist/src/views/inputs/MiscInputsPage.d.ts +0 -2
  360. package/dist/src/views/inputs/PhonePage.d.ts +0 -2
  361. package/dist/src/views/inputs/SelectPage.d.ts +0 -2
  362. package/dist/src/views/inputs/SelectTextPage.d.ts +0 -2
  363. package/dist/src/views/inputs/SwitchGroupPage.d.ts +0 -2
  364. package/dist/src/views/inputs/SwitchPage.d.ts +0 -2
  365. package/dist/src/views/inputs/TextAreaPage.d.ts +0 -2
  366. package/dist/src/views/layouts/CardLayoutPage.d.ts +0 -2
  367. package/dist/src/views/layouts/DashboardLayoutPage.d.ts +0 -2
  368. package/dist/src/views/layouts/HeaderLayoutPage.d.ts +0 -2
  369. package/dist/src/views/layouts/SidebarLayoutPage.d.ts +0 -2
  370. package/dist/ui.css +0 -1
@@ -1,4 +1,4 @@
1
- import { _ as f } from "../MonthCalendar.vue_vue_type_style_index_0_lang-lnKkvJ9u.js";
1
+ import { _ as f } from "../MonthCalendar.vue_vue_type_style_index_0_lang-BdrrlrNr.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/calendars/WeekCalendar'
2
+ import StachelockUI from '../src/components/calendars/WeekCalendar'
3
+ export default StachelockUI
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as Ts, ref as k, computed as g, onMounted as Is, nextTick as Es, watch as Ss, onUnmounted as Cs, createElementBlock as r, openBlock as a, createElementVNode as n, createCommentVNode as w, Fragment as m, renderList as x, createTextVNode as S, toDisplayString as c, normalizeClass as y, normalizeStyle as C, unref as D } from "vue";
2
- import { s as Ps, e as As, d as ts, f as z } from "../calendar-DLry-Vik.js";
2
+ import { s as Ps, e as As, d as ts, f as z } from "../calendar-DaXCwXP5.js";
3
3
  import { u as $s, c as zs } from "../useEventSegments-B-r_8zCW.js";
4
4
  import { _ as Hs } from "../_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  const Ls = { class: "sl-isolate sl-flex sl-h-full sl-min-h-0 sl-flex-col sl-bg-white dark:sl-bg-slate-900" }, Ns = { class: "sl-flex sl-max-w-full sl-flex-1 sl-min-h-0 sl-flex-col sl-overflow-x-auto" }, Ws = {
@@ -114,7 +114,7 @@ const Ls = { class: "sl-isolate sl-flex sl-h-full sl-min-h-0 sl-flex-col sl-bg-w
114
114
  const e = new Date(l);
115
115
  return e.getHours() * 60 + e.getMinutes();
116
116
  }, ks = (l, e) => {
117
- const s = e.startTime?.dateTime || e.datetime, o = e.endTime?.dateTime || e.datetime, t = new Date(s), d = o ? new Date(o) : void 0, [h, I, E] = l.split("-").map((V) => Number(V)), i = new Date(h, I - 1, E, 0, 0, 0, 0), v = new Date(h, I - 1, E, 23, 59, 59, 999), u = new Date(Math.max(i.getTime(), t.getTime())), f = d ? new Date(Math.min(v.getTime(), d.getTime())) : new Date(Math.min(v.getTime(), u.getTime() + 1800 * 1e3)), M = u.getTime() === t.getTime(), $ = d ? f.getTime() === d.getTime() : !1;
117
+ const s = e.startTime?.dateTime || e.datetime, o = e.endTime?.dateTime || e.datetime, t = new Date(s), d = o ? new Date(o) : void 0, [h, I, E] = l.split("-").map((V) => Number(V)), i = new Date(h, I - 1, E, 0, 0, 0, 0), v = new Date(h, I - 1, E, 23, 59, 59, 999), u = new Date(Math.max(i.getTime(), t.getTime())), f = d ? new Date(Math.min(v.getTime(), d.getTime())) : new Date(Math.min(v.getTime(), u.getTime() + 30 * 60 * 1e3)), M = u.getTime() === t.getTime(), $ = d ? f.getTime() === d.getTime() : !1;
118
118
  return { startIso: u.toISOString(), endIso: f?.toISOString(), isStart: M, isEnd: $ };
119
119
  }, U = (l, e) => {
120
120
  const s = (e || []).map((i) => {
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/calendars/YearCalendar'
2
+ import StachelockUI from '../src/components/calendars/YearCalendar'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/charts/BarChart'
2
+ import StachelockUI from '../src/components/charts/BarChart'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/charts/BaseChart'
2
+ import StachelockUI from '../src/components/charts/BaseChart'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/charts/FunnelChart'
2
+ import StachelockUI from '../src/components/charts/FunnelChart'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/charts/LineChart'
2
+ import StachelockUI from '../src/components/charts/LineChart'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/charts/PieChart'
2
+ import StachelockUI from '../src/components/charts/PieChart'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/charts/SparklineChart'
2
+ import StachelockUI from '../src/components/charts/SparklineChart'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/charts/StatCard'
2
+ import StachelockUI from '../src/components/charts/StatCard'
3
+ export default StachelockUI
@@ -1,6 +1,3 @@
1
1
  export * from '../src/components/charts/chartTheme'
2
- export {}
3
2
  import StachelockUI from '../src/components/charts/chartTheme'
4
3
  export default StachelockUI
5
- export * from '../src/components/charts/chartTheme'
6
- export {}
@@ -1,2 +1 @@
1
1
  export * from '../src/components/charts/index'
2
- export {}
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiAvatar'
2
+ import StachelockUI from '../src/components/UiAvatar'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiBadge'
2
+ import StachelockUI from '../src/components/UiBadge'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiBanner'
2
+ import StachelockUI from '../src/components/UiBanner'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiBreadcrumb'
2
+ import StachelockUI from '../src/components/UiBreadcrumb'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiButton'
2
+ import StachelockUI from '../src/components/UiButton'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiButtonGroup'
2
+ import StachelockUI from '../src/components/UiButtonGroup'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiCheckbox'
2
+ import StachelockUI from '../src/components/UiCheckbox'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/CloudinaryImage'
2
+ import StachelockUI from '../src/components/CloudinaryImage'
3
+ export default StachelockUI
@@ -1,10 +1,10 @@
1
- import { defineComponent as D, inject as F, ref as p, computed as l, watch as W, onMounted as z, onUnmounted as M, createElementBlock as w, openBlock as o, normalizeClass as r, normalizeStyle as S, withDirectives as h, createCommentVNode as O, createElementVNode as n, createBlock as C, resolveDynamicComponent as k, vShow as v } from "vue";
2
- import { UserCircleIcon as V, PhotoIcon as A } from "@heroicons/vue/20/solid";
3
- import { _ as G } from "../_plugin-vue_export-helper-CHgC5LLL.js";
4
- const H = { class: "sl-flex sl-h-full sl-w-full sl-items-center sl-justify-center" }, J = { class: "sl-flex sl-h-full sl-w-full sl-items-center sl-justify-center" }, K = {
1
+ import { defineComponent as z, inject as F, ref as g, computed as l, watch as V, onMounted as W, onUnmounted as M, createElementBlock as S, openBlock as c, normalizeClass as i, normalizeStyle as C, withDirectives as v, createCommentVNode as O, createElementVNode as d, createBlock as k, resolveDynamicComponent as x, vShow as y } from "vue";
2
+ import { UserCircleIcon as A, PhotoIcon as G } from "@heroicons/vue/20/solid";
3
+ import { _ as H } from "../_plugin-vue_export-helper-CHgC5LLL.js";
4
+ const J = { class: "sl-flex sl-h-full sl-w-full sl-items-center sl-justify-center" }, K = { class: "sl-flex sl-h-full sl-w-full sl-items-center sl-justify-center" }, Q = {
5
5
  key: 0,
6
6
  class: "sl-h-full sl-w-full"
7
- }, Q = ["src", "alt"], T = /* @__PURE__ */ D({
7
+ }, T = ["src", "alt"], X = /* @__PURE__ */ z({
8
8
  __name: "CloudinaryImage",
9
9
  props: {
10
10
  /** Direct image URL - bypasses Cloudinary URL generation */
@@ -83,82 +83,82 @@ const H = { class: "sl-flex sl-h-full sl-w-full sl-items-center sl-justify-cente
83
83
  }
84
84
  },
85
85
  emits: ["update:imageLoaded", "error"],
86
- setup(c, { emit: x }) {
87
- const g = F("cloudinary", {}), a = p(!1), u = p(!1), i = p(!0), y = x, e = c, d = (t) => t ? t.startsWith("http://") || t.startsWith("https://") || t.startsWith("//") : !1, f = l(() => e.src && d(e.src) ? e.src : e.asset?.secure_url ? e.asset.secure_url : e.asset?.url ? e.asset.url : e.publicId && d(e.publicId) ? e.publicId : e.imagePublicId && d(e.imagePublicId) ? e.imagePublicId : null), b = l(() => f.value ? null : e.asset?.public_id ? e.asset.public_id : e.imagePublicId || e.publicId || e.fallbackPublicId || null), P = l(() => {
88
- if (!b.value) return null;
89
- const t = g?.cloudName || "demo", I = g?.baseUrl || `https://res.cloudinary.com/${t}/image/upload`, s = [];
86
+ setup(f, { emit: P }) {
87
+ const b = F("cloudinary", {}), o = (t) => t ? typeof t == "string" ? t.split(/\s+/).filter(Boolean).reduce((r, s) => (r[s] = !0, r), {}) : t : {}, u = g(!1), a = g(!1), n = g(!0), _ = P, e = f, m = (t) => t ? t.startsWith("http://") || t.startsWith("https://") || t.startsWith("//") : !1, p = l(() => e.src && m(e.src) ? e.src : e.asset?.secure_url ? e.asset.secure_url : e.asset?.url ? e.asset.url : e.publicId && m(e.publicId) ? e.publicId : e.imagePublicId && m(e.imagePublicId) ? e.imagePublicId : null), I = l(() => p.value ? null : e.asset?.public_id ? e.asset.public_id : e.imagePublicId || e.publicId || e.fallbackPublicId || null), q = l(() => {
88
+ if (!I.value) return null;
89
+ const t = b?.cloudName || "demo", r = b?.baseUrl || `https://res.cloudinary.com/${t}/image/upload`, s = [];
90
90
  e.width && e.width !== "auto" && s.push(`w_${e.width}`), e.height && e.height !== "auto" && s.push(`h_${e.height}`), e.quality && s.push(`q_${e.quality}`), e.devicePixelRatio && s.push(`dpr_${e.devicePixelRatio}`), s.push("f_auto"), s.push("c_fill");
91
- const B = s.join(",");
92
- return `${I}/${B}/${b.value}`;
93
- }), m = l(() => f.value ? f.value : P.value), _ = l(() => e.skeleton === "user" ? V : A), q = l(() => {
91
+ const D = s.join(",");
92
+ return `${r}/${D}/${I.value}`;
93
+ }), h = l(() => p.value ? p.value : q.value), w = l(() => e.skeleton === "user" ? A : G), $ = l(() => {
94
94
  const t = {};
95
95
  return e.width && e.width !== "auto" && (t.width = typeof e.width == "number" ? `${e.width}px` : e.width), e.height && e.height !== "auto" && (t.height = typeof e.height == "number" ? `${e.height}px` : e.height), e.aspectRatio && (t.aspectRatio = String(e.aspectRatio)), t;
96
- }), $ = l(() => ({
96
+ }), j = l(() => ({
97
97
  "sl-relative sl-overflow-hidden": !0,
98
- ...e.customClasses?.div
99
- })), j = l(() => ({
100
- "sl-h-full sl-w-full sl-text-gray-200": !0,
101
- ...e.customClasses?.skeleton
98
+ ...o(e.customClasses?.div)
102
99
  })), N = l(() => ({
103
- "sl-h-full sl-w-full sl-text-gray-300": !0,
104
- ...e.customClasses?.fallback
100
+ "sl-h-full sl-w-full sl-text-gray-200": !0,
101
+ ...o(e.customClasses?.skeleton)
105
102
  })), R = l(() => ({
106
- "sl-h-full sl-w-full sl-object-cover": !0,
107
- ...e.customClasses?.image
103
+ "sl-h-full sl-w-full sl-text-gray-300": !0,
104
+ ...o(e.customClasses?.fallback)
108
105
  })), U = l(() => ({
106
+ "sl-h-full sl-w-full sl-object-cover": !0,
107
+ ...o(e.customClasses?.image)
108
+ })), B = l(() => ({
109
109
  objectFit: "cover"
110
110
  })), E = () => {
111
- a.value = !0, u.value = !1, y("update:imageLoaded", !0);
111
+ u.value = !0, a.value = !1, _("update:imageLoaded", !0);
112
112
  }, L = (t) => {
113
- i.value && (u.value = !0, a.value = !1, y("error", t));
113
+ n.value && (a.value = !0, u.value = !1, _("error", t));
114
114
  };
115
- return W(
116
- () => m.value,
115
+ return V(
116
+ () => h.value,
117
117
  () => {
118
- a.value = !1, u.value = !1;
118
+ u.value = !1, a.value = !1;
119
119
  }
120
- ), z(() => {
121
- i.value = !0;
120
+ ), W(() => {
121
+ n.value = !0;
122
122
  }), M(() => {
123
- i.value = !1;
124
- }), (t, I) => (o(), w("div", {
125
- style: S(q.value),
126
- class: r($.value)
123
+ n.value = !1;
124
+ }), (t, r) => (c(), S("div", {
125
+ style: C($.value),
126
+ class: i(j.value)
127
127
  }, [
128
- h(n("div", H, [
129
- n("div", {
128
+ v(d("div", J, [
129
+ d("div", {
130
130
  role: "status",
131
- class: r([{ "sl-animate-pulse": c.pulse }])
131
+ class: i([{ "sl-animate-pulse": f.pulse }])
132
132
  }, [
133
- (o(), C(k(_.value), {
134
- class: r(j.value)
133
+ (c(), k(x(w.value), {
134
+ class: i(N.value)
135
135
  }, null, 8, ["class"]))
136
136
  ], 2)
137
137
  ], 512), [
138
- [v, !a.value && !u.value]
138
+ [y, !u.value && !a.value]
139
139
  ]),
140
- h(n("div", J, [
141
- (o(), C(k(_.value), {
142
- class: r(N.value)
140
+ v(d("div", K, [
141
+ (c(), k(x(w.value), {
142
+ class: i(R.value)
143
143
  }, null, 8, ["class"]))
144
144
  ], 512), [
145
- [v, u.value && !a.value]
145
+ [y, a.value && !u.value]
146
146
  ]),
147
- m.value && i.value ? h((o(), w("div", K, [
148
- n("img", {
149
- src: m.value,
150
- alt: c.alt,
147
+ h.value && n.value ? v((c(), S("div", Q, [
148
+ d("img", {
149
+ src: h.value,
150
+ alt: f.alt,
151
151
  onLoad: E,
152
152
  onError: L,
153
- class: r(R.value),
154
- style: S(U.value)
155
- }, null, 46, Q)
153
+ class: i(U.value),
154
+ style: C(B.value)
155
+ }, null, 46, T)
156
156
  ], 512)), [
157
- [v, a.value]
157
+ [y, u.value]
158
158
  ]) : O("", !0)
159
159
  ], 6));
160
160
  }
161
- }), ee = /* @__PURE__ */ G(T, [["__scopeId", "data-v-2a9fe480"]]);
161
+ }), te = /* @__PURE__ */ H(X, [["__scopeId", "data-v-4ba5c28c"]]);
162
162
  export {
163
- ee as default
163
+ te as default
164
164
  };
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiLoading'
2
+ import StachelockUI from '../src/components/UiLoading'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiLoadingDots'
2
+ import StachelockUI from '../src/components/UiLoadingDots'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/LottieAnimation'
2
+ import StachelockUI from '../src/components/LottieAnimation'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiMenu'
2
+ import StachelockUI from '../src/components/UiMenu'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiModal'
2
+ import StachelockUI from '../src/components/UiModal'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiNavLink'
2
+ import StachelockUI from '../src/components/UiNavLink'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiProgressBar'
2
+ import StachelockUI from '../src/components/UiProgressBar'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiProgressBar'
2
+ import StachelockUI from '../src/components/UiProgressBar'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiTable'
2
+ import StachelockUI from '../src/components/UiTable'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/UiTransition'
2
+ import StachelockUI from '../src/components/UiTransition'
3
+ export default StachelockUI
@@ -1,2 +1 @@
1
1
  export * from '../src/composables/index'
2
- export {}
@@ -1,6 +1,3 @@
1
1
  export * from '../src/composables/useCalendar'
2
- export {}
3
2
  import StachelockUI from '../src/composables/useCalendar'
4
3
  export default StachelockUI
5
- export * from '../src/composables/useCalendar'
6
- export {}
@@ -1,5 +1,5 @@
1
1
  import { ref as u, watch as o } from "vue";
2
- import { g as r, a as s, b as f } from "../calendar-DLry-Vik.js";
2
+ import { g as r, a as s, b as f } from "../calendar-DaXCwXP5.js";
3
3
  function D(v = "month") {
4
4
  const a = u(v), t = u(/* @__PURE__ */ new Date()), l = u([]), n = u([]);
5
5
  return o([a, t], () => {
@@ -1,6 +1,3 @@
1
1
  export * from '../src/composables/useFormValidation'
2
- export {}
3
2
  import StachelockUI from '../src/composables/useFormValidation'
4
3
  export default StachelockUI
5
- export * from '../src/composables/useFormValidation'
6
- export {}
@@ -1,6 +1,3 @@
1
1
  export * from '../src/composables/useMap'
2
- export {}
3
2
  import StachelockUI from '../src/composables/useMap'
4
3
  export default StachelockUI
5
- export * from '../src/composables/useMap'
6
- export {}
@@ -1,6 +1,3 @@
1
1
  export * from '../src/composables/useModal'
2
- export {}
3
2
  import StachelockUI from '../src/composables/useModal'
4
3
  export default StachelockUI
5
- export * from '../src/composables/useModal'
6
- export {}
@@ -1,6 +1,3 @@
1
1
  export * from '../src/composables/useNotifications'
2
- export {}
3
2
  import StachelockUI from '../src/composables/useNotifications'
4
3
  export default StachelockUI
5
- export * from '../src/composables/useNotifications'
6
- export {}
@@ -119,7 +119,7 @@ function J() {
119
119
  const s = (e) => {
120
120
  if (p.value.globalPaused)
121
121
  return "";
122
- const t = e.id || B(), n = e.position || "br", u = e.priority || "normal", k = Date.now(), T = M(e), W = h(e.title, "").includes("session expired") || h(e.message, "").includes("session expired"), S = e.dedupeWindowMs ?? (W ? 300 * 1e3 : 15 * 1e3), C = r.value.findIndex((i) => {
122
+ const t = e.id || B(), n = e.position || "br", u = e.priority || "normal", k = Date.now(), T = M(e), W = h(e.title, "").includes("session expired") || h(e.message, "").includes("session expired"), S = e.dedupeWindowMs ?? (W ? 5 * 60 * 1e3 : 15 * 1e3), C = r.value.findIndex((i) => {
123
123
  const V = M(i) === T, L = i.dedupeWindowMs ?? S, F = k - i.createdAt <= L;
124
124
  return V && F && i.isOpen;
125
125
  });
@@ -1,2 +1 @@
1
1
  export * from '../src/composables/useTabs'
2
- export {}
@@ -1,6 +1,3 @@
1
1
  export * from '../src/composables/useTheme'
2
- export {}
3
2
  import StachelockUI from '../src/composables/useTheme'
4
3
  export default StachelockUI
5
- export * from '../src/composables/useTheme'
6
- export {}
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/empty-state/ComingSoon'
2
+ import StachelockUI from '../src/components/empty-state/ComingSoon'
3
+ export default StachelockUI
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/empty-state/EmptyState'
2
+ import StachelockUI from '../src/components/empty-state/EmptyState'
3
+ export default StachelockUI
@@ -1,2 +1 @@
1
1
  export * from '../src/components/empty-state/index'
2
- export {}
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/forms/DynamicForm'
2
+ import StachelockUI from '../src/components/forms/DynamicForm'
3
+ export default StachelockUI
@@ -1,4 +1,4 @@
1
- import { _ as f } from "../DynamicForm.vue_vue_type_script_setup_true_lang-Bq8Gvhsc.js";
1
+ import { _ as f } from "../DynamicForm.vue_vue_type_script_setup_true_lang-BR8Pq7Kw.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/forms/DynamicFormField'
2
+ import StachelockUI from '../src/components/forms/DynamicFormField'
3
+ export default StachelockUI
@@ -1,4 +1,4 @@
1
- import { _ as f } from "../DynamicFormField.vue_vue_type_script_setup_true_lang-CdNtWWlT.js";
1
+ import { _ as f } from "../DynamicFormField.vue_vue_type_script_setup_true_lang-BCVmqg_n.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1 +1,3 @@
1
- export {}
1
+ export * from '../src/components/forms/FormFieldWrapper'
2
+ import StachelockUI from '../src/components/forms/FormFieldWrapper'
3
+ export default StachelockUI
@@ -113,7 +113,7 @@ const B = { class: "sl-grid sl-grid-cols-3 sl-items-center" }, p = ["for"], E =
113
113
  ])) : i("", !0),
114
114
  x.value ? (t(), l("div", {
115
115
  key: 2,
116
- class: n(["sl-flex sl-rounded-md sl-shadow-sm sl-ring-1 sl-ring-inset focus-within:sl-ring-2 focus-within:sl-ring-inset focus-within:sl-ring-stachelock-600", h.value])
116
+ class: n(["sl-flex sl-rounded-md sl-shadow-sm sl-ring-1 sl-ring-inset sl-bg-white dark:sl-bg-slate-800 focus-within:sl-ring-2 focus-within:sl-ring-inset focus-within:sl-ring-stachelock-600", h.value])
117
117
  }, [
118
118
  o("div", N, [
119
119
  r(a.$slots, "prefix", {}, void 0, !0)
@@ -160,7 +160,7 @@ const B = { class: "sl-grid sl-grid-cols-3 sl-items-center" }, p = ["for"], E =
160
160
  }, 8, ["show"])
161
161
  ], 2));
162
162
  }
163
- }), U = /* @__PURE__ */ M(G, [["__scopeId", "data-v-ab892ba2"]]);
163
+ }), U = /* @__PURE__ */ M(G, [["__scopeId", "data-v-7b34e824"]]);
164
164
  export {
165
165
  U as default
166
166
  };
package/dist/index.d.ts CHANGED
@@ -1,6 +1,3 @@
1
1
  export * from './src/index'
2
- export {}
3
2
  import StachelockUI from './src/index'
4
3
  export default StachelockUI
5
- export * from './src/index'
6
- export {}