@sprawlify/solid 0.0.98 → 0.0.99
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-Bgq8OcnR.d.ts → alert-dialog-anatomy-DWlnkhHs.d.ts} +1 -1
- package/dist/{carousel-anatomy-CUahky6b.d.ts → carousel-anatomy-CqORWlCR.d.ts} +1 -1
- package/dist/{checkbox-anatomy-CUEQoZST.d.ts → checkbox-anatomy-Og29Ch0M.d.ts} +1 -1
- package/dist/color-picker-anatomy-B6c39JK_.d.ts +6 -0
- package/dist/combobox-anatomy-kFw_4UK9.d.ts +6 -0
- 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/field/index.d.ts +1 -1
- package/dist/components/fieldset/index.d.ts +1 -1
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/segment-group/index.d.ts +1 -1
- package/dist/components/select/index.js +1 -0
- package/dist/components/select/index.jsx +1 -0
- package/dist/components/tour/index.d.ts +1 -1
- package/dist/{date-picker-anatomy-DpFZ5XNN.d.ts → date-picker-anatomy-oe_OyDlh.d.ts} +1 -1
- package/dist/{field-anatomy-DfP5AI6N.d.ts → field-anatomy-BVhZBuPN.d.ts} +1 -1
- package/dist/{fieldset-anatomy-DF0TfPdv.d.ts → fieldset-anatomy-t2uR3tz-.d.ts} +1 -1
- package/dist/{listbox-anatomy-DDY8nPyp.d.ts → listbox-anatomy-BG5ePXsB.d.ts} +1 -1
- package/dist/{segment-group-anatomy-D6Q31ASD.d.ts → segment-group-anatomy-DwgdyOB9.d.ts} +1 -1
- package/dist/{tour-anatomy-CkChgXGO.d.ts → tour-anatomy-B_2l5UYW.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/color-picker-anatomy-BWL0US6D.d.ts +0 -6
- package/dist/combobox-anatomy-D_sUAeeK.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<"trigger" | "content" | "
|
|
4
|
+
declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"trigger" | "content" | "title" | "description" | "positioner" | "backdrop" | "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" | "
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "indicator" | "item" | "nextTrigger" | "prevTrigger" | "progressText" | "itemGroup" | "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" | "control" | "indicator" | "label" | "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<"root" | "control" | "label" | "trigger" | "content" | "positioner" | "valueText" | "view" | "area" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
|
|
5
|
+
//#endregion
|
|
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<"root" | "control" | "item" | "itemGroup" | "label" | "trigger" | "content" | "positioner" | "input" | "itemIndicator" | "itemText" | "itemGroupLabel" | "empty" | "list" | "clearTrigger">;
|
|
5
|
+
//#endregion
|
|
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-DWlnkhHs.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-DWlnkhHs.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-CqORWlCR.js";
|
|
7
|
+
import { t as checkboxAnatomy } from "../checkbox-anatomy-Og29Ch0M.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-B6c39JK_.js";
|
|
11
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-kFw_4UK9.js";
|
|
12
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-oe_OyDlh.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-BVhZBuPN.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-BG5ePXsB.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-DwgdyOB9.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-B_2l5UYW.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-CqORWlCR.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-Og29Ch0M.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-B6c39JK_.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-kFw_4UK9.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-oe_OyDlh.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-BVhZBuPN.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
|
|
|
@@ -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-BG5ePXsB.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-DwgdyOB9.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";
|
|
@@ -232,6 +232,7 @@ const useSelect = (props) => {
|
|
|
232
232
|
const SelectRoot = (props) => {
|
|
233
233
|
const [presenceProps, selectProps] = splitPresenceProps(props);
|
|
234
234
|
const [useSelectProps, localProps] = createSplitProps()(selectProps, [
|
|
235
|
+
"autoComplete",
|
|
235
236
|
"closeOnSelect",
|
|
236
237
|
"collection",
|
|
237
238
|
"composite",
|
|
@@ -193,6 +193,7 @@ const useSelect = (props) => {
|
|
|
193
193
|
const SelectRoot = (props) => {
|
|
194
194
|
const [presenceProps, selectProps] = splitPresenceProps(props);
|
|
195
195
|
const [useSelectProps, localProps] = createSplitProps()(selectProps, [
|
|
196
|
+
"autoComplete",
|
|
196
197
|
"closeOnSelect",
|
|
197
198
|
"collection",
|
|
198
199
|
"composite",
|
|
@@ -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-B_2l5UYW.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<"root" | "control" | "nextTrigger" | "prevTrigger" | "label" | "trigger" | "content" | "positioner" | "input" | "valueText" | "clearTrigger" | "table" | "view" | "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" | "label" | "errorText" | "helperText" | "input" | "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 };
|
|
@@ -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<"root" | "item" | "itemGroup" | "label" | "content" | "input" | "valueText" | "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<"
|
|
4
|
+
declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"root" | "indicator" | "item" | "label" | "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" | "
|
|
4
|
+
declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"control" | "progressText" | "content" | "title" | "description" | "positioner" | "backdrop" | "closeTrigger" | "arrow" | "actionTrigger" | "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.99",
|
|
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.99"
|
|
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" | "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 +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<"label" | "input" | "root" | "item" | "control" | "list" | "trigger" | "content" | "itemGroup" | "itemGroupLabel" | "itemIndicator" | "itemText" | "positioner" | "clearTrigger" | "empty">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { comboboxAnatomy as t };
|