@sprawlify/solid 0.0.18 → 0.0.20

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 (328) hide show
  1. package/dist/accordion-anatomy-LuKj41ZJ.d.ts +2 -0
  2. package/dist/accordion-anatomy-o_xoA0Gf.js +3 -0
  3. package/dist/angle-slider-anatomy-BD5b55Bt.d.ts +2 -0
  4. package/dist/angle-slider-anatomy-wS0r05BJ.js +3 -0
  5. package/dist/avatar-anatomy-CSxGcJN_.js +3 -0
  6. package/dist/avatar-anatomy-DLMajwZs.d.ts +2 -0
  7. package/dist/bottom-sheet-anatomy-3kADPmIs.js +3 -0
  8. package/dist/bottom-sheet-anatomy-BCF96W4Y.d.ts +2 -0
  9. package/dist/carousel-anatomy-BQWRlsZA.d.ts +6 -0
  10. package/dist/carousel-anatomy-qgnwv0TQ.js +7 -0
  11. package/dist/checkbox-anatomy-C0imZUAW.d.ts +6 -0
  12. package/dist/checkbox-anatomy-D0IYQC5y.js +7 -0
  13. package/dist/clipboard-anatomy-DIutBwme.d.ts +2 -0
  14. package/dist/clipboard-anatomy-bgEYg52s.js +3 -0
  15. package/dist/{collapsible-BT7AHLQr.js → collapsible-D_07zDrL.js} +9 -10
  16. package/dist/collapsible-anatomy-BnKium1r.d.ts +2 -0
  17. package/dist/collapsible-anatomy-DWYi0ZA_.js +3 -0
  18. package/dist/{collapsible-14K1NkX_.jsx → collapsible-hi2814tq.jsx} +8 -8
  19. package/dist/{collection-CIXQG-Ne.jsx → collection--IEeSstQ.jsx} +2 -2
  20. package/dist/{collection-BVSLJ8Vb.js → collection--s4jM1D5.js} +2 -2
  21. package/dist/color-picker-anatomy-BpZRoIAN.js +7 -0
  22. package/dist/color-picker-anatomy-C_D7Q3pP.d.ts +6 -0
  23. package/dist/combobox-anatomy-D4OuryoU.d.ts +6 -0
  24. package/dist/combobox-anatomy-DvY6g9hK.js +7 -0
  25. package/dist/components/accordion/index.d.ts +13 -12
  26. package/dist/components/accordion/index.js +10 -10
  27. package/dist/components/accordion/index.jsx +9 -9
  28. package/dist/components/anatomy.d.ts +51 -0
  29. package/dist/components/anatomy.js +53 -0
  30. package/dist/components/angle-slider/index.d.ts +15 -14
  31. package/dist/components/angle-slider/index.js +8 -8
  32. package/dist/components/angle-slider/index.jsx +7 -7
  33. package/dist/components/avatar/index.d.ts +10 -9
  34. package/dist/components/avatar/index.js +8 -8
  35. package/dist/components/avatar/index.jsx +7 -7
  36. package/dist/components/bottom-sheet/index.d.ts +15 -14
  37. package/dist/components/bottom-sheet/index.js +11 -11
  38. package/dist/components/bottom-sheet/index.jsx +10 -10
  39. package/dist/components/carousel/index.d.ts +16 -19
  40. package/dist/components/carousel/index.js +8 -12
  41. package/dist/components/carousel/index.jsx +7 -7
  42. package/dist/components/checkbox/index.d.ts +13 -16
  43. package/dist/components/checkbox/index.js +13 -15
  44. package/dist/components/checkbox/index.jsx +10 -10
  45. package/dist/components/clipboard/index.d.ts +13 -12
  46. package/dist/components/clipboard/index.js +8 -8
  47. package/dist/components/clipboard/index.jsx +7 -7
  48. package/dist/components/collapsible/index.d.ts +12 -11
  49. package/dist/components/collapsible/index.js +8 -7
  50. package/dist/components/collapsible/index.jsx +7 -7
  51. package/dist/components/collection/index.d.ts +2 -2
  52. package/dist/components/collection/index.js +2 -2
  53. package/dist/components/collection/index.jsx +2 -2
  54. package/dist/components/color-picker/index.d.ts +35 -38
  55. package/dist/components/color-picker/index.js +16 -17
  56. package/dist/components/color-picker/index.jsx +12 -12
  57. package/dist/components/combobox/index.d.ts +22 -25
  58. package/dist/components/combobox/index.js +16 -18
  59. package/dist/components/combobox/index.jsx +13 -13
  60. package/dist/components/date-picker/index.d.ts +32 -35
  61. package/dist/components/date-picker/index.js +12 -15
  62. package/dist/components/date-picker/index.jsx +10 -10
  63. package/dist/components/dialog/index.d.ts +15 -14
  64. package/dist/components/dialog/index.js +11 -11
  65. package/dist/components/dialog/index.jsx +10 -10
  66. package/dist/components/download-trigger/index.d.ts +2 -2
  67. package/dist/components/download-trigger/index.js +4 -4
  68. package/dist/components/download-trigger/index.jsx +4 -4
  69. package/dist/components/editable/index.d.ts +16 -15
  70. package/dist/components/editable/index.js +13 -11
  71. package/dist/components/editable/index.jsx +10 -10
  72. package/dist/components/field/index.d.ts +14 -17
  73. package/dist/components/field/index.js +10 -8
  74. package/dist/components/field/index.jsx +8 -8
  75. package/dist/components/fieldset/index.d.ts +11 -14
  76. package/dist/components/fieldset/index.js +8 -7
  77. package/dist/components/fieldset/index.jsx +7 -7
  78. package/dist/components/file-upload/index.d.ts +20 -19
  79. package/dist/components/file-upload/index.js +13 -11
  80. package/dist/components/file-upload/index.jsx +10 -10
  81. package/dist/components/floating-panel/index.d.ts +19 -18
  82. package/dist/components/floating-panel/index.js +11 -11
  83. package/dist/components/floating-panel/index.jsx +10 -10
  84. package/dist/components/focus-trap/index.d.ts +4 -4
  85. package/dist/components/focus-trap/index.js +4 -4
  86. package/dist/components/focus-trap/index.jsx +4 -4
  87. package/dist/components/format/index.d.ts +4 -4
  88. package/dist/components/format/index.js +3 -3
  89. package/dist/components/format/index.jsx +3 -3
  90. package/dist/components/frame/index.d.ts +1 -1
  91. package/dist/components/frame/index.js +3 -3
  92. package/dist/components/frame/index.jsx +3 -3
  93. package/dist/components/highlight/index.d.ts +3 -3
  94. package/dist/components/highlight/index.js +2 -2
  95. package/dist/components/highlight/index.jsx +2 -2
  96. package/dist/components/hover-card/index.d.ts +13 -12
  97. package/dist/components/hover-card/index.js +11 -11
  98. package/dist/components/hover-card/index.jsx +10 -10
  99. package/dist/components/image-cropper/index.d.ts +13 -12
  100. package/dist/components/image-cropper/index.js +9 -8
  101. package/dist/components/image-cropper/index.jsx +7 -7
  102. package/dist/components/json-tree-view/index.d.ts +6 -6
  103. package/dist/components/json-tree-view/index.js +10 -10
  104. package/dist/components/json-tree-view/index.jsx +10 -10
  105. package/dist/components/listbox/index.d.ts +17 -20
  106. package/dist/components/listbox/index.js +9 -13
  107. package/dist/components/listbox/index.jsx +8 -8
  108. package/dist/components/marquee/index.d.ts +11 -10
  109. package/dist/components/marquee/index.js +8 -8
  110. package/dist/components/marquee/index.jsx +7 -7
  111. package/dist/components/menu/index.d.ts +27 -26
  112. package/dist/components/menu/index.js +11 -11
  113. package/dist/components/menu/index.jsx +10 -10
  114. package/dist/components/navigation-menu/index.d.ts +19 -18
  115. package/dist/components/navigation-menu/index.js +11 -11
  116. package/dist/components/navigation-menu/index.jsx +10 -10
  117. package/dist/components/number-input/index.d.ts +15 -14
  118. package/dist/components/number-input/index.js +13 -11
  119. package/dist/components/number-input/index.jsx +10 -10
  120. package/dist/components/pagination/index.d.ts +14 -13
  121. package/dist/components/pagination/index.js +8 -8
  122. package/dist/components/pagination/index.jsx +7 -7
  123. package/dist/components/password-input/index.d.ts +11 -10
  124. package/dist/components/password-input/index.js +13 -11
  125. package/dist/components/password-input/index.jsx +10 -10
  126. package/dist/components/pin-input/index.d.ts +12 -11
  127. package/dist/components/pin-input/index.js +13 -11
  128. package/dist/components/pin-input/index.jsx +10 -10
  129. package/dist/components/popover/index.d.ts +18 -17
  130. package/dist/components/popover/index.js +11 -11
  131. package/dist/components/popover/index.jsx +10 -10
  132. package/dist/components/presence/index.d.ts +4 -4
  133. package/dist/components/presence/index.js +7 -7
  134. package/dist/components/presence/index.jsx +7 -7
  135. package/dist/components/progress/index.d.ts +80 -0
  136. package/dist/components/progress/index.js +163 -0
  137. package/dist/components/progress/index.jsx +154 -0
  138. package/dist/components/qr-code/index.d.ts +60 -0
  139. package/dist/components/qr-code/index.js +124 -0
  140. package/dist/components/qr-code/index.jsx +117 -0
  141. package/dist/components/radio-group/index.d.ts +79 -0
  142. package/dist/components/radio-group/index.js +190 -0
  143. package/dist/components/radio-group/index.jsx +176 -0
  144. package/dist/components/rating-group/index.d.ts +69 -0
  145. package/dist/components/rating-group/index.js +161 -0
  146. package/dist/components/rating-group/index.jsx +148 -0
  147. package/dist/components/scroll-area/index.d.ts +64 -0
  148. package/dist/components/scroll-area/index.js +134 -0
  149. package/dist/components/scroll-area/index.jsx +124 -0
  150. package/dist/components/segment-group/index.d.ts +79 -0
  151. package/dist/components/segment-group/index.js +180 -0
  152. package/dist/components/segment-group/index.jsx +172 -0
  153. package/dist/components/select/index.d.ts +24 -23
  154. package/dist/components/select/index.js +16 -14
  155. package/dist/components/select/index.jsx +13 -13
  156. package/dist/components/signature-pad/index.d.ts +70 -0
  157. package/dist/components/signature-pad/index.js +185 -0
  158. package/dist/components/signature-pad/index.jsx +156 -0
  159. package/dist/components/slider/index.d.ts +90 -0
  160. package/dist/components/slider/index.js +210 -0
  161. package/dist/components/slider/index.jsx +196 -0
  162. package/dist/components/splitter/index.d.ts +55 -0
  163. package/dist/components/splitter/index.js +133 -0
  164. package/dist/components/splitter/index.jsx +122 -0
  165. package/dist/components/steps/index.d.ts +102 -0
  166. package/dist/components/steps/index.js +218 -0
  167. package/dist/components/steps/index.jsx +203 -0
  168. package/dist/components/switch/index.d.ts +60 -0
  169. package/dist/components/switch/index.js +142 -0
  170. package/dist/components/switch/index.jsx +131 -0
  171. package/dist/components/tabs/index.d.ts +61 -0
  172. package/dist/components/tabs/index.js +161 -0
  173. package/dist/components/tabs/index.jsx +137 -0
  174. package/dist/components/tags-input/index.d.ts +99 -0
  175. package/dist/components/tags-input/index.js +251 -0
  176. package/dist/components/tags-input/index.jsx +234 -0
  177. package/dist/components/timer/index.d.ts +65 -0
  178. package/dist/components/timer/index.js +132 -0
  179. package/dist/components/timer/index.jsx +123 -0
  180. package/dist/components/toast/index.d.ts +63 -0
  181. package/dist/components/toast/index.js +134 -0
  182. package/dist/components/toast/index.jsx +118 -0
  183. package/dist/components/toggle/index.d.ts +38 -0
  184. package/dist/components/toggle/index.js +81 -0
  185. package/dist/components/toggle/index.jsx +71 -0
  186. package/dist/components/toggle-group/index.d.ts +45 -0
  187. package/dist/components/toggle-group/index.js +97 -0
  188. package/dist/components/toggle-group/index.jsx +90 -0
  189. package/dist/components/tooltip/index.d.ts +71 -0
  190. package/dist/components/tooltip/index.js +171 -0
  191. package/dist/components/tooltip/index.jsx +139 -0
  192. package/dist/components/tour/index.d.ts +106 -0
  193. package/dist/components/tour/index.js +258 -0
  194. package/dist/components/tour/index.jsx +196 -0
  195. package/dist/components/tree-view/index.d.ts +7 -6
  196. package/dist/components/tree-view/index.js +10 -9
  197. package/dist/components/tree-view/index.jsx +9 -9
  198. package/dist/date-picker-anatomy-DAOTTYvh.d.ts +6 -0
  199. package/dist/date-picker-anatomy-DgrVN3G8.js +7 -0
  200. package/dist/dialog-anatomy-Bw3Zw-Sk.d.ts +2 -0
  201. package/dist/dialog-anatomy-MGSvHVHZ.js +3 -0
  202. package/dist/editable-anatomy-B3_vixL9.js +3 -0
  203. package/dist/editable-anatomy-Ds52botR.d.ts +2 -0
  204. package/dist/{factory-srnAQg4A.d.ts → factory-47nL1bn3.d.ts} +1 -4
  205. package/dist/{factory-k8EbNZ7r.js → factory-CRBABr3I.js} +1 -1
  206. package/dist/{factory-BIJk1mK6.jsx → factory-CWJejsJ5.jsx} +1 -1
  207. package/dist/factory-CpgiPRji.d.ts +16 -0
  208. package/dist/{field-CZv3v7K-.js → field-BCordac5.js} +10 -15
  209. package/dist/{field-CtkmPUb0.jsx → field-NgZys4GU.jsx} +8 -8
  210. package/dist/field-anatomy-BgbxvZjw.d.ts +6 -0
  211. package/dist/field-anatomy-CbZd-AfX.js +8 -0
  212. package/dist/{fieldset-aYQsMWX2.jsx → fieldset-CnzvSH3P.jsx} +8 -8
  213. package/dist/{fieldset-B2nK8dL5.js → fieldset-DQmh-Ktv.js} +10 -15
  214. package/dist/fieldset-anatomy-BBa9WoaP.js +8 -0
  215. package/dist/fieldset-anatomy-CRM45oos.d.ts +6 -0
  216. package/dist/file-upload-anatomy-BLwYqz4f.js +3 -0
  217. package/dist/file-upload-anatomy-CZLamYyS.d.ts +2 -0
  218. package/dist/floating-panel-anatomy-DAwu9cP2.d.ts +2 -0
  219. package/dist/floating-panel-anatomy-DdzzXyoS.js +3 -0
  220. package/dist/hover-card-anatomy-BJZ9YpS5.d.ts +2 -0
  221. package/dist/hover-card-anatomy-DB-eZzNF.js +3 -0
  222. package/dist/image-cropper-anatomy-B4J-qCPo.js +3 -0
  223. package/dist/image-cropper-anatomy-Cm1QxL0W.d.ts +2 -0
  224. package/dist/{index-Dl22eiVf.d.ts → index-0MuoYCPp.d.ts} +20 -20
  225. package/dist/{index-Dqmtlqpz.d.ts → index-BYed87Fh.d.ts} +22 -22
  226. package/dist/{index-utxtRaDW.d.ts → index-CefJ3Mlu.d.ts} +2 -2
  227. package/dist/index-CkYyW1zB.d.ts +23 -0
  228. package/dist/{index-DylIyeqd.d.ts → index-Cxus87ws.d.ts} +8 -8
  229. package/dist/{index-w0NPbRP3.d.ts → index-CyfxegK0.d.ts} +8 -8
  230. package/dist/{index-BwthXhaG.d.ts → index-DfYcUadF.d.ts} +1 -1
  231. package/dist/index-SHPRZOqK.d.ts +14 -0
  232. package/dist/index-k6GG_NQV.d.ts +76 -0
  233. package/dist/index-puD7Bj_r.d.ts +41 -0
  234. package/dist/index.d.ts +5 -5
  235. package/dist/index.js +5 -5
  236. package/dist/index.jsx +5 -5
  237. package/dist/listbox-anatomy-Cp0Sg16v.js +7 -0
  238. package/dist/listbox-anatomy-D_Ty5FBV.d.ts +6 -0
  239. package/dist/marquee-anatomy-VZnfKxxg.js +3 -0
  240. package/dist/marquee-anatomy-oa1gn_nx.d.ts +2 -0
  241. package/dist/menu-anatomy-C7nmgGfd.js +3 -0
  242. package/dist/menu-anatomy-Yex6fsPC.d.ts +2 -0
  243. package/dist/navigation-menu-anatomy-COzWk1C_.js +3 -0
  244. package/dist/navigation-menu-anatomy-Dfg6aSrU.d.ts +2 -0
  245. package/dist/number-input-anatomy-DlxJhB02.js +3 -0
  246. package/dist/number-input-anatomy-DsdB6-Mz.d.ts +2 -0
  247. package/dist/pagination-anatomy-CFKd-0pG.d.ts +2 -0
  248. package/dist/pagination-anatomy-DxmOWDig.js +3 -0
  249. package/dist/password-input-anatomy-D0kCe_JJ.js +3 -0
  250. package/dist/password-input-anatomy-DDNW5_5q.d.ts +2 -0
  251. package/dist/pin-input-anatomy--9FMYbY_.d.ts +2 -0
  252. package/dist/pin-input-anatomy-BEIU-Y30.js +3 -0
  253. package/dist/popover-anatomy-B2SFhoUT.js +3 -0
  254. package/dist/popover-anatomy-C0MzJZ3B.d.ts +2 -0
  255. package/dist/{presence-Clrs1hmS.js → presence-NuziQqqg.js} +7 -7
  256. package/dist/{presence-H4-8_5_s.jsx → presence-ZCUJRZyo.jsx} +7 -7
  257. package/dist/progress-anatomy-BrjbAgaZ.d.ts +2 -0
  258. package/dist/progress-anatomy-hBCAAkqh.js +3 -0
  259. package/dist/{providers-C6VPiSrB.jsx → providers-DsPqz7EL.jsx} +2 -2
  260. package/dist/{providers-DgUckEdb.js → providers-PrTpHfBr.js} +2 -2
  261. package/dist/qr-code-anatomy-BGfk37hp.d.ts +2 -0
  262. package/dist/qr-code-anatomy-uajXqPRf.js +3 -0
  263. package/dist/radio-group-anatomy-B1UQnu0f.d.ts +2 -0
  264. package/dist/radio-group-anatomy-C74Bceji.js +3 -0
  265. package/dist/rating-group-anatomy-ARHgMm5d.js +3 -0
  266. package/dist/rating-group-anatomy-DETUNHP0.d.ts +2 -0
  267. package/dist/render-strategy-DZynJsi2.d.ts +9 -0
  268. package/dist/{render-strategy-BlHCR8sl.js → render-strategy-U4x7_Ist.js} +2 -2
  269. package/dist/{render-strategy-KJFIjVVG.jsx → render-strategy-_PhwzAgZ.jsx} +2 -2
  270. package/dist/scroll-area-anatomy-DbGNdc9h.js +3 -0
  271. package/dist/scroll-area-anatomy-DpNDBTCh.d.ts +2 -0
  272. package/dist/segment-group-anatomy-B5fYMn2x.js +8 -0
  273. package/dist/segment-group-anatomy-ByucVeII.d.ts +6 -0
  274. package/dist/select-anatomy-C-C6kOOF.d.ts +2 -0
  275. package/dist/select-anatomy-D-hDwjng.js +3 -0
  276. package/dist/signature-pad-anatomy-BPRzD8r2.js +3 -0
  277. package/dist/signature-pad-anatomy-DmdvoOSX.d.ts +2 -0
  278. package/dist/slider-anatomy-BhIPuHNN.d.ts +2 -0
  279. package/dist/slider-anatomy-KVOUw4Rb.js +3 -0
  280. package/dist/splitter-anatomy-BONfxWi-.d.ts +2 -0
  281. package/dist/splitter-anatomy-D6AP25Kw.js +3 -0
  282. package/dist/steps-anatomy-DIg2DYw-.d.ts +2 -0
  283. package/dist/steps-anatomy-DadglyM4.js +3 -0
  284. package/dist/switch-anatomy-B9kSLgdn.d.ts +2 -0
  285. package/dist/switch-anatomy-dc2hdWBY.js +3 -0
  286. package/dist/tabs-anatomy-CHgCEJsD.js +3 -0
  287. package/dist/tabs-anatomy-nslgxs56.d.ts +2 -0
  288. package/dist/tags-input-anatomy-BLnjypXf.d.ts +2 -0
  289. package/dist/tags-input-anatomy-DeQcN1NX.js +3 -0
  290. package/dist/timer-anatomy-C7PWvKv1.d.ts +2 -0
  291. package/dist/timer-anatomy-UMWybMgG.js +3 -0
  292. package/dist/toast-anatomy-DLI_UJyj.js +3 -0
  293. package/dist/toast-anatomy-DPPfbzb8.d.ts +2 -0
  294. package/dist/toggle-anatomy-CYe5EO2_.d.ts +6 -0
  295. package/dist/toggle-anatomy-Tvx2zJXX.js +8 -0
  296. package/dist/toggle-group-anatomy-CzlIeJrP.js +3 -0
  297. package/dist/toggle-group-anatomy-D0bmgEEb.d.ts +2 -0
  298. package/dist/tooltip-anatomy-bM3dzYCm.js +3 -0
  299. package/dist/tooltip-anatomy-dy8p3xbe.d.ts +2 -0
  300. package/dist/tour-anatomy-LglmO8ZE.d.ts +6 -0
  301. package/dist/tour-anatomy-dw8E6e1m.js +7 -0
  302. package/dist/{tree-view-DJgvku6y.jsx → tree-view-Bd-Avra8.jsx} +9 -9
  303. package/dist/tree-view-anatomy-DCvheYGf.js +3 -0
  304. package/dist/tree-view-anatomy-DNpQsIjf.d.ts +2 -0
  305. package/dist/{tree-view-CyvT0V14.js → tree-view-dpzsuFjQ.js} +10 -11
  306. package/dist/types-BuJXW13N.d.ts +9 -0
  307. package/dist/utils/index.d.ts +1 -1
  308. package/dist/utils/index.js +2 -2
  309. package/dist/utils/index.jsx +2 -2
  310. package/package.json +107 -7
  311. /package/dist/{chunk-BJ7z6UrO.jsx → chunk-DGaS4lLa.js} +0 -0
  312. /package/dist/{chunk-Bn8mXcTA.js → chunk-DLIiRulR.jsx} +0 -0
  313. /package/dist/{compose-refs-Cp4AShsY.jsx → compose-refs-11PIsxEa.jsx} +0 -0
  314. /package/dist/{compose-refs-tCBI7PRJ.js → compose-refs-Chr9AtC3.js} +0 -0
  315. /package/dist/{core-CRjuRw95.js → core-BgpRwoCt.jsx} +0 -0
  316. /package/dist/{core-C_FYj4uc.jsx → core-DlJdnFMg.js} +0 -0
  317. /package/dist/{create-context-BwqlrMqL.jsx → create-context-BpJ2IzPB.jsx} +0 -0
  318. /package/dist/{create-context-DlXBVMoq.js → create-context-BqG72mig.js} +0 -0
  319. /package/dist/{create-split-props-BHmgTHSf.js → create-split-props-8J9EAVSk.jsx} +0 -0
  320. /package/dist/{create-split-props-CKwjjjkD.jsx → create-split-props-L9BbhhCg.js} +0 -0
  321. /package/dist/{index-DiANe65S.d.ts → index-5ET6GeB1.d.ts} +0 -0
  322. /package/dist/{index-BLALA3BS.d.ts → index-B3_OUYsI.d.ts} +0 -0
  323. /package/dist/{render-strategy-BmTDUy3U.d.ts → render-strategy-C62CF-LT.d.ts} +0 -0
  324. /package/dist/{run-if-fn-C80kt4dU.js → run-if-fn-COsqwaBZ.js} +0 -0
  325. /package/dist/{run-if-fn-CrJzzDIM.jsx → run-if-fn-D55yVu32.jsx} +0 -0
  326. /package/dist/{types-mGUbKy2h.d.ts → types-BDfyh3uz.d.ts} +0 -0
  327. /package/dist/{utils-DSmVDqW7.js → utils-Bq8C05Rs.jsx} +0 -0
  328. /package/dist/{utils-DhhcJyG-.jsx → utils-Djg7j5f9.js} +0 -0
