@sprawlify/solid 0.0.91 → 0.0.92

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 (31) hide show
  1. package/dist/{alert-dialog-anatomy-CfMsbeiJ.d.ts → alert-dialog-anatomy-DgdR8ifR.d.ts} +1 -1
  2. package/dist/{carousel-anatomy-BpTXP33y.d.ts → carousel-anatomy-BgbHJ-03.d.ts} +1 -1
  3. package/dist/{color-picker-anatomy-BQsjIT0u.d.ts → color-picker-anatomy-Cq1desMV.d.ts} +1 -1
  4. package/dist/combobox-anatomy-OhhLn51b.d.ts +6 -0
  5. package/dist/components/alert-dialog/index.d.ts +2 -2
  6. package/dist/components/anatomy.d.ts +8 -8
  7. package/dist/components/bottom-sheet/index.d.ts +1 -1
  8. package/dist/components/carousel/index.d.ts +1 -1
  9. package/dist/components/color-picker/index.d.ts +2 -2
  10. package/dist/components/combobox/index.d.ts +2 -2
  11. package/dist/components/date-picker/index.d.ts +2 -2
  12. package/dist/components/dialog/index.d.ts +1 -1
  13. package/dist/components/dropdown-menu/index.d.ts +1 -1
  14. package/dist/components/floating-panel/index.d.ts +1 -1
  15. package/dist/components/hover-card/index.d.ts +1 -1
  16. package/dist/components/json-tree-view/index.js +1 -0
  17. package/dist/components/listbox/index.d.ts +1 -1
  18. package/dist/components/popover/index.d.ts +1 -1
  19. package/dist/components/presence/index.d.ts +1 -1
  20. package/dist/components/segment-group/index.d.ts +1 -1
  21. package/dist/components/select/index.d.ts +1 -1
  22. package/dist/components/tooltip/index.d.ts +1 -1
  23. package/dist/components/tour/index.d.ts +2 -2
  24. package/dist/date-picker-anatomy-Cm7obTeU.d.ts +6 -0
  25. package/dist/{index-irEDkc-J.d.ts → index-CUS_uvKg.d.ts} +1 -1
  26. package/dist/{listbox-anatomy-B70sUGuB.d.ts → listbox-anatomy-B6X-7yyT.d.ts} +1 -1
  27. package/dist/{segment-group-anatomy-D4jIpL_w.d.ts → segment-group-anatomy-BlcC05o2.d.ts} +1 -1
  28. package/dist/{tour-anatomy-Dn9W9YYi.d.ts → tour-anatomy-CHNT1rRl.d.ts} +1 -1
  29. package/package.json +2 -2
  30. package/dist/combobox-anatomy-wkKZZ-8w.d.ts +0 -6
  31. package/dist/date-picker-anatomy-COgQFwnb.d.ts +0 -6
@@ -1,6 +1,6 @@
1
1
  import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
2
 
3
3
  //#region src/components/alert-dialog/alert-dialog-anatomy.d.ts
4
- declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"content" | "positioner" | "trigger" | "backdrop" | "title" | "description" | "closeTrigger">;
4
+ declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"trigger" | "content" | "title" | "description" | "closeTrigger" | "positioner" | "backdrop">;
5
5
  //#endregion
6
6
  export { alertDialogAnatomy as t };
@@ -1,6 +1,6 @@
1
1
  import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
2
 
3
3
  //#region src/components/carousel/carousel-anatomy.d.ts
4
- declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "prevTrigger" | "nextTrigger" | "item" | "itemGroup" | "indicator" | "progressText" | "indicatorGroup" | "autoplayTrigger" | "autoplayIndicator">;
4
+ declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
5
5
  //#endregion
6
6
  export { carouselAnatomy as t };
@@ -1,6 +1,6 @@
1
1
  import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
2
 
3
3
  //#region src/components/color-picker/color-picker-anatomy.d.ts
4
- declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "label" | "valueText" | "control" | "area" | "content" | "positioner" | "trigger" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect" | "view">;
4
+ declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"trigger" | "content" | "positioner" | "root" | "label" | "control" | "valueText" | "area" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect" | "view">;
5
5
  //#endregion
