@sprawlify/solid 0.0.87 → 0.0.88

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 (348) hide show
  1. package/dist/{accordion-anatomy-SnniqySz.js → accordion-anatomy-Die9efSm.js} +1 -2
  2. package/dist/{alert-dialog-anatomy-CdXMy-rb.d.ts → alert-dialog-anatomy-ChAdYmbN.d.ts} +1 -1
  3. package/dist/{alert-dialog-anatomy-6UZ4w58n.js → alert-dialog-anatomy-DubFij06.js} +1 -3
  4. package/dist/{angle-slider-anatomy-cYknk1iJ.js → angle-slider-anatomy-CUpFahN5.js} +1 -2
  5. package/dist/{avatar-anatomy-CZqJnRiE.js → avatar-anatomy-_KMpd2cT.js} +1 -2
  6. package/dist/{bottom-sheet-anatomy-C8vx9fBH.js → bottom-sheet-anatomy-C70fosOT.js} +1 -2
  7. package/dist/carousel-anatomy-Cgcqtc1U.d.ts +6 -0
  8. package/dist/{carousel-anatomy-DTNJ2jpa.js → carousel-anatomy-DpBacyBH.js} +1 -3
  9. package/dist/{checkbox-anatomy-DBY0IiWr.js → checkbox-anatomy-BIeQD0fF.js} +1 -3
  10. package/dist/checkbox-anatomy-OTXuBLEd.d.ts +6 -0
  11. package/dist/chunk-pQxUBDkX.jsx +13 -0
  12. package/dist/chunk-pbuEa-1d.js +13 -0
  13. package/dist/{clipboard-anatomy-DemY_7_4.js → clipboard-anatomy-C6AmRH0k.js} +1 -2
  14. package/dist/{collapsible-CGBYQyvv.js → collapsible-BLXaEYy1.js} +9 -19
  15. package/dist/{collapsible-BfQjngkz.jsx → collapsible-FZ1DI91d.jsx} +9 -19
  16. package/dist/{collapsible-anatomy-B63RaMgq.js → collapsible-anatomy-BIdE3Swa.js} +1 -2
  17. package/dist/{collection-DjNgpXVX.js → collection-CotDTAMT.jsx} +3 -10
  18. package/dist/{collection-DXodYZZC.jsx → collection-D83ZAzYd.js} +3 -10
  19. package/dist/color-picker-anatomy-B_BxaqwB.d.ts +6 -0
  20. package/dist/{color-picker-anatomy-BFaHjy9O.js → color-picker-anatomy-DAgWuOv8.js} +1 -3
  21. package/dist/{combobox-anatomy-Bottj4lE.js → combobox-anatomy-BojTG5Ws.js} +1 -3
  22. package/dist/combobox-anatomy-Bsbb4isv.d.ts +6 -0
  23. package/dist/components/accordion/index.d.ts +13 -12
  24. package/dist/components/accordion/index.js +12 -27
  25. package/dist/components/accordion/index.jsx +10 -24
  26. package/dist/components/alert-dialog/index.d.ts +13 -17
  27. package/dist/components/alert-dialog/index.js +12 -26
  28. package/dist/components/alert-dialog/index.jsx +11 -26
  29. package/dist/components/anatomy.d.ts +51 -51
  30. package/dist/components/anatomy.js +53 -55
  31. package/dist/components/angle-slider/index.d.ts +15 -14
  32. package/dist/components/angle-slider/index.js +9 -23
  33. package/dist/components/angle-slider/index.jsx +8 -22
  34. package/dist/components/aspect-ratio/index.d.ts +7 -7
  35. package/dist/components/aspect-ratio/index.js +8 -16
  36. package/dist/components/aspect-ratio/index.jsx +8 -16
  37. package/dist/components/avatar/index.d.ts +10 -9
  38. package/dist/components/avatar/index.js +9 -18
  39. package/dist/components/avatar/index.jsx +8 -17
  40. package/dist/components/bottom-sheet/index.d.ts +14 -14
  41. package/dist/components/bottom-sheet/index.js +12 -26
  42. package/dist/components/bottom-sheet/index.jsx +11 -25
  43. package/dist/components/carousel/index.d.ts +16 -19
  44. package/dist/components/carousel/index.js +9 -26
  45. package/dist/components/carousel/index.jsx +8 -26
  46. package/dist/components/checkbox/index.d.ts +13 -16
  47. package/dist/components/checkbox/index.js +14 -30
  48. package/dist/components/checkbox/index.jsx +11 -28
  49. package/dist/components/client-only/index.js +1 -3
  50. package/dist/components/client-only/index.jsx +1 -3
  51. package/dist/components/clipboard/index.d.ts +13 -12
  52. package/dist/components/clipboard/index.js +9 -22
  53. package/dist/components/clipboard/index.jsx +8 -21
  54. package/dist/components/collapsible/index.d.ts +12 -11
  55. package/dist/components/collapsible/index.js +9 -10
  56. package/dist/components/collapsible/index.jsx +8 -9
  57. package/dist/components/collection/index.d.ts +1 -2
  58. package/dist/components/collection/index.js +3 -4
  59. package/dist/components/collection/index.jsx +3 -4
  60. package/dist/components/color-picker/index.d.ts +34 -38
  61. package/dist/components/color-picker/index.js +16 -53
  62. package/dist/components/color-picker/index.jsx +13 -51
  63. package/dist/components/combobox/index.d.ts +21 -25
  64. package/dist/components/combobox/index.js +17 -42
  65. package/dist/components/combobox/index.jsx +14 -40
  66. package/dist/components/date-picker/index.d.ts +31 -35
  67. package/dist/components/date-picker/index.js +12 -46
  68. package/dist/components/date-picker/index.jsx +11 -46
  69. package/dist/components/dialog/index.d.ts +14 -14
  70. package/dist/components/dialog/index.js +12 -26
  71. package/dist/components/dialog/index.jsx +11 -25
  72. package/dist/components/download-trigger/index.d.ts +2 -2
  73. package/dist/components/download-trigger/index.js +5 -7
  74. package/dist/components/download-trigger/index.jsx +5 -7
  75. package/dist/components/dropdown-menu/index.d.ts +23 -24
  76. package/dist/components/dropdown-menu/index.js +12 -41
  77. package/dist/components/dropdown-menu/index.jsx +11 -40
  78. package/dist/components/editable/index.d.ts +16 -15
  79. package/dist/components/editable/index.js +14 -29
  80. package/dist/components/editable/index.jsx +11 -26
  81. package/dist/components/field/index.d.ts +14 -17
  82. package/dist/components/field/index.js +11 -12
  83. package/dist/components/field/index.jsx +9 -10
  84. package/dist/components/fieldset/index.d.ts +11 -14
  85. package/dist/components/fieldset/index.js +9 -10
  86. package/dist/components/fieldset/index.jsx +8 -9
  87. package/dist/components/file-upload/index.d.ts +20 -19
  88. package/dist/components/file-upload/index.js +14 -35
  89. package/dist/components/file-upload/index.jsx +11 -32
  90. package/dist/components/floating-panel/index.d.ts +18 -18
  91. package/dist/components/floating-panel/index.js +12 -30
  92. package/dist/components/floating-panel/index.jsx +11 -29
  93. package/dist/components/focus-trap/index.d.ts +4 -4
  94. package/dist/components/focus-trap/index.js +5 -7
  95. package/dist/components/focus-trap/index.jsx +5 -7
  96. package/dist/components/format/index.d.ts +4 -4
  97. package/dist/components/format/index.js +4 -9
  98. package/dist/components/format/index.jsx +4 -9
  99. package/dist/components/frame/index.d.ts +1 -1
  100. package/dist/components/frame/index.js +4 -7
  101. package/dist/components/frame/index.jsx +4 -7
  102. package/dist/components/highlight/index.d.ts +3 -3
  103. package/dist/components/highlight/index.js +3 -6
  104. package/dist/components/highlight/index.jsx +3 -6
  105. package/dist/components/hover-card/index.d.ts +12 -12
  106. package/dist/components/hover-card/index.js +12 -24
  107. package/dist/components/hover-card/index.jsx +11 -23
  108. package/dist/components/image-cropper/index.d.ts +13 -12
  109. package/dist/components/image-cropper/index.js +9 -21
  110. package/dist/components/image-cropper/index.jsx +8 -20
  111. package/dist/components/json-tree-view/index.d.ts +1 -6
  112. package/dist/components/json-tree-view/index.js +12 -23
  113. package/dist/components/json-tree-view/index.jsx +11 -22
  114. package/dist/components/listbox/index.d.ts +17 -20
  115. package/dist/components/listbox/index.js +10 -31
  116. package/dist/components/listbox/index.jsx +9 -31
  117. package/dist/components/marquee/index.d.ts +11 -10
  118. package/dist/components/marquee/index.js +9 -20
  119. package/dist/components/marquee/index.jsx +8 -19
  120. package/dist/components/navigation-menu/index.d.ts +19 -18
  121. package/dist/components/navigation-menu/index.js +12 -30
  122. package/dist/components/navigation-menu/index.jsx +11 -29
  123. package/dist/components/number-input/index.d.ts +15 -14
  124. package/dist/components/number-input/index.js +14 -28
  125. package/dist/components/number-input/index.jsx +11 -25
  126. package/dist/components/pagination/index.d.ts +14 -13
  127. package/dist/components/pagination/index.js +9 -22
  128. package/dist/components/pagination/index.jsx +8 -21
  129. package/dist/components/password-input/index.d.ts +11 -10
  130. package/dist/components/password-input/index.js +14 -26
  131. package/dist/components/password-input/index.jsx +11 -23
  132. package/dist/components/pin-input/index.d.ts +12 -11
  133. package/dist/components/pin-input/index.js +14 -25
  134. package/dist/components/pin-input/index.jsx +11 -22
  135. package/dist/components/popover/index.d.ts +17 -17
  136. package/dist/components/popover/index.js +12 -29
  137. package/dist/components/popover/index.jsx +11 -28
  138. package/dist/components/presence/index.d.ts +1 -4
  139. package/dist/components/presence/index.js +8 -9
  140. package/dist/components/presence/index.jsx +8 -9
  141. package/dist/components/progress/index.d.ts +16 -15
  142. package/dist/components/progress/index.js +9 -24
  143. package/dist/components/progress/index.jsx +8 -23
  144. package/dist/components/qr-code/index.d.ts +12 -11
  145. package/dist/components/qr-code/index.js +9 -20
  146. package/dist/components/qr-code/index.jsx +8 -19
  147. package/dist/components/radio-group/index.d.ts +14 -13
  148. package/dist/components/radio-group/index.js +12 -28
  149. package/dist/components/radio-group/index.jsx +10 -26
  150. package/dist/components/rating-group/index.d.ts +12 -11
  151. package/dist/components/rating-group/index.js +14 -27
  152. package/dist/components/rating-group/index.jsx +11 -24
  153. package/dist/components/scroll-area/index.d.ts +13 -12
  154. package/dist/components/scroll-area/index.js +8 -21
  155. package/dist/components/scroll-area/index.jsx +7 -20
  156. package/dist/components/segment-group/index.d.ts +13 -16
  157. package/dist/components/segment-group/index.js +9 -25
  158. package/dist/components/segment-group/index.jsx +8 -25
  159. package/dist/components/select/index.d.ts +23 -23
  160. package/dist/components/select/index.js +17 -43
  161. package/dist/components/select/index.jsx +14 -40
  162. package/dist/components/separator/index.d.ts +7 -7
  163. package/dist/components/separator/index.js +9 -16
  164. package/dist/components/separator/index.jsx +8 -15
  165. package/dist/components/signature-pad/index.d.ts +14 -13
  166. package/dist/components/signature-pad/index.js +14 -27
  167. package/dist/components/signature-pad/index.jsx +11 -24
  168. package/dist/components/slider/index.d.ts +18 -17
  169. package/dist/components/slider/index.js +9 -27
  170. package/dist/components/slider/index.jsx +8 -26
  171. package/dist/components/splitter/index.d.ts +11 -10
  172. package/dist/components/splitter/index.js +9 -20
  173. package/dist/components/splitter/index.jsx +8 -19
  174. package/dist/components/steps/index.d.ts +18 -17
  175. package/dist/components/steps/index.js +9 -29
  176. package/dist/components/steps/index.jsx +8 -28
  177. package/dist/components/switch/index.d.ts +5 -4
  178. package/dist/components/switch/index.js +14 -25
  179. package/dist/components/switch/index.jsx +11 -22
  180. package/dist/components/tabs/index.d.ts +13 -12
  181. package/dist/components/tabs/index.js +12 -23
  182. package/dist/components/tabs/index.jsx +11 -22
  183. package/dist/components/tags-input/index.d.ts +18 -17
  184. package/dist/components/tags-input/index.js +14 -34
  185. package/dist/components/tags-input/index.jsx +11 -31
  186. package/dist/components/timer/index.d.ts +13 -12
  187. package/dist/components/timer/index.js +9 -21
  188. package/dist/components/timer/index.jsx +8 -20
  189. package/dist/components/toast/index.d.ts +11 -10
  190. package/dist/components/toast/index.js +7 -18
  191. package/dist/components/toast/index.jsx +6 -17
  192. package/dist/components/toggle/index.d.ts +5 -9
  193. package/dist/components/toggle/index.js +7 -14
  194. package/dist/components/toggle/index.jsx +7 -15
  195. package/dist/components/toggle-group/index.d.ts +9 -8
  196. package/dist/components/toggle-group/index.js +9 -17
  197. package/dist/components/toggle-group/index.jsx +8 -16
  198. package/dist/components/tooltip/index.d.ts +12 -12
  199. package/dist/components/tooltip/index.js +12 -24
  200. package/dist/components/tooltip/index.jsx +11 -23
  201. package/dist/components/tour/index.d.ts +18 -22
  202. package/dist/components/tour/index.js +12 -31
  203. package/dist/components/tour/index.jsx +11 -31
  204. package/dist/components/tree-view/index.d.ts +3 -6
  205. package/dist/components/tree-view/index.js +11 -12
  206. package/dist/components/tree-view/index.jsx +10 -11
  207. package/dist/{compose-refs-C-e3esqD.js → compose-refs-BKcaHXR8.js} +1 -3
  208. package/dist/{compose-refs-fqtYfDF0.jsx → compose-refs-Jq47jedK.jsx} +1 -3
  209. package/dist/{core-B6ixUkqg.jsx → core-BHfpfUk-.js} +1 -8
  210. package/dist/{core-Crxbs6Ki.js → core-DUR6M1Mz.jsx} +1 -8
  211. package/dist/{create-context-DGJ79e4Y.jsx → create-context-BEnzb67H.js} +1 -3
  212. package/dist/{create-context-DPb5Yv_u.js → create-context-iBxaUhvx.jsx} +1 -3
  213. package/dist/{create-split-props-CgD5kGV-.jsx → create-split-props-B2Gc7D9P.jsx} +1 -3
  214. package/dist/{create-split-props-DgGDQfdT.js → create-split-props-OE-yOtGc.js} +1 -3
  215. package/dist/{date-picker-anatomy-D1WbzCFG.js → date-picker-anatomy-BDzIBS0o.js} +1 -3
  216. package/dist/date-picker-anatomy-D-lrx3HT.d.ts +6 -0
  217. package/dist/{dialog-anatomy-DI8a_vZ_.js → dialog-anatomy-CepqHVuS.js} +1 -2
  218. package/dist/{dropdown-menu-anatomy-C1luUwqi.js → dropdown-menu-anatomy-B_HvpVky.js} +1 -2
  219. package/dist/{editable-anatomy-C2-pGLpA.js → editable-anatomy-xpYIbclJ.js} +1 -2
  220. package/dist/{factory-CzIfQZJj.jsx → factory-B95XvEzz.jsx} +2 -4
  221. package/dist/{factory-DMawBjkt.d.ts → factory-BxBlXUD3.d.ts} +1 -1
  222. package/dist/{factory-Ce76k0aC.js → factory-DORgzART.js} +2 -4
  223. package/dist/{factory-8gmqJkZ6.d.ts → factory-DkYIAa1r.d.ts} +1 -1
  224. package/dist/{field-BaPLa3xz.js → field-DLS1xeZs.js} +10 -24
  225. package/dist/{field-BMLVDAiH.jsx → field-DujBK584.jsx} +9 -24
  226. package/dist/{field-anatomy-C90WAETb.js → field-anatomy-BloFzq7T.js} +1 -3
  227. package/dist/field-anatomy-DfP5AI6N.d.ts +6 -0
  228. package/dist/{fieldset-DpvA0Vxw.js → fieldset-CKY6kn04.js} +10 -20
  229. package/dist/{fieldset-Dultvtpf.jsx → fieldset-D3jChLai.jsx} +9 -20
  230. package/dist/fieldset-anatomy-CKytu4jl.d.ts +6 -0
  231. package/dist/{fieldset-anatomy-BjnxJmos.js → fieldset-anatomy-DBAg0hLg.js} +1 -3
  232. package/dist/{file-upload-anatomy-CxltMFrA.js → file-upload-anatomy-vzjeLbps.js} +1 -2
  233. package/dist/{floating-panel-anatomy-DwLUJ70s.js → floating-panel-anatomy-BgEeNv0z.js} +1 -2
  234. package/dist/{hover-card-anatomy-BnLr7TCv.js → hover-card-anatomy-BiBVumql.js} +1 -2
  235. package/dist/{image-cropper-anatomy-CAZo97Iy.js → image-cropper-anatomy-CRKqY14I.js} +1 -2
  236. package/dist/{index-BYODxIAQ.d.ts → index-B-Vwy4xv.d.ts} +2 -2
  237. package/dist/{index-V0DK6BT4.d.ts → index-B3r6Uj67.d.ts} +2 -2
  238. package/dist/{index-BhR69zSB.d.ts → index-BoZVuuyY.d.ts} +1 -1
  239. package/dist/{index-DQzvA6OH.d.ts → index-BrsQp6SG.d.ts} +20 -20
  240. package/dist/{index-C_uDI8To.d.ts → index-CQA-E34W.d.ts} +20 -20
  241. package/dist/{index-DdPh0ROQ.d.ts → index-CUS_uvKg.d.ts} +8 -8
  242. package/dist/{index-V-JQUQQj.d.ts → index-ChrVCjVn.d.ts} +1 -1
  243. package/dist/{index-DKTdz7FC.d.ts → index-NjH8Rhuh.d.ts} +8 -8
  244. package/dist/index.d.ts +4 -4
  245. package/dist/index.js +5 -6
  246. package/dist/index.jsx +5 -6
  247. package/dist/{listbox-anatomy-CddfyW7E.js → listbox-anatomy-BTXGGkHn.js} +1 -3
  248. package/dist/listbox-anatomy-BVMfsBje.d.ts +6 -0
  249. package/dist/{marquee-anatomy-TY8wb27T.js → marquee-anatomy-CuY5-sxQ.js} +1 -2
  250. package/dist/{navigation-menu-anatomy-JKXIjyhE.js → navigation-menu-anatomy-C8G7WCQT.js} +1 -2
  251. package/dist/{number-input-anatomy-BLwFRRq-.js → number-input-anatomy-BnIfIxWe.js} +1 -2
  252. package/dist/{pagination-anatomy-BMvizHtN.js → pagination-anatomy-GDzxsFmi.js} +1 -2
  253. package/dist/{password-input-anatomy-DeIesU0v.js → password-input-anatomy-DnfxaJJb.js} +1 -2
  254. package/dist/{pin-input-anatomy-B6uaxLlM.js → pin-input-anatomy-BIMEBnI2.js} +1 -2
  255. package/dist/{popover-anatomy-B_sMgR6Y.js → popover-anatomy-DE5hgrvL.js} +1 -2
  256. package/dist/{presence-D9IWNBoq.jsx → presence-BcYjLSBT.jsx} +8 -13
  257. package/dist/{presence-BBn_Rd1l.js → presence-CuZG4SWb.js} +8 -13
  258. package/dist/{progress-anatomy-COz0DGNs.js → progress-anatomy-B-Zd5hLA.js} +1 -2
  259. package/dist/{providers-CdwYAas1.js → providers-CEdBpdaX.js} +3 -10
  260. package/dist/{providers-CjCWKYvZ.jsx → providers-DsAwxh4b.jsx} +3 -10
  261. package/dist/{qr-code-anatomy-CWoAkOaY.js → qr-code-anatomy-CRPLhSvp.js} +1 -2
  262. package/dist/{radio-group-anatomy-BSnuxQR6.js → radio-group-anatomy-MQ77y9Ly.js} +1 -2
  263. package/dist/{rating-group-anatomy-xU1gWoAB.js → rating-group-anatomy-DFCmCaAm.js} +1 -2
  264. package/dist/{render-strategy-CjzB786h.jsx → render-strategy-6LT04Ztx.jsx} +3 -5
  265. package/dist/{render-strategy-CNUvDuT1.js → render-strategy-BAqQL-Hs.js} +3 -5
  266. package/dist/{render-strategy-DWFaFQkC.d.ts → render-strategy-C-bqwyH6.d.ts} +0 -2
  267. package/dist/{render-strategy-CU_9g0dp.d.ts → render-strategy-RoCfkF8z.d.ts} +0 -2
  268. package/dist/{run-if-fn-CJUSlNHk.jsx → run-if-fn-BV7F-Eeb.js} +1 -2
  269. package/dist/{run-if-fn-CTrSA35K.js → run-if-fn-qkd0iQPO.jsx} +1 -2
  270. package/dist/{scroll-area-anatomy-D54kUb_3.js → scroll-area-anatomy-12L_PN6-.js} +1 -2
  271. package/dist/{segment-group-anatomy-DKnrj_EM.js → segment-group-anatomy-CfDAqJG5.js} +1 -3
  272. package/dist/{segment-group-anatomy-izeMwABx.d.ts → segment-group-anatomy-DKBcX-Mi.d.ts} +2 -2
  273. package/dist/{select-anatomy-BgXYHjfI.js → select-anatomy-C3xVuuOA.js} +1 -2
  274. package/dist/{separator-anatomy-BeoGOxS-.js → separator-anatomy-DNo6fxgH.js} +1 -2
  275. package/dist/{signature-pad-anatomy-Cxt4qb07.js → signature-pad-anatomy--FrLBUvh.js} +1 -2
  276. package/dist/{slider-anatomy-BuyabqTj.js → slider-anatomy-B4hwb17i.js} +1 -2
  277. package/dist/{splitter-anatomy-D7ot-MkT.js → splitter-anatomy-C3pN_mFn.js} +1 -2
  278. package/dist/{steps-anatomy-DjlPHIKh.js → steps-anatomy-CbPJUew1.js} +1 -2
  279. package/dist/{switch-anatomy-IGlvYF5l.js → switch-anatomy-D5Q54mGY.js} +1 -2
  280. package/dist/{tabs-anatomy-Ddv_VY6n.js → tabs-anatomy-DU5e5PwZ.js} +1 -2
  281. package/dist/{tags-input-anatomy-VaastGb3.js → tags-input-anatomy-BhGRRfIw.js} +1 -2
  282. package/dist/{timer-anatomy-CV4qiG7g.js → timer-anatomy-GlYZryvG.js} +1 -2
  283. package/dist/{toast-anatomy-C_s7MQnn.js → toast-anatomy-DiPVPI_x.js} +1 -2
  284. package/dist/toggle-anatomy-Bh7LJ9JI.d.ts +6 -0
  285. package/dist/{toggle-anatomy-B79YArNR.js → toggle-anatomy-DLOZu83X.js} +2 -4
  286. package/dist/{toggle-group-anatomy-8ao4oOtZ.js → toggle-group-anatomy-lQ9EYEIt.js} +1 -2
  287. package/dist/{tooltip-anatomy-BgD3KTo1.js → tooltip-anatomy-Py7dhRtQ.js} +1 -2
  288. package/dist/tour-anatomy-CI_s3yji.d.ts +6 -0
  289. package/dist/{tour-anatomy-f2x7a1w3.js → tour-anatomy-VBbJhmJa.js} +1 -3
  290. package/dist/{tree-view-Cuatesxr.js → tree-view-Bqvwonpw.js} +12 -40
  291. package/dist/{tree-view-UMxlqgnA.jsx → tree-view-DWzZx1Um.jsx} +10 -36
  292. package/dist/{tree-view-anatomy-CefyMmul.js → tree-view-anatomy-BK8OR6TX.js} +1 -2
  293. package/package.json +4 -4
  294. package/dist/carousel-anatomy-CY8-dtO3.d.ts +0 -6
  295. package/dist/checkbox-anatomy-Crr4ULSr.d.ts +0 -6
  296. package/dist/chunk-BN_g-Awi.js +0 -18
  297. package/dist/chunk-CbkudaSF.jsx +0 -18
  298. package/dist/color-picker-anatomy-DB_Z42J3.d.ts +0 -6
  299. package/dist/combobox-anatomy-CA2dIBVf.d.ts +0 -6
  300. package/dist/date-picker-anatomy-DuLZ5a42.d.ts +0 -6
  301. package/dist/field-anatomy-vKwHjjwe.d.ts +0 -6
  302. package/dist/fieldset-anatomy-BlRch3by.d.ts +0 -6
  303. package/dist/listbox-anatomy-D2TUyrOk.d.ts +0 -6
  304. package/dist/toggle-anatomy-DJXLJLNV.d.ts +0 -6
  305. package/dist/tour-anatomy-DNtkkrJW.d.ts +0 -6
  306. /package/dist/{accordion-anatomy-DLYU_OZX.d.ts → accordion-anatomy-Dlbi7hWX.d.ts} +0 -0
  307. /package/dist/{angle-slider-anatomy-CMxVwhUM.d.ts → angle-slider-anatomy-D9WEbUDV.d.ts} +0 -0
  308. /package/dist/{avatar-anatomy-CDT2t56-.d.ts → avatar-anatomy-B1gugBlI.d.ts} +0 -0
  309. /package/dist/{bottom-sheet-anatomy-4n_7_GAr.d.ts → bottom-sheet-anatomy-EFEmb--0.d.ts} +0 -0
  310. /package/dist/{clipboard-anatomy-6v5-0Odp.d.ts → clipboard-anatomy-nY5kNeMj.d.ts} +0 -0
  311. /package/dist/{collapsible-anatomy-BzURWn30.d.ts → collapsible-anatomy-B75vA5QB.d.ts} +0 -0
  312. /package/dist/{dialog-anatomy-xFUZfUmm.d.ts → dialog-anatomy-fsIDNa4U.d.ts} +0 -0
  313. /package/dist/{dropdown-menu-anatomy-DNkJn2h1.d.ts → dropdown-menu-anatomy-6hFasLVn.d.ts} +0 -0
  314. /package/dist/{editable-anatomy-L4nQs0yj.d.ts → editable-anatomy-CDcZMAjM.d.ts} +0 -0
  315. /package/dist/{file-upload-anatomy-CjpthiJV.d.ts → file-upload-anatomy-oz5HPKAl.d.ts} +0 -0
  316. /package/dist/{floating-panel-anatomy-DBuIs-v6.d.ts → floating-panel-anatomy-CWHJO-gk.d.ts} +0 -0
  317. /package/dist/{hover-card-anatomy-H0xRta1Q.d.ts → hover-card-anatomy-CrEsa3XF.d.ts} +0 -0
  318. /package/dist/{image-cropper-anatomy-D0C3R6Aj.d.ts → image-cropper-anatomy-S1DPpjWp.d.ts} +0 -0
  319. /package/dist/{index-CLwp1P-Z.d.ts → index-Bnd2Fp7Q.d.ts} +0 -0
  320. /package/dist/{index-DMLSuCzg.d.ts → index-CRqsjDZx.d.ts} +0 -0
  321. /package/dist/{marquee-anatomy-DI_Ney7U.d.ts → marquee-anatomy-B0VBpa40.d.ts} +0 -0
  322. /package/dist/{navigation-menu-anatomy-B0MC-MIY.d.ts → navigation-menu-anatomy-6TacFtNy.d.ts} +0 -0
  323. /package/dist/{number-input-anatomy-CXnHZF_h.d.ts → number-input-anatomy-Be06g82m.d.ts} +0 -0
  324. /package/dist/{pagination-anatomy-yk_etYif.d.ts → pagination-anatomy-hb5d75ds.d.ts} +0 -0
  325. /package/dist/{password-input-anatomy-CWNw9NF0.d.ts → password-input-anatomy-DY3Btk4Z.d.ts} +0 -0
  326. /package/dist/{pin-input-anatomy-B_nQfh6w.d.ts → pin-input-anatomy-Dh7dVbsT.d.ts} +0 -0
  327. /package/dist/{popover-anatomy-bSNP0RPu.d.ts → popover-anatomy-CIt7PUmS.d.ts} +0 -0
  328. /package/dist/{progress-anatomy-CtbMln1t.d.ts → progress-anatomy-Bh9Sh8d2.d.ts} +0 -0
  329. /package/dist/{qr-code-anatomy-CxxR_V_2.d.ts → qr-code-anatomy-Daeh1gXt.d.ts} +0 -0
  330. /package/dist/{radio-group-anatomy-BQNOBb7n.d.ts → radio-group-anatomy-fu9jDbmu.d.ts} +0 -0
  331. /package/dist/{rating-group-anatomy-CclvUWks.d.ts → rating-group-anatomy-B8hoEZBE.d.ts} +0 -0
  332. /package/dist/{scroll-area-anatomy-HHlEyRL3.d.ts → scroll-area-anatomy-Eg5UQD6w.d.ts} +0 -0
  333. /package/dist/{select-anatomy-3qcdhK-q.d.ts → select-anatomy-C85MRleF.d.ts} +0 -0
  334. /package/dist/{separator-anatomy-OpoFmpDz.d.ts → separator-anatomy-CoRBCozn.d.ts} +0 -0
  335. /package/dist/{signature-pad-anatomy-CF4th0qF.d.ts → signature-pad-anatomy-69rnG-8v.d.ts} +0 -0
  336. /package/dist/{slider-anatomy-CfSdQNT9.d.ts → slider-anatomy-Bi2M9sIn.d.ts} +0 -0
  337. /package/dist/{splitter-anatomy-BdimgO3X.d.ts → splitter-anatomy-DOrZZHLS.d.ts} +0 -0
  338. /package/dist/{steps-anatomy-CpHnGVXw.d.ts → steps-anatomy-DyFBdyZm.d.ts} +0 -0
  339. /package/dist/{switch-anatomy-C--PCXrP.d.ts → switch-anatomy-ChIrrzPM.d.ts} +0 -0
  340. /package/dist/{tabs-anatomy-DKT3aTVF.d.ts → tabs-anatomy-Cx19UTVm.d.ts} +0 -0
  341. /package/dist/{tags-input-anatomy-CDFQpUwT.d.ts → tags-input-anatomy-Bwspep5o.d.ts} +0 -0
  342. /package/dist/{timer-anatomy-2fG1TkqJ.d.ts → timer-anatomy-EHPlHptt.d.ts} +0 -0
  343. /package/dist/{toast-anatomy-XE_F1dUX.d.ts → toast-anatomy-DtLjq13p.d.ts} +0 -0
  344. /package/dist/{toggle-group-anatomy-BaFmDWrw.d.ts → toggle-group-anatomy-DEo8iu_3.d.ts} +0 -0
  345. /package/dist/{tooltip-anatomy-Aq6CHHeG.d.ts → tooltip-anatomy-CamCIpK3.d.ts} +0 -0
  346. /package/dist/{tree-view-anatomy-BStMrnWd.d.ts → tree-view-anatomy-DFap3OjP.d.ts} +0 -0
  347. /package/dist/{types-B9AK1oJL.d.ts → types-BiaKY56E.d.ts} +0 -0
  348. /package/dist/{types-BYcgXZnj.d.ts → types-C0L5xDeS.d.ts} +0 -0
