@walkeros/explorer 0.3.1 → 1.0.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 (713) hide show
  1. package/AGENT.md +406 -0
  2. package/STYLE.md +993 -0
  3. package/dist/__mocks__/@monaco-editor/react.d.ts +3 -0
  4. package/dist/__mocks__/@monaco-editor/react.d.ts.map +1 -0
  5. package/dist/__mocks__/@monaco-editor/react.js +4 -0
  6. package/dist/__mocks__/@monaco-editor/react.js.map +1 -0
  7. package/dist/chunk-VWWAIDNX.mjs +2939 -0
  8. package/dist/chunk-VWWAIDNX.mjs.map +1 -0
  9. package/dist/components/atoms/base-mapping-pane.d.ts +85 -0
  10. package/dist/components/atoms/base-mapping-pane.d.ts.map +1 -0
  11. package/dist/components/atoms/base-mapping-pane.js +53 -0
  12. package/dist/components/atoms/base-mapping-pane.js.map +1 -0
  13. package/dist/components/atoms/box.d.ts +27 -0
  14. package/dist/components/atoms/box.d.ts.map +1 -0
  15. package/dist/components/atoms/box.js +86 -0
  16. package/dist/components/atoms/box.js.map +1 -0
  17. package/dist/components/atoms/box.stories.d.ts +34 -0
  18. package/dist/components/atoms/box.stories.d.ts.map +1 -0
  19. package/dist/components/atoms/box.stories.js +104 -0
  20. package/dist/components/atoms/box.stories.js.map +1 -0
  21. package/dist/components/atoms/button-group.d.ts +17 -0
  22. package/dist/components/atoms/button-group.d.ts.map +1 -0
  23. package/dist/components/atoms/button-group.js +12 -0
  24. package/dist/components/atoms/button-group.js.map +1 -0
  25. package/dist/components/atoms/button-group.stories.d.ts +18 -0
  26. package/dist/components/atoms/button-group.stories.d.ts.map +1 -0
  27. package/dist/components/atoms/button-group.stories.js +35 -0
  28. package/dist/components/atoms/button-group.stories.js.map +1 -0
  29. package/dist/components/atoms/button-link.d.ts +12 -0
  30. package/dist/components/atoms/button-link.d.ts.map +1 -0
  31. package/dist/components/atoms/button-link.js +10 -0
  32. package/dist/components/atoms/button-link.js.map +1 -0
  33. package/dist/components/atoms/button-link.stories.d.ts +13 -0
  34. package/dist/components/atoms/button-link.stories.d.ts.map +1 -0
  35. package/dist/components/atoms/button-link.stories.js +64 -0
  36. package/dist/components/atoms/button-link.stories.js.map +1 -0
  37. package/dist/components/atoms/button.d.ts +15 -0
  38. package/dist/components/atoms/button.d.ts.map +1 -0
  39. package/dist/components/atoms/button.js +11 -0
  40. package/dist/components/atoms/button.js.map +1 -0
  41. package/dist/components/atoms/code.d.ts +55 -0
  42. package/dist/components/atoms/code.d.ts.map +1 -0
  43. package/dist/components/atoms/code.js +251 -0
  44. package/dist/components/atoms/code.js.map +1 -0
  45. package/dist/components/atoms/code.stories.d.ts +53 -0
  46. package/dist/components/atoms/code.stories.d.ts.map +1 -0
  47. package/dist/components/atoms/code.stories.js +190 -0
  48. package/dist/components/atoms/code.stories.js.map +1 -0
  49. package/dist/components/atoms/config-tile.d.ts +38 -0
  50. package/dist/components/atoms/config-tile.d.ts.map +1 -0
  51. package/dist/components/atoms/config-tile.js +29 -0
  52. package/dist/components/atoms/config-tile.js.map +1 -0
  53. package/dist/components/atoms/consent-state-tile.d.ts +14 -0
  54. package/dist/components/atoms/consent-state-tile.d.ts.map +1 -0
  55. package/dist/components/atoms/consent-state-tile.js +5 -0
  56. package/dist/components/atoms/consent-state-tile.js.map +1 -0
  57. package/dist/components/atoms/field-header.d.ts +41 -0
  58. package/dist/components/atoms/field-header.d.ts.map +1 -0
  59. package/dist/components/atoms/field-header.js +42 -0
  60. package/dist/components/atoms/field-header.js.map +1 -0
  61. package/dist/components/atoms/footer.d.ts +21 -0
  62. package/dist/components/atoms/footer.d.ts.map +1 -0
  63. package/dist/components/atoms/footer.js +19 -0
  64. package/dist/components/atoms/footer.js.map +1 -0
  65. package/dist/components/atoms/grid.d.ts +65 -0
  66. package/dist/components/atoms/grid.d.ts.map +1 -0
  67. package/dist/components/atoms/grid.js +169 -0
  68. package/dist/components/atoms/grid.js.map +1 -0
  69. package/dist/components/atoms/header.d.ts +7 -0
  70. package/dist/components/atoms/header.d.ts.map +1 -0
  71. package/dist/components/atoms/header.js +5 -0
  72. package/dist/components/atoms/header.js.map +1 -0
  73. package/dist/components/atoms/icon-button.d.ts +26 -0
  74. package/dist/components/atoms/icon-button.d.ts.map +1 -0
  75. package/dist/components/atoms/icon-button.js +39 -0
  76. package/dist/components/atoms/icon-button.js.map +1 -0
  77. package/dist/components/atoms/icons/icons.d.ts +2 -0
  78. package/dist/components/atoms/icons/icons.d.ts.map +1 -0
  79. package/dist/components/atoms/icons/icons.js +7 -0
  80. package/dist/components/atoms/icons/icons.js.map +1 -0
  81. package/dist/components/atoms/icons/index.d.ts +3 -0
  82. package/dist/components/atoms/icons/index.d.ts.map +1 -0
  83. package/dist/components/atoms/icons/index.js +3 -0
  84. package/dist/components/atoms/icons/index.js.map +1 -0
  85. package/dist/components/atoms/mapping-boolean.d.ts +31 -0
  86. package/dist/components/atoms/mapping-boolean.d.ts.map +1 -0
  87. package/dist/components/atoms/mapping-boolean.js +38 -0
  88. package/dist/components/atoms/mapping-boolean.js.map +1 -0
  89. package/dist/components/atoms/mapping-breadcrumb.d.ts +14 -0
  90. package/dist/components/atoms/mapping-breadcrumb.d.ts.map +1 -0
  91. package/dist/components/atoms/mapping-breadcrumb.js +10 -0
  92. package/dist/components/atoms/mapping-breadcrumb.js.map +1 -0
  93. package/dist/components/atoms/mapping-collapsible.d.ts +54 -0
  94. package/dist/components/atoms/mapping-collapsible.d.ts.map +1 -0
  95. package/dist/components/atoms/mapping-collapsible.js +87 -0
  96. package/dist/components/atoms/mapping-collapsible.js.map +1 -0
  97. package/dist/components/atoms/mapping-condition-field.d.ts +18 -0
  98. package/dist/components/atoms/mapping-condition-field.d.ts.map +1 -0
  99. package/dist/components/atoms/mapping-condition-field.js +34 -0
  100. package/dist/components/atoms/mapping-condition-field.js.map +1 -0
  101. package/dist/components/atoms/mapping-condition.d.ts +34 -0
  102. package/dist/components/atoms/mapping-condition.d.ts.map +1 -0
  103. package/dist/components/atoms/mapping-condition.js +70 -0
  104. package/dist/components/atoms/mapping-condition.js.map +1 -0
  105. package/dist/components/atoms/mapping-confirm-button.d.ts +29 -0
  106. package/dist/components/atoms/mapping-confirm-button.d.ts.map +1 -0
  107. package/dist/components/atoms/mapping-confirm-button.js +42 -0
  108. package/dist/components/atoms/mapping-confirm-button.js.map +1 -0
  109. package/dist/components/atoms/mapping-consent-field.d.ts +20 -0
  110. package/dist/components/atoms/mapping-consent-field.d.ts.map +1 -0
  111. package/dist/components/atoms/mapping-consent-field.js +36 -0
  112. package/dist/components/atoms/mapping-consent-field.js.map +1 -0
  113. package/dist/components/atoms/mapping-consent.d.ts +34 -0
  114. package/dist/components/atoms/mapping-consent.d.ts.map +1 -0
  115. package/dist/components/atoms/mapping-consent.js +86 -0
  116. package/dist/components/atoms/mapping-consent.js.map +1 -0
  117. package/dist/components/atoms/mapping-data-field.d.ts +23 -0
  118. package/dist/components/atoms/mapping-data-field.d.ts.map +1 -0
  119. package/dist/components/atoms/mapping-data-field.js +38 -0
  120. package/dist/components/atoms/mapping-data-field.js.map +1 -0
  121. package/dist/components/atoms/mapping-data.d.ts +34 -0
  122. package/dist/components/atoms/mapping-data.d.ts.map +1 -0
  123. package/dist/components/atoms/mapping-data.js +76 -0
  124. package/dist/components/atoms/mapping-data.js.map +1 -0
  125. package/dist/components/atoms/mapping-enum-select.d.ts +28 -0
  126. package/dist/components/atoms/mapping-enum-select.d.ts.map +1 -0
  127. package/dist/components/atoms/mapping-enum-select.js +142 -0
  128. package/dist/components/atoms/mapping-enum-select.js.map +1 -0
  129. package/dist/components/atoms/mapping-fn-field.d.ts +23 -0
  130. package/dist/components/atoms/mapping-fn-field.d.ts.map +1 -0
  131. package/dist/components/atoms/mapping-fn-field.js +38 -0
  132. package/dist/components/atoms/mapping-fn-field.js.map +1 -0
  133. package/dist/components/atoms/mapping-fn.d.ts +34 -0
  134. package/dist/components/atoms/mapping-fn.d.ts.map +1 -0
  135. package/dist/components/atoms/mapping-fn.js +70 -0
  136. package/dist/components/atoms/mapping-fn.js.map +1 -0
  137. package/dist/components/atoms/mapping-grid.d.ts +45 -0
  138. package/dist/components/atoms/mapping-grid.d.ts.map +1 -0
  139. package/dist/components/atoms/mapping-grid.js +83 -0
  140. package/dist/components/atoms/mapping-grid.js.map +1 -0
  141. package/dist/components/atoms/mapping-input-with-button.d.ts +54 -0
  142. package/dist/components/atoms/mapping-input-with-button.d.ts.map +1 -0
  143. package/dist/components/atoms/mapping-input-with-button.js +54 -0
  144. package/dist/components/atoms/mapping-input-with-button.js.map +1 -0
  145. package/dist/components/atoms/mapping-input.d.ts +44 -0
  146. package/dist/components/atoms/mapping-input.d.ts.map +1 -0
  147. package/dist/components/atoms/mapping-input.js +35 -0
  148. package/dist/components/atoms/mapping-input.js.map +1 -0
  149. package/dist/components/atoms/mapping-key-field.d.ts +23 -0
  150. package/dist/components/atoms/mapping-key-field.d.ts.map +1 -0
  151. package/dist/components/atoms/mapping-key-field.js +39 -0
  152. package/dist/components/atoms/mapping-key-field.js.map +1 -0
  153. package/dist/components/atoms/mapping-key.d.ts +35 -0
  154. package/dist/components/atoms/mapping-key.d.ts.map +1 -0
  155. package/dist/components/atoms/mapping-key.js +48 -0
  156. package/dist/components/atoms/mapping-key.js.map +1 -0
  157. package/dist/components/atoms/mapping-map-entry.d.ts +31 -0
  158. package/dist/components/atoms/mapping-map-entry.d.ts.map +1 -0
  159. package/dist/components/atoms/mapping-map-entry.js +68 -0
  160. package/dist/components/atoms/mapping-map-entry.js.map +1 -0
  161. package/dist/components/atoms/mapping-number.d.ts +32 -0
  162. package/dist/components/atoms/mapping-number.d.ts.map +1 -0
  163. package/dist/components/atoms/mapping-number.js +52 -0
  164. package/dist/components/atoms/mapping-number.js.map +1 -0
  165. package/dist/components/atoms/mapping-object-explorer-field.d.ts +30 -0
  166. package/dist/components/atoms/mapping-object-explorer-field.d.ts.map +1 -0
  167. package/dist/components/atoms/mapping-object-explorer-field.js +48 -0
  168. package/dist/components/atoms/mapping-object-explorer-field.js.map +1 -0
  169. package/dist/components/atoms/mapping-object-explorer.d.ts +59 -0
  170. package/dist/components/atoms/mapping-object-explorer.d.ts.map +1 -0
  171. package/dist/components/atoms/mapping-object-explorer.js +215 -0
  172. package/dist/components/atoms/mapping-object-explorer.js.map +1 -0
  173. package/dist/components/atoms/mapping-set-entry.d.ts +31 -0
  174. package/dist/components/atoms/mapping-set-entry.d.ts.map +1 -0
  175. package/dist/components/atoms/mapping-set-entry.js +66 -0
  176. package/dist/components/atoms/mapping-set-entry.js.map +1 -0
  177. package/dist/components/atoms/mapping-settings-field.d.ts +33 -0
  178. package/dist/components/atoms/mapping-settings-field.d.ts.map +1 -0
  179. package/dist/components/atoms/mapping-settings-field.js +48 -0
  180. package/dist/components/atoms/mapping-settings-field.js.map +1 -0
  181. package/dist/components/atoms/mapping-settings.d.ts +44 -0
  182. package/dist/components/atoms/mapping-settings.d.ts.map +1 -0
  183. package/dist/components/atoms/mapping-settings.js +108 -0
  184. package/dist/components/atoms/mapping-settings.js.map +1 -0
  185. package/dist/components/atoms/mapping-string.d.ts +19 -0
  186. package/dist/components/atoms/mapping-string.d.ts.map +1 -0
  187. package/dist/components/atoms/mapping-string.js +26 -0
  188. package/dist/components/atoms/mapping-string.js.map +1 -0
  189. package/dist/components/atoms/mapping-tab.d.ts +15 -0
  190. package/dist/components/atoms/mapping-tab.d.ts.map +1 -0
  191. package/dist/components/atoms/mapping-tab.js +8 -0
  192. package/dist/components/atoms/mapping-tab.js.map +1 -0
  193. package/dist/components/atoms/mapping-type-button.d.ts +19 -0
  194. package/dist/components/atoms/mapping-type-button.d.ts.map +1 -0
  195. package/dist/components/atoms/mapping-type-button.js +5 -0
  196. package/dist/components/atoms/mapping-type-button.js.map +1 -0
  197. package/dist/components/atoms/mapping-validate-field.d.ts +23 -0
  198. package/dist/components/atoms/mapping-validate-field.d.ts.map +1 -0
  199. package/dist/components/atoms/mapping-validate-field.js +38 -0
  200. package/dist/components/atoms/mapping-validate-field.js.map +1 -0
  201. package/dist/components/atoms/mapping-validate.d.ts +34 -0
  202. package/dist/components/atoms/mapping-validate.d.ts.map +1 -0
  203. package/dist/components/atoms/mapping-validate.js +68 -0
  204. package/dist/components/atoms/mapping-validate.js.map +1 -0
  205. package/dist/components/atoms/mapping-value.d.ts +17 -0
  206. package/dist/components/atoms/mapping-value.d.ts.map +1 -0
  207. package/dist/components/atoms/mapping-value.js +127 -0
  208. package/dist/components/atoms/mapping-value.js.map +1 -0
  209. package/dist/components/atoms/mdx-code.d.ts +33 -0
  210. package/dist/components/atoms/mdx-code.d.ts.map +1 -0
  211. package/dist/components/atoms/mdx-code.js +69 -0
  212. package/dist/components/atoms/mdx-code.js.map +1 -0
  213. package/dist/components/atoms/pane-header.d.ts +24 -0
  214. package/dist/components/atoms/pane-header.d.ts.map +1 -0
  215. package/dist/components/atoms/pane-header.js +5 -0
  216. package/dist/components/atoms/pane-header.js.map +1 -0
  217. package/dist/components/atoms/panel-hints.d.ts +35 -0
  218. package/dist/components/atoms/panel-hints.d.ts.map +1 -0
  219. package/dist/components/atoms/panel-hints.js +5 -0
  220. package/dist/components/atoms/panel-hints.js.map +1 -0
  221. package/dist/components/atoms/preview-footer.d.ts +32 -0
  222. package/dist/components/atoms/preview-footer.d.ts.map +1 -0
  223. package/dist/components/atoms/preview-footer.js +31 -0
  224. package/dist/components/atoms/preview-footer.js.map +1 -0
  225. package/dist/components/atoms/toggle.d.ts +9 -0
  226. package/dist/components/atoms/toggle.d.ts.map +1 -0
  227. package/dist/components/atoms/toggle.js +6 -0
  228. package/dist/components/atoms/toggle.js.map +1 -0
  229. package/dist/components/demos/DestinationDemo.d.ts +48 -0
  230. package/dist/components/demos/DestinationDemo.d.ts.map +1 -0
  231. package/dist/components/demos/DestinationDemo.js +105 -0
  232. package/dist/components/demos/DestinationDemo.js.map +1 -0
  233. package/dist/components/demos/DestinationDemo.stories.d.ts +17 -0
  234. package/dist/components/demos/DestinationDemo.stories.d.ts.map +1 -0
  235. package/dist/components/demos/DestinationDemo.stories.js +53 -0
  236. package/dist/components/demos/DestinationDemo.stories.js.map +1 -0
  237. package/dist/components/demos/DestinationInitDemo.d.ts +34 -0
  238. package/dist/components/demos/DestinationInitDemo.d.ts.map +1 -0
  239. package/dist/components/demos/DestinationInitDemo.js +73 -0
  240. package/dist/components/demos/DestinationInitDemo.js.map +1 -0
  241. package/dist/components/demos/DestinationInitDemo.stories.d.ts +17 -0
  242. package/dist/components/demos/DestinationInitDemo.stories.d.ts.map +1 -0
  243. package/dist/components/demos/DestinationInitDemo.stories.js +39 -0
  244. package/dist/components/demos/DestinationInitDemo.stories.js.map +1 -0
  245. package/dist/components/demos/MappingCode.d.ts +34 -0
  246. package/dist/components/demos/MappingCode.d.ts.map +1 -0
  247. package/dist/components/demos/MappingCode.js +54 -0
  248. package/dist/components/demos/MappingCode.js.map +1 -0
  249. package/dist/components/demos/MappingCode.stories.d.ts +16 -0
  250. package/dist/components/demos/MappingCode.stories.d.ts.map +1 -0
  251. package/dist/components/demos/MappingCode.stories.js +42 -0
  252. package/dist/components/demos/MappingCode.stories.js.map +1 -0
  253. package/dist/components/demos/MappingDemo.d.ts +41 -0
  254. package/dist/components/demos/MappingDemo.d.ts.map +1 -0
  255. package/dist/components/demos/MappingDemo.js +62 -0
  256. package/dist/components/demos/MappingDemo.js.map +1 -0
  257. package/dist/components/demos/MappingDemo.stories.d.ts +16 -0
  258. package/dist/components/demos/MappingDemo.stories.d.ts.map +1 -0
  259. package/dist/components/demos/MappingDemo.stories.js +63 -0
  260. package/dist/components/demos/MappingDemo.stories.js.map +1 -0
  261. package/dist/components/demos/PromotionPlayground.d.ts +25 -0
  262. package/dist/components/demos/PromotionPlayground.d.ts.map +1 -0
  263. package/dist/components/demos/PromotionPlayground.js +280 -0
  264. package/dist/components/demos/PromotionPlayground.js.map +1 -0
  265. package/dist/components/demos/PromotionPlayground.stories.d.ts +27 -0
  266. package/dist/components/demos/PromotionPlayground.stories.d.ts.map +1 -0
  267. package/dist/components/demos/PromotionPlayground.stories.js +32 -0
  268. package/dist/components/demos/PromotionPlayground.stories.js.map +1 -0
  269. package/dist/components/forms/field-registry.d.ts +42 -0
  270. package/dist/components/forms/field-registry.d.ts.map +1 -0
  271. package/dist/components/forms/field-registry.js +64 -0
  272. package/dist/components/forms/field-registry.js.map +1 -0
  273. package/dist/components/forms/mapping-form-wrapper.d.ts +14 -0
  274. package/dist/components/forms/mapping-form-wrapper.d.ts.map +1 -0
  275. package/dist/components/forms/mapping-form-wrapper.js +105 -0
  276. package/dist/components/forms/mapping-form-wrapper.js.map +1 -0
  277. package/dist/components/forms/widget-registry.d.ts +42 -0
  278. package/dist/components/forms/widget-registry.d.ts.map +1 -0
  279. package/dist/components/forms/widget-registry.js +54 -0
  280. package/dist/components/forms/widget-registry.js.map +1 -0
  281. package/dist/components/molecules/architecture-flow/ArchitectureFlow.d.ts +24 -0
  282. package/dist/components/molecules/architecture-flow/ArchitectureFlow.d.ts.map +1 -0
  283. package/dist/components/molecules/architecture-flow/ArchitectureFlow.js +10 -0
  284. package/dist/components/molecules/architecture-flow/ArchitectureFlow.js.map +1 -0
  285. package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.d.ts +7 -0
  286. package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.d.ts.map +1 -0
  287. package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.js +71 -0
  288. package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.js.map +1 -0
  289. package/dist/components/molecules/architecture-flow/index.d.ts +3 -0
  290. package/dist/components/molecules/architecture-flow/index.d.ts.map +1 -0
  291. package/dist/components/molecules/architecture-flow/index.js +2 -0
  292. package/dist/components/molecules/architecture-flow/index.js.map +1 -0
  293. package/dist/components/molecules/auto-select.d.ts +29 -0
  294. package/dist/components/molecules/auto-select.d.ts.map +1 -0
  295. package/dist/components/molecules/auto-select.js +188 -0
  296. package/dist/components/molecules/auto-select.js.map +1 -0
  297. package/dist/components/molecules/code-box.d.ts +69 -0
  298. package/dist/components/molecules/code-box.d.ts.map +1 -0
  299. package/dist/components/molecules/code-box.js +109 -0
  300. package/dist/components/molecules/code-box.js.map +1 -0
  301. package/dist/components/molecules/code-box.stories.d.ts +30 -0
  302. package/dist/components/molecules/code-box.stories.d.ts.map +1 -0
  303. package/dist/components/molecules/code-box.stories.js +127 -0
  304. package/dist/components/molecules/code-box.stories.js.map +1 -0
  305. package/dist/components/molecules/code-snippet.d.ts +58 -0
  306. package/dist/components/molecules/code-snippet.d.ts.map +1 -0
  307. package/dist/components/molecules/code-snippet.js +72 -0
  308. package/dist/components/molecules/code-snippet.js.map +1 -0
  309. package/dist/components/molecules/code-snippet.stories.d.ts +20 -0
  310. package/dist/components/molecules/code-snippet.stories.d.ts.map +1 -0
  311. package/dist/components/molecules/code-snippet.stories.js +68 -0
  312. package/dist/components/molecules/code-snippet.stories.js.map +1 -0
  313. package/dist/components/molecules/config-overview-pane.d.ts +44 -0
  314. package/dist/components/molecules/config-overview-pane.d.ts.map +1 -0
  315. package/dist/components/molecules/config-overview-pane.js +75 -0
  316. package/dist/components/molecules/config-overview-pane.js.map +1 -0
  317. package/dist/components/molecules/config-tree-sidebar.d.ts +46 -0
  318. package/dist/components/molecules/config-tree-sidebar.d.ts.map +1 -0
  319. package/dist/components/molecules/config-tree-sidebar.js +183 -0
  320. package/dist/components/molecules/config-tree-sidebar.js.map +1 -0
  321. package/dist/components/molecules/destination-config-overview-pane.d.ts +33 -0
  322. package/dist/components/molecules/destination-config-overview-pane.d.ts.map +1 -0
  323. package/dist/components/molecules/destination-config-overview-pane.js +153 -0
  324. package/dist/components/molecules/destination-config-overview-pane.js.map +1 -0
  325. package/dist/components/molecules/flow-map/FlowMap.d.ts +74 -0
  326. package/dist/components/molecules/flow-map/FlowMap.d.ts.map +1 -0
  327. package/dist/components/molecules/flow-map/FlowMap.js +1028 -0
  328. package/dist/components/molecules/flow-map/FlowMap.js.map +1 -0
  329. package/dist/components/molecules/flow-map/FlowMap.stories.d.ts +73 -0
  330. package/dist/components/molecules/flow-map/FlowMap.stories.d.ts.map +1 -0
  331. package/dist/components/molecules/flow-map/FlowMap.stories.js +587 -0
  332. package/dist/components/molecules/flow-map/FlowMap.stories.js.map +1 -0
  333. package/dist/components/molecules/flow-map/FlowMap.transformers.stories.d.ts +45 -0
  334. package/dist/components/molecules/flow-map/FlowMap.transformers.stories.d.ts.map +1 -0
  335. package/dist/components/molecules/flow-map/FlowMap.transformers.stories.js +195 -0
  336. package/dist/components/molecules/flow-map/FlowMap.transformers.stories.js.map +1 -0
  337. package/dist/components/molecules/flow-map/index.d.ts +3 -0
  338. package/dist/components/molecules/flow-map/index.d.ts.map +1 -0
  339. package/dist/components/molecules/flow-map/index.js +2 -0
  340. package/dist/components/molecules/flow-map/index.js.map +1 -0
  341. package/dist/components/molecules/mapping-batch-pane-view.d.ts +22 -0
  342. package/dist/components/molecules/mapping-batch-pane-view.d.ts.map +1 -0
  343. package/dist/components/molecules/mapping-batch-pane-view.js +45 -0
  344. package/dist/components/molecules/mapping-batch-pane-view.js.map +1 -0
  345. package/dist/components/molecules/mapping-boolean-pane-view.d.ts +28 -0
  346. package/dist/components/molecules/mapping-boolean-pane-view.d.ts.map +1 -0
  347. package/dist/components/molecules/mapping-boolean-pane-view.js +34 -0
  348. package/dist/components/molecules/mapping-boolean-pane-view.js.map +1 -0
  349. package/dist/components/molecules/mapping-condition-pane-view.d.ts +18 -0
  350. package/dist/components/molecules/mapping-condition-pane-view.d.ts.map +1 -0
  351. package/dist/components/molecules/mapping-condition-pane-view.js +63 -0
  352. package/dist/components/molecules/mapping-condition-pane-view.js.map +1 -0
  353. package/dist/components/molecules/mapping-consent-pane-view.d.ts +16 -0
  354. package/dist/components/molecules/mapping-consent-pane-view.d.ts.map +1 -0
  355. package/dist/components/molecules/mapping-consent-pane-view.js +65 -0
  356. package/dist/components/molecules/mapping-consent-pane-view.js.map +1 -0
  357. package/dist/components/molecules/mapping-consent-row.d.ts +29 -0
  358. package/dist/components/molecules/mapping-consent-row.d.ts.map +1 -0
  359. package/dist/components/molecules/mapping-consent-row.js +26 -0
  360. package/dist/components/molecules/mapping-consent-row.js.map +1 -0
  361. package/dist/components/molecules/mapping-entity-pane.d.ts +17 -0
  362. package/dist/components/molecules/mapping-entity-pane.d.ts.map +1 -0
  363. package/dist/components/molecules/mapping-entity-pane.js +68 -0
  364. package/dist/components/molecules/mapping-entity-pane.js.map +1 -0
  365. package/dist/components/molecules/mapping-enum-pane-view.d.ts +40 -0
  366. package/dist/components/molecules/mapping-enum-pane-view.d.ts.map +1 -0
  367. package/dist/components/molecules/mapping-enum-pane-view.js +32 -0
  368. package/dist/components/molecules/mapping-enum-pane-view.js.map +1 -0
  369. package/dist/components/molecules/mapping-fn-pane-view.d.ts +18 -0
  370. package/dist/components/molecules/mapping-fn-pane-view.d.ts.map +1 -0
  371. package/dist/components/molecules/mapping-fn-pane-view.js +77 -0
  372. package/dist/components/molecules/mapping-fn-pane-view.js.map +1 -0
  373. package/dist/components/molecules/mapping-function-pane-base.d.ts +53 -0
  374. package/dist/components/molecules/mapping-function-pane-base.d.ts.map +1 -0
  375. package/dist/components/molecules/mapping-function-pane-base.js +60 -0
  376. package/dist/components/molecules/mapping-function-pane-base.js.map +1 -0
  377. package/dist/components/molecules/mapping-key-pane-view.d.ts +23 -0
  378. package/dist/components/molecules/mapping-key-pane-view.d.ts.map +1 -0
  379. package/dist/components/molecules/mapping-key-pane-view.js +12 -0
  380. package/dist/components/molecules/mapping-key-pane-view.js.map +1 -0
  381. package/dist/components/molecules/mapping-loop-field.d.ts +44 -0
  382. package/dist/components/molecules/mapping-loop-field.d.ts.map +1 -0
  383. package/dist/components/molecules/mapping-loop-field.js +133 -0
  384. package/dist/components/molecules/mapping-loop-field.js.map +1 -0
  385. package/dist/components/molecules/mapping-loop-pane-view.d.ts +28 -0
  386. package/dist/components/molecules/mapping-loop-pane-view.d.ts.map +1 -0
  387. package/dist/components/molecules/mapping-loop-pane-view.js +44 -0
  388. package/dist/components/molecules/mapping-loop-pane-view.js.map +1 -0
  389. package/dist/components/molecules/mapping-map-field.d.ts +31 -0
  390. package/dist/components/molecules/mapping-map-field.d.ts.map +1 -0
  391. package/dist/components/molecules/mapping-map-field.js +120 -0
  392. package/dist/components/molecules/mapping-map-field.js.map +1 -0
  393. package/dist/components/molecules/mapping-map-overview.d.ts +13 -0
  394. package/dist/components/molecules/mapping-map-overview.d.ts.map +1 -0
  395. package/dist/components/molecules/mapping-map-overview.js +58 -0
  396. package/dist/components/molecules/mapping-map-overview.js.map +1 -0
  397. package/dist/components/molecules/mapping-map-pane-view-rjsf.d.ts +53 -0
  398. package/dist/components/molecules/mapping-map-pane-view-rjsf.d.ts.map +1 -0
  399. package/dist/components/molecules/mapping-map-pane-view-rjsf.js +127 -0
  400. package/dist/components/molecules/mapping-map-pane-view-rjsf.js.map +1 -0
  401. package/dist/components/molecules/mapping-name-pane-view.d.ts +22 -0
  402. package/dist/components/molecules/mapping-name-pane-view.d.ts.map +1 -0
  403. package/dist/components/molecules/mapping-name-pane-view.js +38 -0
  404. package/dist/components/molecules/mapping-name-pane-view.js.map +1 -0
  405. package/dist/components/molecules/mapping-navigation-header.d.ts +27 -0
  406. package/dist/components/molecules/mapping-navigation-header.d.ts.map +1 -0
  407. package/dist/components/molecules/mapping-navigation-header.js +7 -0
  408. package/dist/components/molecules/mapping-navigation-header.js.map +1 -0
  409. package/dist/components/molecules/mapping-overview-pane.d.ts +14 -0
  410. package/dist/components/molecules/mapping-overview-pane.d.ts.map +1 -0
  411. package/dist/components/molecules/mapping-overview-pane.js +60 -0
  412. package/dist/components/molecules/mapping-overview-pane.js.map +1 -0
  413. package/dist/components/molecules/mapping-pane.d.ts +52 -0
  414. package/dist/components/molecules/mapping-pane.d.ts.map +1 -0
  415. package/dist/components/molecules/mapping-pane.js +155 -0
  416. package/dist/components/molecules/mapping-pane.js.map +1 -0
  417. package/dist/components/molecules/mapping-policy-overview-pane.d.ts +26 -0
  418. package/dist/components/molecules/mapping-policy-overview-pane.d.ts.map +1 -0
  419. package/dist/components/molecules/mapping-policy-overview-pane.js +69 -0
  420. package/dist/components/molecules/mapping-policy-overview-pane.js.map +1 -0
  421. package/dist/components/molecules/mapping-primitive-pane-view.d.ts +30 -0
  422. package/dist/components/molecules/mapping-primitive-pane-view.d.ts.map +1 -0
  423. package/dist/components/molecules/mapping-primitive-pane-view.js +43 -0
  424. package/dist/components/molecules/mapping-primitive-pane-view.js.map +1 -0
  425. package/dist/components/molecules/mapping-rule-pane-view.d.ts +25 -0
  426. package/dist/components/molecules/mapping-rule-pane-view.d.ts.map +1 -0
  427. package/dist/components/molecules/mapping-rule-pane-view.js +35 -0
  428. package/dist/components/molecules/mapping-rule-pane-view.js.map +1 -0
  429. package/dist/components/molecules/mapping-set-field.d.ts +34 -0
  430. package/dist/components/molecules/mapping-set-field.d.ts.map +1 -0
  431. package/dist/components/molecules/mapping-set-field.js +160 -0
  432. package/dist/components/molecules/mapping-set-field.js.map +1 -0
  433. package/dist/components/molecules/mapping-set-pane-view.d.ts +31 -0
  434. package/dist/components/molecules/mapping-set-pane-view.d.ts.map +1 -0
  435. package/dist/components/molecules/mapping-set-pane-view.js +96 -0
  436. package/dist/components/molecules/mapping-set-pane-view.js.map +1 -0
  437. package/dist/components/molecules/mapping-tab-bar.d.ts +15 -0
  438. package/dist/components/molecules/mapping-tab-bar.d.ts.map +1 -0
  439. package/dist/components/molecules/mapping-tab-bar.js +9 -0
  440. package/dist/components/molecules/mapping-tab-bar.js.map +1 -0
  441. package/dist/components/molecules/mapping-tree-sidebar.d.ts +59 -0
  442. package/dist/components/molecules/mapping-tree-sidebar.d.ts.map +1 -0
  443. package/dist/components/molecules/mapping-tree-sidebar.js +491 -0
  444. package/dist/components/molecules/mapping-tree-sidebar.js.map +1 -0
  445. package/dist/components/molecules/mapping-type-grid.d.ts +12 -0
  446. package/dist/components/molecules/mapping-type-grid.d.ts.map +1 -0
  447. package/dist/components/molecules/mapping-type-grid.js +107 -0
  448. package/dist/components/molecules/mapping-type-grid.js.map +1 -0
  449. package/dist/components/molecules/mapping-type-selector.d.ts +21 -0
  450. package/dist/components/molecules/mapping-type-selector.d.ts.map +1 -0
  451. package/dist/components/molecules/mapping-type-selector.js +38 -0
  452. package/dist/components/molecules/mapping-type-selector.js.map +1 -0
  453. package/dist/components/molecules/mapping-validate-pane-view.d.ts +19 -0
  454. package/dist/components/molecules/mapping-validate-pane-view.d.ts.map +1 -0
  455. package/dist/components/molecules/mapping-validate-pane-view.js +66 -0
  456. package/dist/components/molecules/mapping-validate-pane-view.js.map +1 -0
  457. package/dist/components/molecules/mapping-value-config-pane-view.d.ts +30 -0
  458. package/dist/components/molecules/mapping-value-config-pane-view.d.ts.map +1 -0
  459. package/dist/components/molecules/mapping-value-config-pane-view.js +105 -0
  460. package/dist/components/molecules/mapping-value-config-pane-view.js.map +1 -0
  461. package/dist/components/molecules/mapping-value-pane-view.d.ts +28 -0
  462. package/dist/components/molecules/mapping-value-pane-view.d.ts.map +1 -0
  463. package/dist/components/molecules/mapping-value-pane-view.js +40 -0
  464. package/dist/components/molecules/mapping-value-pane-view.js.map +1 -0
  465. package/dist/components/molecules/mapping-value-type-pane-view.d.ts +27 -0
  466. package/dist/components/molecules/mapping-value-type-pane-view.d.ts.map +1 -0
  467. package/dist/components/molecules/mapping-value-type-pane-view.js +253 -0
  468. package/dist/components/molecules/mapping-value-type-pane-view.js.map +1 -0
  469. package/dist/components/molecules/options-pane.d.ts +28 -0
  470. package/dist/components/molecules/options-pane.d.ts.map +1 -0
  471. package/dist/components/molecules/options-pane.js +80 -0
  472. package/dist/components/molecules/options-pane.js.map +1 -0
  473. package/dist/components/molecules/preview.d.ts +22 -0
  474. package/dist/components/molecules/preview.d.ts.map +1 -0
  475. package/dist/components/molecules/preview.js +221 -0
  476. package/dist/components/molecules/preview.js.map +1 -0
  477. package/dist/components/molecules/preview.stories.d.ts +23 -0
  478. package/dist/components/molecules/preview.stories.d.ts.map +1 -0
  479. package/dist/components/molecules/preview.stories.js +186 -0
  480. package/dist/components/molecules/preview.stories.js.map +1 -0
  481. package/dist/components/molecules/property-suggestions.d.ts +17 -0
  482. package/dist/components/molecules/property-suggestions.d.ts.map +1 -0
  483. package/dist/components/molecules/property-suggestions.js +56 -0
  484. package/dist/components/molecules/property-suggestions.js.map +1 -0
  485. package/dist/components/molecules/property-table.d.ts +7 -0
  486. package/dist/components/molecules/property-table.d.ts.map +1 -0
  487. package/dist/components/molecules/property-table.js +88 -0
  488. package/dist/components/molecules/property-table.js.map +1 -0
  489. package/dist/components/molecules/property-table.stories.d.ts +24 -0
  490. package/dist/components/molecules/property-table.stories.d.ts.map +1 -0
  491. package/dist/components/molecules/property-table.stories.js +86 -0
  492. package/dist/components/molecules/property-table.stories.js.map +1 -0
  493. package/dist/components/molecules/settings-overview-pane.d.ts +32 -0
  494. package/dist/components/molecules/settings-overview-pane.d.ts.map +1 -0
  495. package/dist/components/molecules/settings-overview-pane.js +85 -0
  496. package/dist/components/molecules/settings-overview-pane.js.map +1 -0
  497. package/dist/components/molecules/validation-overview-pane.d.ts +27 -0
  498. package/dist/components/molecules/validation-overview-pane.d.ts.map +1 -0
  499. package/dist/components/molecules/validation-overview-pane.js +50 -0
  500. package/dist/components/molecules/validation-overview-pane.js.map +1 -0
  501. package/dist/components/organisms/browser-box.d.ts +31 -0
  502. package/dist/components/organisms/browser-box.d.ts.map +1 -0
  503. package/dist/components/organisms/browser-box.js +80 -0
  504. package/dist/components/organisms/browser-box.js.map +1 -0
  505. package/dist/components/organisms/browser-box.stories.d.ts +26 -0
  506. package/dist/components/organisms/browser-box.stories.d.ts.map +1 -0
  507. package/dist/components/organisms/browser-box.stories.js +102 -0
  508. package/dist/components/organisms/browser-box.stories.js.map +1 -0
  509. package/dist/components/organisms/collector-box.d.ts +24 -0
  510. package/dist/components/organisms/collector-box.d.ts.map +1 -0
  511. package/dist/components/organisms/collector-box.js +56 -0
  512. package/dist/components/organisms/collector-box.js.map +1 -0
  513. package/dist/components/organisms/collector-box.stories.d.ts +22 -0
  514. package/dist/components/organisms/collector-box.stories.d.ts.map +1 -0
  515. package/dist/components/organisms/collector-box.stories.js +59 -0
  516. package/dist/components/organisms/collector-box.stories.js.map +1 -0
  517. package/dist/components/organisms/config-editor/config-editor-box.d.ts +35 -0
  518. package/dist/components/organisms/config-editor/config-editor-box.d.ts.map +1 -0
  519. package/dist/components/organisms/config-editor/config-editor-box.js +50 -0
  520. package/dist/components/organisms/config-editor/config-editor-box.js.map +1 -0
  521. package/dist/components/organisms/config-editor/config-editor-tabs.d.ts +52 -0
  522. package/dist/components/organisms/config-editor/config-editor-tabs.d.ts.map +1 -0
  523. package/dist/components/organisms/config-editor/config-editor-tabs.js +127 -0
  524. package/dist/components/organisms/config-editor/config-editor-tabs.js.map +1 -0
  525. package/dist/components/organisms/config-editor/config-editor.d.ts +47 -0
  526. package/dist/components/organisms/config-editor/config-editor.d.ts.map +1 -0
  527. package/dist/components/organisms/config-editor/config-editor.js +50 -0
  528. package/dist/components/organisms/config-editor/config-editor.js.map +1 -0
  529. package/dist/components/organisms/config-editor/config-editor.stories.d.ts +25 -0
  530. package/dist/components/organisms/config-editor/config-editor.stories.d.ts.map +1 -0
  531. package/dist/components/organisms/config-editor/config-editor.stories.js +77 -0
  532. package/dist/components/organisms/config-editor/config-editor.stories.js.map +1 -0
  533. package/dist/components/organisms/config-editor/index.d.ts +22 -0
  534. package/dist/components/organisms/config-editor/index.d.ts.map +1 -0
  535. package/dist/components/organisms/config-editor/index.js +20 -0
  536. package/dist/components/organisms/config-editor/index.js.map +1 -0
  537. package/dist/components/organisms/live-code.d.ts +22 -0
  538. package/dist/components/organisms/live-code.d.ts.map +1 -0
  539. package/dist/components/organisms/live-code.js +50 -0
  540. package/dist/components/organisms/live-code.js.map +1 -0
  541. package/dist/components/organisms/live-code.stories.d.ts +24 -0
  542. package/dist/components/organisms/live-code.stories.d.ts.map +1 -0
  543. package/dist/components/organisms/live-code.stories.js +55 -0
  544. package/dist/components/organisms/live-code.stories.js.map +1 -0
  545. package/dist/components/ui/button.d.ts +4 -0
  546. package/dist/components/ui/button.d.ts.map +1 -0
  547. package/dist/components/ui/button.js +6 -0
  548. package/dist/components/ui/button.js.map +1 -0
  549. package/dist/components/ui/icon.d.ts +5 -0
  550. package/dist/components/ui/icon.d.ts.map +1 -0
  551. package/dist/components/ui/icon.js +5 -0
  552. package/dist/components/ui/icon.js.map +1 -0
  553. package/dist/components/ui/label.d.ts +5 -0
  554. package/dist/components/ui/label.d.ts.map +1 -0
  555. package/dist/components/ui/label.js +5 -0
  556. package/dist/components/ui/label.js.map +1 -0
  557. package/dist/contexts/GridHeightContext.d.ts +11 -0
  558. package/dist/contexts/GridHeightContext.d.ts.map +1 -0
  559. package/dist/contexts/GridHeightContext.js +14 -0
  560. package/dist/contexts/GridHeightContext.js.map +1 -0
  561. package/dist/helpers/capture.d.ts +83 -0
  562. package/dist/helpers/capture.d.ts.map +1 -0
  563. package/dist/helpers/capture.js +125 -0
  564. package/dist/helpers/capture.js.map +1 -0
  565. package/dist/helpers/destinations.d.ts +21 -0
  566. package/dist/helpers/destinations.d.ts.map +1 -0
  567. package/dist/helpers/destinations.js +46 -0
  568. package/dist/helpers/destinations.js.map +1 -0
  569. package/dist/hooks/useMappingNavigation.d.ts +62 -0
  570. package/dist/hooks/useMappingNavigation.d.ts.map +1 -0
  571. package/dist/hooks/useMappingNavigation.js +339 -0
  572. package/dist/hooks/useMappingNavigation.js.map +1 -0
  573. package/dist/hooks/useMappingState.d.ts +56 -0
  574. package/dist/hooks/useMappingState.d.ts.map +1 -0
  575. package/dist/hooks/useMappingState.js +142 -0
  576. package/dist/hooks/useMappingState.js.map +1 -0
  577. package/dist/hooks/useMonacoHeight.d.ts +31 -0
  578. package/dist/hooks/useMonacoHeight.d.ts.map +1 -0
  579. package/dist/hooks/useMonacoHeight.js +83 -0
  580. package/dist/hooks/useMonacoHeight.js.map +1 -0
  581. package/dist/hooks/useTreeState.d.ts +32 -0
  582. package/dist/hooks/useTreeState.d.ts.map +1 -0
  583. package/dist/hooks/useTreeState.js +94 -0
  584. package/dist/hooks/useTreeState.js.map +1 -0
  585. package/dist/index.d.cts +152 -33
  586. package/dist/index.d.ts +65 -1265
  587. package/dist/index.d.ts.map +1 -0
  588. package/dist/index.js +49 -14046
  589. package/dist/index.js.map +1 -1
  590. package/dist/index.mjs +4759 -1375
  591. package/dist/index.mjs.map +1 -1
  592. package/dist/lib/utils.d.ts +7 -0
  593. package/dist/lib/utils.d.ts.map +1 -0
  594. package/dist/lib/utils.js +10 -0
  595. package/dist/lib/utils.js.map +1 -0
  596. package/dist/{monaco-types-GBPMPIMU.mjs → monaco-types-4FIH5OVX.mjs} +2 -2
  597. package/dist/providers/MDXProvider.d.ts +40 -0
  598. package/dist/providers/MDXProvider.d.ts.map +1 -0
  599. package/dist/providers/MDXProvider.js +57 -0
  600. package/dist/providers/MDXProvider.js.map +1 -0
  601. package/dist/schemas/config-structures/destination-config.d.ts +27 -0
  602. package/dist/schemas/config-structures/destination-config.d.ts.map +1 -0
  603. package/dist/schemas/config-structures/destination-config.js +104 -0
  604. package/dist/schemas/config-structures/destination-config.js.map +1 -0
  605. package/dist/schemas/config-structures/index.d.ts +17 -0
  606. package/dist/schemas/config-structures/index.d.ts.map +1 -0
  607. package/dist/schemas/config-structures/index.js +17 -0
  608. package/dist/schemas/config-structures/index.js.map +1 -0
  609. package/dist/schemas/config-structures/mapping-rule.d.ts +17 -0
  610. package/dist/schemas/config-structures/mapping-rule.d.ts.map +1 -0
  611. package/dist/schemas/config-structures/mapping-rule.js +81 -0
  612. package/dist/schemas/config-structures/mapping-rule.js.map +1 -0
  613. package/dist/schemas/config-structures/types.d.ts +62 -0
  614. package/dist/schemas/config-structures/types.d.ts.map +1 -0
  615. package/dist/schemas/config-structures/types.js +2 -0
  616. package/dist/schemas/config-structures/types.js.map +1 -0
  617. package/dist/schemas/mapping-rule-schema.d.ts +25 -0
  618. package/dist/schemas/mapping-rule-schema.d.ts.map +1 -0
  619. package/dist/schemas/mapping-rule-schema.js +86 -0
  620. package/dist/schemas/mapping-rule-schema.js.map +1 -0
  621. package/dist/schemas/rule-properties-schema.d.ts +42 -0
  622. package/dist/schemas/rule-properties-schema.d.ts.map +1 -0
  623. package/dist/schemas/rule-properties-schema.js +79 -0
  624. package/dist/schemas/rule-properties-schema.js.map +1 -0
  625. package/dist/schemas/value-config-schema.d.ts +36 -0
  626. package/dist/schemas/value-config-schema.d.ts.map +1 -0
  627. package/dist/schemas/value-config-schema.js +227 -0
  628. package/dist/schemas/value-config-schema.js.map +1 -0
  629. package/dist/styles.css +317 -0
  630. package/dist/themes/index.d.ts +23 -0
  631. package/dist/themes/index.d.ts.map +1 -0
  632. package/dist/themes/index.js +29 -0
  633. package/dist/themes/index.js.map +1 -0
  634. package/dist/themes/lighthouse.d.ts +26 -0
  635. package/dist/themes/lighthouse.d.ts.map +1 -0
  636. package/dist/themes/lighthouse.js +229 -0
  637. package/dist/themes/lighthouse.js.map +1 -0
  638. package/dist/themes/palenight.d.ts +31 -0
  639. package/dist/themes/palenight.d.ts.map +1 -0
  640. package/dist/themes/palenight.js +235 -0
  641. package/dist/themes/palenight.js.map +1 -0
  642. package/dist/themes/types.d.ts +103 -0
  643. package/dist/themes/types.d.ts.map +1 -0
  644. package/dist/themes/types.js +8 -0
  645. package/dist/themes/types.js.map +1 -0
  646. package/dist/types/schemas.d.ts +29 -0
  647. package/dist/types/schemas.d.ts.map +1 -0
  648. package/dist/types/schemas.js +2 -0
  649. package/dist/types/schemas.js.map +1 -0
  650. package/dist/utils/clean-form-data.d.ts +26 -0
  651. package/dist/utils/clean-form-data.d.ts.map +1 -0
  652. package/dist/utils/clean-form-data.js +76 -0
  653. package/dist/utils/clean-form-data.js.map +1 -0
  654. package/dist/utils/code-normalizer.d.ts +11 -0
  655. package/dist/utils/code-normalizer.d.ts.map +1 -0
  656. package/dist/utils/code-normalizer.js +21 -0
  657. package/dist/utils/code-normalizer.js.map +1 -0
  658. package/dist/utils/config-validator.d.ts +12 -0
  659. package/dist/utils/config-validator.d.ts.map +1 -0
  660. package/dist/utils/config-validator.js +10 -0
  661. package/dist/utils/config-validator.js.map +1 -0
  662. package/dist/utils/consent-scanner.d.ts +19 -0
  663. package/dist/utils/consent-scanner.d.ts.map +1 -0
  664. package/dist/utils/consent-scanner.js +115 -0
  665. package/dist/utils/consent-scanner.js.map +1 -0
  666. package/dist/utils/format-code.d.ts +9 -0
  667. package/dist/utils/format-code.d.ts.map +1 -0
  668. package/dist/utils/format-code.js +68 -0
  669. package/dist/utils/format-code.js.map +1 -0
  670. package/dist/utils/generic-tree-builder.d.ts +37 -0
  671. package/dist/utils/generic-tree-builder.d.ts.map +1 -0
  672. package/dist/utils/generic-tree-builder.js +225 -0
  673. package/dist/utils/generic-tree-builder.js.map +1 -0
  674. package/dist/utils/mapping-path.d.ts +146 -0
  675. package/dist/utils/mapping-path.d.ts.map +1 -0
  676. package/dist/utils/mapping-path.js +271 -0
  677. package/dist/utils/mapping-path.js.map +1 -0
  678. package/dist/utils/monaco-context-types.d.ts +39 -0
  679. package/dist/utils/monaco-context-types.d.ts.map +1 -0
  680. package/dist/utils/monaco-context-types.js +426 -0
  681. package/dist/utils/monaco-context-types.js.map +1 -0
  682. package/dist/utils/monaco-decorators.d.ts +17 -0
  683. package/dist/utils/monaco-decorators.d.ts.map +1 -0
  684. package/dist/utils/monaco-decorators.js +79 -0
  685. package/dist/utils/monaco-decorators.js.map +1 -0
  686. package/dist/utils/monaco-formatters.d.ts +16 -0
  687. package/dist/utils/monaco-formatters.d.ts.map +1 -0
  688. package/dist/utils/monaco-formatters.js +139 -0
  689. package/dist/utils/monaco-formatters.js.map +1 -0
  690. package/dist/utils/monaco-types.d.ts +174 -0
  691. package/dist/utils/monaco-types.d.ts.map +1 -0
  692. package/dist/utils/monaco-types.js +378 -0
  693. package/dist/utils/monaco-types.js.map +1 -0
  694. package/dist/utils/path-analyzer.d.ts +88 -0
  695. package/dist/utils/path-analyzer.d.ts.map +1 -0
  696. package/dist/utils/path-analyzer.js +215 -0
  697. package/dist/utils/path-analyzer.js.map +1 -0
  698. package/dist/utils/schema-validation.d.ts +36 -0
  699. package/dist/utils/schema-validation.d.ts.map +1 -0
  700. package/dist/utils/schema-validation.js +136 -0
  701. package/dist/utils/schema-validation.js.map +1 -0
  702. package/dist/utils/type-detector.d.ts +35 -0
  703. package/dist/utils/type-detector.d.ts.map +1 -0
  704. package/dist/utils/type-detector.js +241 -0
  705. package/dist/utils/type-detector.js.map +1 -0
  706. package/dist/utils/value-display-formatter.d.ts +31 -0
  707. package/dist/utils/value-display-formatter.d.ts.map +1 -0
  708. package/dist/utils/value-display-formatter.js +110 -0
  709. package/dist/utils/value-display-formatter.js.map +1 -0
  710. package/package.json +44 -28
  711. package/dist/chunk-BEAIHYJ5.mjs +0 -587
  712. package/dist/chunk-BEAIHYJ5.mjs.map +0 -1
  713. /package/dist/{monaco-types-GBPMPIMU.mjs.map → monaco-types-4FIH5OVX.mjs.map} +0 -0
