@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,557 @@
|
|
|
1
|
+
import { stringifyPosition as e } from "../../unist-util-stringify-position/lib/index.js";
|
|
2
|
+
import { toString as t } from "../../mdast-util-to-string/lib/index.js";
|
|
3
|
+
import { decodeNamedCharacterReference as n } from "../../decode-named-character-reference/index.dom.js";
|
|
4
|
+
import { decodeNumericCharacterReference as r } from "../../micromark-util-decode-numeric-character-reference/index.js";
|
|
5
|
+
import { normalizeIdentifier as i } from "../../micromark-util-normalize-identifier/index.js";
|
|
6
|
+
import { parse as a } from "../../micromark/lib/parse.js";
|
|
7
|
+
import { postprocess as o } from "../../micromark/lib/postprocess.js";
|
|
8
|
+
import { preprocess as s } from "../../micromark/lib/preprocess.js";
|
|
9
|
+
import { decodeString as c } from "../../micromark-util-decode-string/index.js";
|
|
10
|
+
//#region node_modules/mdast-util-from-markdown/lib/index.js
|
|
11
|
+
var l = {}.hasOwnProperty;
|
|
12
|
+
function u(e, t, n) {
|
|
13
|
+
return t && typeof t == "object" && (n = t, t = void 0), d(n)(o(a(n).document().write(s()(e, t, !0))));
|
|
14
|
+
}
|
|
15
|
+
function d(a) {
|
|
16
|
+
let o = {
|
|
17
|
+
transforms: [],
|
|
18
|
+
canContainEols: [
|
|
19
|
+
"emphasis",
|
|
20
|
+
"fragment",
|
|
21
|
+
"heading",
|
|
22
|
+
"paragraph",
|
|
23
|
+
"strong"
|
|
24
|
+
],
|
|
25
|
+
enter: {
|
|
26
|
+
autolink: m(Z),
|
|
27
|
+
autolinkProtocol: D,
|
|
28
|
+
autolinkEmail: D,
|
|
29
|
+
atxHeading: m(J),
|
|
30
|
+
blockQuote: m(le),
|
|
31
|
+
characterEscape: D,
|
|
32
|
+
characterReference: D,
|
|
33
|
+
codeFenced: m(q),
|
|
34
|
+
codeFencedFenceInfo: g,
|
|
35
|
+
codeFencedFenceMeta: g,
|
|
36
|
+
codeIndented: m(q, g),
|
|
37
|
+
codeText: m(ue, g),
|
|
38
|
+
codeTextData: D,
|
|
39
|
+
data: D,
|
|
40
|
+
codeFlowValue: D,
|
|
41
|
+
definition: m(de),
|
|
42
|
+
definitionDestinationString: g,
|
|
43
|
+
definitionLabelString: g,
|
|
44
|
+
definitionTitleString: g,
|
|
45
|
+
emphasis: m(fe),
|
|
46
|
+
hardBreakEscape: m(Y),
|
|
47
|
+
hardBreakTrailing: m(Y),
|
|
48
|
+
htmlFlow: m(X, g),
|
|
49
|
+
htmlFlowData: D,
|
|
50
|
+
htmlText: m(X, g),
|
|
51
|
+
htmlTextData: D,
|
|
52
|
+
image: m(pe),
|
|
53
|
+
label: g,
|
|
54
|
+
link: m(Z),
|
|
55
|
+
listItem: m(me),
|
|
56
|
+
listItemValue: S,
|
|
57
|
+
listOrdered: m(Q, x),
|
|
58
|
+
listUnordered: m(Q),
|
|
59
|
+
paragraph: m(he),
|
|
60
|
+
reference: V,
|
|
61
|
+
referenceString: g,
|
|
62
|
+
resourceDestinationString: g,
|
|
63
|
+
resourceTitleString: g,
|
|
64
|
+
setextHeading: m(J),
|
|
65
|
+
strong: m(ge),
|
|
66
|
+
thematicBreak: m(_e)
|
|
67
|
+
},
|
|
68
|
+
exit: {
|
|
69
|
+
atxHeading: v(),
|
|
70
|
+
atxHeadingSequence: C,
|
|
71
|
+
autolink: v(),
|
|
72
|
+
autolinkEmail: ce,
|
|
73
|
+
autolinkProtocol: K,
|
|
74
|
+
blockQuote: v(),
|
|
75
|
+
characterEscapeValue: O,
|
|
76
|
+
characterReferenceMarkerHexadecimal: U,
|
|
77
|
+
characterReferenceMarkerNumeric: U,
|
|
78
|
+
characterReferenceValue: W,
|
|
79
|
+
characterReference: G,
|
|
80
|
+
codeFenced: v(re),
|
|
81
|
+
codeFencedFence: ne,
|
|
82
|
+
codeFencedFenceInfo: ee,
|
|
83
|
+
codeFencedFenceMeta: te,
|
|
84
|
+
codeFlowValue: O,
|
|
85
|
+
codeIndented: v(ie),
|
|
86
|
+
codeText: v(N),
|
|
87
|
+
codeTextData: O,
|
|
88
|
+
data: O,
|
|
89
|
+
definition: v(),
|
|
90
|
+
definitionDestinationString: se,
|
|
91
|
+
definitionLabelString: ae,
|
|
92
|
+
definitionTitleString: oe,
|
|
93
|
+
emphasis: v(),
|
|
94
|
+
hardBreakEscape: v(A),
|
|
95
|
+
hardBreakTrailing: v(A),
|
|
96
|
+
htmlFlow: v(j),
|
|
97
|
+
htmlFlowData: O,
|
|
98
|
+
htmlText: v(M),
|
|
99
|
+
htmlTextData: O,
|
|
100
|
+
image: v(F),
|
|
101
|
+
label: L,
|
|
102
|
+
labelText: I,
|
|
103
|
+
lineEnding: k,
|
|
104
|
+
link: v(P),
|
|
105
|
+
listItem: v(),
|
|
106
|
+
listOrdered: v(),
|
|
107
|
+
listUnordered: v(),
|
|
108
|
+
paragraph: v(),
|
|
109
|
+
referenceString: H,
|
|
110
|
+
resourceDestinationString: R,
|
|
111
|
+
resourceTitleString: z,
|
|
112
|
+
resource: B,
|
|
113
|
+
setextHeading: v(E),
|
|
114
|
+
setextHeadingLineSequence: T,
|
|
115
|
+
setextHeadingText: w,
|
|
116
|
+
strong: v(),
|
|
117
|
+
thematicBreak: v()
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
p(o, (a || {}).mdastExtensions || []);
|
|
121
|
+
let s = {};
|
|
122
|
+
return u;
|
|
123
|
+
function u(e) {
|
|
124
|
+
let t = {
|
|
125
|
+
type: "root",
|
|
126
|
+
children: []
|
|
127
|
+
}, n = {
|
|
128
|
+
stack: [t],
|
|
129
|
+
tokenStack: [],
|
|
130
|
+
config: o,
|
|
131
|
+
enter: _,
|
|
132
|
+
exit: y,
|
|
133
|
+
buffer: g,
|
|
134
|
+
resume: b,
|
|
135
|
+
data: s
|
|
136
|
+
}, r = [], i = -1;
|
|
137
|
+
for (; ++i < e.length;) (e[i][1].type === "listOrdered" || e[i][1].type === "listUnordered") && (e[i][0] === "enter" ? r.push(i) : i = d(e, r.pop(), i));
|
|
138
|
+
for (i = -1; ++i < e.length;) {
|
|
139
|
+
let t = o[e[i][0]];
|
|
140
|
+
l.call(t, e[i][1].type) && t[e[i][1].type].call(Object.assign({ sliceSerialize: e[i][2].sliceSerialize }, n), e[i][1]);
|
|
141
|
+
}
|
|
142
|
+
if (n.tokenStack.length > 0) {
|
|
143
|
+
let e = n.tokenStack[n.tokenStack.length - 1];
|
|
144
|
+
(e[1] || h).call(n, void 0, e[0]);
|
|
145
|
+
}
|
|
146
|
+
for (t.position = {
|
|
147
|
+
start: f(e.length > 0 ? e[0][1].start : {
|
|
148
|
+
line: 1,
|
|
149
|
+
column: 1,
|
|
150
|
+
offset: 0
|
|
151
|
+
}),
|
|
152
|
+
end: f(e.length > 0 ? e[e.length - 2][1].end : {
|
|
153
|
+
line: 1,
|
|
154
|
+
column: 1,
|
|
155
|
+
offset: 0
|
|
156
|
+
})
|
|
157
|
+
}, i = -1; ++i < o.transforms.length;) t = o.transforms[i](t) || t;
|
|
158
|
+
return t;
|
|
159
|
+
}
|
|
160
|
+
function d(e, t, n) {
|
|
161
|
+
let r = t - 1, i = -1, a = !1, o, s, c, l;
|
|
162
|
+
for (; ++r <= n;) {
|
|
163
|
+
let t = e[r];
|
|
164
|
+
switch (t[1].type) {
|
|
165
|
+
case "listUnordered":
|
|
166
|
+
case "listOrdered":
|
|
167
|
+
case "blockQuote":
|
|
168
|
+
t[0] === "enter" ? i++ : i--, l = void 0;
|
|
169
|
+
break;
|
|
170
|
+
case "lineEndingBlank":
|
|
171
|
+
t[0] === "enter" && (o && !l && !i && !c && (c = r), l = void 0);
|
|
172
|
+
break;
|
|
173
|
+
case "linePrefix":
|
|
174
|
+
case "listItemValue":
|
|
175
|
+
case "listItemMarker":
|
|
176
|
+
case "listItemPrefix":
|
|
177
|
+
case "listItemPrefixWhitespace": break;
|
|
178
|
+
default: l = void 0;
|
|
179
|
+
}
|
|
180
|
+
if (!i && t[0] === "enter" && t[1].type === "listItemPrefix" || i === -1 && t[0] === "exit" && (t[1].type === "listUnordered" || t[1].type === "listOrdered")) {
|
|
181
|
+
if (o) {
|
|
182
|
+
let i = r;
|
|
183
|
+
for (s = void 0; i--;) {
|
|
184
|
+
let t = e[i];
|
|
185
|
+
if (t[1].type === "lineEnding" || t[1].type === "lineEndingBlank") {
|
|
186
|
+
if (t[0] === "exit") continue;
|
|
187
|
+
s && (e[s][1].type = "lineEndingBlank", a = !0), t[1].type = "lineEnding", s = i;
|
|
188
|
+
} else if (!(t[1].type === "linePrefix" || t[1].type === "blockQuotePrefix" || t[1].type === "blockQuotePrefixWhitespace" || t[1].type === "blockQuoteMarker" || t[1].type === "listItemIndent")) break;
|
|
189
|
+
}
|
|
190
|
+
c && (!s || c < s) && (o._spread = !0), o.end = Object.assign({}, s ? e[s][1].start : t[1].end), e.splice(s || r, 0, [
|
|
191
|
+
"exit",
|
|
192
|
+
o,
|
|
193
|
+
t[2]
|
|
194
|
+
]), r++, n++;
|
|
195
|
+
}
|
|
196
|
+
if (t[1].type === "listItemPrefix") {
|
|
197
|
+
let i = {
|
|
198
|
+
type: "listItem",
|
|
199
|
+
_spread: !1,
|
|
200
|
+
start: Object.assign({}, t[1].start),
|
|
201
|
+
end: void 0
|
|
202
|
+
};
|
|
203
|
+
o = i, e.splice(r, 0, [
|
|
204
|
+
"enter",
|
|
205
|
+
i,
|
|
206
|
+
t[2]
|
|
207
|
+
]), r++, n++, c = void 0, l = !0;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
return e[t][1]._spread = a, n;
|
|
212
|
+
}
|
|
213
|
+
function m(e, t) {
|
|
214
|
+
return n;
|
|
215
|
+
function n(n) {
|
|
216
|
+
_.call(this, e(n), n), t && t.call(this, n);
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
function g() {
|
|
220
|
+
this.stack.push({
|
|
221
|
+
type: "fragment",
|
|
222
|
+
children: []
|
|
223
|
+
});
|
|
224
|
+
}
|
|
225
|
+
function _(e, t, n) {
|
|
226
|
+
this.stack[this.stack.length - 1].children.push(e), this.stack.push(e), this.tokenStack.push([t, n || void 0]), e.position = {
|
|
227
|
+
start: f(t.start),
|
|
228
|
+
end: void 0
|
|
229
|
+
};
|
|
230
|
+
}
|
|
231
|
+
function v(e) {
|
|
232
|
+
return t;
|
|
233
|
+
function t(t) {
|
|
234
|
+
e && e.call(this, t), y.call(this, t);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
function y(t, n) {
|
|
238
|
+
let r = this.stack.pop(), i = this.tokenStack.pop();
|
|
239
|
+
if (i) i[0].type !== t.type && (n ? n.call(this, t, i[0]) : (i[1] || h).call(this, t, i[0]));
|
|
240
|
+
else throw Error("Cannot close `" + t.type + "` (" + e({
|
|
241
|
+
start: t.start,
|
|
242
|
+
end: t.end
|
|
243
|
+
}) + "): it’s not open");
|
|
244
|
+
r.position.end = f(t.end);
|
|
245
|
+
}
|
|
246
|
+
function b() {
|
|
247
|
+
return t(this.stack.pop());
|
|
248
|
+
}
|
|
249
|
+
function x() {
|
|
250
|
+
this.data.expectingFirstListItemValue = !0;
|
|
251
|
+
}
|
|
252
|
+
function S(e) {
|
|
253
|
+
if (this.data.expectingFirstListItemValue) {
|
|
254
|
+
let t = this.stack[this.stack.length - 2];
|
|
255
|
+
t.start = Number.parseInt(this.sliceSerialize(e), 10), this.data.expectingFirstListItemValue = void 0;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
function ee() {
|
|
259
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
260
|
+
t.lang = e;
|
|
261
|
+
}
|
|
262
|
+
function te() {
|
|
263
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
264
|
+
t.meta = e;
|
|
265
|
+
}
|
|
266
|
+
function ne() {
|
|
267
|
+
this.data.flowCodeInside || (this.buffer(), this.data.flowCodeInside = !0);
|
|
268
|
+
}
|
|
269
|
+
function re() {
|
|
270
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
271
|
+
t.value = e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g, ""), this.data.flowCodeInside = void 0;
|
|
272
|
+
}
|
|
273
|
+
function ie() {
|
|
274
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
275
|
+
t.value = e.replace(/(\r?\n|\r)$/g, "");
|
|
276
|
+
}
|
|
277
|
+
function ae(e) {
|
|
278
|
+
let t = this.resume(), n = this.stack[this.stack.length - 1];
|
|
279
|
+
n.label = t, n.identifier = i(this.sliceSerialize(e)).toLowerCase();
|
|
280
|
+
}
|
|
281
|
+
function oe() {
|
|
282
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
283
|
+
t.title = e;
|
|
284
|
+
}
|
|
285
|
+
function se() {
|
|
286
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
287
|
+
t.url = e;
|
|
288
|
+
}
|
|
289
|
+
function C(e) {
|
|
290
|
+
let t = this.stack[this.stack.length - 1];
|
|
291
|
+
t.depth ||= this.sliceSerialize(e).length;
|
|
292
|
+
}
|
|
293
|
+
function w() {
|
|
294
|
+
this.data.setextHeadingSlurpLineEnding = !0;
|
|
295
|
+
}
|
|
296
|
+
function T(e) {
|
|
297
|
+
let t = this.stack[this.stack.length - 1];
|
|
298
|
+
t.depth = this.sliceSerialize(e).codePointAt(0) === 61 ? 1 : 2;
|
|
299
|
+
}
|
|
300
|
+
function E() {
|
|
301
|
+
this.data.setextHeadingSlurpLineEnding = void 0;
|
|
302
|
+
}
|
|
303
|
+
function D(e) {
|
|
304
|
+
let t = this.stack[this.stack.length - 1].children, n = t[t.length - 1];
|
|
305
|
+
(!n || n.type !== "text") && (n = $(), n.position = {
|
|
306
|
+
start: f(e.start),
|
|
307
|
+
end: void 0
|
|
308
|
+
}, t.push(n)), this.stack.push(n);
|
|
309
|
+
}
|
|
310
|
+
function O(e) {
|
|
311
|
+
let t = this.stack.pop();
|
|
312
|
+
t.value += this.sliceSerialize(e), t.position.end = f(e.end);
|
|
313
|
+
}
|
|
314
|
+
function k(e) {
|
|
315
|
+
let t = this.stack[this.stack.length - 1];
|
|
316
|
+
if (this.data.atHardBreak) {
|
|
317
|
+
let n = t.children[t.children.length - 1];
|
|
318
|
+
n.position.end = f(e.end), this.data.atHardBreak = void 0;
|
|
319
|
+
return;
|
|
320
|
+
}
|
|
321
|
+
!this.data.setextHeadingSlurpLineEnding && o.canContainEols.includes(t.type) && (D.call(this, e), O.call(this, e));
|
|
322
|
+
}
|
|
323
|
+
function A() {
|
|
324
|
+
this.data.atHardBreak = !0;
|
|
325
|
+
}
|
|
326
|
+
function j() {
|
|
327
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
328
|
+
t.value = e;
|
|
329
|
+
}
|
|
330
|
+
function M() {
|
|
331
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
332
|
+
t.value = e;
|
|
333
|
+
}
|
|
334
|
+
function N() {
|
|
335
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
336
|
+
t.value = e;
|
|
337
|
+
}
|
|
338
|
+
function P() {
|
|
339
|
+
let e = this.stack[this.stack.length - 1];
|
|
340
|
+
if (this.data.inReference) {
|
|
341
|
+
let t = this.data.referenceType || "shortcut";
|
|
342
|
+
e.type += "Reference", e.referenceType = t, delete e.url, delete e.title;
|
|
343
|
+
} else delete e.identifier, delete e.label;
|
|
344
|
+
this.data.referenceType = void 0;
|
|
345
|
+
}
|
|
346
|
+
function F() {
|
|
347
|
+
let e = this.stack[this.stack.length - 1];
|
|
348
|
+
if (this.data.inReference) {
|
|
349
|
+
let t = this.data.referenceType || "shortcut";
|
|
350
|
+
e.type += "Reference", e.referenceType = t, delete e.url, delete e.title;
|
|
351
|
+
} else delete e.identifier, delete e.label;
|
|
352
|
+
this.data.referenceType = void 0;
|
|
353
|
+
}
|
|
354
|
+
function I(e) {
|
|
355
|
+
let t = this.sliceSerialize(e), n = this.stack[this.stack.length - 2];
|
|
356
|
+
n.label = c(t), n.identifier = i(t).toLowerCase();
|
|
357
|
+
}
|
|
358
|
+
function L() {
|
|
359
|
+
let e = this.stack[this.stack.length - 1], t = this.resume(), n = this.stack[this.stack.length - 1];
|
|
360
|
+
this.data.inReference = !0, n.type === "link" ? n.children = e.children : n.alt = t;
|
|
361
|
+
}
|
|
362
|
+
function R() {
|
|
363
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
364
|
+
t.url = e;
|
|
365
|
+
}
|
|
366
|
+
function z() {
|
|
367
|
+
let e = this.resume(), t = this.stack[this.stack.length - 1];
|
|
368
|
+
t.title = e;
|
|
369
|
+
}
|
|
370
|
+
function B() {
|
|
371
|
+
this.data.inReference = void 0;
|
|
372
|
+
}
|
|
373
|
+
function V() {
|
|
374
|
+
this.data.referenceType = "collapsed";
|
|
375
|
+
}
|
|
376
|
+
function H(e) {
|
|
377
|
+
let t = this.resume(), n = this.stack[this.stack.length - 1];
|
|
378
|
+
n.label = t, n.identifier = i(this.sliceSerialize(e)).toLowerCase(), this.data.referenceType = "full";
|
|
379
|
+
}
|
|
380
|
+
function U(e) {
|
|
381
|
+
this.data.characterReferenceType = e.type;
|
|
382
|
+
}
|
|
383
|
+
function W(e) {
|
|
384
|
+
let t = this.sliceSerialize(e), i = this.data.characterReferenceType, a;
|
|
385
|
+
i ? (a = r(t, i === "characterReferenceMarkerNumeric" ? 10 : 16), this.data.characterReferenceType = void 0) : a = n(t);
|
|
386
|
+
let o = this.stack[this.stack.length - 1];
|
|
387
|
+
o.value += a;
|
|
388
|
+
}
|
|
389
|
+
function G(e) {
|
|
390
|
+
let t = this.stack.pop();
|
|
391
|
+
t.position.end = f(e.end);
|
|
392
|
+
}
|
|
393
|
+
function K(e) {
|
|
394
|
+
O.call(this, e);
|
|
395
|
+
let t = this.stack[this.stack.length - 1];
|
|
396
|
+
t.url = this.sliceSerialize(e);
|
|
397
|
+
}
|
|
398
|
+
function ce(e) {
|
|
399
|
+
O.call(this, e);
|
|
400
|
+
let t = this.stack[this.stack.length - 1];
|
|
401
|
+
t.url = "mailto:" + this.sliceSerialize(e);
|
|
402
|
+
}
|
|
403
|
+
function le() {
|
|
404
|
+
return {
|
|
405
|
+
type: "blockquote",
|
|
406
|
+
children: []
|
|
407
|
+
};
|
|
408
|
+
}
|
|
409
|
+
function q() {
|
|
410
|
+
return {
|
|
411
|
+
type: "code",
|
|
412
|
+
lang: null,
|
|
413
|
+
meta: null,
|
|
414
|
+
value: ""
|
|
415
|
+
};
|
|
416
|
+
}
|
|
417
|
+
function ue() {
|
|
418
|
+
return {
|
|
419
|
+
type: "inlineCode",
|
|
420
|
+
value: ""
|
|
421
|
+
};
|
|
422
|
+
}
|
|
423
|
+
function de() {
|
|
424
|
+
return {
|
|
425
|
+
type: "definition",
|
|
426
|
+
identifier: "",
|
|
427
|
+
label: null,
|
|
428
|
+
title: null,
|
|
429
|
+
url: ""
|
|
430
|
+
};
|
|
431
|
+
}
|
|
432
|
+
function fe() {
|
|
433
|
+
return {
|
|
434
|
+
type: "emphasis",
|
|
435
|
+
children: []
|
|
436
|
+
};
|
|
437
|
+
}
|
|
438
|
+
function J() {
|
|
439
|
+
return {
|
|
440
|
+
type: "heading",
|
|
441
|
+
depth: 0,
|
|
442
|
+
children: []
|
|
443
|
+
};
|
|
444
|
+
}
|
|
445
|
+
function Y() {
|
|
446
|
+
return { type: "break" };
|
|
447
|
+
}
|
|
448
|
+
function X() {
|
|
449
|
+
return {
|
|
450
|
+
type: "html",
|
|
451
|
+
value: ""
|
|
452
|
+
};
|
|
453
|
+
}
|
|
454
|
+
function pe() {
|
|
455
|
+
return {
|
|
456
|
+
type: "image",
|
|
457
|
+
title: null,
|
|
458
|
+
url: "",
|
|
459
|
+
alt: null
|
|
460
|
+
};
|
|
461
|
+
}
|
|
462
|
+
function Z() {
|
|
463
|
+
return {
|
|
464
|
+
type: "link",
|
|
465
|
+
title: null,
|
|
466
|
+
url: "",
|
|
467
|
+
children: []
|
|
468
|
+
};
|
|
469
|
+
}
|
|
470
|
+
function Q(e) {
|
|
471
|
+
return {
|
|
472
|
+
type: "list",
|
|
473
|
+
ordered: e.type === "listOrdered",
|
|
474
|
+
start: null,
|
|
475
|
+
spread: e._spread,
|
|
476
|
+
children: []
|
|
477
|
+
};
|
|
478
|
+
}
|
|
479
|
+
function me(e) {
|
|
480
|
+
return {
|
|
481
|
+
type: "listItem",
|
|
482
|
+
spread: e._spread,
|
|
483
|
+
checked: null,
|
|
484
|
+
children: []
|
|
485
|
+
};
|
|
486
|
+
}
|
|
487
|
+
function he() {
|
|
488
|
+
return {
|
|
489
|
+
type: "paragraph",
|
|
490
|
+
children: []
|
|
491
|
+
};
|
|
492
|
+
}
|
|
493
|
+
function ge() {
|
|
494
|
+
return {
|
|
495
|
+
type: "strong",
|
|
496
|
+
children: []
|
|
497
|
+
};
|
|
498
|
+
}
|
|
499
|
+
function $() {
|
|
500
|
+
return {
|
|
501
|
+
type: "text",
|
|
502
|
+
value: ""
|
|
503
|
+
};
|
|
504
|
+
}
|
|
505
|
+
function _e() {
|
|
506
|
+
return { type: "thematicBreak" };
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
function f(e) {
|
|
510
|
+
return {
|
|
511
|
+
line: e.line,
|
|
512
|
+
column: e.column,
|
|
513
|
+
offset: e.offset
|
|
514
|
+
};
|
|
515
|
+
}
|
|
516
|
+
function p(e, t) {
|
|
517
|
+
let n = -1;
|
|
518
|
+
for (; ++n < t.length;) {
|
|
519
|
+
let r = t[n];
|
|
520
|
+
Array.isArray(r) ? p(e, r) : m(e, r);
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
function m(e, t) {
|
|
524
|
+
let n;
|
|
525
|
+
for (n in t) if (l.call(t, n)) switch (n) {
|
|
526
|
+
case "canContainEols": {
|
|
527
|
+
let r = t[n];
|
|
528
|
+
r && e[n].push(...r);
|
|
529
|
+
break;
|
|
530
|
+
}
|
|
531
|
+
case "transforms": {
|
|
532
|
+
let r = t[n];
|
|
533
|
+
r && e[n].push(...r);
|
|
534
|
+
break;
|
|
535
|
+
}
|
|
536
|
+
case "enter":
|
|
537
|
+
case "exit": {
|
|
538
|
+
let r = t[n];
|
|
539
|
+
r && Object.assign(e[n], r);
|
|
540
|
+
break;
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
function h(t, n) {
|
|
545
|
+
throw Error(t ? "Cannot close `" + t.type + "` (" + e({
|
|
546
|
+
start: t.start,
|
|
547
|
+
end: t.end
|
|
548
|
+
}) + "): a different token (`" + n.type + "`, " + e({
|
|
549
|
+
start: n.start,
|
|
550
|
+
end: n.end
|
|
551
|
+
}) + ") is open" : "Cannot close document, a token (`" + n.type + "`, " + e({
|
|
552
|
+
start: n.start,
|
|
553
|
+
end: n.end
|
|
554
|
+
}) + ") is still open");
|
|
555
|
+
}
|
|
556
|
+
//#endregion
|
|
557
|
+
export { u as fromMarkdown };
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { normalizeUri as e } from "../../micromark-util-sanitize-uri/index.js";
|
|
2
|
+
import t from "../../@ungap/structured-clone/esm/index.js";
|
|
3
|
+
//#region node_modules/mdast-util-to-hast/lib/footer.js
|
|
4
|
+
function n(e, t) {
|
|
5
|
+
let n = [{
|
|
6
|
+
type: "text",
|
|
7
|
+
value: "↩"
|
|
8
|
+
}];
|
|
9
|
+
return t > 1 && n.push({
|
|
10
|
+
type: "element",
|
|
11
|
+
tagName: "sup",
|
|
12
|
+
properties: {},
|
|
13
|
+
children: [{
|
|
14
|
+
type: "text",
|
|
15
|
+
value: String(t)
|
|
16
|
+
}]
|
|
17
|
+
}), n;
|
|
18
|
+
}
|
|
19
|
+
function r(e, t) {
|
|
20
|
+
return "Back to reference " + (e + 1) + (t > 1 ? "-" + t : "");
|
|
21
|
+
}
|
|
22
|
+
function i(i) {
|
|
23
|
+
let a = typeof i.options.clobberPrefix == "string" ? i.options.clobberPrefix : "user-content-", o = i.options.footnoteBackContent || n, s = i.options.footnoteBackLabel || r, c = i.options.footnoteLabel || "Footnotes", l = i.options.footnoteLabelTagName || "h2", u = i.options.footnoteLabelProperties || { className: ["sr-only"] }, d = [], f = -1;
|
|
24
|
+
for (; ++f < i.footnoteOrder.length;) {
|
|
25
|
+
let t = i.footnoteById.get(i.footnoteOrder[f]);
|
|
26
|
+
if (!t) continue;
|
|
27
|
+
let n = i.all(t), r = String(t.identifier).toUpperCase(), c = e(r.toLowerCase()), l = 0, u = [], p = i.footnoteCounts.get(r);
|
|
28
|
+
for (; p !== void 0 && ++l <= p;) {
|
|
29
|
+
u.length > 0 && u.push({
|
|
30
|
+
type: "text",
|
|
31
|
+
value: " "
|
|
32
|
+
});
|
|
33
|
+
let e = typeof o == "string" ? o : o(f, l);
|
|
34
|
+
typeof e == "string" && (e = {
|
|
35
|
+
type: "text",
|
|
36
|
+
value: e
|
|
37
|
+
}), u.push({
|
|
38
|
+
type: "element",
|
|
39
|
+
tagName: "a",
|
|
40
|
+
properties: {
|
|
41
|
+
href: "#" + a + "fnref-" + c + (l > 1 ? "-" + l : ""),
|
|
42
|
+
dataFootnoteBackref: "",
|
|
43
|
+
ariaLabel: typeof s == "string" ? s : s(f, l),
|
|
44
|
+
className: ["data-footnote-backref"]
|
|
45
|
+
},
|
|
46
|
+
children: Array.isArray(e) ? e : [e]
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
let m = n[n.length - 1];
|
|
50
|
+
if (m && m.type === "element" && m.tagName === "p") {
|
|
51
|
+
let e = m.children[m.children.length - 1];
|
|
52
|
+
e && e.type === "text" ? e.value += " " : m.children.push({
|
|
53
|
+
type: "text",
|
|
54
|
+
value: " "
|
|
55
|
+
}), m.children.push(...u);
|
|
56
|
+
} else n.push(...u);
|
|
57
|
+
let h = {
|
|
58
|
+
type: "element",
|
|
59
|
+
tagName: "li",
|
|
60
|
+
properties: { id: a + "fn-" + c },
|
|
61
|
+
children: i.wrap(n, !0)
|
|
62
|
+
};
|
|
63
|
+
i.patch(t, h), d.push(h);
|
|
64
|
+
}
|
|
65
|
+
if (d.length !== 0) return {
|
|
66
|
+
type: "element",
|
|
67
|
+
tagName: "section",
|
|
68
|
+
properties: {
|
|
69
|
+
dataFootnotes: !0,
|
|
70
|
+
className: ["footnotes"]
|
|
71
|
+
},
|
|
72
|
+
children: [
|
|
73
|
+
{
|
|
74
|
+
type: "element",
|
|
75
|
+
tagName: l,
|
|
76
|
+
properties: {
|
|
77
|
+
...t(u),
|
|
78
|
+
id: "footnote-label"
|
|
79
|
+
},
|
|
80
|
+
children: [{
|
|
81
|
+
type: "text",
|
|
82
|
+
value: c
|
|
83
|
+
}]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
type: "text",
|
|
87
|
+
value: "\n"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
type: "element",
|
|
91
|
+
tagName: "ol",
|
|
92
|
+
properties: {},
|
|
93
|
+
children: i.wrap(d, !0)
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: "text",
|
|
97
|
+
value: "\n"
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
//#endregion
|
|
103
|
+
export { i as footer };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
//#region node_modules/mdast-util-to-hast/lib/handlers/blockquote.js
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
let n = {
|
|
4
|
+
type: "element",
|
|
5
|
+
tagName: "blockquote",
|
|
6
|
+
properties: {},
|
|
7
|
+
children: e.wrap(e.all(t), !0)
|
|
8
|
+
};
|
|
9
|
+
return e.patch(t, n), e.applyData(t, n);
|
|
10
|
+
}
|
|
11
|
+
//#endregion
|
|
12
|
+
export { e as blockquote };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region node_modules/mdast-util-to-hast/lib/handlers/break.js
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
let n = {
|
|
4
|
+
type: "element",
|
|
5
|
+
tagName: "br",
|
|
6
|
+
properties: {},
|
|
7
|
+
children: []
|
|
8
|
+
};
|
|
9
|
+
return e.patch(t, n), [e.applyData(t, n), {
|
|
10
|
+
type: "text",
|
|
11
|
+
value: "\n"
|
|
12
|
+
}];
|
|
13
|
+
}
|
|
14
|
+
//#endregion
|
|
15
|
+
export { e as hardBreak };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//#region node_modules/mdast-util-to-hast/lib/handlers/code.js
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
let n = t.value ? t.value + "\n" : "", r = {}, i = t.lang ? t.lang.split(/\s+/) : [];
|
|
4
|
+
i.length > 0 && (r.className = ["language-" + i[0]]);
|
|
5
|
+
let a = {
|
|
6
|
+
type: "element",
|
|
7
|
+
tagName: "code",
|
|
8
|
+
properties: r,
|
|
9
|
+
children: [{
|
|
10
|
+
type: "text",
|
|
11
|
+
value: n
|
|
12
|
+
}]
|
|
13
|
+
};
|
|
14
|
+
return t.meta && (a.data = { meta: t.meta }), e.patch(t, a), a = e.applyData(t, a), a = {
|
|
15
|
+
type: "element",
|
|
16
|
+
tagName: "pre",
|
|
17
|
+
properties: {},
|
|
18
|
+
children: [a]
|
|
19
|
+
}, e.patch(t, a), a;
|
|
20
|
+
}
|
|
21
|
+
//#endregion
|
|
22
|
+
export { e as code };
|