@@ -0,0 +1,14 @@
1
+ import { Context } from "solid-js";
2
+
3
+ //#region src/utils/create-context.d.ts
4
+ interface CreateContextOptions<T> {
5
+ strict?: boolean;
6
+ hookName?: string;
7
+ providerName?: string;
8
+ errorMessage?: string;
9
+ defaultValue?: T;
10
+ }
11
+ type CreateContextReturn<T> = [Context<T>['Provider'], () => T, Context<T>];
12
+ declare function createContext$1<T>(options?: CreateContextOptions<T>): CreateContextReturn<T>;
13
+ //#endregion
14
+ export { createContext$1 as t };
@@ -0,0 +1,76 @@
1
+ import { n as MaybeAccessor } from "./types-BDfyh3uz.js";
2
+ import { Accessor } from "solid-js";
3
+ import { CollectionItem, CollectionItem as CollectionItem$1, CollectionOptions, FilePathTreeNode, FilePathTreeNode as FilePathTreeNode$1, FlatTreeNode, GridCollection as GridCollection$1, GridCollectionOptions, ListCollection as ListCollection$1, SelectionMode, TreeCollection, TreeCollection as TreeCollection$1, TreeCollectionOptions, TreeCollectionOptions as TreeCollectionOptions$1, TreeNode, TreeNode as TreeNode$1 } from "@sprawlify/primitives/collection";
4
+ import * as asyncList from "@sprawlify/primitives/machines/async-list";
5
+
6
+ //#region src/components/collection/grid-collection.d.ts
7
+ declare const createGridCollection: <T extends CollectionItem$1>(options: GridCollectionOptions<T>) => GridCollection$1<T>;
8
+ //#endregion
9
+ //#region src/components/collection/list-collection.d.ts
10
+ declare const createListCollection: <T extends CollectionItem>(options: CollectionOptions<T>) => ListCollection$1<T>;
11
+ //#endregion
12
+ //#region src/components/collection/tree-collection.d.ts
13
+ declare const createTreeCollection: <T extends TreeNode>(options: TreeCollectionOptions<T>) => TreeCollection<T>;
14
+ declare const createFileTreeCollection: (paths: string[]) => TreeCollection<FilePathTreeNode>;
15
+ //#endregion
16
+ //#region src/components/collection/use-async-list.d.ts
17
+ interface UseAsyncListProps<T, C = string> extends asyncList.Props<T, C> {}
18
+ interface UseAsyncListReturn<T, C = string> extends Accessor<asyncList.Api<T, C>> {}
19
+ declare const useAsyncList: <T, C = string>(props?: MaybeAccessor<UseAsyncListProps<T, C>>) => UseAsyncListReturn<T, C>;
20
+ //#endregion
21
+ //#region src/components/collection/use-list-collection.d.ts
22
+ interface UseListCollectionProps<T> extends Omit<CollectionOptions<T>, 'items'> {
23
+ initialItems: T[] | readonly T[];
24
+ filter?: (itemText: string, filterText: string, item: T) => boolean;
25
+ limit?: number;
26
+ }
27
+ declare function useListCollection<T>(props: MaybeAccessor<UseListCollectionProps<T>>): UseListCollectionReturn<T>;
28
+ interface UseListCollectionReturn<T> {
29
+ collection: () => ListCollection$1<T>;
30
+ filter: (inputValue: string) => void;
31
+ set: (items: T[]) => void;
32
+ reset: () => void;
33
+ clear: () => void;
34
+ insert: (index: number, ...items: T[]) => void;
35
+ insertBefore: (value: string, ...items: T[]) => void;
36
+ insertAfter: (value: string, ...items: T[]) => void;
37
+ remove: (...itemOrValues: Array<T | string>) => void;
38
+ move: (value: string, to: number) => void;
39
+ moveBefore: (value: string, ...values: string[]) => void;
40
+ moveAfter: (value: string, ...values: string[]) => void;
41
+ reorder: (from: number, to: number) => void;
42
+ append: (...items: T[]) => void;
43
+ upsert: (value: string, item: T, mode?: 'append' | 'prepend') => void;
44
+ prepend: (...items: T[]) => void;
45
+ update: (value: string, item: T) => void;
46
+ }
47
+ //#endregion
48
+ //#region src/components/collection/use-list-selection.d.ts
49
+ interface UseListSelectionProps<T extends CollectionItem> {
50
+ selectionMode?: SelectionMode;
51
+ deselectable?: boolean;
52
+ initialSelectedValues?: string[];
53
+ resetOnCollectionChange?: boolean;
54
+ collection: ListCollection$1<T>;
55
+ }
56
+ declare function useListSelection<T extends CollectionItem>(props: MaybeAccessor<UseListSelectionProps<T>>): UseListSelectionReturn;
57
+ interface UseListSelectionReturn {
58
+ selectedValues: () => string[];
59
+ isEmpty: () => boolean;
60
+ firstSelectedValue: () => string | null;
61
+ lastSelectedValue: () => string | null;
62
+ isSelected: (value: string | null) => boolean;
63
+ canSelect: (value: string) => boolean;
64
+ select: (value: string, forceToggle?: boolean) => void;
65
+ deselect: (value: string) => void;
66
+ toggle: (value: string) => void;
67
+ replace: (value: string | null) => void;
68
+ extend: (anchorValue: string, targetValue: string) => void;
69
+ setSelectedValues: (values: string[]) => void;
70
+ clear: () => void;
71
+ resetSelection: () => void;
72
+ isAllSelected: () => boolean;
73
+ isSomeSelected: () => boolean;
74
+ }
75
+ //#endregion
76
+ export { createGridCollection as C, GridCollectionOptions as S, CollectionItem as _, UseListCollectionReturn as a, createListCollection as b, UseAsyncListReturn as c, FlatTreeNode as d, TreeCollection$1 as f, createTreeCollection as g, createFileTreeCollection as h, UseListCollectionProps as i, useAsyncList as l, TreeNode$1 as m, UseListSelectionReturn as n, useListCollection as o, TreeCollectionOptions$1 as p, useListSelection as r, UseAsyncListProps as s, UseListSelectionProps as t, FilePathTreeNode$1 as u, CollectionOptions as v, GridCollection$1 as x, ListCollection$1 as y };
@@ -0,0 +1,41 @@
1
+ import * as solid_js521 from "solid-js";
2
+ import { Accessor, JSX, ParentProps } from "solid-js";
3
+ import { FilterOptions, FilterReturn, Locale } from "@sprawlify/primitives/i18n-utils";
4
+
5
+ //#region src/providers/environment/use-environment-context.d.ts
6
+ type RootNode = ShadowRoot | Document | Node;
7
+ interface UseEnvironmentContext {
8
+ getRootNode(): RootNode;
9
+ getDocument(): Document;
10
+ getWindow(): Window & typeof globalThis;
11
+ }
12
+ //#endregion
13
+ //#region src/providers/environment/environment-provider.d.ts
14
+ interface EnvironmentProviderProps {
15
+ children?: JSX.Element;
16
+ value?: RootNode | (() => RootNode);
17
+ }
18
+ declare const EnvironmentProvider: (props: EnvironmentProviderProps) => JSX.Element;
19
+ //#endregion
20
+ //#region src/providers/locale/locale-provider.d.ts
21
+ interface LocaleProviderProps extends ParentProps {
22
+ locale: string;
23
+ }
24
+ declare const LocaleProvider: (props: LocaleProviderProps) => solid_js521.JSX.Element;
25
+ //#endregion
26
+ //#region src/providers/locale/use-collator.d.ts
27
+ interface UseCollatorProps extends Intl.CollatorOptions {
28
+ locale?: string;
29
+ }
30
+ interface UseCollatorReturn extends Accessor<Intl.Collator> {}
31
+ declare function useCollator(props?: UseCollatorProps): UseCollatorReturn;
32
+ //#endregion
33
+ //#region src/providers/locale/use-filter.d.ts
34
+ interface UseFilterProps extends FilterOptions {}
35
+ declare function useFilter(props: UseFilterProps): UseFilterReturn;
36
+ interface UseFilterReturn extends Accessor<FilterReturn> {}
37
+ //#endregion
38
+ //#region src/providers/locale/use-locale-context.d.ts
39
+ interface UseLocaleContext extends Accessor<Locale> {}
40
+ //#endregion
41
+ export { useFilter as a, LocaleProvider as c, EnvironmentProviderProps as d, RootNode as f, UseFilterReturn as i, LocaleProviderProps as l, useEnvironmentContext as m, useLocaleContext as n, UseCollatorProps as o, UseEnvironmentContext as p, UseFilterProps as r, useCollator as s, UseLocaleContext as t, EnvironmentProvider as u };
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { a as useMachine, i as mergeProps, n as PropTypes, r as normalizeProps, t as Key } from "./index-BLALA3BS.js";
2
- import { i as Optional, n as MaybeAccessor, r as MaybePromise, t as Assign } from "./types-mGUbKy2h.js";
3
- import { i as sprawlify, n as HTMLSprawlifyProps, r as PolymorphicProps, t as HTMLProps } from "./factory-srnAQg4A.js";
4
- import { a as useFilter, c as LocaleProvider, d as EnvironmentProviderProps, f as RootNode, i as UseFilterReturn, l as LocaleProviderProps, m as useEnvironmentContext, n as useLocaleContext, o as UseCollatorProps, p as UseEnvironmentContext, r as UseFilterProps, s as useCollator, t as UseLocaleContext, u as EnvironmentProvider } from "./index-utxtRaDW.js";
5
- import { t as createContext } from "./index-DiANe65S.js";
1
+ import { a as useMachine, i as mergeProps, n as PropTypes, r as normalizeProps, t as Key } from "./index-CkYyW1zB.js";
2
+ import { i as Optional, n as MaybeAccessor, r as MaybePromise, t as Assign } from "./types-BDfyh3uz.js";
3
+ import { i as sprawlify, n as HTMLSprawlifyProps, r as PolymorphicProps, t as HTMLProps } from "./factory-47nL1bn3.js";
4
+ import { a as useFilter, c as LocaleProvider, d as EnvironmentProviderProps, f as RootNode, i as UseFilterReturn, l as LocaleProviderProps, m as useEnvironmentContext, n as useLocaleContext, o as UseCollatorProps, p as UseEnvironmentContext, r as UseFilterProps, s as useCollator, t as UseLocaleContext, u as EnvironmentProvider } from "./index-puD7Bj_r.js";
5
+ import { t as createContext } from "./index-5ET6GeB1.js";
6
6
  export { Assign, EnvironmentProvider, EnvironmentProviderProps, HTMLProps, HTMLSprawlifyProps, Key, LocaleProvider, LocaleProviderProps, MaybeAccessor, MaybePromise, Optional, PolymorphicProps, PropTypes, RootNode, UseCollatorProps, UseEnvironmentContext, UseFilterProps, UseFilterReturn, UseLocaleContext, createContext, mergeProps, normalizeProps, sprawlify, useCollator, useEnvironmentContext, useFilter, useLocaleContext, useMachine };
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import { i as useMachine, n as normalizeProps, r as mergeProps, t as Key } from "./core-CRjuRw95.js";
2
- import { t as createContext } from "./create-context-DlXBVMoq.js";
3
- import { a as EnvironmentProvider, i as useLocaleContext, n as useCollator, o as useEnvironmentContext, r as LocaleProvider, t as useFilter } from "./providers-DgUckEdb.js";
4
- import "./utils-DSmVDqW7.js";
5
- import { t as sprawlify } from "./factory-k8EbNZ7r.js";
1
+ import { i as useMachine, n as normalizeProps, r as mergeProps, t as Key } from "./core-DlJdnFMg.js";
2
+ import { t as createContext } from "./create-context-BqG72mig.js";
3
+ import { a as EnvironmentProvider, i as useLocaleContext, n as useCollator, o as useEnvironmentContext, r as LocaleProvider, t as useFilter } from "./providers-PrTpHfBr.js";
4
+ import "./utils-Djg7j5f9.js";
5
+ import { t as sprawlify } from "./factory-CRBABr3I.js";
6
6
 
