@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.
Files changed (189) hide show
  1. package/package.json +37 -11
  2. package/packages/client/types/assets/bridge.d.ts +27 -0
  3. package/packages/client/types/assets/full-runtime.generated.d.ts +2 -0
  4. package/packages/client/types/capabilities/calendar.d.ts +3 -0
  5. package/packages/client/types/capabilities/motion.d.ts +5 -0
  6. package/packages/client/types/capabilities/resizable.d.ts +5 -0
  7. package/packages/client/types/capabilities/sortable.d.ts +6 -0
  8. package/packages/client/types/components/accordion/entry.generated.d.ts +5 -0
  9. package/packages/client/types/components/app/contract.d.ts +8 -8
  10. package/packages/client/types/components/badge/contract.d.ts +2 -2
  11. package/packages/client/types/components/box/contract.d.ts +9 -9
  12. package/packages/client/types/components/button/contract.d.ts +3 -3
  13. package/packages/client/types/components/button/entry.generated.d.ts +4 -0
  14. package/packages/client/types/components/card/contract.d.ts +3 -3
  15. package/packages/client/types/components/checkbox/entry.generated.d.ts +5 -0
  16. package/packages/client/types/components/container/contract.d.ts +5 -5
  17. package/packages/client/types/components/date-picker/contract.d.ts +6 -6
  18. package/packages/client/types/components/date-picker/entry.generated.d.ts +5 -0
  19. package/packages/client/types/components/date-picker/index.d.ts +0 -1
  20. package/packages/client/types/components/date-picker/machine.d.ts +40 -40
  21. package/packages/client/types/components/dropdown/contract.d.ts +2 -2
  22. package/packages/client/types/components/dropdown/entry.generated.d.ts +5 -0
  23. package/packages/client/types/components/dropdown/machine.d.ts +8 -8
  24. package/packages/client/types/components/entry.generated.d.ts +28 -0
  25. package/packages/client/types/components/field/entry.generated.d.ts +5 -0
  26. package/packages/client/types/components/file-upload/contract.d.ts +1 -1
  27. package/packages/client/types/components/file-upload/entry.generated.d.ts +5 -0
  28. package/packages/client/types/components/file-upload/machine.d.ts +2 -2
  29. package/packages/client/types/components/flex/contract.d.ts +7 -7
  30. package/packages/client/types/components/frame/contract.d.ts +6 -6
  31. package/packages/client/types/components/grid/contract.d.ts +11 -11
  32. package/packages/client/types/components/image/contract.d.ts +2 -2
  33. package/packages/client/types/components/input/entry.generated.d.ts +5 -0
  34. package/packages/client/types/components/layout.d.ts +6 -6
  35. package/packages/client/types/components/menu/contract.d.ts +3 -3
  36. package/packages/client/types/components/modal/contract.d.ts +3 -3
  37. package/packages/client/types/components/modal/entry.generated.d.ts +5 -0
  38. package/packages/client/types/components/modal/machine.d.ts +12 -12
  39. package/packages/client/types/components/panels/contract.d.ts +1 -1
  40. package/packages/client/types/components/panels/entry.generated.d.ts +5 -0
  41. package/packages/client/types/components/radio/entry.generated.d.ts +5 -0
  42. package/packages/client/types/components/scroll-area/entry.generated.d.ts +5 -0
  43. package/packages/client/types/components/section/contract.d.ts +4 -4
  44. package/packages/client/types/components/select/contract.d.ts +4 -4
  45. package/packages/client/types/components/select/entry.generated.d.ts +5 -0
  46. package/packages/client/types/components/select/machine.d.ts +32 -32
  47. package/packages/client/types/components/sidebar/contract.d.ts +5 -5
  48. package/packages/client/types/components/sidebar/entry.generated.d.ts +5 -0
  49. package/packages/client/types/components/sidebar/index.d.ts +1 -1
  50. package/packages/client/types/components/slider/entry.generated.d.ts +5 -0
  51. package/packages/client/types/components/stack/contract.d.ts +7 -7
  52. package/packages/client/types/components/switch/entry.generated.d.ts +5 -0
  53. package/packages/client/types/components/table/contract.d.ts +9 -9
  54. package/packages/client/types/components/table/entry.generated.d.ts +5 -0
  55. package/packages/client/types/components/tabs/contract.d.ts +1 -1
  56. package/packages/client/types/components/tabs/entry.generated.d.ts +5 -0
  57. package/packages/client/types/components/tabs/machine.d.ts +2 -2
  58. package/packages/client/types/components/toast/contract.d.ts +2 -2
  59. package/packages/client/types/components/toast/entry.generated.d.ts +5 -0
  60. package/packages/client/types/components/toast/machine.d.ts +8 -8
  61. package/packages/client/types/core.d.ts +10 -0
  62. package/packages/client/types/directives/sortable.d.ts +1 -1
  63. package/packages/client/types/index.d.ts +3 -11
  64. package/packages/client/types/motion/animate.d.ts +1 -1
  65. package/packages/client/types/motion/controller.d.ts +1 -1
  66. package/packages/client/types/motion/index.d.ts +1 -1
  67. package/packages/client/types/motion/owned.d.ts +1 -1
  68. package/packages/client/types/motion/plan.d.ts +1 -1
  69. package/packages/client/types/motion/recipe.d.ts +1 -1
  70. package/packages/client/types/motion/reduced-motion.d.ts +1 -1
  71. package/packages/client/types/motion/targets.d.ts +1 -6
  72. package/packages/client/types/motion/view.d.ts +1 -1
  73. package/packages/client/types/runtime/engine/stream.d.ts +9 -3
  74. package/packages/client/types/runtime/layout-participant.d.ts +9 -0
  75. package/packages/client/types/runtime/ui.d.ts +10 -4
  76. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/bridge.js +1 -0
  77. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/build-metadata.json +1268 -0
  78. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/anchored-popover-BXEMsLrA.js +2 -0
  79. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/anchored-popover-BXEMsLrA.js.map +1 -0
  80. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/bridge-B4S_D6hV.js +2 -0
  81. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/bridge-B4S_D6hV.js.map +1 -0
  82. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/cally-Z6G-rzr-.js +2 -0
  83. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/cally-Z6G-rzr-.js.map +1 -0
  84. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/codecs-Cb1ns_47.js +2 -0
  85. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/codecs-Cb1ns_47.js.map +1 -0
  86. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/collection-navigation-CtNDGKcQ.js +2 -0
  87. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/collection-navigation-CtNDGKcQ.js.map +1 -0
  88. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/common-DAxHCzB-.js +2 -0
  89. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/common-DAxHCzB-.js.map +1 -0
  90. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/controlled-open-Hy4-OT-6.js +2 -0
  91. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/controlled-open-Hy4-OT-6.js.map +1 -0
  92. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/core-DjoX4J-6.js +2 -0
  93. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/core-DjoX4J-6.js.map +1 -0
  94. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dismissable-layer-BROE-Ln2.js +2 -0
  95. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dismissable-layer-BROE-Ln2.js.map +1 -0
  96. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dom-qAeVl7dc.js +2 -0
  97. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/dom-qAeVl7dc.js.map +1 -0
  98. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/element-adapter-native-data-key-CW8suC9A.js +6 -0
  99. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/element-adapter-native-data-key-CW8suC9A.js.map +1 -0
  100. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-5kNpQFGr.js +2 -0
  101. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-5kNpQFGr.js.map +1 -0
  102. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B85L90Qp.js +2 -0
  103. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B85L90Qp.js.map +1 -0
  104. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-BGCM6LAW.js +2 -0
  105. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-BGCM6LAW.js.map +1 -0
  106. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Bc-uE56r.js +2 -0
  107. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Bc-uE56r.js.map +1 -0
  108. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C-lyYGbo.js +2 -0
  109. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C-lyYGbo.js.map +1 -0
  110. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C6ldtrmy.js +2 -0
  111. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-C6ldtrmy.js.map +1 -0
  112. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CPWoMIwn.js +2 -0
  113. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CPWoMIwn.js.map +1 -0
  114. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Co0bLLZE.js +2 -0
  115. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Co0bLLZE.js.map +1 -0
  116. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CtyXH8zf.js +2 -0
  117. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CtyXH8zf.js.map +1 -0
  118. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DGrOItIx.js +2 -0
  119. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DGrOItIx.js.map +1 -0
  120. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DHMRhcYF.js +2 -0
  121. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DHMRhcYF.js.map +1 -0
  122. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-De12QrT5.js +3 -0
  123. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-De12QrT5.js.map +1 -0
  124. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DgmqZx_W.js +2 -0
  125. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DgmqZx_W.js.map +1 -0
  126. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Dn6MRCe0.js +2 -0
  127. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Dn6MRCe0.js.map +1 -0
  128. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DoOgk6l4.js +2 -0
  129. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DoOgk6l4.js.map +1 -0
  130. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DxUOcPkU.js +2 -0
  131. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DxUOcPkU.js.map +1 -0
  132. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DyIjCOhT.js +2 -0
  133. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DyIjCOhT.js.map +1 -0
  134. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-K6qKowpw.js +2 -0
  135. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-K6qKowpw.js.map +1 -0
  136. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-oAIExc1V.js +2 -0
  137. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-oAIExc1V.js.map +1 -0
  138. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-xcXw-cEl.js +2 -0
  139. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-xcXw-cEl.js.map +1 -0
  140. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/focus-scope-DtaPVNl5.js +2 -0
  141. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/focus-scope-DtaPVNl5.js.map +1 -0
  142. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/form-control-BkVb2Qed.js +2 -0
  143. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/form-control-BkVb2Qed.js.map +1 -0
  144. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/machine-CX3wFSoV.js +2 -0
  145. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/machine-CX3wFSoV.js.map +1 -0
  146. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/merge-bindings-C8ewA_FD.js +2 -0
  147. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/merge-bindings-C8ewA_FD.js.map +1 -0
  148. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/motion-Bpttk6iZ.js +3 -0
  149. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/motion-Bpttk6iZ.js.map +1 -0
  150. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/number-BCZdoG0B.js +2 -0
  151. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/number-BCZdoG0B.js.map +1 -0
  152. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/props-change-2xfsIAEN.js +2 -0
  153. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/props-change-2xfsIAEN.js.map +1 -0
  154. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/resizable-BixtYF9M.js +2 -0
  155. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/resizable-BixtYF9M.js.map +1 -0
  156. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/scroll-lock-DOw7dmi1.js +2 -0
  157. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/scroll-lock-DOw7dmi1.js.map +1 -0
  158. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/semantic-observer-9VxzbQBi.js +2 -0
  159. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/semantic-observer-9VxzbQBi.js.map +1 -0
  160. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/styles-TfvwVPGw.js +2 -0
  161. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/styles-TfvwVPGw.js.map +1 -0
  162. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/ui-xTjuF3uC.js +4 -0
  163. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/ui-xTjuF3uC.js.map +1 -0
  164. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/accordion.js +1 -0
  165. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/button.js +1 -0
  166. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/checkbox.js +1 -0
  167. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/date-picker.js +1 -0
  168. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/dropdown.js +1 -0
  169. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/field.js +1 -0
  170. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/file-upload.js +1 -0
  171. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/index.js +1 -0
  172. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/input.js +1 -0
  173. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/modal.js +1 -0
  174. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/panels.js +1 -0
  175. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/radio.js +1 -0
  176. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/scroll-area.js +1 -0
  177. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/select.js +1 -0
  178. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/sidebar.js +1 -0
  179. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/slider.js +1 -0
  180. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/switch.js +1 -0
  181. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/table.js +1 -0
  182. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/tabs.js +1 -0
  183. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/toast.js +1 -0
  184. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/core.js +1 -0
  185. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/index.js +1 -22146
  186. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/index.js.map +1 -1
  187. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/logical-entry-manifest.json +395 -0
  188. package/packages/server/trellis_ui/static/trellis_ui/assets/js/trellis.js +9 -9
  189. 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<"top" | "bottom" | "left" | "right">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
