@makaio/framework 1.0.0-dev-1781260968078 → 1.0.0-dev-1781354548379

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/.makaio-build.json +2 -2
  2. package/dist/adapter-UpcpZDOv.mjs +1 -0
  3. package/dist/adapters/config/index.d.mts +1 -1
  4. package/dist/adapters/index.d.mts +11 -3
  5. package/dist/adapters/index.mjs +1 -1
  6. package/dist/bus/index.mjs +1 -1
  7. package/dist/clients/index.d.mts +4 -7
  8. package/dist/clients/index.mjs +1 -1
  9. package/dist/contracts/adapter/index.d.mts +2 -2
  10. package/dist/contracts/adapter/index.mjs +1 -1
  11. package/dist/contracts/adapter/schemas/session-lineage.d.mts +1 -1
  12. package/dist/contracts/artifact/index.d.mts +1 -1
  13. package/dist/contracts/client/index.d.mts +1 -1
  14. package/dist/contracts/extension/index.d.mts +2 -2
  15. package/dist/contracts/facet/index.d.mts +1 -1
  16. package/dist/contracts/index.d.mts +219 -54
  17. package/dist/contracts/index.mjs +1 -1
  18. package/dist/contracts/materialization/index.d.mts +3 -3
  19. package/dist/contracts/session/index.d.mts +3 -3
  20. package/dist/contracts/session/index.mjs +1 -1
  21. package/dist/{definition-SiimP25_.d.mts → definition-DqJOg6Lv.d.mts} +1 -1
  22. package/dist/drizzle/0015_m_mqbh8q5b.sql +1 -0
  23. package/dist/drizzle/0016_m_mqbmq8h7.sql +1 -0
  24. package/dist/drizzle/0017_m_mqbnf924.sql +1 -0
  25. package/dist/drizzle/meta/0015_snapshot.json +2966 -0
  26. package/dist/drizzle/meta/0016_snapshot.json +2973 -0
  27. package/dist/drizzle/meta/0017_snapshot.json +2980 -0
  28. package/dist/drizzle/meta/_journal.json +21 -0
  29. package/dist/{handler-DSfSAlxx.mjs → handler-DqpiV9eA.mjs} +1 -1
  30. package/dist/handlers-BAB4fQNH.mjs +41 -0
  31. package/dist/{index-B2xbnMZe.d.mts → index-BCKRUuI2.d.mts} +1 -1
  32. package/dist/{index-CARxIllg.d.mts → index-BHAOu6Hs.d.mts} +20 -20
  33. package/dist/{index-Cb64d5c5.d.mts → index-BHzgDuRE.d.mts} +20 -3
  34. package/dist/{index-BtztOqaF.d.mts → index-BheaEhyI.d.mts} +6 -6
  35. package/dist/{index-CZ_TcT6J.d.mts → index-Bibt5jAX.d.mts} +8 -8
  36. package/dist/{index-D5CI1V5d.d.mts → index-C3zfJg6s.d.mts} +16 -16
  37. package/dist/{index-DTdqGAfH2.d.mts → index-CH5U3zSA2.d.mts} +1 -1
  38. package/dist/{index-CgjslA5-.d.mts → index-CTn_Xi-p.d.mts} +4 -4
  39. package/dist/{index-DDQkhhRo.d.mts → index-DPIdX6kb.d.mts} +363 -123
  40. package/dist/{index-BQiHs8EF.d.mts → index-Da4ABgRq.d.mts} +12 -12
  41. package/dist/{index-BvSyOgTY.d.mts → index-DrGLAuZc.d.mts} +98 -29
  42. package/dist/{index-BKKNWqkP2.d.mts → index-zgm2j9V92.d.mts} +44 -2
  43. package/dist/kernel/extension/index.d.mts +1 -1
  44. package/dist/kernel/index.d.mts +2 -2
  45. package/dist/kernel/observability/index.d.mts +1 -1
  46. package/dist/mcp-http-server/index.d.mts +132 -19
  47. package/dist/mcp-http-server/index.mjs +1 -1
  48. package/dist/{namespace-D1Iw_d1P.d.mts → namespace--s0d86h-.d.mts} +144 -0
  49. package/dist/{namespace-7tsuJhQ9.d.mts → namespace-Boe6l5n9.d.mts} +78 -42
  50. package/dist/{namespace-Ba4bxtHQ.d.mts → namespace-BxxBhcV_.d.mts} +9 -9
  51. package/dist/{namespace-DwE2g8Wm.mjs → namespace-Dfq6MDN9.mjs} +1 -1
  52. package/dist/{namespace-DDCjoQUj.d.mts → namespace-aJJfBJU5.d.mts} +170 -0
  53. package/dist/{orchestrator-shared-Dt4WDse7.mjs → orchestrator-shared-BKFXaKPL.mjs} +1 -1
  54. package/dist/{package-BSnp1zOR.d.mts → package--RZnpN2J.d.mts} +2 -3
  55. package/dist/package-BzJvtM5O.mjs +1 -0
  56. package/dist/package-DzN_jdqd.mjs +1 -0
  57. package/dist/package.json +1 -1
  58. package/dist/primitive-runtime-CNC_bSac.mjs +1 -0
  59. package/dist/runtime-node/bus/runtime/namespace.d.mts +8 -8
  60. package/dist/runtime-node/bus/runtime/schemas.d.mts +11 -4
  61. package/dist/runtime-node/bus/runtime/schemas.mjs +1 -1
  62. package/dist/runtime-node/index.d.mts +19 -1
  63. package/dist/runtime-node/index.mjs +1 -1
  64. package/dist/{schema-BerZmr2q.mjs → schema-C3TgjrsV.mjs} +1 -1
  65. package/dist/{schema-BrnYlDwZ.mjs → schema-CzhOc7TV.mjs} +1 -1
  66. package/dist/{schema-BNrM9LWb.d.mts → schema-DGMLvVoQ.d.mts} +23 -3
  67. package/dist/schemas-CuKayWhA.mjs +1 -0
  68. package/dist/{schemas-DAFYpgHk2.d.mts → schemas-kVcJMjjn2.d.mts} +8 -8
  69. package/dist/{schemas-CkOSG2eJ.d.mts → schemas-t1VR6_b_.d.mts} +3 -3
  70. package/dist/services/filesystem/namespace.d.mts +6 -6
  71. package/dist/services/filesystem/schemas.d.mts +3 -3
  72. package/dist/services/git/namespace.d.mts +2 -2
  73. package/dist/services/git/schemas.d.mts +2 -2
  74. package/dist/services/harness/index.d.mts +3 -4
  75. package/dist/services/harness/index.mjs +1 -1
  76. package/dist/services/index.d.mts +112 -15
  77. package/dist/services/index.mjs +1 -1
  78. package/dist/services/log-import/browser.d.mts +2 -2
  79. package/dist/services/log-import/index.d.mts +4 -5
  80. package/dist/services/log-import/index.mjs +1 -1
  81. package/dist/services/log-import/log-import.d.mts +1 -1
  82. package/dist/services/log-import/namespace.d.mts +2 -2
  83. package/dist/services/log-import/schemas.d.mts +1 -1
  84. package/dist/services/provider-context/index.mjs +1 -1
  85. package/dist/services/session/handlers/index.mjs +1 -1
  86. package/dist/services/session/index.d.mts +6 -6
  87. package/dist/services/session/index.mjs +1 -1
  88. package/dist/services/session/messages/namespace.mjs +1 -1
  89. package/dist/services/session/orchestrator-testing/index.mjs +1 -1
  90. package/dist/services/session/session-events/namespace.d.mts +1 -1
  91. package/dist/services/session/session-events/namespace.mjs +1 -1
  92. package/dist/services/session/storage/namespace.d.mts +1 -1
  93. package/dist/services/session/storage/schema.d.mts +1 -1
  94. package/dist/services/session/storage/schema.mjs +1 -1
  95. package/dist/services/session/testing/index.mjs +5 -3
  96. package/dist/services/session/testing/orchestrator-shared.mjs +1 -1
  97. package/dist/services/session/turns/namespace.d.mts +1 -1
  98. package/dist/services/session/turns/namespace.mjs +1 -1
  99. package/dist/services/settings/index.mjs +1 -1
  100. package/dist/services/settings/namespace.d.mts +8 -8
  101. package/dist/services/settings/storage/clients-namespace.mjs +1 -1
  102. package/dist/services/settings/storage/index.mjs +1 -1
  103. package/dist/services/settings/storage/providers-namespace.mjs +1 -1
  104. package/dist/services/subagent/index.d.mts +1 -1
  105. package/dist/services/subagent/index.mjs +1 -1
  106. package/dist/services/subagent-template/index.d.mts +1 -1
  107. package/dist/services/subagent-template/schemas.d.mts +1 -1
  108. package/dist/services/tool-approval/index.mjs +1 -1
  109. package/dist/services/tools/index.mjs +1 -1
  110. package/dist/services/turn/index.d.mts +1 -1
  111. package/dist/services/turn/namespace.d.mts +1 -1
  112. package/dist/services/turn/schemas.d.mts +72 -0
  113. package/dist/services/turn/schemas.mjs +1 -1
  114. package/dist/{session-C1Cami7U.mjs → session-BwX5_k47.mjs} +1 -1
  115. package/dist/session-P4nX60Xx.mjs +39 -0
  116. package/dist/{session-lineage-CXzV_hAP.d.mts → session-lineage-CKg6mErA.d.mts} +1 -1
  117. package/dist/storage/drizzle/index.d.mts +1 -1
  118. package/dist/storage/drizzle/index.mjs +1 -1
  119. package/dist/{tool-approval-service-Cb2F1yT6.mjs → tool-approval-service-DNHV5x0M.mjs} +1 -1
  120. package/dist/{tools-D5DVHC-R.mjs → tools-CQImrHAp.mjs} +1 -1
  121. package/dist/{types-DLVitCZP.d.mts → types-BpuLMR2m.d.mts} +626 -443
  122. package/dist/{types-D5IMwOkJ.d.mts → types-D0fPFh-D.d.mts} +1 -1
  123. package/dist/{types-BMpIa4fx.d.mts → types-D6jnDjP2.d.mts} +18 -5
  124. package/dist/ui-components/index.d.mts +36 -37
  125. package/dist/ui-views/index.d.mts +2 -2
  126. package/dist/workflow-engine/index.d.mts +58 -25
  127. package/dist/workflow-engine/index.mjs +1 -1
  128. package/dist/workflow-engine/package.d.mts +1 -1
  129. package/dist/workflow-engine/package.mjs +1 -1
  130. package/dist/workflow-engine/workflow-orchestrator.mjs +1 -1
  131. package/package.json +10 -1
  132. package/dist/adapter-Dt2FDMs4.mjs +0 -1
  133. package/dist/handlers-C8EtpSqK.mjs +0 -41
  134. package/dist/package-Be2Ez4vv.mjs +0 -1
  135. package/dist/package-OE9dMQsq.mjs +0 -1
  136. package/dist/primitive-runtime-Xrc9xh6p.mjs +0 -1
  137. package/dist/schemas-CSUwpaNm.mjs +0 -1
  138. package/dist/session-KnewDVxt.mjs +0 -39
  139. /package/dist/{provider-context-lfG0BpqX.mjs → provider-context-wp4VSJFI.mjs} +0 -0
  140. /package/dist/{shared-schemas-CKe2uN4-.mjs → shared-schemas-DYL7a-No.mjs} +0 -0
