@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.
- package/AGENT.md +406 -0
- package/STYLE.md +993 -0
- package/dist/__mocks__/@monaco-editor/react.d.ts +3 -0
- package/dist/__mocks__/@monaco-editor/react.d.ts.map +1 -0
- package/dist/__mocks__/@monaco-editor/react.js +4 -0
- package/dist/__mocks__/@monaco-editor/react.js.map +1 -0
- package/dist/chunk-VWWAIDNX.mjs +2939 -0
- package/dist/chunk-VWWAIDNX.mjs.map +1 -0
- package/dist/components/atoms/base-mapping-pane.d.ts +85 -0
- package/dist/components/atoms/base-mapping-pane.d.ts.map +1 -0
- package/dist/components/atoms/base-mapping-pane.js +53 -0
- package/dist/components/atoms/base-mapping-pane.js.map +1 -0
- package/dist/components/atoms/box.d.ts +27 -0
- package/dist/components/atoms/box.d.ts.map +1 -0
- package/dist/components/atoms/box.js +86 -0
- package/dist/components/atoms/box.js.map +1 -0
- package/dist/components/atoms/box.stories.d.ts +34 -0
- package/dist/components/atoms/box.stories.d.ts.map +1 -0
- package/dist/components/atoms/box.stories.js +104 -0
- package/dist/components/atoms/box.stories.js.map +1 -0
- package/dist/components/atoms/button-group.d.ts +17 -0
- package/dist/components/atoms/button-group.d.ts.map +1 -0
- package/dist/components/atoms/button-group.js +12 -0
- package/dist/components/atoms/button-group.js.map +1 -0
- package/dist/components/atoms/button-group.stories.d.ts +18 -0
- package/dist/components/atoms/button-group.stories.d.ts.map +1 -0
- package/dist/components/atoms/button-group.stories.js +35 -0
- package/dist/components/atoms/button-group.stories.js.map +1 -0
- package/dist/components/atoms/button-link.d.ts +12 -0
- package/dist/components/atoms/button-link.d.ts.map +1 -0
- package/dist/components/atoms/button-link.js +10 -0
- package/dist/components/atoms/button-link.js.map +1 -0
- package/dist/components/atoms/button-link.stories.d.ts +13 -0
- package/dist/components/atoms/button-link.stories.d.ts.map +1 -0
- package/dist/components/atoms/button-link.stories.js +64 -0
- package/dist/components/atoms/button-link.stories.js.map +1 -0
- package/dist/components/atoms/button.d.ts +15 -0
- package/dist/components/atoms/button.d.ts.map +1 -0
- package/dist/components/atoms/button.js +11 -0
- package/dist/components/atoms/button.js.map +1 -0
- package/dist/components/atoms/code.d.ts +55 -0
- package/dist/components/atoms/code.d.ts.map +1 -0
- package/dist/components/atoms/code.js +251 -0
- package/dist/components/atoms/code.js.map +1 -0
- package/dist/components/atoms/code.stories.d.ts +53 -0
- package/dist/components/atoms/code.stories.d.ts.map +1 -0
- package/dist/components/atoms/code.stories.js +190 -0
- package/dist/components/atoms/code.stories.js.map +1 -0
- package/dist/components/atoms/config-tile.d.ts +38 -0
- package/dist/components/atoms/config-tile.d.ts.map +1 -0
- package/dist/components/atoms/config-tile.js +29 -0
- package/dist/components/atoms/config-tile.js.map +1 -0
- package/dist/components/atoms/consent-state-tile.d.ts +14 -0
- package/dist/components/atoms/consent-state-tile.d.ts.map +1 -0
- package/dist/components/atoms/consent-state-tile.js +5 -0
- package/dist/components/atoms/consent-state-tile.js.map +1 -0
- package/dist/components/atoms/field-header.d.ts +41 -0
- package/dist/components/atoms/field-header.d.ts.map +1 -0
- package/dist/components/atoms/field-header.js +42 -0
- package/dist/components/atoms/field-header.js.map +1 -0
- package/dist/components/atoms/footer.d.ts +21 -0
- package/dist/components/atoms/footer.d.ts.map +1 -0
- package/dist/components/atoms/footer.js +19 -0
- package/dist/components/atoms/footer.js.map +1 -0
- package/dist/components/atoms/grid.d.ts +65 -0
- package/dist/components/atoms/grid.d.ts.map +1 -0
- package/dist/components/atoms/grid.js +169 -0
- package/dist/components/atoms/grid.js.map +1 -0
- package/dist/components/atoms/header.d.ts +7 -0
- package/dist/components/atoms/header.d.ts.map +1 -0
- package/dist/components/atoms/header.js +5 -0
- package/dist/components/atoms/header.js.map +1 -0
- package/dist/components/atoms/icon-button.d.ts +26 -0
- package/dist/components/atoms/icon-button.d.ts.map +1 -0
- package/dist/components/atoms/icon-button.js +39 -0
- package/dist/components/atoms/icon-button.js.map +1 -0
- package/dist/components/atoms/icons/icons.d.ts +2 -0
- package/dist/components/atoms/icons/icons.d.ts.map +1 -0
- package/dist/components/atoms/icons/icons.js +7 -0
- package/dist/components/atoms/icons/icons.js.map +1 -0
- package/dist/components/atoms/icons/index.d.ts +3 -0
- package/dist/components/atoms/icons/index.d.ts.map +1 -0
- package/dist/components/atoms/icons/index.js +3 -0
- package/dist/components/atoms/icons/index.js.map +1 -0
- package/dist/components/atoms/mapping-boolean.d.ts +31 -0
- package/dist/components/atoms/mapping-boolean.d.ts.map +1 -0
- package/dist/components/atoms/mapping-boolean.js +38 -0
- package/dist/components/atoms/mapping-boolean.js.map +1 -0
- package/dist/components/atoms/mapping-breadcrumb.d.ts +14 -0
- package/dist/components/atoms/mapping-breadcrumb.d.ts.map +1 -0
- package/dist/components/atoms/mapping-breadcrumb.js +10 -0
- package/dist/components/atoms/mapping-breadcrumb.js.map +1 -0
- package/dist/components/atoms/mapping-collapsible.d.ts +54 -0
- package/dist/components/atoms/mapping-collapsible.d.ts.map +1 -0
- package/dist/components/atoms/mapping-collapsible.js +87 -0
- package/dist/components/atoms/mapping-collapsible.js.map +1 -0
- package/dist/components/atoms/mapping-condition-field.d.ts +18 -0
- package/dist/components/atoms/mapping-condition-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-condition-field.js +34 -0
- package/dist/components/atoms/mapping-condition-field.js.map +1 -0
- package/dist/components/atoms/mapping-condition.d.ts +34 -0
- package/dist/components/atoms/mapping-condition.d.ts.map +1 -0
- package/dist/components/atoms/mapping-condition.js +70 -0
- package/dist/components/atoms/mapping-condition.js.map +1 -0
- package/dist/components/atoms/mapping-confirm-button.d.ts +29 -0
- package/dist/components/atoms/mapping-confirm-button.d.ts.map +1 -0
- package/dist/components/atoms/mapping-confirm-button.js +42 -0
- package/dist/components/atoms/mapping-confirm-button.js.map +1 -0
- package/dist/components/atoms/mapping-consent-field.d.ts +20 -0
- package/dist/components/atoms/mapping-consent-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-consent-field.js +36 -0
- package/dist/components/atoms/mapping-consent-field.js.map +1 -0
- package/dist/components/atoms/mapping-consent.d.ts +34 -0
- package/dist/components/atoms/mapping-consent.d.ts.map +1 -0
- package/dist/components/atoms/mapping-consent.js +86 -0
- package/dist/components/atoms/mapping-consent.js.map +1 -0
- package/dist/components/atoms/mapping-data-field.d.ts +23 -0
- package/dist/components/atoms/mapping-data-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-data-field.js +38 -0
- package/dist/components/atoms/mapping-data-field.js.map +1 -0
- package/dist/components/atoms/mapping-data.d.ts +34 -0
- package/dist/components/atoms/mapping-data.d.ts.map +1 -0
- package/dist/components/atoms/mapping-data.js +76 -0
- package/dist/components/atoms/mapping-data.js.map +1 -0
- package/dist/components/atoms/mapping-enum-select.d.ts +28 -0
- package/dist/components/atoms/mapping-enum-select.d.ts.map +1 -0
- package/dist/components/atoms/mapping-enum-select.js +142 -0
- package/dist/components/atoms/mapping-enum-select.js.map +1 -0
- package/dist/components/atoms/mapping-fn-field.d.ts +23 -0
- package/dist/components/atoms/mapping-fn-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-fn-field.js +38 -0
- package/dist/components/atoms/mapping-fn-field.js.map +1 -0
- package/dist/components/atoms/mapping-fn.d.ts +34 -0
- package/dist/components/atoms/mapping-fn.d.ts.map +1 -0
- package/dist/components/atoms/mapping-fn.js +70 -0
- package/dist/components/atoms/mapping-fn.js.map +1 -0
- package/dist/components/atoms/mapping-grid.d.ts +45 -0
- package/dist/components/atoms/mapping-grid.d.ts.map +1 -0
- package/dist/components/atoms/mapping-grid.js +83 -0
- package/dist/components/atoms/mapping-grid.js.map +1 -0
- package/dist/components/atoms/mapping-input-with-button.d.ts +54 -0
- package/dist/components/atoms/mapping-input-with-button.d.ts.map +1 -0
- package/dist/components/atoms/mapping-input-with-button.js +54 -0
- package/dist/components/atoms/mapping-input-with-button.js.map +1 -0
- package/dist/components/atoms/mapping-input.d.ts +44 -0
- package/dist/components/atoms/mapping-input.d.ts.map +1 -0
- package/dist/components/atoms/mapping-input.js +35 -0
- package/dist/components/atoms/mapping-input.js.map +1 -0
- package/dist/components/atoms/mapping-key-field.d.ts +23 -0
- package/dist/components/atoms/mapping-key-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-key-field.js +39 -0
- package/dist/components/atoms/mapping-key-field.js.map +1 -0
- package/dist/components/atoms/mapping-key.d.ts +35 -0
- package/dist/components/atoms/mapping-key.d.ts.map +1 -0
- package/dist/components/atoms/mapping-key.js +48 -0
- package/dist/components/atoms/mapping-key.js.map +1 -0
- package/dist/components/atoms/mapping-map-entry.d.ts +31 -0
- package/dist/components/atoms/mapping-map-entry.d.ts.map +1 -0
- package/dist/components/atoms/mapping-map-entry.js +68 -0
- package/dist/components/atoms/mapping-map-entry.js.map +1 -0
- package/dist/components/atoms/mapping-number.d.ts +32 -0
- package/dist/components/atoms/mapping-number.d.ts.map +1 -0
- package/dist/components/atoms/mapping-number.js +52 -0
- package/dist/components/atoms/mapping-number.js.map +1 -0
- package/dist/components/atoms/mapping-object-explorer-field.d.ts +30 -0
- package/dist/components/atoms/mapping-object-explorer-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-object-explorer-field.js +48 -0
- package/dist/components/atoms/mapping-object-explorer-field.js.map +1 -0
- package/dist/components/atoms/mapping-object-explorer.d.ts +59 -0
- package/dist/components/atoms/mapping-object-explorer.d.ts.map +1 -0
- package/dist/components/atoms/mapping-object-explorer.js +215 -0
- package/dist/components/atoms/mapping-object-explorer.js.map +1 -0
- package/dist/components/atoms/mapping-set-entry.d.ts +31 -0
- package/dist/components/atoms/mapping-set-entry.d.ts.map +1 -0
- package/dist/components/atoms/mapping-set-entry.js +66 -0
- package/dist/components/atoms/mapping-set-entry.js.map +1 -0
- package/dist/components/atoms/mapping-settings-field.d.ts +33 -0
- package/dist/components/atoms/mapping-settings-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-settings-field.js +48 -0
- package/dist/components/atoms/mapping-settings-field.js.map +1 -0
- package/dist/components/atoms/mapping-settings.d.ts +44 -0
- package/dist/components/atoms/mapping-settings.d.ts.map +1 -0
- package/dist/components/atoms/mapping-settings.js +108 -0
- package/dist/components/atoms/mapping-settings.js.map +1 -0
- package/dist/components/atoms/mapping-string.d.ts +19 -0
- package/dist/components/atoms/mapping-string.d.ts.map +1 -0
- package/dist/components/atoms/mapping-string.js +26 -0
- package/dist/components/atoms/mapping-string.js.map +1 -0
- package/dist/components/atoms/mapping-tab.d.ts +15 -0
- package/dist/components/atoms/mapping-tab.d.ts.map +1 -0
- package/dist/components/atoms/mapping-tab.js +8 -0
- package/dist/components/atoms/mapping-tab.js.map +1 -0
- package/dist/components/atoms/mapping-type-button.d.ts +19 -0
- package/dist/components/atoms/mapping-type-button.d.ts.map +1 -0
- package/dist/components/atoms/mapping-type-button.js +5 -0
- package/dist/components/atoms/mapping-type-button.js.map +1 -0
- package/dist/components/atoms/mapping-validate-field.d.ts +23 -0
- package/dist/components/atoms/mapping-validate-field.d.ts.map +1 -0
- package/dist/components/atoms/mapping-validate-field.js +38 -0
- package/dist/components/atoms/mapping-validate-field.js.map +1 -0
- package/dist/components/atoms/mapping-validate.d.ts +34 -0
- package/dist/components/atoms/mapping-validate.d.ts.map +1 -0
- package/dist/components/atoms/mapping-validate.js +68 -0
- package/dist/components/atoms/mapping-validate.js.map +1 -0
- package/dist/components/atoms/mapping-value.d.ts +17 -0
- package/dist/components/atoms/mapping-value.d.ts.map +1 -0
- package/dist/components/atoms/mapping-value.js +127 -0
- package/dist/components/atoms/mapping-value.js.map +1 -0
- package/dist/components/atoms/mdx-code.d.ts +33 -0
- package/dist/components/atoms/mdx-code.d.ts.map +1 -0
- package/dist/components/atoms/mdx-code.js +69 -0
- package/dist/components/atoms/mdx-code.js.map +1 -0
- package/dist/components/atoms/pane-header.d.ts +24 -0
- package/dist/components/atoms/pane-header.d.ts.map +1 -0
- package/dist/components/atoms/pane-header.js +5 -0
- package/dist/components/atoms/pane-header.js.map +1 -0
- package/dist/components/atoms/panel-hints.d.ts +35 -0
- package/dist/components/atoms/panel-hints.d.ts.map +1 -0
- package/dist/components/atoms/panel-hints.js +5 -0
- package/dist/components/atoms/panel-hints.js.map +1 -0
- package/dist/components/atoms/preview-footer.d.ts +32 -0
- package/dist/components/atoms/preview-footer.d.ts.map +1 -0
- package/dist/components/atoms/preview-footer.js +31 -0
- package/dist/components/atoms/preview-footer.js.map +1 -0
- package/dist/components/atoms/toggle.d.ts +9 -0
- package/dist/components/atoms/toggle.d.ts.map +1 -0
- package/dist/components/atoms/toggle.js +6 -0
- package/dist/components/atoms/toggle.js.map +1 -0
- package/dist/components/demos/DestinationDemo.d.ts +48 -0
- package/dist/components/demos/DestinationDemo.d.ts.map +1 -0
- package/dist/components/demos/DestinationDemo.js +105 -0
- package/dist/components/demos/DestinationDemo.js.map +1 -0
- package/dist/components/demos/DestinationDemo.stories.d.ts +17 -0
- package/dist/components/demos/DestinationDemo.stories.d.ts.map +1 -0
- package/dist/components/demos/DestinationDemo.stories.js +53 -0
- package/dist/components/demos/DestinationDemo.stories.js.map +1 -0
- package/dist/components/demos/DestinationInitDemo.d.ts +34 -0
- package/dist/components/demos/DestinationInitDemo.d.ts.map +1 -0
- package/dist/components/demos/DestinationInitDemo.js +73 -0
- package/dist/components/demos/DestinationInitDemo.js.map +1 -0
- package/dist/components/demos/DestinationInitDemo.stories.d.ts +17 -0
- package/dist/components/demos/DestinationInitDemo.stories.d.ts.map +1 -0
- package/dist/components/demos/DestinationInitDemo.stories.js +39 -0
- package/dist/components/demos/DestinationInitDemo.stories.js.map +1 -0
- package/dist/components/demos/MappingCode.d.ts +34 -0
- package/dist/components/demos/MappingCode.d.ts.map +1 -0
- package/dist/components/demos/MappingCode.js +54 -0
- package/dist/components/demos/MappingCode.js.map +1 -0
- package/dist/components/demos/MappingCode.stories.d.ts +16 -0
- package/dist/components/demos/MappingCode.stories.d.ts.map +1 -0
- package/dist/components/demos/MappingCode.stories.js +42 -0
- package/dist/components/demos/MappingCode.stories.js.map +1 -0
- package/dist/components/demos/MappingDemo.d.ts +41 -0
- package/dist/components/demos/MappingDemo.d.ts.map +1 -0
- package/dist/components/demos/MappingDemo.js +62 -0
- package/dist/components/demos/MappingDemo.js.map +1 -0
- package/dist/components/demos/MappingDemo.stories.d.ts +16 -0
- package/dist/components/demos/MappingDemo.stories.d.ts.map +1 -0
- package/dist/components/demos/MappingDemo.stories.js +63 -0
- package/dist/components/demos/MappingDemo.stories.js.map +1 -0
- package/dist/components/demos/PromotionPlayground.d.ts +25 -0
- package/dist/components/demos/PromotionPlayground.d.ts.map +1 -0
- package/dist/components/demos/PromotionPlayground.js +280 -0
- package/dist/components/demos/PromotionPlayground.js.map +1 -0
- package/dist/components/demos/PromotionPlayground.stories.d.ts +27 -0
- package/dist/components/demos/PromotionPlayground.stories.d.ts.map +1 -0
- package/dist/components/demos/PromotionPlayground.stories.js +32 -0
- package/dist/components/demos/PromotionPlayground.stories.js.map +1 -0
- package/dist/components/forms/field-registry.d.ts +42 -0
- package/dist/components/forms/field-registry.d.ts.map +1 -0
- package/dist/components/forms/field-registry.js +64 -0
- package/dist/components/forms/field-registry.js.map +1 -0
- package/dist/components/forms/mapping-form-wrapper.d.ts +14 -0
- package/dist/components/forms/mapping-form-wrapper.d.ts.map +1 -0
- package/dist/components/forms/mapping-form-wrapper.js +105 -0
- package/dist/components/forms/mapping-form-wrapper.js.map +1 -0
- package/dist/components/forms/widget-registry.d.ts +42 -0
- package/dist/components/forms/widget-registry.d.ts.map +1 -0
- package/dist/components/forms/widget-registry.js +54 -0
- package/dist/components/forms/widget-registry.js.map +1 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.d.ts +24 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.d.ts.map +1 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.js +10 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.js.map +1 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.d.ts +7 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.d.ts.map +1 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.js +71 -0
- package/dist/components/molecules/architecture-flow/ArchitectureFlow.stories.js.map +1 -0
- package/dist/components/molecules/architecture-flow/index.d.ts +3 -0
- package/dist/components/molecules/architecture-flow/index.d.ts.map +1 -0
- package/dist/components/molecules/architecture-flow/index.js +2 -0
- package/dist/components/molecules/architecture-flow/index.js.map +1 -0
- package/dist/components/molecules/auto-select.d.ts +29 -0
- package/dist/components/molecules/auto-select.d.ts.map +1 -0
- package/dist/components/molecules/auto-select.js +188 -0
- package/dist/components/molecules/auto-select.js.map +1 -0
- package/dist/components/molecules/code-box.d.ts +69 -0
- package/dist/components/molecules/code-box.d.ts.map +1 -0
- package/dist/components/molecules/code-box.js +109 -0
- package/dist/components/molecules/code-box.js.map +1 -0
- package/dist/components/molecules/code-box.stories.d.ts +30 -0
- package/dist/components/molecules/code-box.stories.d.ts.map +1 -0
- package/dist/components/molecules/code-box.stories.js +127 -0
- package/dist/components/molecules/code-box.stories.js.map +1 -0
- package/dist/components/molecules/code-snippet.d.ts +58 -0
- package/dist/components/molecules/code-snippet.d.ts.map +1 -0
- package/dist/components/molecules/code-snippet.js +72 -0
- package/dist/components/molecules/code-snippet.js.map +1 -0
- package/dist/components/molecules/code-snippet.stories.d.ts +20 -0
- package/dist/components/molecules/code-snippet.stories.d.ts.map +1 -0
- package/dist/components/molecules/code-snippet.stories.js +68 -0
- package/dist/components/molecules/code-snippet.stories.js.map +1 -0
- package/dist/components/molecules/config-overview-pane.d.ts +44 -0
- package/dist/components/molecules/config-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/config-overview-pane.js +75 -0
- package/dist/components/molecules/config-overview-pane.js.map +1 -0
- package/dist/components/molecules/config-tree-sidebar.d.ts +46 -0
- package/dist/components/molecules/config-tree-sidebar.d.ts.map +1 -0
- package/dist/components/molecules/config-tree-sidebar.js +183 -0
- package/dist/components/molecules/config-tree-sidebar.js.map +1 -0
- package/dist/components/molecules/destination-config-overview-pane.d.ts +33 -0
- package/dist/components/molecules/destination-config-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/destination-config-overview-pane.js +153 -0
- package/dist/components/molecules/destination-config-overview-pane.js.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.d.ts +74 -0
- package/dist/components/molecules/flow-map/FlowMap.d.ts.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.js +1028 -0
- package/dist/components/molecules/flow-map/FlowMap.js.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.stories.d.ts +73 -0
- package/dist/components/molecules/flow-map/FlowMap.stories.d.ts.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.stories.js +587 -0
- package/dist/components/molecules/flow-map/FlowMap.stories.js.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.transformers.stories.d.ts +45 -0
- package/dist/components/molecules/flow-map/FlowMap.transformers.stories.d.ts.map +1 -0
- package/dist/components/molecules/flow-map/FlowMap.transformers.stories.js +195 -0
- package/dist/components/molecules/flow-map/FlowMap.transformers.stories.js.map +1 -0
- package/dist/components/molecules/flow-map/index.d.ts +3 -0
- package/dist/components/molecules/flow-map/index.d.ts.map +1 -0
- package/dist/components/molecules/flow-map/index.js +2 -0
- package/dist/components/molecules/flow-map/index.js.map +1 -0
- package/dist/components/molecules/mapping-batch-pane-view.d.ts +22 -0
- package/dist/components/molecules/mapping-batch-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-batch-pane-view.js +45 -0
- package/dist/components/molecules/mapping-batch-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-boolean-pane-view.d.ts +28 -0
- package/dist/components/molecules/mapping-boolean-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-boolean-pane-view.js +34 -0
- package/dist/components/molecules/mapping-boolean-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-condition-pane-view.d.ts +18 -0
- package/dist/components/molecules/mapping-condition-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-condition-pane-view.js +63 -0
- package/dist/components/molecules/mapping-condition-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-consent-pane-view.d.ts +16 -0
- package/dist/components/molecules/mapping-consent-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-consent-pane-view.js +65 -0
- package/dist/components/molecules/mapping-consent-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-consent-row.d.ts +29 -0
- package/dist/components/molecules/mapping-consent-row.d.ts.map +1 -0
- package/dist/components/molecules/mapping-consent-row.js +26 -0
- package/dist/components/molecules/mapping-consent-row.js.map +1 -0
- package/dist/components/molecules/mapping-entity-pane.d.ts +17 -0
- package/dist/components/molecules/mapping-entity-pane.d.ts.map +1 -0
- package/dist/components/molecules/mapping-entity-pane.js +68 -0
- package/dist/components/molecules/mapping-entity-pane.js.map +1 -0
- package/dist/components/molecules/mapping-enum-pane-view.d.ts +40 -0
- package/dist/components/molecules/mapping-enum-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-enum-pane-view.js +32 -0
- package/dist/components/molecules/mapping-enum-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-fn-pane-view.d.ts +18 -0
- package/dist/components/molecules/mapping-fn-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-fn-pane-view.js +77 -0
- package/dist/components/molecules/mapping-fn-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-function-pane-base.d.ts +53 -0
- package/dist/components/molecules/mapping-function-pane-base.d.ts.map +1 -0
- package/dist/components/molecules/mapping-function-pane-base.js +60 -0
- package/dist/components/molecules/mapping-function-pane-base.js.map +1 -0
- package/dist/components/molecules/mapping-key-pane-view.d.ts +23 -0
- package/dist/components/molecules/mapping-key-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-key-pane-view.js +12 -0
- package/dist/components/molecules/mapping-key-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-loop-field.d.ts +44 -0
- package/dist/components/molecules/mapping-loop-field.d.ts.map +1 -0
- package/dist/components/molecules/mapping-loop-field.js +133 -0
- package/dist/components/molecules/mapping-loop-field.js.map +1 -0
- package/dist/components/molecules/mapping-loop-pane-view.d.ts +28 -0
- package/dist/components/molecules/mapping-loop-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-loop-pane-view.js +44 -0
- package/dist/components/molecules/mapping-loop-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-map-field.d.ts +31 -0
- package/dist/components/molecules/mapping-map-field.d.ts.map +1 -0
- package/dist/components/molecules/mapping-map-field.js +120 -0
- package/dist/components/molecules/mapping-map-field.js.map +1 -0
- package/dist/components/molecules/mapping-map-overview.d.ts +13 -0
- package/dist/components/molecules/mapping-map-overview.d.ts.map +1 -0
- package/dist/components/molecules/mapping-map-overview.js +58 -0
- package/dist/components/molecules/mapping-map-overview.js.map +1 -0
- package/dist/components/molecules/mapping-map-pane-view-rjsf.d.ts +53 -0
- package/dist/components/molecules/mapping-map-pane-view-rjsf.d.ts.map +1 -0
- package/dist/components/molecules/mapping-map-pane-view-rjsf.js +127 -0
- package/dist/components/molecules/mapping-map-pane-view-rjsf.js.map +1 -0
- package/dist/components/molecules/mapping-name-pane-view.d.ts +22 -0
- package/dist/components/molecules/mapping-name-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-name-pane-view.js +38 -0
- package/dist/components/molecules/mapping-name-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-navigation-header.d.ts +27 -0
- package/dist/components/molecules/mapping-navigation-header.d.ts.map +1 -0
- package/dist/components/molecules/mapping-navigation-header.js +7 -0
- package/dist/components/molecules/mapping-navigation-header.js.map +1 -0
- package/dist/components/molecules/mapping-overview-pane.d.ts +14 -0
- package/dist/components/molecules/mapping-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/mapping-overview-pane.js +60 -0
- package/dist/components/molecules/mapping-overview-pane.js.map +1 -0
- package/dist/components/molecules/mapping-pane.d.ts +52 -0
- package/dist/components/molecules/mapping-pane.d.ts.map +1 -0
- package/dist/components/molecules/mapping-pane.js +155 -0
- package/dist/components/molecules/mapping-pane.js.map +1 -0
- package/dist/components/molecules/mapping-policy-overview-pane.d.ts +26 -0
- package/dist/components/molecules/mapping-policy-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/mapping-policy-overview-pane.js +69 -0
- package/dist/components/molecules/mapping-policy-overview-pane.js.map +1 -0
- package/dist/components/molecules/mapping-primitive-pane-view.d.ts +30 -0
- package/dist/components/molecules/mapping-primitive-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-primitive-pane-view.js +43 -0
- package/dist/components/molecules/mapping-primitive-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-rule-pane-view.d.ts +25 -0
- package/dist/components/molecules/mapping-rule-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-rule-pane-view.js +35 -0
- package/dist/components/molecules/mapping-rule-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-set-field.d.ts +34 -0
- package/dist/components/molecules/mapping-set-field.d.ts.map +1 -0
- package/dist/components/molecules/mapping-set-field.js +160 -0
- package/dist/components/molecules/mapping-set-field.js.map +1 -0
- package/dist/components/molecules/mapping-set-pane-view.d.ts +31 -0
- package/dist/components/molecules/mapping-set-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-set-pane-view.js +96 -0
- package/dist/components/molecules/mapping-set-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-tab-bar.d.ts +15 -0
- package/dist/components/molecules/mapping-tab-bar.d.ts.map +1 -0
- package/dist/components/molecules/mapping-tab-bar.js +9 -0
- package/dist/components/molecules/mapping-tab-bar.js.map +1 -0
- package/dist/components/molecules/mapping-tree-sidebar.d.ts +59 -0
- package/dist/components/molecules/mapping-tree-sidebar.d.ts.map +1 -0
- package/dist/components/molecules/mapping-tree-sidebar.js +491 -0
- package/dist/components/molecules/mapping-tree-sidebar.js.map +1 -0
- package/dist/components/molecules/mapping-type-grid.d.ts +12 -0
- package/dist/components/molecules/mapping-type-grid.d.ts.map +1 -0
- package/dist/components/molecules/mapping-type-grid.js +107 -0
- package/dist/components/molecules/mapping-type-grid.js.map +1 -0
- package/dist/components/molecules/mapping-type-selector.d.ts +21 -0
- package/dist/components/molecules/mapping-type-selector.d.ts.map +1 -0
- package/dist/components/molecules/mapping-type-selector.js +38 -0
- package/dist/components/molecules/mapping-type-selector.js.map +1 -0
- package/dist/components/molecules/mapping-validate-pane-view.d.ts +19 -0
- package/dist/components/molecules/mapping-validate-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-validate-pane-view.js +66 -0
- package/dist/components/molecules/mapping-validate-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-value-config-pane-view.d.ts +30 -0
- package/dist/components/molecules/mapping-value-config-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-value-config-pane-view.js +105 -0
- package/dist/components/molecules/mapping-value-config-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-value-pane-view.d.ts +28 -0
- package/dist/components/molecules/mapping-value-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-value-pane-view.js +40 -0
- package/dist/components/molecules/mapping-value-pane-view.js.map +1 -0
- package/dist/components/molecules/mapping-value-type-pane-view.d.ts +27 -0
- package/dist/components/molecules/mapping-value-type-pane-view.d.ts.map +1 -0
- package/dist/components/molecules/mapping-value-type-pane-view.js +253 -0
- package/dist/components/molecules/mapping-value-type-pane-view.js.map +1 -0
- package/dist/components/molecules/options-pane.d.ts +28 -0
- package/dist/components/molecules/options-pane.d.ts.map +1 -0
- package/dist/components/molecules/options-pane.js +80 -0
- package/dist/components/molecules/options-pane.js.map +1 -0
- package/dist/components/molecules/preview.d.ts +22 -0
- package/dist/components/molecules/preview.d.ts.map +1 -0
- package/dist/components/molecules/preview.js +221 -0
- package/dist/components/molecules/preview.js.map +1 -0
- package/dist/components/molecules/preview.stories.d.ts +23 -0
- package/dist/components/molecules/preview.stories.d.ts.map +1 -0
- package/dist/components/molecules/preview.stories.js +186 -0
- package/dist/components/molecules/preview.stories.js.map +1 -0
- package/dist/components/molecules/property-suggestions.d.ts +17 -0
- package/dist/components/molecules/property-suggestions.d.ts.map +1 -0
- package/dist/components/molecules/property-suggestions.js +56 -0
- package/dist/components/molecules/property-suggestions.js.map +1 -0
- package/dist/components/molecules/property-table.d.ts +7 -0
- package/dist/components/molecules/property-table.d.ts.map +1 -0
- package/dist/components/molecules/property-table.js +88 -0
- package/dist/components/molecules/property-table.js.map +1 -0
- package/dist/components/molecules/property-table.stories.d.ts +24 -0
- package/dist/components/molecules/property-table.stories.d.ts.map +1 -0
- package/dist/components/molecules/property-table.stories.js +86 -0
- package/dist/components/molecules/property-table.stories.js.map +1 -0
- package/dist/components/molecules/settings-overview-pane.d.ts +32 -0
- package/dist/components/molecules/settings-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/settings-overview-pane.js +85 -0
- package/dist/components/molecules/settings-overview-pane.js.map +1 -0
- package/dist/components/molecules/validation-overview-pane.d.ts +27 -0
- package/dist/components/molecules/validation-overview-pane.d.ts.map +1 -0
- package/dist/components/molecules/validation-overview-pane.js +50 -0
- package/dist/components/molecules/validation-overview-pane.js.map +1 -0
- package/dist/components/organisms/browser-box.d.ts +31 -0
- package/dist/components/organisms/browser-box.d.ts.map +1 -0
- package/dist/components/organisms/browser-box.js +80 -0
- package/dist/components/organisms/browser-box.js.map +1 -0
- package/dist/components/organisms/browser-box.stories.d.ts +26 -0
- package/dist/components/organisms/browser-box.stories.d.ts.map +1 -0
- package/dist/components/organisms/browser-box.stories.js +102 -0
- package/dist/components/organisms/browser-box.stories.js.map +1 -0
- package/dist/components/organisms/collector-box.d.ts +24 -0
- package/dist/components/organisms/collector-box.d.ts.map +1 -0
- package/dist/components/organisms/collector-box.js +56 -0
- package/dist/components/organisms/collector-box.js.map +1 -0
- package/dist/components/organisms/collector-box.stories.d.ts +22 -0
- package/dist/components/organisms/collector-box.stories.d.ts.map +1 -0
- package/dist/components/organisms/collector-box.stories.js +59 -0
- package/dist/components/organisms/collector-box.stories.js.map +1 -0
- package/dist/components/organisms/config-editor/config-editor-box.d.ts +35 -0
- package/dist/components/organisms/config-editor/config-editor-box.d.ts.map +1 -0
- package/dist/components/organisms/config-editor/config-editor-box.js +50 -0
- package/dist/components/organisms/config-editor/config-editor-box.js.map +1 -0
- package/dist/components/organisms/config-editor/config-editor-tabs.d.ts +52 -0
- package/dist/components/organisms/config-editor/config-editor-tabs.d.ts.map +1 -0
- package/dist/components/organisms/config-editor/config-editor-tabs.js +127 -0
- package/dist/components/organisms/config-editor/config-editor-tabs.js.map +1 -0
- package/dist/components/organisms/config-editor/config-editor.d.ts +47 -0
- package/dist/components/organisms/config-editor/config-editor.d.ts.map +1 -0
- package/dist/components/organisms/config-editor/config-editor.js +50 -0
- package/dist/components/organisms/config-editor/config-editor.js.map +1 -0
- package/dist/components/organisms/config-editor/config-editor.stories.d.ts +25 -0
- package/dist/components/organisms/config-editor/config-editor.stories.d.ts.map +1 -0
- package/dist/components/organisms/config-editor/config-editor.stories.js +77 -0
- package/dist/components/organisms/config-editor/config-editor.stories.js.map +1 -0
- package/dist/components/organisms/config-editor/index.d.ts +22 -0
- package/dist/components/organisms/config-editor/index.d.ts.map +1 -0
- package/dist/components/organisms/config-editor/index.js +20 -0
- package/dist/components/organisms/config-editor/index.js.map +1 -0
- package/dist/components/organisms/live-code.d.ts +22 -0
- package/dist/components/organisms/live-code.d.ts.map +1 -0
- package/dist/components/organisms/live-code.js +50 -0
- package/dist/components/organisms/live-code.js.map +1 -0
- package/dist/components/organisms/live-code.stories.d.ts +24 -0
- package/dist/components/organisms/live-code.stories.d.ts.map +1 -0
- package/dist/components/organisms/live-code.stories.js +55 -0
- package/dist/components/organisms/live-code.stories.js.map +1 -0
- package/dist/components/ui/button.d.ts +4 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.js +6 -0
- package/dist/components/ui/button.js.map +1 -0
- package/dist/components/ui/icon.d.ts +5 -0
- package/dist/components/ui/icon.d.ts.map +1 -0
- package/dist/components/ui/icon.js +5 -0
- package/dist/components/ui/icon.js.map +1 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/label.js +5 -0
- package/dist/components/ui/label.js.map +1 -0
- package/dist/contexts/GridHeightContext.d.ts +11 -0
- package/dist/contexts/GridHeightContext.d.ts.map +1 -0
- package/dist/contexts/GridHeightContext.js +14 -0
- package/dist/contexts/GridHeightContext.js.map +1 -0
- package/dist/helpers/capture.d.ts +83 -0
- package/dist/helpers/capture.d.ts.map +1 -0
- package/dist/helpers/capture.js +125 -0
- package/dist/helpers/capture.js.map +1 -0
- package/dist/helpers/destinations.d.ts +21 -0
- package/dist/helpers/destinations.d.ts.map +1 -0
- package/dist/helpers/destinations.js +46 -0
- package/dist/helpers/destinations.js.map +1 -0
- package/dist/hooks/useMappingNavigation.d.ts +62 -0
- package/dist/hooks/useMappingNavigation.d.ts.map +1 -0
- package/dist/hooks/useMappingNavigation.js +339 -0
- package/dist/hooks/useMappingNavigation.js.map +1 -0
- package/dist/hooks/useMappingState.d.ts +56 -0
- package/dist/hooks/useMappingState.d.ts.map +1 -0
- package/dist/hooks/useMappingState.js +142 -0
- package/dist/hooks/useMappingState.js.map +1 -0
- package/dist/hooks/useMonacoHeight.d.ts +31 -0
- package/dist/hooks/useMonacoHeight.d.ts.map +1 -0
- package/dist/hooks/useMonacoHeight.js +83 -0
- package/dist/hooks/useMonacoHeight.js.map +1 -0
- package/dist/hooks/useTreeState.d.ts +32 -0
- package/dist/hooks/useTreeState.d.ts.map +1 -0
- package/dist/hooks/useTreeState.js +94 -0
- package/dist/hooks/useTreeState.js.map +1 -0
- package/dist/index.d.cts +152 -33
- package/dist/index.d.ts +65 -1265
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +49 -14046
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4759 -1375
- package/dist/index.mjs.map +1 -1
- package/dist/lib/utils.d.ts +7 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +10 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/{monaco-types-GBPMPIMU.mjs → monaco-types-4FIH5OVX.mjs} +2 -2
- package/dist/providers/MDXProvider.d.ts +40 -0
- package/dist/providers/MDXProvider.d.ts.map +1 -0
- package/dist/providers/MDXProvider.js +57 -0
- package/dist/providers/MDXProvider.js.map +1 -0
- package/dist/schemas/config-structures/destination-config.d.ts +27 -0
- package/dist/schemas/config-structures/destination-config.d.ts.map +1 -0
- package/dist/schemas/config-structures/destination-config.js +104 -0
- package/dist/schemas/config-structures/destination-config.js.map +1 -0
- package/dist/schemas/config-structures/index.d.ts +17 -0
- package/dist/schemas/config-structures/index.d.ts.map +1 -0
- package/dist/schemas/config-structures/index.js +17 -0
- package/dist/schemas/config-structures/index.js.map +1 -0
- package/dist/schemas/config-structures/mapping-rule.d.ts +17 -0
- package/dist/schemas/config-structures/mapping-rule.d.ts.map +1 -0
- package/dist/schemas/config-structures/mapping-rule.js +81 -0
- package/dist/schemas/config-structures/mapping-rule.js.map +1 -0
- package/dist/schemas/config-structures/types.d.ts +62 -0
- package/dist/schemas/config-structures/types.d.ts.map +1 -0
- package/dist/schemas/config-structures/types.js +2 -0
- package/dist/schemas/config-structures/types.js.map +1 -0
- package/dist/schemas/mapping-rule-schema.d.ts +25 -0
- package/dist/schemas/mapping-rule-schema.d.ts.map +1 -0
- package/dist/schemas/mapping-rule-schema.js +86 -0
- package/dist/schemas/mapping-rule-schema.js.map +1 -0
- package/dist/schemas/rule-properties-schema.d.ts +42 -0
- package/dist/schemas/rule-properties-schema.d.ts.map +1 -0
- package/dist/schemas/rule-properties-schema.js +79 -0
- package/dist/schemas/rule-properties-schema.js.map +1 -0
- package/dist/schemas/value-config-schema.d.ts +36 -0
- package/dist/schemas/value-config-schema.d.ts.map +1 -0
- package/dist/schemas/value-config-schema.js +227 -0
- package/dist/schemas/value-config-schema.js.map +1 -0
- package/dist/styles.css +317 -0
- package/dist/themes/index.d.ts +23 -0
- package/dist/themes/index.d.ts.map +1 -0
- package/dist/themes/index.js +29 -0
- package/dist/themes/index.js.map +1 -0
- package/dist/themes/lighthouse.d.ts +26 -0
- package/dist/themes/lighthouse.d.ts.map +1 -0
- package/dist/themes/lighthouse.js +229 -0
- package/dist/themes/lighthouse.js.map +1 -0
- package/dist/themes/palenight.d.ts +31 -0
- package/dist/themes/palenight.d.ts.map +1 -0
- package/dist/themes/palenight.js +235 -0
- package/dist/themes/palenight.js.map +1 -0
- package/dist/themes/types.d.ts +103 -0
- package/dist/themes/types.d.ts.map +1 -0
- package/dist/themes/types.js +8 -0
- package/dist/themes/types.js.map +1 -0
- package/dist/types/schemas.d.ts +29 -0
- package/dist/types/schemas.d.ts.map +1 -0
- package/dist/types/schemas.js +2 -0
- package/dist/types/schemas.js.map +1 -0
- package/dist/utils/clean-form-data.d.ts +26 -0
- package/dist/utils/clean-form-data.d.ts.map +1 -0
- package/dist/utils/clean-form-data.js +76 -0
- package/dist/utils/clean-form-data.js.map +1 -0
- package/dist/utils/code-normalizer.d.ts +11 -0
- package/dist/utils/code-normalizer.d.ts.map +1 -0
- package/dist/utils/code-normalizer.js +21 -0
- package/dist/utils/code-normalizer.js.map +1 -0
- package/dist/utils/config-validator.d.ts +12 -0
- package/dist/utils/config-validator.d.ts.map +1 -0
- package/dist/utils/config-validator.js +10 -0
- package/dist/utils/config-validator.js.map +1 -0
- package/dist/utils/consent-scanner.d.ts +19 -0
- package/dist/utils/consent-scanner.d.ts.map +1 -0
- package/dist/utils/consent-scanner.js +115 -0
- package/dist/utils/consent-scanner.js.map +1 -0
- package/dist/utils/format-code.d.ts +9 -0
- package/dist/utils/format-code.d.ts.map +1 -0
- package/dist/utils/format-code.js +68 -0
- package/dist/utils/format-code.js.map +1 -0
- package/dist/utils/generic-tree-builder.d.ts +37 -0
- package/dist/utils/generic-tree-builder.d.ts.map +1 -0
- package/dist/utils/generic-tree-builder.js +225 -0
- package/dist/utils/generic-tree-builder.js.map +1 -0
- package/dist/utils/mapping-path.d.ts +146 -0
- package/dist/utils/mapping-path.d.ts.map +1 -0
- package/dist/utils/mapping-path.js +271 -0
- package/dist/utils/mapping-path.js.map +1 -0
- package/dist/utils/monaco-context-types.d.ts +39 -0
- package/dist/utils/monaco-context-types.d.ts.map +1 -0
- package/dist/utils/monaco-context-types.js +426 -0
- package/dist/utils/monaco-context-types.js.map +1 -0
- package/dist/utils/monaco-decorators.d.ts +17 -0
- package/dist/utils/monaco-decorators.d.ts.map +1 -0
- package/dist/utils/monaco-decorators.js +79 -0
- package/dist/utils/monaco-decorators.js.map +1 -0
- package/dist/utils/monaco-formatters.d.ts +16 -0
- package/dist/utils/monaco-formatters.d.ts.map +1 -0
- package/dist/utils/monaco-formatters.js +139 -0
- package/dist/utils/monaco-formatters.js.map +1 -0
- package/dist/utils/monaco-types.d.ts +174 -0
- package/dist/utils/monaco-types.d.ts.map +1 -0
- package/dist/utils/monaco-types.js +378 -0
- package/dist/utils/monaco-types.js.map +1 -0
- package/dist/utils/path-analyzer.d.ts +88 -0
- package/dist/utils/path-analyzer.d.ts.map +1 -0
- package/dist/utils/path-analyzer.js +215 -0
- package/dist/utils/path-analyzer.js.map +1 -0
- package/dist/utils/schema-validation.d.ts +36 -0
- package/dist/utils/schema-validation.d.ts.map +1 -0
- package/dist/utils/schema-validation.js +136 -0
- package/dist/utils/schema-validation.js.map +1 -0
- package/dist/utils/type-detector.d.ts +35 -0
- package/dist/utils/type-detector.d.ts.map +1 -0
- package/dist/utils/type-detector.js +241 -0
- package/dist/utils/type-detector.js.map +1 -0
- package/dist/utils/value-display-formatter.d.ts +31 -0
- package/dist/utils/value-display-formatter.d.ts.map +1 -0
- package/dist/utils/value-display-formatter.js +110 -0
- package/dist/utils/value-display-formatter.js.map +1 -0
- package/package.json +44 -28
- package/dist/chunk-BEAIHYJ5.mjs +0 -587
- package/dist/chunk-BEAIHYJ5.mjs.map +0 -1
- /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
|