@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
package/dist/styles.css CHANGED
@@ -91,6 +91,15 @@
91
91
  --highlight-text: #9ca3af;
92
92
  --highlight-hover: rgba(255, 255, 255, 0.05);
93
93
  --highlight-separator: rgba(255, 255, 255, 0.05);
94
+ --flow-source-fill: transparent;
95
+ --flow-source-stroke: #6ee7b7;
96
+ --flow-transformer-fill: transparent;
97
+ --flow-transformer-stroke: #fcd34d;
98
+ --flow-collector-fill: transparent;
99
+ --flow-collector-stroke: #7dd3fc;
100
+ --flow-destination-fill: transparent;
101
+ --flow-destination-stroke: #c4b5fd;
102
+ --flow-edge-stroke: #9ca3af;
94
103
  }
95
104
  [data-theme=light] .elb-explorer {
96
105
  --color-text: #000;
@@ -181,6 +190,15 @@
181
190
  --highlight-text: #9ca3af;
182
191
  --highlight-hover: rgba(255, 255, 255, 0.05);
183
192
  --highlight-separator: rgba(255, 255, 255, 0.05);
193
+ --flow-source-fill: transparent;
194
+ --flow-source-stroke: #6ee7b7;
195
+ --flow-transformer-fill: transparent;
196
+ --flow-transformer-stroke: #fcd34d;
197
+ --flow-collector-fill: transparent;
198
+ --flow-collector-stroke: #7dd3fc;
199
+ --flow-destination-fill: transparent;
200
+ --flow-destination-stroke: #c4b5fd;
201
+ --flow-edge-stroke: #9ca3af;
184
202
  }
185
203
  [data-theme=dark] .elb-explorer {
186
204
  --color-text: #f3f4f6;
@@ -216,6 +234,19 @@
216
234
  --color-button-primary-hover: #015372;
217
235
  --color-button-danger: #ef4444;
218
236
  --color-button-danger-hover: #dc2626;
237
+ --flow-source-fill: transparent;
238
+ --flow-source-stroke: #6ee7b7;
239
+ --flow-transformer-fill: transparent;
240
+ --flow-transformer-stroke: #fcd34d;
241
+ --flow-collector-fill: transparent;
242
+ --flow-collector-stroke: #7dd3fc;
243
+ --flow-destination-fill: transparent;
244
+ --flow-destination-stroke: #c4b5fd;
245
+ --flow-edge-stroke: #9ca3af;
246
+ --flow-before-fill: transparent;
247
+ --flow-before-stroke: #9ca3af;
248
+ --flow-after-fill: transparent;
249
+ --flow-after-stroke: #9ca3af;
219
250
  }
220
251
  .elb-explorer {
221
252
  font-family:
@@ -387,6 +418,76 @@
387
418
  padding: var(--spacing-button-group);
388
419
  border: 1px solid var(--border-button-group);
389
420
  }