@@ -1,4 +1,4 @@
1
- import { r as LogImportMode, t as LogImporterInfo } from "./index-B2xbnMZe.mjs";
1
+ import { r as LogImportMode, t as LogImporterInfo } from "./index-BCKRUuI2.mjs";
2
2
  import * as _$_makaio_bus_core0 from "@makaio/framework/bus";
3
3
  import { IMakaioBus } from "@makaio/framework/bus";
4
4
  import { LogImportOrchestrator, LogImporter } from "@makaio/framework/adapters";
@@ -761,7 +761,13 @@ interface ConfigFactoryInput<TBus extends ScopedBus<string> = ScopedBus<string>>
761
761
  disallowedTools?: string[];
762
762
  /** Directory restrictions for file-system tool execution. */
763
763
  allowedDirectories?: string[];
764
- /** Provider-specific configuration (non-credential settings). Adapters merge with defaults. */
764
+ /**
765
+ * Adapter-specific per-call configuration (non-credential settings).
766
+ *
767
+ * This receives `startAgent.adapterConfig` at runtime and feeds the existing
768
+ * `createAdapterConfigFactory` providerConfig merge slot. It is unrelated to
769
+ * ProviderConfig credential entities, which flow through `providerContext`.
770
+ */
765
771
  providerConfig?: Record<string, unknown>;
