@vireo-ai/trellis-ui 0.1.21 → 0.1.23
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/package.json +37 -11
- package/packages/client/types/assets/bridge.d.ts +27 -0
- package/packages/client/types/assets/full-runtime.generated.d.ts +2 -0
- package/packages/client/types/capabilities/calendar.d.ts +3 -0
- package/packages/client/types/capabilities/motion.d.ts +5 -0
- package/packages/client/types/capabilities/resizable.d.ts +5 -0
- package/packages/client/types/capabilities/sortable.d.ts +6 -0
- package/packages/client/types/components/accordion/entry.generated.d.ts +5 -0
- package/packages/client/types/components/app/contract.d.ts +8 -8
- package/packages/client/types/components/badge/contract.d.ts +2 -2
- package/packages/client/types/components/box/contract.d.ts +9 -9
- package/packages/client/types/components/button/contract.d.ts +3 -3
- package/packages/client/types/components/button/entry.generated.d.ts +4 -0
- package/packages/client/types/components/card/contract.d.ts +3 -3
- package/packages/client/types/components/checkbox/entry.generated.d.ts +5 -0
- package/packages/client/types/components/container/contract.d.ts +5 -5
- package/packages/client/types/components/date-picker/contract.d.ts +6 -6
- package/packages/client/types/components/date-picker/entry.generated.d.ts +5 -0
- package/packages/client/types/components/date-picker/index.d.ts +0 -1
- package/packages/client/types/components/date-picker/machine.d.ts +40 -40
- package/packages/client/types/components/dropdown/contract.d.ts +2 -2
- package/packages/client/types/components/dropdown/entry.generated.d.ts +5 -0
- package/packages/client/types/components/dropdown/machine.d.ts +8 -8
- package/packages/client/types/components/entry.generated.d.ts +28 -0
- package/packages/client/types/components/field/entry.generated.d.ts +5 -0
- package/packages/client/types/components/file-upload/contract.d.ts +1 -1
- package/packages/client/types/components/file-upload/entry.generated.d.ts +5 -0
- package/packages/client/types/components/file-upload/machine.d.ts +2 -2
- package/packages/client/types/components/flex/contract.d.ts +7 -7
- package/packages/client/types/components/frame/contract.d.ts +6 -6
- package/packages/client/types/components/grid/contract.d.ts +11 -11
- package/packages/client/types/components/image/contract.d.ts +2 -2
- package/packages/client/types/components/input/entry.generated.d.ts +5 -0
- package/packages/client/types/components/layout.d.ts +6 -6
- package/packages/client/types/components/menu/contract.d.ts +3 -3
- package/packages/client/types/components/modal/contract.d.ts +3 -3
- package/packages/client/types/components/modal/entry.generated.d.ts +5 -0
- package/packages/client/types/components/modal/machine.d.ts +12 -12
- package/packages/client/types/components/panels/contract.d.ts +1 -1
- package/packages/client/types/components/panels/entry.generated.d.ts +5 -0
- package/packages/client/types/components/radio/entry.generated.d.ts +5 -0
- package/packages/client/types/components/scroll-area/entry.generated.d.ts +5 -0
- package/packages/client/types/components/section/contract.d.ts +4 -4
- package/packages/client/types/components/select/contract.d.ts +4 -4
- package/packages/client/types/components/select/entry.generated.d.ts +5 -0
- package/packages/client/types/components/select/machine.d.ts +32 -32
- package/packages/client/types/components/sidebar/contract.d.ts +5 -5
- package/packages/client/types/components/sidebar/entry.generated.d.ts +5 -0
- package/packages/client/types/components/sidebar/index.d.ts +1 -1
- package/packages/client/types/components/slider/entry.generated.d.ts +5 -0
- package/packages/client/types/components/stack/contract.d.ts +7 -7
- package/packages/client/types/components/switch/entry.generated.d.ts +5 -0
- package/packages/client/types/components/table/contract.d.ts +9 -9
- package/packages/client/types/components/table/entry.generated.d.ts +5 -0
- package/packages/client/types/components/tabs/contract.d.ts +1 -1
- package/packages/client/types/components/tabs/entry.generated.d.ts +5 -0
- package/packages/client/types/components/tabs/machine.d.ts +2 -2
- package/packages/client/types/components/toast/contract.d.ts +2 -2
- package/packages/client/types/components/toast/entry.generated.d.ts +5 -0
- package/packages/client/types/components/toast/machine.d.ts +8 -8
- package/packages/client/types/core.d.ts +10 -0
- package/packages/client/types/directives/sortable.d.ts +1 -1
- package/packages/client/types/index.d.ts +3 -11
- package/packages/client/types/motion/animate.d.ts +1 -1
- package/packages/client/types/motion/controller.d.ts +1 -1
- package/packages/client/types/motion/index.d.ts +1 -1
- package/packages/client/types/motion/owned.d.ts +1 -1
- package/packages/client/types/motion/plan.d.ts +1 -1
- package/packages/client/types/motion/recipe.d.ts +1 -1
- package/packages/client/types/motion/reduced-motion.d.ts +1 -1
- package/packages/client/types/motion/targets.d.ts +1 -6
- package/packages/client/types/motion/view.d.ts +1 -1
- package/packages/client/types/runtime/engine/stream.d.ts +9 -3
- package/packages/client/types/runtime/layout-participant.d.ts +9 -0
- package/packages/client/types/runtime/ui.d.ts +10 -4
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/bridge.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/build-metadata.json +1268 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/anchored-popover-BXEMsLrA.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/anchored-popover-BXEMsLrA.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/bridge-B4S_D6hV.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/bridge-B4S_D6hV.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/cally-Z6G-rzr-.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/cally-Z6G-rzr-.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/codecs-Cb1ns_47.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/codecs-Cb1ns_47.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/collection-navigation-CtNDGKcQ.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/collection-navigation-CtNDGKcQ.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/common-DAxHCzB-.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/common-DAxHCzB-.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/controlled-open-Hy4-OT-6.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/controlled-open-Hy4-OT-6.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/core-DjoX4J-6.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/core-DjoX4J-6.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dismissable-layer-BROE-Ln2.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dismissable-layer-BROE-Ln2.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dom-qAeVl7dc.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dom-qAeVl7dc.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/element-adapter-native-data-key-CW8suC9A.js +6 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/element-adapter-native-data-key-CW8suC9A.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-5kNpQFGr.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-5kNpQFGr.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B85L90Qp.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B85L90Qp.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-BGCM6LAW.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-BGCM6LAW.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Bc-uE56r.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Bc-uE56r.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C-lyYGbo.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C-lyYGbo.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C6ldtrmy.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C6ldtrmy.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CPWoMIwn.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CPWoMIwn.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Co0bLLZE.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Co0bLLZE.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CtyXH8zf.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CtyXH8zf.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DGrOItIx.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DGrOItIx.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DHMRhcYF.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DHMRhcYF.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-De12QrT5.js +3 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-De12QrT5.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DgmqZx_W.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DgmqZx_W.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Dn6MRCe0.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Dn6MRCe0.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DoOgk6l4.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DoOgk6l4.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DxUOcPkU.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DxUOcPkU.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DyIjCOhT.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DyIjCOhT.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-K6qKowpw.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-K6qKowpw.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-oAIExc1V.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-oAIExc1V.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-xcXw-cEl.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-xcXw-cEl.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/focus-scope-DtaPVNl5.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/focus-scope-DtaPVNl5.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/form-control-BkVb2Qed.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/form-control-BkVb2Qed.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/machine-CX3wFSoV.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/machine-CX3wFSoV.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/merge-bindings-C8ewA_FD.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/merge-bindings-C8ewA_FD.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/motion-Bpttk6iZ.js +3 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/motion-Bpttk6iZ.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/number-BCZdoG0B.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/number-BCZdoG0B.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/props-change-2xfsIAEN.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/props-change-2xfsIAEN.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/resizable-BixtYF9M.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/resizable-BixtYF9M.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/scroll-lock-DOw7dmi1.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/scroll-lock-DOw7dmi1.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/semantic-observer-9VxzbQBi.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/semantic-observer-9VxzbQBi.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/styles-TfvwVPGw.js +2 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/styles-TfvwVPGw.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/ui-xTjuF3uC.js +4 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/ui-xTjuF3uC.js.map +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/accordion.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/button.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/checkbox.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/date-picker.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/dropdown.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/field.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/file-upload.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/index.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/input.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/modal.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/panels.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/radio.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/scroll-area.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/select.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/sidebar.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/slider.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/switch.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/table.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/tabs.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/toast.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/core.js +1 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/index.js +1 -22146
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/index.js.map +1 -1
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/logical-entry-manifest.json +395 -0
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/trellis.js +9 -9
- package/packages/server/trellis_ui/static/trellis_ui/assets/js/trellis.min.js +9 -9
|
@@ -28,10 +28,10 @@ declare const modalHooks: readonly [Readonly<{
|
|
|
28
28
|
name: import("../../runtime/codecs").StringCodec;
|
|
29
29
|
open: import("../../runtime/codecs").BoolCodec;
|
|
30
30
|
mode: import("../../runtime/codecs").OneOfCodec<"modal" | "sheet">;
|
|
31
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
31
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
32
32
|
size: import("../../runtime/codecs").OneOfCodec<"sm" | "md" | "lg" | "full" | "xl">;
|
|
33
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
34
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
33
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
34
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
35
35
|
dismissible: import("../../runtime/codecs").BoolCodec;
|
|
36
36
|
closable: import("../../runtime/codecs").BoolCodec;
|
|
37
37
|
disabled: import("../../runtime/codecs").BoolCodec;
|
|
@@ -52,10 +52,10 @@ declare const modalHooks: readonly [Readonly<{
|
|
|
52
52
|
name: import("../../runtime/codecs").StringCodec;
|
|
53
53
|
open: import("../../runtime/codecs").BoolCodec;
|
|
54
54
|
mode: import("../../runtime/codecs").OneOfCodec<"modal" | "sheet">;
|
|
55
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
55
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
56
56
|
size: import("../../runtime/codecs").OneOfCodec<"sm" | "md" | "lg" | "full" | "xl">;
|
|
57
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
58
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
57
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
58
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
59
59
|
dismissible: import("../../runtime/codecs").BoolCodec;
|
|
60
60
|
closable: import("../../runtime/codecs").BoolCodec;
|
|
61
61
|
disabled: import("../../runtime/codecs").BoolCodec;
|
|
@@ -83,10 +83,10 @@ declare const modalHooks: readonly [Readonly<{
|
|
|
83
83
|
name: import("../../runtime/codecs").StringCodec;
|
|
84
84
|
open: import("../../runtime/codecs").BoolCodec;
|
|
85
85
|
mode: import("../../runtime/codecs").OneOfCodec<"modal" | "sheet">;
|
|
86
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
86
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
87
87
|
size: import("../../runtime/codecs").OneOfCodec<"sm" | "md" | "lg" | "full" | "xl">;
|
|
88
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
89
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
88
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
89
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
90
90
|
dismissible: import("../../runtime/codecs").BoolCodec;
|
|
91
91
|
closable: import("../../runtime/codecs").BoolCodec;
|
|
92
92
|
disabled: import("../../runtime/codecs").BoolCodec;
|
|
@@ -107,10 +107,10 @@ declare const modalHooks: readonly [Readonly<{
|
|
|
107
107
|
name: import("../../runtime/codecs").StringCodec;
|
|
108
108
|
open: import("../../runtime/codecs").BoolCodec;
|
|
109
109
|
mode: import("../../runtime/codecs").OneOfCodec<"modal" | "sheet">;
|
|
110
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
110
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
111
111
|
size: import("../../runtime/codecs").OneOfCodec<"sm" | "md" | "lg" | "full" | "xl">;
|
|
112
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
113
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
112
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
113
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
114
114
|
dismissible: import("../../runtime/codecs").BoolCodec;
|
|
115
115
|
closable: import("../../runtime/codecs").BoolCodec;
|
|
116
116
|
disabled: import("../../runtime/codecs").BoolCodec;
|
|
@@ -15,7 +15,7 @@ declare const panelSchema: {
|
|
|
15
15
|
id: import("../../runtime/codecs").StringCodec;
|
|
16
16
|
as: import("../../runtime/codecs").OneOfCodec<"aside" | "div" | "main" | "nav" | "section">;
|
|
17
17
|
size: import("../../runtime/codecs").OneOfCodec<"fill" | "1" | "2" | "3" | "4" | "5" | "6">;
|
|
18
|
-
resize: import("../../runtime/codecs").OneOfCodec<"
|
|
18
|
+
resize: import("../../runtime/codecs").OneOfCodec<"end" | "none" | "start">;
|
|
19
19
|
collapsible: import("../../runtime/codecs").BoolCodec;
|
|
20
20
|
defaultCollapsed: import("../../runtime/codecs").BoolCodec;
|
|
21
21
|
class: import("../../runtime/codecs").StringCodec;
|
|
@@ -9,11 +9,11 @@ declare const sectionSchema: {
|
|
|
9
9
|
margin: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
10
10
|
marginX: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
11
11
|
marginY: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
12
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
12
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
13
13
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
14
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
15
|
-
width: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
16
|
-
height: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
14
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
15
|
+
width: import("../../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl" | "prose">;
|
|
16
|
+
height: import("../../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl">;
|
|
17
17
|
class: import("../../runtime/codecs").StringCodec;
|
|
18
18
|
as: import("../../runtime/codecs").OneOfCodec<"article" | "aside" | "div" | "footer" | "form" | "header" | "li" | "main" | "nav" | "ol" | "section" | "span" | "ul">;
|
|
19
19
|
display: import("../../runtime/codecs").OneOfCodec<"none" | "block">;
|
|
@@ -51,10 +51,10 @@ declare const selectSchema: {
|
|
|
51
51
|
size: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "xlg">;
|
|
52
52
|
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "filled">;
|
|
53
53
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
54
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
55
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
56
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
57
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
54
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
55
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
56
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
57
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
58
58
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
59
59
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
60
60
|
empty: import("../../runtime/codecs").StringCodec;
|
|
@@ -70,10 +70,10 @@ declare const selectHooks: readonly [Readonly<{
|
|
|
70
70
|
size: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "xlg">;
|
|
71
71
|
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "filled">;
|
|
72
72
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
73
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
74
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
75
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
76
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
73
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
74
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
75
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
76
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
77
77
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
78
78
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
79
79
|
empty: import("../../runtime/codecs").StringCodec;
|
|
@@ -121,10 +121,10 @@ declare const selectHooks: readonly [Readonly<{
|
|
|
121
121
|
size: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "xlg">;
|
|
122
122
|
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "filled">;
|
|
123
123
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
124
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
125
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
126
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
127
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
124
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
125
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
126
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
127
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
128
128
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
129
129
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
130
130
|
empty: import("../../runtime/codecs").StringCodec;
|
|
@@ -179,10 +179,10 @@ declare const selectHooks: readonly [Readonly<{
|
|
|
179
179
|
size: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "xlg">;
|
|
180
180
|
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "filled">;
|
|
181
181
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
182
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
183
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
184
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
185
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
182
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
183
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
184
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
185
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
186
186
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
187
187
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
188
188
|
empty: import("../../runtime/codecs").StringCodec;
|
|
@@ -230,10 +230,10 @@ declare const selectHooks: readonly [Readonly<{
|
|
|
230
230
|
size: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "xlg">;
|
|
231
231
|
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "filled">;
|
|
232
232
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
233
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
234
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
235
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
236
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
233
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
234
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
235
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
236
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
237
237
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
238
238
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
239
239
|
empty: import("../../runtime/codecs").StringCodec;
|
|
@@ -288,10 +288,10 @@ declare const selectHooks: readonly [Readonly<{
|
|
|
288
288
|
size: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "xlg">;
|
|
289
289
|
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "filled">;
|
|
290
290
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
291
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
292
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
293
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
294
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
291
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
292
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
293
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
294
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
295
295
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
296
296
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
297
297
|
empty: import("../../runtime/codecs").StringCodec;
|
|
@@ -342,10 +342,10 @@ declare const selectHooks: readonly [Readonly<{
|
|
|
342
342
|
size: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "xlg">;
|
|
343
343
|
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "filled">;
|
|
344
344
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
345
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
346
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
347
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
348
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
345
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
346
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
347
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
348
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
349
349
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
350
350
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
351
351
|
empty: import("../../runtime/codecs").StringCodec;
|
|
@@ -403,10 +403,10 @@ declare const selectHooks: readonly [Readonly<{
|
|
|
403
403
|
size: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "xlg">;
|
|
404
404
|
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "filled">;
|
|
405
405
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
406
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
407
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
408
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
409
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
406
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
407
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
408
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
409
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
410
410
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
411
411
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
412
412
|
empty: import("../../runtime/codecs").StringCodec;
|
|
@@ -457,10 +457,10 @@ declare const selectHooks: readonly [Readonly<{
|
|
|
457
457
|
size: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "xlg">;
|
|
458
458
|
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "filled">;
|
|
459
459
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
460
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
461
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
462
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
463
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
460
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
461
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
462
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "left" | "right" | "top">;
|
|
463
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
464
464
|
offset: import("../../runtime/codecs").NumberCodec;
|
|
465
465
|
gap: import("../../runtime/codecs").NumberCodec;
|
|
466
466
|
empty: import("../../runtime/codecs").StringCodec;
|
|
@@ -13,12 +13,12 @@ declare const sidebarSchema: {
|
|
|
13
13
|
id: import("../../runtime/codecs").StringCodec;
|
|
14
14
|
placement: import("../../runtime/codecs").OneOfCodec<"top" | "side">;
|
|
15
15
|
side: import("../../runtime/codecs").OneOfCodec<"left" | "right">;
|
|
16
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
17
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
18
|
-
drawerElevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
16
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
17
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
18
|
+
drawerElevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
19
19
|
divider: import("../../runtime/codecs").BoolCodec;
|
|
20
20
|
sticky: import("../../runtime/codecs").BoolCodec;
|
|
21
|
-
collapse: import("../../runtime/codecs").OneOfCodec<"
|
|
21
|
+
collapse: import("../../runtime/codecs").OneOfCodec<"none" | "mobile" | "both" | "desktop">;
|
|
22
22
|
open: import("../../runtime/codecs").BoolCodec;
|
|
23
23
|
stashed: import("../../runtime/codecs").BoolCodec;
|
|
24
24
|
persist: import("../../runtime/codecs").BoolCodec;
|
|
@@ -49,7 +49,7 @@ declare const sidebarToggleSchema: {
|
|
|
49
49
|
target: import("../../runtime/codecs").StringCodec;
|
|
50
50
|
icon: import("../../runtime/codecs").StringCodec;
|
|
51
51
|
label: import("../../runtime/codecs").StringCodec;
|
|
52
|
-
action: import("../../runtime/codecs").OneOfCodec<"
|
|
52
|
+
action: import("../../runtime/codecs").OneOfCodec<"close" | "toggle" | "open" | "expand" | "stash">;
|
|
53
53
|
class: import("../../runtime/codecs").StringCodec;
|
|
54
54
|
};
|
|
55
55
|
declare const sidebarPanelSchema: {
|
|
@@ -13,7 +13,7 @@ type SidebarController = {
|
|
|
13
13
|
};
|
|
14
14
|
declare const togglePropsSchema: {
|
|
15
15
|
target: import("../../runtime/codecs").StringCodec;
|
|
16
|
-
action: import("../../runtime/codecs").OneOfCodec<"
|
|
16
|
+
action: import("../../runtime/codecs").OneOfCodec<"close" | "toggle" | "open" | "expand" | "stash">;
|
|
17
17
|
class: import("../../runtime/codecs").StringCodec;
|
|
18
18
|
};
|
|
19
19
|
type SidebarToggleProps = SchemaToProps<typeof togglePropsSchema>;
|
|
@@ -8,19 +8,19 @@ declare const stackSchema: {
|
|
|
8
8
|
margin: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
9
9
|
marginX: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
10
10
|
marginY: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
11
|
-
surface: import("../../runtime/codecs").OneOfCodec<"
|
|
11
|
+
surface: import("../../runtime/codecs").OneOfCodec<"inherit" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
|
|
12
12
|
radius: import("../../runtime/codecs").OneOfCodec<"none" | "xs" | "sm" | "md" | "lg" | "full">;
|
|
13
|
-
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "
|
|
14
|
-
width: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
15
|
-
height: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "
|
|
13
|
+
elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "none">;
|
|
14
|
+
width: import("../../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl" | "prose">;
|
|
15
|
+
height: import("../../runtime/codecs").OneOfCodec<"auto" | "xs" | "sm" | "md" | "lg" | "full" | "xl">;
|
|
16
16
|
class: import("../../runtime/codecs").StringCodec;
|
|
17
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
18
|
-
justify: import("../../runtime/codecs").OneOfCodec<"
|
|
17
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "baseline" | "stretch">;
|
|
18
|
+
justify: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start" | "between">;
|
|
19
19
|
gap: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
20
20
|
gapX: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
21
21
|
gapY: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
22
22
|
as: import("../../runtime/codecs").OneOfCodec<"article" | "aside" | "div" | "footer" | "form" | "header" | "li" | "main" | "nav" | "ol" | "section" | "span" | "ul">;
|
|
23
|
-
display: import("../../runtime/codecs").OneOfCodec<"
|
|
23
|
+
display: import("../../runtime/codecs").OneOfCodec<"grid" | "none" | "inline-grid">;
|
|
24
24
|
};
|
|
25
25
|
type StackDisplay = typeof STACK_DISPLAYS[number];
|
|
26
26
|
type StackProps = SchemaToProps<typeof stackSchema>;
|
|
@@ -14,18 +14,18 @@ declare const tableSchema: {
|
|
|
14
14
|
layout: import("../../runtime/codecs").OneOfCodec<"fixed" | "auto">;
|
|
15
15
|
density: import("../../runtime/codecs").OneOfCodec<"default" | "compact" | "comfortable">;
|
|
16
16
|
variant: import("../../runtime/codecs").OneOfCodec<"ghost" | "surface">;
|
|
17
|
-
border: import("../../runtime/codecs").OneOfCodec<"
|
|
17
|
+
border: import("../../runtime/codecs").OneOfCodec<"grid" | "none" | "row">;
|
|
18
18
|
flush: import("../../runtime/codecs").BoolCodec;
|
|
19
19
|
zebra: import("../../runtime/codecs").BoolCodec;
|
|
20
20
|
hover: import("../../runtime/codecs").BoolCodec;
|
|
21
21
|
stickyHeader: import("../../runtime/codecs").BoolCodec;
|
|
22
22
|
nowrap: import("../../runtime/codecs").BoolCodec;
|
|
23
|
-
width: import("../../runtime/codecs").OneOfCodec<"
|
|
23
|
+
width: import("../../runtime/codecs").OneOfCodec<"auto" | "full">;
|
|
24
24
|
class: import("../../runtime/codecs").StringCodec;
|
|
25
25
|
tableClass: import("../../runtime/codecs").StringCodec;
|
|
26
26
|
};
|
|
27
27
|
declare const tableCaptionSchema: {
|
|
28
|
-
side: import("../../runtime/codecs").OneOfCodec<"
|
|
28
|
+
side: import("../../runtime/codecs").OneOfCodec<"bottom" | "top">;
|
|
29
29
|
class: import("../../runtime/codecs").StringCodec;
|
|
30
30
|
};
|
|
31
31
|
declare const tableSectionSchema: {
|
|
@@ -39,8 +39,8 @@ declare const tableRowSchema: {
|
|
|
39
39
|
class: import("../../runtime/codecs").StringCodec;
|
|
40
40
|
};
|
|
41
41
|
declare const tableColumnSchema: {
|
|
42
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
43
|
-
valign: import("../../runtime/codecs").OneOfCodec<"
|
|
42
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
43
|
+
valign: import("../../runtime/codecs").OneOfCodec<"bottom" | "top" | "middle" | "baseline">;
|
|
44
44
|
key: import("../../runtime/codecs").StringCodec;
|
|
45
45
|
target: import("../../runtime/codecs").StringCodec;
|
|
46
46
|
width: import("../../runtime/codecs").StringCodec;
|
|
@@ -61,14 +61,14 @@ declare const tableColumnFilterSchema: {
|
|
|
61
61
|
class: import("../../runtime/codecs").StringCodec;
|
|
62
62
|
};
|
|
63
63
|
declare const tableRowHeaderSchema: {
|
|
64
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
65
|
-
valign: import("../../runtime/codecs").OneOfCodec<"
|
|
64
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
65
|
+
valign: import("../../runtime/codecs").OneOfCodec<"bottom" | "top" | "middle" | "baseline">;
|
|
66
66
|
scope: import("../../runtime/codecs").OneOfCodec<"row" | "rowgroup">;
|
|
67
67
|
class: import("../../runtime/codecs").StringCodec;
|
|
68
68
|
};
|
|
69
69
|
declare const tableCellSchema: {
|
|
70
|
-
align: import("../../runtime/codecs").OneOfCodec<"
|
|
71
|
-
valign: import("../../runtime/codecs").OneOfCodec<"
|
|
70
|
+
align: import("../../runtime/codecs").OneOfCodec<"end" | "center" | "start">;
|
|
71
|
+
valign: import("../../runtime/codecs").OneOfCodec<"bottom" | "top" | "middle" | "baseline">;
|
|
72
72
|
class: import("../../runtime/codecs").StringCodec;
|
|
73
73
|
};
|
|
74
74
|
declare const tableEmptySchema: {
|
|
@@ -13,7 +13,7 @@ declare const tabsSchema: {
|
|
|
13
13
|
value: import("../../runtime/codecs").StringCodec;
|
|
14
14
|
activation: import("../../runtime/codecs").OneOfCodec<"manual" | "automatic">;
|
|
15
15
|
orientation: import("../../runtime/codecs").OneOfCodec<"vertical" | "horizontal">;
|
|
16
|
-
gap: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5"
|
|
16
|
+
gap: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
17
17
|
loop: import("../../runtime/codecs").BoolCodec;
|
|
18
18
|
panels: import("../../runtime/codecs").StringCodec;
|
|
19
19
|
class: import("../../runtime/codecs").StringCodec;
|
|
@@ -46,7 +46,7 @@ declare const tabsHooks: readonly [Readonly<{
|
|
|
46
46
|
value: import("../../runtime/codecs").StringCodec;
|
|
47
47
|
activation: import("../../runtime/codecs").OneOfCodec<"manual" | "automatic">;
|
|
48
48
|
orientation: import("../../runtime/codecs").OneOfCodec<"vertical" | "horizontal">;
|
|
49
|
-
gap: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5"
|
|
49
|
+
gap: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
50
50
|
loop: import("../../runtime/codecs").BoolCodec;
|
|
51
51
|
panels: import("../../runtime/codecs").StringCodec;
|
|
52
52
|
class: import("../../runtime/codecs").StringCodec;
|
|
@@ -68,7 +68,7 @@ declare const tabsHooks: readonly [Readonly<{
|
|
|
68
68
|
value: import("../../runtime/codecs").StringCodec;
|
|
69
69
|
activation: import("../../runtime/codecs").OneOfCodec<"manual" | "automatic">;
|
|
70
70
|
orientation: import("../../runtime/codecs").OneOfCodec<"vertical" | "horizontal">;
|
|
71
|
-
gap: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5"
|
|
71
|
+
gap: import("../../runtime/codecs").OneOfCodec<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6.5" | "7.5" | "8.5" | "9.5" | "10.5" | "11.5">;
|
|
72
72
|
loop: import("../../runtime/codecs").BoolCodec;
|
|
73
73
|
panels: import("../../runtime/codecs").StringCodec;
|
|
74
74
|
class: import("../../runtime/codecs").StringCodec;
|
|
@@ -6,8 +6,8 @@ declare const TOAST_VARIANTS: readonly ["default", "soft", "surface", "solid", "
|
|
|
6
6
|
declare const TOAST_POSITIONS: readonly ["top-right", "top-left", "top-center", "bottom-right", "bottom-left", "bottom-center"];
|
|
7
7
|
declare const toastSchema: {
|
|
8
8
|
level: import("../../runtime/codecs").OneOfCodec<"danger" | "success" | "warning" | "info" | "debug">;
|
|
9
|
-
color: import("../../runtime/codecs").OneOfCodec<"
|
|
10
|
-
variant: import("../../runtime/codecs").OneOfCodec<"
|
|
9
|
+
color: import("../../runtime/codecs").OneOfCodec<"auto" | "accent" | "danger" | "neutral" | "success" | "warning">;
|
|
10
|
+
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "default" | "solid" | "soft" | "surface">;
|
|
11
11
|
title: import("../../runtime/codecs").StringCodec;
|
|
12
12
|
description: import("../../runtime/codecs").StringCodec;
|
|
13
13
|
duration: import("../../runtime/codecs").NumberCodec;
|
|
@@ -32,8 +32,8 @@ declare const toastHooks: readonly [Readonly<{
|
|
|
32
32
|
context: Readonly<ToastContext>;
|
|
33
33
|
props: Readonly<import("../..").SchemaToProps<{
|
|
34
34
|
level: import("../../runtime/codecs").OneOfCodec<"danger" | "success" | "warning" | "info" | "debug">;
|
|
35
|
-
color: import("../../runtime/codecs").OneOfCodec<"
|
|
36
|
-
variant: import("../../runtime/codecs").OneOfCodec<"
|
|
35
|
+
color: import("../../runtime/codecs").OneOfCodec<"auto" | "accent" | "danger" | "neutral" | "success" | "warning">;
|
|
36
|
+
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "default" | "solid" | "soft" | "surface">;
|
|
37
37
|
title: import("../../runtime/codecs").StringCodec;
|
|
38
38
|
description: import("../../runtime/codecs").StringCodec;
|
|
39
39
|
duration: import("../../runtime/codecs").NumberCodec;
|
|
@@ -50,8 +50,8 @@ declare const toastHooks: readonly [Readonly<{
|
|
|
50
50
|
context: Readonly<ToastContext>;
|
|
51
51
|
props: Readonly<import("../..").SchemaToProps<{
|
|
52
52
|
level: import("../../runtime/codecs").OneOfCodec<"danger" | "success" | "warning" | "info" | "debug">;
|
|
53
|
-
color: import("../../runtime/codecs").OneOfCodec<"
|
|
54
|
-
variant: import("../../runtime/codecs").OneOfCodec<"
|
|
53
|
+
color: import("../../runtime/codecs").OneOfCodec<"auto" | "accent" | "danger" | "neutral" | "success" | "warning">;
|
|
54
|
+
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "default" | "solid" | "soft" | "surface">;
|
|
55
55
|
title: import("../../runtime/codecs").StringCodec;
|
|
56
56
|
description: import("../../runtime/codecs").StringCodec;
|
|
57
57
|
duration: import("../../runtime/codecs").NumberCodec;
|
|
@@ -75,8 +75,8 @@ declare const toastHooks: readonly [Readonly<{
|
|
|
75
75
|
context: Readonly<ToastContext>;
|
|
76
76
|
props: Readonly<import("../..").SchemaToProps<{
|
|
77
77
|
level: import("../../runtime/codecs").OneOfCodec<"danger" | "success" | "warning" | "info" | "debug">;
|
|
78
|
-
color: import("../../runtime/codecs").OneOfCodec<"
|
|
79
|
-
variant: import("../../runtime/codecs").OneOfCodec<"
|
|
78
|
+
color: import("../../runtime/codecs").OneOfCodec<"auto" | "accent" | "danger" | "neutral" | "success" | "warning">;
|
|
79
|
+
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "default" | "solid" | "soft" | "surface">;
|
|
80
80
|
title: import("../../runtime/codecs").StringCodec;
|
|
81
81
|
description: import("../../runtime/codecs").StringCodec;
|
|
82
82
|
duration: import("../../runtime/codecs").NumberCodec;
|
|
@@ -95,8 +95,8 @@ declare const toastHooks: readonly [Readonly<{
|
|
|
95
95
|
context: Readonly<ToastContext>;
|
|
96
96
|
props: Readonly<import("../..").SchemaToProps<{
|
|
97
97
|
level: import("../../runtime/codecs").OneOfCodec<"danger" | "success" | "warning" | "info" | "debug">;
|
|
98
|
-
color: import("../../runtime/codecs").OneOfCodec<"
|
|
99
|
-
variant: import("../../runtime/codecs").OneOfCodec<"
|
|
98
|
+
color: import("../../runtime/codecs").OneOfCodec<"auto" | "accent" | "danger" | "neutral" | "success" | "warning">;
|
|
99
|
+
variant: import("../../runtime/codecs").OneOfCodec<"outline" | "default" | "solid" | "soft" | "surface">;
|
|
100
100
|
title: import("../../runtime/codecs").StringCodec;
|
|
101
101
|
description: import("../../runtime/codecs").StringCodec;
|
|
102
102
|
duration: import("../../runtime/codecs").NumberCodec;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Alpine as AlpineType } from 'alpinejs';
|
|
2
|
+
import { ui } from './runtime/ui';
|
|
3
|
+
type CoreRuntimePlugin = (AlpineInstance: AlpineType) => void;
|
|
4
|
+
declare const coreRuntime: CoreRuntimePlugin;
|
|
5
|
+
export { coreRuntime, ui };
|
|
6
|
+
export default coreRuntime;
|
|
7
|
+
export type { CoreRuntimePlugin };
|
|
8
|
+
export { bool, createAlpineMachine, createMachine, decodeProps, defineManifest, defineProps, defineStyles, json, mergeBindings, number, oneOf, propsFromSchema, resolveStyle, string, createTransitionCoordinator, defineHook, } from './runtime';
|
|
9
|
+
export type { AlpineMachine, AlpineMachineOwner, AlpinePropsChangedEvent, CodecFn, ComponentManifest, CreateAlpineMachineOptions, DecodePropsOptions, Machine, MachineConfig, MachineEffect, MachineEffectList, MachineEffectRef, MachineEntry, MachineEvent, MachineEventObject, MachineGuard, MachineOptions, MachineReducer, MachineReducerList, MachineReducerRef, MachineScope, MachineSnapshot, MachineStateConfig, MachineStateValue, MachineTransition, MachineTransitionDefinition, MachineUpdate, DefineManifestOptions, DefineStylesOptions, ManifestPart, ManifestProp, ManifestPropDetails, ManifestToken, MachineFactoryScope, BindingInput, PropState, PropsFromSchemaOptions, MergeBindingsOptions, ResolveStyleOptions, SchemaPropDetails, SchemaToProps, StyleDefinition, StylePart, StyleProps, TrellisAlpineComponent, AnyTransitionHook, TransitionCallback, TransitionContext, TransitionCoordinator, TransitionCoordinatorOptions, TransitionEventCreator, TransitionHookDefinition, UiRuntime, } from './runtime';
|
|
10
|
+
export { registerTransitionDirective } from './directives/transition';
|