@hyperfixi/core 2.3.0 → 2.4.0

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 (203) hide show
  1. package/README.md +8 -11
  2. package/dist/api/dom-processor.d.ts +8 -4
  3. package/dist/api/hyperscript-api.d.ts +5 -1
  4. package/dist/ast-utils/index.js +25320 -94
  5. package/dist/ast-utils/index.mjs +25320 -94
  6. package/dist/ast-utils/interchange/types.d.ts +7 -1
  7. package/dist/behaviors/index.js +54 -100
  8. package/dist/behaviors/index.mjs +54 -100
  9. package/dist/bundle-generator/index.js +44 -6
  10. package/dist/bundle-generator/index.mjs +44 -6
  11. package/dist/bundle-generator/parser-templates.d.ts +1 -1
  12. package/dist/bundle-generator/template-capabilities.d.ts +1 -1
  13. package/dist/chunks/bridge-C4d3blZX.js +2 -0
  14. package/dist/chunks/browser-modular-BwIRlrTM.js +2 -0
  15. package/dist/chunks/feature-eventsource-BpZvPy_K.js +2 -0
  16. package/dist/chunks/{feature-sockets-ClOH7vk7.js → feature-sockets-CrYvjZ4j.js} +2 -2
  17. package/dist/chunks/feature-webworker-BSYguEIW.js +2 -0
  18. package/dist/chunks/index-Beno_SBy.js +2 -0
  19. package/dist/commands/advanced/async.d.ts +6 -2
  20. package/dist/commands/advanced/js.d.ts +1 -1
  21. package/dist/commands/animation/start-view-transition.d.ts +24 -0
  22. package/dist/commands/async/fetch.d.ts +6 -1
  23. package/dist/commands/control-flow/repeat.d.ts +2 -0
  24. package/dist/commands/data/clear.d.ts +23 -0
  25. package/dist/commands/data/set.d.ts +6 -0
  26. package/dist/commands/dom/close.d.ts +19 -0
  27. package/dist/commands/dom/empty.d.ts +19 -0
  28. package/dist/commands/dom/open.d.ts +21 -0
  29. package/dist/commands/dom/reset.d.ts +19 -0
  30. package/dist/commands/dom/select.d.ts +19 -0
  31. package/dist/commands/dom/swap.d.ts +7 -4
  32. package/dist/commands/events/trigger.d.ts +1 -1
  33. package/dist/commands/execution/blur.d.ts +19 -0
  34. package/dist/commands/execution/call.d.ts +1 -2
  35. package/dist/commands/execution/focus.d.ts +19 -0
  36. package/dist/commands/helpers/element-resolution.d.ts +2 -2
  37. package/dist/commands/helpers/event-waiting.d.ts +1 -1
  38. package/dist/commands/helpers/numeric-target-parser.d.ts +7 -0
  39. package/dist/commands/index.d.ts +34 -2
  40. package/dist/commands/index.js +19374 -4848
  41. package/dist/commands/index.mjs +19342 -4849
  42. package/dist/commands/navigation/go.d.ts +3 -0
  43. package/dist/commands/navigation/scroll-to.d.ts +26 -0
  44. package/dist/commands/utility/beep.d.ts +2 -2
  45. package/dist/commands/utility/breakpoint.d.ts +19 -0
  46. package/dist/commands/utility/pick.d.ts +11 -2
  47. package/dist/compatibility/browser-bundle-modular.d.ts +2 -2
  48. package/dist/compatibility/browser-bundle-multilingual.d.ts +1 -1
  49. package/dist/compatibility/browser-bundle-semantic-complete.d.ts +3 -3
  50. package/dist/compatibility/browser-bundle.d.ts +13 -6
  51. package/dist/compatibility/browser-modular.d.ts +1 -3
  52. package/dist/core/expression-evaluator.d.ts +4 -4
  53. package/dist/core/expression-registry.d.ts +8 -0
  54. package/dist/expressions/bundles/common-expressions.d.ts +2 -2
  55. package/dist/expressions/bundles/core-expressions.d.ts +2 -2
  56. package/dist/expressions/bundles/full-expressions.d.ts +2 -2
  57. package/dist/expressions/bundles/index.d.ts +3 -3
  58. package/dist/expressions/collection/index.d.ts +35 -0
  59. package/dist/expressions/conversion/impl/index.d.ts +1 -1
  60. package/dist/expressions/index.d.ts +4 -3
  61. package/dist/expressions/index.js +1117 -1590
  62. package/dist/expressions/index.mjs +1113 -1586
  63. package/dist/expressions/logical/index.d.ts +2 -0
  64. package/dist/expressions/mathematical/index.d.ts +11 -0
  65. package/dist/expressions/shared/index.d.ts +1 -1
  66. package/dist/expressions/shared/number-utils.d.ts +1 -0
  67. package/dist/htmx/htmx-attribute-processor.d.ts +37 -1
  68. package/dist/htmx/htmx-translator.d.ts +2 -0
  69. package/dist/htmx/i18n-hooks.d.ts +15 -0
  70. package/dist/htmx/i18n-orchestrator.d.ts +15 -0
  71. package/dist/htmx/lang-resolver.d.ts +3 -0
  72. package/dist/htmx/sse.d.ts +60 -0
  73. package/dist/htmx/ws.d.ts +59 -0
  74. package/dist/hyperfixi-browser-classic-i18n.js +2 -0
  75. package/dist/hyperfixi-browser-minimal.js +1 -0
  76. package/dist/hyperfixi-browser-standard.js +2 -0
  77. package/dist/hyperfixi-browser.js +2 -0
  78. package/dist/hyperfixi-classic-i18n.js +1 -1
  79. package/dist/hyperfixi-hx-v4.js +1 -0
  80. package/dist/hyperfixi-hx.js +1 -1
  81. package/dist/hyperfixi-hybrid-complete.js +1 -1
  82. package/dist/hyperfixi-hybrid-hx.js +1 -0
  83. package/dist/hyperfixi-minimal.js +1 -1
  84. package/dist/hyperfixi-multilingual.js +1 -1
  85. package/dist/hyperfixi-standard.js +1 -1
  86. package/dist/hyperfixi.js +1 -1
  87. package/dist/hyperfixi.mjs +1 -1
  88. package/dist/index.d.ts +2 -0
  89. package/dist/index.js +43613 -45063
  90. package/dist/index.min.js +1 -1
  91. package/dist/index.mjs +43610 -45064
  92. package/dist/lib/index.d.ts +2 -2
  93. package/dist/lib/morph-adapter.d.ts +0 -13
  94. package/dist/lib/swap-executor.d.ts +0 -10
  95. package/dist/lib/view-transitions.d.ts +1 -30
  96. package/dist/lokascript-browser-classic-i18n.js +1 -1
  97. package/dist/lokascript-browser-minimal.js +1 -1
  98. package/dist/lokascript-browser-standard.js +1 -1
  99. package/dist/lokascript-browser.js +1 -1
  100. package/dist/lokascript-hybrid-complete.js +1 -1
  101. package/dist/lokascript-hybrid-hx.js +1 -1
  102. package/dist/lokascript-multilingual.js +1 -1
  103. package/dist/lsp-metadata.d.ts +9 -4
  104. package/dist/lsp-metadata.js +187 -3
  105. package/dist/lsp-metadata.mjs +185 -4
  106. package/dist/metadata.d.ts +1 -1
  107. package/dist/metadata.js +3 -3
  108. package/dist/metadata.mjs +3 -3
  109. package/dist/multilingual/bridge.d.ts +1 -1
  110. package/dist/multilingual/index.js +79 -22
  111. package/dist/multilingual/index.mjs +79 -22
  112. package/dist/parser/command-parsers/animation-commands.d.ts +1 -0
  113. package/dist/parser/command-parsers/utility-commands.d.ts +1 -0
  114. package/dist/parser/extensions.d.ts +51 -0
  115. package/dist/parser/full-parser.js +1224 -899
  116. package/dist/parser/full-parser.mjs +1224 -899
  117. package/dist/parser/helpers/ast-helpers.d.ts +1 -0
  118. package/dist/parser/helpers/parsing-helpers.d.ts +4 -0
  119. package/dist/parser/hybrid/index.js +7 -0
  120. package/dist/parser/hybrid/index.mjs +7 -0
  121. package/dist/parser/hybrid/parser-core.js +7 -0
  122. package/dist/parser/hybrid/parser-core.mjs +7 -0
  123. package/dist/parser/hybrid/tokenizer.js +7 -0
  124. package/dist/parser/hybrid/tokenizer.mjs +7 -0
  125. package/dist/parser/hybrid-parser.js +7 -0
  126. package/dist/parser/hybrid-parser.mjs +7 -0
  127. package/dist/parser/parser-types.d.ts +8 -28
  128. package/dist/parser/parser.d.ts +3 -7
  129. package/dist/parser/pratt-parser.d.ts +0 -3
  130. package/dist/parser/runtime.d.ts +4 -0
  131. package/dist/parser/semantic-integration.d.ts +17 -0
  132. package/dist/parser/types.d.ts +7 -1
  133. package/dist/reference/index.js +91 -0
  134. package/dist/reference/index.mjs +91 -0
  135. package/dist/registry/index.js +12866 -5876
  136. package/dist/registry/index.mjs +12866 -5876
  137. package/dist/registry/universal-types.d.ts +2 -1
  138. package/dist/runtime/command-adapter.d.ts +23 -16
  139. package/dist/runtime/plugin.d.ts +14 -0
  140. package/dist/runtime/runtime-base.d.ts +32 -7
  141. package/dist/runtime/runtime-factory.d.ts +3 -3
  142. package/dist/runtime/runtime.d.ts +2 -2
  143. package/dist/test-setup.d.ts +1 -0
  144. package/dist/types/base-types.d.ts +3 -0
  145. package/dist/types/feature-types.d.ts +1 -1
  146. package/dist/types/index.d.ts +2 -2
  147. package/package.json +26 -20
  148. package/vocab/htmx/ar.js +60 -0
  149. package/vocab/htmx/bn.js +49 -0
  150. package/vocab/htmx/de.js +60 -0
  151. package/vocab/htmx/en.js +21 -0
  152. package/vocab/htmx/es.js +60 -0
  153. package/vocab/htmx/fr.js +59 -0
  154. package/vocab/htmx/he.js +40 -0
  155. package/vocab/htmx/hi.js +60 -0
  156. package/vocab/htmx/id.js +57 -0
  157. package/vocab/htmx/it.js +58 -0
  158. package/vocab/htmx/ja.js +60 -0
  159. package/vocab/htmx/ko.js +60 -0
  160. package/vocab/htmx/ms.js +35 -0
  161. package/vocab/htmx/pl.js +60 -0
  162. package/vocab/htmx/pt.js +60 -0
  163. package/vocab/htmx/qu.js +60 -0
  164. package/vocab/htmx/ru.js +60 -0
  165. package/vocab/htmx/sw.js +59 -0
  166. package/vocab/htmx/th.js +49 -0
  167. package/vocab/htmx/tl.js +33 -0
  168. package/vocab/htmx/tr.js +60 -0
  169. package/vocab/htmx/uk.js +60 -0
  170. package/vocab/htmx/vi.js +51 -0
  171. package/vocab/htmx/zh.js +60 -0
  172. package/dist/bundles/test-minimal.d.ts +0 -3
  173. package/dist/bundles/test-standard.d.ts +0 -3
  174. package/dist/chunks/bridge-BlRqsZT4.js +0 -2
  175. package/dist/chunks/browser-modular-AbV0Ql4i.js +0 -2
  176. package/dist/chunks/feature-eventsource-B5F2-H1r.js +0 -2
  177. package/dist/chunks/feature-webworker-3bAp0ac9.js +0 -2
  178. package/dist/chunks/index-BDYQHwCF.js +0 -2
  179. package/dist/compatibility/browser-bundle-minimal.d.ts +0 -8
  180. package/dist/compatibility/browser-bundle-standard.d.ts +0 -8
  181. package/dist/compatibility/hyperscript-tests/test-adapter.d.ts +0 -13
  182. package/dist/core/base-expression-evaluator.d.ts +0 -74
  183. package/dist/core/binary-expression-evaluator.d.ts +0 -7
  184. package/dist/core/call-expression-evaluator.d.ts +0 -7
  185. package/dist/core/configurable-expression-evaluator.d.ts +0 -5
  186. package/dist/core/lazy-expression-evaluator.d.ts +0 -22
  187. package/dist/core/parser.d.ts +0 -21
  188. package/dist/core/selector-evaluator.d.ts +0 -15
  189. package/dist/core/template-literal-evaluator.d.ts +0 -5
  190. package/dist/expressions/comparison/index.d.ts +0 -80
  191. package/dist/expressions/comparison/utils.d.ts +0 -2
  192. package/dist/expressions/conversion/impl/bridge.d.ts +0 -117
  193. package/dist/expressions/logical/impl/pattern-matching.d.ts +0 -58
  194. package/dist/expressions/positional/impl/bridge.d.ts +0 -95
  195. package/dist/expressions/property/index.d.ts +0 -55
  196. package/dist/expressions/references/impl/bridge.d.ts +0 -54
  197. package/dist/extensions/index.d.ts +0 -3
  198. package/dist/extensions/tailwind.d.ts +0 -22
  199. package/dist/mod.d.ts +0 -63
  200. package/dist/parser/expression-parser.d.ts +0 -6
  201. package/dist/runtime/runtime-experimental.d.ts +0 -18
  202. package/dist/scripts/code-generator.d.ts +0 -64
  203. package/dist/scripts/generate-missing-commands.d.ts +0 -4