766
772
  runtimeTimeouts?: TimeoutConfig;
767
773
  /** Client identifier for the application this adapter belongs to (e.g., 'claude-code', 'gemini'). */
@@ -956,6 +962,8 @@ interface AIAgentConfig<TBus extends ScopedBus<string> = ScopedBus<string>, TCon
956
962
  disallowedTools?: string[];
957
963
  /** Directory restrictions for file-system tool execution. */
958
964
  allowedDirectories?: string[];
965
+ /** Per-call adapter-specific JSON config forwarded to the adapter config factory. */
966
+ adapterConfig?: Record<string, unknown>;
959
967
  /**
960
968
  * MCP session context resolved by the orchestrator.
961
969
  * Passed through to the connector config so adapters can inject direct tools.
@@ -1016,10 +1024,15 @@ interface AgentSendMessageOptions extends SendMessageOptions {
1016
1024
  */
1017
1025
  sessionContext?: SessionContext;
1018
1026
  /**
1019
- * Structured output descriptor.
1020
- * When present and the adapter declares `structuredOutput` capability,
1021
- * the adapter enforces this schema at the model level.
1022
- * Ignored by adapters that lack the capability.
1027
+ * Structured output descriptor for the turn.
1028
+ *
1029
+ * Adapters that declare `structuredOutput` pass this schema to their native
1030
+ * model-level output controls. Other adapters receive an instruction block
1031
+ * and the agent validates the terminal output after completion.
1032
+ *
1033
+ * Validation retries are default-off (`maxRetries: 0`) and fallback
1034
+ * enforcement is a no-op unless the host registers structured-output override
1035
+ * handlers.
1023
1036
  */
