@sprawlify/solid 0.0.94 → 0.0.95

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 (24) hide show
  1. package/dist/{alert-dialog-anatomy-ChAdYmbN.d.ts → alert-dialog-anatomy-xa74_UFZ.d.ts} +1 -1
  2. package/dist/{carousel-anatomy-BgbHJ-03.d.ts → carousel-anatomy-Ba6xTQIp.d.ts} +1 -1
  3. package/dist/{checkbox-anatomy-zUpglYoI.d.ts → checkbox-anatomy-CUEQoZST.d.ts} +1 -1
  4. package/dist/color-picker-anatomy-DsXXtv64.d.ts +6 -0
  5. package/dist/{combobox-anatomy-D7ISSLpT.d.ts → combobox-anatomy-BqKH4bZK.d.ts} +1 -1
  6. package/dist/components/alert-dialog/index.d.ts +1 -1
  7. package/dist/components/anatomy.d.ts +10 -10
  8. package/dist/components/carousel/index.d.ts +1 -1
  9. package/dist/components/checkbox/index.d.ts +1 -1
  10. package/dist/components/color-picker/index.d.ts +1 -1
  11. package/dist/components/combobox/index.d.ts +1 -1
  12. package/dist/components/date-picker/index.d.ts +1 -1
  13. package/dist/components/fieldset/index.d.ts +1 -1
  14. package/dist/components/json-tree-view/index.js +1 -0
  15. package/dist/components/listbox/index.d.ts +1 -1
  16. package/dist/components/segment-group/index.d.ts +1 -1
  17. package/dist/components/tour/index.d.ts +1 -1
  18. package/dist/{date-picker-anatomy-C7SP8Swo.d.ts → date-picker-anatomy-CU6zwm9g.d.ts} +1 -1
  19. package/dist/{fieldset-anatomy-CKytu4jl.d.ts → fieldset-anatomy-DF0TfPdv.d.ts} +1 -1
  20. package/dist/{listbox-anatomy-FCLltv8w.d.ts → listbox-anatomy-D6TRfnV0.d.ts} +1 -1
  21. package/dist/{segment-group-anatomy-DKBcX-Mi.d.ts → segment-group-anatomy-D6Q31ASD.d.ts} +1 -1
  22. package/dist/{tour-anatomy-BjxB3KP0.d.ts → tour-anatomy-CcKjSWrO.d.ts} +1 -1
  23. package/package.json +2 -2
  24. package/dist/color-picker-anatomy-C-q8SC_f.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<"title" | "trigger" | "content" | "positioner" | "backdrop" | "description" | "closeTrigger">;