@@ -0,0 +1,41 @@
1
+ import React from 'react';
2
+ export interface FieldHeaderProps {
3
+ title: string;
4
+ description?: string;
5
+ required?: boolean;
6
+ action?: React.ReactNode;
7
+ }
8
+ /**
9
+ * FieldHeader - Reusable header component for form fields
10
+ *
11
+ * Provides consistent label + description layout used throughout RJSF forms.
12
+ * Optionally supports an action element (like a selector) positioned on the right.
13
+ *
14
+ * Features:
15
+ * - Standard label with optional required indicator
16
+ * - Optional description with consistent styling
17
+ * - Optional action element aligned to the right
18
+ * - Uses same structure as FieldTemplate for consistency
19
+ *
20
+ * @example
21
+ * // Simple label + description
22
+ * <FieldHeader
23
+ * title="Name"
24
+ * description="Enter your full name"
25
+ * />
26
+ *
27
+ * @example
28
+ * // With action element (type selector)
29
+ * <FieldHeader
30
+ * title="Value"
31
+ * description="Static value to return"
32
+ * action={
33
+ * <select value={type} onChange={handleChange}>
34
+ * <option value="string">String</option>
35
+ * <option value="number">Number</option>
36
+ * </select>
37
+ * }
38
+ * />
39
+ */
40
+ export declare function FieldHeader({ title, description, required, action, }: FieldHeaderProps): import("react/jsx-runtime").JSX.Element;
41
+ //# sourceMappingURL=field-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field-header.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/field-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,WAAW,EACX,QAAQ,EACR,MAAM,GACP,EAAE,gBAAgB,2CA6BlB"}
@@ -0,0 +1,42 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ /**
3
+ * FieldHeader - Reusable header component for form fields
4
+ *
5
+ * Provides consistent label + description layout used throughout RJSF forms.
6
+ * Optionally supports an action element (like a selector) positioned on the right.
7
+ *
8
+ * Features:
9
+ * - Standard label with optional required indicator
10
+ * - Optional description with consistent styling
11
+ * - Optional action element aligned to the right
12
+ * - Uses same structure as FieldTemplate for consistency
13
+ *
14
+ * @example
15
+ * // Simple label + description
16
+ * <FieldHeader
17
+ * title="Name"
18
+ * description="Enter your full name"
19
+ * />
20
+ *
21
+ * @example
22
+ * // With action element (type selector)
23
+ * <FieldHeader
24
+ * title="Value"
25
+ * description="Static value to return"
26
+ * action={
27
+ * <select value={type} onChange={handleChange}>
28
+ * <option value="string">String</option>
29
+ * <option value="number">Number</option>
30
+ * </select>
31
+ * }
32
+ * />
33
+ */
34
+ export function FieldHeader({ title, description, required, action, }) {
35
+ // If there's an action, use flexbox layout; otherwise use standard block layout
36
+ if (action) {
37
+ return (_jsxs("div", { className: "elb-field-header-with-action", children: [_jsxs("div", { children: [_jsxs("label", { className: "elb-rjsf-label", children: [title, required && _jsx("span", { className: "elb-rjsf-required", children: " *" })] }), description && (_jsx("div", { className: "elb-rjsf-description", children: description }))] }), action] }));
38
+ }
39
+ // Standard layout without action
40
+ return (_jsxs(_Fragment, { children: [_jsxs("label", { className: "elb-rjsf-label", children: [title, required && _jsx("span", { className: "elb-rjsf-required", children: " *" })] }), description && _jsx("div", { className: "elb-rjsf-description", children: description })] }));
41
+ }
42
+ //# sourceMappingURL=field-header.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field-header.js","sourceRoot":"","sources":["../../../src/components/atoms/field-header.tsx"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAM,UAAU,WAAW,CAAC,EAC1B,KAAK,EACL,WAAW,EACX,QAAQ,EACR,MAAM,GACW;IACjB,gFAAgF;IAChF,IAAI,MAAM,EAAE,CAAC;QACX,OAAO,CACL,eAAK,SAAS,EAAC,8BAA8B,aAC3C,0BACE,iBAAO,SAAS,EAAC,gBAAgB,aAC9B,KAAK,EACL,QAAQ,IAAI,eAAM,SAAS,EAAC,mBAAmB,mBAAU,IACpD,EACP,WAAW,IAAI,CACd,cAAK,SAAS,EAAC,sBAAsB,YAAE,WAAW,GAAO,CAC1D,IACG,EACL,MAAM,IACH,CACP,CAAC;IACJ,CAAC;IAED,iCAAiC;IACjC,OAAO,CACL,8BACE,iBAAO,SAAS,EAAC,gBAAgB,aAC9B,KAAK,EACL,QAAQ,IAAI,eAAM,SAAS,EAAC,mBAAmB,mBAAU,IACpD,EACP,WAAW,IAAI,cAAK,SAAS,EAAC,sBAAsB,YAAE,WAAW,GAAO,IACxE,CACJ,CAAC;AACJ,CAAC"}
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ export interface FooterProps {
3
+ children: React.ReactNode;
4
+ className?: string;
5
+ }
6
+ /**
7
+ * Footer - Footer atom component for boxes
8
+ *
9
+ * Provides a fixed-height footer area at the bottom of a box.
10
+ * Pairs with Header component for consistent box structure.
11
+ *
12
+ * @example
13
+ * <Box header="Preview">
14
+ * <Preview ... />
15
+ * <Footer>
16
+ * <ButtonGroup buttons={...} />
17
+ * </Footer>
18
+ * </Box>
19
+ */
20
+ export declare function Footer({ children, className }: FooterProps): import("react/jsx-runtime").JSX.Element;
21
+ //# sourceMappingURL=footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"footer.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/footer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,MAAM,CAAC,EAAE,QAAQ,EAAE,SAAc,EAAE,EAAE,WAAW,2CAE/D"}
@@ -0,0 +1,19 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * Footer - Footer atom component for boxes
4
+ *
5
+ * Provides a fixed-height footer area at the bottom of a box.
6
+ * Pairs with Header component for consistent box structure.
7
+ *
8
+ * @example
9
+ * <Box header="Preview">
10
+ * <Preview ... />
11
+ * <Footer>
12
+ * <ButtonGroup buttons={...} />
13
+ * </Footer>
14
+ * </Box>
15
+ */
16
+ export function Footer({ children, className = '' }) {
17
+ return _jsx("div", { className: `elb-explorer-footer ${className}`, children: children });
18
+ }
19
+ //# sourceMappingURL=footer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"footer.js","sourceRoot":"","sources":["../../../src/components/atoms/footer.tsx"],"names":[],"mappings":";AAOA;;;;;;;;;;;;;GAaG;AACH,MAAM,UAAU,MAAM,CAAC,EAAE,QAAQ,EAAE,SAAS,GAAG,EAAE,EAAe;IAC9D,OAAO,cAAK,SAAS,EAAE,uBAAuB,SAAS,EAAE,YAAG,QAAQ,GAAO,CAAC;AAC9E,CAAC"}
@@ -0,0 +1,65 @@
1
+ import React from 'react';
2
+ export interface GridProps {
3
+ children: React.ReactNode;
4
+ columns?: number;
5
+ minBoxWidth?: number | string;
6
+ gap?: number | string;
7
+ rowHeight?: 'auto' | 'equal' | 'synced' | number;
8
+ maxRowHeight?: number | string | 'none';
9
+ showScrollButtons?: boolean;
10
+ className?: string;
11
+ }
12
+ /**
13
+ * Grid - Horizontal scrolling layout component for arranging boxes
14
+ *
15
+ * Provides consistent grid layout for box components with horizontal
16
+ * scrolling when content exceeds available space. Boxes maintain minimum
17
+ * width and never wrap to new rows.
18
+ *
19
+ * @example
20
+ * // 5 boxes with default 350px minimum width
21
+ * <Grid columns={5}>
22
+ * <CodeBox ... />
23
+ * <CodeBox ... />
24
+ * <CodeBox ... />
25
+ * <CodeBox ... />
26
+ * <CodeBox ... />
27
+ * </Grid>
28
+ *
29
+ * @example
30
+ * // Custom minimum box width
31
+ * <Grid columns={3} minBoxWidth={400}>
32
+ * <BrowserBox ... />
33
+ * <CodeBox ... />
34
+ * <CodeBox ... />
35
+ * </Grid>
36
+ *
37
+ * @example
38
+ * // Custom row height
39
+ * <Grid columns={2} rowHeight={300}>
40
+ * <CodeBox ... />
41
+ * <CodeBox ... />
42
+ * </Grid>
43
+ *
44
+ * @example
45
+ * // Auto row height (no minimum)
46
+ * <Grid columns={3} rowHeight="auto">
47
+ * <CodeBox ... />
48
+ * </Grid>
49
+ *
50
+ * @example
51
+ * // Unlimited row height (no max constraint)
52
+ * <Grid columns={2} maxRowHeight="none">
53
+ * <PropertyTable ... />
54
+ * <CodeBox ... />
55
+ * </Grid>
56
+ *
57
+ * @example
58
+ * // Custom max row height
59
+ * <Grid columns={2} maxRowHeight={800}>
60
+ * <PropertyTable ... />
61
+ * <CodeBox ... />
62
+ * </Grid>
63
+ */
64
+ export declare function Grid({ children, columns, minBoxWidth, gap, rowHeight, maxRowHeight, showScrollButtons, className, }: GridProps): import("react/jsx-runtime").JSX.Element;
65
+ //# sourceMappingURL=grid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AAMf,MAAM,WAAW,SAAS;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IACjD,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IACxC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,wBAAgB,IAAI,CAAC,EACnB,QAAQ,EACR,OAAO,EACP,WAAW,EACX,GAAG,EACH,SAAmB,EACnB,YAAY,EACZ,iBAAwB,EACxB,SAAc,GACf,EAAE,SAAS,2CA+JX"}
@@ -0,0 +1,169 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useRef, useState, useEffect, useCallback, useMemo, } from 'react';
3
+ import { GridHeightContext, } from '../../contexts/GridHeightContext';
4
+ /**
5
+ * Grid - Horizontal scrolling layout component for arranging boxes
6
+ *
7
+ * Provides consistent grid layout for box components with horizontal
8
+ * scrolling when content exceeds available space. Boxes maintain minimum
9
+ * width and never wrap to new rows.
10
+ *
11
+ * @example
12
+ * // 5 boxes with default 350px minimum width
13
+ * <Grid columns={5}>
14
+ * <CodeBox ... />
15
+ * <CodeBox ... />
16
+ * <CodeBox ... />
17
+ * <CodeBox ... />
18
+ * <CodeBox ... />
19
+ * </Grid>
20
+ *
21
+ * @example
22
+ * // Custom minimum box width
23
+ * <Grid columns={3} minBoxWidth={400}>
24
+ * <BrowserBox ... />
25
+ * <CodeBox ... />
26
+ * <CodeBox ... />
27
+ * </Grid>
28
+ *
29
+ * @example
30
+ * // Custom row height
31
+ * <Grid columns={2} rowHeight={300}>
32
+ * <CodeBox ... />
33
+ * <CodeBox ... />
34
+ * </Grid>
35
+ *
36
+ * @example
37
+ * // Auto row height (no minimum)
38
+ * <Grid columns={3} rowHeight="auto">
39
+ * <CodeBox ... />
40
+ * </Grid>
41
+ *
42
+ * @example
43
+ * // Unlimited row height (no max constraint)
44
+ * <Grid columns={2} maxRowHeight="none">
45
+ * <PropertyTable ... />
46
+ * <CodeBox ... />
47
+ * </Grid>
48
+ *
49
+ * @example
50
+ * // Custom max row height
51
+ * <Grid columns={2} maxRowHeight={800}>
52
+ * <PropertyTable ... />
53
+ * <CodeBox ... />
54
+ * </Grid>
55
+ */
56
+ export function Grid({ children, columns, minBoxWidth, gap, rowHeight = 'equal', maxRowHeight, showScrollButtons = true, className = '', }) {
57
+ const gridRef = useRef(null);
58
+ const [canScrollLeft, setCanScrollLeft] = useState(false);
59
+ const [canScrollRight, setCanScrollRight] = useState(false);
60
+ const [boxHeights, setBoxHeights] = useState(new Map());
61
+ const boxIdCounter = useRef(0);
62
+ const getBoxId = useCallback(() => boxIdCounter.current++, []);
63
+ const registerBox = useCallback((id, height) => {
64
+ setBoxHeights((prev) => {
65
+ const next = new Map(prev);
66
+ next.set(id, height);
67
+ return next;
68
+ });
69
+ }, []);
70
+ const unregisterBox = useCallback((id) => {
71
+ setBoxHeights((prev) => {
72
+ const next = new Map(prev);
73
+ next.delete(id);
74
+ return next;
75
+ });
76
+ }, []);
77
+ const syncedHeight = useMemo(() => {
78
+ if (rowHeight !== 'synced' || boxHeights.size === 0)
79
+ return null;
80
+ return Math.min(600, Math.max(...Array.from(boxHeights.values())));
81
+ }, [boxHeights, rowHeight]);
82
+ const contextValue = useMemo(() => ({
83
+ registerBox,
84
+ unregisterBox,
85
+ getBoxId,
86
+ syncedHeight,
87
+ enabled: rowHeight === 'synced',
88
+ }), [registerBox, unregisterBox, getBoxId, syncedHeight, rowHeight]);
89
+ const classNames = ['elb-explorer-grid'];
90
+ const gridStyle = {};
91
+ // Row height modifiers
92
+ if (rowHeight === 'auto') {
93
+ classNames.push('elb-explorer-grid--row-auto');
94
+ }
95
+ else if (rowHeight === 'equal') {
96
+ classNames.push('elb-explorer-grid--row-equal');
97
+ }
98
+ else if (rowHeight === 'synced') {
99
+ classNames.push('elb-explorer-grid--row-synced');
100
+ }
101
+ else if (typeof rowHeight === 'number') {
102
+ // Apply custom row height via CSS variable
103
+ gridStyle['--grid-row-min-height'] =
104
+ `${rowHeight}px`;
105
+ gridStyle['--grid-row-max-height'] =
106
+ `${rowHeight}px`;
107
+ }
108
+ // Add custom className
109
+ if (className) {
110
+ classNames.push(className);
111
+ }
112
+ // Apply custom gap if provided
113
+ if (gap !== undefined) {
114
+ gridStyle.gap = typeof gap === 'number' ? `${gap}px` : gap;
115
+ }
116
+ // Apply custom minimum box width if provided
117
+ if (minBoxWidth !== undefined) {
118
+ gridStyle['--grid-min-box-width'] =
119
+ typeof minBoxWidth === 'number' ? `${minBoxWidth}px` : minBoxWidth;
120
+ }
121
+ if (maxRowHeight !== undefined) {
122
+ // Warn about dangerous configuration that can cause infinite growth
123
+ gridStyle['--grid-row-max-height'] =
124
+ maxRowHeight === 'none'
125
+ ? 'none'
126
+ : typeof maxRowHeight === 'number'
127
+ ? `${maxRowHeight}px`
128
+ : maxRowHeight;
129
+ }
130
+ // Check scroll state
131
+ const updateScrollState = useCallback(() => {
132
+ const el = gridRef.current;
133
+ if (!el)
134
+ return;
135
+ const hasOverflow = el.scrollWidth > el.clientWidth;
136
+ const isAtStart = el.scrollLeft <= 1;
137
+ const isAtEnd = el.scrollLeft + el.clientWidth >= el.scrollWidth - 1;
138
+ setCanScrollLeft(hasOverflow && !isAtStart);
139
+ setCanScrollRight(hasOverflow && !isAtEnd);
140
+ }, []);
141
+ // Scroll handlers
142
+ const scrollLeft = () => {
143
+ if (!gridRef.current)
144
+ return;
145
+ const scrollAmount = gridRef.current.clientWidth * 0.8;
146
+ gridRef.current.scrollBy({ left: -scrollAmount, behavior: 'smooth' });
147
+ };
148
+ const scrollRight = () => {
149
+ if (!gridRef.current)
150
+ return;
151
+ const scrollAmount = gridRef.current.clientWidth * 0.8;
152
+ gridRef.current.scrollBy({ left: scrollAmount, behavior: 'smooth' });
153
+ };
154
+ // Update scroll state on mount, scroll, and resize
155
+ useEffect(() => {
156
+ const el = gridRef.current;
157
+ if (!el || !showScrollButtons)
158
+ return;
159
+ updateScrollState();
160
+ el.addEventListener('scroll', updateScrollState);
161
+ window.addEventListener('resize', updateScrollState);
162
+ return () => {
163
+ el.removeEventListener('scroll', updateScrollState);
164
+ window.removeEventListener('resize', updateScrollState);
165
+ };
166
+ }, [updateScrollState, showScrollButtons]);
167
+ return (_jsx(GridHeightContext.Provider, { value: contextValue, children: _jsxs("div", { className: "elb-explorer elb-explorer-grid-wrapper", children: [showScrollButtons && canScrollLeft && (_jsx("button", { className: "elb-explorer-grid-scroll-button elb-explorer-grid-scroll-button--left", onClick: scrollLeft, "aria-label": "Scroll left", type: "button", children: "\u2039" })), _jsx("div", { ref: gridRef, className: classNames.join(' '), style: gridStyle, children: children }), showScrollButtons && canScrollRight && (_jsx("button", { className: "elb-explorer-grid-scroll-button elb-explorer-grid-scroll-button--right", onClick: scrollRight, "aria-label": "Scroll right", type: "button", children: "\u203A" }))] }) }));
168
+ }
169
+ //# sourceMappingURL=grid.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grid.js","sourceRoot":"","sources":["../../../src/components/atoms/grid.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface HeaderProps {
3
+ label: string;
4
+ children?: React.ReactNode;
5
+ }
6
+ export declare function Header({ label, children }: HeaderProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,wBAAgB,MAAM,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,WAAW,2CAOtD"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function Header({ label, children }) {
3
+ return (_jsxs("div", { className: "elb-explorer-header", children: [_jsx("span", { className: "elb-explorer-label", children: label }), children] }));
4
+ }
5
+ //# sourceMappingURL=header.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header.js","sourceRoot":"","sources":["../../../src/components/atoms/header.tsx"],"names":[],"mappings":";AAOA,MAAM,UAAU,MAAM,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAe;IACrD,OAAO,CACL,eAAK,SAAS,EAAC,qBAAqB,aAClC,eAAM,SAAS,EAAC,oBAAoB,YAAE,KAAK,GAAQ,EAClD,QAAQ,IACL,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ export interface IconButtonProps {
3
+ icon: 'delete' | 'save' | 'add' | 'edit' | 'check' | 'close' | 'chevronRight' | 'chevronDown';
4
+ variant?: 'default' | 'primary' | 'danger';
5
+ onClick?: () => void;
6
+ disabled?: boolean;
7
+ className?: string;
8
+ title?: string;
9
+ children?: React.ReactNode;
10
+ }
11
+ /**
12
+ * IconButton - Reusable button component with icon and text support
13
+ *
14
+ * Features:
15
+ * - Multiple icon options (delete, save, add, edit, check, close)
16
+ * - Style variants (default, primary, danger)
17
+ * - Optional text label (via children)
18
+ * - Disabled state
19
+ * - Theme-aware styling
20
+ *
21
+ * @example
22
+ * <IconButton icon="save" variant="primary" onClick={handleSave}>Save</IconButton>
23
+ * <IconButton icon="delete" variant="danger" onClick={handleDelete}>Delete</IconButton>
24
+ */
25
+ export declare function IconButton({ icon, variant, onClick, disabled, className, title, children, }: IconButtonProps): import("react/jsx-runtime").JSX.Element;
26
+ //# sourceMappingURL=icon-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-button.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/icon-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,eAAe;IAC9B,IAAI,EACA,QAAQ,GACR,MAAM,GACN,KAAK,GACL,MAAM,GACN,OAAO,GACP,OAAO,GACP,cAAc,GACd,aAAa,CAAC;IAClB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC3C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,OAAmB,EACnB,OAAO,EACP,QAAgB,EAChB,SAAc,EACd,KAAK,EACL,QAAQ,GACT,EAAE,eAAe,2CAkJjB"}
@@ -0,0 +1,39 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /**
3
+ * IconButton - Reusable button component with icon and text support
4
+ *
5
+ * Features:
6
+ * - Multiple icon options (delete, save, add, edit, check, close)
7
+ * - Style variants (default, primary, danger)
8
+ * - Optional text label (via children)
9
+ * - Disabled state
10
+ * - Theme-aware styling
11
+ *
12
+ * @example
13
+ * <IconButton icon="save" variant="primary" onClick={handleSave}>Save</IconButton>
14
+ * <IconButton icon="delete" variant="danger" onClick={handleDelete}>Delete</IconButton>
15
+ */
16
+ export function IconButton({ icon, variant = 'default', onClick, disabled = false, className = '', title, children, }) {
17
+ const getIcon = () => {
18
+ switch (icon) {
19
+ case 'delete':
20
+ return (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("polyline", { points: "3 6 5 6 21 6" }), _jsx("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" }), _jsx("line", { x1: "10", y1: "11", x2: "10", y2: "17" }), _jsx("line", { x1: "14", y1: "11", x2: "14", y2: "17" })] }));
21
+ case 'save':
22
+ return (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("path", { d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" }), _jsx("polyline", { points: "17 21 17 13 7 13 7 21" }), _jsx("polyline", { points: "7 3 7 8 15 8" })] }));
23
+ case 'add':
24
+ return (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("line", { x1: "12", y1: "5", x2: "12", y2: "19" }), _jsx("line", { x1: "5", y1: "12", x2: "19", y2: "12" })] }));
25
+ case 'edit':
26
+ return (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("path", { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }), _jsx("path", { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" })] }));
27
+ case 'check':
28
+ return (_jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: _jsx("polyline", { points: "20 6 9 17 4 12" }) }));
29
+ case 'close':
30
+ return (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [_jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" }), _jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" })] }));
31
+ case 'chevronRight':
32
+ return (_jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: _jsx("polyline", { points: "9 18 15 12 9 6" }) }));
33
+ case 'chevronDown':
34
+ return (_jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: _jsx("polyline", { points: "6 9 12 15 18 9" }) }));
35
+ }
36
+ };
37
+ return (_jsxs("button", { className: `elb-icon-button elb-icon-button-${variant} ${className}`, onClick: onClick, disabled: disabled, title: title, type: "button", children: [getIcon(), children && _jsx("span", { className: "elb-icon-button-text", children: children })] }));
38
+ }
39
+ //# sourceMappingURL=icon-button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-button.js","sourceRoot":"","sources":["../../../src/components/atoms/icon-button.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=icons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/icons.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ import { addIcon } from '@iconify/react';
2
+ addIcon('walkeros:piwik-pro', {
3
+ body: '<g fill="none" fill-rule="evenodd"><path fill="#231F20" d="M0 0h90v90H0z"/><path d="M50.792 57.21v.044H37.99v8.675c0 3.38-2.652 6.07-6.006 6.07a5.917 5.917 0 0 1-4.243-1.77 6.073 6.073 0 0 1-1.74-4.3v-38.88C26 23.67 28.65 21 31.983 21H50.79v.022c9.58.4 17.209 8.341 17.209 18.104 0 9.764-7.628 17.704-17.209 18.083h.001Zm-2.148-25.29H37.99v14.57h10.872c3.88-.112 6.993-3.337 6.993-7.274a7.347 7.347 0 0 0-2.114-5.16 7.16 7.16 0 0 0-5.098-2.134Z" fill="#FFF" fill-rule="nonzero"/></g>',
4
+ width: 90,
5
+ height: 90,
6
+ });
7
+ //# sourceMappingURL=icons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.js","sourceRoot":"","sources":["../../../../src/components/atoms/icons/icons.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAEzC,OAAO,CAAC,oBAAoB,EAAE;IAC5B,IAAI,EAAE,qeAAqe;IAC3e,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,EAAE;CACX,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import './icons';
2
+ export { Icon } from '@iconify/react';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAC;AACjB,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import './icons';
2
+ export { Icon } from '@iconify/react';
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/atoms/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAC;AACjB,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,31 @@
1
+ import type { WidgetProps } from '@rjsf/utils';
2
+ /**
3
+ * MappingBoolean - Custom RJSF widget for boolean checkbox
4
+ *
5
+ * A styled checkbox widget that matches the height and styling of text inputs.
6
+ * The label is handled by FieldTemplate, so this widget only renders the
7
+ * checkbox control itself.
8
+ *
9
+ * @example
10
+ * // In schema:
11
+ * const schema = {
12
+ * type: 'object',
13
+ * properties: {
14
+ * enabled: {
15
+ * type: 'boolean',
16
+ * title: 'Ignore Event',
17
+ * description: 'Skip processing this event'
18
+ * }
19
+ * }
20
+ * }
21
+ *
22
+ * @example
23
+ * // In uiSchema:
24
+ * const uiSchema = {
25
+ * enabled: {
26
+ * 'ui:widget': 'mappingBoolean'
27
+ * }
28
+ * }
29
+ */
30
+ export declare function MappingBooleanWidget(props: WidgetProps): import("react/jsx-runtime").JSX.Element;
31
+ //# sourceMappingURL=mapping-boolean.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mapping-boolean.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/mapping-boolean.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,WAAW,2CAoCtD"}
@@ -0,0 +1,38 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /**
3
+ * MappingBoolean - Custom RJSF widget for boolean checkbox
4
+ *
5
+ * A styled checkbox widget that matches the height and styling of text inputs.
6
+ * The label is handled by FieldTemplate, so this widget only renders the
7
+ * checkbox control itself.
8
+ *
9
+ * @example
10
+ * // In schema:
11
+ * const schema = {
12
+ * type: 'object',
13
+ * properties: {
14
+ * enabled: {
15
+ * type: 'boolean',
16
+ * title: 'Ignore Event',
17
+ * description: 'Skip processing this event'
18
+ * }
19
+ * }
20
+ * }
21
+ *
22
+ * @example
23
+ * // In uiSchema:
24
+ * const uiSchema = {
25
+ * enabled: {
26
+ * 'ui:widget': 'mappingBoolean'
27
+ * }
28
+ * }
29
+ */
30
+ export function MappingBooleanWidget(props) {
31
+ const { id, value, onChange, disabled, readonly, rawErrors = [], schema, } = props;
32
+ const handleChange = (event) => {
33
+ onChange(event.target.checked);
34
+ };
35
+ const hasError = rawErrors && rawErrors.length > 0;
36
+ return (_jsxs("div", { className: "elb-rjsf-widget", children: [_jsx("input", { id: id, type: "checkbox", className: `elb-rjsf-checkbox ${hasError ? 'elb-rjsf-input-error' : ''}`, checked: value ?? false, onChange: handleChange, disabled: disabled || readonly }), hasError && (_jsx("div", { className: "elb-rjsf-error", children: rawErrors.map((error, index) => (_jsx("div", { children: error }, index))) }))] }));
37
+ }
38
+ //# sourceMappingURL=mapping-boolean.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mapping-boolean.js","sourceRoot":"","sources":["../../../src/components/atoms/mapping-boolean.tsx"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,UAAU,oBAAoB,CAAC,KAAkB;IACrD,MAAM,EACJ,EAAE,EACF,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,SAAS,GAAG,EAAE,EACd,MAAM,GACP,GAAG,KAAK,CAAC;IAEV,MAAM,YAAY,GAAG,CAAC,KAA0C,EAAE,EAAE;QAClE,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACjC,CAAC,CAAC;IAEF,MAAM,QAAQ,GAAG,SAAS,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC;IAEnD,OAAO,CACL,eAAK,SAAS,EAAC,iBAAiB,aAC9B,gBACE,EAAE,EAAE,EAAE,EACN,IAAI,EAAC,UAAU,EACf,SAAS,EAAE,qBAAqB,QAAQ,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,EAAE,EAAE,EACxE,OAAO,EAAE,KAAK,IAAI,KAAK,EACvB,QAAQ,EAAE,YAAY,EACtB,QAAQ,EAAE,QAAQ,IAAI,QAAQ,GAC9B,EACD,QAAQ,IAAI,CACX,cAAK,SAAS,EAAC,gBAAgB,YAC5B,SAAS,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,EAAE,CAAC,CAC/B,wBAAkB,KAAK,IAAb,KAAK,CAAe,CAC/B,CAAC,GACE,CACP,IACG,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { BreadcrumbSegment } from '../../utils/mapping-path';
2
+ /**
3
+ * Clickable breadcrumb trail for navigation
4
+ *
5
+ * Displays a path like: Root > product view > Data > Map > items
6
+ * Each segment is clickable to navigate to that level
7
+ */
8
+ export interface MappingBreadcrumbProps {
9
+ segments: BreadcrumbSegment[];
10
+ onNavigate: (path: string[]) => void;
11
+ className?: string;
12
+ }
13
+ export declare function MappingBreadcrumb({ segments, onNavigate, className, }: MappingBreadcrumbProps): import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=mapping-breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mapping-breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/mapping-breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAElE;;;;;GAKG;AACH,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAC9B,UAAU,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,UAAU,EACV,SAAc,GACf,EAAE,sBAAsB,2CA+CxB"}