@@ -1,30 +1,27 @@
1
- import { t as __exportAll } from "../../chunk-BN_g-Awi.js";
2
- import { i as useMachine, n as normalizeProps, r as mergeProps$2 } from "../../core-Crxbs6Ki.js";
3
- import { t as runIfFn } from "../../run-if-fn-CTrSA35K.js";
4
- import { t as createContext$1 } from "../../create-context-DPb5Yv_u.js";
5
- import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-CdwYAas1.js";
6
- import { t as sprawlify } from "../../factory-Ce76k0aC.js";
7
- import "../../field-anatomy-C90WAETb.js";
8
- import "../../fieldset-anatomy-BjnxJmos.js";
9
- import { t as passwordInputAnatomy } from "../../password-input-anatomy-DeIesU0v.js";
10
- import { t as createSplitProps } from "../../create-split-props-DgGDQfdT.js";
11
- import "../../compose-refs-C-e3esqD.js";
12
- import "../../fieldset-DpvA0Vxw.js";
13
- import { p as useFieldContext } from "../../field-BaPLa3xz.js";
1
+ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
2
+ import { i as useMachine, n as normalizeProps, r as mergeProps$2 } from "../../core-BHfpfUk-.js";
3
+ import { t as runIfFn } from "../../run-if-fn-BV7F-Eeb.js";
4
+ import { t as createContext$1 } from "../../create-context-BEnzb67H.js";
5
+ import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-CEdBpdaX.js";
6
+ import { t as sprawlify } from "../../factory-DORgzART.js";
7
+ import "../../field-anatomy-BloFzq7T.js";
8
+ import "../../fieldset-anatomy-DBAg0hLg.js";
9
+ import { t as passwordInputAnatomy } from "../../password-input-anatomy-DnfxaJJb.js";
10
+ import { t as createSplitProps } from "../../create-split-props-OE-yOtGc.js";
11
+ import "../../compose-refs-BKcaHXR8.js";
12
+ import "../../fieldset-CKY6kn04.js";
13
+ import { p as useFieldContext } from "../../field-DLS1xeZs.js";
14
14
  import { Show, createMemo, createUniqueId } from "solid-js";