7
7
  export { EnvironmentProvider, Key, LocaleProvider, createContext, mergeProps, normalizeProps, sprawlify, useCollator, useEnvironmentContext, useFilter, useLocaleContext, useMachine };
package/dist/index.jsx CHANGED
@@ -1,7 +1,7 @@
1
- import { i as useMachine, n as normalizeProps, r as mergeProps, t as Key } from "./core-C_FYj4uc.jsx";
2
- import { t as createContext } from "./create-context-BwqlrMqL.jsx";
3
- import { a as EnvironmentProvider, i as useLocaleContext, n as useCollator, o as useEnvironmentContext, r as LocaleProvider, t as useFilter } from "./providers-C6VPiSrB.jsx";
4
- import "./utils-DhhcJyG-.jsx";
5
- import { t as sprawlify } from "./factory-BIJk1mK6.jsx";
1
+ import { i as useMachine, n as normalizeProps, r as mergeProps, t as Key } from "./core-BgpRwoCt.jsx";
2
+ import { t as createContext } from "./create-context-BpJ2IzPB.jsx";
3
+ import { a as EnvironmentProvider, i as useLocaleContext, n as useCollator, o as useEnvironmentContext, r as LocaleProvider, t as useFilter } from "./providers-DsPqz7EL.jsx";
4
+ import "./utils-Bq8C05Rs.jsx";
5
+ import { t as sprawlify } from "./factory-CWJejsJ5.jsx";
6
6
 