1024
1037
  responseSchema?: ResponseSchemaDescriptor;
1025
1038
  }
@@ -1,6 +1,5 @@
1
1
  import * as _$react from "react";
2
2
  import React, { ButtonHTMLAttributes, HTMLAttributes, InputHTMLAttributes, MouseEventHandler, ReactElement, ReactNode, Ref, RefAttributes, RefObject, SVGProps, TextareaHTMLAttributes } from "react";
3
- import * as _$react_jsx_runtime0 from "react/jsx-runtime";
4
3
 
5
4
  //#region ui/components/src/themes/types.d.ts
6
5
  /**
@@ -37,7 +36,7 @@ interface ThemeProviderProps {
37
36
  declare function ThemeProvider({
38
37
  children,
39
38
  defaultTheme
40
- }: ThemeProviderProps): _$react_jsx_runtime0.JSX.Element;
39
+ }: ThemeProviderProps): _$react.JSX.Element;
41
40
  //#endregion
42
41
  //#region ui/components/src/themes/useTheme.d.ts
43
42
  /**
@@ -88,7 +87,7 @@ interface LogoProps extends SVGProps<SVGSVGElement> {
88
87
  * Accepts standard SVG props for sizing and styling.
89
88
  * @param props - Standard SVG props passed to the root svg element
90
89
  */
91
- declare function Logo(props: LogoProps): _$react_jsx_runtime0.JSX.Element;
90
+ declare function Logo(props: LogoProps): _$react.JSX.Element;
92
91
  //#endregion
93
92
  //#region ui/components/src/layout/AppShell/AppShell.d.ts
94
93
  interface AppShellProps extends HTMLAttributes<HTMLDivElement> {
@@ -250,7 +249,7 @@ declare function ContentHeader({
250
249
  subtitle,
251
250
  actions,
252
251
  className
253
- }: ContentHeaderProps): _$react_jsx_runtime0.JSX.Element;
252
+ }: ContentHeaderProps): _$react.JSX.Element;
254
253
  //#endregion
