@sprawlify/solid 0.0.73 → 0.0.75

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 (212) hide show
  1. package/dist/{carousel-anatomy-CZPh49A2.d.ts → carousel-anatomy-Cg2_7u7K.d.ts} +1 -1
  2. package/dist/checkbox-anatomy-CGMvvNTI.d.ts +6 -0
  3. package/dist/{collapsible-BRFu4Kyc.js → collapsible-C8NaEGBe.js} +2 -2
  4. package/dist/{color-picker-anatomy-iasDB0Y3.d.ts → color-picker-anatomy-DIGHkYwa.d.ts} +2 -2
  5. package/dist/combobox-anatomy-7UdPOrlq.d.ts +6 -0
  6. package/dist/components/accordion/index.d.ts +12 -13
  7. package/dist/components/accordion/index.js +3 -3
  8. package/dist/components/anatomy.d.ts +51 -50
  9. package/dist/components/anatomy.js +16 -15
  10. package/dist/components/angle-slider/index.d.ts +14 -15
  11. package/dist/components/angle-slider/index.js +1 -1
  12. package/dist/components/avatar/index.d.ts +9 -10
  13. package/dist/components/avatar/index.js +1 -1
  14. package/dist/components/bottom-sheet/index.d.ts +14 -15
  15. package/dist/components/bottom-sheet/index.js +4 -4
  16. package/dist/components/carousel/index.d.ts +19 -16
  17. package/dist/components/carousel/index.js +1 -1
  18. package/dist/components/checkbox/index.d.ts +16 -13
  19. package/dist/components/checkbox/index.js +4 -4
  20. package/dist/components/clipboard/index.d.ts +12 -13
  21. package/dist/components/clipboard/index.js +1 -1
  22. package/dist/components/collapsible/index.d.ts +11 -12
  23. package/dist/components/collapsible/index.js +3 -3
  24. package/dist/components/collection/index.d.ts +2 -2
  25. package/dist/components/collection/index.js +1 -1
  26. package/dist/components/color-picker/index.d.ts +38 -35
  27. package/dist/components/color-picker/index.js +6 -6
  28. package/dist/components/combobox/index.d.ts +25 -22
  29. package/dist/components/combobox/index.js +7 -7
  30. package/dist/components/date-picker/index.d.ts +35 -32
  31. package/dist/components/date-picker/index.js +4 -4
  32. package/dist/components/dialog/index.d.ts +14 -15
  33. package/dist/components/dialog/index.js +4 -4
  34. package/dist/components/download-trigger/index.d.ts +2 -2
  35. package/dist/components/editable/index.d.ts +15 -16
  36. package/dist/components/editable/index.js +4 -4
  37. package/dist/components/field/index.d.ts +17 -14
  38. package/dist/components/field/index.js +4 -4
  39. package/dist/components/fieldset/index.d.ts +14 -11
  40. package/dist/components/fieldset/index.js +3 -3
  41. package/dist/components/file-upload/index.d.ts +19 -20
  42. package/dist/components/file-upload/index.js +4 -4
  43. package/dist/components/floating-panel/index.d.ts +18 -19
  44. package/dist/components/floating-panel/index.js +4 -4
  45. package/dist/components/focus-trap/index.d.ts +4 -4
  46. package/dist/components/focus-trap/index.js +2 -2
  47. package/dist/components/format/index.d.ts +4 -4
  48. package/dist/components/frame/index.d.ts +1 -1
  49. package/dist/components/frame/index.js +1 -1
  50. package/dist/components/highlight/index.d.ts +3 -3
  51. package/dist/components/highlight/index.js +1 -1
  52. package/dist/components/hover-card/index.d.ts +12 -13
  53. package/dist/components/hover-card/index.js +4 -4
  54. package/dist/components/image-cropper/index.d.ts +12 -13
  55. package/dist/components/image-cropper/index.js +1 -1
  56. package/dist/components/json-tree-view/index.d.ts +6 -7
  57. package/dist/components/json-tree-view/index.js +5 -6
  58. package/dist/components/listbox/index.d.ts +20 -17
  59. package/dist/components/listbox/index.js +2 -2
  60. package/dist/components/marquee/index.d.ts +10 -11
  61. package/dist/components/marquee/index.js +1 -1
  62. package/dist/components/menu/index.d.ts +25 -26
  63. package/dist/components/menu/index.js +4 -4
  64. package/dist/components/navigation-menu/index.d.ts +18 -19
  65. package/dist/components/navigation-menu/index.js +4 -4
  66. package/dist/components/number-input/index.d.ts +14 -15
  67. package/dist/components/number-input/index.js +4 -4
  68. package/dist/components/pagination/index.d.ts +13 -14
  69. package/dist/components/pagination/index.js +1 -1
  70. package/dist/components/password-input/index.d.ts +10 -11
  71. package/dist/components/password-input/index.js +4 -4
  72. package/dist/components/pin-input/index.d.ts +11 -12
  73. package/dist/components/pin-input/index.js +4 -4
  74. package/dist/components/popover/index.d.ts +17 -18
  75. package/dist/components/popover/index.js +4 -4
  76. package/dist/components/presence/index.d.ts +4 -4
  77. package/dist/components/presence/index.js +4 -4
  78. package/dist/components/progress/index.d.ts +15 -16
  79. package/dist/components/progress/index.js +1 -1
  80. package/dist/components/qr-code/index.d.ts +11 -12
  81. package/dist/components/qr-code/index.js +1 -1
  82. package/dist/components/radio-group/index.d.ts +13 -14
  83. package/dist/components/radio-group/index.js +3 -3
  84. package/dist/components/rating-group/index.d.ts +11 -12
  85. package/dist/components/rating-group/index.js +4 -4
  86. package/dist/components/scroll-area/index.d.ts +12 -13
  87. package/dist/components/scroll-area/index.js +1 -1
  88. package/dist/components/segment-group/index.d.ts +16 -13
  89. package/dist/components/segment-group/index.js +1 -1
  90. package/dist/components/select/index.d.ts +23 -24
  91. package/dist/components/select/index.js +7 -7
  92. package/dist/components/separator/index.d.ts +39 -0
  93. package/dist/components/separator/index.js +80 -0
  94. package/dist/components/separator/index.jsx +73 -0
  95. package/dist/components/signature-pad/index.d.ts +13 -14
  96. package/dist/components/signature-pad/index.js +5 -5
  97. package/dist/components/slider/index.d.ts +17 -18
  98. package/dist/components/slider/index.js +2 -2
  99. package/dist/components/splitter/index.d.ts +10 -11
  100. package/dist/components/splitter/index.js +2 -2
  101. package/dist/components/steps/index.d.ts +17 -18
  102. package/dist/components/steps/index.js +2 -2
  103. package/dist/components/switch/index.d.ts +11 -12
  104. package/dist/components/switch/index.js +5 -5
  105. package/dist/components/tabs/index.d.ts +12 -13
  106. package/dist/components/tabs/index.js +5 -5
  107. package/dist/components/tags-input/index.d.ts +17 -18
  108. package/dist/components/tags-input/index.js +5 -5
  109. package/dist/components/timer/index.d.ts +12 -13
  110. package/dist/components/timer/index.js +2 -2
  111. package/dist/components/toast/index.d.ts +10 -11
  112. package/dist/components/toast/index.js +1 -1
  113. package/dist/components/toggle/index.d.ts +9 -6
  114. package/dist/components/toggle/index.js +2 -2
  115. package/dist/components/toggle-group/index.d.ts +8 -9
  116. package/dist/components/toggle-group/index.js +2 -2
  117. package/dist/components/tooltip/index.d.ts +12 -13
  118. package/dist/components/tooltip/index.js +5 -5
  119. package/dist/components/tour/index.d.ts +22 -19
  120. package/dist/components/tour/index.js +5 -5
  121. package/dist/components/tree-view/index.d.ts +6 -7
  122. package/dist/components/tree-view/index.js +6 -6
  123. package/dist/date-picker-anatomy-p8JNYDnr.d.ts +6 -0
  124. package/dist/{factory-cJ7CaPAR.d.ts → factory-CFe-t-Fi.d.ts} +1 -1
  125. package/dist/{field-sAWF2QG_.js → field-C89qXIh6.js} +3 -3
  126. package/dist/field-anatomy-CwCWwjW3.d.ts +6 -0
  127. package/dist/{fieldset-D2tDG9Vo.js → fieldset-2UELyPcz.js} +2 -2
  128. package/dist/fieldset-anatomy-DXVuxc0p.d.ts +6 -0
  129. package/dist/{index-Ar_4FTXP.d.ts → index-B2p9BTAV.d.ts} +4 -4
  130. package/dist/{index-D9oSpNzQ.d.ts → index-BUOclvPX.d.ts} +1 -1
  131. package/dist/{index-EXy1Zi24.d.ts → index-CfXsBKK3.d.ts} +2 -2
  132. package/dist/{index-N-sWhrJJ.d.ts → index-L7XVPt9h.d.ts} +2 -2
  133. package/dist/{index-Dv3Yps5H.d.ts → index-S95Pa9a_.d.ts} +20 -20
  134. package/dist/{index-CRola1gw.d.ts → index-p0FoME-j.d.ts} +7 -7
  135. package/dist/{index-QX-wd0Pv.d.ts → index-yr9zP2oQ.d.ts} +15 -15
  136. package/dist/index.d.ts +4 -4
  137. package/dist/listbox-anatomy-qvZJ0AVM.d.ts +6 -0
  138. package/dist/{presence-CVbY29Ik.js → presence-n0HnTfAV.js} +3 -3
  139. package/dist/{render-strategy-D3IUpE3K.js → render-strategy-EQBgRKI1.js} +1 -1
  140. package/dist/segment-group-anatomy-Cu_heBAj.d.ts +6 -0
  141. package/dist/separator-anatomy-AagsNNEV.d.ts +2 -0
  142. package/dist/separator-anatomy-C9bGchxg.js +3 -0
  143. package/dist/toggle-anatomy-DqBOD6_d.d.ts +6 -0
  144. package/dist/{tour-anatomy-bLMfoXXW.d.ts → tour-anatomy-CoFV_sAg.d.ts} +1 -1
  145. package/dist/{tree-view-fFSG4wg1.js → tree-view-CSJacMC3.js} +3 -3
  146. package/package.json +7 -2
  147. package/dist/checkbox-anatomy-bwghpc07.d.ts +0 -6
  148. package/dist/combobox-anatomy-3tDD-Z6C.d.ts +0 -6
  149. package/dist/date-picker-anatomy-CxGaVvXX.d.ts +0 -6
  150. package/dist/field-anatomy-CRnr_B1g.d.ts +0 -6
  151. package/dist/fieldset-anatomy-BSy4q9nT.d.ts +0 -6
  152. package/dist/listbox-anatomy-D8f11beB.d.ts +0 -6
  153. package/dist/segment-group-anatomy-Cterir5s.d.ts +0 -6
  154. package/dist/toggle-anatomy-W4GENhGQ.d.ts +0 -6
  155. /package/dist/{accordion-anatomy-C02ClQ-i.d.ts → accordion-anatomy-Dy0YvHLB.d.ts} +0 -0
  156. /package/dist/{angle-slider-anatomy-CjqlTMi-.d.ts → angle-slider-anatomy-CtBfHRwv.d.ts} +0 -0
  157. /package/dist/{avatar-anatomy-BFcH-BdZ.d.ts → avatar-anatomy-MtN5MGxJ.d.ts} +0 -0
  158. /package/dist/{bottom-sheet-anatomy-CnYjxIa5.d.ts → bottom-sheet-anatomy-qNhhaiRo.d.ts} +0 -0
  159. /package/dist/{clipboard-anatomy-DT9k1E4p.d.ts → clipboard-anatomy-CXJUM0pj.d.ts} +0 -0
  160. /package/dist/{collapsible-anatomy-Dnqjh7QP.d.ts → collapsible-anatomy-Dqoa1TJ3.d.ts} +0 -0
  161. /package/dist/{collection-Cr3_-Nj9.js → collection-Vz_24DoX.js} +0 -0
  162. /package/dist/{compose-refs-ZZT6eh0H.js → compose-refs-DdDpM3Af.js} +0 -0
  163. /package/dist/{create-split-props-BcbxQ6yh.js → create-split-props-kzDNfhyR.js} +0 -0
  164. /package/dist/{dialog-anatomy-Bxscw4PD.d.ts → dialog-anatomy-DxHx7nNk.d.ts} +0 -0
  165. /package/dist/{editable-anatomy-BoZIiwDR.d.ts → editable-anatomy-BAHBfMvM.d.ts} +0 -0
  166. /package/dist/{file-upload-anatomy-DmwpdONS.d.ts → file-upload-anatomy-DIMkra98.d.ts} +0 -0
  167. /package/dist/{floating-panel-anatomy-BDHlnk1S.d.ts → floating-panel-anatomy-Bt1cMLIW.d.ts} +0 -0
  168. /package/dist/{hover-card-anatomy-BZZwpvcD.d.ts → hover-card-anatomy-ChYm4JZ3.d.ts} +0 -0
  169. /package/dist/{image-cropper-anatomy-C4nqTpJc.d.ts → image-cropper-anatomy-D9dKuHWM.d.ts} +0 -0
  170. /package/dist/{index-D78tMX6m.d.ts → index-CZjrxXpQ.d.ts} +0 -0
  171. /package/dist/{marquee-anatomy-BHiSb_hw.d.ts → marquee-anatomy-B9_cS4J7.d.ts} +0 -0
  172. /package/dist/{menu-anatomy-BrtrFbq2.d.ts → menu-anatomy-DSyIPzKa.d.ts} +0 -0
  173. /package/dist/{navigation-menu-anatomy-FqAjaEaz.d.ts → navigation-menu-anatomy-BkNGA70r.d.ts} +0 -0
  174. /package/dist/{number-input-anatomy-Dpr956kU.d.ts → number-input-anatomy-BJCckYvX.d.ts} +0 -0
  175. /package/dist/{pagination-anatomy-CC_AQ0hu.d.ts → pagination-anatomy-BTilc4TY.d.ts} +0 -0
  176. /package/dist/{password-input-anatomy-CcCH88BJ.d.ts → password-input-anatomy--i1BIgAT.d.ts} +0 -0
  177. /package/dist/{pin-input-anatomy-CFwtTGgf.d.ts → pin-input-anatomy-BdGlzkl4.d.ts} +0 -0
  178. /package/dist/{popover-anatomy-BfyF_jF-.d.ts → popover-anatomy-CMkiCAeT.d.ts} +0 -0
  179. /package/dist/{progress-anatomy-CIvqvuCH.d.ts → progress-anatomy-t6zPD5Zu.d.ts} +0 -0
  180. /package/dist/{qr-code-anatomy-ByL5_5DL.d.ts → qr-code-anatomy-tRmoazZ6.d.ts} +0 -0
  181. /package/dist/{radio-group-anatomy--QbW6Fvm.d.ts → radio-group-anatomy-lyEQWNo7.d.ts} +0 -0
  182. /package/dist/{rating-group-anatomy-DBg1kLFr.d.ts → rating-group-anatomy-DJlaUO56.d.ts} +0 -0
  183. /package/dist/{render-strategy-CD9ZY4zs.d.ts → render-strategy-BOoKsKuN.d.ts} +0 -0
  184. /package/dist/{scroll-area-anatomy-e4jAhnvL.d.ts → scroll-area-anatomy-B5wPgHSU.d.ts} +0 -0
  185. /package/dist/{select-anatomy-BOWDAJI2.d.ts → select-anatomy-CHnXUA6Q.d.ts} +0 -0
  186. /package/dist/{signature-pad-anatomy-CwHcAo6v.d.ts → signature-pad-anatomy-BwRKhqN4.d.ts} +0 -0
  187. /package/dist/{signature-pad-anatomy-Mz3w_i5B.js → signature-pad-anatomy-CoeXwoDo.js} +0 -0
  188. /package/dist/{slider-anatomy-1peNnwIJ.d.ts → slider-anatomy-CymGTXcB.d.ts} +0 -0
  189. /package/dist/{slider-anatomy-3KpCBnz3.js → slider-anatomy-D1MIQawS.js} +0 -0
  190. /package/dist/{splitter-anatomy-DIcfxmkW.d.ts → splitter-anatomy-CCD3SwVL.d.ts} +0 -0
  191. /package/dist/{splitter-anatomy-D2RNa-hA.js → splitter-anatomy-mbvD9KMw.js} +0 -0
  192. /package/dist/{steps-anatomy-Djc944iN.d.ts → steps-anatomy-CA7EAbjU.d.ts} +0 -0
  193. /package/dist/{steps-anatomy-CSfgiyVI.js → steps-anatomy-DL1kFLaW.js} +0 -0
  194. /package/dist/{switch-anatomy-y8eqf5v0.d.ts → switch-anatomy-BXRMtS0x.d.ts} +0 -0
  195. /package/dist/{switch-anatomy-DDL1v5Fs.js → switch-anatomy-C_MAURJE.js} +0 -0
  196. /package/dist/{tabs-anatomy-DlQHg-E8.js → tabs-anatomy-DF_ekPnt.js} +0 -0
  197. /package/dist/{tabs-anatomy-CxuMmuKX.d.ts → tabs-anatomy-DpMdwuLF.d.ts} +0 -0
  198. /package/dist/{tags-input-anatomy-CvMsM3_R.d.ts → tags-input-anatomy-CsLdSQqN.d.ts} +0 -0
  199. /package/dist/{tags-input-anatomy-DYSi98Bx.js → tags-input-anatomy-Dpn_Smms.js} +0 -0
  200. /package/dist/{timer-anatomy-C9bTbrUf.js → timer-anatomy-BF3_7vbc.js} +0 -0
  201. /package/dist/{timer-anatomy-VYjRFeEL.d.ts → timer-anatomy-BK0y4VUQ.d.ts} +0 -0
  202. /package/dist/{toast-anatomy-CssUp7TT.js → toast-anatomy-BHDNHkvU.js} +0 -0
  203. /package/dist/{toast-anatomy-C-PyfPXK.d.ts → toast-anatomy-BqNu2tZD.d.ts} +0 -0
  204. /package/dist/{toggle-anatomy-DJ-QrVLv.js → toggle-anatomy-D8XJQLnW.js} +0 -0
  205. /package/dist/{toggle-group-anatomy-C-tSD5OQ.d.ts → toggle-group-anatomy-BRE3muOY.d.ts} +0 -0
  206. /package/dist/{toggle-group-anatomy-CFLq6ia_.js → toggle-group-anatomy-SARieWDI.js} +0 -0
  207. /package/dist/{tooltip-anatomy-Mn5jLWJP.d.ts → tooltip-anatomy-CPTpecJ9.d.ts} +0 -0
  208. /package/dist/{tooltip-anatomy-CPw1wOXd.js → tooltip-anatomy-D6lPF-Wq.js} +0 -0
  209. /package/dist/{tour-anatomy-CDmnjoPR.js → tour-anatomy-Cg6ZDDuV.js} +0 -0
  210. /package/dist/{tree-view-anatomy-BW_ruJ-g.js → tree-view-anatomy--Ft8ROVn.js} +0 -0
  211. /package/dist/{tree-view-anatomy-DjCEP4n7.d.ts → tree-view-anatomy-C_uuTcok.d.ts} +0 -0
  212. /package/dist/{types-B1RjmsgP.d.ts → types-DlBCj0iY.d.ts} +0 -0