7
7
  export { EnvironmentProvider, Key, LocaleProvider, createContext, mergeProps, normalizeProps, sprawlify, useCollator, useEnvironmentContext, useFilter, useLocaleContext, useMachine };
@@ -0,0 +1,7 @@
1
+ import { anatomy } from "@sprawlify/primitives/machines/listbox";
2
+
3
+ //#region src/components/listbox/listbox-anatomy.ts
4
+ const listboxAnatomy = anatomy.extendWith("empty");
5
+
6
+ //#endregion
7
+ export { listboxAnatomy as t };
@@ -0,0 +1,6 @@
1
+ import * as _sprawlify_primitives_anatomy10 from "@sprawlify/primitives/anatomy";
2
+
3
+ //#region src/components/listbox/listbox-anatomy.d.ts
4
+ declare const listboxAnatomy: _sprawlify_primitives_anatomy10.AnatomyInstance<"root" | "item" | "itemGroup" | "label" | "content" | "input" | "itemText" | "itemIndicator" | "itemGroupLabel" | "empty" | "valueText">;
5
+ //#endregion
6
+ export { listboxAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as marqueeAnatomy } from "@sprawlify/primitives/machines/marquee";
2
+
3
+ export { marqueeAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as marqueeAnatomy } from "@sprawlify/primitives/machines/marquee";
2
+ export { marqueeAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as menuAnatomy } from "@sprawlify/primitives/machines/menu";
2
+
3
+ export { menuAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as menuAnatomy } from "@sprawlify/primitives/machines/menu";
2
+ export { menuAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as navigationMenuAnatomy } from "@sprawlify/primitives/machines/navigation-menu";
2
+
3
+ export { navigationMenuAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as navigationMenuAnatomy } from "@sprawlify/primitives/machines/navigation-menu";
2
+ export { navigationMenuAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as numberInputAnatomy } from "@sprawlify/primitives/machines/number-input";
2
+
3
+ export { numberInputAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as numberInputAnatomy } from "@sprawlify/primitives/machines/number-input";
2
+ export { numberInputAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as paginationAnatomy } from "@sprawlify/primitives/machines/pagination";
2
+ export { paginationAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as paginationAnatomy } from "@sprawlify/primitives/machines/pagination";
2
+
3
+ export { paginationAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as passwordInputAnatomy } from "@sprawlify/primitives/machines/password-input";
2
+
3
+ export { passwordInputAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as passwordInputAnatomy } from "@sprawlify/primitives/machines/password-input";
2
+ export { passwordInputAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as pinInputAnatomy } from "@sprawlify/primitives/machines/pin-input";
2
+ export { pinInputAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as pinInputAnatomy } from "@sprawlify/primitives/machines/pin-input";
2
+
3
+ export { pinInputAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as popoverAnatomy } from "@sprawlify/primitives/machines/popover";
2
+
3
+ export { popoverAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as popoverAnatomy } from "@sprawlify/primitives/machines/popover";
2
+ export { popoverAnatomy as t };
@@ -1,10 +1,10 @@
1
- import { i as useMachine, n as normalizeProps, r as mergeProps$2 } from "./core-CRjuRw95.js";
2
- import { t as runIfFn } from "./run-if-fn-C80kt4dU.js";
3
- import { t as createContext$1 } from "./create-context-DlXBVMoq.js";
4
- import { t as sprawlify } from "./factory-k8EbNZ7r.js";
5
- import { t as createSplitProps } from "./create-split-props-BHmgTHSf.js";
6
- import { n as splitRenderStrategyProps } from "./render-strategy-BlHCR8sl.js";
7
- import { t as composeRefs } from "./compose-refs-tCBI7PRJ.js";
1
+ import { i as useMachine, n as normalizeProps, r as mergeProps$2 } from "./core-DlJdnFMg.js";
2
+ import { t as runIfFn } from "./run-if-fn-COsqwaBZ.js";
3
+ import { t as createContext$1 } from "./create-context-BqG72mig.js";
4
+ import { t as sprawlify } from "./factory-CRBABr3I.js";
5
+ import { t as createSplitProps } from "./create-split-props-L9BbhhCg.js";
6
+ import { n as splitRenderStrategyProps } from "./render-strategy-U4x7_Ist.js";
7
+ import { t as composeRefs } from "./compose-refs-Chr9AtC3.js";
8
8
  import { Show, createEffect, createMemo, createSignal } from "solid-js";