255
254
  //#region ui/components/src/layout/GlassPanel/GlassPanel.d.ts
256
255
  /**
@@ -320,7 +319,7 @@ declare function IconSidebar({
320
319
  navItems,
321
320
  bottomItems,
322
321
  className
323
- }: IconSidebarProps): _$react_jsx_runtime0.JSX.Element;
322
+ }: IconSidebarProps): _$react.JSX.Element;
324
323
  //#endregion
325
324
  //#region ui/components/src/layout/Sidebar/Sidebar.d.ts
326
325
  /**
@@ -640,7 +639,7 @@ interface PageProps {
640
639
  * </Page>
641
640
  * ```
642
641
  */
643
- declare function Page(props: PageProps): _$react_jsx_runtime0.JSX.Element;
642
+ declare function Page(props: PageProps): _$react.JSX.Element;
644
643
  //#endregion
645
644
  //#region ui/components/src/layout/ListPage/ListPage.d.ts
646
645
  /**
@@ -697,7 +696,7 @@ declare function ListPage({
697
696
  className,
698
697
  contentClassName,
699
698
  usePanel
700
- }: ListPageProps): _$react_jsx_runtime0.JSX.Element;
699
+ }: ListPageProps): _$react.JSX.Element;
701
700
  //#endregion
702
701
  //#region ui/components/src/layout/SlotPanel/SlotPanel.d.ts
703
702
  type SlotPanelPadding = 'none' | 'sm' | 'md' | 'lg';
@@ -1047,7 +1046,7 @@ declare function Tooltip({
1047
1046
  children,
1048
1047
  className,
1049
1048
  ...props
1050
- }: TooltipProps): _$react_jsx_runtime0.JSX.Element;
1049
+ }: TooltipProps): React.JSX.Element;
1051
1050
  //#endregion
1052
1051
  //#region ui/components/src/primitives/Dropdown/Dropdown.d.ts
1053
1052
  /**
@@ -1101,7 +1100,7 @@ declare function Dropdown({
1101
1100
  items,
1102
1101
  align,
1103
1102
  onOpenChange
1104
- }: DropdownProps): _$react_jsx_runtime0.JSX.Element;
1103
+ }: DropdownProps): _$react.JSX.Element;
1105
1104
  //#endregion
1106
1105
  //#region node_modules/lucide-react/dist/lucide-react.d.ts
1107
1106
  type SVGAttributes = Partial<SVGProps<SVGSVGElement>>;
@@ -1172,7 +1171,7 @@ declare function Icon({
1172
1171
  name,
1173
1172
  className,
1174
1173
  size
1175
- }: IconProps): _$react_jsx_runtime0.JSX.Element | null;
1174
+ }: IconProps): _$react.JSX.Element | null;
1176
1175
  //#endregion
1177
1176
  //#region ui/components/src/primitives/FilterChipGroup/types.d.ts
1178
1177
  /**
@@ -1290,7 +1289,7 @@ declare function ButtonGroupFilter<T extends string>({
1290
1289
  counts,
1291
1290
  label,
1292
1291
  className
1293
- }: ButtonGroupFilterProps<T>): _$react_jsx_runtime0.JSX.Element;
1292
+ }: ButtonGroupFilterProps<T>): _$react.JSX.Element;
1294
1293
  //#endregion
1295
1294
  //#region ui/components/src/primitives/Collapsible/types.d.ts
1296
1295
  /**
@@ -1525,7 +1524,7 @@ declare function Popover({
1525
1524
  onOpenChange,
1526
1525
  ariaLabel,
1527
1526
  ariaLabelledBy
1528
- }: PopoverProps): _$react_jsx_runtime0.JSX.Element;
1527
+ }: PopoverProps): _$react.JSX.Element;
1529
1528
  //#endregion
1530
1529
  //#region ui/components/src/primitives/Toggle/Toggle.d.ts
1531
1530
  /**
@@ -1660,7 +1659,7 @@ declare function ChevronIcon({
1660
1659
  'aria-hidden': ariaHidden,
1661
1660
  'aria-label': ariaLabel,
1662
1661
  direction
1663
- }: ChevronIconProps): _$react_jsx_runtime0.JSX.Element;
1662
+ }: ChevronIconProps): _$react.JSX.Element;
1664
1663
  //#endregion
1665
1664
  //#region ui/components/src/icons/AlertTriangleIcon.d.ts
1666
1665
  /**
@@ -1673,7 +1672,7 @@ declare function AlertTriangleIcon({
1673
1672
  className,
1674
1673
  'aria-hidden': ariaHidden,
1675
1674
  'aria-label': ariaLabel
1676
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1675
+ }: IconProps$1): _$react.JSX.Element;
1677
1676
  //#endregion
1678
1677
  //#region ui/components/src/icons/ArchiveIcon.d.ts
1679
1678
  /**
@@ -1686,7 +1685,7 @@ declare function ArchiveIcon({
1686
1685
  className,
1687
1686
  'aria-hidden': ariaHidden,
1688
1687
  'aria-label': ariaLabel
1689
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1688
+ }: IconProps$1): _$react.JSX.Element;
1690
1689
  //#endregion
1691
1690
  //#region ui/components/src/icons/AttachmentIcon.d.ts
1692
1691
  /**
@@ -1699,7 +1698,7 @@ declare function AttachmentIcon({
1699
1698
  className,
1700
1699
  'aria-hidden': ariaHidden,
1701
1700
  'aria-label': ariaLabel
1702
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1701
+ }: IconProps$1): _$react.JSX.Element;
1703
1702
  //#endregion
1704
1703
  //#region ui/components/src/icons/ChatBubbleIcon.d.ts
1705
1704
  /**
@@ -1712,7 +1711,7 @@ declare function ChatBubbleIcon({
1712
1711
  className,
1713
1712
  'aria-hidden': ariaHidden,
1714
1713
  'aria-label': ariaLabel
1715
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1714
+ }: IconProps$1): _$react.JSX.Element;
1716
1715
  //#endregion
1717
1716
  //#region ui/components/src/icons/CloseIcon.d.ts
1718
1717
  /**
@@ -1725,7 +1724,7 @@ declare function CloseIcon({
1725
1724
  className,
1726
1725
  'aria-hidden': ariaHidden,
1727
1726
  'aria-label': ariaLabel
1728
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1727
+ }: IconProps$1): _$react.JSX.Element;
1729
1728
  //#endregion
1730
1729
  //#region ui/components/src/icons/CompressIcon.d.ts
1731
1730
  /**
@@ -1738,7 +1737,7 @@ declare function CompressIcon({
1738
1737
  className,
1739
1738
  'aria-hidden': ariaHidden,
1740
1739
  'aria-label': ariaLabel
1741
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1740
+ }: IconProps$1): _$react.JSX.Element;
1742
1741
  //#endregion
1743
1742
  //#region ui/components/src/icons/ForkIcon.d.ts
1744
1743
  /**
@@ -1752,7 +1751,7 @@ declare function ForkIcon({
1752
1751
  className,
1753
1752
  'aria-hidden': ariaHidden,
1754
1753
  'aria-label': ariaLabel
1755
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1754
+ }: IconProps$1): _$react.JSX.Element;
1756
1755
  //#endregion
1757
1756
  //#region ui/components/src/icons/GitBranchIcon.d.ts
1758
1757
  /**
@@ -1765,7 +1764,7 @@ declare function GitBranchIcon({
1765
1764
  className,
1766
1765
  'aria-hidden': ariaHidden,
1767
1766
  'aria-label': ariaLabel
1768
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1767
+ }: IconProps$1): _$react.JSX.Element;
1769
1768
  //#endregion
1770
1769
  //#region ui/components/src/icons/GripVerticalIcon.d.ts
1771
1770
  /**
@@ -1778,7 +1777,7 @@ declare function GripVerticalIcon({
1778
1777
  className,
1779
1778
  'aria-hidden': ariaHidden,
1780
1779
  'aria-label': ariaLabel
1781
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1780
+ }: IconProps$1): _$react.JSX.Element;
1782
1781
  //#endregion
1783
1782
  //#region ui/components/src/icons/KebabMenuIcon.d.ts
1784
1783
  /**
@@ -1791,7 +1790,7 @@ declare function KebabMenuIcon({
1791
1790
  className,
1792
1791
  'aria-hidden': ariaHidden,
1793
1792
  'aria-label': ariaLabel
1794
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1793
+ }: IconProps$1): _$react.JSX.Element;
1795
1794
  //#endregion
1796
1795
  //#region ui/components/src/icons/MessagesSquareIcon.d.ts
1797
1796
  /**
@@ -1804,7 +1803,7 @@ declare function MessagesSquareIcon({
1804
1803
  className,
1805
1804
  'aria-hidden': ariaHidden,
1806
1805
  'aria-label': ariaLabel
1807
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1806
+ }: IconProps$1): _$react.JSX.Element;
1808
1807
  //#endregion
1809
1808
  //#region ui/components/src/icons/PlusIcon.d.ts
1810
1809
  /**
@@ -1817,7 +1816,7 @@ declare function PlusIcon({
1817
1816
  className,
1818
1817
  'aria-hidden': ariaHidden,
1819
1818
  'aria-label': ariaLabel
1820
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1819
+ }: IconProps$1): _$react.JSX.Element;
1821
1820
  //#endregion
1822
1821
  //#region ui/components/src/icons/RestoreIcon.d.ts
1823
1822
  /**
@@ -1830,7 +1829,7 @@ declare function RestoreIcon({
1830
1829
  className,
1831
1830
  'aria-hidden': ariaHidden,
1832
1831
  'aria-label': ariaLabel
1833
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1832
+ }: IconProps$1): _$react.JSX.Element;
1834
1833
  //#endregion
1835
1834
  //#region ui/components/src/icons/SearchIcon.d.ts
1836
1835
  /**
@@ -1843,7 +1842,7 @@ declare function SearchIcon({
1843
1842
  className,
1844
1843
  'aria-hidden': ariaHidden,
1845
1844
  'aria-label': ariaLabel
1846
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1845
+ }: IconProps$1): _$react.JSX.Element;
1847
1846
  //#endregion
1848
1847
  //#region ui/components/src/icons/SendIcon.d.ts
1849
1848
  /**
@@ -1856,7 +1855,7 @@ declare function SendIcon({
1856
1855
  className,
1857
1856
  'aria-hidden': ariaHidden,
1858
1857
  'aria-label': ariaLabel
1859
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1858
+ }: IconProps$1): _$react.JSX.Element;
1860
1859
  //#endregion
1861
1860
  //#region ui/components/src/icons/SpinnerIcon.d.ts
1862
1861
  /**
@@ -1871,7 +1870,7 @@ declare function SpinnerIcon({
1871
1870
  className,
1872
1871
  'aria-hidden': ariaHidden,
1873
1872
  'aria-label': ariaLabel
1874
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1873
+ }: IconProps$1): _$react.JSX.Element;
1875
1874
  //#endregion
1876
1875
  //#region ui/components/src/icons/TrashIcon.d.ts
1877
1876
  /**
@@ -1884,7 +1883,7 @@ declare function TrashIcon({
1884
1883
  className,
1885
1884
  'aria-hidden': ariaHidden,
1886
1885
  'aria-label': ariaLabel
1887
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1886
+ }: IconProps$1): _$react.JSX.Element;
1888
1887
  //#endregion
1889
1888
  //#region ui/components/src/icons/UnlinkIcon.d.ts
1890
1889
  /**
@@ -1897,7 +1896,7 @@ declare function UnlinkIcon({
1897
1896
  className,
1898
1897
  'aria-hidden': ariaHidden,
1899
1898
  'aria-label': ariaLabel
1900
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1899
+ }: IconProps$1): _$react.JSX.Element;
1901
1900
  //#endregion
1902
1901
  //#region ui/components/src/icons/WrenchIcon.d.ts
1903
1902
  /**
@@ -1910,7 +1909,7 @@ declare function WrenchIcon({
1910
1909
  className,
1911
1910
  'aria-hidden': ariaHidden,
1912
1911
  'aria-label': ariaLabel
1913
- }: IconProps$1): _$react_jsx_runtime0.JSX.Element;
1912
+ }: IconProps$1): _$react.JSX.Element;
1914
1913
  //#endregion
1915
1914
  //#region ui/components/src/utils/ConfirmDialog/ConfirmDialog.d.ts
1916
1915
  /**
@@ -2003,7 +2002,7 @@ type ConfirmDialogProps = ConfirmDialogWithDontAskAgain | ConfirmDialogWithoutDo
2003
2002
  * />
2004
2003
  * ```
2005
2004
  */
