@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,58 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Component as e, createContext as t, createElement as n } from "react";
|
|
3
|
+
//#region node_modules/react-error-boundary/dist/react-error-boundary.js
|
|
4
|
+
var r = t(null), i = {
|
|
5
|
+
didCatch: !1,
|
|
6
|
+
error: null
|
|
7
|
+
}, a = class extends e {
|
|
8
|
+
constructor(e) {
|
|
9
|
+
super(e), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = i;
|
|
10
|
+
}
|
|
11
|
+
static getDerivedStateFromError(e) {
|
|
12
|
+
return {
|
|
13
|
+
didCatch: !0,
|
|
14
|
+
error: e
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
resetErrorBoundary(...e) {
|
|
18
|
+
let { error: t } = this.state;
|
|
19
|
+
t !== null && (this.props.onReset?.({
|
|
20
|
+
args: e,
|
|
21
|
+
reason: "imperative-api"
|
|
22
|
+
}), this.setState(i));
|
|
23
|
+
}
|
|
24
|
+
componentDidCatch(e, t) {
|
|
25
|
+
this.props.onError?.(e, t);
|
|
26
|
+
}
|
|
27
|
+
componentDidUpdate(e, t) {
|
|
28
|
+
let { didCatch: n } = this.state, { resetKeys: r } = this.props;
|
|
29
|
+
n && t.error !== null && o(e.resetKeys, r) && (this.props.onReset?.({
|
|
30
|
+
next: r,
|
|
31
|
+
prev: e.resetKeys,
|
|
32
|
+
reason: "keys"
|
|
33
|
+
}), this.setState(i));
|
|
34
|
+
}
|
|
35
|
+
render() {
|
|
36
|
+
let { children: e, fallbackRender: t, FallbackComponent: i, fallback: a } = this.props, { didCatch: o, error: s } = this.state, c = e;
|
|
37
|
+
if (o) {
|
|
38
|
+
let e = {
|
|
39
|
+
error: s,
|
|
40
|
+
resetErrorBoundary: this.resetErrorBoundary
|
|
41
|
+
};
|
|
42
|
+
if (typeof t == "function") c = t(e);
|
|
43
|
+
else if (i) c = n(i, e);
|
|
44
|
+
else if (a !== void 0) c = a;
|
|
45
|
+
else throw s;
|
|
46
|
+
}
|
|
47
|
+
return n(r.Provider, { value: {
|
|
48
|
+
didCatch: o,
|
|
49
|
+
error: s,
|
|
50
|
+
resetErrorBoundary: this.resetErrorBoundary
|
|
51
|
+
} }, c);
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
function o(e = [], t = []) {
|
|
55
|
+
return e.length !== t.length || e.some((e, n) => !Object.is(e, t[n]));
|
|
56
|
+
}
|
|
57
|
+
//#endregion
|
|
58
|
+
export { a as m };
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import "../../devlop/lib/default.js";
|
|
2
|
+
import { toJsxRuntime as e } from "../../hast-util-to-jsx-runtime/lib/index.js";
|
|
3
|
+
import { urlAttributes as t } from "../../html-url-attributes/lib/index.js";
|
|
4
|
+
import n from "../../remark-parse/lib/index.js";
|
|
5
|
+
import { visit as r } from "../../unist-util-visit/lib/index.js";
|
|
6
|
+
import i from "../../remark-rehype/lib/index.js";
|
|
7
|
+
import { VFile as a } from "../../vfile/lib/index.js";
|
|
8
|
+
import { unified as o } from "../../unified/lib/index.js";
|
|
9
|
+
import "react";
|
|
10
|
+
import { Fragment as s, jsx as c, jsxs as l } from "react/jsx-runtime";
|
|
11
|
+
//#region node_modules/react-markdown/lib/index.js
|
|
12
|
+
var u = [], d = { allowDangerousHtml: !0 }, f = /^(https?|ircs?|mailto|xmpp)$/i, p = [
|
|
13
|
+
{
|
|
14
|
+
from: "astPlugins",
|
|
15
|
+
id: "remove-buggy-html-in-markdown-parser"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
from: "allowDangerousHtml",
|
|
19
|
+
id: "remove-buggy-html-in-markdown-parser"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
from: "allowNode",
|
|
23
|
+
id: "replace-allownode-allowedtypes-and-disallowedtypes",
|
|
24
|
+
to: "allowElement"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
from: "allowedTypes",
|
|
28
|
+
id: "replace-allownode-allowedtypes-and-disallowedtypes",
|
|
29
|
+
to: "allowedElements"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
from: "className",
|
|
33
|
+
id: "remove-classname"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
from: "disallowedTypes",
|
|
37
|
+
id: "replace-allownode-allowedtypes-and-disallowedtypes",
|
|
38
|
+
to: "disallowedElements"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
from: "escapeHtml",
|
|
42
|
+
id: "remove-buggy-html-in-markdown-parser"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
from: "includeElementIndex",
|
|
46
|
+
id: "#remove-includeelementindex"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
from: "includeNodeIndex",
|
|
50
|
+
id: "change-includenodeindex-to-includeelementindex"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
from: "linkTarget",
|
|
54
|
+
id: "remove-linktarget"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
from: "plugins",
|
|
58
|
+
id: "change-plugins-to-remarkplugins",
|
|
59
|
+
to: "remarkPlugins"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
from: "rawSourcePos",
|
|
63
|
+
id: "#remove-rawsourcepos"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
from: "renderers",
|
|
67
|
+
id: "change-renderers-to-components",
|
|
68
|
+
to: "components"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
from: "source",
|
|
72
|
+
id: "change-source-to-children",
|
|
73
|
+
to: "children"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
from: "sourcePos",
|
|
77
|
+
id: "#remove-sourcepos"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
from: "transformImageUri",
|
|
81
|
+
id: "#add-urltransform",
|
|
82
|
+
to: "urlTransform"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
from: "transformLinkUri",
|
|
86
|
+
id: "#add-urltransform",
|
|
87
|
+
to: "urlTransform"
|
|
88
|
+
}
|
|
89
|
+
];
|
|
90
|
+
function m(e) {
|
|
91
|
+
let t = h(e), n = g(e);
|
|
92
|
+
return _(t.runSync(t.parse(n), n), e);
|
|
93
|
+
}
|
|
94
|
+
function h(e) {
|
|
95
|
+
let t = e.rehypePlugins || u, r = e.remarkPlugins || u, a = e.remarkRehypeOptions ? {
|
|
96
|
+
...e.remarkRehypeOptions,
|
|
97
|
+
...d
|
|
98
|
+
} : d;
|
|
99
|
+
return o().use(n).use(r).use(i, a).use(t);
|
|
100
|
+
}
|
|
101
|
+
function g(e) {
|
|
102
|
+
let t = e.children || "", n = new a();
|
|
103
|
+
return typeof t == "string" ? n.value = t : "" + t, n;
|
|
104
|
+
}
|
|
105
|
+
function _(n, i) {
|
|
106
|
+
let a = i.allowedElements, o = i.allowElement, u = i.components, d = i.disallowedElements, f = i.skipHtml, m = i.unwrapDisallowed, h = i.urlTransform || v;
|
|
107
|
+
for (let e of p) Object.hasOwn(i, e.from) && "" + e.from + (e.to ? "use `" + e.to + "` instead" : "remove it") + e.id;
|
|
108
|
+
return r(n, g), e(n, {
|
|
109
|
+
Fragment: s,
|
|
110
|
+
components: u,
|
|
111
|
+
ignoreInvalidStyle: !0,
|
|
112
|
+
jsx: c,
|
|
113
|
+
jsxs: l,
|
|
114
|
+
passKeys: !0,
|
|
115
|
+
passNode: !0
|
|
116
|
+
});
|
|
117
|
+
function g(e, n, r) {
|
|
118
|
+
if (e.type === "raw" && r && typeof n == "number") return f ? r.children.splice(n, 1) : r.children[n] = {
|
|
119
|
+
type: "text",
|
|
120
|
+
value: e.value
|
|
121
|
+
}, n;
|
|
122
|
+
if (e.type === "element") {
|
|
123
|
+
let n;
|
|
124
|
+
for (n in t) if (Object.hasOwn(t, n) && Object.hasOwn(e.properties, n)) {
|
|
125
|
+
let r = e.properties[n], i = t[n];
|
|
126
|
+
(i === null || i.includes(e.tagName)) && (e.properties[n] = h(String(r || ""), n, e));
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
if (e.type === "element") {
|
|
130
|
+
let t = a ? !a.includes(e.tagName) : d ? d.includes(e.tagName) : !1;
|
|
131
|
+
if (!t && o && typeof n == "number" && (t = !o(e, n, r)), t && r && typeof n == "number") return m && e.children ? r.children.splice(n, 1, ...e.children) : r.children.splice(n, 1), n;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
function v(e) {
|
|
136
|
+
let t = e.indexOf(":"), n = e.indexOf("?"), r = e.indexOf("#"), i = e.indexOf("/");
|
|
137
|
+
return t === -1 || i !== -1 && t > i || n !== -1 && t > n || r !== -1 && t > r || f.test(e.slice(0, t)) ? e : "";
|
|
138
|
+
}
|
|
139
|
+
//#endregion
|
|
140
|
+
export { m as Markdown };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { fromMarkdown as e } from "../../mdast-util-from-markdown/lib/index.js";
|
|
2
|
+
//#region node_modules/remark-parse/lib/index.js
|
|
3
|
+
function t(t) {
|
|
4
|
+
let n = this;
|
|
5
|
+
n.parser = r;
|
|
6
|
+
function r(r) {
|
|
7
|
+
return e(r, {
|
|
8
|
+
...n.data("settings"),
|
|
9
|
+
...t,
|
|
10
|
+
extensions: n.data("micromarkExtensions") || [],
|
|
11
|
+
mdastExtensions: n.data("fromMarkdownExtensions") || []
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { t as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { toHast as e } from "../../mdast-util-to-hast/lib/index.js";
|
|
2
|
+
//#region node_modules/remark-rehype/lib/index.js
|
|
3
|
+
function t(t, n) {
|
|
4
|
+
return t && "run" in t ? async function(r, i) {
|
|
5
|
+
let a = e(r, {
|
|
6
|
+
file: i,
|
|
7
|
+
...n
|
|
8
|
+
});
|
|
9
|
+
await t.run(a, i);
|
|
10
|
+
} : function(r, i) {
|
|
11
|
+
return e(r, {
|
|
12
|
+
file: i,
|
|
13
|
+
...t || n
|
|
14
|
+
});
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
//#endregion
|
|
18
|
+
export { t as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { __commonJSMin as e } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { require_cjs as t } from "../../style-to-object/cjs/index.js";
|
|
3
|
+
import { require_utilities as n } from "./utilities.js";
|
|
4
|
+
//#region node_modules/style-to-js/cjs/index.js
|
|
5
|
+
var r = /* @__PURE__ */ e(((e, r) => {
|
|
6
|
+
var i = (e && e.__importDefault || function(e) {
|
|
7
|
+
return e && e.__esModule ? e : { default: e };
|
|
8
|
+
})(t()), a = n();
|
|
9
|
+
function o(e, t) {
|
|
10
|
+
var n = {};
|
|
11
|
+
return !e || typeof e != "string" || (0, i.default)(e, function(e, r) {
|
|
12
|
+
e && r && (n[(0, a.camelCase)(e, t)] = r);
|
|
13
|
+
}), n;
|
|
14
|
+
}
|
|
15
|
+
o.default = o, r.exports = o;
|
|
16
|
+
}));
|
|
17
|
+
//#endregion
|
|
18
|
+
export default r();
|
|
19
|
+
export { r as require_cjs };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { __commonJSMin as e } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
//#region node_modules/style-to-js/cjs/utilities.js
|
|
3
|
+
var t = /* @__PURE__ */ e(((e) => {
|
|
4
|
+
Object.defineProperty(e, "__esModule", { value: !0 }), e.camelCase = void 0;
|
|
5
|
+
var t = /^--[a-zA-Z0-9_-]+$/, n = /-([a-z])/g, r = /^[^-]+$/, i = /^-(webkit|moz|ms|o|khtml)-/, a = /^-(ms)-/, o = function(e) {
|
|
6
|
+
return !e || r.test(e) || t.test(e);
|
|
7
|
+
}, s = function(e, t) {
|
|
8
|
+
return t.toUpperCase();
|
|
9
|
+
}, c = function(e, t) {
|
|
10
|
+
return `${t}-`;
|
|
11
|
+
};
|
|
12
|
+
e.camelCase = function(e, t) {
|
|
13
|
+
return t === void 0 && (t = {}), o(e) ? e : (e = e.toLowerCase(), e = t.reactCompat ? e.replace(a, c) : e.replace(i, c), e.replace(n, s));
|
|
14
|
+
};
|
|
15
|
+
}));
|
|
16
|
+
//#endregion
|
|
17
|
+
export default t();
|
|
18
|
+
export { t as require_utilities };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __commonJSMin as e } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { require_cjs as t } from "../../inline-style-parser/cjs/index.js";
|
|
3
|
+
//#region node_modules/style-to-object/cjs/index.js
|
|
4
|
+
var n = /* @__PURE__ */ e(((e) => {
|
|
5
|
+
var n = e && e.__importDefault || function(e) {
|
|
6
|
+
return e && e.__esModule ? e : { default: e };
|
|
7
|
+
};
|
|
8
|
+
Object.defineProperty(e, "__esModule", { value: !0 }), e.default = i;
|
|
9
|
+
var r = n(t());
|
|
10
|
+
function i(e, t) {
|
|
11
|
+
let n = null;
|
|
12
|
+
if (!e || typeof e != "string") return n;
|
|
13
|
+
let i = (0, r.default)(e), a = typeof t == "function";
|
|
14
|
+
return i.forEach((e) => {
|
|
15
|
+
if (e.type !== "declaration") return;
|
|
16
|
+
let { property: r, value: i } = e;
|
|
17
|
+
a ? t(r, i, e) : i && (n ||= {}, n[r] = i);
|
|
18
|
+
}), n;
|
|
19
|
+
}
|
|
20
|
+
}));
|
|
21
|
+
//#endregion
|
|
22
|
+
export default n();
|
|
23
|
+
export { n as require_cjs };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
//#region node_modules/trim-lines/index.js
|
|
2
|
+
var e = 9, t = 32;
|
|
3
|
+
function n(e) {
|
|
4
|
+
let t = String(e), n = /\r?\n|\r/g, i = n.exec(t), a = 0, o = [];
|
|
5
|
+
for (; i;) o.push(r(t.slice(a, i.index), a > 0, !0), i[0]), a = i.index + i[0].length, i = n.exec(t);
|
|
6
|
+
return o.push(r(t.slice(a), a > 0, !1)), o.join("");
|
|
7
|
+
}
|
|
8
|
+
function r(n, r, i) {
|
|
9
|
+
let a = 0, o = n.length;
|
|
10
|
+
if (r) {
|
|
11
|
+
let r = n.codePointAt(a);
|
|
12
|
+
for (; r === e || r === t;) a++, r = n.codePointAt(a);
|
|
13
|
+
}
|
|
14
|
+
if (i) {
|
|
15
|
+
let r = n.codePointAt(o - 1);
|
|
16
|
+
for (; r === e || r === t;) o--, r = n.codePointAt(o - 1);
|
|
17
|
+
}
|
|
18
|
+
return o > a ? n.slice(a, o) : "";
|
|
19
|
+
}
|
|
20
|
+
//#endregion
|
|
21
|
+
export { n as trimLines };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
//#region node_modules/trough/lib/index.js
|
|
2
|
+
function e() {
|
|
3
|
+
let e = [], n = {
|
|
4
|
+
run: r,
|
|
5
|
+
use: i
|
|
6
|
+
};
|
|
7
|
+
return n;
|
|
8
|
+
function r(...n) {
|
|
9
|
+
let r = -1, i = n.pop();
|
|
10
|
+
if (typeof i != "function") throw TypeError("Expected function as last argument, not " + i);
|
|
11
|
+
a(null, ...n);
|
|
12
|
+
function a(o, ...s) {
|
|
13
|
+
let c = e[++r], l = -1;
|
|
14
|
+
if (o) {
|
|
15
|
+
i(o);
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
for (; ++l < n.length;) (s[l] === null || s[l] === void 0) && (s[l] = n[l]);
|
|
19
|
+
n = s, c ? t(c, a)(...s) : i(null, ...s);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
function i(t) {
|
|
23
|
+
if (typeof t != "function") throw TypeError("Expected `middelware` to be a function, not " + t);
|
|
24
|
+
return e.push(t), n;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
function t(e, t) {
|
|
28
|
+
let n;
|
|
29
|
+
return r;
|
|
30
|
+
function r(...t) {
|
|
31
|
+
let r = e.length > t.length, o;
|
|
32
|
+
r && t.push(i);
|
|
33
|
+
try {
|
|
34
|
+
o = e.apply(this, t);
|
|
35
|
+
} catch (e) {
|
|
36
|
+
let t = e;
|
|
37
|
+
if (r && n) throw t;
|
|
38
|
+
return i(t);
|
|
39
|
+
}
|
|
40
|
+
r || (o && o.then && typeof o.then == "function" ? o.then(a, i) : o instanceof Error ? i(o) : a(o));
|
|
41
|
+
}
|
|
42
|
+
function i(e, ...r) {
|
|
43
|
+
n || (n = !0, t(e, ...r));
|
|
44
|
+
}
|
|
45
|
+
function a(e) {
|
|
46
|
+
i(null, e);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
//#endregion
|
|
50
|
+
export { e as trough };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region node_modules/unified/lib/callable-instance.js
|
|
2
|
+
var e = (function(e) {
|
|
3
|
+
let t = this.constructor.prototype, n = t[e], r = function() {
|
|
4
|
+
return n.apply(r, arguments);
|
|
5
|
+
};
|
|
6
|
+
return Object.setPrototypeOf(r, t), r;
|
|
7
|
+
});
|
|
8
|
+
//#endregion
|
|
9
|
+
export { e as CallableInstance };
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { __toESM as e } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import "../../devlop/lib/default.js";
|
|
3
|
+
import { bail as t } from "../../bail/index.js";
|
|
4
|
+
import { require_extend as n } from "../../extend/index.js";
|
|
5
|
+
import r from "../../is-plain-obj/index.js";
|
|
6
|
+
import { trough as i } from "../../trough/lib/index.js";
|
|
7
|
+
import { VFile as a } from "../../vfile/lib/index.js";
|
|
8
|
+
import { CallableInstance as o } from "./callable-instance.js";
|
|
9
|
+
//#region node_modules/unified/lib/index.js
|
|
10
|
+
var s = /* @__PURE__ */ e(n(), 1), c = {}.hasOwnProperty, l = new class e extends o {
|
|
11
|
+
constructor() {
|
|
12
|
+
super("copy"), this.Compiler = void 0, this.Parser = void 0, this.attachers = [], this.compiler = void 0, this.freezeIndex = -1, this.frozen = void 0, this.namespace = {}, this.parser = void 0, this.transformers = i();
|
|
13
|
+
}
|
|
14
|
+
copy() {
|
|
15
|
+
let t = new e(), n = -1;
|
|
16
|
+
for (; ++n < this.attachers.length;) {
|
|
17
|
+
let e = this.attachers[n];
|
|
18
|
+
t.use(...e);
|
|
19
|
+
}
|
|
20
|
+
return t.data((0, s.default)(!0, {}, this.namespace)), t;
|
|
21
|
+
}
|
|
22
|
+
data(e, t) {
|
|
23
|
+
return typeof e == "string" ? arguments.length === 2 ? (f("data", this.frozen), this.namespace[e] = t, this) : c.call(this.namespace, e) && this.namespace[e] || void 0 : e ? (f("data", this.frozen), this.namespace = e, this) : this.namespace;
|
|
24
|
+
}
|
|
25
|
+
freeze() {
|
|
26
|
+
if (this.frozen) return this;
|
|
27
|
+
let e = this;
|
|
28
|
+
for (; ++this.freezeIndex < this.attachers.length;) {
|
|
29
|
+
let [t, ...n] = this.attachers[this.freezeIndex];
|
|
30
|
+
if (n[0] === !1) continue;
|
|
31
|
+
n[0] === !0 && (n[0] = void 0);
|
|
32
|
+
let r = t.call(e, ...n);
|
|
33
|
+
typeof r == "function" && this.transformers.use(r);
|
|
34
|
+
}
|
|
35
|
+
return this.frozen = !0, this.freezeIndex = Infinity, this;
|
|
36
|
+
}
|
|
37
|
+
parse(e) {
|
|
38
|
+
this.freeze();
|
|
39
|
+
let t = h(e), n = this.parser || this.Parser;
|
|
40
|
+
return u("parse", n), n(String(t), t);
|
|
41
|
+
}
|
|
42
|
+
process(e, t) {
|
|
43
|
+
let n = this;
|
|
44
|
+
return this.freeze(), u("process", this.parser || this.Parser), d("process", this.compiler || this.Compiler), t ? r(void 0, t) : new Promise(r);
|
|
45
|
+
function r(r, i) {
|
|
46
|
+
let a = h(e), o = n.parse(a);
|
|
47
|
+
n.run(o, a, function(e, t, r) {
|
|
48
|
+
if (e || !t || !r) return s(e);
|
|
49
|
+
let i = t, a = n.stringify(i, r);
|
|
50
|
+
_(a) ? r.value = a : r.result = a, s(e, r);
|
|
51
|
+
});
|
|
52
|
+
function s(e, n) {
|
|
53
|
+
e || !n ? i(e) : r ? r(n) : t(void 0, n);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
processSync(e) {
|
|
58
|
+
let n = !1, r;
|
|
59
|
+
return this.freeze(), u("processSync", this.parser || this.Parser), d("processSync", this.compiler || this.Compiler), this.process(e, i), m("processSync", "process", n), r;
|
|
60
|
+
function i(e, i) {
|
|
61
|
+
n = !0, t(e), r = i;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
run(e, t, n) {
|
|
65
|
+
p(e), this.freeze();
|
|
66
|
+
let r = this.transformers;
|
|
67
|
+
return !n && typeof t == "function" && (n = t, t = void 0), n ? i(void 0, n) : new Promise(i);
|
|
68
|
+
function i(i, a) {
|
|
69
|
+
let o = h(t);
|
|
70
|
+
r.run(e, o, s);
|
|
71
|
+
function s(t, r, o) {
|
|
72
|
+
let s = r || e;
|
|
73
|
+
t ? a(t) : i ? i(s) : n(void 0, s, o);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
runSync(e, n) {
|
|
78
|
+
let r = !1, i;
|
|
79
|
+
return this.run(e, n, a), m("runSync", "run", r), i;
|
|
80
|
+
function a(e, n) {
|
|
81
|
+
t(e), i = n, r = !0;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
stringify(e, t) {
|
|
85
|
+
this.freeze();
|
|
86
|
+
let n = h(t), r = this.compiler || this.Compiler;
|
|
87
|
+
return d("stringify", r), p(e), r(e, n);
|
|
88
|
+
}
|
|
89
|
+
use(e, ...t) {
|
|
90
|
+
let n = this.attachers, i = this.namespace;
|
|
91
|
+
if (f("use", this.frozen), e != null) if (typeof e == "function") l(e, t);
|
|
92
|
+
else if (typeof e == "object") Array.isArray(e) ? c(e) : o(e);
|
|
93
|
+
else throw TypeError("Expected usable value, not `" + e + "`");
|
|
94
|
+
return this;
|
|
95
|
+
function a(e) {
|
|
96
|
+
if (typeof e == "function") l(e, []);
|
|
97
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
98
|
+
let [t, ...n] = e;
|
|
99
|
+
l(t, n);
|
|
100
|
+
} else o(e);
|
|
101
|
+
else throw TypeError("Expected usable value, not `" + e + "`");
|
|
102
|
+
}
|
|
103
|
+
function o(e) {
|
|
104
|
+
if (!("plugins" in e) && !("settings" in e)) throw Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");
|
|
105
|
+
c(e.plugins), e.settings && (i.settings = (0, s.default)(!0, i.settings, e.settings));
|
|
106
|
+
}
|
|
107
|
+
function c(e) {
|
|
108
|
+
let t = -1;
|
|
109
|
+
if (e != null) if (Array.isArray(e)) for (; ++t < e.length;) {
|
|
110
|
+
let n = e[t];
|
|
111
|
+
a(n);
|
|
112
|
+
}
|
|
113
|
+
else throw TypeError("Expected a list of plugins, not `" + e + "`");
|
|
114
|
+
}
|
|
115
|
+
function l(e, t) {
|
|
116
|
+
let i = -1, a = -1;
|
|
117
|
+
for (; ++i < n.length;) if (n[i][0] === e) {
|
|
118
|
+
a = i;
|
|
119
|
+
break;
|
|
120
|
+
}
|
|
121
|
+
if (a === -1) n.push([e, ...t]);
|
|
122
|
+
else if (t.length > 0) {
|
|
123
|
+
let [i, ...o] = t, c = n[a][1];
|
|
124
|
+
r(c) && r(i) && (i = (0, s.default)(!0, c, i)), n[a] = [
|
|
125
|
+
e,
|
|
126
|
+
i,
|
|
127
|
+
...o
|
|
128
|
+
];
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}().freeze();
|
|
133
|
+
function u(e, t) {
|
|
134
|
+
if (typeof t != "function") throw TypeError("Cannot `" + e + "` without `parser`");
|
|
135
|
+
}
|
|
136
|
+
function d(e, t) {
|
|
137
|
+
if (typeof t != "function") throw TypeError("Cannot `" + e + "` without `compiler`");
|
|
138
|
+
}
|
|
139
|
+
function f(e, t) {
|
|
140
|
+
if (t) throw Error("Cannot call `" + e + "` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.");
|
|
141
|
+
}
|
|
142
|
+
function p(e) {
|
|
143
|
+
if (!r(e) || typeof e.type != "string") throw TypeError("Expected node, got `" + e + "`");
|
|
144
|
+
}
|
|
145
|
+
function m(e, t, n) {
|
|
146
|
+
if (!n) throw Error("`" + e + "` finished async. Use `" + t + "` instead");
|
|
147
|
+
}
|
|
148
|
+
function h(e) {
|
|
149
|
+
return g(e) ? e : new a(e);
|
|
150
|
+
}
|
|
151
|
+
function g(e) {
|
|
152
|
+
return !!(e && typeof e == "object" && "message" in e && "messages" in e);
|
|
153
|
+
}
|
|
154
|
+
function _(e) {
|
|
155
|
+
return typeof e == "string" || v(e);
|
|
156
|
+
}
|
|
157
|
+
function v(e) {
|
|
158
|
+
return !!(e && typeof e == "object" && "byteLength" in e && "byteOffset" in e);
|
|
159
|
+
}
|
|
160
|
+
//#endregion
|
|
161
|
+
export { l as unified };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
//#region node_modules/unist-util-is/lib/index.js
|
|
2
|
+
var e = (function(e) {
|
|
3
|
+
if (e == null) return a;
|
|
4
|
+
if (typeof e == "function") return i(e);
|
|
5
|
+
if (typeof e == "object") return Array.isArray(e) ? t(e) : n(e);
|
|
6
|
+
if (typeof e == "string") return r(e);
|
|
7
|
+
throw Error("Expected function, string, or object as test");
|
|
8
|
+
});
|
|
9
|
+
function t(t) {
|
|
10
|
+
let n = [], r = -1;
|
|
11
|
+
for (; ++r < t.length;) n[r] = e(t[r]);
|
|
12
|
+
return i(a);
|
|
13
|
+
function a(...e) {
|
|
14
|
+
let t = -1;
|
|
15
|
+
for (; ++t < n.length;) if (n[t].apply(this, e)) return !0;
|
|
16
|
+
return !1;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
function n(e) {
|
|
20
|
+
let t = e;
|
|
21
|
+
return i(n);
|
|
22
|
+
function n(n) {
|
|
23
|
+
let r = n, i;
|
|
24
|
+
for (i in e) if (r[i] !== t[i]) return !1;
|
|
25
|
+
return !0;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
function r(e) {
|
|
29
|
+
return i(t);
|
|
30
|
+
function t(t) {
|
|
31
|
+
return t && t.type === e;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
function i(e) {
|
|
35
|
+
return t;
|
|
36
|
+
function t(t, n, r) {
|
|
37
|
+
return !!(o(t) && e.call(this, t, typeof n == "number" ? n : void 0, r || void 0));
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
function a() {
|
|
41
|
+
return !0;
|
|
42
|
+
}
|
|
43
|
+
function o(e) {
|
|
44
|
+
return typeof e == "object" && !!e && "type" in e;
|
|
45
|
+
}
|
|
46
|
+
//#endregion
|
|
47
|
+
export { e as convert };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//#region node_modules/unist-util-position/lib/index.js
|
|
2
|
+
var e = n("end"), t = n("start");
|
|
3
|
+
function n(e) {
|
|
4
|
+
return t;
|
|
5
|
+
function t(t) {
|
|
6
|
+
let n = t && t.position && t.position[e] || {};
|
|
7
|
+
if (typeof n.line == "number" && n.line > 0 && typeof n.column == "number" && n.column > 0) return {
|
|
8
|
+
line: n.line,
|
|
9
|
+
column: n.column,
|
|
10
|
+
offset: typeof n.offset == "number" && n.offset > -1 ? n.offset : void 0
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
function r(n) {
|
|
15
|
+
let r = t(n), i = e(n);
|
|
16
|
+
if (r && i) return {
|
|
17
|
+
start: r,
|
|
18
|
+
end: i
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
//#endregion
|
|
22
|
+
export { e as pointEnd, t as pointStart, r as position };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region node_modules/unist-util-stringify-position/lib/index.js
|
|
2
|
+
function e(e) {
|
|
3
|
+
return !e || typeof e != "object" ? "" : "position" in e || "type" in e ? n(e.position) : "start" in e || "end" in e ? n(e) : "line" in e || "column" in e ? t(e) : "";
|
|
4
|
+
}
|
|
5
|
+
function t(e) {
|
|
6
|
+
return r(e && e.line) + ":" + r(e && e.column);
|
|
7
|
+
}
|
|
8
|
+
function n(e) {
|
|
9
|
+
return t(e && e.start) + "-" + t(e && e.end);
|
|
10
|
+
}
|
|
11
|
+
function r(e) {
|
|
12
|
+
return e && typeof e == "number" ? e : 1;
|
|
13
|
+
}
|
|
14
|
+
//#endregion
|
|
15
|
+
export { e as stringifyPosition };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { visitParents as e } from "../../unist-util-visit-parents/lib/index.js";
|
|
2
|
+
//#region node_modules/unist-util-visit/lib/index.js
|
|
3
|
+
function t(t, n, r, i) {
|
|
4
|
+
let a, o, s;
|
|
5
|
+
typeof n == "function" && typeof r != "function" ? (o = void 0, s = n, a = r) : (o = n, s = r, a = i), e(t, o, c, a);
|
|
6
|
+
function c(e, t) {
|
|
7
|
+
let n = t[t.length - 1], r = n ? n.children.indexOf(e) : void 0;
|
|
8
|
+
return s(e, r, n);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
//#endregion
|
|
12
|
+
export { t as visit };
|