9
9
  import { createComponent, mergeProps as mergeProps$1 } from "solid-js/web";
10
10
  import * as presence from "@sprawlify/primitives/machines/presence";
@@ -1,10 +1,10 @@
1
- import { i as useMachine, n as normalizeProps, r as mergeProps$1 } from "./core-C_FYj4uc.jsx";
2
- import { t as runIfFn } from "./run-if-fn-CrJzzDIM.jsx";
3
- import { t as createContext$1 } from "./create-context-BwqlrMqL.jsx";
4
- import { t as sprawlify } from "./factory-BIJk1mK6.jsx";
5
- import { t as createSplitProps } from "./create-split-props-CKwjjjkD.jsx";
6
- import { n as splitRenderStrategyProps } from "./render-strategy-KJFIjVVG.jsx";
7
- import { t as composeRefs } from "./compose-refs-Cp4AShsY.jsx";
1
+ import { i as useMachine, n as normalizeProps, r as mergeProps$1 } from "./core-BgpRwoCt.jsx";
2
+ import { t as runIfFn } from "./run-if-fn-D55yVu32.jsx";
3
+ import { t as createContext$1 } from "./create-context-BpJ2IzPB.jsx";
4
+ import { t as sprawlify } from "./factory-CWJejsJ5.jsx";
5
+ import { t as createSplitProps } from "./create-split-props-8J9EAVSk.jsx";
6
+ import { n as splitRenderStrategyProps } from "./render-strategy-_PhwzAgZ.jsx";
7
+ import { t as composeRefs } from "./compose-refs-11PIsxEa.jsx";
8
8
  import { Show, createEffect, createMemo, createSignal } from "solid-js";
