@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
|
@@ -0,0 +1,587 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { FlowMap } from './FlowMap';
|
|
3
|
+
const meta = {
|
|
4
|
+
title: 'Molecules/FlowMap',
|
|
5
|
+
component: FlowMap,
|
|
6
|
+
tags: ['autodocs'],
|
|
7
|
+
decorators: [
|
|
8
|
+
(Story) => (_jsx("div", { className: "elb-explorer", "data-theme": "dark", style: { padding: '20px', background: '#1f2937' }, children: _jsx(Story, {}) })),
|
|
9
|
+
],
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
// Layout presets for comparison
|
|
13
|
+
const layouts = {
|
|
14
|
+
compact: {
|
|
15
|
+
labelSize: 12,
|
|
16
|
+
labelWeight: '600',
|
|
17
|
+
textSize: 11,
|
|
18
|
+
textWeight: 'normal',
|
|
19
|
+
boxHeight: 45,
|
|
20
|
+
descriptionSize: 13,
|
|
21
|
+
},
|
|
22
|
+
standard: {
|
|
23
|
+
labelSize: 13,
|
|
24
|
+
labelWeight: '600',
|
|
25
|
+
textSize: 12,
|
|
26
|
+
textWeight: 'normal',
|
|
27
|
+
boxHeight: 50,
|
|
28
|
+
descriptionSize: 13,
|
|
29
|
+
},
|
|
30
|
+
prominent: {
|
|
31
|
+
labelSize: 14,
|
|
32
|
+
labelWeight: '600',
|
|
33
|
+
textSize: 11,
|
|
34
|
+
textWeight: 'normal',
|
|
35
|
+
boxHeight: 50,
|
|
36
|
+
descriptionSize: 13,
|
|
37
|
+
},
|
|
38
|
+
balanced: {
|
|
39
|
+
labelSize: 13,
|
|
40
|
+
labelWeight: '600',
|
|
41
|
+
textSize: 13,
|
|
42
|
+
textWeight: 'normal',
|
|
43
|
+
boxHeight: 55,
|
|
44
|
+
descriptionSize: 13,
|
|
45
|
+
},
|
|
46
|
+
withDesc: {
|
|
47
|
+
labelSize: 13,
|
|
48
|
+
labelWeight: '600',
|
|
49
|
+
textSize: 12,
|
|
50
|
+
textWeight: 'normal',
|
|
51
|
+
boxHeight: 50,
|
|
52
|
+
descriptionSize: 13,
|
|
53
|
+
},
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Default state - Soft Pastels palette (mint → sky → lavender)
|
|
57
|
+
*/
|
|
58
|
+
export const Default = {
|
|
59
|
+
args: {},
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* With custom labels and text
|
|
63
|
+
*/
|
|
64
|
+
export const WithLabels = {
|
|
65
|
+
args: {
|
|
66
|
+
sources: { default: { label: 'Website', text: 'walker.js' } },
|
|
67
|
+
collector: { label: 'walkerOS', text: 'Node' },
|
|
68
|
+
destinations: { default: { label: 'GA4', text: 'Analytics' } },
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* Layout Comparison - 5 typography/spacing variations
|
|
73
|
+
*/
|
|
74
|
+
export const LayoutComparison = {
|
|
75
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '28px' }, children: [_jsx("div", { style: { color: '#6b7280', fontSize: '12px', marginBottom: '4px' }, children: "Compare typography and spacing variations. All use same content." }), _jsxs("div", { children: [_jsxs("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: ["1. Compact", _jsx("span", { style: { color: '#6b7280', fontSize: '11px', marginLeft: '12px' }, children: "label: 12px/600, text: 11px, box: 45px" })] }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
76
|
+
background: '#1f2937',
|
|
77
|
+
padding: '12px',
|
|
78
|
+
borderRadius: '8px',
|
|
79
|
+
}, children: _jsx(FlowMap, { layout: layouts.compact, sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } } }) })] }), _jsxs("div", { children: [_jsxs("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: ["2. Standard", _jsx("span", { style: { color: '#6b7280', fontSize: '11px', marginLeft: '12px' }, children: "label: 13px/600, text: 12px, box: 50px" })] }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
80
|
+
background: '#1f2937',
|
|
81
|
+
padding: '12px',
|
|
82
|
+
borderRadius: '8px',
|
|
83
|
+
}, children: _jsx(FlowMap, { layout: layouts.standard, sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } } }) })] }), _jsxs("div", { children: [_jsxs("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: ["3. Prominent", _jsx("span", { style: { color: '#6b7280', fontSize: '11px', marginLeft: '12px' }, children: "label: 14px/600, text: 11px, box: 50px" })] }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
84
|
+
background: '#1f2937',
|
|
85
|
+
padding: '12px',
|
|
86
|
+
borderRadius: '8px',
|
|
87
|
+
}, children: _jsx(FlowMap, { layout: layouts.prominent, sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } } }) })] }), _jsxs("div", { children: [_jsxs("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: ["4. Balanced", _jsx("span", { style: { color: '#6b7280', fontSize: '11px', marginLeft: '12px' }, children: "label: 13px/600, text: 13px, box: 55px" })] }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
88
|
+
background: '#1f2937',
|
|
89
|
+
padding: '12px',
|
|
90
|
+
borderRadius: '8px',
|
|
91
|
+
}, children: _jsx(FlowMap, { layout: layouts.balanced, sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } } }) })] }), _jsxs("div", { children: [_jsxs("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: ["5. With Description", _jsx("span", { style: { color: '#6b7280', fontSize: '11px', marginLeft: '12px' }, children: "label: 13px/600, text: 12px, box: 50px + description below" })] }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
92
|
+
background: '#1f2937',
|
|
93
|
+
padding: '12px',
|
|
94
|
+
borderRadius: '8px',
|
|
95
|
+
}, children: _jsx(FlowMap, { layout: layouts.withDesc, sources: {
|
|
96
|
+
default: {
|
|
97
|
+
label: 'Source',
|
|
98
|
+
text: 'walker.js',
|
|
99
|
+
description: 'Data origin',
|
|
100
|
+
},
|
|
101
|
+
}, collector: {
|
|
102
|
+
label: 'Collector',
|
|
103
|
+
text: 'Node',
|
|
104
|
+
description: 'Processing',
|
|
105
|
+
}, destinations: {
|
|
106
|
+
default: {
|
|
107
|
+
label: 'Destination',
|
|
108
|
+
text: 'GA4',
|
|
109
|
+
description: 'Analytics',
|
|
110
|
+
},
|
|
111
|
+
} }) })] })] })),
|
|
112
|
+
decorators: [
|
|
113
|
+
(Story) => (_jsx("div", { style: { padding: '20px', background: '#111827' }, children: _jsx(Story, {}) })),
|
|
114
|
+
],
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* Responsive behavior - scales down in narrow containers
|
|
118
|
+
*/
|
|
119
|
+
export const ResponsiveDemo = {
|
|
120
|
+
args: {},
|
|
121
|
+
decorators: [
|
|
122
|
+
(Story) => (_jsx("div", { className: "elb-explorer", "data-theme": "dark", style: { padding: '20px', background: '#1f2937' }, children: _jsx("div", { style: {
|
|
123
|
+
maxWidth: '350px',
|
|
124
|
+
border: '1px dashed #4b5563',
|
|
125
|
+
padding: '8px',
|
|
126
|
+
}, children: _jsx(Story, {}) }) })),
|
|
127
|
+
],
|
|
128
|
+
};
|
|
129
|
+
/**
|
|
130
|
+
* Rich content and link examples
|
|
131
|
+
*/
|
|
132
|
+
export const RichContentExamples = {
|
|
133
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '24px' }, children: [_jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Clickable boxes (default - each box links to its docs)" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
134
|
+
background: '#1f2937',
|
|
135
|
+
padding: '12px',
|
|
136
|
+
borderRadius: '8px',
|
|
137
|
+
}, children: _jsx(FlowMap, { sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } } }) })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Rich HTML text (ReactNode with formatting)" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
138
|
+
background: '#1f2937',
|
|
139
|
+
padding: '12px',
|
|
140
|
+
borderRadius: '8px',
|
|
141
|
+
}, children: _jsx(FlowMap, { boxHeight: 70, descriptionHeight: 50, sources: {
|
|
142
|
+
default: {
|
|
143
|
+
label: 'Source',
|
|
144
|
+
text: (_jsxs("span", { children: [_jsx("a", { href: "/docs/walker-js", style: { color: 'inherit' }, children: "walker.js" }), ' ', "v2", _jsx("br", {}), "Browser SDK"] })),
|
|
145
|
+
description: 'Client-side tracking with automatic page view detection',
|
|
146
|
+
link: false, // Disable box link since text has its own link
|
|
147
|
+
},
|
|
148
|
+
}, collector: {
|
|
149
|
+
label: 'Collector',
|
|
150
|
+
text: (_jsxs("span", { children: [_jsx("strong", { children: "Node" }), " server", _jsx("br", {}), "with validation"] })),
|
|
151
|
+
description: 'Server-side processing and event enrichment',
|
|
152
|
+
}, destinations: {
|
|
153
|
+
default: {
|
|
154
|
+
label: 'Destination',
|
|
155
|
+
text: (_jsxs("span", { children: ["GA4 + BigQuery", _jsx("br", {}), "data warehouse"] })),
|
|
156
|
+
description: 'Analytics and raw data storage for analysis',
|
|
157
|
+
link: '/docs/destinations/bigquery', // Custom URL
|
|
158
|
+
},
|
|
159
|
+
} }) })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Non-clickable boxes (link: false)" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
160
|
+
background: '#1f2937',
|
|
161
|
+
padding: '12px',
|
|
162
|
+
borderRadius: '8px',
|
|
163
|
+
}, children: _jsx(FlowMap, { sources: {
|
|
164
|
+
default: { label: 'Source', text: 'walker.js', link: false },
|
|
165
|
+
}, collector: { label: 'Collector', text: 'Node', link: false }, destinations: {
|
|
166
|
+
default: { label: 'Destination', text: 'GA4', link: false },
|
|
167
|
+
} }) })] })] })),
|
|
168
|
+
decorators: [
|
|
169
|
+
(Story) => (_jsx("div", { style: { padding: '20px', background: '#111827' }, children: _jsx(Story, {}) })),
|
|
170
|
+
],
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* Stage highlight variations - use highlight:false to dim stages
|
|
174
|
+
*/
|
|
175
|
+
export const HighlightVariations = {
|
|
176
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '24px' }, children: [_jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "1. All stages highlighted (default)" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
177
|
+
background: '#1f2937',
|
|
178
|
+
padding: '12px',
|
|
179
|
+
borderRadius: '8px',
|
|
180
|
+
}, children: _jsx(FlowMap, { sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } } }) })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "2. Only destination highlighted" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
181
|
+
background: '#1f2937',
|
|
182
|
+
padding: '12px',
|
|
183
|
+
borderRadius: '8px',
|
|
184
|
+
}, children: _jsx(FlowMap, { sources: {
|
|
185
|
+
default: {
|
|
186
|
+
label: 'Source',
|
|
187
|
+
text: 'walker.js',
|
|
188
|
+
highlight: false,
|
|
189
|
+
},
|
|
190
|
+
}, collector: { label: 'Collector', text: 'Node', highlight: false }, destinations: { default: { label: 'Destination', text: 'GA4' } } }) })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "3. Collector and destination highlighted" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
191
|
+
background: '#1f2937',
|
|
192
|
+
padding: '12px',
|
|
193
|
+
borderRadius: '8px',
|
|
194
|
+
}, children: _jsx(FlowMap, { sources: {
|
|
195
|
+
default: {
|
|
196
|
+
label: 'Source',
|
|
197
|
+
text: 'walker.js',
|
|
198
|
+
highlight: false,
|
|
199
|
+
},
|
|
200
|
+
}, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } } }) })] })] })),
|
|
201
|
+
decorators: [
|
|
202
|
+
(Story) => (_jsx("div", { style: { padding: '20px', background: '#111827' }, children: _jsx(Story, {}) })),
|
|
203
|
+
],
|
|
204
|
+
};
|
|
205
|
+
/**
|
|
206
|
+
* Marker examples - numbered callouts on stages and arrows
|
|
207
|
+
*/
|
|
208
|
+
export const MarkerExamples = {
|
|
209
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '24px' }, children: [_jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Single marker on source" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
210
|
+
background: '#1f2937',
|
|
211
|
+
padding: '12px',
|
|
212
|
+
borderRadius: '8px',
|
|
213
|
+
}, children: _jsx(FlowMap, { sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } }, markers: [{ position: 'source' }] }) })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Multiple markers with auto-numbering" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
214
|
+
background: '#1f2937',
|
|
215
|
+
padding: '12px',
|
|
216
|
+
borderRadius: '8px',
|
|
217
|
+
}, children: _jsx(FlowMap, { sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } }, markers: [
|
|
218
|
+
{ position: 'incoming' },
|
|
219
|
+
{ position: 'source' },
|
|
220
|
+
{ position: 'source-collector' },
|
|
221
|
+
{ position: 'collector' },
|
|
222
|
+
{ position: 'destination' },
|
|
223
|
+
] }) })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Custom marker text" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
224
|
+
background: '#1f2937',
|
|
225
|
+
padding: '12px',
|
|
226
|
+
borderRadius: '8px',
|
|
227
|
+
}, children: _jsx(FlowMap, { sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } }, markers: [
|
|
228
|
+
{ position: 'source-left', id: 'A' },
|
|
229
|
+
{ position: 'collector-right', id: 'B' },
|
|
230
|
+
{ position: 'outgoing', id: '!' },
|
|
231
|
+
] }) })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "All marker positions" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
232
|
+
background: '#1f2937',
|
|
233
|
+
padding: '12px',
|
|
234
|
+
borderRadius: '8px',
|
|
235
|
+
}, children: _jsx(FlowMap, { sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } }, markers: [
|
|
236
|
+
{ position: 'incoming', id: 'in' },
|
|
237
|
+
{ position: 'source-left', id: 'SL' },
|
|
238
|
+
{ position: 'source-right', id: 'SR' },
|
|
239
|
+
{ position: 'source-collector', id: 'SC' },
|
|
240
|
+
{ position: 'collector-left', id: 'CL' },
|
|
241
|
+
{ position: 'collector-right', id: 'CR' },
|
|
242
|
+
{ position: 'collector-destination', id: 'CD' },
|
|
243
|
+
{ position: 'destination-left', id: 'DL' },
|
|
244
|
+
{ position: 'destination-right', id: 'DR' },
|
|
245
|
+
{ position: 'outgoing', id: 'out' },
|
|
246
|
+
] }) })] })] })),
|
|
247
|
+
decorators: [
|
|
248
|
+
(Story) => (_jsx("div", { style: { padding: '20px', background: '#111827' }, children: _jsx(Story, {}) })),
|
|
249
|
+
],
|
|
250
|
+
};
|
|
251
|
+
/**
|
|
252
|
+
* Markers with legend - shows markers and legend text below diagram
|
|
253
|
+
*/
|
|
254
|
+
export const MarkersWithLegend = {
|
|
255
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '24px' }, children: [_jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Markers with legend descriptions" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
256
|
+
background: '#1f2937',
|
|
257
|
+
padding: '12px',
|
|
258
|
+
borderRadius: '8px',
|
|
259
|
+
}, children: _jsx(FlowMap, { sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } }, markers: [
|
|
260
|
+
{
|
|
261
|
+
position: 'source',
|
|
262
|
+
id: '1',
|
|
263
|
+
text: 'Events are tracked on user interactions',
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
position: 'source-collector',
|
|
267
|
+
id: '2',
|
|
268
|
+
text: 'Data is validated and sent to the collector server',
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
position: 'collector',
|
|
272
|
+
id: '3',
|
|
273
|
+
text: 'Events are processed, enriched, and transformed',
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
position: 'destination',
|
|
277
|
+
id: '4',
|
|
278
|
+
text: 'Analytics platform receives the processed data',
|
|
279
|
+
},
|
|
280
|
+
] }) })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Mixed markers (some with legend, some without)" }), _jsx("div", { className: "elb-explorer", "data-theme": "dark", style: {
|
|
281
|
+
background: '#1f2937',
|
|
282
|
+
padding: '12px',
|
|
283
|
+
borderRadius: '8px',
|
|
284
|
+
}, children: _jsx(FlowMap, { sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } }, markers: [
|
|
285
|
+
{ position: 'incoming', id: 'A', text: 'Page view event' },
|
|
286
|
+
{ position: 'source' }, // No legend entry, auto-numbered
|
|
287
|
+
{
|
|
288
|
+
position: 'collector',
|
|
289
|
+
id: 'B',
|
|
290
|
+
text: 'Validation & enrichment',
|
|
291
|
+
},
|
|
292
|
+
{ position: 'outgoing' }, // No legend entry, auto-numbered
|
|
293
|
+
] }) })] })] })),
|
|
294
|
+
decorators: [
|
|
295
|
+
(Story) => (_jsx("div", { style: { padding: '20px', background: '#111827' }, children: _jsx(Story, {}) })),
|
|
296
|
+
],
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* Theme comparison - Dark and Light mode side by side
|
|
300
|
+
*/
|
|
301
|
+
export const ThemeComparison = {
|
|
302
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '24px' }, children: [_jsxs("div", { "data-theme": "dark", children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Dark Mode" }), _jsx("div", { className: "elb-explorer", style: {
|
|
303
|
+
background: '#1f2937',
|
|
304
|
+
padding: '12px',
|
|
305
|
+
borderRadius: '8px',
|
|
306
|
+
}, children: _jsx(FlowMap, { sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } }, markers: [
|
|
307
|
+
{
|
|
308
|
+
position: 'source',
|
|
309
|
+
id: '1',
|
|
310
|
+
text: 'Events are tracked on user interactions',
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
position: 'source-collector',
|
|
314
|
+
id: '2',
|
|
315
|
+
text: 'Data is validated and sent to the collector server',
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
position: 'collector',
|
|
319
|
+
id: '3',
|
|
320
|
+
text: 'Events are processed, enriched, and transformed',
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
position: 'destination',
|
|
324
|
+
id: '4',
|
|
325
|
+
text: 'Analytics platform receives the processed data',
|
|
326
|
+
},
|
|
327
|
+
] }) })] }), _jsxs("div", { "data-theme": "light", children: [_jsx("h3", { style: { color: '#6b7280', marginBottom: '8px', fontSize: '14px' }, children: "Light Mode" }), _jsx("div", { className: "elb-explorer", style: {
|
|
328
|
+
background: '#ffffff',
|
|
329
|
+
padding: '12px',
|
|
330
|
+
borderRadius: '8px',
|
|
331
|
+
border: '1px solid #e5e7eb',
|
|
332
|
+
}, children: _jsx(FlowMap, { sources: { default: { label: 'Source', text: 'walker.js' } }, collector: { label: 'Collector', text: 'Node' }, destinations: { default: { label: 'Destination', text: 'GA4' } }, markers: [
|
|
333
|
+
{
|
|
334
|
+
position: 'source',
|
|
335
|
+
id: '1',
|
|
336
|
+
text: 'Events are tracked on user interactions',
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
position: 'source-collector',
|
|
340
|
+
id: '2',
|
|
341
|
+
text: 'Data is validated and sent to the collector server',
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
position: 'collector',
|
|
345
|
+
id: '3',
|
|
346
|
+
text: 'Events are processed, enriched, and transformed',
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
position: 'destination',
|
|
350
|
+
id: '4',
|
|
351
|
+
text: 'Analytics platform receives the processed data',
|
|
352
|
+
},
|
|
353
|
+
] }) })] })] })),
|
|
354
|
+
decorators: [
|
|
355
|
+
(Story) => (_jsx("div", { style: { padding: '20px', background: '#111827' }, children: _jsx(Story, {}) })),
|
|
356
|
+
],
|
|
357
|
+
};
|
|
358
|
+
/**
|
|
359
|
+
* Context Stages - Shows optional stageBefore and stageAfter
|
|
360
|
+
* These stages act as visual boundaries (no edge arrows extend beyond them)
|
|
361
|
+
*/
|
|
362
|
+
export const ContextStages = {
|
|
363
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '32px' }, children: [_jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Basic Usage" }), _jsx(FlowMap, { stageBefore: { label: 'Browser', text: 'Click event' }, sources: { default: { text: 'web' } }, collector: { text: 'walkerjs' }, destinations: { default: { text: 'API' } }, stageAfter: { label: 'gtag', text: 'GA4' } })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Available Marker Positions" }), _jsx(FlowMap, { stageBefore: { label: 'Browser', text: 'Click event' }, sources: { default: { text: 'web' } }, collector: { text: 'walkerjs' }, destinations: { default: { text: 'API' } }, stageAfter: { label: 'gtag', text: 'GA4' }, markers: [
|
|
364
|
+
{ position: 'stage-before', id: '1', text: 'stage-before' },
|
|
365
|
+
{ position: 'before-source', id: '2', text: 'before-source' },
|
|
366
|
+
{ position: 'stage-after-left', id: '3', text: 'stage-after-left' },
|
|
367
|
+
{
|
|
368
|
+
position: 'destination-after',
|
|
369
|
+
id: '4',
|
|
370
|
+
text: 'destination-after',
|
|
371
|
+
},
|
|
372
|
+
] })] })] })),
|
|
373
|
+
};
|
|
374
|
+
/**
|
|
375
|
+
* Typical flow with back-and-forth arrows (withReturn).
|
|
376
|
+
* Shows two parallel arrows per connection - one forward, one return.
|
|
377
|
+
*/
|
|
378
|
+
export const TypicalFlowWithReturn = {
|
|
379
|
+
render: () => (_jsx(FlowMap, { sources: { default: { label: 'Website', text: 'walker.js' } }, collector: { label: 'walkerOS', text: 'Node' }, destinations: { default: { label: 'BigQuery', text: 'Warehouse' } }, withReturn: true })),
|
|
380
|
+
};
|
|
381
|
+
/**
|
|
382
|
+
* 3x3 Mesh: Multiple sources to multiple destinations.
|
|
383
|
+
* All arrows point forward (no return arrows).
|
|
384
|
+
*/
|
|
385
|
+
export const MeshLayout = {
|
|
386
|
+
render: () => (_jsx(FlowMap, { sources: {
|
|
387
|
+
web: { label: 'Web' },
|
|
388
|
+
app: { label: 'App' },
|
|
389
|
+
server: { label: 'Server' },
|
|
390
|
+
}, collector: { label: 'walkerOS' }, destinations: {
|
|
391
|
+
ga4: { label: 'GA4' },
|
|
392
|
+
bigquery: { label: 'BigQuery' },
|
|
393
|
+
segment: { label: 'Segment' },
|
|
394
|
+
} })),
|
|
395
|
+
};
|
|
396
|
+
/**
|
|
397
|
+
* Various multi-stage configurations.
|
|
398
|
+
*/
|
|
399
|
+
export const MultipleStages = {
|
|
400
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '32px' }, children: [_jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "2 Sources \u2192 1 Destination" }), _jsx(FlowMap, { sources: {
|
|
401
|
+
web: { label: 'Web', text: 'walker.js' },
|
|
402
|
+
app: { label: 'App', text: 'SDK' },
|
|
403
|
+
}, collector: { label: 'walkerOS', text: 'Node' }, destinations: { default: { label: 'BigQuery' } } })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "1 Source \u2192 3 Destinations" }), _jsx(FlowMap, { sources: { default: { label: 'Website', text: 'walker.js' } }, collector: { label: 'walkerOS' }, destinations: {
|
|
404
|
+
ga4: { label: 'GA4', text: 'Analytics' },
|
|
405
|
+
bigquery: { label: 'BigQuery', text: 'Warehouse' },
|
|
406
|
+
segment: { label: 'Segment', text: 'CDP' },
|
|
407
|
+
} })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "With named markers" }), _jsx(FlowMap, { sources: {
|
|
408
|
+
web: { label: 'Web' },
|
|
409
|
+
app: { label: 'App' },
|
|
410
|
+
}, collector: { label: 'walkerOS' }, destinations: {
|
|
411
|
+
ga4: { label: 'GA4' },
|
|
412
|
+
bigquery: { label: 'BigQuery' },
|
|
413
|
+
}, markers: [
|
|
414
|
+
{ position: 'source-web', id: '1', text: 'source-web (Web)' },
|
|
415
|
+
{ position: 'source-app', id: '2', text: 'source-app (App)' },
|
|
416
|
+
{ position: 'destination-ga4', id: '3', text: 'destination-ga4' },
|
|
417
|
+
{
|
|
418
|
+
position: 'destination-bigquery',
|
|
419
|
+
id: '4',
|
|
420
|
+
text: 'destination-bigquery',
|
|
421
|
+
},
|
|
422
|
+
] })] })] })),
|
|
423
|
+
};
|
|
424
|
+
/**
|
|
425
|
+
* Icons - Display Iconify icons before labels in boxes
|
|
426
|
+
*/
|
|
427
|
+
export const WithIcons = {
|
|
428
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '32px' }, children: [_jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Icons on all stages" }), _jsx(FlowMap, { sources: {
|
|
429
|
+
default: {
|
|
430
|
+
icon: 'mdi:web',
|
|
431
|
+
label: 'Website',
|
|
432
|
+
text: 'walker.js',
|
|
433
|
+
},
|
|
434
|
+
}, collector: {
|
|
435
|
+
icon: 'mdi:server',
|
|
436
|
+
label: 'walkerOS',
|
|
437
|
+
text: 'Node',
|
|
438
|
+
}, destinations: {
|
|
439
|
+
default: {
|
|
440
|
+
icon: 'simple-icons:googleanalytics',
|
|
441
|
+
label: 'GA4',
|
|
442
|
+
text: 'Analytics',
|
|
443
|
+
},
|
|
444
|
+
} })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Multiple sources and destinations with icons" }), _jsx(FlowMap, { sources: {
|
|
445
|
+
web: {
|
|
446
|
+
icon: 'mdi:web',
|
|
447
|
+
label: 'Web',
|
|
448
|
+
text: 'Browser SDK',
|
|
449
|
+
},
|
|
450
|
+
app: {
|
|
451
|
+
icon: 'mdi:cellphone',
|
|
452
|
+
label: 'App',
|
|
453
|
+
text: 'Mobile SDK',
|
|
454
|
+
},
|
|
455
|
+
}, collector: {
|
|
456
|
+
icon: 'mdi:cog',
|
|
457
|
+
label: 'Collector',
|
|
458
|
+
}, destinations: {
|
|
459
|
+
ga4: {
|
|
460
|
+
icon: 'simple-icons:googleanalytics',
|
|
461
|
+
label: 'GA4',
|
|
462
|
+
},
|
|
463
|
+
bigquery: {
|
|
464
|
+
icon: 'simple-icons:googlebigquery',
|
|
465
|
+
label: 'BigQuery',
|
|
466
|
+
},
|
|
467
|
+
meta: {
|
|
468
|
+
icon: 'simple-icons:meta',
|
|
469
|
+
label: 'Meta',
|
|
470
|
+
},
|
|
471
|
+
} })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Mixed: some stages with icons, some without" }), _jsx(FlowMap, { sources: {
|
|
472
|
+
default: {
|
|
473
|
+
icon: 'mdi:web',
|
|
474
|
+
label: 'Website',
|
|
475
|
+
text: 'walker.js',
|
|
476
|
+
},
|
|
477
|
+
}, collector: {
|
|
478
|
+
label: 'walkerOS',
|
|
479
|
+
text: 'Node',
|
|
480
|
+
}, destinations: {
|
|
481
|
+
default: {
|
|
482
|
+
icon: 'simple-icons:googleanalytics',
|
|
483
|
+
label: 'GA4',
|
|
484
|
+
},
|
|
485
|
+
} })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "With context stages and icons" }), _jsx(FlowMap, { stageBefore: {
|
|
486
|
+
icon: 'mdi:cursor-default-click',
|
|
487
|
+
label: 'Browser',
|
|
488
|
+
text: 'Click event',
|
|
489
|
+
}, sources: {
|
|
490
|
+
default: {
|
|
491
|
+
icon: 'mdi:web',
|
|
492
|
+
text: 'web',
|
|
493
|
+
},
|
|
494
|
+
}, collector: {
|
|
495
|
+
icon: 'mdi:cog',
|
|
496
|
+
text: 'walkerjs',
|
|
497
|
+
}, destinations: {
|
|
498
|
+
default: {
|
|
499
|
+
icon: 'mdi:api',
|
|
500
|
+
text: 'API',
|
|
501
|
+
},
|
|
502
|
+
}, stageAfter: {
|
|
503
|
+
icon: 'simple-icons:googleanalytics',
|
|
504
|
+
label: 'gtag',
|
|
505
|
+
text: 'GA4',
|
|
506
|
+
} })] })] })),
|
|
507
|
+
};
|
|
508
|
+
/**
|
|
509
|
+
* Bidirectional Flow - With return arrows showing full data flow back and forth
|
|
510
|
+
*/
|
|
511
|
+
export const BidirectionalFlow = {
|
|
512
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '32px' }, children: [_jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Typical flow with return arrows (withReturn=true)" }), _jsx(FlowMap, { sources: { default: { label: 'Website', text: 'walker.js' } }, collector: { label: 'walkerOS', text: 'Node' }, destinations: { default: { label: 'GA4', text: 'Analytics' } }, withReturn: true })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Multi-source with return arrows" }), _jsx(FlowMap, { sources: {
|
|
513
|
+
web: { label: 'Web', text: 'walker.js' },
|
|
514
|
+
app: { label: 'App', text: 'SDK' },
|
|
515
|
+
}, collector: { label: 'walkerOS', text: 'Node' }, destinations: { default: { label: 'BigQuery' } }, withReturn: true })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Multi-destination with return arrows" }), _jsx(FlowMap, { sources: { default: { label: 'Website', text: 'walker.js' } }, collector: { label: 'walkerOS' }, destinations: {
|
|
516
|
+
ga4: { label: 'GA4', text: 'Analytics' },
|
|
517
|
+
bigquery: { label: 'BigQuery', text: 'Warehouse' },
|
|
518
|
+
}, withReturn: true })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "2x2 mesh with return arrows" }), _jsx(FlowMap, { sources: {
|
|
519
|
+
web: { label: 'Web' },
|
|
520
|
+
app: { label: 'App' },
|
|
521
|
+
}, collector: { label: 'walkerOS' }, destinations: {
|
|
522
|
+
ga4: { label: 'GA4' },
|
|
523
|
+
bigquery: { label: 'BigQuery' },
|
|
524
|
+
}, withReturn: true })] })] })),
|
|
525
|
+
};
|
|
526
|
+
/**
|
|
527
|
+
* Per-Destination After Stages - Each destination can have its own external platform box
|
|
528
|
+
*/
|
|
529
|
+
export const PerDestinationAfterStages = {
|
|
530
|
+
render: () => (_jsxs("div", { style: { display: 'flex', flexDirection: 'column', gap: '32px' }, children: [_jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Each destination with its own external platform" }), _jsx(FlowMap, { sources: { default: { highlight: false } }, collector: { highlight: false }, destinations: {
|
|
531
|
+
ga4: {
|
|
532
|
+
label: 'Destination',
|
|
533
|
+
text: 'GA4',
|
|
534
|
+
after: { label: 'External', text: 'Google Analytics' },
|
|
535
|
+
},
|
|
536
|
+
api: {
|
|
537
|
+
label: 'Destination',
|
|
538
|
+
text: 'API',
|
|
539
|
+
after: { label: 'External', text: 'Custom Endpoint' },
|
|
540
|
+
},
|
|
541
|
+
} })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Mixed: some destinations with after, some using shared stageAfter" }), _jsx(FlowMap, { sources: { default: { highlight: false } }, collector: { highlight: false }, destinations: {
|
|
542
|
+
ga4: {
|
|
543
|
+
label: 'Destination',
|
|
544
|
+
text: 'GA4',
|
|
545
|
+
after: { label: 'External', text: 'Google Analytics' },
|
|
546
|
+
},
|
|
547
|
+
segment: {
|
|
548
|
+
label: 'Destination',
|
|
549
|
+
text: 'Segment',
|
|
550
|
+
// No after - will use shared stageAfter
|
|
551
|
+
},
|
|
552
|
+
}, stageAfter: { label: 'External', text: 'CDP' } })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Three destinations with per-destination external platforms" }), _jsx(FlowMap, { sources: {
|
|
553
|
+
web: { label: 'Web', text: 'walker.js' },
|
|
554
|
+
}, collector: { label: 'walkerOS' }, destinations: {
|
|
555
|
+
ga4: {
|
|
556
|
+
label: 'Destination',
|
|
557
|
+
text: 'GA4',
|
|
558
|
+
after: {
|
|
559
|
+
icon: 'simple-icons:googleanalytics',
|
|
560
|
+
label: 'External',
|
|
561
|
+
text: 'Google Analytics',
|
|
562
|
+
},
|
|
563
|
+
},
|
|
564
|
+
meta: {
|
|
565
|
+
label: 'Destination',
|
|
566
|
+
text: 'Meta',
|
|
567
|
+
after: {
|
|
568
|
+
icon: 'simple-icons:meta',
|
|
569
|
+
label: 'External',
|
|
570
|
+
text: 'Facebook',
|
|
571
|
+
},
|
|
572
|
+
},
|
|
573
|
+
bigquery: {
|
|
574
|
+
label: 'Destination',
|
|
575
|
+
text: 'BigQuery',
|
|
576
|
+
after: {
|
|
577
|
+
icon: 'simple-icons:googlebigquery',
|
|
578
|
+
label: 'External',
|
|
579
|
+
text: 'Data Warehouse',
|
|
580
|
+
},
|
|
581
|
+
},
|
|
582
|
+
} })] }), _jsxs("div", { children: [_jsx("h3", { style: { color: '#9ca3af', marginBottom: '8px', fontSize: '14px' }, children: "Backward compatibility: shared stageAfter still works" }), _jsx(FlowMap, { sources: { default: { highlight: false } }, collector: { highlight: false }, destinations: {
|
|
583
|
+
ga4: { label: 'Destination', text: 'GA4' },
|
|
584
|
+
api: { label: 'Destination', text: 'API' },
|
|
585
|
+
}, stageAfter: { label: 'External', text: 'Platforms' } })] })] })),
|
|
586
|
+
};
|
|
587
|
+
//# sourceMappingURL=FlowMap.stories.js.map
|