6
6
  export { colorPickerAnatomy as t };
@@ -0,0 +1,6 @@
1
+ import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
+
3
+ //#region src/components/combobox/combobox-anatomy.d.ts
4
+ declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"trigger" | "content" | "positioner" | "root" | "label" | "control" | "item" | "itemGroup" | "input" | "clearTrigger" | "itemIndicator" | "itemText" | "list" | "itemGroupLabel" | "empty">;
5
+ //#endregion
6
+ export { comboboxAnatomy as t };
@@ -1,8 +1,8 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
5
- import { t as alertDialogAnatomy } from "../../alert-dialog-anatomy-CfMsbeiJ.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
+ import { t as alertDialogAnatomy } from "../../alert-dialog-anatomy-DgdR8ifR.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
8
8
  import * as alertDialog from "@sprawlify/primitives/machines/dialog";
@@ -1,15 +1,15 @@
1
1
  import { t as accordionAnatomy } from "../accordion-anatomy-Dlbi7hWX.js";
2
- import { t as alertDialogAnatomy } from "../alert-dialog-anatomy-CfMsbeiJ.js";
2
+ import { t as alertDialogAnatomy } from "../alert-dialog-anatomy-DgdR8ifR.js";
3
3
  import { t as angleSliderAnatomy } from "../angle-slider-anatomy-D9WEbUDV.js";
4
4
  import { t as avatarAnatomy } from "../avatar-anatomy-B1gugBlI.js";
5
5
  import { t as bottomSheetAnatomy } from "../bottom-sheet-anatomy-EFEmb--0.js";
6
- import { t as carouselAnatomy } from "../carousel-anatomy-BpTXP33y.js";
6
+ import { t as carouselAnatomy } from "../carousel-anatomy-BgbHJ-03.js";
7
7
  import { t as checkboxAnatomy } from "../checkbox-anatomy-D1cxchpL.js";
8
8
  import { t as clipboardAnatomy } from "../clipboard-anatomy-nY5kNeMj.js";
9
9
  import { t as collapsibleAnatomy } from "../collapsible-anatomy-B75vA5QB.js";
10
- import { t as colorPickerAnatomy } from "../color-picker-anatomy-BQsjIT0u.js";
11
- import { t as comboboxAnatomy } from "../combobox-anatomy-wkKZZ-8w.js";
12
- import { t as datePickerAnatomy } from "../date-picker-anatomy-COgQFwnb.js";
10
+ import { t as colorPickerAnatomy } from "../color-picker-anatomy-Cq1desMV.js";
11
+ import { t as comboboxAnatomy } from "../combobox-anatomy-OhhLn51b.js";
12
+ import { t as datePickerAnatomy } from "../date-picker-anatomy-Cm7obTeU.js";
13
13
  import { t as dialogAnatomy } from "../dialog-anatomy-fsIDNa4U.js";
14
14
  import { t as editableAnatomy } from "../editable-anatomy-CDcZMAjM.js";
15
15
  import { t as fieldAnatomy } from "../field-anatomy-DhMytzIn.js";
@@ -18,7 +18,7 @@ import { t as fileUploadAnatomy } from "../file-upload-anatomy-oz5HPKAl.js";
18
18
  import { t as floatingPanelAnatomy } from "../floating-panel-anatomy-CWHJO-gk.js";
19
19
  import { t as hoverCardAnatomy } from "../hover-card-anatomy-CrEsa3XF.js";
20
20
  import { t as imageCropperAnatomy } from "../image-cropper-anatomy-S1DPpjWp.js";
21
- import { t as listboxAnatomy } from "../listbox-anatomy-B70sUGuB.js";
21
+ import { t as listboxAnatomy } from "../listbox-anatomy-B6X-7yyT.js";
22
22
  import { t as marqueeAnatomy } from "../marquee-anatomy-B0VBpa40.js";
23
23
  import { t as dropdownMenuAnatomy } from "../dropdown-menu-anatomy-6hFasLVn.js";