9
9
  import * as presence from "@sprawlify/primitives/machines/presence";
10
10
 
@@ -0,0 +1,2 @@
1
+ import { anatomy as progressAnatomy } from "@sprawlify/primitives/machines/progress";
2
+ export { progressAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as progressAnatomy } from "@sprawlify/primitives/machines/progress";
2
+
3
+ export { progressAnatomy as t };
@@ -1,5 +1,5 @@
1
- import { t as runIfFn } from "./run-if-fn-CrJzzDIM.jsx";
2
- import { t as createContext$1 } from "./create-context-BwqlrMqL.jsx";
1
+ import { t as runIfFn } from "./run-if-fn-D55yVu32.jsx";
2
+ import { t as createContext$1 } from "./create-context-BpJ2IzPB.jsx";
3
3
  import { Show, createMemo, createSignal } from "solid-js";
4
4
  import { getDocument, getWindow } from "@sprawlify/primitives/dom-query";
5
5
  import { createCollator, createFilter, isRTL } from "@sprawlify/primitives/i18n-utils";
@@ -1,5 +1,5 @@
1
- import { t as runIfFn } from "./run-if-fn-C80kt4dU.js";
2
- import { t as createContext$1 } from "./create-context-DlXBVMoq.js";
1
+ import { t as runIfFn } from "./run-if-fn-COsqwaBZ.js";
2
+ import { t as createContext$1 } from "./create-context-BqG72mig.js";
3
3
  import { Show, createMemo, createSignal } from "solid-js";