@@ -0,0 +1,6 @@
1
+ import * as _sprawlify_primitives_anatomy4 from "@sprawlify/primitives/anatomy";
2
+
3
+ //#region src/components/listbox/listbox-anatomy.d.ts
4
+ declare const listboxAnatomy: _sprawlify_primitives_anatomy4.AnatomyInstance<"label" | "input" | "item" | "itemGroup" | "root" | "content" | "valueText" | "itemGroupLabel" | "itemIndicator" | "itemText" | "empty">;
5
+ //#endregion
6
+ export { listboxAnatomy as t };
@@ -2,9 +2,9 @@ import { i as useMachine, n as normalizeProps, r as mergeProps$2 } from "./core-
2
2
  import { t as runIfFn } from "./run-if-fn-CTrSA35K.js";
3
3
  import { t as createContext$1 } from "./create-context-DPb5Yv_u.js";
4
4
  import { t as sprawlify } from "./factory-Ce76k0aC.js";
5
- import { t as createSplitProps } from "./create-split-props-BcbxQ6yh.js";
6
- import { t as composeRefs } from "./compose-refs-ZZT6eh0H.js";
7
- import { n as splitRenderStrategyProps } from "./render-strategy-D3IUpE3K.js";
5
+ import { t as createSplitProps } from "./create-split-props-kzDNfhyR.js";
6
+ import { n as splitRenderStrategyProps } from "./render-strategy-EQBgRKI1.js";
7
+ import { t as composeRefs } from "./compose-refs-DdDpM3Af.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,5 +1,5 @@
1
1
  import { t as createContext } from "./create-context-DPb5Yv_u.js";