34
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
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<"top" | "bottom" | "left" | "right">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
58
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
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<"top" | "bottom" | "left" | "right">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
89
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
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<"top" | "bottom" | "left" | "right">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
113
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
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<"start" | "end" | "none">;
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;
@@ -0,0 +1,5 @@
1
+ import type { Alpine as AlpineType } from 'alpinejs';
2
+ declare const registerPanels: (AlpineInstance: AlpineType) => void;
3
+ export { registerPanels };
4
+ export default registerPanels;
5
+ export * from './index';
@@ -0,0 +1,5 @@
1
+ import type { Alpine as AlpineType } from 'alpinejs';
2
+ declare const registerRadio: (AlpineInstance: AlpineType) => void;
3
+ export { registerRadio };
4
+ export default registerRadio;
5
+ export * from './index';
@@ -0,0 +1,5 @@
1
+ import type { Alpine as AlpineType } from 'alpinejs';
2
+ declare const registerScrollArea: (AlpineInstance: AlpineType) => void;
3
+ export { registerScrollArea };
4
+ export default registerScrollArea;
5
+ export * from './index';
@@ -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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
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" | "none" | "4" | "5" | "6" | "7" | "8">;
15
- width: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "auto" | "xl" | "prose">;
16
- height: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "auto" | "xl">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
55
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
56
- side: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "left" | "right">;
57
- align: import("../../runtime/codecs").OneOfCodec<"start" | "center" | "end">;
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;
@@ -0,0 +1,5 @@
1
+ import type { Alpine as AlpineType } from 'alpinejs';
2
+ declare const registerSelect: (AlpineInstance: AlpineType) => void;
3
+ export { registerSelect };
4
+ export default registerSelect;
5
+ export * from './index';
@@ -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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
74
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
75
- side: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "left" | "right">;
76
- align: import("../../runtime/codecs").OneOfCodec<"start" | "center" | "end">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
125
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
126
- side: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "left" | "right">;
127
- align: import("../../runtime/codecs").OneOfCodec<"start" | "center" | "end">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
183
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
184
- side: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "left" | "right">;
185
- align: import("../../runtime/codecs").OneOfCodec<"start" | "center" | "end">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
234
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
235
- side: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "left" | "right">;
236
- align: import("../../runtime/codecs").OneOfCodec<"start" | "center" | "end">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
292
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
293
- side: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "left" | "right">;
294
- align: import("../../runtime/codecs").OneOfCodec<"start" | "center" | "end">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
346
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
347
- side: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "left" | "right">;
348
- align: import("../../runtime/codecs").OneOfCodec<"start" | "center" | "end">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
407
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
408
- side: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "left" | "right">;
409
- align: import("../../runtime/codecs").OneOfCodec<"start" | "center" | "end">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
461
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
462
- side: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "left" | "right">;
463
- align: import("../../runtime/codecs").OneOfCodec<"start" | "center" | "end">;
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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
17
- elevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
18
- drawerElevation: import("../../runtime/codecs").OneOfCodec<"match" | "1" | "2" | "3" | "none" | "4" | "5" | "6" | "7" | "8">;
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<"mobile" | "none" | "both" | "desktop">;
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<"open" | "close" | "toggle" | "expand" | "stash">;
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: {
@@ -0,0 +1,5 @@
1
+ import type { Alpine as AlpineType } from 'alpinejs';
2
+ declare const registerSidebar: (AlpineInstance: AlpineType) => void;
3
+ export { registerSidebar };
4
+ export default registerSidebar;
5
+ export * from './index';
@@ -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<"open" | "close" | "toggle" | "expand" | "stash">;
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>;
@@ -0,0 +1,5 @@
1
+ import type { Alpine as AlpineType } from 'alpinejs';
2
+ declare const registerSlider: (AlpineInstance: AlpineType) => void;
3
+ export { registerSlider };
4
+ export default registerSlider;
5
+ export * from './index';
@@ -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<"0" | "1" | "2" | "3" | "inherit" | "4" | "5" | "6" | "7" | "8" | "+1" | "+2" | "+3" | "+4" | "+5" | "+6" | "+7" | "+8">;
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" | "none" | "4" | "5" | "6" | "7" | "8">;
14
- width: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "auto" | "xl" | "prose">;
15
- height: import("../../runtime/codecs").OneOfCodec<"xs" | "sm" | "md" | "lg" | "full" | "auto" | "xl">;
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<"start" | "center" | "end" | "baseline" | "stretch">;
18
- justify: import("../../runtime/codecs").OneOfCodec<"start" | "center" | "end" | "between">;
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<"none" | "grid" | "inline-grid">;
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>;
@@ -0,0 +1,5 @@
1
+ import type { Alpine as AlpineType } from 'alpinejs';
2
+ declare const registerSwitch: (AlpineInstance: AlpineType) => void;
3
+ export { registerSwitch };
4
+ export default registerSwitch;
5
+ export * from './index';
@@ -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<"none" | "grid" | "row">;
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<"full" | "auto">;
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<"top" | "bottom">;
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<"start" | "center" | "end">;
43
- valign: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "baseline" | "middle">;
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<"start" | "center" | "end">;
65
- valign: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "baseline" | "middle">;
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<"start" | "center" | "end">;
71
- valign: import("../../runtime/codecs").OneOfCodec<"top" | "bottom" | "baseline" | "middle">;
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: {
@@ -0,0 +1,5 @@
1
+ import type { Alpine as AlpineType } from 'alpinejs';
2
+ declare const registerTable: (AlpineInstance: AlpineType) => void;
3
+ export { registerTable };
4
+ export default registerTable;
5
+ export * from './index';
@@ -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" | "auto">;
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;
@@ -0,0 +1,5 @@
1
+ import type { Alpine as AlpineType } from 'alpinejs';
2
+ declare const registerTabs: (AlpineInstance: AlpineType) => void;
3
+ export { registerTabs };
4
+ export default registerTabs;
5
+ export * from './index';
@@ -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" | "auto">;
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" | "auto">;
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<"accent" | "danger" | "neutral" | "auto" | "success" | "warning">;
10
- variant: import("../../runtime/codecs").OneOfCodec<"default" | "outline" | "solid" | "soft" | "surface">;
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;
@@ -0,0 +1,5 @@
1
+ import type { Alpine as AlpineType } from 'alpinejs';
2
+ declare const registerToast: (AlpineInstance: AlpineType) => void;
3
+ export { registerToast };
4
+ export default registerToast;
5
+ export * from './index';
@@ -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<"accent" | "danger" | "neutral" | "auto" | "success" | "warning">;
36
- variant: import("../../runtime/codecs").OneOfCodec<"default" | "outline" | "solid" | "soft" | "surface">;
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<"accent" | "danger" | "neutral" | "auto" | "success" | "warning">;
54
- variant: import("../../runtime/codecs").OneOfCodec<"default" | "outline" | "solid" | "soft" | "surface">;
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<"accent" | "danger" | "neutral" | "auto" | "success" | "warning">;
79
- variant: import("../../runtime/codecs").OneOfCodec<"default" | "outline" | "solid" | "soft" | "surface">;
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<"accent" | "danger" | "neutral" | "auto" | "success" | "warning">;
99
- variant: import("../../runtime/codecs").OneOfCodec<"default" | "outline" | "solid" | "soft" | "surface">;
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';