15
15
  import { createComponent, mergeProps as mergeProps$1 } from "solid-js/web";
16
16
  import * as passwordInput from "@sprawlify/primitives/machines/password-input";
17
-
18
17
  //#region src/components/password-input/use-password-input-context.ts
19
18
  const [PasswordInputProvider, usePasswordInputContext] = createContext$1({
20
19
  hookName: "usePasswordInputContext",
21
20
  providerName: "<PasswordInputProvider />"
22
21
  });
23
-
24
22
  //#endregion
25
23
  //#region src/components/password-input/password-input-context.tsx
26
24
  const PasswordInputContext = (props) => props.children(usePasswordInputContext());
27
-
28
25
  //#endregion
29
26
  //#region src/components/password-input/password-input-control.tsx
30
27
  const PasswordInputControl = (props) => {
@@ -32,7 +29,6 @@ const PasswordInputControl = (props) => {
32
29
  const mergedProps = mergeProps$2(() => passwordInput().getControlProps(), props);
33
30
  return createComponent(sprawlify.div, mergedProps);
34
31
  };
35
-
36
32
  //#endregion
37
33
  //#region src/components/password-input/password-input-indicator.tsx
38
34
  const PasswordInputIndicator = (props) => {
@@ -52,7 +48,6 @@ const PasswordInputIndicator = (props) => {
52
48
  });
53
49
  } }));