2006
- declare function ConfirmDialog(props: ConfirmDialogProps): _$react_jsx_runtime0.JSX.Element;
2005
+ declare function ConfirmDialog(props: ConfirmDialogProps): _$react.JSX.Element;
2007
2006
  //#endregion
2008
2007
  //#region ui/components/src/utils/PromptDialog/PromptDialog.d.ts
2009
2008
  /**
@@ -2072,7 +2071,7 @@ interface PromptDialogProps {
2072
2071
  * />
2073
2072
  * ```
2074
2073
  */
2075
- declare function PromptDialog(props: PromptDialogProps): _$react_jsx_runtime0.JSX.Element;
2074
+ declare function PromptDialog(props: PromptDialogProps): _$react.JSX.Element;
2076
2075
  //#endregion
2077
2076
  //#region ui/components/src/utils/SlidePanel/SlidePanel.d.ts
2078
2077
  interface SlidePanelProps {
@@ -2111,7 +2110,7 @@ declare function SlidePanel({
2111
2110
  children,
2112
2111
  width,
2113
2112
  position
2114
- }: SlidePanelProps): _$react_jsx_runtime0.JSX.Element;
2113
+ }: SlidePanelProps): _$react.JSX.Element;
2115
2114
  //#endregion
2116
2115
  //#region ui/components/src/utils/ResizablePanel/ResizablePanel.d.ts