421
+ .elb-button-link {
422
+ display: inline-flex;
423
+ align-items: center;
424
+ justify-content: center;
425
+ padding: 12px 32px;
426
+ font-family: var(--font-family-base);
427
+ font-size: var(--font-size-base);
428
+ font-weight: var(--font-weight-semibold);
429
+ border-radius: var(--radius-button);
430
+ border: none;
431
+ text-decoration: none;
432
+ transition: all 0.15s;
433
+ cursor: pointer;
434
+ }
435
+ .elb-button-link:disabled {
436
+ opacity: 0.4;
437
+ cursor: not-allowed;
438
+ }
439
+ .elb-button-link-default {
440
+ background: transparent;
441
+ color: var(--color-text-button);
442
+ border: 1px solid var(--border-input);
443
+ }
444
+ .elb-button-link-default:hover:not(:disabled) {
445
+ background: var(--bg-button-hover);
446
+ color: var(--color-text-button-hover);
447
+ }
448
+ .elb-button-link-primary {
449
+ background: var(--color-button-primary);
450
+ color: var(--color-button-primary-text);
451
+ border: 1px solid var(--color-button-primary);
452
+ }
453
+ .elb-button-link-primary:hover:not(:disabled) {
454
+ background: var(--color-button-primary-hover);
455
+ border-color: var(--color-button-primary-hover);
456
+ }
457
+ .elb-button-link-secondary {
458
+ background: var(--bg-box);
459
+ color: var(--color-button-primary);
460
+ border: 1px solid var(--border-input);
461
+ }
462
+ .elb-button-link-secondary:hover:not(:disabled) {
463
+ background: var(--bg-button-hover);
464
+ }
465
+ .elb-button-link-md {
466
+ padding: 12px 32px;
467
+ font-size: var(--font-size-base);
468
+ }
469
+ .elb-button-link-lg {
470
+ padding: 16px 40px;
471
+ font-size: var(--font-size-xl);
472
+ }
473
+ .elb-button-group {
474
+ display: flex;
475
+ flex-direction: column;
476
+ gap: 12px;
477
+ }
478
+ @media (max-width: 799px) {
479
+ .elb-button-group {
480
+ width: 100%;
481
+ }
482
+ .elb-button-group .elb-button-link {
483
+ width: 100%;
484
+ }
485
+ }
486
+ @media (min-width: 1200px) {
487
+ .elb-button-group {
488
+ flex-direction: row;
489
+ }
490
+ }
390
491
  .elb-code {
391
492
  flex: 1;
392
493
  min-height: 0;
@@ -418,6 +519,11 @@
418
519
  .elb-code .monaco-editor .monaco-editor-background {
419
520
  background: transparent !important;
420
521
  }
522
+ .elb-code .monaco-editor .sticky-widget {
523
+ border: none !important;
524
+ outline: none !important;
525
+ box-shadow: none !important;
526
+ }
421
527
  .elb-code-inline {
422
528
  font-family: var(--font-mono);
423
529
  font-size: 0.9em;
@@ -3207,6 +3313,161 @@
3207
3313
  margin: 0;
3208
3314
  cursor: pointer;
3209
3315
  }
3316
+ .elb-architecture-flow {
3317
+ container-type: inline-size;
3318
+ width: 100%;
3319
+ }
3320
+ .elb-architecture-flow__grid {
3321
+ display: flex;
3322
+ flex-direction: column;
3323
+ align-items: center;
3324
+ gap: 24px;
3325
+ }
3326
+ @container (min-width: 550px) {
3327
+ .elb-architecture-flow__grid {
3328
+ display: grid;
3329
+ grid-template-columns: 1fr auto auto auto 1fr;
3330
+ grid-template-rows: auto 1fr;
3331
+ gap: 16px 32px;
3332
+ }
3333
+ }
3334
+ .elb-architecture-flow__title {
3335
+ font-size: var(--font-size-base, 16px);
3336
+ font-weight: var(--font-weight-semibold, 600);
3337
+ text-transform: uppercase;
3338
+ letter-spacing: 0.05em;
3339
+ text-align: center;
3340
+ color: var(--color-text-muted, #6b7280);
3341
+ }
3342
+ .elb-architecture-flow__title--desktop {
3343
+ display: none;
3344
+ }
3345
+ @container (min-width: 550px) {
3346
+ .elb-architecture-flow__title--desktop {
3347
+ display: block;
3348
+ }
3349
+ }
3350
+ .elb-architecture-flow__title--mobile {
3351
+ display: block;
3352
+ margin-bottom: 16px;
3353
+ }
3354
+ @container (min-width: 550px) {
3355
+ .elb-architecture-flow__title--mobile {
3356
+ display: none;
3357
+ }
3358
+ }
3359
+ .elb-architecture-flow__spacer {
3360
+ display: none;
3361
+ }
3362
+ @container (min-width: 550px) {
3363
+ .elb-architecture-flow__spacer {
3364
+ display: block;
3365
+ }
3366
+ }
3367
+ .elb-architecture-flow__column {
3368
+ display: flex;
3369
+ flex-direction: column;
3370
+ align-items: center;
3371
+ }
3372
+ .elb-architecture-flow__sections {
3373
+ display: flex;
3374
+ flex-direction: column;
3375
+ gap: 16px;
3376
+ width: fit-content;
3377
+ min-width: 180px;
3378
+ }
3379
+ .elb-architecture-flow__section {
3380
+ padding: 16px;
3381
+ border-radius: 12px;
3382
+ border: 1px solid var(--border-box, rgba(128, 128, 128, 0.3));
3383
+ background-color: var(--bg-box, transparent);
3384
+ }
3385
+ .elb-architecture-flow__section-title {
3386
+ display: block;
3387
+ font-size: calc(var(--font-size-base, 16px) - 2px);
3388
+ font-weight: 500;
3389
+ color: var(--color-text-muted, #6b7280);
3390
+ margin-bottom: 12px;
3391
+ }
3392
+ .elb-architecture-flow__items {
3393
+ display: flex;
3394
+ flex-direction: column;
3395
+ gap: 8px;
3396
+ }
3397
+ .elb-architecture-flow__item {
3398
+ display: flex;
3399
+ align-items: center;
3400
+ gap: 12px;
3401
+ color: var(--color-text, currentColor);
3402
+ }
3403
+ .elb-architecture-flow__item-icon {
3404
+ width: 20px;
3405
+ height: 20px;
3406
+ flex-shrink: 0;
3407
+ display: flex;
3408
+ align-items: center;
3409
+ justify-content: center;
3410
+ }
3411
+ .elb-architecture-flow__item-icon > svg {
3412
+ width: 20px;
3413
+ height: 20px;
3414
+ }
3415
+ .elb-architecture-flow__item-label {
3416
+ font-size: var(--font-size-base, 16px);
3417
+ white-space: nowrap;
3418
+ }
3419
+ .elb-architecture-flow__more {
3420
+ font-size: calc(var(--font-size-base, 16px) - 2px);
3421
+ font-style: italic;
3422
+ color: var(--color-text-muted, #6b7280);
3423
+ opacity: 0.7;
3424
+ text-align: center;
3425
+ }
3426
+ .elb-architecture-flow__arrow {
3427
+ color: var(--color-button-primary, #01b5e2);
3428
+ }
3429
+ .elb-architecture-flow__arrow > svg {
3430
+ width: 32px;
3431
+ height: 32px;
3432
+ }
3433
+ .elb-architecture-flow__arrow--desktop {
3434
+ display: none;
3435
+ align-items: center;
3436
+ justify-content: center;
3437
+ }
3438
+ @container (min-width: 550px) {
3439
+ .elb-architecture-flow__arrow--desktop {
3440
+ display: flex;
3441
+ }
3442
+ }
3443
+ .elb-architecture-flow__arrow--mobile {
3444
+ display: flex;
3445
+ align-items: center;
3446
+ justify-content: center;
3447
+ }
3448
+ @container (min-width: 550px) {
3449
+ .elb-architecture-flow__arrow--mobile {
3450
+ display: none;
3451
+ }
3452
+ }
3453
+ .elb-architecture-flow__center {
3454
+ display: flex;
3455
+ flex-direction: column;
3456
+ align-items: center;
3457
+ justify-content: center;
3458
+ }
3459
+ .elb-architecture-flow__center-content {
3460
+ display: flex;
3461
+ align-items: center;
3462
+ justify-content: center;
3463
+ }
3464
+ .elb-flow-map {
3465
+ display: inline-block;
3466
+ padding: 8px 0;
3467
+ }
3468
+ .elb-flow-map canvas {
3469
+ display: block;
3470
+ }
3210
3471
  .elb-collapsible {
3211
3472
  padding: 12px;
3212
3473
  border: 1px solid var(--border-input);
@@ -4006,6 +4267,10 @@
4006
4267
  .elb-box--auto-height .elb-explorer-content {
4007
4268
  flex: 0 0 auto;
4008
4269
  }
4270
+ .elb-explorer-content > .elb-explorer-box {
4271
+ flex: 1;
4272
+ min-height: 0;
4273
+ }
4009
4274
  .elb-explorer-button-group {
4010
4275
  display: flex;
4011
4276
  background: var(--bg-button-group);
@@ -4013,6 +4278,58 @@
4013
4278
  padding: var(--spacing-button-group);
4014
4279
  border: 1px solid var(--border-button-group);
4015
4280
  }
4281
+ .elb-explorer-tabs {
4282
+ display: flex;
4283
+ align-items: center;
4284
+ background: var(--bg-header);
4285
+ border-bottom: 1px solid var(--border-header);
4286
+ flex-shrink: 0;
4287
+ min-height: 36px;
4288
+ box-sizing: border-box;
4289
+ }
4290
+ .elb-explorer-tab {
4291
+ padding: 0.5rem 1rem;
4292
+ font-size: var(--font-size-label);
4293
+ font-weight: var(--font-weight-semibold);
4294
+ color: var(--color-text-muted);
4295
+ background: transparent;
4296
+ border: none;
4297
+ border-bottom: 2px solid transparent;
4298
+ cursor: pointer;
4299
+ transition: color 0.15s ease, border-color 0.15s ease;
4300
+ user-select: none;
4301
+ }
4302
+ .elb-explorer-tab:hover {
4303
+ color: var(--color-text-label);
4304
+ }
4305
+ .elb-explorer-tab--active {
4306
+ color: #01b5e2;
4307
+ border-bottom-color: #01b5e2;
4308
+ }
4309
+ .elb-explorer-tab-actions {
4310
+ margin-left: auto;
4311
+ padding-right: 0.5rem;
4312
+ }
4313
+ .elb-explorer-traffic-lights {
4314
+ display: flex;
4315
+ gap: 0.5rem;
4316
+ padding: 0 1rem;
4317
+ align-items: center;
4318
+ }
4319
+ .elb-explorer-traffic-light {
4320
+ width: 0.75rem;
4321
+ height: 0.75rem;
4322
+ border-radius: 50%;
4323
+ }
4324
+ .elb-explorer-traffic-light--red {
4325
+ background-color: #ff5f56;
4326
+ }
4327
+ .elb-explorer-traffic-light--yellow {
4328
+ background-color: #ffbd2e;
4329
+ }
4330
+ .elb-explorer-traffic-light--green {
4331
+ background-color: #27c93f;
4332
+ }
4016
4333
  .elb-mapping-tile-section {
4017
4334
  margin-bottom: 24px;
4018
4335
  }
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Monaco Editor Themes for walkerOS Explorer
3
+ *
4
+ * Custom Monaco themes that integrate seamlessly with the CSS-based theme system.
5
+ * Theme switching is handled via CSS `data-theme` attribute on document root.
6
+ */
7
+ export { palenightTheme, registerPalenightTheme } from './palenight';
8
+ export { lighthouseTheme, registerLighthouseTheme } from './lighthouse';
9
+ export type { ExplorerTheme } from './types';
10
+ /**
11
+ * Register all Monaco themes
12
+ * Convenience function for registering both themes at once
13
+ *
14
+ * @example
15
+ * ```typescript
16
+ * import { registerAllThemes } from '@walkeros/explorer';
17
+ * import * as monaco from 'monaco-editor';
18
+ *
19
+ * registerAllThemes(monaco);
20
+ * ```
21
+ */
22
+ export declare function registerAllThemes(monaco: typeof import('monaco-editor')): void;
23
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/themes/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAOH,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAGxE,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,cAAc,eAAe,CAAC,GAAG,IAAI,CAG9E"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Monaco Editor Themes for walkerOS Explorer
3
+ *
4
+ * Custom Monaco themes that integrate seamlessly with the CSS-based theme system.
5
+ * Theme switching is handled via CSS `data-theme` attribute on document root.
6
+ */
7
+ // Import registration functions for use in registerAllThemes
8
+ import { registerPalenightTheme } from './palenight';
9
+ import { registerLighthouseTheme } from './lighthouse';
10
+ // Monaco Editor themes
11
+ export { palenightTheme, registerPalenightTheme } from './palenight';
12
+ export { lighthouseTheme, registerLighthouseTheme } from './lighthouse';
13
+ /**
14
+ * Register all Monaco themes
15
+ * Convenience function for registering both themes at once
16
+ *
17
+ * @example
18
+ * ```typescript
19
+ * import { registerAllThemes } from '@walkeros/explorer';
20
+ * import * as monaco from 'monaco-editor';
21
+ *
22
+ * registerAllThemes(monaco);
23
+ * ```
24
+ */
25
+ export function registerAllThemes(monaco) {
26
+ registerPalenightTheme(monaco);
27
+ registerLighthouseTheme(monaco);
28
+ }
29
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/themes/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,6DAA6D;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAEvD,uBAAuB;AACvB,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAKxE;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,iBAAiB,CAAC,MAAsC;IACtE,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC/B,uBAAuB,CAAC,MAAM,CAAC,CAAC;AAClC,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Lighthouse Theme for Monaco Editor
3
+ *
4
+ * Custom light theme for walkerOS Explorer, designed to complement the Palenight dark theme.
5
+ * Based on VS Code Light+ with adjustments for optimal readability and brand consistency.
6
+ *
7
+ * Color Palette Strategy:
8
+ * - Comments: Muted green (#6A737D) for subtle annotations
9
+ * - Strings: Dark green (#22863A) for clear text distinction
10
+ * - Numbers: Brick red (#D73A49) for numeric emphasis
11
+ * - Functions: Deep blue (#005CC5) for callable identification
12
+ * - Keywords: Purple (#6F42C1) maintaining syntax hierarchy
13
+ * - Variables: Near black (#24292E) for primary code elements
14
+ * - Types/Classes: Dark gold (#B08800) for type definitions
15
+ * - Tags: Red (#D73A49) for HTML/JSX elements
16
+ * - Operators: Teal (#0086B3) for logical operations
17
+ * - Booleans: Red (#D73A49) for literal values
18
+ */
19
+ import type { editor } from 'monaco-editor';
20
+ export declare const lighthouseTheme: editor.IStandaloneThemeData;
21
+ /**
22
+ * Register the lighthouse theme with Monaco Editor
23
+ * Call this function before creating any editor instances
24
+ */
25
+ export declare function registerLighthouseTheme(monaco: typeof import('monaco-editor')): void;
26
+ //# sourceMappingURL=lighthouse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lighthouse.d.ts","sourceRoot":"","sources":["../../src/themes/lighthouse.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,oBAiPpC,CAAC;AAEF;;;GAGG;AACH,wBAAgB,uBAAuB,CACrC,MAAM,EAAE,cAAc,eAAe,CAAC,QAGvC"}
@@ -0,0 +1,229 @@
1
+ /**
2
+ * Lighthouse Theme for Monaco Editor
3
+ *
4
+ * Custom light theme for walkerOS Explorer, designed to complement the Palenight dark theme.
5
+ * Based on VS Code Light+ with adjustments for optimal readability and brand consistency.
6
+ *
7
+ * Color Palette Strategy:
8
+ * - Comments: Muted green (#6A737D) for subtle annotations
9
+ * - Strings: Dark green (#22863A) for clear text distinction
10
+ * - Numbers: Brick red (#D73A49) for numeric emphasis
11
+ * - Functions: Deep blue (#005CC5) for callable identification
12
+ * - Keywords: Purple (#6F42C1) maintaining syntax hierarchy
13
+ * - Variables: Near black (#24292E) for primary code elements
14
+ * - Types/Classes: Dark gold (#B08800) for type definitions
15
+ * - Tags: Red (#D73A49) for HTML/JSX elements
16
+ * - Operators: Teal (#0086B3) for logical operations
17
+ * - Booleans: Red (#D73A49) for literal values
18
+ */
19
+ export const lighthouseTheme = {
20
+ base: 'vs',
21
+ inherit: true,
22
+ rules: [
23
+ // Comments
24
+ { token: 'comment', foreground: '6A737D', fontStyle: 'italic' },
25
+ { token: 'comment.block', foreground: '6A737D', fontStyle: 'italic' },
26
+ { token: 'comment.line', foreground: '6A737D', fontStyle: 'italic' },
27
+ // Strings - dark green for good contrast on white
28
+ { token: 'string', foreground: '22863A' },
29
+ { token: 'string.quoted', foreground: '22863A' },
30
+ { token: 'string.template', foreground: '22863A' },
31
+ { token: 'string.regexp', foreground: '032F62' },
32
+ // Language-specific strings (Monaco uses these exact token names)
33
+ { token: 'string.value.json', foreground: '22863A' },
34
+ { token: 'string.json', foreground: '22863A' },
35
+ { token: 'string.html', foreground: '22863A' },
36
+ { token: 'string.css', foreground: '22863A' },
37
+ { token: 'string.js', foreground: '22863A' },
38
+ { token: 'string.ts', foreground: '22863A' },
39
+ // Numbers - dark red/burgundy for contrast
40
+ { token: 'number', foreground: 'D73A49' },
41
+ { token: 'number.hex', foreground: 'D73A49' },
42
+ { token: 'number.binary', foreground: 'D73A49' },
43
+ { token: 'number.octal', foreground: 'D73A49' },
44
+ { token: 'number.float', foreground: 'D73A49' },
45
+ // Keywords - dark purple for contrast
46
+ { token: 'keyword', foreground: '6F42C1', fontStyle: 'italic' },
47
+ { token: 'keyword.control', foreground: '6F42C1', fontStyle: 'italic' },
48
+ { token: 'keyword.operator', foreground: '0086B3' },
49
+ { token: 'keyword.other', foreground: '6F42C1' },
50
+ // Operators - cyan (brand color)
51
+ { token: 'operator', foreground: '01b5e2' },
52
+ { token: 'operators', foreground: '01b5e2' },
53
+ // Functions
54
+ { token: 'function', foreground: '005CC5' },
55
+ { token: 'identifier.function', foreground: '005CC5' },
56
+ { token: 'support.function', foreground: '005CC5' },
57
+ { token: 'entity.name.function', foreground: '005CC5' },
58
+ // Types & Classes
59
+ { token: 'type', foreground: 'B08800' },
60
+ { token: 'type.identifier', foreground: 'B08800' },
61
+ { token: 'entity.name.type', foreground: 'B08800' },
62
+ { token: 'entity.name.class', foreground: 'B08800' },
63
+ { token: 'support.type', foreground: 'B08800' },
64
+ { token: 'support.class', foreground: 'B08800' },
65
+ // Variables
66
+ { token: 'variable', foreground: '24292E' },
67
+ { token: 'variable.name', foreground: '24292E' },
68
+ { token: 'variable.parameter', foreground: '24292E' },
69
+ // Constants & Built-ins
70
+ { token: 'constant', foreground: '005CC5' },
71
+ { token: 'constant.language', foreground: 'ef4444' },
72
+ { token: 'constant.numeric', foreground: 'fb923c' },
73
+ { token: 'constant.character', foreground: '005CC5' },
74
+ { token: 'support.constant', foreground: '005CC5' },
75
+ // Booleans - red/pink accent (matching screenshot)
76
+ { token: 'constant.language.boolean', foreground: 'ef4444' },
77
+ { token: 'keyword.constant.boolean', foreground: 'ef4444' },
78
+ // Delimiters & Punctuation
79
+ { token: 'delimiter', foreground: '24292E' },
80
+ { token: 'delimiter.bracket', foreground: '24292E' },
81
+ { token: 'delimiter.parenthesis', foreground: '24292E' },
82
+ { token: 'delimiter.square', foreground: '24292E' },
83
+ { token: 'punctuation', foreground: '24292E' },
84
+ // Tags (HTML/XML/JSX)
85
+ { token: 'tag', foreground: 'D73A49' },
86
+ { token: 'meta.tag', foreground: 'D73A49' },
87
+ { token: 'entity.name.tag', foreground: 'D73A49' },
88
+ // Tag Attributes (using string color for consistency with Prism)
89
+ { token: 'attribute.name', foreground: '22863A' },
90
+ { token: 'entity.other.attribute-name', foreground: '22863A' },
91
+ // Namespaces
92
+ { token: 'namespace', foreground: '6F42C1' },
93
+ { token: 'entity.name.namespace', foreground: '6F42C1' },
94
+ // URLs
95
+ { token: 'markup.underline.link', foreground: '005CC5' },
96
+ // Doctype
97
+ {
98
+ token: 'meta.tag.sgml.doctype',
99
+ foreground: '6A737D',
100
+ fontStyle: 'italic',
101
+ },
102
+ // Object Keys - Unified near-black for all property names
103
+ // Covers JSON, TypeScript, JavaScript object literals
104
+ { token: 'support.type.property-name', foreground: '24292E' },
105
+ { token: 'support.type.property-name.json', foreground: '24292E' },
106
+ { token: 'string.key.json', foreground: '24292E' },
107
+ { token: 'meta.object-literal.key', foreground: '24292E' },
108
+ { token: 'variable.other.property', foreground: '24292E' },
109
+ { token: 'identifier', foreground: '24292E' },
110
+ { token: 'identifier.ts', foreground: '24292E' },
111
+ { token: 'identifier.js', foreground: '24292E' },
112
+ // Markdown
113
+ { token: 'markup.bold', fontStyle: 'bold' },
114
+ { token: 'markup.italic', fontStyle: 'italic' },
115
+ { token: 'markup.heading', foreground: '6F42C1', fontStyle: 'bold' },
116
+ // Language-Specific: JavaScript/TypeScript
117
+ { token: 'variable.parameter.ts', foreground: '24292E' },
118
+ { token: 'variable.parameter.js', foreground: '24292E' },
119
+ { token: 'support.type.primitive.ts', foreground: 'B08800' },
120
+ { token: 'support.type.primitive.js', foreground: 'B08800' },
121
+ { token: 'entity.name.type.ts', foreground: 'B08800' },
122
+ { token: 'entity.name.type.js', foreground: 'B08800' },
123
+ { token: 'meta.type.annotation.ts', foreground: 'B08800' },
124
+ { token: 'keyword.operator.type.ts', foreground: '0086B3' },
125
+ // Language-Specific: HTML
126
+ { token: 'entity.name.tag.html', foreground: '24292E' },
127
+ { token: 'tag.html', foreground: '24292E' },
128
+ { token: 'entity.other.attribute-name.html', foreground: '24292E' },
129
+ { token: 'attribute.name.html', foreground: '24292E' },
130
+ { token: 'attribute.value.html', foreground: '22863A' },
131
+ { token: 'delimiter.html', foreground: '24292E' },
132
+ { token: 'comment.html', foreground: '6A737D', fontStyle: 'italic' },
133
+ { token: 'meta.tag.html', foreground: '24292E' },
134
+ { token: 'punctuation.definition.tag.html', foreground: '24292E' },
135
+ // Language-Specific: CSS
136
+ { token: 'entity.name.tag.css', foreground: 'D73A49' },
137
+ { token: 'entity.other.attribute-name.class.css', foreground: 'B08800' },
138
+ { token: 'entity.other.attribute-name.id.css', foreground: '005CC5' },
139
+ { token: 'support.type.property-name.css', foreground: '6F42C1' },
140
+ { token: 'support.constant.property-value.css', foreground: 'D73A49' },
141
+ { token: 'keyword.other.unit.css', foreground: 'D73A49' },
142
+ // Errors & Warnings
143
+ { token: 'invalid', foreground: 'CB2431' },
144
+ { token: 'invalid.illegal', foreground: 'CB2431' },
145
+ { token: 'invalid.deprecated', foreground: 'D73A49' },
146
+ ],
147
+ colors: {
148
+ // Editor Background - transparent, let box handle background
149
+ 'editor.background': '#00000000', // Transparent
150
+ 'editor.foreground': '#24292E',
151
+ // Editor Lines - transparent to inherit box background
152
+ 'editor.lineHighlightBackground': '#00000000', // Transparent
153
+ 'editorLineNumber.foreground': '#1B1F2380',
154
+ 'editorLineNumber.activeForeground': '#6F42C1',
155
+ // Editor Cursor & Selection
156
+ 'editorCursor.foreground': '#6F42C1', // Purple cursor for light theme
157
+ 'editor.selectionBackground': '#0366D630', // Visible blue selection
158
+ 'editor.inactiveSelectionBackground': '#0366D620',
159
+ 'editor.selectionHighlightBackground': '#0366D615',
160
+ // Editor Gutter - transparent to inherit box background
161
+ 'editorGutter.background': '#00000000', // Transparent
162
+ 'editorGutter.modifiedBackground': '#005CC5',
163
+ 'editorGutter.addedBackground': '#28A745',
164
+ 'editorGutter.deletedBackground': '#D73A49',
165
+ // Editor Widgets
166
+ 'editorWidget.background': '#F6F8FA',
167
+ 'editorWidget.border': '#E1E4E8',
168
+ 'editorSuggestWidget.background': '#F6F8FA',
169
+ 'editorSuggestWidget.border': '#E1E4E8',
170
+ 'editorSuggestWidget.selectedBackground': '#0366D625',
171
+ // Sticky Scroll - match box background with subtle border
172
+ 'editorStickyScroll.background': '#ffffff',
173
+ 'editorStickyScroll.border': '#E1E4E8',
174
+ 'editorStickyScrollHover.background': '#ffffff',
175
+ 'editorStickyScroll.shadow': '#00000000',
176
+ // Hover Widgets - Tooltips and hover information
177
+ 'editorHoverWidget.background': '#F6F8FA',
178
+ 'editorHoverWidget.border': '#E1E4E8',
179
+ 'editorHoverWidget.statusBarBackground': '#E1E4E8',
180
+ // Inline Hints - Type hints, parameter hints, inline suggestions
181
+ 'editorInlineHint.background': '#F6F8FA',
182
+ 'editorInlineHint.foreground': '#6A737D',
183
+ // Code Lens - Reference counts, test indicators
184
+ 'editorCodeLens.foreground': '#6A737D',
185
+ // Ghost Text - Autocomplete suggestions shown inline
186
+ 'editorGhostText.foreground': '#1B1F2350',
187
+ // Editor Whitespace & Indentation
188
+ 'editorWhitespace.foreground': '#1B1F2340',
189
+ 'editorIndentGuide.background': '#E1E4E820',
190
+ 'editorIndentGuide.activeBackground': '#E1E4E8',
191
+ // Scrollbar
192
+ 'scrollbar.shadow': '#00000000',
193
+ 'scrollbarSlider.background': '#1B1F2330',
194
+ 'scrollbarSlider.hoverBackground': '#1B1F2350',
195
+ 'scrollbarSlider.activeBackground': '#1B1F2370',
196
+ // Bracket Matching
197
+ 'editorBracketMatch.background': '#34D05840',
198
+ 'editorBracketMatch.border': '#34D058',
199
+ // Find/Replace
200
+ 'editor.findMatchBackground': '#FFDF5D40',
201
+ 'editor.findMatchHighlightBackground': '#FFDF5D30',
202
+ 'editor.findRangeHighlightBackground': '#0366D620',
203
+ // Minimap
204
+ 'minimap.background': '#FAFBFC',
205
+ 'minimap.selectionHighlight': '#0366D625',
206
+ 'minimap.findMatchHighlight': '#FFDF5D40',
207
+ // Overview Ruler
208
+ 'editorOverviewRuler.border': '#E1E4E820',
209
+ 'editorOverviewRuler.modifiedForeground': '#005CC5',
210
+ 'editorOverviewRuler.addedForeground': '#28A745',
211
+ 'editorOverviewRuler.deletedForeground': '#D73A49',
212
+ // Peek View
213
+ 'peekView.border': '#0366D6',
214
+ 'peekViewEditor.background': '#F6F8FA',
215
+ 'peekViewResult.background': '#FAFBFC',
216
+ 'peekViewTitle.background': '#F6F8FA',
217
+ // Diff Editor
218
+ 'diffEditor.insertedTextBackground': '#28A74520',
219
+ 'diffEditor.removedTextBackground': '#D73A4920',
220
+ },
221
+ };
222
+ /**
223
+ * Register the lighthouse theme with Monaco Editor
224
+ * Call this function before creating any editor instances
225
+ */
226
+ export function registerLighthouseTheme(monaco) {
227
+ monaco.editor.defineTheme('elbTheme-light', lighthouseTheme);
228
+ }
229
+ //# sourceMappingURL=lighthouse.js.map