54
50
  };
55
-
56
51
  //#endregion
57
52
  //#region src/components/password-input/password-input-input.tsx
58
53
  const PasswordInputInput = (props) => {
@@ -63,7 +58,6 @@ const PasswordInputInput = (props) => {
63
58
  return field?.().ariaDescribedby;
64
59
  } }, mergedProps));
65
60
  };
66
-
67
61
  //#endregion
68
62
  //#region src/components/password-input/password-input-label.tsx
69
63
  const PasswordInputLabel = (props) => {
@@ -71,7 +65,6 @@ const PasswordInputLabel = (props) => {
71
65
  const mergedProps = mergeProps$2(() => passwordInput().getLabelProps(), props);
72
66
  return createComponent(sprawlify.label, mergedProps);
73
67
  };
74
-
75
68
  //#endregion
76
69
  //#region src/components/password-input/use-password-input.ts
77
70
  const usePasswordInput = (props) => {
@@ -93,7 +86,6 @@ const usePasswordInput = (props) => {
93
86
  const service = useMachine(passwordInput.machine, machineProps);
94
87
  return createMemo(() => passwordInput.connect(service, normalizeProps));
95
88
  };
96
-
97
89
  //#endregion
98
90
  //#region src/components/password-input/password-input-root.tsx
99
91
  const PasswordInputRoot = (props) => {
@@ -121,7 +113,6 @@ const PasswordInputRoot = (props) => {
121
113
  }
122
114
  });
123
115
  };
