@sprawlify/solid 0.0.37 → 0.0.38
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/carousel-anatomy-TvGh0UlS.d.ts +6 -0
- package/dist/checkbox-anatomy-ERnoG0OG.d.ts +6 -0
- package/dist/color-picker-anatomy-BvqE5-XE.d.ts +6 -0
- package/dist/combobox-anatomy-C7NH_ASJ.d.ts +6 -0
- package/dist/components/accordion/index.d.ts +7 -7
- package/dist/components/anatomy.d.ts +10 -10
- package/dist/components/angle-slider/index.d.ts +10 -10
- package/dist/components/avatar/index.d.ts +5 -5
- package/dist/components/bottom-sheet/index.d.ts +9 -9
- package/dist/components/carousel/index.d.ts +13 -13
- package/dist/components/checkbox/index.d.ts +10 -10
- package/dist/components/clipboard/index.d.ts +8 -8
- package/dist/components/collapsible/index.d.ts +6 -6
- package/dist/components/color-picker/index.d.ts +31 -31
- package/dist/components/combobox/index.d.ts +17 -17
- package/dist/components/date-picker/index.d.ts +28 -28
- package/dist/components/dialog/index.d.ts +9 -9
- package/dist/components/editable/index.d.ts +11 -11
- package/dist/components/field/index.d.ts +12 -12
- package/dist/components/fieldset/index.d.ts +8 -8
- package/dist/components/file-upload/index.d.ts +15 -15
- package/dist/components/floating-panel/index.d.ts +13 -13
- package/dist/components/focus-trap/index.d.ts +2 -2
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/highlight/index.d.ts +2 -2
- package/dist/components/hover-card/index.d.ts +7 -7
- package/dist/components/image-cropper/index.d.ts +8 -8
- package/dist/components/json-tree-view/index.d.ts +1 -1
- package/dist/components/json-tree-view/index.js +3 -3
- package/dist/components/json-tree-view/index.jsx +3 -3
- package/dist/components/listbox/index.d.ts +13 -13
- package/dist/components/marquee/index.d.ts +6 -6
- package/dist/components/menu/index.d.ts +19 -19
- package/dist/components/navigation-menu/index.d.ts +13 -13
- package/dist/components/number-input/index.d.ts +10 -10
- package/dist/components/pagination/index.d.ts +9 -9
- package/dist/components/password-input/index.d.ts +6 -6
- package/dist/components/pin-input/index.d.ts +7 -7
- package/dist/components/popover/index.d.ts +12 -12
- package/dist/components/presence/index.d.ts +1 -1
- package/dist/components/progress/index.d.ts +11 -11
- package/dist/components/radio-group/index.d.ts +9 -9
- package/dist/components/rating-group/index.d.ts +7 -7
- package/dist/components/scroll-area/index.d.ts +8 -8
- package/dist/components/segment-group/index.d.ts +10 -10
- package/dist/components/select/index.d.ts +17 -17
- package/dist/components/signature-pad/index.d.ts +9 -9
- package/dist/components/slider/index.d.ts +13 -13
- package/dist/components/splitter/index.d.ts +6 -6
- package/dist/components/steps/index.d.ts +13 -13
- package/dist/components/switch/index.d.ts +7 -7
- package/dist/components/tabs/index.d.ts +7 -7
- package/dist/components/tags-input/index.d.ts +13 -13
- package/dist/components/timer/index.d.ts +8 -8
- package/dist/components/toast/index.d.ts +6 -6
- package/dist/components/toggle/index.d.ts +3 -3
- package/dist/components/toggle-group/index.d.ts +4 -4
- package/dist/components/tooltip/index.d.ts +7 -7
- package/dist/components/tour/index.d.ts +15 -15
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/{date-picker-anatomy-D4kttkRn.d.ts → date-picker-anatomy-vY2snoHw.d.ts} +1 -1
- package/dist/field-anatomy-nxqG9HCv.d.ts +6 -0
- package/dist/{index-Cj1s6Bmu.d.ts → index-BHxRpRWu.d.ts} +15 -15
- package/dist/{index-BoXdyANW.d.ts → index-DXn9L6Bx.d.ts} +7 -7
- package/dist/{index-Ba31Z-s1.d.ts → index-myjw6_Jp.d.ts} +7 -7
- package/dist/{index-B8ob3fAv.d.ts → index-u16EPv9O.d.ts} +15 -15
- package/dist/{listbox-anatomy-D87dQaF0.d.ts → listbox-anatomy-B3UOZEBy.d.ts} +1 -1
- package/dist/segment-group-anatomy-u5mzEmwB.d.ts +6 -0
- package/dist/toggle-anatomy-C_51TecZ.d.ts +6 -0
- package/dist/{tour-anatomy-DSiANXKx.d.ts → tour-anatomy-0QwyryTi.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/carousel-anatomy-CFvMU8wU.d.ts +0 -6
- package/dist/checkbox-anatomy-D0A0Q8Em.d.ts +0 -6
- package/dist/color-picker-anatomy-BwEYa7C7.d.ts +0 -6
- package/dist/combobox-anatomy-DdefJNib.d.ts +0 -6
- package/dist/field-anatomy-DWaFL0gw.d.ts +0 -6
- package/dist/segment-group-anatomy-CAgjLAqw.d.ts +0 -6
- package/dist/toggle-anatomy-Ccdr4gUb.d.ts +0 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy10 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/listbox/listbox-anatomy.d.ts
|
|
4
|
-
declare const listboxAnatomy: _sprawlify_primitives_anatomy10.AnatomyInstance<"root" | "label" | "input" | "
|
|
4
|
+
declare const listboxAnatomy: _sprawlify_primitives_anatomy10.AnatomyInstance<"root" | "label" | "input" | "item" | "itemGroup" | "content" | "itemIndicator" | "itemText" | "itemGroupLabel" | "empty" | "valueText">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { listboxAnatomy as t };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy8 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/segment-group/segment-group-anatomy.d.ts
|
|
4
|
+
declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy8.Anatomy<"root" | "label" | "indicator" | "item" | "itemText" | "itemControl">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { segmentGroupAnatomy 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<"root" | "indicator">;
|
|
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<"
|
|
4
|
+
declare const tourAnatomy: _sprawlify_primitives_anatomy13.AnatomyInstance<"control" | "title" | "progressText" | "content" | "positioner" | "actionTrigger" | "description" | "closeTrigger" | "arrow" | "arrowTip" | "backdrop" | "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.38",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Solid wrapper for primitives.",
|
|
6
6
|
"author": "sprawlify <npm@sprawlify.com>",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
},
|
|
318
318
|
"dependencies": {
|
|
319
319
|
"@solid-primitives/keyed": "^1.5.2",
|
|
320
|
-
"@sprawlify/primitives": "0.0.
|
|
320
|
+
"@sprawlify/primitives": "0.0.38"
|
|
321
321
|
},
|
|
322
322
|
"peerDependencies": {
|
|
323
323
|
"solid-js": ">=1.1.3"
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy3 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/carousel/carousel-anatomy.d.ts
|
|
4
|
-
declare const carouselAnatomy: _sprawlify_primitives_anatomy3.AnatomyInstance<"root" | "indicator" | "itemGroup" | "item" | "control" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { carouselAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy4 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/checkbox/checkbox-anatomy.d.ts
|
|
4
|
-
declare const checkboxAnatomy: _sprawlify_primitives_anatomy4.AnatomyInstance<"root" | "label" | "indicator" | "control" | "group">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { checkboxAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy5 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/color-picker/color-picker-anatomy.d.ts
|
|
4
|
-
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy5.AnatomyInstance<"root" | "label" | "area" | "view" | "control" | "trigger" | "content" | "valueText" | "positioner" | "formatSelect" | "areaThumb" | "channelInput" | "channelSliderTrack" | "channelSliderThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderValueText" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { colorPickerAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy7 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/combobox/combobox-anatomy.d.ts
|
|
4
|
-
declare const comboboxAnatomy: _sprawlify_primitives_anatomy7.AnatomyInstance<"root" | "label" | "input" | "itemGroup" | "item" | "control" | "trigger" | "content" | "positioner" | "clearTrigger" | "list" | "itemIndicator" | "itemText" | "itemGroupLabel" | "empty">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { comboboxAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy8 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/field/field-anatomy.d.ts
|
|
4
|
-
declare const fieldAnatomy: _sprawlify_primitives_anatomy8.AnatomyInstance<"root" | "errorText" | "helperText" | "label" | "input" | "textarea" | "select" | "requiredIndicator">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { fieldAnatomy 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" | "label" | "indicator" | "item" | "itemText" | "itemControl">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { segmentGroupAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy1 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/toggle/toggle-anatomy.d.ts
|
|
4
|
-
declare const toggleAnatomy: _sprawlify_primitives_anatomy1.Anatomy<"root" | "indicator">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { toggleAnatomy as t };
|