@qontinui/ui-bridge 0.2.0 → 0.3.1

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 (140) hide show
  1. package/dist/ai/index.d.mts +312 -155
  2. package/dist/ai/index.d.ts +312 -155
  3. package/dist/ai/index.js +2363 -67
  4. package/dist/ai/index.js.map +1 -1
  5. package/dist/ai/index.mjs +2328 -68
  6. package/dist/ai/index.mjs.map +1 -1
  7. package/dist/annotations/index.d.mts +218 -0
  8. package/dist/annotations/index.d.ts +218 -0
  9. package/dist/annotations/index.js +246 -0
  10. package/dist/annotations/index.js.map +1 -0
  11. package/dist/annotations/index.mjs +241 -0
  12. package/dist/annotations/index.mjs.map +1 -0
  13. package/dist/assertions-BSR3afVr.d.ts +161 -0
  14. package/dist/assertions-CTw1hfOx.d.mts +161 -0
  15. package/dist/babel-plugin/index.js +504 -0
  16. package/dist/babel-plugin/index.js.map +1 -0
  17. package/dist/babel-plugin/index.mjs +488 -0
  18. package/dist/babel-plugin/index.mjs.map +1 -0
  19. package/dist/browser-capture-Bms60T6f.d.mts +47 -0
  20. package/dist/browser-capture-CsTU29mb.d.ts +47 -0
  21. package/dist/control/index.d.mts +26 -7
  22. package/dist/control/index.d.ts +26 -7
  23. package/dist/control/index.js +276 -48
  24. package/dist/control/index.js.map +1 -1
  25. package/dist/control/index.mjs +276 -48
  26. package/dist/control/index.mjs.map +1 -1
  27. package/dist/core/index.d.mts +115 -44
  28. package/dist/core/index.d.ts +115 -44
  29. package/dist/core/index.js +0 -1560
  30. package/dist/core/index.js.map +1 -1
  31. package/dist/core/index.mjs +1 -1549
  32. package/dist/core/index.mjs.map +1 -1
  33. package/dist/debug/index.d.mts +5 -3
  34. package/dist/debug/index.d.ts +5 -3
  35. package/dist/debug/index.js +925 -1
  36. package/dist/debug/index.js.map +1 -1
  37. package/dist/debug/index.mjs +924 -2
  38. package/dist/debug/index.mjs.map +1 -1
  39. package/dist/index.d.mts +13 -9
  40. package/dist/index.d.ts +13 -9
  41. package/dist/index.js +8310 -3777
  42. package/dist/index.js.map +1 -1
  43. package/dist/index.mjs +8246 -3766
  44. package/dist/index.mjs.map +1 -1
  45. package/dist/{metrics-NC3csD0R.d.mts → metrics-DuA2qIIz.d.mts} +2 -2
  46. package/dist/{metrics-C9XRi_mL.d.ts → metrics-KFAAKNEB.d.ts} +2 -2
  47. package/dist/native/control/index.js +448 -0
  48. package/dist/native/control/index.js.map +1 -0
  49. package/dist/native/control/index.mjs +445 -0
  50. package/dist/native/control/index.mjs.map +1 -0
  51. package/dist/native/core/index.js +486 -0
  52. package/dist/native/core/index.js.map +1 -0
  53. package/dist/native/core/index.mjs +475 -0
  54. package/dist/native/core/index.mjs.map +1 -0
  55. package/dist/native/debug/index.js +408 -0
  56. package/dist/native/debug/index.js.map +1 -0
  57. package/dist/native/debug/index.mjs +406 -0
  58. package/dist/native/debug/index.mjs.map +1 -0
  59. package/dist/native/index.js +2232 -0
  60. package/dist/native/index.js.map +1 -0
  61. package/dist/native/index.mjs +2204 -0
  62. package/dist/native/index.mjs.map +1 -0
  63. package/dist/native/react/index.js +1377 -0
  64. package/dist/native/react/index.js.map +1 -0
  65. package/dist/native/react/index.mjs +1365 -0
  66. package/dist/native/react/index.mjs.map +1 -0
  67. package/dist/native/server/index.js +440 -0
  68. package/dist/native/server/index.js.map +1 -0
  69. package/dist/native/server/index.mjs +435 -0
  70. package/dist/native/server/index.mjs.map +1 -0
  71. package/dist/react/index.d.mts +121 -9
  72. package/dist/react/index.d.ts +121 -9
  73. package/dist/react/index.js +2239 -91
  74. package/dist/react/index.js.map +1 -1
  75. package/dist/react/index.mjs +2239 -92
  76. package/dist/react/index.mjs.map +1 -1
  77. package/dist/{registry-CIEDjbQ9.d.ts → registry-C6dDtn1v.d.ts} +34 -15
  78. package/dist/{registry-SsSDq46X.d.mts → registry-POtcxnal.d.mts} +34 -15
  79. package/dist/render-log/index.d.mts +1 -1
  80. package/dist/render-log/index.d.ts +1 -1
  81. package/dist/server/express.d.mts +37 -0
  82. package/dist/server/express.d.ts +37 -0
  83. package/dist/server/express.js +298 -0
  84. package/dist/server/express.js.map +1 -0
  85. package/dist/server/express.mjs +294 -0
  86. package/dist/server/express.mjs.map +1 -0
  87. package/dist/server/handlers.d.mts +124 -0
  88. package/dist/server/handlers.d.ts +124 -0
  89. package/dist/server/handlers.js +7183 -0
  90. package/dist/server/handlers.js.map +1 -0
  91. package/dist/server/handlers.mjs +7180 -0
  92. package/dist/server/handlers.mjs.map +1 -0
  93. package/dist/server/index.d.mts +12 -0
  94. package/dist/server/index.d.ts +12 -0
  95. package/dist/server/index.js +8384 -0
  96. package/dist/server/index.js.map +1 -0
  97. package/dist/server/index.mjs +8369 -0
  98. package/dist/server/index.mjs.map +1 -0
  99. package/dist/server/nextjs.d.mts +128 -0
  100. package/dist/server/nextjs.d.ts +128 -0
  101. package/dist/server/nextjs.js +390 -0
  102. package/dist/server/nextjs.js.map +1 -0
  103. package/dist/server/nextjs.mjs +385 -0
  104. package/dist/server/nextjs.mjs.map +1 -0
  105. package/dist/server/standalone.d.mts +7 -0
  106. package/dist/server/standalone.d.ts +7 -0
  107. package/dist/server/standalone.js +845 -0
  108. package/dist/server/standalone.js.map +1 -0
  109. package/dist/server/standalone.mjs +841 -0
  110. package/dist/server/standalone.mjs.map +1 -0
  111. package/dist/specs/index.d.mts +365 -0
  112. package/dist/specs/index.d.ts +365 -0
  113. package/dist/specs/index.js +2809 -0
  114. package/dist/specs/index.js.map +1 -0
  115. package/dist/specs/index.mjs +2786 -0
  116. package/dist/specs/index.mjs.map +1 -0
  117. package/dist/standalone-B6GLIEmR.d.ts +216 -0
  118. package/dist/standalone-CjdYqj3P.d.mts +216 -0
  119. package/dist/swc-plugin/index.d.mts +79 -0
  120. package/dist/swc-plugin/index.d.ts +79 -0
  121. package/dist/swc-plugin/index.js +15 -0
  122. package/dist/swc-plugin/index.js.map +1 -0
  123. package/dist/swc-plugin/index.mjs +9 -0
  124. package/dist/swc-plugin/index.mjs.map +1 -0
  125. package/dist/types-B2EfvEaq.d.ts +236 -0
  126. package/dist/{types-Dr6tH-bm.d.mts → types-C7gVYRnF.d.ts} +72 -2
  127. package/dist/{types-oCTrRxSw.d.ts → types-CJGrBEhC.d.mts} +72 -2
  128. package/dist/types-CebMQj76.d.ts +1275 -0
  129. package/dist/types-D_ypYl3T.d.mts +1275 -0
  130. package/dist/types-UBtp7R0u.d.mts +132 -0
  131. package/dist/types-UBtp7R0u.d.ts +132 -0
  132. package/dist/types-gO696T_t.d.mts +236 -0
  133. package/dist/{types-CPMbN_Iw.d.mts → types-suaYwWWg.d.mts} +519 -152
  134. package/dist/{types-CPMbN_Iw.d.ts → types-suaYwWWg.d.ts} +519 -152
  135. package/package.json +123 -4
  136. package/swc-plugin-wasm/ui_bridge_swc_plugin.wasm +0 -0
  137. package/dist/types-BvCfFuEV.d.ts +0 -534
  138. package/dist/types-CFT3Dnx4.d.mts +0 -534
  139. package/dist/websocket-client-CX4QJesI.d.ts +0 -124
  140. package/dist/websocket-client-C_Na0OSp.d.mts +0 -124