24
24
  import { t as navigationMenuAnatomy } from "../navigation-menu-anatomy-6TacFtNy.js";
@@ -32,7 +32,7 @@ import { t as qrCodeAnatomy } from "../qr-code-anatomy-Daeh1gXt.js";
32
32
  import { t as radioGroupAnatomy } from "../radio-group-anatomy-fu9jDbmu.js";
33
33
  import { t as ratingGroupAnatomy } from "../rating-group-anatomy-B8hoEZBE.js";
34
34
  import { t as scrollAreaAnatomy } from "../scroll-area-anatomy-Eg5UQD6w.js";
35
- import { t as segmentGroupAnatomy } from "../segment-group-anatomy-D4jIpL_w.js";
35
+ import { t as segmentGroupAnatomy } from "../segment-group-anatomy-BlcC05o2.js";
36
36
  import { t as selectAnatomy } from "../select-anatomy-C85MRleF.js";
37
37
  import { t as separatorAnatomy } from "../separator-anatomy-CoRBCozn.js";
38
38
  import { t as signaturePadAnatomy } from "../signature-pad-anatomy-69rnG-8v.js";
@@ -47,7 +47,7 @@ import { t as toastAnatomy } from "../toast-anatomy-DtLjq13p.js";
47
47
  import { t as toggleAnatomy } from "../toggle-anatomy-Bh7LJ9JI.js";
48
48
  import { t as toggleGroupAnatomy } from "../toggle-group-anatomy-DEo8iu_3.js";
49
49
  import { t as tooltipAnatomy } from "../tooltip-anatomy-CamCIpK3.js";
50
- import { t as tourAnatomy } from "../tour-anatomy-Dn9W9YYi.js";
50
+ import { t as tourAnatomy } from "../tour-anatomy-CHNT1rRl.js";
51
51
  import { t as treeViewAnatomy } from "../tree-view-anatomy-DFap3OjP.js";
52
52
  import { anatomy as aspectRatioAnatomy } from "@sprawlify/primitives/machines/aspect-ratio";
53
53
  export * from "@sprawlify/primitives/anatomy";
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
5
  import { t as bottomSheetAnatomy } from "../../bottom-sheet-anatomy-EFEmb--0.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { t as carouselAnatomy } from "../../carousel-anatomy-BpTXP33y.js";
4
+ import { t as carouselAnatomy } from "../../carousel-anatomy-BgbHJ-03.js";
5
5
  import * as solid_js0 from "solid-js";
6
6
  import { Accessor, JSX } from "solid-js";
7
7
  import * as carousel from "@sprawlify/primitives/machines/carousel";
@@ -1,8 +1,8 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor, t as Assign } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
5
- import { t as colorPickerAnatomy } from "../../color-picker-anatomy-BQsjIT0u.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
+ import { t as colorPickerAnatomy } from "../../color-picker-anatomy-Cq1desMV.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
8
8
  import * as colorPicker from "@sprawlify/primitives/machines/color-picker";
@@ -1,8 +1,8 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor, t as Assign } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
5
- import { t as comboboxAnatomy } from "../../combobox-anatomy-wkKZZ-8w.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
+ import { t as comboboxAnatomy } from "../../combobox-anatomy-OhhLn51b.js";
6
6
  import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-ChrVCjVn.js";
7
7
  import * as solid_js0 from "solid-js";
8
8
  import { Accessor, JSX } from "solid-js";
@@ -1,8 +1,8 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor, t as Assign } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
5
- import { t as datePickerAnatomy } from "../../date-picker-anatomy-COgQFwnb.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
+ import { t as datePickerAnatomy } from "../../date-picker-anatomy-Cm7obTeU.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
8
8
  import * as datePicker from "@sprawlify/primitives/machines/date-picker";
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
5
  import { t as dialogAnatomy } from "../../dialog-anatomy-fsIDNa4U.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor, t as Assign } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
5
  import { t as dropdownMenuAnatomy } from "../../dropdown-menu-anatomy-6hFasLVn.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
