@sprawlify/solid 0.0.95 → 0.0.97
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.
- package/dist/{alert-dialog-anatomy-xa74_UFZ.d.ts → alert-dialog-anatomy-DYrlnQZF.d.ts} +1 -1
- package/dist/{carousel-anatomy-Ba6xTQIp.d.ts → carousel-anatomy-BHBsq_IF.d.ts} +1 -1
- package/dist/{checkbox-anatomy-CUEQoZST.d.ts → checkbox-anatomy-D1cxchpL.d.ts} +1 -1
- package/dist/color-picker-anatomy-DI09jTyd.d.ts +6 -0
- package/dist/{combobox-anatomy-BqKH4bZK.d.ts → combobox-anatomy-DFWzjNep.d.ts} +1 -1
- package/dist/components/alert-dialog/index.d.ts +1 -1
- package/dist/components/anatomy.d.ts +11 -11
- package/dist/components/carousel/index.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +1 -1
- package/dist/components/color-picker/index.d.ts +1 -1
- package/dist/components/combobox/index.d.ts +1 -1
- package/dist/components/date-picker/index.d.ts +1 -1
- package/dist/components/date-picker/index.js +1 -0
- package/dist/components/date-picker/index.jsx +1 -0
- package/dist/components/field/index.d.ts +1 -1
- package/dist/components/fieldset/index.d.ts +1 -1
- package/dist/components/json-tree-view/index.js +0 -1
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/segment-group/index.d.ts +1 -1
- package/dist/components/tour/index.d.ts +1 -1
- package/dist/{date-picker-anatomy-CU6zwm9g.d.ts → date-picker-anatomy-4X7UsKH6.d.ts} +1 -1
- package/dist/{field-anatomy-DfP5AI6N.d.ts → field-anatomy-BENg9Joa.d.ts} +1 -1
- package/dist/{fieldset-anatomy-DF0TfPdv.d.ts → fieldset-anatomy-t2uR3tz-.d.ts} +1 -1
- package/dist/{index-NjH8Rhuh.d.ts → index-Bwi-LOWz.d.ts} +1 -1
- package/dist/{listbox-anatomy-D6TRfnV0.d.ts → listbox-anatomy-CradJ-J3.d.ts} +1 -1
- package/dist/{segment-group-anatomy-D6Q31ASD.d.ts → segment-group-anatomy-D4jIpL_w.d.ts} +1 -1
- package/dist/{tour-anatomy-CcKjSWrO.d.ts → tour-anatomy-bvyrGdgp.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/color-picker-anatomy-DsXXtv64.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<"
|
|
4
|
+
declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"content" | "trigger" | "backdrop" | "positioner" | "title" | "description" | "closeTrigger">;
|
|
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" | "
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "item" | "itemGroup" | "indicator" | "progressText" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger" | "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/checkbox/checkbox-anatomy.d.ts
|
|
4
|
-
declare const checkboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const checkboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "label" | "control" | "indicator" | "group">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { checkboxAnatomy as t };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/color-picker/color-picker-anatomy.d.ts
|
|
4
|
+
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"content" | "trigger" | "positioner" | "root" | "label" | "control" | "valueText" | "area" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect" | "view">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { colorPickerAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/combobox/combobox-anatomy.d.ts
|
|
4
|
-
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"content" | "trigger" | "positioner" | "root" | "input" | "label" | "control" | "item" | "itemIndicator" | "itemText" | "list" | "clearTrigger" | "itemGroup" | "itemGroupLabel" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { comboboxAnatomy as t };
|
|
@@ -2,7 +2,7 @@ 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
4
|
import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
|
|
5
|
-
import { t as alertDialogAnatomy } from "../../alert-dialog-anatomy-
|
|
5
|
+
import { t as alertDialogAnatomy } from "../../alert-dialog-anatomy-DYrlnQZF.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,24 +1,24 @@
|
|
|
1
1
|
import { t as accordionAnatomy } from "../accordion-anatomy-Dlbi7hWX.js";
|
|
2
|
-
import { t as alertDialogAnatomy } from "../alert-dialog-anatomy-
|
|
2
|
+
import { t as alertDialogAnatomy } from "../alert-dialog-anatomy-DYrlnQZF.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-
|
|
7
|
-
import { t as checkboxAnatomy } from "../checkbox-anatomy-
|
|
6
|
+
import { t as carouselAnatomy } from "../carousel-anatomy-BHBsq_IF.js";
|
|
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-
|
|
11
|
-
import { t as comboboxAnatomy } from "../combobox-anatomy-
|
|
12
|
-
import { t as datePickerAnatomy } from "../date-picker-anatomy-
|
|
10
|
+
import { t as colorPickerAnatomy } from "../color-picker-anatomy-DI09jTyd.js";
|
|
11
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-DFWzjNep.js";
|
|
12
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-4X7UsKH6.js";
|
|
13
13
|
import { t as dialogAnatomy } from "../dialog-anatomy-fsIDNa4U.js";
|
|
14
14
|
import { t as editableAnatomy } from "../editable-anatomy-CDcZMAjM.js";
|
|
15
|
-
import { t as fieldAnatomy } from "../field-anatomy-
|
|
16
|
-
import { t as fieldsetAnatomy } from "../fieldset-anatomy-
|
|
15
|
+
import { t as fieldAnatomy } from "../field-anatomy-BENg9Joa.js";
|
|
16
|
+
import { t as fieldsetAnatomy } from "../fieldset-anatomy-t2uR3tz-.js";
|
|
17
17
|
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-
|
|
21
|
+
import { t as listboxAnatomy } from "../listbox-anatomy-CradJ-J3.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-
|
|
35
|
+
import { t as segmentGroupAnatomy } from "../segment-group-anatomy-D4jIpL_w.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-
|
|
50
|
+
import { t as tourAnatomy } from "../tour-anatomy-bvyrGdgp.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 { t as carouselAnatomy } from "../../carousel-anatomy-
|
|
4
|
+
import { t as carouselAnatomy } from "../../carousel-anatomy-BHBsq_IF.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,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 checkboxAnatomy } from "../../checkbox-anatomy-
|
|
4
|
+
import { t as checkboxAnatomy } from "../../checkbox-anatomy-D1cxchpL.js";
|
|
5
5
|
import * as solid_js0 from "solid-js";
|
|
6
6
|
import { Accessor, JSX } from "solid-js";
|
|
7
7
|
import * as checkbox from "@sprawlify/primitives/machines/checkbox";
|
|
@@ -2,7 +2,7 @@ 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
4
|
import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
|
|
5
|
-
import { t as colorPickerAnatomy } from "../../color-picker-anatomy-
|
|
5
|
+
import { t as colorPickerAnatomy } from "../../color-picker-anatomy-DI09jTyd.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";
|
|
@@ -2,7 +2,7 @@ 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
4
|
import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
|
|
5
|
-
import { t as comboboxAnatomy } from "../../combobox-anatomy-
|
|
5
|
+
import { t as comboboxAnatomy } from "../../combobox-anatomy-DFWzjNep.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";
|
|
@@ -2,7 +2,7 @@ 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
4
|
import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
|
|
5
|
-
import { t as datePickerAnatomy } from "../../date-picker-anatomy-
|
|
5
|
+
import { t as datePickerAnatomy } from "../../date-picker-anatomy-4X7UsKH6.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,6 +1,6 @@
|
|
|
1
1
|
import { n as MaybeAccessor } from "../../types-C0L5xDeS.js";
|
|
2
2
|
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
|
|
3
|
-
import { t as fieldAnatomy } from "../../field-anatomy-
|
|
3
|
+
import { t as fieldAnatomy } from "../../field-anatomy-BENg9Joa.js";
|
|
4
4
|
import * as solid_js0 from "solid-js";
|
|
5
5
|
import { JSX } from "solid-js";
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as MaybeAccessor } from "../../types-C0L5xDeS.js";
|
|
2
2
|
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
|
|
3
|
-
import { t as fieldsetAnatomy } from "../../fieldset-anatomy-
|
|
3
|
+
import { t as fieldsetAnatomy } from "../../fieldset-anatomy-t2uR3tz-.js";
|
|
4
4
|
import * as solid_js0 from "solid-js";
|
|
5
5
|
import { JSX } from "solid-js";
|
|
6
6
|
|
|
@@ -3,7 +3,6 @@ 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";
|
|
7
6
|
import { t as createSplitProps } from "../../create-split-props-OE-yOtGc.js";
|
|
8
7
|
import "../../render-strategy-BAqQL-Hs.js";
|
|
9
8
|
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-
|
|
4
|
+
import { t as listboxAnatomy } from "../../listbox-anatomy-CradJ-J3.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 { t as segmentGroupAnatomy } from "../../segment-group-anatomy-
|
|
4
|
+
import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-D4jIpL_w.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";
|
|
@@ -2,7 +2,7 @@ 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
4
|
import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
|
|
5
|
-
import { t as tourAnatomy } from "../../tour-anatomy-
|
|
5
|
+
import { t as tourAnatomy } from "../../tour-anatomy-bvyrGdgp.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";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/date-picker/date-picker-anatomy.d.ts
|
|
4
|
-
declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"content" | "trigger" | "positioner" | "root" | "input" | "label" | "control" | "clearTrigger" | "nextTrigger" | "prevTrigger" | "valueText" | "view" | "table" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { datePickerAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/field/field-anatomy.d.ts
|
|
4
|
-
declare const fieldAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const fieldAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "input" | "label" | "errorText" | "helperText" | "select" | "textarea" | "requiredIndicator">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { fieldAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/fieldset/fieldset-anatomy.d.ts
|
|
4
|
-
declare const fieldsetAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "
|
|
4
|
+
declare const fieldsetAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "errorText" | "helperText" | "legend">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { fieldsetAnatomy 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<("
|
|
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] }];
|
|
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<"
|
|
4
|
+
declare const listboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"content" | "root" | "input" | "label" | "item" | "itemIndicator" | "itemText" | "itemGroup" | "itemGroupLabel" | "empty" | "valueText">;
|
|
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<"
|
|
4
|
+
declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"root" | "label" | "item" | "itemText" | "indicator" | "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<"
|
|
4
|
+
declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"content" | "backdrop" | "positioner" | "title" | "description" | "closeTrigger" | "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.
|
|
3
|
+
"version": "0.0.97",
|
|
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.
|
|
335
|
+
"@sprawlify/primitives": "0.0.97"
|
|
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/color-picker/color-picker-anatomy.d.ts
|
|
4
|
-
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "root" | "control" | "trigger" | "content" | "positioner" | "area" | "view" | "valueText" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { colorPickerAnatomy as t };
|