package/dist/index.d.ts CHANGED
@@ -1,14 +1,18 @@
1
- export { A as ActionHandler, a as ActionRequest, b as ActionResponse, B as BranchCondition, c as BridgeEvent, d as BridgeEventListener, e as BridgeEventType, f as BridgeSnapshot, C as ComponentAction, g as CustomAction, E as ElementIdentifier, h as ElementState, i as ElementType, j as ExtractConfig, L as LogConfig, k as LoopConfig, N as NavigationResult, P as PathResult, R as RegisteredComponent, l as RegisteredElement, S as StandardAction, m as StateSnapshot, T as TransitionResult, U as UIBridgeConfig, n as UIBridgeFeatures, o as UIState, p as UIStateGroup, q as UITransition, W as WSClientConfig, r as WSClientMessage, s as WSClientMessageType, t as WSConnectionState, u as WSDiscoverMessage, v as WSErrorMessage, w as WSEventMessage, x as WSExecuteActionMessage, y as WSExecuteComponentActionMessage, z as WSExecuteWorkflowMessage, D as WSFindMessage, F as WSGetElementMessage, G as WSGetSnapshotMessage, H as WSMessageBase, I as WSPingMessage, J as WSPongMessage, K as WSResponseMessage, M as WSServerMessage, O as WSServerMessageType, Q as WSSubscribeMessage, V as WSSubscribedMessage, X as WSSubscriptionOptions, Y as WSUnsubscribeMessage, Z as WSUnsubscribedMessage, _ as WSWelcomeMessage, $ as WSWorkflowProgressMessage, a0 as WaitOptions, a1 as Workflow, a2 as WorkflowStep, a3 as WorkflowStepType } from './types-CPMbN_Iw.js';
2
- export { ID_ATTRIBUTES, createElementIdentifier, elementMatchesIdentifier, findAllElementsByIdentifier, findElementByIdentifier, generateCSSSelector, generateXPath, getBestIdentifier } from './core/index.js';
3
- export { R as RegistryOptions, U as UIBridgeRegistry, g as getGlobalRegistry, r as resetGlobalRegistry, s as setGlobalRegistry } from './registry-CIEDjbQ9.js';
4
- export { U as UIBridgeWSClient, c as createWSClient } from './websocket-client-CX4QJesI.js';
5
- export { AutoRegisterOptions, AutoRegisterProvider, AutoRegisterProviderProps, ComponentActionDef, IdStrategy, UIBridgeContextValue, UIBridgeProvider, UIBridgeProviderProps, UseUIBridgeReturn, UseUIComponentOptions, UseUIComponentReturn, UseUIElementOptions, UseUIElementReturn, UseUINavigationReturn, UseUIStateGroupOptions, UseUIStateGroupReturn, UseUIStateOptions, UseUIStateReturn, UseUITransitionOptions, UseUITransitionReturn, useActiveStates, useAutoRegister, useAvailableTransitions, useCanNavigateTo, useNavigationPath, useStateSnapshot, useTransitions, useUIBridge, useUIBridgeContext, useUIBridgeOptional, useUIBridgeRequired, useUIComponent, useUIComponentAction, useUIElement, useUIElementRef, useUINavigation, useUIState, useUIStateGroup, useUITransition } from './react/index.js';
6
- export { A as ActionExecutor, C as ComponentActionRequest, a as ComponentActionResponse, b as ControlActionRequest, c as ControlActionResponse, d as ControlSnapshot, D as DiscoveredElement, e as DiscoveryRequest, f as DiscoveryResponse, F as FindRequest, g as FindResponse, K as KeyboardAction, M as MouseAction, S as ScrollAction, h as SelectAction, T as TypeAction, W as WaitResult, i as WorkflowEngine, j as WorkflowRunRequest, k as WorkflowRunResponse, l as WorkflowRunStatus, m as WorkflowStepResult } from './types-oCTrRxSw.js';
1
+ export { A as AccessibilityIssue, a as AccessibilityReport, b as AccessibilitySeverity, c as ActionErrorCode, d as ActionFailureDetails, e as ActionHandler, f as ActionRequest, g as ActionResponse, h as AnyCapturedEvent, i as AriaCheckedState, B as BranchCondition, j as BridgeEvent, k as BridgeEventListener, l as BridgeEventType, m as BridgeSnapshot, n as BrowserCaptureConfig, o as BrowserCapturedEvent, p as BrowserEventType, C as CapturedError, q as ComponentAction, r as ComponentStateResponse, s as ComputedProperty, t as ConsoleCapturedEvent, u as ContentMetadata, v as ContentRole, w as ContentType, x as CustomAction, D as DEFAULT_CAPTURE_CONFIG, E as ElementAccessibility, y as ElementIdentifier, z as ElementState, F as ElementType, G as ExtendedWorkflowStep, H as ExtractConfig, I as HmrCapturedEvent, L as LogConfig, J as LongTaskCapturedEvent, K as LoopConfig, M as MemoryCapturedEvent, N as NavigationCapturedEvent, O as NavigationResult, P as NetworkCapturedEvent, Q as OnBrowserEventCallback, R as OnCaptureCallback, S as PartialMatch, T as PathResult, U as ReactErrorCapturedEvent, V as RecoveryAction, W as RegisteredComponent, X as RegisteredElement, Y as ResourceErrorCapturedEvent, Z as StandardAction, _ as StateGetter, $ as StateSnapshot, a0 as TransitionResult, a1 as UIBridgeConfig, a2 as UIBridgeFeatures, a3 as UIState, a4 as UIStateGroup, a5 as UITransition, a6 as WCAGLevel, a7 as WSClientConfig, a8 as WSClientMessage, a9 as WSClientMessageType, aa as WSConnectionState, ab as WSDiscoverMessage, ac as WSErrorMessage, ad as WSEventMessage, ae as WSExecuteActionMessage, af as WSExecuteComponentActionMessage, ag as WSExecuteWorkflowMessage, ah as WSFindMessage, ai as WSGetElementMessage, aj as WSGetSnapshotMessage, ak as WSMessageBase, al as WSPingMessage, am as WSPongMessage, an as WSResponseMessage, ao as WSServerMessage, ap as WSServerMessageType, aq as WSSubscribeMessage, ar as WSSubscribedMessage, as as WSSubscriptionOptions, at as WSUnsubscribeMessage, au as WSUnsubscribedMessage, av as WSWelcomeMessage, aw as WSWorkflowProgressMessage, ax as WaitOptions, ay as WebVitalCapturedEvent, az as Workflow, aA as WorkflowStep, aB as WorkflowStepType, aC as WsDisconnectionCapturedEvent } from './types-suaYwWWg.js';
2
+ export { UIBridgeWSClient, createWSClient } from './core/index.js';
3
+ export { AutoRegisterOptions, AutoRegisterProvider, AutoRegisterProviderProps, ComponentActionDef, ComputedPropertyDef, ContentDiscoveryOptions, IdStrategy, UIBridgeContextValue, UIBridgeProvider, UIBridgeProviderProps, UseUIBridgeReturn, UseUIComponentOptions, UseUIComponentReturn, UseUIElementOptions, UseUIElementReturn, UseUINavigationReturn, UseUIStateGroupOptions, UseUIStateGroupReturn, UseUIStateOptions, UseUIStateReturn, UseUITransitionOptions, UseUITransitionReturn, useActiveStates, useAutoRegister, useAvailableTransitions, useCanNavigateTo, useNavigationPath, useStateSnapshot, useTransitions, useUIAnnotation, useUIBridge, useUIBridgeContext, useUIBridgeOptional, useUIBridgeRequired, useUIComponent, useUIComponentAction, useUIElement, useUIElementRef, useUINavigation, useUIState, useUIStateGroup, useUITransition } from './react/index.js';
4
+ export { A as ActionExecutor, C as ComponentActionRequest, a as ComponentActionResponse, b as ControlActionRequest, c as ControlActionResponse, d as ControlSnapshot, D as DiscoveredElement, e as DiscoveryRequest, f as DiscoveryResponse, g as DragAction, F as FindRequest, h as FindResponse, K as KeyboardAction, M as MouseAction, P as PageNavigateRequest, i as PageNavigationResponse, S as ScrollAction, j as SelectAction, T as TypeAction, W as WaitResult, k as WorkflowEngine, l as WorkflowRunRequest, m as WorkflowRunResponse, n as WorkflowRunStatus, o as WorkflowStepResult } from './types-C7gVYRnF.js';
7
5
  export { DefaultActionExecutor, DefaultWorkflowEngine, createActionExecutor, createWorkflowEngine } from './control/index.js';