@@ -0,0 +1,19 @@
1
+ import type { ExecutionContext, TypedExecutionContext, ASTNode, ExpressionNode } from '../../types/base-types';
2
+ import type { ExpressionEvaluator } from '../../core/expression-evaluator';
3
+ import { type DecoratedCommand, type CommandMetadata } from '../decorators';
4
+ export interface FocusCommandInput {
5
+ targets: HTMLElement[];
6
+ }
7
+ export declare class FocusCommand implements DecoratedCommand {
8
+ readonly name: string;
9
+ readonly metadata: CommandMetadata;
10
+ parseInput(raw: {
11
+ args: ASTNode[];
12
+ modifiers: Record<string, ExpressionNode>;
13
+ }, evaluator: ExpressionEvaluator, context: ExecutionContext): Promise<FocusCommandInput>;
14
+ execute(input: FocusCommandInput, _context: TypedExecutionContext): Promise<void>;
15
+ validate(input: unknown): input is FocusCommandInput;
16
+ }
17
+ export declare const createFocusCommand: () => FocusCommand;
18
+ export default FocusCommand;
19
+ //# sourceMappingURL=focus.d.ts.map
@@ -1,12 +1,12 @@
1
1
  import type { ExecutionContext, TypedExecutionContext } from '../../types/base-types';