5
  import { t as floatingPanelAnatomy } from "../../floating-panel-anatomy-CWHJO-gk.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
5
  import { t as hoverCardAnatomy } from "../../hover-card-anatomy-CrEsa3XF.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
@@ -3,6 +3,7 @@ import "../../core-BHfpfUk-.js";
3
3
  import { t as createContext$1 } from "../../create-context-BEnzb67H.js";
4
4
  import "../../providers-CEdBpdaX.js";
5
5
  import "../../factory-DORgzART.js";
6
+ import "../../tree-view-anatomy-BK8OR6TX.js";
6
7
  import { t as createSplitProps } from "../../create-split-props-OE-yOtGc.js";
7
8
  import "../../render-strategy-BAqQL-Hs.js";
8
9
  import "../../collapsible-BLXaEYy1.js";
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor, t as Assign } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { t as listboxAnatomy } from "../../listbox-anatomy-B70sUGuB.js";
4
+ import { t as listboxAnatomy } from "../../listbox-anatomy-B6X-7yyT.js";
5
5
  import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "../../index-ChrVCjVn.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
5
  import { t as popoverAnatomy } from "../../popover-anatomy-CIt7PUmS.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
@@ -1,2 +1,2 @@
1
- import { a as Presence, c as UsePresenceReturn, i as splitPresenceProps, l as usePresence, n as UsePresenceContext, o as PresenceProps, r as usePresenceContext, s as UsePresenceProps, t as PresenceProvider } from "../../index-irEDkc-J.js";
1
+ import { a as Presence, c as UsePresenceReturn, i as splitPresenceProps, l as usePresence, n as UsePresenceContext, o as PresenceProps, r as usePresenceContext, s as UsePresenceProps, t as PresenceProvider } from "../../index-CUS_uvKg.js";
2
2
  export { Presence, PresenceProps, PresenceProvider, UsePresenceContext, UsePresenceProps, UsePresenceReturn, splitPresenceProps, usePresence, usePresenceContext };
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-D4jIpL_w.js";
4
+ import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-BlcC05o2.js";
5
5
  import * as solid_js0 from "solid-js";
6
6
  import { Accessor, JSX } from "solid-js";
7
7
  import * as segmentGroup from "@sprawlify/primitives/machines/radio-group";
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor, t as Assign } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
5
  import { t as selectAnatomy } from "../../select-anatomy-C85MRleF.js";
6
6
  import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-ChrVCjVn.js";
7
7
  import * as solid_js0 from "solid-js";
@@ -1,7 +1,7 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
5
  import { t as tooltipAnatomy } from "../../tooltip-anatomy-CamCIpK3.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
@@ -1,8 +1,8 @@
1
1
  import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
2
2
  import { i as Optional, n as MaybeAccessor } from "../../types-C0L5xDeS.js";
3
3
  import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
4
- import { s as UsePresenceProps } from "../../index-irEDkc-J.js";
5
- import { t as tourAnatomy } from "../../tour-anatomy-Dn9W9YYi.js";
4
+ import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
5
+ import { t as tourAnatomy } from "../../tour-anatomy-CHNT1rRl.js";
6
6
  import * as solid_js0 from "solid-js";
7
7
  import { Accessor, JSX } from "solid-js";
8
8
  import { WaitForOptions as WaitOptions } from "@sprawlify/primitives/dom-query";
@@ -0,0 +1,6 @@
1
+ import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
+
3
+ //#region src/components/date-picker/date-picker-anatomy.d.ts
4
+ declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"trigger" | "content" | "positioner" | "root" | "label" | "control" | "nextTrigger" | "prevTrigger" | "valueText" | "view" | "input" | "table" | "clearTrigger" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
5
+ //#endregion
6
+ export { datePickerAnatomy as t };
@@ -29,7 +29,7 @@ interface PresenceProps extends HTMLProps<'div'>, PresenceBaseProps {}
29
29
  declare const Presence: (props: PresenceProps) => solid_js0.JSX.Element;
30
30
  //#endregion
31
31
  //#region src/components/presence/split-presence-props.d.ts