8
6
  export { CaptureOptions, CapturedElement, ChangeEntry, DOMChange, DOMChangeObserver, DOMSnapshot, ErrorEntry, InMemoryRenderLogStorage, InteractionEntry, NavigationEntry, RenderLogEntry, RenderLogEntryType, RenderLogManager, RenderLogOptions, RenderLogStorage, SnapshotEntry, captureDOMSnapshot, captureInteractiveElements, createRenderLogManager } from './render-log/index.js';
9
7
  export { ElementInfo, InfoPanel, InfoPanelProps, Inspector, InspectorOverlay, InspectorOverlayProps, InspectorProps, InspectorState, UseInspectorOptions, useInspector } from './debug/index.js';
10
- export { A as ActionHistoryEntry, M as MetricsCollector, a as MetricsCollectorOptions, P as PerformanceMetrics, c as createMetricsCollector, f as formatDuration, b as formatPercentage } from './metrics-C9XRi_mL.js';
11
- export { A as AIDiscoveredElement, a as AIElementRegistrationOptions, b as AIErrorContext, c as AIFindResponse, d as AssertionRequest, e as AssertionResult, f as AssertionType, B as BatchAssertionRequest, g as BatchAssertionResult, E as ElementChange, h as ElementModification, F as FormAnalysis, i as FormFieldAnalysis, j as FormFieldState, k as FormState, M as ModalState, N as NLActionRequest, l as NLActionResponse, P as PageContext, m as ParsedAction, R as RecoverySuggestion, S as SearchCriteria, n as SearchResponse, o as SearchResult, p as SemanticDiff, q as SemanticSnapshot } from './types-BvCfFuEV.js';
12
- export { AliasGeneratorConfig, AliasGeneratorInput, AssertionConfig, AssertionExecutor, DEFAULT_ALIAS_CONFIG, DEFAULT_ASSERTION_CONFIG, DEFAULT_DIFF_CONFIG, DEFAULT_EXECUTOR_CONFIG, DEFAULT_FUZZY_CONFIG, DEFAULT_SEARCH_CONFIG, DEFAULT_SNAPSHOT_CONFIG, ErrorCode, ErrorCodes, FuzzyMatchConfig, FuzzyMatchResult, NLActionExecutor, NLActionExecutorConfig, SearchEngine, SearchEngineConfig, SemanticDiffConfig, SemanticDiffManager, SemanticSnapshotConfig, SemanticSnapshotManager, SummaryConfig, areSynonyms, computeDiff, createAssertionExecutor, createDiffManager, createErrorContext, createNLActionExecutor, createSearchEngine, createSimpleError, createSnapshotManager, describeAction, describeDiff, extractModifiers, findAllMatches, findBestMatch, formatErrorContext, fuzzyContains, fuzzyMatch, generateAliases, generateDescription, generateDiffSummary, generateElementDescription, generateNgrams, generatePageSummary, generatePurpose, generateSnapshotSummary, generateSuggestedActions, getBestRecoverySuggestion, getSynonyms, hasSignificantChanges, inferPageType, isRecoverableError, jaroSimilarity, jaroWinklerSimilarity, levenshteinDistance, levenshteinSimilarity, ngramSimilarity, normalizeString, parseNLInstruction, parseNLInstructions, splitCompoundInstruction, tokenSimilarity, tokenize, validateParsedAction, wordSimilarity } from './ai/index.js';
8
+ export { B as BrowserEventCapture } from './browser-capture-CsTU29mb.js';
9
+ export { A as ActionHistoryEntry, M as MetricsCollector, a as MetricsCollectorOptions, P as PerformanceMetrics, c as createMetricsCollector, f as formatDuration, b as formatPercentage } from './metrics-KFAAKNEB.js';
10
+ export { A as AIDiscoveredElement, a as AIElementRegistrationOptions, b as AIErrorContext, c as AIFindResponse, d as AssertionRequest, e as AssertionResult, f as AssertionType, B as BatchAssertionRequest, g as BatchAssertionResult, C as ComparisonIssue, h as ComponentComparison, i as ComponentInfo, j as ComponentMatch, k as ContentChanges, l as ContentComparison, m as CrossAppComparisonReport, n as CrossAppDiff, o as CrossAppMetricChange, p as CrossAppStatusChange, D as DataType, q as DataValueComparison, r as DensityComparison, E as ElementChange, s as ElementModification, t as ExtractedDataValue, F as FormAnalysis, u as FormFieldAnalysis, v as FormFieldState, w as FormState, x as FormatDescriptor, y as FormatMismatch, G as GridDiff, z as GridStructure, H as HeadingChange, I as HeadingLevelComparison, J as HeadingMatch, K as HierarchyDiff, L as Intent, M as IntentExecutionResult, N as IntentParam, O as IntentSearchResponse, P as InteractionParity, Q as LayoutComparison, R as ListItemField, S as ListSchema, T as MatchedElementPair, U as MetricChange, V as MetricMatch, W as ModalState, X as NLActionRequest, Y as NLActionResponse, Z as NavigationMap, _ as NavigationPair, $ as PageContext, a0 as PageDataMap, a1 as PageRegion, a2 as PageRegionMap, a3 as ParsedAction, a4 as RecoveryAttemptRequest, a5 as RecoveryAttemptResult, a6 as RecoverySuggestion, a7 as RegionType, a8 as SearchCriteria, a9 as SearchResponse, aa as SearchResult, ab as SemanticDiff, ac as SemanticSearchCriteria, ad as SemanticSearchResponse, ae as SemanticSearchResult, af as SemanticSnapshot, ag as StatusChange, ah as StatusMatch, ai as StructuredDataExtraction, aj as TableColumn, ak as TableComparison, al as TableSchema, am as TextChange } from './types-CebMQj76.js';
11
+ export { ActionParityConfig, AliasGeneratorConfig, AliasGeneratorInput, ComparisonReportConfig, ComponentComparisonConfig, ContentComparisonConfig, CrossAppDiffConfig, DEFAULT_ACTION_PARITY_CONFIG, DEFAULT_ALIAS_CONFIG, DEFAULT_COMPARISON_REPORT_CONFIG, DEFAULT_COMPONENT_COMPARISON_CONFIG, DEFAULT_CONTENT_COMPARISON_CONFIG, DEFAULT_CROSS_APP_DIFF_CONFIG, DEFAULT_DATA_EXTRACTION_CONFIG, DEFAULT_DIFF_CONFIG, DEFAULT_EXECUTOR_CONFIG, DEFAULT_FORMAT_ANALYSIS_CONFIG, DEFAULT_FUZZY_CONFIG, DEFAULT_LAYOUT_COMPARISON_CONFIG, DEFAULT_NAVIGATION_MAP_CONFIG, DEFAULT_REGION_SEGMENTATION_CONFIG, DEFAULT_SEARCH_CONFIG, DEFAULT_SNAPSHOT_CONFIG, DEFAULT_TABLE_EXTRACTION_CONFIG, DataExtractionConfig, ErrorCode, ErrorCodes, FormatAnalysisConfig, FuzzyMatchConfig, FuzzyMatchResult, LayoutComparisonConfig, NLActionExecutor, NLActionExecutorConfig, NavigationMapConfig, RegionSegmentationConfig, SearchEngine, SearchEngineConfig, SemanticDiffConfig, SemanticDiffManager, SemanticSnapshotConfig, SemanticSnapshotManager, SummaryConfig, TableExtractionConfig, analyzeActionParity, analyzeFormat, analyzePageFormats, areSynonyms, buildNavigationMap, classifyDataType, classifyRegionType, classifyStatusDirection, compareComponents, compareContent, compareFormats, compareLayouts, computeCrossAppDiff, computeDiff, computeProminence, createDiffManager, createErrorContext, createNLActionExecutor, createSearchEngine, createSimpleError, createSnapshotManager, describeAction, describeDiff, detectFormatPattern, detectGridStructure, detectList, detectTable, extractModifiers, extractPageData, extractStructuredData, findAllMatches, findBestMatch, formatErrorContext, fuzzyContains, fuzzyMatch, generateAliases, generateComparisonReport, generateDescription, generateDiffSummary, generateElementDescription, generateNgrams, generatePageSummary, generatePurpose, generateSnapshotSummary, generateSuggestedActions, getBestRecoverySuggestion, getSynonyms, hasSignificantChanges, inferPageType, isNavigationElement, isRecoverableError, jaroSimilarity, jaroWinklerSimilarity, levenshteinDistance, levenshteinSimilarity, matchElements, ngramSimilarity, normalizeString, normalizeValue, parseNLInstruction, parseNLInstructions, parseNumericValue, segmentPageRegions, splitCompoundInstruction, tokenSimilarity, tokenize, validateParsedAction, wordSimilarity } from './ai/index.js';
12
+ export { A as AssertionConfig, a as AssertionExecutor, D as DEFAULT_ASSERTION_CONFIG, c as createAssertionExecutor } from './assertions-BSR3afVr.js';
13
+ export { A as ANNOTATION_CONFIG_VERSION, a as AnnotationConfig, b as AnnotationCoverage, c as AnnotationEvent, d as AnnotationEventType, E as ElementAnnotation } from './types-UBtp7R0u.js';
14
+ export { AnnotationListener, AnnotationStore, getGlobalAnnotationStore, resetGlobalAnnotationStore } from './annotations/index.js';
15
+ export { AssertionCondition, LegacyTestAssertion, LegacyTestGeneratorOutput, LegacyTestSpecification, LegacyTestTarget, SPEC_CONFIG_VERSION, SPEC_FILE_EXTENSION, SpecAssertion, SpecAssertionResult, SpecCategory, SpecConfig, SpecCoverage, SpecEvent, SpecEventType, SpecExecutionOptions, SpecExecutionResult, SpecExecutor, SpecFilterOptions, SpecGroup, SpecGroupResult, SpecListener, SpecMetadata, SpecSeverity, SpecSource, SpecStore, SpecTarget, VALID_ASSERTION_TYPES, VALID_SPEC_CATEGORIES, VALID_SPEC_SEVERITIES, VALID_SPEC_SOURCES, ValidationError, ValidationResult, coerceAssertionType, getGlobalSpecStore, isValidAssertionType, isValidSpecCategory, isValidSpecSeverity, isValidSpecSource, migrateFromTestGeneratorOutput, migrateLegacyAssertion, migrateLegacyTarget, resetGlobalSpecStore, resolveTarget, validateSpecAssertion, validateSpecConfig, validateSpecGroup } from './specs/index.js';
13
16
  import 'react/jsx-runtime';
14
17
  import 'react';
18
+ import './registry-C6dDtn1v.js';