4
4
  import { createComponent, memo, template, use } from "solid-js/web";
5
5
  import { getDocument, getWindow } from "@sprawlify/primitives/dom-query";
@@ -0,0 +1,2 @@
1
+ import { anatomy as qrCodeAnatomy } from "@sprawlify/primitives/machines/qr-code";
2
+ export { qrCodeAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as qrCodeAnatomy } from "@sprawlify/primitives/machines/qr-code";
2
+
3
+ export { qrCodeAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as radioGroupAnatomy } from "@sprawlify/primitives/machines/radio-group";
2
+ export { radioGroupAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as radioGroupAnatomy } from "@sprawlify/primitives/machines/radio-group";
2
+
3
+ export { radioGroupAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as ratingGroupAnatomy } from "@sprawlify/primitives/machines/rating-group";
2
+
3
+ export { ratingGroupAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as ratingGroupAnatomy } from "@sprawlify/primitives/machines/rating-group";
2
+ export { ratingGroupAnatomy as t };
@@ -0,0 +1,9 @@
1
+ import "solid-js";
2
+
3
+ //#region src/utils/render-strategy.d.ts
4
+ interface RenderStrategyProps {
5
+ lazyMount?: boolean;
6
+ unmountOnExit?: boolean;
7
+ }
8
+ //#endregion
9
+ export { RenderStrategyProps as t };
@@ -1,5 +1,5 @@
1
- import { t as createContext } from "./create-context-DlXBVMoq.js";
2
- import { t as createSplitProps } from "./create-split-props-BHmgTHSf.js";
1
+ import { t as createContext } from "./create-context-BqG72mig.js";
2
+ import { t as createSplitProps } from "./create-split-props-L9BbhhCg.js";
3
3
 
4
4
  //#region src/utils/render-strategy.ts
