@burdenoff/fe-libs 2026.510.126
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/README.md +65 -0
- package/dist/_virtual/_rolldown/runtime.js +20 -0
- package/dist/button/Button.d.ts +12 -0
- package/dist/button/Button.d.ts.map +1 -0
- package/dist/button/Button.js +39 -0
- package/dist/button/index.d.ts +3 -0
- package/dist/button/index.d.ts.map +1 -0
- package/dist/button.d.ts +2 -0
- package/dist/button.js +2 -0
- package/dist/chrome/AccountSwitcher.d.ts +51 -0
- package/dist/chrome/AccountSwitcher.d.ts.map +1 -0
- package/dist/chrome/AccountSwitcher.js +221 -0
- package/dist/chrome/AppShellLayout.d.ts +67 -0
- package/dist/chrome/AppShellLayout.d.ts.map +1 -0
- package/dist/chrome/AppShellLayout.js +32 -0
- package/dist/chrome/AutoBreadcrumbs.d.ts +22 -0
- package/dist/chrome/AutoBreadcrumbs.d.ts.map +1 -0
- package/dist/chrome/AutoBreadcrumbs.js +84 -0
- package/dist/chrome/Breadcrumb.d.ts +47 -0
- package/dist/chrome/Breadcrumb.d.ts.map +1 -0
- package/dist/chrome/Breadcrumbs.d.ts +69 -0
- package/dist/chrome/Breadcrumbs.d.ts.map +1 -0
- package/dist/chrome/Breadcrumbs.js +78 -0
- package/dist/chrome/CommandPalette.d.ts +64 -0
- package/dist/chrome/CommandPalette.d.ts.map +1 -0
- package/dist/chrome/CommandPalette.js +189 -0
- package/dist/chrome/ContextSwitcher.d.ts +48 -0
- package/dist/chrome/ContextSwitcher.d.ts.map +1 -0
- package/dist/chrome/ContextSwitcher.js +393 -0
- package/dist/chrome/DynamicFooter.d.ts +21 -0
- package/dist/chrome/DynamicFooter.d.ts.map +1 -0
- package/dist/chrome/DynamicFooter.js +142 -0
- package/dist/chrome/Footer.d.ts +128 -0
- package/dist/chrome/Footer.d.ts.map +1 -0
- package/dist/chrome/Footer.js +211 -0
- package/dist/chrome/FooterBar.d.ts +79 -0
- package/dist/chrome/FooterBar.d.ts.map +1 -0
- package/dist/chrome/FooterBar.js +84 -0
- package/dist/chrome/GeographySwitcher.d.ts +22 -0
- package/dist/chrome/GeographySwitcher.d.ts.map +1 -0
- package/dist/chrome/GeographySwitcher.js +162 -0
- package/dist/chrome/GlobalSearch.d.ts +49 -0
- package/dist/chrome/GlobalSearch.d.ts.map +1 -0
- package/dist/chrome/GlobalSearch.js +489 -0
- package/dist/chrome/HeaderBar.d.ts +108 -0
- package/dist/chrome/HeaderBar.d.ts.map +1 -0
- package/dist/chrome/HeaderBar.js +141 -0
- package/dist/chrome/LanguagePickerSheet.d.ts +22 -0
- package/dist/chrome/LanguagePickerSheet.d.ts.map +1 -0
- package/dist/chrome/LanguagePickerSheet.js +57 -0
- package/dist/chrome/LanguageSwitcher.d.ts +23 -0
- package/dist/chrome/LanguageSwitcher.d.ts.map +1 -0
- package/dist/chrome/LanguageSwitcher.js +94 -0
- package/dist/chrome/NavLink.d.ts +64 -0
- package/dist/chrome/NavLink.d.ts.map +1 -0
- package/dist/chrome/NavLink.js +46 -0
- package/dist/chrome/NotificationCenter.d.ts +16 -0
- package/dist/chrome/NotificationCenter.d.ts.map +1 -0
- package/dist/chrome/NotificationCenter.js +697 -0
- package/dist/chrome/PanelContainer.d.ts +8 -0
- package/dist/chrome/PanelContainer.d.ts.map +1 -0
- package/dist/chrome/PanelContainer.js +83 -0
- package/dist/chrome/PanelTabs.d.ts +19 -0
- package/dist/chrome/PanelTabs.d.ts.map +1 -0
- package/dist/chrome/PanelTabs.js +41 -0
- package/dist/chrome/PluginContextMenuTarget.d.ts +8 -0
- package/dist/chrome/PluginContextMenuTarget.d.ts.map +1 -0
- package/dist/chrome/PluginContextMenuTarget.js +71 -0
- package/dist/chrome/PluginFooterStrip.d.ts +3 -0
- package/dist/chrome/PluginFooterStrip.d.ts.map +1 -0
- package/dist/chrome/PluginFooterStrip.js +55 -0
- package/dist/chrome/PluginRoutes.d.ts +9 -0
- package/dist/chrome/PluginRoutes.d.ts.map +1 -0
- package/dist/chrome/PluginRoutes.js +19 -0
- package/dist/chrome/PluginSettingsPage.d.ts +3 -0
- package/dist/chrome/PluginSettingsPage.d.ts.map +1 -0
- package/dist/chrome/PluginSettingsPage.js +57 -0
- package/dist/chrome/PluginToolbar.d.ts +9 -0
- package/dist/chrome/PluginToolbar.d.ts.map +1 -0
- package/dist/chrome/PluginToolbar.js +40 -0
- package/dist/chrome/PluginWidgetGrid.d.ts +7 -0
- package/dist/chrome/PluginWidgetGrid.d.ts.map +1 -0
- package/dist/chrome/PluginWidgetGrid.js +37 -0
- package/dist/chrome/ProductPickerSheet.d.ts +24 -0
- package/dist/chrome/ProductPickerSheet.d.ts.map +1 -0
- package/dist/chrome/ProductPickerSheet.js +75 -0
- package/dist/chrome/ProductSideNav.d.ts +22 -0
- package/dist/chrome/ProductSideNav.d.ts.map +1 -0
- package/dist/chrome/ProductSideNav.js +51 -0
- package/dist/chrome/ProductSwitcher.d.ts +29 -0
- package/dist/chrome/ProductSwitcher.d.ts.map +1 -0
- package/dist/chrome/ProductSwitcher.js +86 -0
- package/dist/chrome/ProfileSwitcher.d.ts +49 -0
- package/dist/chrome/ProfileSwitcher.d.ts.map +1 -0
- package/dist/chrome/ProfileSwitcher.js +226 -0
- package/dist/chrome/ShortcutHelpDialog.d.ts +33 -0
- package/dist/chrome/ShortcutHelpDialog.d.ts.map +1 -0
- package/dist/chrome/ShortcutHelpDialog.js +122 -0
- package/dist/chrome/SideNavigation.d.ts +85 -0
- package/dist/chrome/SideNavigation.d.ts.map +1 -0
- package/dist/chrome/SideNavigation.js +320 -0
- package/dist/chrome/Sidebar.d.ts +108 -0
- package/dist/chrome/Sidebar.d.ts.map +1 -0
- package/dist/chrome/Sidebar.js +104 -0
- package/dist/chrome/StatusBar.d.ts +3 -0
- package/dist/chrome/StatusBar.d.ts.map +1 -0
- package/dist/chrome/StatusBar.js +55 -0
- package/dist/chrome/Tabs.d.ts +74 -0
- package/dist/chrome/Tabs.d.ts.map +1 -0
- package/dist/chrome/Tabs.js +55 -0
- package/dist/chrome/index.d.ts +108 -0
- package/dist/chrome/index.d.ts.map +1 -0
- package/dist/chrome.d.ts +2 -0
- package/dist/chrome.js +34 -0
- package/dist/config/eslint.config.d.ts +12 -0
- package/dist/config/eslint.config.d.ts.map +1 -0
- package/dist/config/index.d.ts +19 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/prettier.config.d.ts +7 -0
- package/dist/config/prettier.config.d.ts.map +1 -0
- package/dist/form/Checkbox.d.ts +60 -0
- package/dist/form/Checkbox.d.ts.map +1 -0
- package/dist/form/Checkbox.js +18 -0
- package/dist/form/Form.d.ts +114 -0
- package/dist/form/Form.d.ts.map +1 -0
- package/dist/form/Form.js +32 -0
- package/dist/form/FormDescription.d.ts +33 -0
- package/dist/form/FormDescription.d.ts.map +1 -0
- package/dist/form/FormDescription.js +17 -0
- package/dist/form/FormField.d.ts +96 -0
- package/dist/form/FormField.d.ts.map +1 -0
- package/dist/form/FormField.js +50 -0
- package/dist/form/FormLabel.d.ts +41 -0
- package/dist/form/FormLabel.d.ts.map +1 -0
- package/dist/form/FormLabel.js +24 -0
- package/dist/form/FormMessage.d.ts +35 -0
- package/dist/form/FormMessage.d.ts.map +1 -0
- package/dist/form/FormMessage.js +20 -0
- package/dist/form/Input.d.ts +43 -0
- package/dist/form/Input.d.ts.map +1 -0
- package/dist/form/Input.js +13 -0
- package/dist/form/Radio.d.ts +99 -0
- package/dist/form/Radio.d.ts.map +1 -0
- package/dist/form/Radio.js +24 -0
- package/dist/form/Select.d.ts +101 -0
- package/dist/form/Select.d.ts.map +1 -0
- package/dist/form/Select.js +69 -0
- package/dist/form/Textarea.d.ts +50 -0
- package/dist/form/Textarea.d.ts.map +1 -0
- package/dist/form/Textarea.js +12 -0
- package/dist/form/index.d.ts +24 -0
- package/dist/form/index.d.ts.map +1 -0
- package/dist/form.d.ts +2 -0
- package/dist/form.js +12 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +8 -0
- package/dist/node_modules/@ungap/structured-clone/esm/deserialize.js +51 -0
- package/dist/node_modules/@ungap/structured-clone/esm/index.js +6 -0
- package/dist/node_modules/@ungap/structured-clone/esm/serialize.js +91 -0
- package/dist/node_modules/bail/index.js +6 -0
- package/dist/node_modules/comma-separated-tokens/index.js +7 -0
- package/dist/node_modules/decode-named-character-reference/index.dom.js +10 -0
- package/dist/node_modules/devlop/lib/default.js +5 -0
- package/dist/node_modules/estree-util-is-identifier-name/lib/index.js +7 -0
- package/dist/node_modules/extend/index.js +40 -0
- package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js +253 -0
- package/dist/node_modules/hast-util-whitespace/lib/index.js +10 -0
- package/dist/node_modules/html-url-attributes/lib/index.js +36 -0
- package/dist/node_modules/inline-style-parser/cjs/index.js +90 -0
- package/dist/node_modules/is-plain-obj/index.js +8 -0
- package/dist/node_modules/mdast-util-from-markdown/lib/index.js +557 -0
- package/dist/node_modules/mdast-util-to-hast/lib/footer.js +103 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/break.js +15 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/code.js +22 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/delete.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +30 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/heading.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/html.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +21 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/image.js +15 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/index.js +56 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +17 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +18 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/link.js +15 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +59 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/list.js +20 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/root.js +10 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/strong.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +24 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/table.js +35 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/text.js +11 -0
- package/dist/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +12 -0
- package/dist/node_modules/mdast-util-to-hast/lib/index.js +19 -0
- package/dist/node_modules/mdast-util-to-hast/lib/revert.js +20 -0
- package/dist/node_modules/mdast-util-to-hast/lib/state.js +108 -0
- package/dist/node_modules/mdast-util-to-string/lib/index.js +24 -0
- package/dist/node_modules/micromark/lib/constructs.js +80 -0
- package/dist/node_modules/micromark/lib/create-tokenizer.js +177 -0
- package/dist/node_modules/micromark/lib/initialize/content.js +34 -0
- package/dist/node_modules/micromark/lib/initialize/document.js +102 -0
- package/dist/node_modules/micromark/lib/initialize/flow.js +25 -0
- package/dist/node_modules/micromark/lib/initialize/text.js +86 -0
- package/dist/node_modules/micromark/lib/parse.js +29 -0
- package/dist/node_modules/micromark/lib/postprocess.js +8 -0
- package/dist/node_modules/micromark/lib/preprocess.js +32 -0
- package/dist/node_modules/micromark-core-commonmark/lib/attention.js +114 -0
- package/dist/node_modules/micromark-core-commonmark/lib/autolink.js +43 -0
- package/dist/node_modules/micromark-core-commonmark/lib/blank-line.js +18 -0
- package/dist/node_modules/micromark-core-commonmark/lib/block-quote.js +38 -0
- package/dist/node_modules/micromark-core-commonmark/lib/character-escape.js +17 -0
- package/dist/node_modules/micromark-core-commonmark/lib/character-reference.js +29 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-fenced.js +89 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-indented.js +43 -0
- package/dist/node_modules/micromark-core-commonmark/lib/code-text.js +43 -0
- package/dist/node_modules/micromark-core-commonmark/lib/content.js +47 -0
- package/dist/node_modules/micromark-core-commonmark/lib/definition.js +60 -0
- package/dist/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +17 -0
- package/dist/node_modules/micromark-core-commonmark/lib/heading-atx.js +67 -0
- package/dist/node_modules/micromark-core-commonmark/lib/html-flow.js +141 -0
- package/dist/node_modules/micromark-core-commonmark/lib/html-text.js +100 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-end.js +158 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-start-image.js +23 -0
- package/dist/node_modules/micromark-core-commonmark/lib/label-start-link.js +20 -0
- package/dist/node_modules/micromark-core-commonmark/lib/line-ending.js +14 -0
- package/dist/node_modules/micromark-core-commonmark/lib/list.js +78 -0
- package/dist/node_modules/micromark-core-commonmark/lib/setext-underline.js +59 -0
- package/dist/node_modules/micromark-core-commonmark/lib/thematic-break.js +25 -0
- package/dist/node_modules/micromark-factory-destination/index.js +26 -0
- package/dist/node_modules/micromark-factory-label/index.js +20 -0
- package/dist/node_modules/micromark-factory-space/index.js +14 -0
- package/dist/node_modules/micromark-factory-title/index.js +24 -0
- package/dist/node_modules/micromark-factory-whitespace/index.js +12 -0
- package/dist/node_modules/micromark-util-character/index.js +24 -0
- package/dist/node_modules/micromark-util-chunked/index.js +11 -0
- package/dist/node_modules/micromark-util-classify-character/index.js +8 -0
- package/dist/node_modules/micromark-util-combine-extensions/index.js +26 -0
- package/dist/node_modules/micromark-util-decode-numeric-character-reference/index.js +7 -0
- package/dist/node_modules/micromark-util-decode-string/index.js +17 -0
- package/dist/node_modules/micromark-util-html-tag-name/index.js +9 -0
- package/dist/node_modules/micromark-util-normalize-identifier/index.js +6 -0
- package/dist/node_modules/micromark-util-resolve-all/index.js +11 -0
- package/dist/node_modules/micromark-util-sanitize-uri/index.js +18 -0
- package/dist/node_modules/micromark-util-subtokenize/index.js +35 -0
- package/dist/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +57 -0
- package/dist/node_modules/property-information/index.js +26 -0
- package/dist/node_modules/property-information/lib/aria.js +61 -0
- package/dist/node_modules/property-information/lib/find.js +31 -0
- package/dist/node_modules/property-information/lib/hast-to-react.js +22 -0
- package/dist/node_modules/property-information/lib/html.js +316 -0
- package/dist/node_modules/property-information/lib/normalize.js +6 -0
- package/dist/node_modules/property-information/lib/svg.js +562 -0
- package/dist/node_modules/property-information/lib/util/case-insensitive-transform.js +7 -0
- package/dist/node_modules/property-information/lib/util/case-sensitive-transform.js +6 -0
- package/dist/node_modules/property-information/lib/util/create.js +14 -0
- package/dist/node_modules/property-information/lib/util/defined-info.js +18 -0
- package/dist/node_modules/property-information/lib/util/info.js +9 -0
- package/dist/node_modules/property-information/lib/util/merge.js +9 -0
- package/dist/node_modules/property-information/lib/util/schema.js +9 -0
- package/dist/node_modules/property-information/lib/util/types.js +16 -0
- package/dist/node_modules/property-information/lib/xlink.js +19 -0
- package/dist/node_modules/property-information/lib/xml.js +15 -0
- package/dist/node_modules/property-information/lib/xmlns.js +14 -0
- package/dist/node_modules/react-error-boundary/dist/react-error-boundary.js +58 -0
- package/dist/node_modules/react-markdown/lib/index.js +140 -0
- package/dist/node_modules/remark-parse/lib/index.js +16 -0
- package/dist/node_modules/remark-rehype/lib/index.js +18 -0
- package/dist/node_modules/space-separated-tokens/index.js +6 -0
- package/dist/node_modules/style-to-js/cjs/index.js +19 -0
- package/dist/node_modules/style-to-js/cjs/utilities.js +18 -0
- package/dist/node_modules/style-to-object/cjs/index.js +23 -0
- package/dist/node_modules/trim-lines/index.js +21 -0
- package/dist/node_modules/trough/lib/index.js +50 -0
- package/dist/node_modules/unified/lib/callable-instance.js +9 -0
- package/dist/node_modules/unified/lib/index.js +161 -0
- package/dist/node_modules/unist-util-is/lib/index.js +47 -0
- package/dist/node_modules/unist-util-position/lib/index.js +22 -0
- package/dist/node_modules/unist-util-stringify-position/lib/index.js +15 -0
- package/dist/node_modules/unist-util-visit/lib/index.js +12 -0
- package/dist/node_modules/unist-util-visit-parents/lib/color.js +6 -0
- package/dist/node_modules/unist-util-visit-parents/lib/index.js +36 -0
- package/dist/node_modules/vfile/lib/index.js +89 -0
- package/dist/node_modules/vfile/lib/minpath.browser.js +99 -0
- package/dist/node_modules/vfile/lib/minproc.browser.js +7 -0
- package/dist/node_modules/vfile/lib/minurl.browser.js +31 -0
- package/dist/node_modules/vfile/lib/minurl.shared.js +6 -0
- package/dist/node_modules/vfile-message/lib/index.js +24 -0
- package/dist/node_modules/web-vitals/dist/web-vitals.js +238 -0
- package/dist/shared/components/AccessDenied.d.ts +117 -0
- package/dist/shared/components/AccessDenied.d.ts.map +1 -0
- package/dist/shared/components/AccessDenied.js +129 -0
- package/dist/shared/components/AppErrorBoundary.d.ts +19 -0
- package/dist/shared/components/AppErrorBoundary.d.ts.map +1 -0
- package/dist/shared/components/AppErrorBoundary.js +221 -0
- package/dist/shared/components/ConditionalShell.d.ts +17 -0
- package/dist/shared/components/ConditionalShell.d.ts.map +1 -0
- package/dist/shared/components/ConditionalShell.js +16 -0
- package/dist/shared/components/ContextConversationWidget.d.ts +6 -0
- package/dist/shared/components/ContextConversationWidget.d.ts.map +1 -0
- package/dist/shared/components/ContextConversationWidget.js +821 -0
- package/dist/shared/components/ErrorBoundary.d.ts +19 -0
- package/dist/shared/components/ErrorBoundary.d.ts.map +1 -0
- package/dist/shared/components/ErrorBoundary.js +90 -0
- package/dist/shared/components/ErrorFallback.d.ts +3 -0
- package/dist/shared/components/ErrorFallback.d.ts.map +1 -0
- package/dist/shared/components/ErrorFallback.js +46 -0
- package/dist/shared/components/KeyboardHelpDialogWrapper.d.ts +7 -0
- package/dist/shared/components/KeyboardHelpDialogWrapper.d.ts.map +1 -0
- package/dist/shared/components/KeyboardHelpDialogWrapper.js +14 -0
- package/dist/shared/components/LegalPage.d.ts +19 -0
- package/dist/shared/components/LegalPage.d.ts.map +1 -0
- package/dist/shared/components/LoadingFallback.d.ts +31 -0
- package/dist/shared/components/LoadingFallback.d.ts.map +1 -0
- package/dist/shared/components/LoadingFallback.js +46 -0
- package/dist/shared/components/MicrofrontendErrorBoundary.d.ts +20 -0
- package/dist/shared/components/MicrofrontendErrorBoundary.d.ts.map +1 -0
- package/dist/shared/components/MicrofrontendErrorBoundary.js +19 -0
- package/dist/shared/components/PWAInstallBanner.d.ts +14 -0
- package/dist/shared/components/PWAInstallBanner.d.ts.map +1 -0
- package/dist/shared/components/PWAInstallBanner.js +113 -0
- package/dist/shared/components/PermissionGate.d.ts +202 -0
- package/dist/shared/components/PermissionGate.d.ts.map +1 -0
- package/dist/shared/components/PermissionGate.js +41 -0
- package/dist/shared/components/ProductAccessGuard.d.ts +8 -0
- package/dist/shared/components/ProductAccessGuard.d.ts.map +1 -0
- package/dist/shared/components/QuotaMeter.d.ts +30 -0
- package/dist/shared/components/QuotaMeter.d.ts.map +1 -0
- package/dist/shared/components/QuotaMeter.js +47 -0
- package/dist/shared/components/RequireAuth.d.ts +76 -0
- package/dist/shared/components/RequireAuth.d.ts.map +1 -0
- package/dist/shared/components/RequireAuth.js +90 -0
- package/dist/shared/components/SSORedirectGuard.d.ts +56 -0
- package/dist/shared/components/SSORedirectGuard.d.ts.map +1 -0
- package/dist/shared/components/SSORedirectGuard.js +134 -0
- package/dist/shared/components/SearchPage.d.ts +24 -0
- package/dist/shared/components/SearchPage.d.ts.map +1 -0
- package/dist/shared/components/index.d.ts +25 -0
- package/dist/shared/components/index.d.ts.map +1 -0
- package/dist/shared/config/authBridgeUrls.d.ts +27 -0
- package/dist/shared/config/authBridgeUrls.d.ts.map +1 -0
- package/dist/shared/config/authBridgeUrls.js +21 -0
- package/dist/shared/config/eslint.config.d.ts +12 -0
- package/dist/shared/config/eslint.config.d.ts.map +1 -0
- package/dist/shared/config/gatewayUrls.d.ts +34 -0
- package/dist/shared/config/gatewayUrls.d.ts.map +1 -0
- package/dist/shared/config/gatewayUrls.js +23 -0
- package/dist/shared/config/index.d.ts +71 -0
- package/dist/shared/config/index.d.ts.map +1 -0
- package/dist/shared/config/prettier.config.d.ts +7 -0
- package/dist/shared/config/prettier.config.d.ts.map +1 -0
- package/dist/shared/config/products.d.ts +42 -0
- package/dist/shared/config/products.d.ts.map +1 -0
- package/dist/shared/config/products.js +67 -0
- package/dist/shared/config/shellRoutes.d.ts +52 -0
- package/dist/shared/config/shellRoutes.d.ts.map +1 -0
- package/dist/shared/config/shellRoutes.js +179 -0
- package/dist/shared/events/index.d.ts +407 -0
- package/dist/shared/events/index.d.ts.map +1 -0
- package/dist/shared/events/metadata.d.ts +7 -0
- package/dist/shared/events/metadata.d.ts.map +1 -0
- package/dist/shared/events/metadata.js +22 -0
- package/dist/shared/events/sinks/BackendAuditSink.d.ts +18 -0
- package/dist/shared/events/sinks/BackendAuditSink.d.ts.map +1 -0
- package/dist/shared/events/sinks/BackendAuditSink.js +50 -0
- package/dist/shared/events/sinks/BroadcastChannelSink.d.ts +10 -0
- package/dist/shared/events/sinks/BroadcastChannelSink.d.ts.map +1 -0
- package/dist/shared/events/sinks/BroadcastChannelSink.js +20 -0
- package/dist/shared/events/sinks/DevtoolsSink.d.ts +10 -0
- package/dist/shared/events/sinks/DevtoolsSink.d.ts.map +1 -0
- package/dist/shared/events/sinks/DevtoolsSink.js +18 -0
- package/dist/shared/events/sinks/OtelBrowserSink.d.ts +14 -0
- package/dist/shared/events/sinks/OtelBrowserSink.d.ts.map +1 -0
- package/dist/shared/events/sinks/OtelBrowserSink.js +92 -0
- package/dist/shared/events/sinks/RybbitSink.d.ts +18 -0
- package/dist/shared/events/sinks/RybbitSink.d.ts.map +1 -0
- package/dist/shared/events/sinks/RybbitSink.js +85 -0
- package/dist/shared/events/sinks/index.d.ts +6 -0
- package/dist/shared/events/sinks/index.d.ts.map +1 -0
- package/dist/shared/events/sinks/index.js +5 -0
- package/dist/shared/feature-flags/FeatureFlagProvider.d.ts +47 -0
- package/dist/shared/feature-flags/FeatureFlagProvider.d.ts.map +1 -0
- package/dist/shared/feature-flags/FeatureFlagProvider.js +110 -0
- package/dist/shared/feature-flags/FeatureGate.d.ts +27 -0
- package/dist/shared/feature-flags/FeatureGate.d.ts.map +1 -0
- package/dist/shared/feature-flags/FeatureGate.js +10 -0
- package/dist/shared/feature-flags/index.d.ts +38 -0
- package/dist/shared/feature-flags/index.d.ts.map +1 -0
- package/dist/shared/feature-flags/types.d.ts +121 -0
- package/dist/shared/feature-flags/types.d.ts.map +1 -0
- package/dist/shared/feature-flags/useFeatureFlag.d.ts +41 -0
- package/dist/shared/feature-flags/useFeatureFlag.d.ts.map +1 -0
- package/dist/shared/feature-flags/useFeatureFlag.js +27 -0
- package/dist/shared/geography/GeographyProvider.d.ts +40 -0
- package/dist/shared/geography/GeographyProvider.d.ts.map +1 -0
- package/dist/shared/geography/GeographyProvider.js +171 -0
- package/dist/shared/geography/countries.d.ts +53 -0
- package/dist/shared/geography/countries.d.ts.map +1 -0
- package/dist/shared/geography/countries.js +2650 -0
- package/dist/shared/geography/index.d.ts +5 -0
- package/dist/shared/geography/index.d.ts.map +1 -0
- package/dist/shared/graphql/GatewayContext.d.ts +55 -0
- package/dist/shared/graphql/GatewayContext.d.ts.map +1 -0
- package/dist/shared/graphql/GatewayContext.js +28 -0
- package/dist/shared/graphql/client.d.ts +122 -0
- package/dist/shared/graphql/client.d.ts.map +1 -0
- package/dist/shared/graphql/client.js +308 -0
- package/dist/shared/graphql/fetch.d.ts +133 -0
- package/dist/shared/graphql/fetch.d.ts.map +1 -0
- package/dist/shared/graphql/fetch.js +323 -0
- package/dist/shared/graphql/index.d.ts +9 -0
- package/dist/shared/graphql/index.d.ts.map +1 -0
- package/dist/shared/graphql/links/sse-link.d.ts +48 -0
- package/dist/shared/graphql/links/sse-link.d.ts.map +1 -0
- package/dist/shared/graphql/links/sse-link.js +88 -0
- package/dist/shared/graphql/security.d.ts +13 -0
- package/dist/shared/graphql/security.d.ts.map +1 -0
- package/dist/shared/graphql/security.js +84 -0
- package/dist/shared/graphql/workspaceToken.d.ts +13 -0
- package/dist/shared/graphql/workspaceToken.d.ts.map +1 -0
- package/dist/shared/graphql/workspaceToken.js +33 -0
- package/dist/shared/help/HelpButton.d.ts +25 -0
- package/dist/shared/help/HelpButton.d.ts.map +1 -0
- package/dist/shared/help/HelpPanel.d.ts +10 -0
- package/dist/shared/help/HelpPanel.d.ts.map +1 -0
- package/dist/shared/help/HelpProvider.d.ts +40 -0
- package/dist/shared/help/HelpProvider.d.ts.map +1 -0
- package/dist/shared/help/index.d.ts +53 -0
- package/dist/shared/help/index.d.ts.map +1 -0
- package/dist/shared/help/types.d.ts +159 -0
- package/dist/shared/help/types.d.ts.map +1 -0
- package/dist/shared/hooks/index.d.ts +30 -0
- package/dist/shared/hooks/index.d.ts.map +1 -0
- package/dist/shared/hooks/shell/index.d.ts +22 -0
- package/dist/shared/hooks/shell/index.d.ts.map +1 -0
- package/dist/shared/hooks/shell/useBreadcrumbs.d.ts +50 -0
- package/dist/shared/hooks/shell/useBreadcrumbs.d.ts.map +1 -0
- package/dist/shared/hooks/shell/useFooterRegistry.d.ts +23 -0
- package/dist/shared/hooks/shell/useFooterRegistry.d.ts.map +1 -0
- package/dist/shared/hooks/shell/useFooterRegistry.js +16 -0
- package/dist/shared/hooks/shell/useGlobalSearch.d.ts +103 -0
- package/dist/shared/hooks/shell/useGlobalSearch.d.ts.map +1 -0
- package/dist/shared/hooks/shell/useGlobalSearch.js +232 -0
- package/dist/shared/hooks/shell/useLanguages.d.ts +36 -0
- package/dist/shared/hooks/shell/useLanguages.d.ts.map +1 -0
- package/dist/shared/hooks/shell/useLanguages.js +165 -0
- package/dist/shared/hooks/shell/useNavRegistry.d.ts +25 -0
- package/dist/shared/hooks/shell/useNavRegistry.d.ts.map +1 -0
- package/dist/shared/hooks/shell/useNavRegistry.js +10 -0
- package/dist/shared/hooks/shell/useProductAccess.d.ts +37 -0
- package/dist/shared/hooks/shell/useProductAccess.d.ts.map +1 -0
- package/dist/shared/hooks/shell/useProducts.d.ts +30 -0
- package/dist/shared/hooks/shell/useProducts.d.ts.map +1 -0
- package/dist/shared/hooks/shell/useProducts.js +97 -0
- package/dist/shared/hooks/useAsync.d.ts +151 -0
- package/dist/shared/hooks/useAsync.d.ts.map +1 -0
- package/dist/shared/hooks/useAsync.js +39 -0
- package/dist/shared/hooks/useBreakpoint.d.ts +83 -0
- package/dist/shared/hooks/useBreakpoint.d.ts.map +1 -0
- package/dist/shared/hooks/useBreakpoint.js +32 -0
- package/dist/shared/hooks/useCopyToClipboard.d.ts +72 -0
- package/dist/shared/hooks/useCopyToClipboard.d.ts.map +1 -0
- package/dist/shared/hooks/useCopyToClipboard.js +26 -0
- package/dist/shared/hooks/useDebounce.d.ts +26 -0
- package/dist/shared/hooks/useDebounce.d.ts.map +1 -0
- package/dist/shared/hooks/useDebounce.js +15 -0
- package/dist/shared/hooks/useHasAnimated.d.ts +10 -0
- package/dist/shared/hooks/useHasAnimated.d.ts.map +1 -0
- package/dist/shared/hooks/useHasAnimated.js +16 -0
- package/dist/shared/hooks/useKeyPress.d.ts +116 -0
- package/dist/shared/hooks/useKeyPress.d.ts.map +1 -0
- package/dist/shared/hooks/useKeyPress.js +31 -0
- package/dist/shared/hooks/useLocalStorage.d.ts +41 -0
- package/dist/shared/hooks/useLocalStorage.d.ts.map +1 -0
- package/dist/shared/hooks/useLocalStorage.js +33 -0
- package/dist/shared/hooks/useMediaQuery.d.ts +35 -0
- package/dist/shared/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/shared/hooks/useMediaQuery.js +14 -0
- package/dist/shared/hooks/useOnClickOutside.d.ts +76 -0
- package/dist/shared/hooks/useOnClickOutside.d.ts.map +1 -0
- package/dist/shared/hooks/useOnClickOutside.js +25 -0
- package/dist/shared/hooks/usePWA.d.ts +57 -0
- package/dist/shared/hooks/usePWA.d.ts.map +1 -0
- package/dist/shared/hooks/usePWA.js +68 -0
- package/dist/shared/hooks/usePrevious.d.ts +157 -0
- package/dist/shared/hooks/usePrevious.d.ts.map +1 -0
- package/dist/shared/hooks/usePrevious.js +22 -0
- package/dist/shared/hooks/useQuotaErrorToast.d.ts +50 -0
- package/dist/shared/hooks/useQuotaErrorToast.d.ts.map +1 -0
- package/dist/shared/hooks/useQuotaErrorToast.js +32 -0
- package/dist/shared/hooks/useReferralAttribution.d.ts +2 -0
- package/dist/shared/hooks/useReferralAttribution.d.ts.map +1 -0
- package/dist/shared/hooks/useReferralAttribution.js +113 -0
- package/dist/shared/hooks/useSessionStorage.d.ts +44 -0
- package/dist/shared/hooks/useSessionStorage.d.ts.map +1 -0
- package/dist/shared/hooks/useSessionStorage.js +33 -0
- package/dist/shared/hooks/useThrottle.d.ts +37 -0
- package/dist/shared/hooks/useThrottle.d.ts.map +1 -0
- package/dist/shared/hooks/useThrottle.js +11 -0
- package/dist/shared/hooks/useToggle.d.ts +152 -0
- package/dist/shared/hooks/useToggle.d.ts.map +1 -0
- package/dist/shared/hooks/useToggle.js +38 -0
- package/dist/shared/index.d.ts +13 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/keyboard/globalShortcuts.d.ts +58 -0
- package/dist/shared/keyboard/globalShortcuts.d.ts.map +1 -0
- package/dist/shared/keyboard/globalShortcuts.js +79 -0
- package/dist/shared/keyboard/index.d.ts +40 -0
- package/dist/shared/keyboard/index.d.ts.map +1 -0
- package/dist/shared/keyboard/types.d.ts +85 -0
- package/dist/shared/keyboard/types.d.ts.map +1 -0
- package/dist/shared/keyboard/types.js +15 -0
- package/dist/shared/keyboard/useHotkeys.d.ts +21 -0
- package/dist/shared/keyboard/useHotkeys.d.ts.map +1 -0
- package/dist/shared/keyboard/useHotkeys.js +27 -0
- package/dist/shared/keyboard/useKeyboardShortcuts.d.ts +94 -0
- package/dist/shared/keyboard/useKeyboardShortcuts.d.ts.map +1 -0
- package/dist/shared/keyboard/useKeyboardShortcuts.js +105 -0
- package/dist/shared/keyboard/useShortcutHelp.d.ts +27 -0
- package/dist/shared/keyboard/useShortcutHelp.d.ts.map +1 -0
- package/dist/shared/keyboard/useShortcutHelp.js +21 -0
- package/dist/shared/keyboard/utils.d.ts +72 -0
- package/dist/shared/keyboard/utils.d.ts.map +1 -0
- package/dist/shared/keyboard/utils.js +165 -0
- package/dist/shared/logger/ConsoleTransport.d.ts +22 -0
- package/dist/shared/logger/ConsoleTransport.d.ts.map +1 -0
- package/dist/shared/logger/ConsoleTransport.js +60 -0
- package/dist/shared/logger/LogManager.d.ts +75 -0
- package/dist/shared/logger/LogManager.d.ts.map +1 -0
- package/dist/shared/logger/LogManager.js +82 -0
- package/dist/shared/logger/Logger.d.ts +86 -0
- package/dist/shared/logger/Logger.d.ts.map +1 -0
- package/dist/shared/logger/Logger.js +100 -0
- package/dist/shared/logger/index.d.ts +42 -0
- package/dist/shared/logger/index.d.ts.map +1 -0
- package/dist/shared/logger/types.d.ts +70 -0
- package/dist/shared/logger/types.d.ts.map +1 -0
- package/dist/shared/logger/types.js +6 -0
- package/dist/shared/logger/useLogger.d.ts +29 -0
- package/dist/shared/logger/useLogger.d.ts.map +1 -0
- package/dist/shared/logger/useLogger.js +11 -0
- package/dist/shared/motion/AnimatedCounter.d.ts +16 -0
- package/dist/shared/motion/AnimatedCounter.d.ts.map +1 -0
- package/dist/shared/motion/AnimatedCounter.js +24 -0
- package/dist/shared/motion/MotionCard.d.ts +18 -0
- package/dist/shared/motion/MotionCard.d.ts.map +1 -0
- package/dist/shared/motion/MotionCard.js +38 -0
- package/dist/shared/motion/MotionCollapse.d.ts +14 -0
- package/dist/shared/motion/MotionCollapse.d.ts.map +1 -0
- package/dist/shared/motion/MotionCollapse.js +22 -0
- package/dist/shared/motion/MotionFade.d.ts +16 -0
- package/dist/shared/motion/MotionFade.d.ts.map +1 -0
- package/dist/shared/motion/MotionFade.js +22 -0
- package/dist/shared/motion/MotionItem.d.ts +25 -0
- package/dist/shared/motion/MotionItem.d.ts.map +1 -0
- package/dist/shared/motion/MotionItem.js +46 -0
- package/dist/shared/motion/MotionList.d.ts +28 -0
- package/dist/shared/motion/MotionList.d.ts.map +1 -0
- package/dist/shared/motion/MotionList.js +32 -0
- package/dist/shared/motion/MotionPage.d.ts +18 -0
- package/dist/shared/motion/MotionPage.d.ts.map +1 -0
- package/dist/shared/motion/MotionPage.js +36 -0
- package/dist/shared/motion/index.d.ts +9 -0
- package/dist/shared/motion/index.d.ts.map +1 -0
- package/dist/shared/motion/variants.d.ts +70 -0
- package/dist/shared/motion/variants.d.ts.map +1 -0
- package/dist/shared/motion/variants.js +267 -0
- package/dist/shared/native/bridge.d.ts +3 -0
- package/dist/shared/native/bridge.d.ts.map +1 -0
- package/dist/shared/native/bridge.js +6 -0
- package/dist/shared/native/consumers.d.ts +9 -0
- package/dist/shared/native/consumers.d.ts.map +1 -0
- package/dist/shared/native/consumers.js +49 -0
- package/dist/shared/native/hooks/index.d.ts +12 -0
- package/dist/shared/native/hooks/index.d.ts.map +1 -0
- package/dist/shared/native/hooks/index.js +7 -0
- package/dist/shared/native/hooks/useAppState.d.ts +3 -0
- package/dist/shared/native/hooks/useAppState.d.ts.map +1 -0
- package/dist/shared/native/hooks/useAppState.js +17 -0
- package/dist/shared/native/hooks/useDeviceInfo.d.ts +3 -0
- package/dist/shared/native/hooks/useDeviceInfo.d.ts.map +1 -0
- package/dist/shared/native/hooks/useDeviceInfo.js +23 -0
- package/dist/shared/native/hooks/useHaptics.d.ts +8 -0
- package/dist/shared/native/hooks/useHaptics.d.ts.map +1 -0
- package/dist/shared/native/hooks/useHaptics.js +12 -0
- package/dist/shared/native/hooks/useNativeKeyboard.d.ts +6 -0
- package/dist/shared/native/hooks/useNativeKeyboard.d.ts.map +1 -0
- package/dist/shared/native/hooks/useNativeKeyboard.js +28 -0
- package/dist/shared/native/hooks/useNativePlatform.d.ts +10 -0
- package/dist/shared/native/hooks/useNativePlatform.d.ts.map +1 -0
- package/dist/shared/native/hooks/useNativePlatform.js +14 -0
- package/dist/shared/native/hooks/useSafeArea.d.ts +3 -0
- package/dist/shared/native/hooks/useSafeArea.d.ts.map +1 -0
- package/dist/shared/native/hooks/useSafeArea.js +35 -0
- package/dist/shared/native/hooks/useStatusBar.d.ts +6 -0
- package/dist/shared/native/hooks/useStatusBar.d.ts.map +1 -0
- package/dist/shared/native/hooks/useStatusBar.js +9 -0
- package/dist/shared/native/index.d.ts +6 -0
- package/dist/shared/native/index.d.ts.map +1 -0
- package/dist/shared/native/platform.d.ts +7 -0
- package/dist/shared/native/platform.d.ts.map +1 -0
- package/dist/shared/native/platform.js +20 -0
- package/dist/shared/native/types.d.ts +62 -0
- package/dist/shared/native/types.d.ts.map +1 -0
- package/dist/shared/pages/AiPage.d.ts +14 -0
- package/dist/shared/pages/AiPage.d.ts.map +1 -0
- package/dist/shared/pages/AiPage.js +78 -0
- package/dist/shared/pages/LegalPage.d.ts +19 -0
- package/dist/shared/pages/LegalPage.d.ts.map +1 -0
- package/dist/shared/pages/LegalPage.js +172 -0
- package/dist/shared/pages/SearchPage.d.ts +28 -0
- package/dist/shared/pages/SearchPage.d.ts.map +1 -0
- package/dist/shared/pages/SearchPage.js +1144 -0
- package/dist/shared/pages/index.d.ts +7 -0
- package/dist/shared/pages/index.d.ts.map +1 -0
- package/dist/shared/plugins/PluginRuntimeProvider.d.ts +28 -0
- package/dist/shared/plugins/PluginRuntimeProvider.d.ts.map +1 -0
- package/dist/shared/plugins/PluginRuntimeProvider.js +78 -0
- package/dist/shared/plugins/context.d.ts +65 -0
- package/dist/shared/plugins/context.d.ts.map +1 -0
- package/dist/shared/plugins/context.js +84 -0
- package/dist/shared/plugins/disposable.d.ts +17 -0
- package/dist/shared/plugins/disposable.d.ts.map +1 -0
- package/dist/shared/plugins/disposable.js +16 -0
- package/dist/shared/plugins/event-bus.d.ts +112 -0
- package/dist/shared/plugins/event-bus.d.ts.map +1 -0
- package/dist/shared/plugins/event-bus.js +45 -0
- package/dist/shared/plugins/index.d.ts +40 -0
- package/dist/shared/plugins/index.d.ts.map +1 -0
- package/dist/shared/plugins/panels/usePanelManagerStore.d.ts +68 -0
- package/dist/shared/plugins/panels/usePanelManagerStore.d.ts.map +1 -0
- package/dist/shared/plugins/panels/usePanelManagerStore.js +140 -0
- package/dist/shared/plugins/registries/createContributionRegistry.d.ts +16 -0
- package/dist/shared/plugins/registries/createContributionRegistry.d.ts.map +1 -0
- package/dist/shared/plugins/registries/createContributionRegistry.js +15 -0
- package/dist/shared/plugins/registries/index.d.ts +15 -0
- package/dist/shared/plugins/registries/index.d.ts.map +1 -0
- package/dist/shared/plugins/registries/useCommandRegistry.d.ts +3 -0
- package/dist/shared/plugins/registries/useCommandRegistry.d.ts.map +1 -0
- package/dist/shared/plugins/registries/useCommandRegistry.js +5 -0
- package/dist/shared/plugins/registries/useContextMenuRegistry.d.ts +3 -0
- package/dist/shared/plugins/registries/useContextMenuRegistry.d.ts.map +1 -0
- package/dist/shared/plugins/registries/useContextMenuRegistry.js +5 -0
- package/dist/shared/plugins/registries/usePanelRegistry.d.ts +3 -0
- package/dist/shared/plugins/registries/usePanelRegistry.d.ts.map +1 -0
- package/dist/shared/plugins/registries/usePanelRegistry.js +5 -0
- package/dist/shared/plugins/registries/useRouteRegistry.d.ts +3 -0
- package/dist/shared/plugins/registries/useRouteRegistry.d.ts.map +1 -0
- package/dist/shared/plugins/registries/useRouteRegistry.js +5 -0
- package/dist/shared/plugins/registries/useSettingsRegistry.d.ts +3 -0
- package/dist/shared/plugins/registries/useSettingsRegistry.d.ts.map +1 -0
- package/dist/shared/plugins/registries/useSettingsRegistry.js +5 -0
- package/dist/shared/plugins/registries/useStatusBarRegistry.d.ts +3 -0
- package/dist/shared/plugins/registries/useStatusBarRegistry.d.ts.map +1 -0
- package/dist/shared/plugins/registries/useStatusBarRegistry.js +5 -0
- package/dist/shared/plugins/registries/useToolbarRegistry.d.ts +3 -0
- package/dist/shared/plugins/registries/useToolbarRegistry.d.ts.map +1 -0
- package/dist/shared/plugins/registries/useToolbarRegistry.js +5 -0
- package/dist/shared/plugins/registries/useWidgetRegistry.d.ts +3 -0
- package/dist/shared/plugins/registries/useWidgetRegistry.d.ts.map +1 -0
- package/dist/shared/plugins/registries/useWidgetRegistry.js +5 -0
- package/dist/shared/plugins/runtime.d.ts +68 -0
- package/dist/shared/plugins/runtime.d.ts.map +1 -0
- package/dist/shared/plugins/runtime.js +148 -0
- package/dist/shared/plugins/types.d.ts +228 -0
- package/dist/shared/plugins/types.d.ts.map +1 -0
- package/dist/shared/providers/AppShellProvider.d.ts +96 -0
- package/dist/shared/providers/AppShellProvider.d.ts.map +1 -0
- package/dist/shared/providers/AppShellProvider.js +436 -0
- package/dist/shared/providers/MicrofrontendProvider.d.ts +41 -0
- package/dist/shared/providers/MicrofrontendProvider.d.ts.map +1 -0
- package/dist/shared/providers/index.d.ts +12 -0
- package/dist/shared/providers/index.d.ts.map +1 -0
- package/dist/shared/providers/shell/ActiveContextProvider.d.ts +88 -0
- package/dist/shared/providers/shell/ActiveContextProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/ActiveContextProvider.js +181 -0
- package/dist/shared/providers/shell/ActiveContextStorage.d.ts +45 -0
- package/dist/shared/providers/shell/ActiveContextStorage.d.ts.map +1 -0
- package/dist/shared/providers/shell/ActiveContextStorage.js +61 -0
- package/dist/shared/providers/shell/AppShellContext.d.ts +19 -0
- package/dist/shared/providers/shell/AppShellContext.d.ts.map +1 -0
- package/dist/shared/providers/shell/AppShellContext.js +20 -0
- package/dist/shared/providers/shell/AuthBridgeClient.d.ts +121 -0
- package/dist/shared/providers/shell/AuthBridgeClient.d.ts.map +1 -0
- package/dist/shared/providers/shell/AuthBridgeClient.js +187 -0
- package/dist/shared/providers/shell/AuthProvider.d.ts +58 -0
- package/dist/shared/providers/shell/AuthProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/AuthProvider.js +391 -0
- package/dist/shared/providers/shell/AuthTokenProvider.d.ts +22 -0
- package/dist/shared/providers/shell/AuthTokenProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/AuthTokenProvider.js +125 -0
- package/dist/shared/providers/shell/ContextManagerProvider.d.ts +56 -0
- package/dist/shared/providers/shell/ContextManagerProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/ContextManagerProvider.js +41 -0
- package/dist/shared/providers/shell/FeatureFlagsProvider.d.ts +20 -0
- package/dist/shared/providers/shell/FeatureFlagsProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/FeatureFlagsProvider.js +58 -0
- package/dist/shared/providers/shell/GatewayRouter.d.ts +31 -0
- package/dist/shared/providers/shell/GatewayRouter.d.ts.map +1 -0
- package/dist/shared/providers/shell/GatewayRouter.js +27 -0
- package/dist/shared/providers/shell/GlobalUiProvider.d.ts +46 -0
- package/dist/shared/providers/shell/GlobalUiProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/GlobalUiProvider.js +99 -0
- package/dist/shared/providers/shell/I18nProvider.d.ts +65 -0
- package/dist/shared/providers/shell/I18nProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/I18nProvider.js +149 -0
- package/dist/shared/providers/shell/MultiGatewayProvider.d.ts +25 -0
- package/dist/shared/providers/shell/MultiGatewayProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/MultiGatewayProvider.js +146 -0
- package/dist/shared/providers/shell/ObservabilityProvider.d.ts +15 -0
- package/dist/shared/providers/shell/ObservabilityProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/ObservabilityProvider.js +35 -0
- package/dist/shared/providers/shell/PageConversationContextProvider.d.ts +22 -0
- package/dist/shared/providers/shell/PageConversationContextProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/PageConversationContextProvider.js +68 -0
- package/dist/shared/providers/shell/PermissionProvider.d.ts +227 -0
- package/dist/shared/providers/shell/PermissionProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/PermissionProvider.js +173 -0
- package/dist/shared/providers/shell/ProfileGeographyBridge.d.ts +8 -0
- package/dist/shared/providers/shell/ProfileGeographyBridge.d.ts.map +1 -0
- package/dist/shared/providers/shell/ProfileGeographyBridge.js +14 -0
- package/dist/shared/providers/shell/ProfileI18nBridge.d.ts +15 -0
- package/dist/shared/providers/shell/ProfileI18nBridge.d.ts.map +1 -0
- package/dist/shared/providers/shell/ProfileI18nBridge.js +57 -0
- package/dist/shared/providers/shell/ProfileStorageManager.d.ts +107 -0
- package/dist/shared/providers/shell/ProfileStorageManager.d.ts.map +1 -0
- package/dist/shared/providers/shell/ProfileStorageManager.js +184 -0
- package/dist/shared/providers/shell/ShellUiProvider.d.ts +47 -0
- package/dist/shared/providers/shell/ShellUiProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/ShellUiProvider.js +89 -0
- package/dist/shared/providers/shell/ThemeProvider.d.ts +29 -0
- package/dist/shared/providers/shell/ThemeProvider.d.ts.map +1 -0
- package/dist/shared/providers/shell/ThemeProvider.js +68 -0
- package/dist/shared/providers/shell/index.d.ts +45 -0
- package/dist/shared/providers/shell/index.d.ts.map +1 -0
- package/dist/shared/shims/assert.d.ts +19 -0
- package/dist/shared/shims/assert.d.ts.map +1 -0
- package/dist/shared/shims/assert.js +15 -0
- package/dist/shared/shims/index.d.ts +25 -0
- package/dist/shared/shims/index.d.ts.map +1 -0
- package/dist/shared/shims/process.d.ts +20 -0
- package/dist/shared/shims/process.d.ts.map +1 -0
- package/dist/shared/shims/process.js +13 -0
- package/dist/shared/shims/use-sync-external-store-shim.d.ts +7 -0
- package/dist/shared/shims/use-sync-external-store-shim.d.ts.map +1 -0
- package/dist/shared/shims/use-sync-external-store-shim.js +2 -0
- package/dist/shared/shims/use-sync-external-store-with-selector.d.ts +17 -0
- package/dist/shared/shims/use-sync-external-store-with-selector.d.ts.map +1 -0
- package/dist/shared/shims/use-sync-external-store-with-selector.js +39 -0
- package/dist/shared/shims/util.d.ts +135 -0
- package/dist/shared/shims/util.d.ts.map +1 -0
- package/dist/shared/shims/util.js +176 -0
- package/dist/shared/tours/TourInitializer.d.ts +6 -0
- package/dist/shared/tours/TourInitializer.d.ts.map +1 -0
- package/dist/shared/tours/TourInitializer.js +35 -0
- package/dist/shared/tours/TourPlayer.d.ts +49 -0
- package/dist/shared/tours/TourPlayer.d.ts.map +1 -0
- package/dist/shared/tours/TourPlayer.js +57 -0
- package/dist/shared/tours/TourPlayerProvider.d.ts +26 -0
- package/dist/shared/tours/TourPlayerProvider.d.ts.map +1 -0
- package/dist/shared/tours/TourPlayerProvider.js +120 -0
- package/dist/shared/tours/TourSpotlight.d.ts +8 -0
- package/dist/shared/tours/TourSpotlight.d.ts.map +1 -0
- package/dist/shared/tours/TourSpotlight.js +78 -0
- package/dist/shared/tours/TourTooltip.d.ts +7 -0
- package/dist/shared/tours/TourTooltip.d.ts.map +1 -0
- package/dist/shared/tours/TourTooltip.js +272 -0
- package/dist/shared/tours/TourTrigger.d.ts +6 -0
- package/dist/shared/tours/TourTrigger.d.ts.map +1 -0
- package/dist/shared/tours/TourTrigger.js +236 -0
- package/dist/shared/tours/ToursContext.d.ts +41 -0
- package/dist/shared/tours/ToursContext.d.ts.map +1 -0
- package/dist/shared/tours/ToursContext.js +443 -0
- package/dist/shared/tours/index.d.ts +49 -0
- package/dist/shared/tours/index.d.ts.map +1 -0
- package/dist/shared/tours/types.d.ts +215 -0
- package/dist/shared/tours/types.d.ts.map +1 -0
- package/dist/shared/tours/types.js +16 -0
- package/dist/shared/tours/useTourPlayer.d.ts +38 -0
- package/dist/shared/tours/useTourPlayer.d.ts.map +1 -0
- package/dist/shared/tours/useTourPlayer.js +238 -0
- package/dist/shared/types/index.d.ts +185 -0
- package/dist/shared/types/index.d.ts.map +1 -0
- package/dist/shared/utils/apollo.d.ts +13 -0
- package/dist/shared/utils/apollo.d.ts.map +1 -0
- package/dist/shared/utils/apollo.js +68 -0
- package/dist/shared/utils/appHelpers.d.ts +34 -0
- package/dist/shared/utils/appHelpers.d.ts.map +1 -0
- package/dist/shared/utils/appHelpers.js +54 -0
- package/dist/shared/utils/authCookie.d.ts +35 -0
- package/dist/shared/utils/authCookie.d.ts.map +1 -0
- package/dist/shared/utils/authCookie.js +86 -0
- package/dist/shared/utils/authErrorHandling.d.ts +65 -0
- package/dist/shared/utils/authErrorHandling.d.ts.map +1 -0
- package/dist/shared/utils/authErrorHandling.js +75 -0
- package/dist/shared/utils/cn.d.ts +6 -0
- package/dist/shared/utils/cn.d.ts.map +1 -0
- package/dist/shared/utils/format.d.ts +98 -0
- package/dist/shared/utils/format.d.ts.map +1 -0
- package/dist/shared/utils/format.js +135 -0
- package/dist/shared/utils/gatewayFetchRewrite.d.ts +53 -0
- package/dist/shared/utils/gatewayFetchRewrite.d.ts.map +1 -0
- package/dist/shared/utils/gatewayFetchRewrite.js +130 -0
- package/dist/shared/utils/index.d.ts +26 -0
- package/dist/shared/utils/index.d.ts.map +1 -0
- package/dist/shared/utils/lazyWithRetry.d.ts +43 -0
- package/dist/shared/utils/lazyWithRetry.d.ts.map +1 -0
- package/dist/shared/utils/lazyWithRetry.js +25 -0
- package/dist/shared/utils/loggerInit.d.ts +15 -0
- package/dist/shared/utils/loggerInit.d.ts.map +1 -0
- package/dist/shared/utils/loggerInit.js +44 -0
- package/dist/shared/utils/mockData.d.ts +40 -0
- package/dist/shared/utils/mockData.d.ts.map +1 -0
- package/dist/shared/utils/profileScopedStorage.d.ts +42 -0
- package/dist/shared/utils/profileScopedStorage.d.ts.map +1 -0
- package/dist/shared/utils/profileScopedStorage.js +55 -0
- package/dist/shared/utils/quotaErrors.d.ts +37 -0
- package/dist/shared/utils/quotaErrors.d.ts.map +1 -0
- package/dist/shared/utils/quotaErrors.js +21 -0
- package/dist/shared/utils/tokens.d.ts +166 -0
- package/dist/shared/utils/tokens.d.ts.map +1 -0
- package/dist/shared/utils/tokens.js +133 -0
- package/dist/shared-components.d.ts +2 -0
- package/dist/shared-components.js +15 -0
- package/dist/shared-config.d.ts +2 -0
- package/dist/shared-config.js +30 -0
- package/dist/shared-events.d.ts +2 -0
- package/dist/shared-events.js +132 -0
- package/dist/shared-feature-flags.d.ts +2 -0
- package/dist/shared-feature-flags.js +4 -0
- package/dist/shared-geography.d.ts +2 -0
- package/dist/shared-geography.js +3 -0
- package/dist/shared-graphql.d.ts +2 -0
- package/dist/shared-graphql.js +8 -0
- package/dist/shared-hooks-shell.d.ts +2 -0
- package/dist/shared-hooks-shell.js +15 -0
- package/dist/shared-hooks.d.ts +2 -0
- package/dist/shared-hooks.js +39 -0
- package/dist/shared-keyboard.d.ts +2 -0
- package/dist/shared-keyboard.js +7 -0
- package/dist/shared-logger.d.ts +2 -0
- package/dist/shared-logger.js +6 -0
- package/dist/shared-motion.d.ts +2 -0
- package/dist/shared-motion.js +9 -0
- package/dist/shared-native.d.ts +2 -0
- package/dist/shared-native.js +12 -0
- package/dist/shared-pages.d.ts +2 -0
- package/dist/shared-pages.js +4 -0
- package/dist/shared-plugins.d.ts +2 -0
- package/dist/shared-plugins.js +15 -0
- package/dist/shared-providers-shell.d.ts +2 -0
- package/dist/shared-providers-shell.js +25 -0
- package/dist/shared-providers.d.ts +2 -0
- package/dist/shared-providers.js +12 -0
- package/dist/shared-shims.d.ts +2 -0
- package/dist/shared-shims.js +6 -0
- package/dist/shared-tours.d.ts +2 -0
- package/dist/shared-tours.js +10 -0
- package/dist/shared-types.d.ts +1 -0
- package/dist/shared-types.js +0 -0
- package/dist/shared-utils.d.ts +2 -0
- package/dist/shared-utils.js +19 -0
- package/dist/shared.d.ts +2 -0
- package/dist/shared.js +103 -0
- package/dist/storage/StorageFolderPicker.d.ts +23 -0
- package/dist/storage/StorageFolderPicker.d.ts.map +1 -0
- package/dist/storage/index.d.ts +3 -0
- package/dist/storage/index.d.ts.map +1 -0
- package/dist/tag/TagBadge.d.ts +17 -0
- package/dist/tag/TagBadge.d.ts.map +1 -0
- package/dist/tag/TagBadge.js +51 -0
- package/dist/tag/TagsWidget.d.ts +103 -0
- package/dist/tag/TagsWidget.d.ts.map +1 -0
- package/dist/tag/TagsWidget.js +283 -0
- package/dist/tag/index.d.ts +3 -0
- package/dist/tag/index.d.ts.map +1 -0
- package/dist/tag.d.ts +2 -0
- package/dist/tag.js +3 -0
- package/dist/ui/accordion.d.ts +8 -0
- package/dist/ui/accordion.d.ts.map +1 -0
- package/dist/ui/accordion.js +43 -0
- package/dist/ui/alert-dialog.d.ts +15 -0
- package/dist/ui/alert-dialog.d.ts.map +1 -0
- package/dist/ui/alert-dialog.js +81 -0
- package/dist/ui/badge.d.ts +10 -0
- package/dist/ui/badge.d.ts.map +1 -0
- package/dist/ui/badge.js +24 -0
- package/dist/ui/button.d.ts +12 -0
- package/dist/ui/button.d.ts.map +1 -0
- package/dist/ui/button.js +45 -0
- package/dist/ui/card.d.ts +9 -0
- package/dist/ui/card.d.ts.map +1 -0
- package/dist/ui/card.js +42 -0
- package/dist/ui/checkbox.d.ts +5 -0
- package/dist/ui/checkbox.d.ts.map +1 -0
- package/dist/ui/checkbox.js +20 -0
- package/dist/ui/command.d.ts +19 -0
- package/dist/ui/command.d.ts.map +1 -0
- package/dist/ui/command.js +85 -0
- package/dist/ui/dialog.d.ts +16 -0
- package/dist/ui/dialog.d.ts.map +1 -0
- package/dist/ui/dialog.js +86 -0
- package/dist/ui/dropdown-menu.d.ts +28 -0
- package/dist/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/ui/dropdown-menu.js +72 -0
- package/dist/ui/index.d.ts +25 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/ui/input.d.ts +5 -0
- package/dist/ui/input.d.ts.map +1 -0
- package/dist/ui/input.js +13 -0
- package/dist/ui/label.d.ts +5 -0
- package/dist/ui/label.d.ts.map +1 -0
- package/dist/ui/label.js +14 -0
- package/dist/ui/popover.d.ts +8 -0
- package/dist/ui/popover.d.ts.map +1 -0
- package/dist/ui/popover.js +35 -0
- package/dist/ui/scroll-area.d.ts +6 -0
- package/dist/ui/scroll-area.d.ts.map +1 -0
- package/dist/ui/scroll-area.js +36 -0
- package/dist/ui/select.d.ts +13 -0
- package/dist/ui/select.d.ts.map +1 -0
- package/dist/ui/select.js +69 -0
- package/dist/ui/separator.d.ts +5 -0
- package/dist/ui/separator.d.ts.map +1 -0
- package/dist/ui/separator.js +16 -0
- package/dist/ui/sheet.d.ts +14 -0
- package/dist/ui/sheet.d.ts.map +1 -0
- package/dist/ui/sheet.js +81 -0
- package/dist/ui/skeleton.d.ts +4 -0
- package/dist/ui/skeleton.d.ts.map +1 -0
- package/dist/ui/skeleton.js +12 -0
- package/dist/ui/sonner.d.ts +4 -0
- package/dist/ui/sonner.d.ts.map +1 -0
- package/dist/ui/sonner.js +28 -0
- package/dist/ui/spinner.d.ts +6 -0
- package/dist/ui/spinner.d.ts.map +1 -0
- package/dist/ui/spinner.js +18 -0
- package/dist/ui/switch.d.ts +5 -0
- package/dist/ui/switch.d.ts.map +1 -0
- package/dist/ui/switch.js +19 -0
- package/dist/ui/table.d.ts +11 -0
- package/dist/ui/table.d.ts.map +1 -0
- package/dist/ui/table.js +57 -0
- package/dist/ui/tabs.d.ts +8 -0
- package/dist/ui/tabs.d.ts.map +1 -0
- package/dist/ui/tabs.js +35 -0
- package/dist/ui/textarea.d.ts +5 -0
- package/dist/ui/textarea.d.ts.map +1 -0
- package/dist/ui/textarea.js +12 -0
- package/dist/ui/tooltip.d.ts +7 -0
- package/dist/ui/tooltip.d.ts.map +1 -0
- package/dist/ui/tooltip.js +14 -0
- package/dist/ui.d.ts +2 -0
- package/dist/ui.js +25 -0
- package/dist/utils/cn.d.ts +15 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/cn.js +8 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +13 -0
- package/package.json +376 -0
- package/shared/config/eslint.config.d.mts +10 -0
- package/shared/config/eslint.config.mjs +53 -0
- package/shared/config/prettier.config.d.mts +5 -0
- package/shared/config/prettier.config.mjs +18 -0
- package/shared/config/tsconfig.base.json +23 -0
- package/src/shared/shims/assert.ts +54 -0
- package/src/shared/shims/index.ts +27 -0
- package/src/shared/shims/process.ts +24 -0
- package/src/shared/shims/use-sync-external-store-shim.ts +15 -0
- package/src/shared/shims/use-sync-external-store-with-selector.ts +112 -0
- package/src/shared/shims/util.ts +229 -0
- package/src/shared/styles/app-shell.css +298 -0
- package/src/shared/styles/index.css +213 -0
- package/src/shared/tokens/build/brands/fluidgrids.css +6 -0
- package/src/shared/tokens/build/brands/healthybowl.css +6 -0
- package/src/shared/tokens/build/brands/tenant.css +6 -0
- package/src/shared/tokens/build/brands/vibecontrols.css +6 -0
- package/src/shared/tokens/build/brands/workspaces.css +6 -0
- package/src/shared/tokens/build/foundation.css +175 -0
- package/src/shared/tokens/build/semantic.css +301 -0
- package/src/shared/tokens/build/tailwind.preset.js +211 -0
- package/src/shared/tokens/tokens.css +22 -0
- package/src/vite/index.ts +49 -0
- package/src/vite/mfe.config.ts +176 -0
- package/src/vite/plugins.ts +311 -0
- package/src/vite/shell.config.ts +233 -0
- package/src/vite/types.ts +176 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/shared/utils/tokens.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,MAAM,MAAM,cAAc,GACtB,SAAS,GACT,SAAS,GACT,OAAO,GACP,MAAM,GACN,SAAS,GACT,SAAS,CAAC;AAEd,UAAU,kBAAkB;IAC1B,wCAAwC;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,kCAAkC;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,cAAc,EAAE,kBAAkB,CA2CnE,CAAC;AAEF;;GAEG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,cAAc,GAAG,kBAAkB,CAE1E;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,cAAc,GAAG,MAAM,CAGnE;AAMD,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAad,CAAC;AAEX;;GAEG;AACH,wBAAgB,cAAc,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;;;;;;;;;EAGxD;AAMD,eAAO,MAAM,cAAc;;;;;;;;;;;;;CAa1B,CAAC;AAEF;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM;;;EAInD;AAMD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;CAgB1B,CAAC;AAEF;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS;;;;;;;;;;;;EAEvE;AAMD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;CAqBvB,CAAC;AAEF;;GAEG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM;;;;;;;;;;;;;;;;EAE5E"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
//#region src/shared/utils/tokens.ts
|
|
2
|
+
var e = {
|
|
3
|
+
success: {
|
|
4
|
+
bg: "bg-status-success-bg-subtle",
|
|
5
|
+
text: "text-status-success-text",
|
|
6
|
+
border: "border-status-success-border",
|
|
7
|
+
dot: "bg-status-success-bg",
|
|
8
|
+
icon: "text-status-success-bg"
|
|
9
|
+
},
|
|
10
|
+
warning: {
|
|
11
|
+
bg: "bg-status-warning-bg-subtle",
|
|
12
|
+
text: "text-status-warning-text",
|
|
13
|
+
border: "border-status-warning-border",
|
|
14
|
+
dot: "bg-status-warning-bg",
|
|
15
|
+
icon: "text-status-warning-bg"
|
|
16
|
+
},
|
|
17
|
+
error: {
|
|
18
|
+
bg: "bg-status-error-bg-subtle",
|
|
19
|
+
text: "text-status-error-text",
|
|
20
|
+
border: "border-status-error-border",
|
|
21
|
+
dot: "bg-status-error-bg",
|
|
22
|
+
icon: "text-status-error-bg"
|
|
23
|
+
},
|
|
24
|
+
info: {
|
|
25
|
+
bg: "bg-status-info-bg-subtle",
|
|
26
|
+
text: "text-status-info-text",
|
|
27
|
+
border: "border-status-info-border",
|
|
28
|
+
dot: "bg-status-info-bg",
|
|
29
|
+
icon: "text-status-info-bg"
|
|
30
|
+
},
|
|
31
|
+
neutral: {
|
|
32
|
+
bg: "bg-status-neutral-bg-subtle",
|
|
33
|
+
text: "text-status-neutral-text",
|
|
34
|
+
border: "border-status-neutral-border",
|
|
35
|
+
dot: "bg-status-neutral-bg",
|
|
36
|
+
icon: "text-status-neutral-text"
|
|
37
|
+
},
|
|
38
|
+
primary: {
|
|
39
|
+
bg: "bg-primary/10",
|
|
40
|
+
text: "text-primary",
|
|
41
|
+
border: "border-primary/20",
|
|
42
|
+
dot: "bg-primary",
|
|
43
|
+
icon: "text-primary"
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
function t(t) {
|
|
47
|
+
return e[t] || e.neutral;
|
|
48
|
+
}
|
|
49
|
+
function n(e) {
|
|
50
|
+
let n = t(e);
|
|
51
|
+
return `${n.bg} ${n.text} ${n.border} border`;
|
|
52
|
+
}
|
|
53
|
+
var r = {
|
|
54
|
+
positive: {
|
|
55
|
+
text: "text-status-success-text",
|
|
56
|
+
icon: "text-status-success-bg"
|
|
57
|
+
},
|
|
58
|
+
negative: {
|
|
59
|
+
text: "text-status-error-text",
|
|
60
|
+
icon: "text-status-error-bg"
|
|
61
|
+
},
|
|
62
|
+
neutral: {
|
|
63
|
+
text: "text-status-neutral-text",
|
|
64
|
+
icon: "text-status-neutral-text"
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
function i(e) {
|
|
68
|
+
return e === null ? r.neutral : e ? r.positive : r.negative;
|
|
69
|
+
}
|
|
70
|
+
var a = {
|
|
71
|
+
healthy: {
|
|
72
|
+
bar: "bg-status-success-bg",
|
|
73
|
+
track: "bg-status-success-bg-subtle"
|
|
74
|
+
},
|
|
75
|
+
warning: {
|
|
76
|
+
bar: "bg-status-warning-bg",
|
|
77
|
+
track: "bg-status-warning-bg-subtle"
|
|
78
|
+
},
|
|
79
|
+
critical: {
|
|
80
|
+
bar: "bg-status-error-bg",
|
|
81
|
+
track: "bg-status-error-bg-subtle"
|
|
82
|
+
}
|
|
83
|
+
};
|
|
84
|
+
function o(e) {
|
|
85
|
+
return e >= 90 ? a.critical : e >= 75 ? a.warning : a.healthy;
|
|
86
|
+
}
|
|
87
|
+
var s = {
|
|
88
|
+
plan: {
|
|
89
|
+
bg: "bg-status-info-bg-subtle",
|
|
90
|
+
text: "text-status-info-text",
|
|
91
|
+
border: "border-status-info-border"
|
|
92
|
+
},
|
|
93
|
+
addon: {
|
|
94
|
+
bg: "bg-primary/10",
|
|
95
|
+
text: "text-primary",
|
|
96
|
+
border: "border-primary/20"
|
|
97
|
+
},
|
|
98
|
+
credits: {
|
|
99
|
+
bg: "bg-status-warning-bg-subtle",
|
|
100
|
+
text: "text-status-warning-text",
|
|
101
|
+
border: "border-status-warning-border"
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
function c(e) {
|
|
105
|
+
return s[e] || s.plan;
|
|
106
|
+
}
|
|
107
|
+
var l = {
|
|
108
|
+
success: {
|
|
109
|
+
container: "bg-status-success-bg-subtle border-status-success-border",
|
|
110
|
+
text: "text-status-success-text",
|
|
111
|
+
icon: "text-status-success-bg"
|
|
112
|
+
},
|
|
113
|
+
warning: {
|
|
114
|
+
container: "bg-status-warning-bg-subtle border-status-warning-border",
|
|
115
|
+
text: "text-status-warning-text",
|
|
116
|
+
icon: "text-status-warning-bg"
|
|
117
|
+
},
|
|
118
|
+
error: {
|
|
119
|
+
container: "bg-status-error-bg-subtle border-status-error-border",
|
|
120
|
+
text: "text-status-error-text",
|
|
121
|
+
icon: "text-status-error-bg"
|
|
122
|
+
},
|
|
123
|
+
info: {
|
|
124
|
+
container: "bg-status-info-bg-subtle border-status-info-border",
|
|
125
|
+
text: "text-status-info-text",
|
|
126
|
+
icon: "text-status-info-bg"
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
function u(e) {
|
|
130
|
+
return l[e];
|
|
131
|
+
}
|
|
132
|
+
//#endregion
|
|
133
|
+
export { l as alertTokens, s as categoryTokens, u as getAlertTokens, c as getCategoryTokens, o as getProgressTokens, n as getStatusBadgeTokens, t as getStatusTokens, i as getTrendTokens, a as progressTokens, e as statusTokens, r as trendTokens };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SSORedirectSpinner as e, checkRemoteSLO as t, checkSLO as n, clearLocalAuthState as r, getSSORedirectUrl as i } from "./shared/components/SSORedirectGuard.js";
|
|
2
|
+
import { ErrorBoundary as a } from "./shared/components/ErrorBoundary.js";
|
|
3
|
+
import { RequireAuth as o, RequireGuest as s } from "./shared/components/RequireAuth.js";
|
|
4
|
+
import { PermissionButton as c, PermissionGate as l, PermissionLink as u } from "./shared/components/PermissionGate.js";
|
|
5
|
+
import { AccessDenied as d, PermissionDenied as f } from "./shared/components/AccessDenied.js";
|
|
6
|
+
import { ErrorFallback as p } from "./shared/components/ErrorFallback.js";
|
|
7
|
+
import { LoadingFallback as m, PageLoadingFallback as h, SectionLoadingFallback as g } from "./shared/components/LoadingFallback.js";
|
|
8
|
+
import { MicrofrontendErrorBoundary as _ } from "./shared/components/MicrofrontendErrorBoundary.js";
|
|
9
|
+
import { ConditionalShell as v } from "./shared/components/ConditionalShell.js";
|
|
10
|
+
import { PWAInstallBanner as y } from "./shared/components/PWAInstallBanner.js";
|
|
11
|
+
import { ErrorBoundary as b } from "./shared/components/AppErrorBoundary.js";
|
|
12
|
+
import { ContextConversationWidget as x } from "./shared/components/ContextConversationWidget.js";
|
|
13
|
+
import { KeyboardHelpDialogWrapper as S } from "./shared/components/KeyboardHelpDialogWrapper.js";
|
|
14
|
+
import { QuotaMeter as C } from "./shared/components/QuotaMeter.js";
|
|
15
|
+
export { d as AccessDenied, b as AppErrorBoundary, v as ConditionalShell, x as ContextConversationWidget, a as ErrorBoundary, p as ErrorFallback, S as KeyboardHelpDialogWrapper, m as LoadingFallback, _ as MicrofrontendErrorBoundary, y as PWAInstallBanner, h as PageLoadingFallback, c as PermissionButton, f as PermissionDenied, l as PermissionGate, u as PermissionLink, C as QuotaMeter, o as RequireAuth, s as RequireGuest, e as SSORedirectSpinner, g as SectionLoadingFallback, t as checkRemoteSLO, n as checkSLO, r as clearLocalAuthState, i as getSSORedirectUrl };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { resolveGatewayUrls as e } from "./shared/config/gatewayUrls.js";
|
|
2
|
+
import { resolveAuthBridgeConfig as t } from "./shared/config/authBridgeUrls.js";
|
|
3
|
+
import { PRODUCTS as n, PRODUCT_URLS as r, getProductUrl as i, getProductsWithUrls as a } from "./shared/config/products.js";
|
|
4
|
+
import { COMMON_SHELL_LESS_ROUTES as o, DEFAULT_SHELL_CONFIG as s, getShellConfig as c, isShellLessRoute as l, shouldShowBreadcrumb as u, shouldShowSidebar as d } from "./shared/config/shellRoutes.js";
|
|
5
|
+
//#region src/shared/config/index.ts
|
|
6
|
+
var f = 20, p = {
|
|
7
|
+
workspace: {
|
|
8
|
+
defaultBaseUrl: "https://gw-wspace.local.burdenoff.com",
|
|
9
|
+
graphql: "/workspaces/graphql",
|
|
10
|
+
sse: "/workspaces/graphql"
|
|
11
|
+
},
|
|
12
|
+
global: {
|
|
13
|
+
defaultBaseUrl: "https://gw-global.local.burdenoff.com",
|
|
14
|
+
graphql: "/global/graphql",
|
|
15
|
+
ws: "/global/graphql/ws"
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
function m(e, t) {
|
|
19
|
+
let n = e.endsWith("/") ? e.slice(0, -1) : e;
|
|
20
|
+
return t === "workspaces" ? `${n}/workspaces/graphql` : `${n}/global/graphql`;
|
|
21
|
+
}
|
|
22
|
+
function h(e) {
|
|
23
|
+
return p[e];
|
|
24
|
+
}
|
|
25
|
+
function g(e, t) {
|
|
26
|
+
let n = p[t], r = e || n.defaultBaseUrl;
|
|
27
|
+
return `${r.endsWith("/") ? r.slice(0, -1) : r}${n.graphql}`;
|
|
28
|
+
}
|
|
29
|
+
//#endregion
|
|
30
|
+
export { o as COMMON_SHELL_LESS_ROUTES, f as DEFAULT_PAGE_SIZE, s as DEFAULT_SHELL_CONFIG, p as GATEWAYS, n as PRODUCTS, r as PRODUCT_URLS, h as getGatewayConfig, g as getGatewayUrl, m as getGraphQLEndpoint, i as getProductUrl, a as getProductsWithUrls, c as getShellConfig, l as isShellLessRoute, t as resolveAuthBridgeConfig, e as resolveGatewayUrls, u as shouldShowBreadcrumb, d as shouldShowSidebar };
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { createBrowserTraceContext as e } from "./shared/events/metadata.js";
|
|
2
|
+
import { DevtoolsSink as t } from "./shared/events/sinks/DevtoolsSink.js";
|
|
3
|
+
import { BroadcastChannelSink as n } from "./shared/events/sinks/BroadcastChannelSink.js";
|
|
4
|
+
import { BackendAuditSink as r } from "./shared/events/sinks/BackendAuditSink.js";
|
|
5
|
+
import { RybbitSink as i } from "./shared/events/sinks/RybbitSink.js";
|
|
6
|
+
import { OtelBrowserSink as a } from "./shared/events/sinks/OtelBrowserSink.js";
|
|
7
|
+
import "./shared/events/sinks/index.js";
|
|
8
|
+
import { createContext as o, useCallback as s, useContext as c, useEffect as l, useMemo as u } from "react";
|
|
9
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
10
|
+
//#region src/shared/events/index.tsx
|
|
11
|
+
var f = o({
|
|
12
|
+
emit: () => {},
|
|
13
|
+
on: () => () => {},
|
|
14
|
+
once: () => () => {},
|
|
15
|
+
getBuffer: () => [],
|
|
16
|
+
onAny: () => () => {}
|
|
17
|
+
});
|
|
18
|
+
function p(e, t) {
|
|
19
|
+
if (!e) return m();
|
|
20
|
+
let n = e.getItem(t);
|
|
21
|
+
if (n) return n;
|
|
22
|
+
let r = m();
|
|
23
|
+
return e.setItem(t, r), r;
|
|
24
|
+
}
|
|
25
|
+
function m() {
|
|
26
|
+
return typeof crypto < "u" && "randomUUID" in crypto ? crypto.randomUUID() : `${Date.now().toString(36)}-${Math.random().toString(36).slice(2)}`;
|
|
27
|
+
}
|
|
28
|
+
function h() {
|
|
29
|
+
if (typeof document > "u") return "light";
|
|
30
|
+
let e = document.documentElement;
|
|
31
|
+
return e.classList.contains("hc") || e.dataset.theme === "hc" ? "hc" : e.classList.contains("dark") || e.dataset.theme === "dark" ? "dark" : "light";
|
|
32
|
+
}
|
|
33
|
+
function g(t, n, r) {
|
|
34
|
+
let i = typeof window < "u" ? window.location : void 0, a = e(), o = typeof navigator < "u" ? navigator : {
|
|
35
|
+
userAgent: "",
|
|
36
|
+
language: "en"
|
|
37
|
+
};
|
|
38
|
+
return {
|
|
39
|
+
route: {
|
|
40
|
+
pathname: i?.pathname ?? "",
|
|
41
|
+
search: i?.search ?? ""
|
|
42
|
+
},
|
|
43
|
+
sessionId: p(typeof sessionStorage < "u" ? sessionStorage : void 0, "bf-event-session-id"),
|
|
44
|
+
deviceId: p(typeof localStorage < "u" ? localStorage : void 0, "bf-event-device-id"),
|
|
45
|
+
userAgent: o.userAgent,
|
|
46
|
+
locale: o.language || "en",
|
|
47
|
+
theme: h(),
|
|
48
|
+
app: {
|
|
49
|
+
name: t,
|
|
50
|
+
version: n,
|
|
51
|
+
env: r
|
|
52
|
+
},
|
|
53
|
+
traceId: a.traceId,
|
|
54
|
+
spanId: a.spanId
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
function _({ appName: e, appVersion: t = "0.0.0", appEnv: n = "dev", sourceMfe: r = e, children: i }) {
|
|
58
|
+
let a = u(() => v({
|
|
59
|
+
appName: e,
|
|
60
|
+
appVersion: t,
|
|
61
|
+
appEnv: n,
|
|
62
|
+
sourceMfe: r
|
|
63
|
+
}), [
|
|
64
|
+
n,
|
|
65
|
+
e,
|
|
66
|
+
t,
|
|
67
|
+
r
|
|
68
|
+
]);
|
|
69
|
+
return /* @__PURE__ */ d(f.Provider, {
|
|
70
|
+
value: a,
|
|
71
|
+
children: i
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
function v({ appName: e, appVersion: t = "0.0.0", appEnv: n = "dev", sourceMfe: r = e }) {
|
|
75
|
+
let i = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Set(), o = [];
|
|
76
|
+
return {
|
|
77
|
+
emit(s, c, l) {
|
|
78
|
+
let u = {
|
|
79
|
+
id: m(),
|
|
80
|
+
name: s,
|
|
81
|
+
version: 1,
|
|
82
|
+
source: {
|
|
83
|
+
mfe: r,
|
|
84
|
+
component: l?.component
|
|
85
|
+
},
|
|
86
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
87
|
+
monotonic: performance.now(),
|
|
88
|
+
payload: c,
|
|
89
|
+
metadata: g(e, t, n)
|
|
90
|
+
};
|
|
91
|
+
o = [...o.slice(-199), u], i.get(s)?.forEach((e) => e(u)), a.forEach((e) => e(u));
|
|
92
|
+
},
|
|
93
|
+
on(e, t) {
|
|
94
|
+
let n = t, r = i.get(e) ?? /* @__PURE__ */ new Set();
|
|
95
|
+
return r.add(n), i.set(e, r), () => r.delete(n);
|
|
96
|
+
},
|
|
97
|
+
once(e, t) {
|
|
98
|
+
let n = this.on(e, (e) => {
|
|
99
|
+
n(), t(e);
|
|
100
|
+
});
|
|
101
|
+
return n;
|
|
102
|
+
},
|
|
103
|
+
getBuffer(e) {
|
|
104
|
+
let t = e?.filter ? o.filter((t) => t.name === e.filter) : o;
|
|
105
|
+
return typeof e?.limit == "number" ? t.slice(-e.limit) : t;
|
|
106
|
+
},
|
|
107
|
+
onAny(e) {
|
|
108
|
+
return a.add(e), () => a.delete(e);
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
function y() {
|
|
113
|
+
return c(f);
|
|
114
|
+
}
|
|
115
|
+
function b(e, t) {
|
|
116
|
+
let n = y();
|
|
117
|
+
l(() => n.on(e, t), [
|
|
118
|
+
n,
|
|
119
|
+
t,
|
|
120
|
+
e
|
|
121
|
+
]);
|
|
122
|
+
}
|
|
123
|
+
function x(e, t) {
|
|
124
|
+
let n = y();
|
|
125
|
+
return s((r) => n.emit(e, r, t), [
|
|
126
|
+
n,
|
|
127
|
+
e,
|
|
128
|
+
t
|
|
129
|
+
]);
|
|
130
|
+
}
|
|
131
|
+
//#endregion
|
|
132
|
+
export { r as BackendAuditSink, n as BroadcastChannelSink, t as DevtoolsSink, _ as EventBusProvider, a as OtelBrowserSink, i as RybbitSink, v as createEventBus, b as useEvent, y as useEventBus, x as useEventEmitter };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { FeatureFlagProvider as e, useFeatureFlags as t } from "./shared/feature-flags/FeatureFlagProvider.js";
|
|
2
|
+
import { useFeatureFlag as n, useFeatureFlagDetails as r, useFeatureFlagValue as i } from "./shared/feature-flags/useFeatureFlag.js";
|
|
3
|
+
import { FeatureGate as a } from "./shared/feature-flags/FeatureGate.js";
|
|
4
|
+
export { e as FeatureFlagProvider, a as FeatureGate, n as useFeatureFlag, r as useFeatureFlagDetails, i as useFeatureFlagValue, t as useFeatureFlags };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { COUNTRIES as e, COUNTRY_MAP as t, REGIONS as n, TIMEZONE_TO_COUNTRY as r, getCountriesByRegion as i, getCountryByCode as a } from "./shared/geography/countries.js";
|
|
2
|
+
import { GeographyProvider as o, useGeography as s } from "./shared/geography/GeographyProvider.js";
|
|
3
|
+
export { e as COUNTRIES, t as COUNTRY_MAP, o as GeographyProvider, n as REGIONS, r as TIMEZONE_TO_COUNTRY, i as getCountriesByRegion, a as getCountryByCode, s as useGeography };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getWorkspaceTokenPayload as e, isWorkspaceTokenValidForContext as t } from "./shared/graphql/workspaceToken.js";
|
|
2
|
+
import { getStoredAuthToken as n, getStoredLocale as r, getStoredOrganizationId as i, getStoredWorkspaceId as a, getStoredWorkspaceToken as o, graphqlFetch as s, resolveGatewayUrl as c } from "./shared/graphql/fetch.js";
|
|
3
|
+
import { SSELink as l } from "./shared/graphql/links/sse-link.js";
|
|
4
|
+
import { createGraphQLClient as u, getGlobalClient as d, getWorkspaceClient as f, initializeAppClients as p, resetAppClients as m } from "./shared/graphql/client.js";
|
|
5
|
+
import { GatewayProvider as h, useGateway as g, useGatewayClient as _, useSafeGateway as v, useSafeGatewayClient as y } from "./shared/graphql/GatewayContext.js";
|
|
6
|
+
import { ApolloClient as b, InMemoryCache as x, gql as S } from "@apollo/client/core";
|
|
7
|
+
import { ApolloProvider as C, useApolloClient as w, useLazyQuery as T, useMutation as E, useQuery as D, useSubscription as O } from "@apollo/client/react";
|
|
8
|
+
export { b as ApolloClient, C as ApolloProvider, h as GatewayProvider, x as InMemoryCache, l as SSELink, u as createGraphQLClient, d as getGlobalClient, n as getStoredAuthToken, r as getStoredLocale, i as getStoredOrganizationId, a as getStoredWorkspaceId, o as getStoredWorkspaceToken, f as getWorkspaceClient, e as getWorkspaceTokenPayload, S as gql, s as graphqlFetch, p as initializeAppClients, t as isWorkspaceTokenValidForContext, m as resetAppClients, c as resolveGatewayUrl, w as useApolloClient, g as useGateway, _ as useGatewayClient, T as useLazyQuery, E as useMutation, D as useQuery, v as useSafeGateway, y as useSafeGatewayClient, O as useSubscription };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { useAuth as e } from "./shared/providers/shell/AuthProvider.js";
|
|
2
|
+
import { useActiveContext as t } from "./shared/providers/shell/ActiveContextProvider.js";
|
|
3
|
+
import { useNavRegistryStore as n } from "./shared/hooks/shell/useNavRegistry.js";
|
|
4
|
+
import { useFooterRegistryStore as r } from "./shared/hooks/shell/useFooterRegistry.js";
|
|
5
|
+
import { useTheme as i } from "./shared/providers/shell/ThemeProvider.js";
|
|
6
|
+
import { useI18n as a } from "./shared/providers/shell/I18nProvider.js";
|
|
7
|
+
import { useFeatureFlags as o } from "./shared/feature-flags/FeatureFlagProvider.js";
|
|
8
|
+
import { useGlobalUi as s } from "./shared/providers/shell/GlobalUiProvider.js";
|
|
9
|
+
import { useShellUi as c } from "./shared/providers/shell/ShellUiProvider.js";
|
|
10
|
+
import { useContextManager as l } from "./shared/providers/shell/ContextManagerProvider.js";
|
|
11
|
+
import { useGeography as u } from "./shared/geography/GeographyProvider.js";
|
|
12
|
+
import { useGlobalSearch as d } from "./shared/hooks/shell/useGlobalSearch.js";
|
|
13
|
+
import { useProducts as f } from "./shared/hooks/shell/useProducts.js";
|
|
14
|
+
import { useLanguages as p } from "./shared/hooks/shell/useLanguages.js";
|
|
15
|
+
export { t as useActiveContext, e as useAuth, l as useContextManager, o as useFeatureFlags, r as useFooterRegistryStore, u as useGeography, d as useGlobalSearch, s as useGlobalUi, a as useI18n, p as useLanguages, n as useNavRegistryStore, f as useProducts, c as useShellUi, i as useTheme };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { LogLevel as e } from "./shared/logger/types.js";
|
|
2
|
+
import { Logger as t } from "./shared/logger/Logger.js";
|
|
3
|
+
import { LogManager as n, logManager as ee } from "./shared/logger/LogManager.js";
|
|
4
|
+
import { ConsoleTransport as r } from "./shared/logger/ConsoleTransport.js";
|
|
5
|
+
import { usePWA as i } from "./shared/hooks/usePWA.js";
|
|
6
|
+
import { detectPlatform as a, formatKeyCombo as o, getDisplayKeysForPlatform as s, getShortcutLabel as c, isMac as l, isMobileDevice as u, isTabletDevice as d, matchesKeyCombo as f, normalizeKey as p, normalizePlatformCombo as m, parseKeyCombo as h, shouldEnableKeyboardShortcuts as g, shouldIgnoreShortcut as _ } from "./shared/keyboard/utils.js";
|
|
7
|
+
import { useDebounce as v } from "./shared/hooks/useDebounce.js";
|
|
8
|
+
import { useThrottle as y } from "./shared/hooks/useThrottle.js";
|
|
9
|
+
import { useMediaQuery as b } from "./shared/hooks/useMediaQuery.js";
|
|
10
|
+
import { BREAKPOINTS as x, useBreakpoint as S, useMobileBreakpoint as C } from "./shared/hooks/useBreakpoint.js";
|
|
11
|
+
import { useOnClickOutside as w, useOnClickOutsideWithRef as T } from "./shared/hooks/useOnClickOutside.js";
|
|
12
|
+
import { useKeyPress as E, useKeyboardShortcut as D } from "./shared/hooks/useKeyPress.js";
|
|
13
|
+
import { useCopyToClipboard as O } from "./shared/hooks/useCopyToClipboard.js";
|
|
14
|
+
import { useLocalStorage as k } from "./shared/hooks/useLocalStorage.js";
|
|
15
|
+
import { useSessionStorage as te } from "./shared/hooks/useSessionStorage.js";
|
|
16
|
+
import { usePrevious as A, usePreviousDistinct as j, usePreviousHistory as M } from "./shared/hooks/usePrevious.js";
|
|
17
|
+
import { useConditionalToggle as N, useToggle as P, useToggleObject as F } from "./shared/hooks/useToggle.js";
|
|
18
|
+
import { useAsync as I, useAsyncImmediate as L } from "./shared/hooks/useAsync.js";
|
|
19
|
+
import { MODIFIER_KEYS as R, PLATFORM_TYPES as z } from "./shared/keyboard/types.js";
|
|
20
|
+
import { useKeyboardShortcuts as B } from "./shared/keyboard/useKeyboardShortcuts.js";
|
|
21
|
+
import { useHotkeys as V } from "./shared/keyboard/useHotkeys.js";
|
|
22
|
+
import { useShortcutHelp as H } from "./shared/keyboard/useShortcutHelp.js";
|
|
23
|
+
import { GLOBAL_SHORTCUT_CATEGORIES as U, createGlobalShortcuts as W, getGlobalShortcutsByCategory as G, mergeShortcuts as K } from "./shared/keyboard/globalShortcuts.js";
|
|
24
|
+
import "./shared-keyboard.js";
|
|
25
|
+
import { useLogger as q } from "./shared/logger/useLogger.js";
|
|
26
|
+
import "./shared-logger.js";
|
|
27
|
+
import { useHasAnimated as J } from "./shared/hooks/useHasAnimated.js";
|
|
28
|
+
import { useReferralAttribution as Y } from "./shared/hooks/useReferralAttribution.js";
|
|
29
|
+
import { QUOTA_EXHAUSTED_EVENT as X, dispatchQuotaExhausted as Z, useQuotaErrorToast as Q } from "./shared/hooks/useQuotaErrorToast.js";
|
|
30
|
+
import ne, { useContext as re } from "react";
|
|
31
|
+
//#region src/shared/hooks/index.ts
|
|
32
|
+
var $ = ne.createContext(null);
|
|
33
|
+
function ie() {
|
|
34
|
+
let e = re($);
|
|
35
|
+
if (!e) throw Error("useMicrofrontendContext must be used within a MicrofrontendProvider");
|
|
36
|
+
return e;
|
|
37
|
+
}
|
|
38
|
+
//#endregion
|
|
39
|
+
export { x as BREAKPOINTS, r as ConsoleTransport, U as GLOBAL_SHORTCUT_CATEGORIES, e as LogLevel, n as LogManager, t as Logger, R as MODIFIER_KEYS, $ as MicrofrontendContext, z as PLATFORM_TYPES, X as QUOTA_EXHAUSTED_EVENT, W as createGlobalShortcuts, a as detectPlatform, Z as dispatchQuotaExhausted, o as formatKeyCombo, s as getDisplayKeysForPlatform, G as getGlobalShortcutsByCategory, c as getShortcutLabel, l as isMac, u as isMobileDevice, d as isTabletDevice, ee as logManager, f as matchesKeyCombo, K as mergeShortcuts, p as normalizeKey, m as normalizePlatformCombo, h as parseKeyCombo, g as shouldEnableKeyboardShortcuts, _ as shouldIgnoreShortcut, I as useAsync, L as useAsyncImmediate, S as useBreakpoint, N as useConditionalToggle, O as useCopyToClipboard, v as useDebounce, J as useHasAnimated, V as useHotkeys, E as useKeyPress, D as useKeyboardShortcut, B as useKeyboardShortcuts, k as useLocalStorage, q as useLogger, b as useMediaQuery, ie as useMicrofrontendContext, C as useMobileBreakpoint, w as useOnClickOutside, T as useOnClickOutsideWithRef, i as usePWA, A as usePrevious, j as usePreviousDistinct, M as usePreviousHistory, Q as useQuotaErrorToast, Y as useReferralAttribution, te as useSessionStorage, H as useShortcutHelp, y as useThrottle, P as useToggle, F as useToggleObject };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { detectPlatform as e, formatKeyCombo as t, getDisplayKeysForPlatform as n, getShortcutLabel as r, isMac as i, isMobileDevice as a, isTabletDevice as o, matchesKeyCombo as s, normalizeKey as c, normalizePlatformCombo as l, parseKeyCombo as u, shouldEnableKeyboardShortcuts as d, shouldIgnoreShortcut as f } from "./shared/keyboard/utils.js";
|
|
2
|
+
import { MODIFIER_KEYS as p, PLATFORM_TYPES as m } from "./shared/keyboard/types.js";
|
|
3
|
+
import { useKeyboardShortcut as h, useKeyboardShortcuts as g } from "./shared/keyboard/useKeyboardShortcuts.js";
|
|
4
|
+
import { useHotkeys as _ } from "./shared/keyboard/useHotkeys.js";
|
|
5
|
+
import { useShortcutHelp as v } from "./shared/keyboard/useShortcutHelp.js";
|
|
6
|
+
import { GLOBAL_SHORTCUT_CATEGORIES as y, createGlobalShortcuts as b, getGlobalShortcutsByCategory as x, mergeShortcuts as S } from "./shared/keyboard/globalShortcuts.js";
|
|
7
|
+
export { y as GLOBAL_SHORTCUT_CATEGORIES, p as MODIFIER_KEYS, m as PLATFORM_TYPES, b as createGlobalShortcuts, e as detectPlatform, t as formatKeyCombo, n as getDisplayKeysForPlatform, x as getGlobalShortcutsByCategory, r as getShortcutLabel, i as isMac, a as isMobileDevice, o as isTabletDevice, s as matchesKeyCombo, S as mergeShortcuts, c as normalizeKey, l as normalizePlatformCombo, u as parseKeyCombo, d as shouldEnableKeyboardShortcuts, f as shouldIgnoreShortcut, _ as useHotkeys, h as useKeyboardShortcut, g as useKeyboardShortcuts, v as useShortcutHelp };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { LogLevel as e } from "./shared/logger/types.js";
|
|
2
|
+
import { Logger as t } from "./shared/logger/Logger.js";
|
|
3
|
+
import { LogManager as n, logManager as r } from "./shared/logger/LogManager.js";
|
|
4
|
+
import { ConsoleTransport as i } from "./shared/logger/ConsoleTransport.js";
|
|
5
|
+
import { useLogger as a } from "./shared/logger/useLogger.js";
|
|
6
|
+
export { i as ConsoleTransport, e as LogLevel, n as LogManager, t as Logger, r as logManager, a as useLogger };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DURATION as e, EASING as t, buttonTap as n, cardHover as r, collapse as i, contentFade as a, defaultTransition as o, fadeIn as s, fadeInRight as c, fadeInScale as l, fadeInUp as u, listItemHover as d, slideFromBottom as f, slideFromRight as p, staggerContainer as m, staggerFast as h, staggerItem as g, staggerItemRight as _, staggerItemScale as v, staggerNormal as y, staggerSlow as b, viewTransition as x } from "./shared/motion/variants.js";
|
|
2
|
+
import { MotionPage as S } from "./shared/motion/MotionPage.js";
|
|
3
|
+
import { MotionList as C } from "./shared/motion/MotionList.js";
|
|
4
|
+
import { MotionItem as w } from "./shared/motion/MotionItem.js";
|
|
5
|
+
import { MotionCard as T } from "./shared/motion/MotionCard.js";
|
|
6
|
+
import { AnimatedCounter as E } from "./shared/motion/AnimatedCounter.js";
|
|
7
|
+
import { MotionCollapse as D } from "./shared/motion/MotionCollapse.js";
|
|
8
|
+
import { MotionFade as O } from "./shared/motion/MotionFade.js";
|
|
9
|
+
export { E as AnimatedCounter, e as DURATION, t as EASING, T as MotionCard, D as MotionCollapse, O as MotionFade, w as MotionItem, C as MotionList, S as MotionPage, n as buttonTap, r as cardHover, i as collapse, a as contentFade, o as defaultTransition, s as fadeIn, c as fadeInRight, l as fadeInScale, u as fadeInUp, d as listItemHover, f as slideFromBottom, p as slideFromRight, m as staggerContainer, h as staggerFast, g as staggerItem, _ as staggerItemRight, v as staggerItemScale, y as staggerNormal, b as staggerSlow, x as viewTransition };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { getNativeBridge as e } from "./shared/native/bridge.js";
|
|
2
|
+
import { getPlatform as t, isAndroid as n, isIOS as r, isNative as i, isWeb as a } from "./shared/native/platform.js";
|
|
3
|
+
import { nativeConfirm as o, nativeCopyText as s, nativeImpact as c, nativeNotify as l, nativeOpenUrl as u, nativeShare as d, nativeToast as f } from "./shared/native/consumers.js";
|
|
4
|
+
import { useNativePlatform as p } from "./shared/native/hooks/useNativePlatform.js";
|
|
5
|
+
import { useSafeArea as m } from "./shared/native/hooks/useSafeArea.js";
|
|
6
|
+
import { useNativeKeyboard as h } from "./shared/native/hooks/useNativeKeyboard.js";
|
|
7
|
+
import { useAppState as g } from "./shared/native/hooks/useAppState.js";
|
|
8
|
+
import { useDeviceInfo as _ } from "./shared/native/hooks/useDeviceInfo.js";
|
|
9
|
+
import { useHaptics as v } from "./shared/native/hooks/useHaptics.js";
|
|
10
|
+
import { useStatusBar as y } from "./shared/native/hooks/useStatusBar.js";
|
|
11
|
+
import "./shared/native/hooks/index.js";
|
|
12
|
+
export { e as getNativeBridge, t as getPlatform, n as isAndroid, r as isIOS, i as isNative, a as isWeb, o as nativeConfirm, s as nativeCopyText, c as nativeImpact, l as nativeNotify, u as nativeOpenUrl, d as nativeShare, f as nativeToast, g as useAppState, _ as useDeviceInfo, v as useHaptics, h as useNativeKeyboard, p as useNativePlatform, m as useSafeArea, y as useStatusBar };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DisposableCollection as e } from "./shared/plugins/disposable.js";
|
|
2
|
+
import { EventBus as t, usePluginEvent as n } from "./shared/plugins/event-bus.js";
|
|
3
|
+
import { createPluginContext as r } from "./shared/plugins/context.js";
|
|
4
|
+
import { PluginRuntime as i } from "./shared/plugins/runtime.js";
|
|
5
|
+
import { createContributionRegistry as a } from "./shared/plugins/registries/createContributionRegistry.js";
|
|
6
|
+
import { useCommandRegistryStore as o } from "./shared/plugins/registries/useCommandRegistry.js";
|
|
7
|
+
import { useRouteRegistryStore as s } from "./shared/plugins/registries/useRouteRegistry.js";
|
|
8
|
+
import { usePanelRegistryStore as c } from "./shared/plugins/registries/usePanelRegistry.js";
|
|
9
|
+
import { useStatusBarRegistryStore as l } from "./shared/plugins/registries/useStatusBarRegistry.js";
|
|
10
|
+
import { useSettingsRegistryStore as u } from "./shared/plugins/registries/useSettingsRegistry.js";
|
|
11
|
+
import { useWidgetRegistryStore as d } from "./shared/plugins/registries/useWidgetRegistry.js";
|
|
12
|
+
import { useToolbarRegistryStore as f } from "./shared/plugins/registries/useToolbarRegistry.js";
|
|
13
|
+
import { useContextMenuRegistryStore as p } from "./shared/plugins/registries/useContextMenuRegistry.js";
|
|
14
|
+
import { PluginRuntimeProvider as m, usePluginRuntime as h } from "./shared/plugins/PluginRuntimeProvider.js";
|
|
15
|
+
export { e as DisposableCollection, t as EventBus, i as PluginRuntime, m as PluginRuntimeProvider, a as createContributionRegistry, r as createPluginContext, o as useCommandRegistryStore, p as useContextMenuRegistryStore, c as usePanelRegistryStore, n as usePluginEvent, h as usePluginRuntime, s as useRouteRegistryStore, u as useSettingsRegistryStore, l as useStatusBarRegistryStore, f as useToolbarRegistryStore, d as useWidgetRegistryStore };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ProfileStorageManager_exports as e, clearActiveProfileId as t, getActiveContext as n, getActiveTokens as r, getActiveUser as i, getProfileLocale as a, logoutActiveProfile as o, removeAllProfiles as s, setProfileLocale as c, setProfiles as l } from "./shared/providers/shell/ProfileStorageManager.js";
|
|
2
|
+
import { AuthBridgeClient as u, destroyAuthBridge as d, getAuthBridge as f, initAuthBridge as p, isAuthBridgeInitialized as m } from "./shared/providers/shell/AuthBridgeClient.js";
|
|
3
|
+
import { AuthProvider as h, useAuth as g } from "./shared/providers/shell/AuthProvider.js";
|
|
4
|
+
import { ActiveContextProvider as _, useActiveContext as v } from "./shared/providers/shell/ActiveContextProvider.js";
|
|
5
|
+
import { ThemeProvider as y, useTheme as b } from "./shared/providers/shell/ThemeProvider.js";
|
|
6
|
+
import { PermissionProvider as x, hasMatchingPermission as S, isSuperAdminBypass as C, matchPermission as w, usePermission as T, usePermissionLoading as E, usePermissions as D, useRole as O } from "./shared/providers/shell/PermissionProvider.js";
|
|
7
|
+
import { I18nProvider as k, clearTranslationCache as A, isTranslationAttempted as j, useI18n as M } from "./shared/providers/shell/I18nProvider.js";
|
|
8
|
+
import { FeatureFlagsProvider as N, useFeatureFlags as P } from "./shared/providers/shell/FeatureFlagsProvider.js";
|
|
9
|
+
import { FeatureFlagProvider as F } from "./shared/feature-flags/FeatureFlagProvider.js";
|
|
10
|
+
import { useFeatureFlag as I, useFeatureFlagDetails as L, useFeatureFlagValue as R } from "./shared/feature-flags/useFeatureFlag.js";
|
|
11
|
+
import { FeatureGate as z } from "./shared/feature-flags/FeatureGate.js";
|
|
12
|
+
import "./shared-feature-flags.js";
|
|
13
|
+
import { GlobalUiProvider as B, useGlobalUi as V } from "./shared/providers/shell/GlobalUiProvider.js";
|
|
14
|
+
import { ShellUiProvider as H, useShellUi as U } from "./shared/providers/shell/ShellUiProvider.js";
|
|
15
|
+
import { ContextManagerProvider as W, useContextManager as G } from "./shared/providers/shell/ContextManagerProvider.js";
|
|
16
|
+
import { GeographyProvider as K, useGeography as q } from "./shared/geography/GeographyProvider.js";
|
|
17
|
+
import { AuthTokenProvider as J, useAuthToken as Y } from "./shared/providers/shell/AuthTokenProvider.js";
|
|
18
|
+
import { MultiGatewayProvider as X } from "./shared/providers/shell/MultiGatewayProvider.js";
|
|
19
|
+
import { ObservabilityProvider as Z } from "./shared/providers/shell/ObservabilityProvider.js";
|
|
20
|
+
import { GatewayRoute as Q, getMicrofrontendGateway as $, withGateway as ee } from "./shared/providers/shell/GatewayRouter.js";
|
|
21
|
+
import { ProfileI18nBridge as te } from "./shared/providers/shell/ProfileI18nBridge.js";
|
|
22
|
+
import { ProfileGeographyBridge as ne } from "./shared/providers/shell/ProfileGeographyBridge.js";
|
|
23
|
+
import { AppShellContextProvider as re, useAppShell as ie } from "./shared/providers/shell/AppShellContext.js";
|
|
24
|
+
import { PageConversationContextProvider as ae, usePageConversationContext as oe, useRegisterPageConversationContext as se } from "./shared/providers/shell/PageConversationContextProvider.js";
|
|
25
|
+
export { _ as ActiveContextProvider, re as AppShellContextProvider, u as AuthBridgeClient, h as AuthProvider, J as AuthTokenProvider, W as ContextManagerProvider, F as FeatureFlagProvider, N as FeatureFlagsProvider, z as FeatureGate, Q as GatewayRoute, K as GeographyProvider, B as GlobalUiProvider, k as I18nProvider, X as MultiGatewayProvider, Z as ObservabilityProvider, ae as PageConversationContextProvider, x as PermissionProvider, ne as ProfileGeographyBridge, te as ProfileI18nBridge, e as ProfileStorage, H as ShellUiProvider, y as ThemeProvider, t as clearActiveProfileId, A as clearTranslationCache, d as destroyAuthBridge, n as getActiveContext, r as getActiveTokens, i as getActiveUser, f as getAuthBridge, $ as getMicrofrontendGateway, a as getProfileLocale, S as hasMatchingPermission, p as initAuthBridge, m as isAuthBridgeInitialized, C as isSuperAdminBypass, j as isTranslationAttempted, o as logoutActiveProfile, w as matchPermission, s as removeAllProfiles, c as setProfileLocale, l as setProfiles, v as useActiveContext, ie as useAppShell, g as useAuth, Y as useAuthToken, G as useContextManager, I as useFeatureFlag, L as useFeatureFlagDetails, R as useFeatureFlagValue, P as useFeatureFlags, q as useGeography, V as useGlobalUi, M as useI18n, oe as usePageConversationContext, T as usePermission, E as usePermissionLoading, D as usePermissions, se as useRegisterPageConversationContext, O as useRole, U as useShellUi, b as useTheme, ee as withGateway };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { MicrofrontendContext as e } from "./shared-hooks.js";
|
|
2
|
+
import { AppShellProvider as t, resolveAppShellObservabilityConfig as n } from "./shared/providers/AppShellProvider.js";
|
|
3
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
4
|
+
//#region src/shared/providers/index.tsx
|
|
5
|
+
function i({ children: t, ...n }) {
|
|
6
|
+
return /* @__PURE__ */ r(e.Provider, {
|
|
7
|
+
value: n,
|
|
8
|
+
children: t
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
//#endregion
|
|
12
|
+
export { t as AppShellProvider, i as MicrofrontendProvider, n as resolveAppShellObservabilityConfig };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import e from "./shared/shims/assert.js";
|
|
2
|
+
import t from "./shared/shims/process.js";
|
|
3
|
+
import { useSyncExternalStoreWithSelector as n } from "./shared/shims/use-sync-external-store-with-selector.js";
|
|
4
|
+
import { useSyncExternalStore as r } from "./shared/shims/use-sync-external-store-shim.js";
|
|
5
|
+
import { util_exports as i } from "./shared/shims/util.js";
|
|
6
|
+
export { e as assert, t as processShim, r as useSyncExternalStore, n as useSyncExternalStoreWithSelector, i as utilShim };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { detectDeviceType as e, getResponsiveSelector as t } from "./shared/tours/types.js";
|
|
2
|
+
import { useTourPlayer as n } from "./shared/tours/useTourPlayer.js";
|
|
3
|
+
import { TourSpotlight as r } from "./shared/tours/TourSpotlight.js";
|
|
4
|
+
import { TourTooltip as i } from "./shared/tours/TourTooltip.js";
|
|
5
|
+
import { TourPlayerProvider as a, useIsTourPlaying as o, useStartTour as s, useStopTour as c, useTourPlayerContext as l } from "./shared/tours/TourPlayerProvider.js";
|
|
6
|
+
import { TourPlayer as u, TourTriggerButton as d, usePlayTour as f } from "./shared/tours/TourPlayer.js";
|
|
7
|
+
import { ToursProvider as p, useAutoStartTour as m, useSafeToursContext as h, useTours as g, useToursContext as _ } from "./shared/tours/ToursContext.js";
|
|
8
|
+
import { TourTrigger as v } from "./shared/tours/TourTrigger.js";
|
|
9
|
+
import { TourInitializer as y } from "./shared/tours/TourInitializer.js";
|
|
10
|
+
export { y as TourInitializer, u as TourPlayer, a as TourPlayerProvider, r as TourSpotlight, i as TourTooltip, v as TourTrigger, d as TourTriggerButton, p as ToursProvider, e as detectDeviceType, t as getResponsiveSelector, m as useAutoStartTour, o as useIsTourPlaying, f as usePlayTour, h as useSafeToursContext, s as useStartTour, c as useStopTour, n as useTourPlayer, l as useTourPlayerContext, g as useTours, _ as useToursContext };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {}
|
|
File without changes
|