2
- export declare function resolveElement(target: string | HTMLElement | undefined, context: ExecutionContext | TypedExecutionContext): HTMLElement;
2
+ export declare function resolveElement(target: string | HTMLElement | undefined, context: ExecutionContext | TypedExecutionContext, commandName?: string): HTMLElement;
3
3
  export declare function resolveElements(target: string | HTMLElement | HTMLElement[] | NodeList | undefined, context: ExecutionContext | TypedExecutionContext): HTMLElement[];
4
4
  export declare function asHTMLElement(value: unknown): HTMLElement;
5
5
  export declare function isContextRef(target: string): boolean;
6
6
  export declare function isCSSSelector(target: string): boolean;
7
7
  export declare function findClosest(element: HTMLElement, selector: string): HTMLElement | null;
8
8
  export declare function findAll(element: HTMLElement, selector: string): HTMLElement[];
9
- export declare function resolvePossessive(possessive: string, context: ExecutionContext | TypedExecutionContext): HTMLElement;
9
+ export declare function resolvePossessive(possessive: string, context: ExecutionContext | TypedExecutionContext, commandName?: string): HTMLElement;
10
10
  export interface ResolveTargetsOptions {
11
11
  filterPrepositions?: boolean;
12
12
  fallbackModifierKey?: string;
@@ -11,7 +11,7 @@ export interface AnimationWaitResult {
11
11
  completed: boolean;
12
12
  type: 'transition' | 'animation' | 'timeout';
13
13
  }
14
- export declare function waitForEvent<T extends Event = Event>(target: EventTarget, eventName: string, timeout?: number): Promise<EventWaitResult<T>>;
14
+ export declare function waitForEvent<T extends Event = Event>(target: EventTarget, eventName: string, timeout?: number, signal?: AbortSignal): Promise<EventWaitResult<T>>;
15
15
  export declare function waitForTime(ms: number): Promise<void>;
16
16
  export declare function waitForTransitionEnd(element: HTMLElement, property: string, duration: number): Promise<TransitionWaitResult>;
17
17
  export declare function waitForAnimationComplete(element: HTMLElement, computedAnimationTime: number, userTimeout: number): Promise<AnimationWaitResult>;
@@ -1,14 +1,21 @@
1
1
  import type { ASTNode, ExecutionContext } from '../../types/base-types';
2
2
  import type { ExpressionEvaluator } from '../../core/expression-evaluator';
3
+ import { type NodeWriterFn } from '../../parser/extensions';
3
4
  export interface NumericTargetRawInput {
4
5
  args: ASTNode[];
5
6
  modifiers: Record<string, ASTNode>;
6
7
  }
8
+ export interface NumericCustomWrite {
9
+ node: ASTNode;
10
+ writer: NodeWriterFn;
11
+ currentValue: number;
12
+ }
7
13
  export interface NumericTargetInput {
8
14
  target: string | HTMLElement | number;
9
15
  property?: string;
10
16
  scope?: 'global' | 'local';
11
17
  amount: number;
18
+ customWrite?: NumericCustomWrite;
12
19
  }
13
20
  export declare function parseNumericTargetInput(raw: NumericTargetRawInput, evaluator: ExpressionEvaluator, context: ExecutionContext, commandName: string): Promise<NumericTargetInput>;
14
21
  //# sourceMappingURL=numeric-target-parser.d.ts.map
@@ -5,6 +5,11 @@ export { createRemoveCommand as remove } from './dom/remove';
5
5
  export { createToggleCommand as toggle } from './dom/toggle';
6
6
  export { createPutCommand as put } from './dom/put';
7
7
  export { createMakeCommand as make } from './dom/make';
8
+ export { createEmptyCommand as empty } from './dom/empty';
9
+ export { createOpenCommand as open } from './dom/open';
10
+ export { createCloseCommand as close } from './dom/close';
11
+ export { createSelectCommand as select } from './dom/select';
12
+ export { createResetCommand as reset } from './dom/reset';
8
13
  export { createSwapCommand as swap, createMorphCommand as morph } from './dom/swap';
9
14
  export { createProcessPartialsCommand as processPartialsCmd } from './dom/process-partials';
10
15
  export { createWaitCommand as wait } from './async/wait';
@@ -14,16 +19,19 @@ export { createGetCommand as get } from './data/get';
14
19
  export { createIncrementCommand as increment } from './data/increment';
15
20
  export { createDecrementCommand as decrement } from './data/decrement';
16
21
  export { createDefaultCommand as defaultCmd } from './data/default';
22
+ export { createClearCommand as clear } from './data/clear';
17
23
  export { createLogCommand as log } from './utility/log';
18
24
  export { createTellCommand as tell } from './utility/tell';
19
25
  export { createCopyCommand as copy } from './utility/copy';
20
26
  export { createPickCommand as pick } from './utility/pick';
21
27
  export { createBeepCommand as beep } from './utility/beep';
28
+ export { createBreakpointCommand as breakpoint } from './utility/breakpoint';
22
29
  export { createTriggerCommand as trigger } from './events/trigger';
23
30
  export { createSendCommand as send } from './events/send';
24
31
  export { createGoCommand as go } from './navigation/go';
25
32
  export { createPushUrlCommand as pushUrl } from './navigation/push-url';
26
33
  export { createReplaceUrlCommand as replaceUrl } from './navigation/replace-url';
34
+ export { createScrollCommand as scroll } from './navigation/scroll-to';
27
35
  export { createIfCommand as if_ } from './control-flow/if';
28
36
  export { createUnlessCommand as unless } from './control-flow/unless';
29
37
  export { createRepeatCommand as repeat } from './control-flow/repeat';
@@ -35,11 +43,14 @@ export { createExitCommand as exit } from './control-flow/exit';
35
43
  export { createThrowCommand as throw_ } from './control-flow/throw';
36
44
  export { createCallCommand as call } from './execution/call';
37
45
  export { createPseudoCommand as pseudo } from './execution/pseudo-command';
46
+ export { createFocusCommand as focus } from './execution/focus';
47
+ export { createBlurCommand as blur } from './execution/blur';
38
48
  export { createAppendCommand as append } from './content/append';
39
49
  export { createTransitionCommand as transition } from './animation/transition';
40
50
  export { createMeasureCommand as measure } from './animation/measure';
41
51
  export { createSettleCommand as settle } from './animation/settle';
42
52
  export { createTakeCommand as take } from './animation/take';
53
+ export { createStartViewTransitionCommand as start } from './animation/start-view-transition';
43
54
  export { createJsCommand as js } from './advanced/js';
44
55
  export { createAsyncCommand as async_ } from './advanced/async';
45
56
  export { createInstallCommand as install } from './behaviors/install';
@@ -51,6 +62,11 @@ export { RemoveCommand, createRemoveCommand } from './dom/remove';
51
62
  export { ToggleCommand, createToggleCommand } from './dom/toggle';
52
63
  export { PutCommand, createPutCommand } from './dom/put';
53
64
  export { MakeCommand, createMakeCommand } from './dom/make';
65
+ export { EmptyCommand, createEmptyCommand } from './dom/empty';
66
+ export { OpenCommand, createOpenCommand } from './dom/open';
67
+ export { CloseCommand, createCloseCommand } from './dom/close';
68
+ export { SelectCommand, createSelectCommand } from './dom/select';
69
+ export { ResetCommand, createResetCommand } from './dom/reset';
54
70
  export { swapCommand, morphCommand, createSwapCommand, createMorphCommand } from './dom/swap';
55
71
  export { processPartialsCommand, createProcessPartialsCommand, extractPartials, processPartials, } from './dom/process-partials';
56
72
  export { WaitCommand, createWaitCommand } from './async/wait';
@@ -65,6 +81,7 @@ export { SendCommand, createSendCommand } from './events/send';
65
81
  export { GoCommand, createGoCommand } from './navigation/go';
66
82
  export { HistoryCommand, createHistoryCommand, PushUrlCommand, createPushUrlCommand, } from './navigation/push-url';
67
83
  export { ReplaceUrlCommand, createReplaceUrlCommand } from './navigation/replace-url';
84
+ export { ScrollCommand, createScrollCommand } from './navigation/scroll-to';
68
85
  export { ConditionalCommand, createConditionalCommand, IfCommand, createIfCommand, } from './control-flow/if';
69
86
  export { RepeatCommand, createRepeatCommand } from './control-flow/repeat';
70
87
  export { BreakCommand, createBreakCommand } from './control-flow/break';
@@ -73,22 +90,27 @@ export { HaltCommand, createHaltCommand } from './control-flow/halt';
73
90
  export { ReturnCommand, createReturnCommand } from './control-flow/return';
74
91
  export { ExitCommand, createExitCommand } from './control-flow/exit';
75
92
  export { CallCommand, createCallCommand } from './execution/call';
93
+ export { FocusCommand, createFocusCommand } from './execution/focus';
94
+ export { BlurCommand, createBlurCommand } from './execution/blur';
76
95
  export { AppendCommand, createAppendCommand } from './content/append';
77
96
  export { TransitionCommand, createTransitionCommand } from './animation/transition';
78
97
  export { MeasureCommand, createMeasureCommand } from './animation/measure';
79
98
  export { SettleCommand, createSettleCommand } from './animation/settle';
99
+ export { StartViewTransitionCommand, createStartViewTransitionCommand, } from './animation/start-view-transition';
100
+ export { TakeCommand, createTakeCommand } from './animation/take';
80
101
  export { JsCommand, createJsCommand } from './advanced/js';
81
102
  export { AsyncCommand, createAsyncCommand } from './advanced/async';
82
103
  export { UnlessCommand, createUnlessCommand } from './control-flow/unless';
104
+ export { ThrowCommand, createThrowCommand } from './control-flow/throw';
83
105
  export { DefaultCommand, createDefaultCommand } from './data/default';
106
+ export { ClearCommand, createClearCommand } from './data/clear';
84
107
  export { PseudoCommand, createPseudoCommand } from './execution/pseudo-command';
85
108
  export { TellCommand, createTellCommand } from './utility/tell';
86
109
  export { CopyCommand, createCopyCommand } from './utility/copy';
87
110
  export { PickCommand, createPickCommand } from './utility/pick';
88
- export { ThrowCommand, createThrowCommand } from './control-flow/throw';
89
111
  export { BeepCommand, createBeepCommand } from './utility/beep';
112
+ export { BreakpointCommand, createBreakpointCommand } from './utility/breakpoint';
90
113
  export { InstallCommand, createInstallCommand } from './behaviors/install';
91
- export { TakeCommand, createTakeCommand } from './animation/take';
92
114
  export { RenderCommand, createRenderCommand } from './templates/render';
93
115
  export type { HideCommandInput } from './dom/hide';
94
116
  export type { ShowCommandInput } from './dom/show';
@@ -97,6 +119,13 @@ export type { RemoveCommandInput } from './dom/remove';
97
119
  export type { ToggleCommandInput } from './dom/toggle';
98
120
  export type { PutCommandInput } from './dom/put';
99
121
  export type { MakeCommandInput } from './dom/make';
122
+ export type { EmptyCommandInput } from './dom/empty';
123
+ export type { OpenCommandInput, OpenDialogMode } from './dom/open';
124
+ export type { CloseCommandInput } from './dom/close';
125
+ export type { SelectCommandInput } from './dom/select';
126
+ export type { ResetCommandInput } from './dom/reset';
127
+ export type { ClearCommandInput } from './data/clear';
128
+ export type { BreakpointCommandInput } from './utility/breakpoint';
100
129
  export type { SwapCommandInput, SwapStrategy } from './dom/swap';
101
130
  export type { ProcessPartialsCommandInput, ParsedPartial, ProcessPartialsResult, } from './dom/process-partials';
102
131
  export type { WaitCommandInput } from './async/wait';
@@ -111,6 +140,7 @@ export type { SendCommandInput } from './events/send';
111
140
  export type { GoCommandInput } from './navigation/go';
112
141
  export type { HistoryCommandInput, HistoryMode, PushUrlCommandInput } from './navigation/push-url';
113
142
  export type { ReplaceUrlCommandInput } from './navigation/replace-url';
143
+ export type { ScrollCommandInput, ScrollCommandOutput } from './navigation/scroll-to';
114
144
  export type { ConditionalCommandInput, ConditionalCommandOutput, ConditionalMode, IfCommandInput, IfCommandOutput, } from './control-flow/if';
115
145
  export type { RepeatCommandInput } from './control-flow/repeat';
116
146
  export type { BreakCommandInput } from './control-flow/break';
@@ -119,6 +149,8 @@ export type { HaltCommandInput } from './control-flow/halt';
119
149
  export type { ReturnCommandInput } from './control-flow/return';
120
150
  export type { ExitCommandInput } from './control-flow/exit';
121
151
  export type { CallCommandInput } from './execution/call';
152
+ export type { FocusCommandInput } from './execution/focus';
153
+ export type { BlurCommandInput } from './execution/blur';
122
154
  export type { AppendCommandInput } from './content/append';
123
155
  export type { TransitionCommandInput } from './animation/transition';
124
156
  export type { MeasureCommandInput } from './animation/measure';