124
-
125
116
  //#endregion
126
117
  //#region src/components/password-input/password-input-root-provider.tsx
127
118
  const PasswordInputRootProvider = (props) => {
@@ -135,7 +126,6 @@ const PasswordInputRootProvider = (props) => {
135
126
  }
136
127
  });
137
128
  };
138
-
139
129
  //#endregion
140
130
  //#region src/components/password-input/password-input-visibility-trigger.tsx
141
131
  const PasswordInputVisibilityTrigger = (props) => {
@@ -143,7 +133,6 @@ const PasswordInputVisibilityTrigger = (props) => {
143
133
  const mergedProps = mergeProps$2(() => passwordInput().getVisibilityTriggerProps(), props);
144
134
  return createComponent(sprawlify.button, mergedProps);
145
135
  };
146
-
147
136
  //#endregion
148
137
  //#region src/components/password-input/password-input.ts
149
138
  var password_input_exports = /* @__PURE__ */ __exportAll({
@@ -156,6 +145,5 @@ var password_input_exports = /* @__PURE__ */ __exportAll({
156
145
  RootProvider: () => PasswordInputRootProvider,
157
146
  VisibilityTrigger: () => PasswordInputVisibilityTrigger
158
147
  });
159
-
160
148
  //#endregion
161
- export { password_input_exports as PasswordInput, PasswordInputContext, PasswordInputControl, PasswordInputIndicator, PasswordInputInput, PasswordInputLabel, PasswordInputRoot, PasswordInputRootProvider, PasswordInputVisibilityTrigger, passwordInputAnatomy, usePasswordInput, usePasswordInputContext };
149
+ export { password_input_exports as PasswordInput, PasswordInputContext, PasswordInputControl, PasswordInputIndicator, PasswordInputInput, PasswordInputLabel, PasswordInputRoot, PasswordInputRootProvider, PasswordInputVisibilityTrigger, passwordInputAnatomy, usePasswordInput, usePasswordInputContext };
@@ -1,27 +1,24 @@
1
- import { t as __exportAll } from "../../chunk-CbkudaSF.jsx";
2
- import { i as useMachine, n as normalizeProps, r as mergeProps$1 } from "../../core-B6ixUkqg.jsx";
3
- import { t as runIfFn } from "../../run-if-fn-CJUSlNHk.jsx";
4
- import { t as createContext$1 } from "../../create-context-DGJ79e4Y.jsx";
5
- import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-CjCWKYvZ.jsx";
6
- import { t as sprawlify } from "../../factory-CzIfQZJj.jsx";
7
- import { t as createSplitProps } from "../../create-split-props-CgD5kGV-.jsx";
8
- import "../../compose-refs-fqtYfDF0.jsx";
9
- import "../../fieldset-Dultvtpf.jsx";
10
- import { m as useFieldContext } from "../../field-BMLVDAiH.jsx";
1
+ import { t as __exportAll } from "../../chunk-pQxUBDkX.jsx";
2
+ import { i as useMachine, n as normalizeProps, r as mergeProps$1 } from "../../core-DUR6M1Mz.jsx";
3
+ import { t as runIfFn } from "../../run-if-fn-qkd0iQPO.jsx";
4
+ import { t as createContext$1 } from "../../create-context-iBxaUhvx.jsx";
5
+ import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-DsAwxh4b.jsx";
6
+ import { t as sprawlify } from "../../factory-B95XvEzz.jsx";
7
+ import { t as createSplitProps } from "../../create-split-props-B2Gc7D9P.jsx";
8
+ import "../../compose-refs-Jq47jedK.jsx";
9
+ import "../../fieldset-D3jChLai.jsx";
10
+ import { m as useFieldContext } from "../../field-DujBK584.jsx";
11
11
  import { Show, createMemo, createUniqueId } from "solid-js";
12
12
  import * as passwordInput from "@sprawlify/primitives/machines/password-input";
13
13
  import { anatomy as passwordInputAnatomy } from "@sprawlify/primitives/machines/password-input";
14
-
15
14
  //#region src/components/password-input/use-password-input-context.ts
16
15
  const [PasswordInputProvider, usePasswordInputContext] = createContext$1({
17
16
  hookName: "usePasswordInputContext",
18
17
  providerName: "<PasswordInputProvider />"
19
18
  });
20
-
21
19
  //#endregion
22
20
  //#region src/components/password-input/password-input-context.tsx
23
21
  const PasswordInputContext = (props) => props.children(usePasswordInputContext());
24
-
25
22
  //#endregion
26
23
  //#region src/components/password-input/password-input-control.tsx
27
24
  const PasswordInputControl = (props) => {
@@ -29,7 +26,6 @@ const PasswordInputControl = (props) => {
29
26
  const mergedProps = mergeProps$1(() => passwordInput().getControlProps(), props);
30
27
  return <sprawlify.div {...mergedProps} />;
31
28
  };
32
-
33
29
  //#endregion
34
30
  //#region src/components/password-input/password-input-indicator.tsx
35
31
  const PasswordInputIndicator = (props) => {
@@ -41,7 +37,6 @@ const PasswordInputIndicator = (props) => {
41
37
  </Show>
42
38
  </sprawlify.span>;
43
39
  };
44
-
45
40
  //#endregion
46
41
  //#region src/components/password-input/password-input-input.tsx
47
42
  const PasswordInputInput = (props) => {
@@ -50,7 +45,6 @@ const PasswordInputInput = (props) => {
50
45
  const field = useFieldContext();
51
46
  return <sprawlify.input aria-describedby={field?.().ariaDescribedby} {...mergedProps} />;
52
47
  };
53
-
54
48
  //#endregion
55
49
  //#region src/components/password-input/password-input-label.tsx
56
50
  const PasswordInputLabel = (props) => {
@@ -58,7 +52,6 @@ const PasswordInputLabel = (props) => {
58
52
  const mergedProps = mergeProps$1(() => passwordInput().getLabelProps(), props);
59
53
  return <sprawlify.label {...mergedProps} />;
60
54
  };
61
-
62
55
  //#endregion
63
56
  //#region src/components/password-input/use-password-input.ts
64
57
  const usePasswordInput = (props) => {
@@ -80,7 +73,6 @@ const usePasswordInput = (props) => {
80
73
  const service = useMachine(passwordInput.machine, machineProps);
81
74
  return createMemo(() => passwordInput.connect(service, normalizeProps));
82
75
  };
83
-
84
76
  //#endregion
85
77
  //#region src/components/password-input/password-input-root.tsx
86
78
  const PasswordInputRoot = (props) => {
@@ -105,7 +97,6 @@ const PasswordInputRoot = (props) => {
105
97
  <sprawlify.div {...mergedProps} />
106
98
  </PasswordInputProvider>;
107
99
  };
108
-
109
100
  //#endregion
110
101
  //#region src/components/password-input/password-input-root-provider.tsx
111
102
  const PasswordInputRootProvider = (props) => {
@@ -114,7 +105,6 @@ const PasswordInputRootProvider = (props) => {
114
105
  <sprawlify.div {...mergedProps} />
115
106
  </PasswordInputProvider>;
116
107
  };
117
-
118
108
  //#endregion
119
109
  //#region src/components/password-input/password-input-visibility-trigger.tsx
120
110
  const PasswordInputVisibilityTrigger = (props) => {
@@ -122,7 +112,6 @@ const PasswordInputVisibilityTrigger = (props) => {
122
112
  const mergedProps = mergeProps$1(() => passwordInput().getVisibilityTriggerProps(), props);
123
113
  return <sprawlify.button {...mergedProps} />;
124
114
  };
125
-
126
115
  //#endregion
127
116
  //#region src/components/password-input/password-input.ts
128
117
  var password_input_exports = /* @__PURE__ */ __exportAll({
@@ -135,6 +124,5 @@ var password_input_exports = /* @__PURE__ */ __exportAll({
135
124
  RootProvider: () => PasswordInputRootProvider,
136
125
  VisibilityTrigger: () => PasswordInputVisibilityTrigger
137
126
  });
138
-
139
127
  //#endregion
140
- export { password_input_exports as PasswordInput, PasswordInputContext, PasswordInputControl, PasswordInputIndicator, PasswordInputInput, PasswordInputLabel, PasswordInputRoot, PasswordInputRootProvider, PasswordInputVisibilityTrigger, passwordInputAnatomy, usePasswordInput, usePasswordInputContext };
128
+ export { password_input_exports as PasswordInput, PasswordInputContext, PasswordInputControl, PasswordInputIndicator, PasswordInputInput, PasswordInputLabel, PasswordInputRoot, PasswordInputRootProvider, PasswordInputVisibilityTrigger, passwordInputAnatomy, usePasswordInput, usePasswordInputContext };
@@ -1,10 +1,11 @@
1
- import { n as PropTypes } from "../../index-CLwp1P-Z.js";
2
- import { i as Optional, n as MaybeAccessor } from "../../types-B9AK1oJL.js";
3
- import { r as PolymorphicProps, t as HTMLProps } from "../../factory-DMawBjkt.js";
4
- import * as solid_js279 from "solid-js";
1
+ import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
+ import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
+ import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
+ import { t as pinInputAnatomy } from "../../pin-input-anatomy-Dh7dVbsT.js";
5
+ import * as solid_js0 from "solid-js";
5
6
  import { Accessor, JSX } from "solid-js";
6
7
  import * as pinInput from "@sprawlify/primitives/machines/pin-input";
7
- import { InputProps, ValueChangeDetails, ValueChangeDetails as PinInputValueChangeDetails, ValueInvalidDetails, ValueInvalidDetails as PinInputValueInvalidDetails, anatomy as pinInputAnatomy } from "@sprawlify/primitives/machines/pin-input";
8
+ import { InputProps, ValueChangeDetails, ValueChangeDetails as PinInputValueChangeDetails, ValueInvalidDetails, ValueInvalidDetails as PinInputValueInvalidDetails } from "@sprawlify/primitives/machines/pin-input";
8
9
 
9
10
  //#region src/components/pin-input/use-pin-input.d.ts
10
11
  interface UsePinInputProps extends Optional<Omit<pinInput.Props, 'dir' | 'getRootNode'>, 'id'> {}
@@ -23,27 +24,27 @@ declare const PinInputContext: (props: PinInputContextProps) => JSX.Element;
23
24
  //#region src/components/pin-input/pin-input-control.d.ts
24
25
  interface PinInputControlBaseProps extends PolymorphicProps<'div'> {}
25
26
  interface PinInputControlProps extends HTMLProps<'div'>, PinInputControlBaseProps {}
26
- declare const PinInputControl: (props: PinInputControlProps) => solid_js279.JSX.Element;
27
+ declare const PinInputControl: (props: PinInputControlProps) => solid_js0.JSX.Element;
27
28
  //#endregion
28
29
  //#region src/components/pin-input/pin-input-hidden-input.d.ts
29
30
  interface PinInputHiddenInputBaseProps extends PolymorphicProps<'input'> {}
30
31
  interface PinInputHiddenInputProps extends HTMLProps<'input'>, PinInputHiddenInputBaseProps {}
31
- declare const PinInputHiddenInput: (props: PinInputHiddenInputProps) => solid_js279.JSX.Element;
32
+ declare const PinInputHiddenInput: (props: PinInputHiddenInputProps) => solid_js0.JSX.Element;
32
33
  //#endregion
33
34
  //#region src/components/pin-input/pin-input-input.d.ts
34
35
  interface PinInputInputBaseProps extends InputProps, PolymorphicProps<'input'> {}
35
36
  interface PinInputInputProps extends HTMLProps<'input'>, PinInputInputBaseProps {}
36
- declare const PinInputInput: (props: PinInputInputProps) => solid_js279.JSX.Element;
37
+ declare const PinInputInput: (props: PinInputInputProps) => solid_js0.JSX.Element;
37
38
  //#endregion
38
39
  //#region src/components/pin-input/pin-input-label.d.ts
39
40
  interface PinInputLabelBaseProps extends PolymorphicProps<'label'> {}
40
41
  interface PinInputLabelProps extends HTMLProps<'label'>, PinInputLabelBaseProps {}
41
- declare const PinInputLabel: (props: PinInputLabelProps) => solid_js279.JSX.Element;
42
+ declare const PinInputLabel: (props: PinInputLabelProps) => solid_js0.JSX.Element;
42
43
  //#endregion
43
44
  //#region src/components/pin-input/pin-input-root.d.ts
44
45
  interface PinInputRootBaseProps extends UsePinInputProps, PolymorphicProps<'div'> {}
45
46
  interface PinInputRootProps extends HTMLProps<'div'>, PinInputRootBaseProps {}
46
- declare const PinInputRoot: (props: PinInputRootProps) => solid_js279.JSX.Element;
47
+ declare const PinInputRoot: (props: PinInputRootProps) => solid_js0.JSX.Element;
47
48
  //#endregion
48
49
  //#region src/components/pin-input/pin-input-root-provider.d.ts
49
50
  interface RootProviderProps {
@@ -51,7 +52,7 @@ interface RootProviderProps {
51
52
  }
52
53
  interface PinInputRootProviderBaseProps extends PolymorphicProps<'div'> {}
53
54
  interface PinInputRootProviderProps extends HTMLProps<'div'>, RootProviderProps, PinInputRootProviderBaseProps {}
54
- declare const PinInputRootProvider: (props: PinInputRootProviderProps) => solid_js279.JSX.Element;
55
+ declare const PinInputRootProvider: (props: PinInputRootProviderProps) => solid_js0.JSX.Element;
55
56
  declare namespace pin_input_d_exports {
56
57
  export { PinInputContext as Context, PinInputContextProps as ContextProps, PinInputControl as Control, PinInputControlBaseProps as ControlBaseProps, PinInputControlProps as ControlProps, PinInputHiddenInput as HiddenInput, PinInputHiddenInputBaseProps as HiddenInputBaseProps, PinInputHiddenInputProps as HiddenInputProps, PinInputInput as Input, PinInputInputBaseProps as InputBaseProps, PinInputInputProps as InputProps, PinInputLabel as Label, PinInputLabelBaseProps as LabelBaseProps, PinInputLabelProps as LabelProps, PinInputRoot as Root, PinInputRootBaseProps as RootBaseProps, PinInputRootProps as RootProps, PinInputRootProvider as RootProvider, PinInputRootProviderBaseProps as RootProviderBaseProps, PinInputRootProviderProps as RootProviderProps, ValueChangeDetails, ValueInvalidDetails };
57
58
  }
@@ -1,30 +1,27 @@
1
- import { t as __exportAll } from "../../chunk-BN_g-Awi.js";
2
- import { i as useMachine, n as normalizeProps, r as mergeProps$2 } from "../../core-Crxbs6Ki.js";
3
- import { t as runIfFn } from "../../run-if-fn-CTrSA35K.js";
4
- import { t as createContext$1 } from "../../create-context-DPb5Yv_u.js";
5
- import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-CdwYAas1.js";
6
- import { t as sprawlify } from "../../factory-Ce76k0aC.js";
7
- import "../../field-anatomy-C90WAETb.js";
8
- import "../../fieldset-anatomy-BjnxJmos.js";
9
- import { t as pinInputAnatomy } from "../../pin-input-anatomy-B6uaxLlM.js";
10
- import { t as createSplitProps } from "../../create-split-props-DgGDQfdT.js";
11
- import "../../compose-refs-C-e3esqD.js";
12
- import "../../fieldset-DpvA0Vxw.js";
13
- import { p as useFieldContext } from "../../field-BaPLa3xz.js";
1
+ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
2
+ import { i as useMachine, n as normalizeProps, r as mergeProps$2 } from "../../core-BHfpfUk-.js";
3
+ import { t as runIfFn } from "../../run-if-fn-BV7F-Eeb.js";
4
+ import { t as createContext$1 } from "../../create-context-BEnzb67H.js";
5
+ import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-CEdBpdaX.js";
6
+ import { t as sprawlify } from "../../factory-DORgzART.js";
7
+ import "../../field-anatomy-BloFzq7T.js";
8
+ import "../../fieldset-anatomy-DBAg0hLg.js";
9
+ import { t as pinInputAnatomy } from "../../pin-input-anatomy-BIMEBnI2.js";
10
+ import { t as createSplitProps } from "../../create-split-props-OE-yOtGc.js";
11
+ import "../../compose-refs-BKcaHXR8.js";
12
+ import "../../fieldset-CKY6kn04.js";
13
+ import { p as useFieldContext } from "../../field-DLS1xeZs.js";
14
14
  import { createMemo, createUniqueId } from "solid-js";
15
15
  import { createComponent, mergeProps as mergeProps$1 } from "solid-js/web";
16
16
  import * as pinInput from "@sprawlify/primitives/machines/pin-input";
17
-
18
17
  //#region src/components/pin-input/use-pin-input-context.ts
19
18
  const [PinInputProvider, usePinInputContext] = createContext$1({
20
19
  hookName: "usePinInputContext",
21
20
  providerName: "<PinInputProvider />"
22
21
  });
23
-
24
22
  //#endregion
25
23
  //#region src/components/pin-input/pin-input-context.tsx
26
24
  const PinInputContext = (props) => props.children(usePinInputContext());
27
-
28
25
  //#endregion
29
26
  //#region src/components/pin-input/pin-input-control.tsx
30
27
  const PinInputControl = (props) => {
@@ -32,7 +29,6 @@ const PinInputControl = (props) => {
32
29
  const mergedProps = mergeProps$2(() => api().getControlProps(), props);
33
30
  return createComponent(sprawlify.div, mergedProps);
34
31
  };
35
-
36
32
  //#endregion
37
33
  //#region src/components/pin-input/pin-input-hidden-input.tsx
38
34
  const PinInputHiddenInput = (props) => {
@@ -43,7 +39,6 @@ const PinInputHiddenInput = (props) => {
43
39
  return field?.().ariaDescribedby;
44
40
  } }, mergedProps));
45
41
  };
46
-
47
42
  //#endregion
48
43
  //#region src/components/pin-input/pin-input-input.tsx
49
44
  const PinInputInput = (props) => {
@@ -52,7 +47,6 @@ const PinInputInput = (props) => {
52
47
  const mergedProps = mergeProps$2(() => api().getInputProps(inputProps), localProps);
53
48
  return createComponent(sprawlify.input, mergedProps);
54
49
  };
55
-
56
50
  //#endregion
57
51
  //#region src/components/pin-input/pin-input-label.tsx
58
52
  const PinInputLabel = (props) => {
@@ -60,7 +54,6 @@ const PinInputLabel = (props) => {
60
54
  const mergedProps = mergeProps$2(() => api().getLabelProps(), props);
61
55
  return createComponent(sprawlify.label, mergedProps);
62
56
  };
63
-
64
57
  //#endregion
65
58
  //#region src/components/pin-input/use-pin-input.ts
66
59
  const usePinInput = (props) => {
@@ -85,7 +78,6 @@ const usePinInput = (props) => {
85
78
  const service = useMachine(pinInput.machine, machineProps);
86
79
  return createMemo(() => pinInput.connect(service, normalizeProps));
87
80
  };
88
-
89
81
  //#endregion
90
82
  //#region src/components/pin-input/pin-input-root.tsx
91
83
  const PinInputRoot = (props) => {
@@ -123,7 +115,6 @@ const PinInputRoot = (props) => {
123
115
  }
124
116
  });
125
117
  };
126
-
127
118
  //#endregion
128
119
  //#region src/components/pin-input/pin-input-root-provider.tsx
129
120
  const PinInputRootProvider = (props) => {
@@ -136,7 +127,6 @@ const PinInputRootProvider = (props) => {
136
127
  }
137
128
  });
138
129
  };
139
-
140
130
  //#endregion
141
131
  //#region src/components/pin-input/pin-input.ts
142
132
  var pin_input_exports = /* @__PURE__ */ __exportAll({
@@ -148,6 +138,5 @@ var pin_input_exports = /* @__PURE__ */ __exportAll({
148
138
  Root: () => PinInputRoot,
149
139
  RootProvider: () => PinInputRootProvider
150
140
  });
151
-
152
141
  //#endregion
153
- export { pin_input_exports as PinInput, PinInputContext, PinInputControl, PinInputHiddenInput, PinInputInput, PinInputLabel, PinInputRoot, PinInputRootProvider, pinInputAnatomy, usePinInput, usePinInputContext };
142
+ export { pin_input_exports as PinInput, PinInputContext, PinInputControl, PinInputHiddenInput, PinInputInput, PinInputLabel, PinInputRoot, PinInputRootProvider, pinInputAnatomy, usePinInput, usePinInputContext };
@@ -1,27 +1,24 @@
1
- import { t as __exportAll } from "../../chunk-CbkudaSF.jsx";
2
- import { i as useMachine, n as normalizeProps, r as mergeProps$1 } from "../../core-B6ixUkqg.jsx";
3
- import { t as runIfFn } from "../../run-if-fn-CJUSlNHk.jsx";
4
- import { t as createContext$1 } from "../../create-context-DGJ79e4Y.jsx";
5
- import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-CjCWKYvZ.jsx";
6
- import { t as sprawlify } from "../../factory-CzIfQZJj.jsx";
7
- import { t as createSplitProps } from "../../create-split-props-CgD5kGV-.jsx";
8
- import "../../compose-refs-fqtYfDF0.jsx";
9
- import "../../fieldset-Dultvtpf.jsx";
10
- import { m as useFieldContext } from "../../field-BMLVDAiH.jsx";
1
+ import { t as __exportAll } from "../../chunk-pQxUBDkX.jsx";
2
+ import { i as useMachine, n as normalizeProps, r as mergeProps$1 } from "../../core-DUR6M1Mz.jsx";
3
+ import { t as runIfFn } from "../../run-if-fn-qkd0iQPO.jsx";
4
+ import { t as createContext$1 } from "../../create-context-iBxaUhvx.jsx";
5
+ import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-DsAwxh4b.jsx";
6
+ import { t as sprawlify } from "../../factory-B95XvEzz.jsx";
7
+ import { t as createSplitProps } from "../../create-split-props-B2Gc7D9P.jsx";
8
+ import "../../compose-refs-Jq47jedK.jsx";
9
+ import "../../fieldset-D3jChLai.jsx";
10
+ import { m as useFieldContext } from "../../field-DujBK584.jsx";
11
11
  import { createMemo, createUniqueId } from "solid-js";
12
12
  import * as pinInput from "@sprawlify/primitives/machines/pin-input";
13
13
  import { anatomy as pinInputAnatomy } from "@sprawlify/primitives/machines/pin-input";
14
-
15
14
  //#region src/components/pin-input/use-pin-input-context.ts
16
15
  const [PinInputProvider, usePinInputContext] = createContext$1({
17
16
  hookName: "usePinInputContext",
18
17
  providerName: "<PinInputProvider />"
19
18
  });
20
-
21
19
  //#endregion
22
20
  //#region src/components/pin-input/pin-input-context.tsx
23
21
  const PinInputContext = (props) => props.children(usePinInputContext());
24
-
25
22
  //#endregion
26
23
  //#region src/components/pin-input/pin-input-control.tsx
27
24
  const PinInputControl = (props) => {
@@ -29,7 +26,6 @@ const PinInputControl = (props) => {
29
26
  const mergedProps = mergeProps$1(() => api().getControlProps(), props);
30
27
  return <sprawlify.div {...mergedProps} />;
31
28
  };
32
-
33
29
  //#endregion
34
30
  //#region src/components/pin-input/pin-input-hidden-input.tsx
35
31
  const PinInputHiddenInput = (props) => {
@@ -38,7 +34,6 @@ const PinInputHiddenInput = (props) => {
38
34
  const field = useFieldContext();
39
35
  return <sprawlify.input aria-describedby={field?.().ariaDescribedby} {...mergedProps} />;
40
36
  };
41
-
42
37
  //#endregion
43
38
  //#region src/components/pin-input/pin-input-input.tsx
44
39
  const PinInputInput = (props) => {
@@ -47,7 +42,6 @@ const PinInputInput = (props) => {
47
42
  const mergedProps = mergeProps$1(() => api().getInputProps(inputProps), localProps);
48
43
  return <sprawlify.input {...mergedProps} />;
49
44
  };
50
-
51
45
  //#endregion
52
46
  //#region src/components/pin-input/pin-input-label.tsx
53
47
  const PinInputLabel = (props) => {
@@ -55,7 +49,6 @@ const PinInputLabel = (props) => {
55
49
  const mergedProps = mergeProps$1(() => api().getLabelProps(), props);
56
50
  return <sprawlify.label {...mergedProps} />;
57
51
  };
58
-
59
52
  //#endregion
60
53
  //#region src/components/pin-input/use-pin-input.ts
61
54
  const usePinInput = (props) => {
@@ -80,7 +73,6 @@ const usePinInput = (props) => {
80
73
  const service = useMachine(pinInput.machine, machineProps);
81
74
  return createMemo(() => pinInput.connect(service, normalizeProps));
82
75
  };
83
-
84
76
  //#endregion
85
77
  //#region src/components/pin-input/pin-input-root.tsx
86
78
  const PinInputRoot = (props) => {
@@ -115,7 +107,6 @@ const PinInputRoot = (props) => {
115
107
  <sprawlify.div {...mergedProps} />
116
108
  </PinInputProvider>;
117
109
  };
118
-
119
110
  //#endregion
120
111
  //#region src/components/pin-input/pin-input-root-provider.tsx
121
112
  const PinInputRootProvider = (props) => {
@@ -125,7 +116,6 @@ const PinInputRootProvider = (props) => {
125
116
  <sprawlify.div {...mergedProps} />
126
117
  </PinInputProvider>;
127
118
  };
128
-
129
119
  //#endregion
130
120
  //#region src/components/pin-input/pin-input.ts
131
121
  var pin_input_exports = /* @__PURE__ */ __exportAll({
@@ -137,6 +127,5 @@ var pin_input_exports = /* @__PURE__ */ __exportAll({
137
127
  Root: () => PinInputRoot,
138
128
  RootProvider: () => PinInputRootProvider
139
129
  });
140
-
141
130
  //#endregion
142
- export { pin_input_exports as PinInput, PinInputContext, PinInputControl, PinInputHiddenInput, PinInputInput, PinInputLabel, PinInputRoot, PinInputRootProvider, pinInputAnatomy, usePinInput, usePinInputContext };
131
+ export { pin_input_exports as PinInput, PinInputContext, PinInputControl, PinInputHiddenInput, PinInputInput, PinInputLabel, PinInputRoot, PinInputRootProvider, pinInputAnatomy, usePinInput, usePinInputContext };
@@ -1,37 +1,37 @@
1
- import { n as PropTypes } from "../../index-CLwp1P-Z.js";
2
- import { i as Optional, n as MaybeAccessor } from "../../types-B9AK1oJL.js";
3
- import { r as PolymorphicProps, t as HTMLProps } from "../../factory-DMawBjkt.js";
4
- import "../../render-strategy-CU_9g0dp.js";
5
- import { s as UsePresenceProps } from "../../index-DdPh0ROQ.js";
6
- import * as solid_js206 from "solid-js";
1
+ import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
+ import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
+ import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
+ import { t as popoverAnatomy } from "../../popover-anatomy-CIt7PUmS.js";
6
+ import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
8
8
  import * as popover from "@sprawlify/primitives/machines/popover";
9
- import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent, anatomy as popoverAnatomy } from "@sprawlify/primitives/machines/popover";
9
+ import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent } from "@sprawlify/primitives/machines/popover";
10
10
 
11
11
  //#region src/components/popover/popover-anchor.d.ts
12
12
  interface PopoverAnchorBaseProps extends PolymorphicProps<'div'> {}
13
13
  interface PopoverAnchorProps extends HTMLProps<'div'>, PopoverAnchorBaseProps {}
14
- declare const PopoverAnchor: (props: PopoverAnchorProps) => solid_js206.JSX.Element;
14
+ declare const PopoverAnchor: (props: PopoverAnchorProps) => solid_js0.JSX.Element;
15
15
  //#endregion
16
16
  //#region src/components/popover/popover-arrow.d.ts
17
17
  interface PopoverArrowBaseProps extends PolymorphicProps<'div'> {}
18
18
  interface PopoverArrowProps extends HTMLProps<'div'>, PopoverArrowBaseProps {}
19
- declare const PopoverArrow: (props: PopoverArrowProps) => solid_js206.JSX.Element;
19
+ declare const PopoverArrow: (props: PopoverArrowProps) => solid_js0.JSX.Element;
20
20
  //#endregion
21
21
  //#region src/components/popover/popover-arrow-tip.d.ts
22
22
  interface PopoverArrowTipBaseProps extends PolymorphicProps<'div'> {}
23
23
  interface PopoverArrowTipProps extends HTMLProps<'div'>, PopoverArrowTipBaseProps {}
24
- declare const PopoverArrowTip: (props: PopoverArrowTipProps) => solid_js206.JSX.Element;
24
+ declare const PopoverArrowTip: (props: PopoverArrowTipProps) => solid_js0.JSX.Element;
25
25
  //#endregion
26
26
  //#region src/components/popover/popover-close-trigger.d.ts
27
27
  interface PopoverCloseTriggerBaseProps extends PolymorphicProps<'button'> {}
28
28
  interface PopoverCloseTriggerProps extends HTMLProps<'button'>, PopoverCloseTriggerBaseProps {}
29
- declare const PopoverCloseTrigger: (props: PopoverCloseTriggerProps) => solid_js206.JSX.Element;
29
+ declare const PopoverCloseTrigger: (props: PopoverCloseTriggerProps) => solid_js0.JSX.Element;
30
30
  //#endregion
31
31
  //#region src/components/popover/popover-content.d.ts
32
32
  interface PopoverContentBaseProps extends PolymorphicProps<'div'> {}
33
33
  interface PopoverContentProps extends HTMLProps<'div'>, PopoverContentBaseProps {}
34
- declare const PopoverContent: (props: PopoverContentProps) => solid_js206.JSX.Element;
34
+ declare const PopoverContent: (props: PopoverContentProps) => solid_js0.JSX.Element;
35
35
  //#endregion
36
36
  //#region src/components/popover/use-popover.d.ts
37
37
  interface UsePopoverProps extends Optional<Omit<popover.Props, 'dir' | 'getRootNode'>, 'id'> {}
@@ -50,17 +50,17 @@ declare const PopoverContext: (props: PopoverContextProps) => JSX.Element;
50
50
  //#region src/components/popover/popover-description.d.ts
51
51
  interface PopoverDescriptionBaseProps extends PolymorphicProps<'div'> {}
52
52
  interface PopoverDescriptionProps extends HTMLProps<'div'>, PopoverDescriptionBaseProps {}
53
- declare const PopoverDescription: (props: PopoverDescriptionProps) => solid_js206.JSX.Element;
53
+ declare const PopoverDescription: (props: PopoverDescriptionProps) => solid_js0.JSX.Element;
54
54
  //#endregion
55
55
  //#region src/components/popover/popover-indicator.d.ts
56
56
  interface PopoverIndicatorBaseProps extends PolymorphicProps<'div'> {}
57
57
  interface PopoverIndicatorProps extends HTMLProps<'div'>, PopoverIndicatorBaseProps {}
58
- declare const PopoverIndicator: (props: PopoverIndicatorProps) => solid_js206.JSX.Element;
58
+ declare const PopoverIndicator: (props: PopoverIndicatorProps) => solid_js0.JSX.Element;
59
59
  //#endregion
60
60
  //#region src/components/popover/popover-positioner.d.ts
61
61
  interface PopoverPositionerBaseProps extends PolymorphicProps<'div'> {}
62
62
  interface PopoverPositionerProps extends HTMLProps<'div'>, PopoverPositionerBaseProps {}
63
- declare const PopoverPositioner: (props: PopoverPositionerProps) => solid_js206.JSX.Element;
63
+ declare const PopoverPositioner: (props: PopoverPositionerProps) => solid_js0.JSX.Element;
64
64
  //#endregion
65
65
  //#region src/components/popover/popover-root.d.ts
66
66
  interface PopoverRootBaseProps extends UsePopoverProps, UsePresenceProps {}
@@ -82,12 +82,12 @@ declare const PopoverRootProvider: (props: PopoverRootProviderProps) => JSX.Elem
82
82
  //#region src/components/popover/popover-title.d.ts
83
83
  interface PopoverTitleBaseProps extends PolymorphicProps<'div'> {}
84
84
  interface PopoverTitleProps extends HTMLProps<'div'>, PopoverTitleBaseProps {}
85
- declare const PopoverTitle: (props: PopoverTitleProps) => solid_js206.JSX.Element;
85
+ declare const PopoverTitle: (props: PopoverTitleProps) => solid_js0.JSX.Element;
86
86
  //#endregion
87
87
  //#region src/components/popover/popover-trigger.d.ts
88
88
  interface PopoverTriggerBaseProps extends PolymorphicProps<'button'> {}
89
89
  interface PopoverTriggerProps extends HTMLProps<'button'>, PopoverTriggerBaseProps {}
90
- declare const PopoverTrigger: (props: PopoverTriggerProps) => solid_js206.JSX.Element;
90
+ declare const PopoverTrigger: (props: PopoverTriggerProps) => solid_js0.JSX.Element;
91
91
  declare namespace popover_d_exports {
92
92
  export { PopoverAnchor as Anchor, PopoverAnchorBaseProps as AnchorBaseProps, PopoverAnchorProps as AnchorProps, PopoverArrow as Arrow, PopoverArrowBaseProps as ArrowBaseProps, PopoverArrowProps as ArrowProps, PopoverArrowTip as ArrowTip, PopoverArrowTipBaseProps as ArrowTipBaseProps, PopoverArrowTipProps as ArrowTipProps, PopoverCloseTrigger as CloseTrigger, PopoverCloseTriggerBaseProps as CloseTriggerBaseProps, PopoverCloseTriggerProps as CloseTriggerProps, PopoverContent as Content, PopoverContentBaseProps as ContentBaseProps, PopoverContentProps as ContentProps, PopoverContext as Context, PopoverContextProps as ContextProps, PopoverDescription as Description, PopoverDescriptionBaseProps as DescriptionBaseProps, PopoverDescriptionProps as DescriptionProps, FocusOutsideEvent, PopoverIndicator as Indicator, PopoverIndicatorBaseProps as IndicatorBaseProps, PopoverIndicatorProps as IndicatorProps, InteractOutsideEvent, OpenChangeDetails, PointerDownOutsideEvent, PopoverPositioner as Positioner, PopoverPositionerBaseProps as PositionerBaseProps, PopoverPositionerProps as PositionerProps, PopoverRoot as Root, PopoverRootBaseProps as RootBaseProps, PopoverRootProps as RootProps, PopoverRootProvider as RootProvider, PopoverRootProviderBaseProps as RootProviderBaseProps, PopoverRootProviderProps as RootProviderProps, PopoverTitle as Title, PopoverTitleBaseProps as TitleBaseProps, PopoverTitleProps as TitleProps, PopoverTrigger as Trigger, PopoverTriggerBaseProps as TriggerBaseProps, PopoverTriggerProps as TriggerProps };
93
93
  }