32
- declare const splitPresenceProps: <T extends UsePresenceProps>(props: T) => [Pick<T, Extract<("onExitComplete" | "lazyMount" | "unmountOnExit" | "present" | "immediate" | "skipAnimationOnMount")[], readonly (keyof T)[]>[number]>, { [P in keyof T as Exclude<P, "onExitComplete" | "lazyMount" | "unmountOnExit" | "present" | "immediate" | "skipAnimationOnMount">]: T[P] }];
32
+ declare const splitPresenceProps: <T extends UsePresenceProps>(props: T) => [Pick<T, Extract<("present" | "onExitComplete" | "immediate" | "skipAnimationOnMount" | "lazyMount" | "unmountOnExit")[], readonly (keyof T)[]>[number]>, { [P in keyof T as Exclude<P, "present" | "onExitComplete" | "immediate" | "skipAnimationOnMount" | "lazyMount" | "unmountOnExit">]: T[P] }];
33
33
  //#endregion
34
34
  //#region src/components/presence/use-presence-context.d.ts
35
35
  interface UsePresenceContext extends UsePresenceReturn {}
@@ -1,6 +1,6 @@
1
1
  import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
2
 
3
3
  //#region src/components/listbox/listbox-anatomy.d.ts
4
- declare const listboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "label" | "valueText" | "content" | "input" | "item" | "itemGroup" | "itemGroupLabel" | "itemIndicator" | "itemText" | "empty">;
4
+ declare const listboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"content" | "root" | "label" | "item" | "itemGroup" | "valueText" | "input" | "itemIndicator" | "itemText" | "itemGroupLabel" | "empty">;
5
5
  //#endregion
6
6
  export { listboxAnatomy as t };
@@ -1,6 +1,6 @@
1
1
  import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
2
 
3
3
  //#region src/components/segment-group/segment-group-anatomy.d.ts
4
- declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"root" | "label" | "item" | "itemText" | "indicator" | "itemControl">;
4
+ declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"root" | "label" | "indicator" | "item" | "itemText" | "itemControl">;
5
5
  //#endregion
6
6
  export { segmentGroupAnatomy as t };
@@ -1,6 +1,6 @@
1
1
  import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
2
 
3
3
  //#region src/components/tour/tour-anatomy.d.ts
4
- declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"control" | "content" | "positioner" | "backdrop" | "title" | "description" | "closeTrigger" | "progressText" | "arrow" | "arrowTip" | "actionTrigger" | "spotlight">;
4
+ declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"content" | "title" | "description" | "closeTrigger" | "positioner" | "backdrop" | "control" | "progressText" | "actionTrigger" | "arrow" | "arrowTip" | "spotlight">;
5
5
  //#endregion
6
6
  export { tourAnatomy as t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprawlify/solid",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "type": "module",
5
5
  "description": "Solid wrapper for primitives.",
6
6
  "author": "sprawlify <npm@sprawlify.com>",
@@ -332,7 +332,7 @@
332
332
  },
333
333
  "dependencies": {
334
334
  "@solid-primitives/keyed": "^1.5.3",
335
- "@sprawlify/primitives": "0.0.91"
335
+ "@sprawlify/primitives": "0.0.92"
336
336
  },
337
337
  "peerDependencies": {
338
338
  "solid-js": ">=1.9.10"
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/combobox/combobox-anatomy.d.ts
4
- declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "label" | "control" | "content" | "positioner" | "trigger" | "input" | "clearTrigger" | "item" | "itemGroup" | "itemGroupLabel" | "itemIndicator" | "itemText" | "empty" | "list">;
5
- //#endregion
6
- export { comboboxAnatomy as t };
@@ -1,6 +0,0 @@
1
- import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
2
-
3
- //#region src/components/date-picker/date-picker-anatomy.d.ts
4
- declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "label" | "valueText" | "control" | "content" | "positioner" | "trigger" | "view" | "input" | "clearTrigger" | "table" | "prevTrigger" | "nextTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl">;
5
- //#endregion
6
- export { datePickerAnatomy as t };