2
- import { t as createSplitProps } from "./create-split-props-BcbxQ6yh.js";
2
+ import { t as createSplitProps } from "./create-split-props-kzDNfhyR.js";
3
3
 
4
4
  //#region src/utils/render-strategy.ts
5
5
  const [RenderStrategyProvider, useRenderStrategyContext] = createContext({
@@ -0,0 +1,6 @@
1
+ import * as _sprawlify_primitives_anatomy9 from "@sprawlify/primitives/anatomy";
2
+
3
+ //#region src/components/segment-group/segment-group-anatomy.d.ts
4
+ declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy9.Anatomy<"label" | "indicator" | "item" | "root" | "itemText" | "itemControl">;
5
+ //#endregion
6
+ export { segmentGroupAnatomy as t };
@@ -0,0 +1,2 @@
1
+ import { anatomy as separatorAnatomy } from "@sprawlify/primitives/machines/separator";
2
+ export { separatorAnatomy as t };
@@ -0,0 +1,3 @@
1
+ import { anatomy as separatorAnatomy } from "@sprawlify/primitives/machines/separator";
2
+
3
+ export { separatorAnatomy as t };
@@ -0,0 +1,6 @@
1
+ import * as _sprawlify_primitives_anatomy11 from "@sprawlify/primitives/anatomy";
2
+
3
+ //#region src/components/toggle/toggle-anatomy.d.ts
4
+ declare const toggleAnatomy: _sprawlify_primitives_anatomy11.Anatomy<"indicator" | "root">;
5
+ //#endregion
6
+ export { toggleAnatomy as t };
@@ -1,6 +1,6 @@
1
1
  import * as _sprawlify_primitives_anatomy13 from "@sprawlify/primitives/anatomy";
2
2
 
3
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" | "closeTrigger" | "description" | "backdrop" | "spotlight">;
4
+ declare const tourAnatomy: _sprawlify_primitives_anatomy13.AnatomyInstance<"title" | "control" | "progressText" | "content" | "positioner" | "arrow" | "arrowTip" | "actionTrigger" | "closeTrigger" | "description" | "backdrop" | "spotlight">;
5
5
  //#endregion
6
6
  export { tourAnatomy as t };
@@ -4,9 +4,9 @@ import { t as runIfFn } from "./run-if-fn-CTrSA35K.js";
4
4
  import { t as createContext$1 } from "./create-context-DPb5Yv_u.js";
5
5
  import { i as useLocaleContext, o as useEnvironmentContext } from "./providers-CdwYAas1.js";
6
6
  import { t as sprawlify } from "./factory-Ce76k0aC.js";
7
- import { t as createSplitProps } from "./create-split-props-BcbxQ6yh.js";
8
- import { n as splitRenderStrategyProps, r as useRenderStrategyContext, t as RenderStrategyProvider } from "./render-strategy-D3IUpE3K.js";
9
- import { a as CollapsibleRoot, c as CollapsibleContent } from "./collapsible-BRFu4Kyc.js";
7
+ import { t as createSplitProps } from "./create-split-props-kzDNfhyR.js";
8
+ import { n as splitRenderStrategyProps, r as useRenderStrategyContext, t as RenderStrategyProvider } from "./render-strategy-EQBgRKI1.js";
9
+ import { a as CollapsibleRoot, c as CollapsibleContent } from "./collapsible-C8NaEGBe.js";
10
10
  import { createMemo, createUniqueId } from "solid-js";
11
11
  import { createComponent, mergeProps as mergeProps$1 } from "solid-js/web";
12
12
  import * as treeView from "@sprawlify/primitives/machines/tree-view";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprawlify/solid",
3
- "version": "0.0.73",
3
+ "version": "0.0.75",
4
4
  "type": "module",
5
5
  "description": "Solid wrapper for primitives.",
6
6
  "author": "sprawlify <npm@sprawlify.com>",
@@ -238,6 +238,11 @@
238
238
  "solid": "./dist/components/select/index.jsx",
239
239
  "default": "./dist/components/select/index.js"
240
240
  },
241
+ "./separator": {
242
+ "types": "./dist/components/separator/index.d.ts",
243
+ "solid": "./dist/components/separator/index.jsx",
244
+ "default": "./dist/components/separator/index.js"
245
+ },
241
246
  "./signature-pad": {
242
247
  "types": "./dist/components/signature-pad/index.d.ts",
243
248
  "solid": "./dist/components/signature-pad/index.jsx",
@@ -317,7 +322,7 @@
317
322
  },
318
323
  "dependencies": {
319
324
  "@solid-primitives/keyed": "^1.5.2",
320
- "@sprawlify/primitives": "0.0.73"
325
+ "@sprawlify/primitives": "0.0.75"
321
326
  },
322
327
  "peerDependencies": {
323
328
  "solid-js": ">=1.1.3"
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy2 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/checkbox/checkbox-anatomy.d.ts
4
- declare const checkboxAnatomy: _sprawlify_primitives_anatomy2.AnatomyInstance<"root" | "control" | "indicator" | "label" | "group">;
5
- //#endregion
6
- export { checkboxAnatomy as t };
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy6 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/combobox/combobox-anatomy.d.ts
4
- declare const comboboxAnatomy: _sprawlify_primitives_anatomy6.AnatomyInstance<"root" | "control" | "item" | "itemGroup" | "input" | "label" | "content" | "trigger" | "positioner" | "clearTrigger" | "list" | "itemText" | "itemIndicator" | "itemGroupLabel" | "empty">;
5
- //#endregion
6
- export { comboboxAnatomy as t };
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy7 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/date-picker/date-picker-anatomy.d.ts
4
- declare const datePickerAnatomy: _sprawlify_primitives_anatomy7.AnatomyInstance<"root" | "control" | "nextTrigger" | "prevTrigger" | "input" | "label" | "valueText" | "content" | "trigger" | "positioner" | "view" | "clearTrigger" | "table" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
5
- //#endregion
6
- export { datePickerAnatomy as t };
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/field/field-anatomy.d.ts
4
- declare const fieldAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "errorText" | "helperText" | "input" | "label" | "select" | "textarea" | "requiredIndicator">;
5
- //#endregion
6
- export { fieldAnatomy as t };
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy3 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/fieldset/fieldset-anatomy.d.ts
4
- declare const fieldsetAnatomy: _sprawlify_primitives_anatomy3.AnatomyInstance<"root" | "errorText" | "helperText" | "legend">;
5
- //#endregion
6
- export { fieldsetAnatomy as t };
@@ -1,6 +0,0 @@
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" | "input" | "label" | "valueText" | "content" | "itemText" | "itemIndicator" | "itemGroupLabel" | "empty">;
5
- //#endregion
6
- export { listboxAnatomy as t };
@@ -1,6 +0,0 @@
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" | "item" | "indicator" | "label" | "itemText" | "itemControl">;
5
- //#endregion
6
- export { segmentGroupAnatomy as t };
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy8 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/toggle/toggle-anatomy.d.ts
4
- declare const toggleAnatomy: _sprawlify_primitives_anatomy8.Anatomy<"root" | "indicator">;
5
- //#endregion
6
- export { toggleAnatomy as t };