2117
2116
  type ResizablePanelOrientation = 'horizontal' | 'vertical';
@@ -2172,7 +2171,7 @@ interface ResizablePanelProps {
2172
2171
  * - Scrollable content area
2173
2172
  * @param props - Component props
2174
2173
  */
2175
- declare function ResizablePanel(props: ResizablePanelProps): _$react_jsx_runtime0.JSX.Element;
2174
+ declare function ResizablePanel(props: ResizablePanelProps): _$react.JSX.Element;
2176
2175
  //#endregion
2177
2176
  //#region ui/components/src/utils/FatalErrorDialog/FatalErrorDialog.d.ts
2178
2177
  /**
@@ -2240,7 +2239,7 @@ interface FatalErrorDialogProps {
2240
2239
  * />
2241
2240
  * ```
2242
2241
  */
2243
- declare function FatalErrorDialog(props: FatalErrorDialogProps): _$react_jsx_runtime0.JSX.Element;
2242
+ declare function FatalErrorDialog(props: FatalErrorDialogProps): _$react.JSX.Element;
2244
2243
  //#endregion
2245
2244
  //#region ui/components/src/toast/MultiActionToast.d.ts
2246
2245
  interface MultiActionToastAction {
@@ -1,5 +1,5 @@
1
+ import * as _$react from "react";
1
2
  import { Component, ErrorInfo, FC, JSX, ReactNode, RefObject } from "react";
2
- import * as _$react_jsx_runtime0 from "react/jsx-runtime";
3
3
  import { ShellProps, WidgetDefinition, WidgetLayout, WidgetSize } from "@makaio/framework/ui-kernel";
4
4
  import { IMakaioBus } from "@makaio/framework/bus";
5
5
  import { UiContextSnapshot } from "@makaio/framework/contracts";
@@ -42,7 +42,7 @@ declare function WidgetContainer({
42
42
  size,
43
43
  children,
44
44
  onRemove
45
- }: WidgetContainerProps): _$react_jsx_runtime0.JSX.Element;
45
+ }: WidgetContainerProps): _$react.JSX.Element;
46
46
  //#endregion
47
47
  //#region ui/views/src/widgets/built-in/StatusWidget.d.ts
48
48
  /**