5
5
  const [RenderStrategyProvider, useRenderStrategyContext] = createContext({
@@ -1,5 +1,5 @@
1
- import { t as createContext } from "./create-context-BwqlrMqL.jsx";
2
- import { t as createSplitProps } from "./create-split-props-CKwjjjkD.jsx";
1
+ import { t as createContext } from "./create-context-BpJ2IzPB.jsx";
2
+ import { t as createSplitProps } from "./create-split-props-8J9EAVSk.jsx";
3
3
 
4
4
  //#region src/utils/render-strategy.ts
5
5
  const [RenderStrategyProvider, useRenderStrategyContext] = createContext({
@@ -0,0 +1,3 @@
1
+ import { anatomy as scrollAreaAnatomy } from "@sprawlify/primitives/machines/scroll-area";
2
+
3
+ export { scrollAreaAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as scrollAreaAnatomy } from "@sprawlify/primitives/machines/scroll-area";
2
+ export { scrollAreaAnatomy as t };
@@ -0,0 +1,8 @@
1
+ import { anatomy } from "@sprawlify/primitives/machines/radio-group";
2
+
3
+ //#region src/components/segment-group/segment-group-anatomy.ts
4
+ const segmentGroupAnatomy = anatomy.rename("segment-group");
5
+ const parts = segmentGroupAnatomy.build();
6
+
7
+ //#endregion
8
+ export { segmentGroupAnatomy as n, parts as t };
@@ -0,0 +1,6 @@
1
+ import * as _sprawlify_primitives_anatomy11 from "@sprawlify/primitives/anatomy";
2
+
3
+ //#region src/components/segment-group/segment-group-anatomy.d.ts
4
+ declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy11.Anatomy<"root" | "indicator" | "item" | "label" | "itemText" | "itemControl">;
5
+ //#endregion
6
+ export { segmentGroupAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as selectAnatomy } from "@sprawlify/primitives/machines/select";
2
+ export { selectAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as selectAnatomy } from "@sprawlify/primitives/machines/select";
2
+
3
+ export { selectAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as signaturePadAnatomy } from "@sprawlify/primitives/machines/signature-pad";
2
+
3
+ export { signaturePadAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as signaturePadAnatomy } from "@sprawlify/primitives/machines/signature-pad";
2
+ export { signaturePadAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as sliderAnatomy } from "@sprawlify/primitives/machines/slider";
2
+ export { sliderAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as sliderAnatomy } from "@sprawlify/primitives/machines/slider";
2
+
3
+ export { sliderAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as splitterAnatomy } from "@sprawlify/primitives/machines/splitter";
2
+ export { splitterAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as splitterAnatomy } from "@sprawlify/primitives/machines/splitter";
2
+
3
+ export { splitterAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as stepsAnatomy } from "@sprawlify/primitives/machines/steps";
2
+ export { stepsAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as stepsAnatomy } from "@sprawlify/primitives/machines/steps";
2
+
3
+ export { stepsAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as switchAnatomy } from "@sprawlify/primitives/machines/switch";
2
+ export { switchAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as switchAnatomy } from "@sprawlify/primitives/machines/switch";
2
+
3
+ export { switchAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as tabsAnatomy } from "@sprawlify/primitives/machines/tabs";
2
+
3
+ export { tabsAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as tabsAnatomy } from "@sprawlify/primitives/machines/tabs";
2
+ export { tabsAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as tagsInputAnatomy } from "@sprawlify/primitives/machines/tags-input";
2
+ export { tagsInputAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as tagsInputAnatomy } from "@sprawlify/primitives/machines/tags-input";
2
+
3
+ export { tagsInputAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as timerAnatomy } from "@sprawlify/primitives/machines/timer";
2
+ export { timerAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as timerAnatomy } from "@sprawlify/primitives/machines/timer";
2
+
3
+ export { timerAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as toastAnatomy } from "@sprawlify/primitives/machines/toast";
2
+
3
+ export { toastAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as toastAnatomy } from "@sprawlify/primitives/machines/toast";
2
+ export { toastAnatomy as t };
@@ -0,0 +1,6 @@
1
+ import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
+
3
+ //#region src/components/toggle/toggle-anatomy.d.ts
4
+ declare const toggleAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"root" | "indicator">;
5
+ //#endregion
6
+ export { toggleAnatomy as t };
@@ -0,0 +1,8 @@
1
+ import { createAnatomy } from "@sprawlify/primitives/anatomy";
2
+
3
+ //#region src/components/toggle/toggle-anatomy.ts
4
+ const toggleAnatomy = createAnatomy("toggle", ["root", "indicator"]);
5
+ const parts = toggleAnatomy.build();
6
+
7
+ //#endregion
8
+ export { toggleAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as toggleGroupAnatomy } from "@sprawlify/primitives/machines/toggle-group";
2
+
3
+ export { toggleGroupAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as toggleGroupAnatomy } from "@sprawlify/primitives/machines/toggle-group";
2
+ export { toggleGroupAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as tooltipAnatomy } from "@sprawlify/primitives/machines/tooltip";
2
+
3
+ export { tooltipAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as tooltipAnatomy } from "@sprawlify/primitives/machines/tooltip";
2
+ export { tooltipAnatomy as t };
@@ -0,0 +1,6 @@
1
+ import * as _sprawlify_primitives_anatomy13 from "@sprawlify/primitives/anatomy";
2
+
3
+ //#region src/components/tour/tour-anatomy.d.ts
4
+ declare const tourAnatomy: _sprawlify_primitives_anatomy13.AnatomyInstance<"control" | "progressText" | "content" | "positioner" | "arrow" | "arrowTip" | "title" | "actionTrigger" | "description" | "closeTrigger" | "backdrop" | "spotlight">;
5
+ //#endregion
6
+ export { tourAnatomy as t };
@@ -0,0 +1,7 @@
1
+ import { anatomy } from "@sprawlify/primitives/machines/tour";
2
+
3
+ //#region src/components/tour/tour-anatomy.ts
4
+ const tourAnatomy = anatomy.extendWith("control");
5
+
6
+ //#endregion
7
+ export { tourAnatomy as t };
@@ -1,12 +1,12 @@
1
- import { t as __export } from "./chunk-BJ7z6UrO.jsx";
2
- import { i as useMachine, n as normalizeProps, r as mergeProps$1 } from "./core-C_FYj4uc.jsx";
3
- import { t as runIfFn } from "./run-if-fn-CrJzzDIM.jsx";
4
- import { t as createContext$1 } from "./create-context-BwqlrMqL.jsx";
5
- import { i as useLocaleContext, o as useEnvironmentContext } from "./providers-C6VPiSrB.jsx";
6
- import { t as sprawlify } from "./factory-BIJk1mK6.jsx";
7
- import { t as createSplitProps } from "./create-split-props-CKwjjjkD.jsx";
8
- import { n as splitRenderStrategyProps, r as useRenderStrategyContext, t as RenderStrategyProvider } from "./render-strategy-KJFIjVVG.jsx";
9
- import { t as collapsible_exports } from "./collapsible-14K1NkX_.jsx";
1
+ import { t as __export } from "./chunk-DLIiRulR.jsx";
2
+ import { i as useMachine, n as normalizeProps, r as mergeProps$1 } from "./core-BgpRwoCt.jsx";
3
+ import { t as runIfFn } from "./run-if-fn-D55yVu32.jsx";
4
+ import { t as createContext$1 } from "./create-context-BpJ2IzPB.jsx";
5
+ import { i as useLocaleContext, o as useEnvironmentContext } from "./providers-DsPqz7EL.jsx";
6
+ import { t as sprawlify } from "./factory-CWJejsJ5.jsx";
7
+ import { t as createSplitProps } from "./create-split-props-8J9EAVSk.jsx";
8
+ import { n as splitRenderStrategyProps, r as useRenderStrategyContext, t as RenderStrategyProvider } from "./render-strategy-_PhwzAgZ.jsx";
9
+ import { t as collapsible_exports } from "./collapsible-hi2814tq.jsx";
10
10
  import { createMemo, createUniqueId } from "solid-js";
11
11
  import * as treeView from "@sprawlify/primitives/machines/tree-view";
12
12
  import { anatomy as treeViewAnatomy } from "@sprawlify/primitives/machines/tree-view";
@@ -0,0 +1,3 @@
1
+ import { anatomy as treeViewAnatomy } from "@sprawlify/primitives/machines/tree-view";
2
+
3
+ export { treeViewAnatomy as t };