@sprawlify/solid 0.0.73 → 0.0.75
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-CZPh49A2.d.ts → carousel-anatomy-Cg2_7u7K.d.ts} +1 -1
- package/dist/checkbox-anatomy-CGMvvNTI.d.ts +6 -0
- package/dist/{collapsible-BRFu4Kyc.js → collapsible-C8NaEGBe.js} +2 -2
- package/dist/{color-picker-anatomy-iasDB0Y3.d.ts → color-picker-anatomy-DIGHkYwa.d.ts} +2 -2
- package/dist/combobox-anatomy-7UdPOrlq.d.ts +6 -0
- package/dist/components/accordion/index.d.ts +12 -13
- package/dist/components/accordion/index.js +3 -3
- package/dist/components/anatomy.d.ts +51 -50
- package/dist/components/anatomy.js +16 -15
- package/dist/components/angle-slider/index.d.ts +14 -15
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/avatar/index.d.ts +9 -10
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/bottom-sheet/index.d.ts +14 -15
- package/dist/components/bottom-sheet/index.js +4 -4
- package/dist/components/carousel/index.d.ts +19 -16
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +16 -13
- package/dist/components/checkbox/index.js +4 -4
- package/dist/components/clipboard/index.d.ts +12 -13
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +11 -12
- package/dist/components/collapsible/index.js +3 -3
- package/dist/components/collection/index.d.ts +2 -2
- package/dist/components/collection/index.js +1 -1
- package/dist/components/color-picker/index.d.ts +38 -35
- package/dist/components/color-picker/index.js +6 -6
- package/dist/components/combobox/index.d.ts +25 -22
- package/dist/components/combobox/index.js +7 -7
- package/dist/components/date-picker/index.d.ts +35 -32
- package/dist/components/date-picker/index.js +4 -4
- package/dist/components/dialog/index.d.ts +14 -15
- package/dist/components/dialog/index.js +4 -4
- package/dist/components/download-trigger/index.d.ts +2 -2
- package/dist/components/editable/index.d.ts +15 -16
- package/dist/components/editable/index.js +4 -4
- package/dist/components/field/index.d.ts +17 -14
- package/dist/components/field/index.js +4 -4
- package/dist/components/fieldset/index.d.ts +14 -11
- package/dist/components/fieldset/index.js +3 -3
- package/dist/components/file-upload/index.d.ts +19 -20
- package/dist/components/file-upload/index.js +4 -4
- package/dist/components/floating-panel/index.d.ts +18 -19
- package/dist/components/floating-panel/index.js +4 -4
- package/dist/components/focus-trap/index.d.ts +4 -4
- package/dist/components/focus-trap/index.js +2 -2
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/frame/index.d.ts +1 -1
- package/dist/components/frame/index.js +1 -1
- package/dist/components/highlight/index.d.ts +3 -3
- package/dist/components/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +12 -13
- package/dist/components/hover-card/index.js +4 -4
- package/dist/components/image-cropper/index.d.ts +12 -13
- package/dist/components/image-cropper/index.js +1 -1
- package/dist/components/json-tree-view/index.d.ts +6 -7
- package/dist/components/json-tree-view/index.js +5 -6
- package/dist/components/listbox/index.d.ts +20 -17
- package/dist/components/listbox/index.js +2 -2
- package/dist/components/marquee/index.d.ts +10 -11
- package/dist/components/marquee/index.js +1 -1
- package/dist/components/menu/index.d.ts +25 -26
- package/dist/components/menu/index.js +4 -4
- package/dist/components/navigation-menu/index.d.ts +18 -19
- package/dist/components/navigation-menu/index.js +4 -4
- package/dist/components/number-input/index.d.ts +14 -15
- package/dist/components/number-input/index.js +4 -4
- package/dist/components/pagination/index.d.ts +13 -14
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/password-input/index.d.ts +10 -11
- package/dist/components/password-input/index.js +4 -4
- package/dist/components/pin-input/index.d.ts +11 -12
- package/dist/components/pin-input/index.js +4 -4
- package/dist/components/popover/index.d.ts +17 -18
- package/dist/components/popover/index.js +4 -4
- package/dist/components/presence/index.d.ts +4 -4
- package/dist/components/presence/index.js +4 -4
- package/dist/components/progress/index.d.ts +15 -16
- package/dist/components/progress/index.js +1 -1
- package/dist/components/qr-code/index.d.ts +11 -12
- package/dist/components/qr-code/index.js +1 -1
- package/dist/components/radio-group/index.d.ts +13 -14
- package/dist/components/radio-group/index.js +3 -3
- package/dist/components/rating-group/index.d.ts +11 -12
- package/dist/components/rating-group/index.js +4 -4
- package/dist/components/scroll-area/index.d.ts +12 -13
- package/dist/components/scroll-area/index.js +1 -1
- package/dist/components/segment-group/index.d.ts +16 -13
- package/dist/components/segment-group/index.js +1 -1
- package/dist/components/select/index.d.ts +23 -24
- package/dist/components/select/index.js +7 -7
- package/dist/components/separator/index.d.ts +39 -0
- package/dist/components/separator/index.js +80 -0
- package/dist/components/separator/index.jsx +73 -0
- package/dist/components/signature-pad/index.d.ts +13 -14
- package/dist/components/signature-pad/index.js +5 -5
- package/dist/components/slider/index.d.ts +17 -18
- package/dist/components/slider/index.js +2 -2
- package/dist/components/splitter/index.d.ts +10 -11
- package/dist/components/splitter/index.js +2 -2
- package/dist/components/steps/index.d.ts +17 -18
- package/dist/components/steps/index.js +2 -2
- package/dist/components/switch/index.d.ts +11 -12
- package/dist/components/switch/index.js +5 -5
- package/dist/components/tabs/index.d.ts +12 -13
- package/dist/components/tabs/index.js +5 -5
- package/dist/components/tags-input/index.d.ts +17 -18
- package/dist/components/tags-input/index.js +5 -5
- package/dist/components/timer/index.d.ts +12 -13
- package/dist/components/timer/index.js +2 -2
- package/dist/components/toast/index.d.ts +10 -11
- package/dist/components/toast/index.js +1 -1
- package/dist/components/toggle/index.d.ts +9 -6
- package/dist/components/toggle/index.js +2 -2
- package/dist/components/toggle-group/index.d.ts +8 -9
- package/dist/components/toggle-group/index.js +2 -2
- package/dist/components/tooltip/index.d.ts +12 -13
- package/dist/components/tooltip/index.js +5 -5
- package/dist/components/tour/index.d.ts +22 -19
- package/dist/components/tour/index.js +5 -5
- package/dist/components/tree-view/index.d.ts +6 -7
- package/dist/components/tree-view/index.js +6 -6
- package/dist/date-picker-anatomy-p8JNYDnr.d.ts +6 -0
- package/dist/{factory-cJ7CaPAR.d.ts → factory-CFe-t-Fi.d.ts} +1 -1
- package/dist/{field-sAWF2QG_.js → field-C89qXIh6.js} +3 -3
- package/dist/field-anatomy-CwCWwjW3.d.ts +6 -0
- package/dist/{fieldset-D2tDG9Vo.js → fieldset-2UELyPcz.js} +2 -2
- package/dist/fieldset-anatomy-DXVuxc0p.d.ts +6 -0
- package/dist/{index-Ar_4FTXP.d.ts → index-B2p9BTAV.d.ts} +4 -4
- package/dist/{index-D9oSpNzQ.d.ts → index-BUOclvPX.d.ts} +1 -1
- package/dist/{index-EXy1Zi24.d.ts → index-CfXsBKK3.d.ts} +2 -2
- package/dist/{index-N-sWhrJJ.d.ts → index-L7XVPt9h.d.ts} +2 -2
- package/dist/{index-Dv3Yps5H.d.ts → index-S95Pa9a_.d.ts} +20 -20
- package/dist/{index-CRola1gw.d.ts → index-p0FoME-j.d.ts} +7 -7
- package/dist/{index-QX-wd0Pv.d.ts → index-yr9zP2oQ.d.ts} +15 -15
- package/dist/index.d.ts +4 -4
- package/dist/listbox-anatomy-qvZJ0AVM.d.ts +6 -0
- package/dist/{presence-CVbY29Ik.js → presence-n0HnTfAV.js} +3 -3
- package/dist/{render-strategy-D3IUpE3K.js → render-strategy-EQBgRKI1.js} +1 -1
- package/dist/segment-group-anatomy-Cu_heBAj.d.ts +6 -0
- package/dist/separator-anatomy-AagsNNEV.d.ts +2 -0
- package/dist/separator-anatomy-C9bGchxg.js +3 -0
- package/dist/toggle-anatomy-DqBOD6_d.d.ts +6 -0
- package/dist/{tour-anatomy-bLMfoXXW.d.ts → tour-anatomy-CoFV_sAg.d.ts} +1 -1
- package/dist/{tree-view-fFSG4wg1.js → tree-view-CSJacMC3.js} +3 -3
- package/package.json +7 -2
- package/dist/checkbox-anatomy-bwghpc07.d.ts +0 -6
- package/dist/combobox-anatomy-3tDD-Z6C.d.ts +0 -6
- package/dist/date-picker-anatomy-CxGaVvXX.d.ts +0 -6
- package/dist/field-anatomy-CRnr_B1g.d.ts +0 -6
- package/dist/fieldset-anatomy-BSy4q9nT.d.ts +0 -6
- package/dist/listbox-anatomy-D8f11beB.d.ts +0 -6
- package/dist/segment-group-anatomy-Cterir5s.d.ts +0 -6
- package/dist/toggle-anatomy-W4GENhGQ.d.ts +0 -6
- /package/dist/{accordion-anatomy-C02ClQ-i.d.ts → accordion-anatomy-Dy0YvHLB.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-CjqlTMi-.d.ts → angle-slider-anatomy-CtBfHRwv.d.ts} +0 -0
- /package/dist/{avatar-anatomy-BFcH-BdZ.d.ts → avatar-anatomy-MtN5MGxJ.d.ts} +0 -0
- /package/dist/{bottom-sheet-anatomy-CnYjxIa5.d.ts → bottom-sheet-anatomy-qNhhaiRo.d.ts} +0 -0
- /package/dist/{clipboard-anatomy-DT9k1E4p.d.ts → clipboard-anatomy-CXJUM0pj.d.ts} +0 -0
- /package/dist/{collapsible-anatomy-Dnqjh7QP.d.ts → collapsible-anatomy-Dqoa1TJ3.d.ts} +0 -0
- /package/dist/{collection-Cr3_-Nj9.js → collection-Vz_24DoX.js} +0 -0
- /package/dist/{compose-refs-ZZT6eh0H.js → compose-refs-DdDpM3Af.js} +0 -0
- /package/dist/{create-split-props-BcbxQ6yh.js → create-split-props-kzDNfhyR.js} +0 -0
- /package/dist/{dialog-anatomy-Bxscw4PD.d.ts → dialog-anatomy-DxHx7nNk.d.ts} +0 -0
- /package/dist/{editable-anatomy-BoZIiwDR.d.ts → editable-anatomy-BAHBfMvM.d.ts} +0 -0
- /package/dist/{file-upload-anatomy-DmwpdONS.d.ts → file-upload-anatomy-DIMkra98.d.ts} +0 -0
- /package/dist/{floating-panel-anatomy-BDHlnk1S.d.ts → floating-panel-anatomy-Bt1cMLIW.d.ts} +0 -0
- /package/dist/{hover-card-anatomy-BZZwpvcD.d.ts → hover-card-anatomy-ChYm4JZ3.d.ts} +0 -0
- /package/dist/{image-cropper-anatomy-C4nqTpJc.d.ts → image-cropper-anatomy-D9dKuHWM.d.ts} +0 -0
- /package/dist/{index-D78tMX6m.d.ts → index-CZjrxXpQ.d.ts} +0 -0
- /package/dist/{marquee-anatomy-BHiSb_hw.d.ts → marquee-anatomy-B9_cS4J7.d.ts} +0 -0
- /package/dist/{menu-anatomy-BrtrFbq2.d.ts → menu-anatomy-DSyIPzKa.d.ts} +0 -0
- /package/dist/{navigation-menu-anatomy-FqAjaEaz.d.ts → navigation-menu-anatomy-BkNGA70r.d.ts} +0 -0
- /package/dist/{number-input-anatomy-Dpr956kU.d.ts → number-input-anatomy-BJCckYvX.d.ts} +0 -0
- /package/dist/{pagination-anatomy-CC_AQ0hu.d.ts → pagination-anatomy-BTilc4TY.d.ts} +0 -0
- /package/dist/{password-input-anatomy-CcCH88BJ.d.ts → password-input-anatomy--i1BIgAT.d.ts} +0 -0
- /package/dist/{pin-input-anatomy-CFwtTGgf.d.ts → pin-input-anatomy-BdGlzkl4.d.ts} +0 -0
- /package/dist/{popover-anatomy-BfyF_jF-.d.ts → popover-anatomy-CMkiCAeT.d.ts} +0 -0
- /package/dist/{progress-anatomy-CIvqvuCH.d.ts → progress-anatomy-t6zPD5Zu.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-ByL5_5DL.d.ts → qr-code-anatomy-tRmoazZ6.d.ts} +0 -0
- /package/dist/{radio-group-anatomy--QbW6Fvm.d.ts → radio-group-anatomy-lyEQWNo7.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-DBg1kLFr.d.ts → rating-group-anatomy-DJlaUO56.d.ts} +0 -0
- /package/dist/{render-strategy-CD9ZY4zs.d.ts → render-strategy-BOoKsKuN.d.ts} +0 -0
- /package/dist/{scroll-area-anatomy-e4jAhnvL.d.ts → scroll-area-anatomy-B5wPgHSU.d.ts} +0 -0
- /package/dist/{select-anatomy-BOWDAJI2.d.ts → select-anatomy-CHnXUA6Q.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-CwHcAo6v.d.ts → signature-pad-anatomy-BwRKhqN4.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-Mz3w_i5B.js → signature-pad-anatomy-CoeXwoDo.js} +0 -0
- /package/dist/{slider-anatomy-1peNnwIJ.d.ts → slider-anatomy-CymGTXcB.d.ts} +0 -0
- /package/dist/{slider-anatomy-3KpCBnz3.js → slider-anatomy-D1MIQawS.js} +0 -0
- /package/dist/{splitter-anatomy-DIcfxmkW.d.ts → splitter-anatomy-CCD3SwVL.d.ts} +0 -0
- /package/dist/{splitter-anatomy-D2RNa-hA.js → splitter-anatomy-mbvD9KMw.js} +0 -0
- /package/dist/{steps-anatomy-Djc944iN.d.ts → steps-anatomy-CA7EAbjU.d.ts} +0 -0
- /package/dist/{steps-anatomy-CSfgiyVI.js → steps-anatomy-DL1kFLaW.js} +0 -0
- /package/dist/{switch-anatomy-y8eqf5v0.d.ts → switch-anatomy-BXRMtS0x.d.ts} +0 -0
- /package/dist/{switch-anatomy-DDL1v5Fs.js → switch-anatomy-C_MAURJE.js} +0 -0
- /package/dist/{tabs-anatomy-DlQHg-E8.js → tabs-anatomy-DF_ekPnt.js} +0 -0
- /package/dist/{tabs-anatomy-CxuMmuKX.d.ts → tabs-anatomy-DpMdwuLF.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-CvMsM3_R.d.ts → tags-input-anatomy-CsLdSQqN.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-DYSi98Bx.js → tags-input-anatomy-Dpn_Smms.js} +0 -0
- /package/dist/{timer-anatomy-C9bTbrUf.js → timer-anatomy-BF3_7vbc.js} +0 -0
- /package/dist/{timer-anatomy-VYjRFeEL.d.ts → timer-anatomy-BK0y4VUQ.d.ts} +0 -0
- /package/dist/{toast-anatomy-CssUp7TT.js → toast-anatomy-BHDNHkvU.js} +0 -0
- /package/dist/{toast-anatomy-C-PyfPXK.d.ts → toast-anatomy-BqNu2tZD.d.ts} +0 -0
- /package/dist/{toggle-anatomy-DJ-QrVLv.js → toggle-anatomy-D8XJQLnW.js} +0 -0
- /package/dist/{toggle-group-anatomy-C-tSD5OQ.d.ts → toggle-group-anatomy-BRE3muOY.d.ts} +0 -0
- /package/dist/{toggle-group-anatomy-CFLq6ia_.js → toggle-group-anatomy-SARieWDI.js} +0 -0
- /package/dist/{tooltip-anatomy-Mn5jLWJP.d.ts → tooltip-anatomy-CPTpecJ9.d.ts} +0 -0
- /package/dist/{tooltip-anatomy-CPw1wOXd.js → tooltip-anatomy-D6lPF-Wq.js} +0 -0
- /package/dist/{tour-anatomy-CDmnjoPR.js → tour-anatomy-Cg6ZDDuV.js} +0 -0
- /package/dist/{tree-view-anatomy-BW_ruJ-g.js → tree-view-anatomy--Ft8ROVn.js} +0 -0
- /package/dist/{tree-view-anatomy-DjCEP4n7.d.ts → tree-view-anatomy-C_uuTcok.d.ts} +0 -0
- /package/dist/{types-B1RjmsgP.d.ts → types-DlBCj0iY.d.ts} +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy4 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/listbox/listbox-anatomy.d.ts
|
|
4
|
+
declare const listboxAnatomy: _sprawlify_primitives_anatomy4.AnatomyInstance<"label" | "input" | "item" | "itemGroup" | "root" | "content" | "valueText" | "itemGroupLabel" | "itemIndicator" | "itemText" | "empty">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { listboxAnatomy as t };
|
|
@@ -2,9 +2,9 @@ import { i as useMachine, n as normalizeProps, r as mergeProps$2 } from "./core-
|
|
|
2
2
|
import { t as runIfFn } from "./run-if-fn-CTrSA35K.js";
|
|
3
3
|
import { t as createContext$1 } from "./create-context-DPb5Yv_u.js";
|
|
4
4
|
import { t as sprawlify } from "./factory-Ce76k0aC.js";
|
|
5
|
-
import { t as createSplitProps } from "./create-split-props-
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
5
|
+
import { t as createSplitProps } from "./create-split-props-kzDNfhyR.js";
|
|
6
|
+
import { n as splitRenderStrategyProps } from "./render-strategy-EQBgRKI1.js";
|
|
7
|
+
import { t as composeRefs } from "./compose-refs-DdDpM3Af.js";
|
|
8
8
|
import { Show, createEffect, createMemo, createSignal } from "solid-js";
|
|
9
9
|
import { createComponent, mergeProps as mergeProps$1 } from "solid-js/web";
|
|
10
10
|
import * as presence from "@sprawlify/primitives/machines/presence";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as createContext } from "./create-context-DPb5Yv_u.js";
|
|
2
|
-
import { t as createSplitProps } from "./create-split-props-
|
|
2
|
+
import { t as createSplitProps } from "./create-split-props-kzDNfhyR.js";
|
|
3
3
|
|
|
4
4
|
//#region src/utils/render-strategy.ts
|
|
5
5
|
const [RenderStrategyProvider, useRenderStrategyContext] = createContext({
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy9 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/segment-group/segment-group-anatomy.d.ts
|
|
4
|
+
declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy9.Anatomy<"label" | "indicator" | "item" | "root" | "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<"indicator" | "root">;
|
|
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<"control" | "progressText" | "content" | "positioner" | "arrow" | "arrowTip" | "
|
|
4
|
+
declare const tourAnatomy: _sprawlify_primitives_anatomy13.AnatomyInstance<"title" | "control" | "progressText" | "content" | "positioner" | "arrow" | "arrowTip" | "actionTrigger" | "closeTrigger" | "description" | "backdrop" | "spotlight">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { tourAnatomy as t };
|
|
@@ -4,9 +4,9 @@ import { t as runIfFn } from "./run-if-fn-CTrSA35K.js";
|
|
|
4
4
|
import { t as createContext$1 } from "./create-context-DPb5Yv_u.js";
|
|
5
5
|
import { i as useLocaleContext, o as useEnvironmentContext } from "./providers-CdwYAas1.js";
|
|
6
6
|
import { t as sprawlify } from "./factory-Ce76k0aC.js";
|
|
7
|
-
import { t as createSplitProps } from "./create-split-props-
|
|
8
|
-
import { n as splitRenderStrategyProps, r as useRenderStrategyContext, t as RenderStrategyProvider } from "./render-strategy-
|
|
9
|
-
import { a as CollapsibleRoot, c as CollapsibleContent } from "./collapsible-
|
|
7
|
+
import { t as createSplitProps } from "./create-split-props-kzDNfhyR.js";
|
|
8
|
+
import { n as splitRenderStrategyProps, r as useRenderStrategyContext, t as RenderStrategyProvider } from "./render-strategy-EQBgRKI1.js";
|
|
9
|
+
import { a as CollapsibleRoot, c as CollapsibleContent } from "./collapsible-C8NaEGBe.js";
|
|
10
10
|
import { createMemo, createUniqueId } from "solid-js";
|
|
11
11
|
import { createComponent, mergeProps as mergeProps$1 } from "solid-js/web";
|
|
12
12
|
import * as treeView from "@sprawlify/primitives/machines/tree-view";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprawlify/solid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.75",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Solid wrapper for primitives.",
|
|
6
6
|
"author": "sprawlify <npm@sprawlify.com>",
|
|
@@ -238,6 +238,11 @@
|
|
|
238
238
|
"solid": "./dist/components/select/index.jsx",
|
|
239
239
|
"default": "./dist/components/select/index.js"
|
|
240
240
|
},
|
|
241
|
+
"./separator": {
|
|
242
|
+
"types": "./dist/components/separator/index.d.ts",
|
|
243
|
+
"solid": "./dist/components/separator/index.jsx",
|
|
244
|
+
"default": "./dist/components/separator/index.js"
|
|
245
|
+
},
|
|
241
246
|
"./signature-pad": {
|
|
242
247
|
"types": "./dist/components/signature-pad/index.d.ts",
|
|
243
248
|
"solid": "./dist/components/signature-pad/index.jsx",
|
|
@@ -317,7 +322,7 @@
|
|
|
317
322
|
},
|
|
318
323
|
"dependencies": {
|
|
319
324
|
"@solid-primitives/keyed": "^1.5.2",
|
|
320
|
-
"@sprawlify/primitives": "0.0.
|
|
325
|
+
"@sprawlify/primitives": "0.0.75"
|
|
321
326
|
},
|
|
322
327
|
"peerDependencies": {
|
|
323
328
|
"solid-js": ">=1.1.3"
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy2 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/checkbox/checkbox-anatomy.d.ts
|
|
4
|
-
declare const checkboxAnatomy: _sprawlify_primitives_anatomy2.AnatomyInstance<"root" | "control" | "indicator" | "label" | "group">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { checkboxAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy6 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/combobox/combobox-anatomy.d.ts
|
|
4
|
-
declare const comboboxAnatomy: _sprawlify_primitives_anatomy6.AnatomyInstance<"root" | "control" | "item" | "itemGroup" | "input" | "label" | "content" | "trigger" | "positioner" | "clearTrigger" | "list" | "itemText" | "itemIndicator" | "itemGroupLabel" | "empty">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { comboboxAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy7 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/date-picker/date-picker-anatomy.d.ts
|
|
4
|
-
declare const datePickerAnatomy: _sprawlify_primitives_anatomy7.AnatomyInstance<"root" | "control" | "nextTrigger" | "prevTrigger" | "input" | "label" | "valueText" | "content" | "trigger" | "positioner" | "view" | "clearTrigger" | "table" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { datePickerAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/field/field-anatomy.d.ts
|
|
4
|
-
declare const fieldAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "errorText" | "helperText" | "input" | "label" | "select" | "textarea" | "requiredIndicator">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { fieldAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy3 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/fieldset/fieldset-anatomy.d.ts
|
|
4
|
-
declare const fieldsetAnatomy: _sprawlify_primitives_anatomy3.AnatomyInstance<"root" | "errorText" | "helperText" | "legend">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { fieldsetAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy10 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/listbox/listbox-anatomy.d.ts
|
|
4
|
-
declare const listboxAnatomy: _sprawlify_primitives_anatomy10.AnatomyInstance<"root" | "item" | "itemGroup" | "input" | "label" | "valueText" | "content" | "itemText" | "itemIndicator" | "itemGroupLabel" | "empty">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { listboxAnatomy 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" | "item" | "indicator" | "label" | "itemText" | "itemControl">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { segmentGroupAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy8 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/toggle/toggle-anatomy.d.ts
|
|
4
|
-
declare const toggleAnatomy: _sprawlify_primitives_anatomy8.Anatomy<"root" | "indicator">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { toggleAnatomy as t };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{navigation-menu-anatomy-FqAjaEaz.d.ts → navigation-menu-anatomy-BkNGA70r.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|