4
+ declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"trigger" | "content" | "positioner" | "title" | "closeTrigger" | "backdrop" | "description">;
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" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
4
+ declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "itemGroup" | "item" | "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<"label" | "root" | "control" | "indicator" | "group">;
4
+ declare const checkboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "root" | "control" | "group" | "indicator">;
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<"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 };
@@ -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<"label" | "input" | "trigger" | "content" | "positioner" | "root" | "control" | "item" | "itemText" | "itemGroup" | "clearTrigger" | "list" | "itemIndicator" | "itemGroupLabel" | "empty">;
4
+ declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "input" | "root" | "control" | "trigger" | "itemGroup" | "item" | "content" | "list" | "itemIndicator" | "clearTrigger" | "positioner" | "itemText" | "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-ChAdYmbN.js";
5
+ import { t as alertDialogAnatomy } from "../../alert-dialog-anatomy-xa74_UFZ.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-ChAdYmbN.js";
2
+ import { t as alertDialogAnatomy } from "../alert-dialog-anatomy-xa74_UFZ.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-BgbHJ-03.js";
7
- import { t as checkboxAnatomy } from "../checkbox-anatomy-zUpglYoI.js";
6
+ import { t as carouselAnatomy } from "../carousel-anatomy-Ba6xTQIp.js";
7
+ import { t as checkboxAnatomy } from "../checkbox-anatomy-CUEQoZST.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-C-q8SC_f.js";
11
- import { t as comboboxAnatomy } from "../combobox-anatomy-D7ISSLpT.js";
12
- import { t as datePickerAnatomy } from "../date-picker-anatomy-C7SP8Swo.js";
10
+ import { t as colorPickerAnatomy } from "../color-picker-anatomy-DsXXtv64.js";
11
+ import { t as comboboxAnatomy } from "../combobox-anatomy-BqKH4bZK.js";
12
+ import { t as datePickerAnatomy } from "../date-picker-anatomy-CU6zwm9g.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-DfP5AI6N.js";
16
- import { t as fieldsetAnatomy } from "../fieldset-anatomy-CKytu4jl.js";
16
+ import { t as fieldsetAnatomy } from "../fieldset-anatomy-DF0TfPdv.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-FCLltv8w.js";
21
+ import { t as listboxAnatomy } from "../listbox-anatomy-D6TRfnV0.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-DKBcX-Mi.js";
35
+ import { t as segmentGroupAnatomy } from "../segment-group-anatomy-D6Q31ASD.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-BjxB3KP0.js";
50
+ import { t as tourAnatomy } from "../tour-anatomy-CcKjSWrO.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-BgbHJ-03.js";
4
+ import { t as carouselAnatomy } from "../../carousel-anatomy-Ba6xTQIp.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-zUpglYoI.js";
4
+ import { t as checkboxAnatomy } from "../../checkbox-anatomy-CUEQoZST.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-C-q8SC_f.js";
5
+ import { t as colorPickerAnatomy } from "../../color-picker-anatomy-DsXXtv64.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-D7ISSLpT.js";
5
+ import { t as comboboxAnatomy } from "../../combobox-anatomy-BqKH4bZK.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-C7SP8Swo.js";
5
+ import { t as datePickerAnatomy } from "../../date-picker-anatomy-CU6zwm9g.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 fieldsetAnatomy } from "../../fieldset-anatomy-CKytu4jl.js";
3
+ import { t as fieldsetAnatomy } from "../../fieldset-anatomy-DF0TfPdv.js";
4
4
  import * as solid_js0 from "solid-js";
5
5
  import { JSX } from "solid-js";
6
6
 
@@ -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-FCLltv8w.js";
4
+ import { t as listboxAnatomy } from "../../listbox-anatomy-D6TRfnV0.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-DKBcX-Mi.js";
4
+ import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-D6Q31ASD.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-BjxB3KP0.js";
5
+ import { t as tourAnatomy } from "../../tour-anatomy-CcKjSWrO.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<"label" | "input" | "table" | "trigger" | "content" | "positioner" | "root" | "control" | "valueText" | "view" | "clearTrigger" | "nextTrigger" | "prevTrigger" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
4
+ declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "input" | "root" | "control" | "trigger" | "content" | "clearTrigger" | "positioner" | "table" | "view" | "valueText" | "nextTrigger" | "prevTrigger" | "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/fieldset/fieldset-anatomy.d.ts
4
- declare const fieldsetAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"legend" | "root" | "errorText" | "helperText">;
4
+ declare const fieldsetAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "legend" | "errorText" | "helperText">;
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<"label" | "input" | "content" | "root" | "valueText" | "item" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty">;
4
+ declare const listboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "input" | "root" | "itemGroup" | "item" | "content" | "itemIndicator" | "itemText" | "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<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl">;
4
+ declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"label" | "root" | "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<"title" | "content" | "positioner" | "backdrop" | "description" | "closeTrigger" | "control" | "progressText" | "arrow" | "arrowTip" | "actionTrigger" | "spotlight">;
4
+ declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"control" | "content" | "positioner" | "title" | "closeTrigger" | "backdrop" | "description" | "progressText" | "arrow" | "arrowTip" | "actionTrigger" | "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.94",
3
+ "version": "0.0.95",
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.94"
335
+ "@sprawlify/primitives": "0.0.95"
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" | "area" | "trigger" | "content" | "positioner" | "root" | "control" | "valueText" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect" | "view">;
5
- //#endregion
6
- export { colorPickerAnatomy as t };