@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,100 @@
|
|
|
1
|
+
import { asciiAlpha as e, asciiAlphanumeric as t, markdownLineEnding as n, markdownLineEndingOrSpace as r, markdownSpace as i } from "../../micromark-util-character/index.js";
|
|
2
|
+
import { factorySpace as a } from "../../micromark-factory-space/index.js";
|
|
3
|
+
//#region node_modules/micromark-core-commonmark/lib/html-text.js
|
|
4
|
+
var o = {
|
|
5
|
+
name: "htmlText",
|
|
6
|
+
tokenize: s
|
|
7
|
+
};
|
|
8
|
+
function s(o, s, c) {
|
|
9
|
+
let l = this, u, d, f;
|
|
10
|
+
return p;
|
|
11
|
+
function p(e) {
|
|
12
|
+
return o.enter("htmlText"), o.enter("htmlTextData"), o.consume(e), m;
|
|
13
|
+
}
|
|
14
|
+
function m(t) {
|
|
15
|
+
return t === 33 ? (o.consume(t), h) : t === 47 ? (o.consume(t), D) : t === 63 ? (o.consume(t), T) : e(t) ? (o.consume(t), A) : c(t);
|
|
16
|
+
}
|
|
17
|
+
function h(t) {
|
|
18
|
+
return t === 45 ? (o.consume(t), g) : t === 91 ? (o.consume(t), d = 0, b) : e(t) ? (o.consume(t), w) : c(t);
|
|
19
|
+
}
|
|
20
|
+
function g(e) {
|
|
21
|
+
return e === 45 ? (o.consume(e), y) : c(e);
|
|
22
|
+
}
|
|
23
|
+
function _(e) {
|
|
24
|
+
return e === null ? c(e) : e === 45 ? (o.consume(e), v) : n(e) ? (f = _, z(e)) : (o.consume(e), _);
|
|
25
|
+
}
|
|
26
|
+
function v(e) {
|
|
27
|
+
return e === 45 ? (o.consume(e), y) : _(e);
|
|
28
|
+
}
|
|
29
|
+
function y(e) {
|
|
30
|
+
return e === 62 ? R(e) : e === 45 ? v(e) : _(e);
|
|
31
|
+
}
|
|
32
|
+
function b(e) {
|
|
33
|
+
return e === "CDATA[".charCodeAt(d++) ? (o.consume(e), d === 6 ? x : b) : c(e);
|
|
34
|
+
}
|
|
35
|
+
function x(e) {
|
|
36
|
+
return e === null ? c(e) : e === 93 ? (o.consume(e), S) : n(e) ? (f = x, z(e)) : (o.consume(e), x);
|
|
37
|
+
}
|
|
38
|
+
function S(e) {
|
|
39
|
+
return e === 93 ? (o.consume(e), C) : x(e);
|
|
40
|
+
}
|
|
41
|
+
function C(e) {
|
|
42
|
+
return e === 62 ? R(e) : e === 93 ? (o.consume(e), C) : x(e);
|
|
43
|
+
}
|
|
44
|
+
function w(e) {
|
|
45
|
+
return e === null || e === 62 ? R(e) : n(e) ? (f = w, z(e)) : (o.consume(e), w);
|
|
46
|
+
}
|
|
47
|
+
function T(e) {
|
|
48
|
+
return e === null ? c(e) : e === 63 ? (o.consume(e), E) : n(e) ? (f = T, z(e)) : (o.consume(e), T);
|
|
49
|
+
}
|
|
50
|
+
function E(e) {
|
|
51
|
+
return e === 62 ? R(e) : T(e);
|
|
52
|
+
}
|
|
53
|
+
function D(t) {
|
|
54
|
+
return e(t) ? (o.consume(t), O) : c(t);
|
|
55
|
+
}
|
|
56
|
+
function O(e) {
|
|
57
|
+
return e === 45 || t(e) ? (o.consume(e), O) : k(e);
|
|
58
|
+
}
|
|
59
|
+
function k(e) {
|
|
60
|
+
return n(e) ? (f = k, z(e)) : i(e) ? (o.consume(e), k) : R(e);
|
|
61
|
+
}
|
|
62
|
+
function A(e) {
|
|
63
|
+
return e === 45 || t(e) ? (o.consume(e), A) : e === 47 || e === 62 || r(e) ? j(e) : c(e);
|
|
64
|
+
}
|
|
65
|
+
function j(t) {
|
|
66
|
+
return t === 47 ? (o.consume(t), R) : t === 58 || t === 95 || e(t) ? (o.consume(t), M) : n(t) ? (f = j, z(t)) : i(t) ? (o.consume(t), j) : R(t);
|
|
67
|
+
}
|
|
68
|
+
function M(e) {
|
|
69
|
+
return e === 45 || e === 46 || e === 58 || e === 95 || t(e) ? (o.consume(e), M) : N(e);
|
|
70
|
+
}
|
|
71
|
+
function N(e) {
|
|
72
|
+
return e === 61 ? (o.consume(e), P) : n(e) ? (f = N, z(e)) : i(e) ? (o.consume(e), N) : j(e);
|
|
73
|
+
}
|
|
74
|
+
function P(e) {
|
|
75
|
+
return e === null || e === 60 || e === 61 || e === 62 || e === 96 ? c(e) : e === 34 || e === 39 ? (o.consume(e), u = e, F) : n(e) ? (f = P, z(e)) : i(e) ? (o.consume(e), P) : (o.consume(e), I);
|
|
76
|
+
}
|
|
77
|
+
function F(e) {
|
|
78
|
+
return e === u ? (o.consume(e), u = void 0, L) : e === null ? c(e) : n(e) ? (f = F, z(e)) : (o.consume(e), F);
|
|
79
|
+
}
|
|
80
|
+
function I(e) {
|
|
81
|
+
return e === null || e === 34 || e === 39 || e === 60 || e === 61 || e === 96 ? c(e) : e === 47 || e === 62 || r(e) ? j(e) : (o.consume(e), I);
|
|
82
|
+
}
|
|
83
|
+
function L(e) {
|
|
84
|
+
return e === 47 || e === 62 || r(e) ? j(e) : c(e);
|
|
85
|
+
}
|
|
86
|
+
function R(e) {
|
|
87
|
+
return e === 62 ? (o.consume(e), o.exit("htmlTextData"), o.exit("htmlText"), s) : c(e);
|
|
88
|
+
}
|
|
89
|
+
function z(e) {
|
|
90
|
+
return o.exit("htmlTextData"), o.enter("lineEnding"), o.consume(e), o.exit("lineEnding"), B;
|
|
91
|
+
}
|
|
92
|
+
function B(e) {
|
|
93
|
+
return i(e) ? a(o, V, "linePrefix", l.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(e) : V(e);
|
|
94
|
+
}
|
|
95
|
+
function V(e) {
|
|
96
|
+
return o.enter("htmlTextData"), f(e);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
//#endregion
|
|
100
|
+
export { o as htmlText };
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { push as e, splice as t } from "../../micromark-util-chunked/index.js";
|
|
2
|
+
import { normalizeIdentifier as n } from "../../micromark-util-normalize-identifier/index.js";
|
|
3
|
+
import { markdownLineEndingOrSpace as r } from "../../micromark-util-character/index.js";
|
|
4
|
+
import { resolveAll as i } from "../../micromark-util-resolve-all/index.js";
|
|
5
|
+
import { factoryDestination as a } from "../../micromark-factory-destination/index.js";
|
|
6
|
+
import { factoryLabel as o } from "../../micromark-factory-label/index.js";
|
|
7
|
+
import { factoryTitle as s } from "../../micromark-factory-title/index.js";
|
|
8
|
+
import { factoryWhitespace as c } from "../../micromark-factory-whitespace/index.js";
|
|
9
|
+
//#region node_modules/micromark-core-commonmark/lib/label-end.js
|
|
10
|
+
var l = {
|
|
11
|
+
name: "labelEnd",
|
|
12
|
+
resolveAll: p,
|
|
13
|
+
resolveTo: m,
|
|
14
|
+
tokenize: h
|
|
15
|
+
}, u = { tokenize: g }, d = { tokenize: _ }, f = { tokenize: v };
|
|
16
|
+
function p(e) {
|
|
17
|
+
let n = -1, r = [];
|
|
18
|
+
for (; ++n < e.length;) {
|
|
19
|
+
let t = e[n][1];
|
|
20
|
+
if (r.push(e[n]), t.type === "labelImage" || t.type === "labelLink" || t.type === "labelEnd") {
|
|
21
|
+
let e = t.type === "labelImage" ? 4 : 2;
|
|
22
|
+
t.type = "data", n += e;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
return e.length !== r.length && t(e, 0, e.length, r), e;
|
|
26
|
+
}
|
|
27
|
+
function m(n, r) {
|
|
28
|
+
let a = n.length, o = 0, s, c, l, u;
|
|
29
|
+
for (; a--;) if (s = n[a][1], c) {
|
|
30
|
+
if (s.type === "link" || s.type === "labelLink" && s._inactive) break;
|
|
31
|
+
n[a][0] === "enter" && s.type === "labelLink" && (s._inactive = !0);
|
|
32
|
+
} else if (l) {
|
|
33
|
+
if (n[a][0] === "enter" && (s.type === "labelImage" || s.type === "labelLink") && !s._balanced && (c = a, s.type !== "labelLink")) {
|
|
34
|
+
o = 2;
|
|
35
|
+
break;
|
|
36
|
+
}
|
|
37
|
+
} else s.type === "labelEnd" && (l = a);
|
|
38
|
+
let d = {
|
|
39
|
+
type: n[c][1].type === "labelLink" ? "link" : "image",
|
|
40
|
+
start: { ...n[c][1].start },
|
|
41
|
+
end: { ...n[n.length - 1][1].end }
|
|
42
|
+
}, f = {
|
|
43
|
+
type: "label",
|
|
44
|
+
start: { ...n[c][1].start },
|
|
45
|
+
end: { ...n[l][1].end }
|
|
46
|
+
}, p = {
|
|
47
|
+
type: "labelText",
|
|
48
|
+
start: { ...n[c + o + 2][1].end },
|
|
49
|
+
end: { ...n[l - 2][1].start }
|
|
50
|
+
};
|
|
51
|
+
return u = [[
|
|
52
|
+
"enter",
|
|
53
|
+
d,
|
|
54
|
+
r
|
|
55
|
+
], [
|
|
56
|
+
"enter",
|
|
57
|
+
f,
|
|
58
|
+
r
|
|
59
|
+
]], u = e(u, n.slice(c + 1, c + o + 3)), u = e(u, [[
|
|
60
|
+
"enter",
|
|
61
|
+
p,
|
|
62
|
+
r
|
|
63
|
+
]]), u = e(u, i(r.parser.constructs.insideSpan.null, n.slice(c + o + 4, l - 3), r)), u = e(u, [
|
|
64
|
+
[
|
|
65
|
+
"exit",
|
|
66
|
+
p,
|
|
67
|
+
r
|
|
68
|
+
],
|
|
69
|
+
n[l - 2],
|
|
70
|
+
n[l - 1],
|
|
71
|
+
[
|
|
72
|
+
"exit",
|
|
73
|
+
f,
|
|
74
|
+
r
|
|
75
|
+
]
|
|
76
|
+
]), u = e(u, n.slice(l + 1)), u = e(u, [[
|
|
77
|
+
"exit",
|
|
78
|
+
d,
|
|
79
|
+
r
|
|
80
|
+
]]), t(n, c, n.length, u), n;
|
|
81
|
+
}
|
|
82
|
+
function h(e, t, r) {
|
|
83
|
+
let i = this, a = i.events.length, o, s;
|
|
84
|
+
for (; a--;) if ((i.events[a][1].type === "labelImage" || i.events[a][1].type === "labelLink") && !i.events[a][1]._balanced) {
|
|
85
|
+
o = i.events[a][1];
|
|
86
|
+
break;
|
|
87
|
+
}
|
|
88
|
+
return c;
|
|
89
|
+
function c(t) {
|
|
90
|
+
return o ? o._inactive ? h(t) : (s = i.parser.defined.includes(n(i.sliceSerialize({
|
|
91
|
+
start: o.end,
|
|
92
|
+
end: i.now()
|
|
93
|
+
}))), e.enter("labelEnd"), e.enter("labelMarker"), e.consume(t), e.exit("labelMarker"), e.exit("labelEnd"), l) : r(t);
|
|
94
|
+
}
|
|
95
|
+
function l(t) {
|
|
96
|
+
return t === 40 ? e.attempt(u, m, s ? m : h)(t) : t === 91 ? e.attempt(d, m, s ? p : h)(t) : s ? m(t) : h(t);
|
|
97
|
+
}
|
|
98
|
+
function p(t) {
|
|
99
|
+
return e.attempt(f, m, h)(t);
|
|
100
|
+
}
|
|
101
|
+
function m(e) {
|
|
102
|
+
return t(e);
|
|
103
|
+
}
|
|
104
|
+
function h(e) {
|
|
105
|
+
return o._balanced = !0, r(e);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
function g(e, t, n) {
|
|
109
|
+
return i;
|
|
110
|
+
function i(t) {
|
|
111
|
+
return e.enter("resource"), e.enter("resourceMarker"), e.consume(t), e.exit("resourceMarker"), o;
|
|
112
|
+
}
|
|
113
|
+
function o(t) {
|
|
114
|
+
return r(t) ? c(e, l)(t) : l(t);
|
|
115
|
+
}
|
|
116
|
+
function l(t) {
|
|
117
|
+
return t === 41 ? m(t) : a(e, u, d, "resourceDestination", "resourceDestinationLiteral", "resourceDestinationLiteralMarker", "resourceDestinationRaw", "resourceDestinationString", 32)(t);
|
|
118
|
+
}
|
|
119
|
+
function u(t) {
|
|
120
|
+
return r(t) ? c(e, f)(t) : m(t);
|
|
121
|
+
}
|
|
122
|
+
function d(e) {
|
|
123
|
+
return n(e);
|
|
124
|
+
}
|
|
125
|
+
function f(t) {
|
|
126
|
+
return t === 34 || t === 39 || t === 40 ? s(e, p, n, "resourceTitle", "resourceTitleMarker", "resourceTitleString")(t) : m(t);
|
|
127
|
+
}
|
|
128
|
+
function p(t) {
|
|
129
|
+
return r(t) ? c(e, m)(t) : m(t);
|
|
130
|
+
}
|
|
131
|
+
function m(r) {
|
|
132
|
+
return r === 41 ? (e.enter("resourceMarker"), e.consume(r), e.exit("resourceMarker"), e.exit("resource"), t) : n(r);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
function _(e, t, r) {
|
|
136
|
+
let i = this;
|
|
137
|
+
return a;
|
|
138
|
+
function a(t) {
|
|
139
|
+
return o.call(i, e, s, c, "reference", "referenceMarker", "referenceString")(t);
|
|
140
|
+
}
|
|
141
|
+
function s(e) {
|
|
142
|
+
return i.parser.defined.includes(n(i.sliceSerialize(i.events[i.events.length - 1][1]).slice(1, -1))) ? t(e) : r(e);
|
|
143
|
+
}
|
|
144
|
+
function c(e) {
|
|
145
|
+
return r(e);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
function v(e, t, n) {
|
|
149
|
+
return r;
|
|
150
|
+
function r(t) {
|
|
151
|
+
return e.enter("reference"), e.enter("referenceMarker"), e.consume(t), e.exit("referenceMarker"), i;
|
|
152
|
+
}
|
|
153
|
+
function i(r) {
|
|
154
|
+
return r === 93 ? (e.enter("referenceMarker"), e.consume(r), e.exit("referenceMarker"), e.exit("reference"), t) : n(r);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
//#endregion
|
|
158
|
+
export { l as labelEnd };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { labelEnd as e } from "./label-end.js";
|
|
2
|
+
//#region node_modules/micromark-core-commonmark/lib/label-start-image.js
|
|
3
|
+
var t = {
|
|
4
|
+
name: "labelStartImage",
|
|
5
|
+
resolveAll: e.resolveAll,
|
|
6
|
+
tokenize: n
|
|
7
|
+
};
|
|
8
|
+
function n(e, t, n) {
|
|
9
|
+
let r = this;
|
|
10
|
+
return i;
|
|
11
|
+
function i(t) {
|
|
12
|
+
return e.enter("labelImage"), e.enter("labelImageMarker"), e.consume(t), e.exit("labelImageMarker"), a;
|
|
13
|
+
}
|
|
14
|
+
function a(t) {
|
|
15
|
+
return t === 91 ? (e.enter("labelMarker"), e.consume(t), e.exit("labelMarker"), e.exit("labelImage"), o) : n(t);
|
|
16
|
+
}
|
|
17
|
+
function o(e) {
|
|
18
|
+
/* c8 ignore next 3 */
|
|
19
|
+
return e === 94 && "_hiddenFootnoteSupport" in r.parser.constructs ? n(e) : t(e);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
//#endregion
|
|
23
|
+
export { t as labelStartImage };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { labelEnd as e } from "./label-end.js";
|
|
2
|
+
//#region node_modules/micromark-core-commonmark/lib/label-start-link.js
|
|
3
|
+
var t = {
|
|
4
|
+
name: "labelStartLink",
|
|
5
|
+
resolveAll: e.resolveAll,
|
|
6
|
+
tokenize: n
|
|
7
|
+
};
|
|
8
|
+
function n(e, t, n) {
|
|
9
|
+
let r = this;
|
|
10
|
+
return i;
|
|
11
|
+
function i(t) {
|
|
12
|
+
return e.enter("labelLink"), e.enter("labelMarker"), e.consume(t), e.exit("labelMarker"), e.exit("labelLink"), a;
|
|
13
|
+
}
|
|
14
|
+
function a(e) {
|
|
15
|
+
/* c8 ignore next 3 */
|
|
16
|
+
return e === 94 && "_hiddenFootnoteSupport" in r.parser.constructs ? n(e) : t(e);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//#endregion
|
|
20
|
+
export { t as labelStartLink };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { factorySpace as e } from "../../micromark-factory-space/index.js";
|
|
2
|
+
//#region node_modules/micromark-core-commonmark/lib/line-ending.js
|
|
3
|
+
var t = {
|
|
4
|
+
name: "lineEnding",
|
|
5
|
+
tokenize: n
|
|
6
|
+
};
|
|
7
|
+
function n(t, n) {
|
|
8
|
+
return r;
|
|
9
|
+
function r(r) {
|
|
10
|
+
return t.enter("lineEnding"), t.consume(r), t.exit("lineEnding"), e(t, n, "linePrefix");
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
//#endregion
|
|
14
|
+
export { t as lineEnding };
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { asciiDigit as e, markdownSpace as t } from "../../micromark-util-character/index.js";
|
|
2
|
+
import { factorySpace as n } from "../../micromark-factory-space/index.js";
|
|
3
|
+
import { blankLine as r } from "./blank-line.js";
|
|
4
|
+
import { thematicBreak as i } from "./thematic-break.js";
|
|
5
|
+
//#region node_modules/micromark-core-commonmark/lib/list.js
|
|
6
|
+
var a = {
|
|
7
|
+
continuation: { tokenize: l },
|
|
8
|
+
exit: d,
|
|
9
|
+
name: "list",
|
|
10
|
+
tokenize: c
|
|
11
|
+
}, o = {
|
|
12
|
+
partial: !0,
|
|
13
|
+
tokenize: f
|
|
14
|
+
}, s = {
|
|
15
|
+
partial: !0,
|
|
16
|
+
tokenize: u
|
|
17
|
+
};
|
|
18
|
+
function c(n, a, s) {
|
|
19
|
+
let c = this, l = c.events[c.events.length - 1], u = l && l[1].type === "linePrefix" ? l[2].sliceSerialize(l[1], !0).length : 0, d = 0;
|
|
20
|
+
return f;
|
|
21
|
+
function f(t) {
|
|
22
|
+
let r = c.containerState.type || (t === 42 || t === 43 || t === 45 ? "listUnordered" : "listOrdered");
|
|
23
|
+
if (r === "listUnordered" ? !c.containerState.marker || t === c.containerState.marker : e(t)) {
|
|
24
|
+
if (c.containerState.type || (c.containerState.type = r, n.enter(r, { _container: !0 })), r === "listUnordered") return n.enter("listItemPrefix"), t === 42 || t === 45 ? n.check(i, s, m)(t) : m(t);
|
|
25
|
+
if (!c.interrupt || t === 49) return n.enter("listItemPrefix"), n.enter("listItemValue"), p(t);
|
|
26
|
+
}
|
|
27
|
+
return s(t);
|
|
28
|
+
}
|
|
29
|
+
function p(t) {
|
|
30
|
+
return e(t) && ++d < 10 ? (n.consume(t), p) : (!c.interrupt || d < 2) && (c.containerState.marker ? t === c.containerState.marker : t === 41 || t === 46) ? (n.exit("listItemValue"), m(t)) : s(t);
|
|
31
|
+
}
|
|
32
|
+
function m(e) {
|
|
33
|
+
return n.enter("listItemMarker"), n.consume(e), n.exit("listItemMarker"), c.containerState.marker = c.containerState.marker || e, n.check(r, c.interrupt ? s : h, n.attempt(o, _, g));
|
|
34
|
+
}
|
|
35
|
+
function h(e) {
|
|
36
|
+
return c.containerState.initialBlankLine = !0, u++, _(e);
|
|
37
|
+
}
|
|
38
|
+
function g(e) {
|
|
39
|
+
return t(e) ? (n.enter("listItemPrefixWhitespace"), n.consume(e), n.exit("listItemPrefixWhitespace"), _) : s(e);
|
|
40
|
+
}
|
|
41
|
+
function _(e) {
|
|
42
|
+
return c.containerState.size = u + c.sliceSerialize(n.exit("listItemPrefix"), !0).length, a(e);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
function l(e, i, o) {
|
|
46
|
+
let c = this;
|
|
47
|
+
return c.containerState._closeFlow = void 0, e.check(r, l, u);
|
|
48
|
+
function l(t) {
|
|
49
|
+
return c.containerState.furtherBlankLines = c.containerState.furtherBlankLines || c.containerState.initialBlankLine, n(e, i, "listItemIndent", c.containerState.size + 1)(t);
|
|
50
|
+
}
|
|
51
|
+
function u(n) {
|
|
52
|
+
return c.containerState.furtherBlankLines || !t(n) ? (c.containerState.furtherBlankLines = void 0, c.containerState.initialBlankLine = void 0, d(n)) : (c.containerState.furtherBlankLines = void 0, c.containerState.initialBlankLine = void 0, e.attempt(s, i, d)(n));
|
|
53
|
+
}
|
|
54
|
+
function d(t) {
|
|
55
|
+
return c.containerState._closeFlow = !0, c.interrupt = void 0, n(e, e.attempt(a, i, o), "linePrefix", c.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(t);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
function u(e, t, r) {
|
|
59
|
+
let i = this;
|
|
60
|
+
return n(e, a, "listItemIndent", i.containerState.size + 1);
|
|
61
|
+
function a(e) {
|
|
62
|
+
let n = i.events[i.events.length - 1];
|
|
63
|
+
return n && n[1].type === "listItemIndent" && n[2].sliceSerialize(n[1], !0).length === i.containerState.size ? t(e) : r(e);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
function d(e) {
|
|
67
|
+
e.exit(this.containerState.type);
|
|
68
|
+
}
|
|
69
|
+
function f(e, r, i) {
|
|
70
|
+
let a = this;
|
|
71
|
+
return n(e, o, "listItemPrefixWhitespace", a.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 5);
|
|
72
|
+
function o(e) {
|
|
73
|
+
let n = a.events[a.events.length - 1];
|
|
74
|
+
return !t(e) && n && n[1].type === "listItemPrefixWhitespace" ? r(e) : i(e);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
//#endregion
|
|
78
|
+
export { a as list };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { markdownLineEnding as e, markdownSpace as t } from "../../micromark-util-character/index.js";
|
|
2
|
+
import { factorySpace as n } from "../../micromark-factory-space/index.js";
|
|
3
|
+
//#region node_modules/micromark-core-commonmark/lib/setext-underline.js
|
|
4
|
+
var r = {
|
|
5
|
+
name: "setextUnderline",
|
|
6
|
+
resolveTo: i,
|
|
7
|
+
tokenize: a
|
|
8
|
+
};
|
|
9
|
+
function i(e, t) {
|
|
10
|
+
let n = e.length, r, i, a;
|
|
11
|
+
for (; n--;) if (e[n][0] === "enter") {
|
|
12
|
+
if (e[n][1].type === "content") {
|
|
13
|
+
r = n;
|
|
14
|
+
break;
|
|
15
|
+
}
|
|
16
|
+
e[n][1].type === "paragraph" && (i = n);
|
|
17
|
+
} else e[n][1].type === "content" && e.splice(n, 1), !a && e[n][1].type === "definition" && (a = n);
|
|
18
|
+
let o = {
|
|
19
|
+
type: "setextHeading",
|
|
20
|
+
start: { ...e[r][1].start },
|
|
21
|
+
end: { ...e[e.length - 1][1].end }
|
|
22
|
+
};
|
|
23
|
+
return e[i][1].type = "setextHeadingText", a ? (e.splice(i, 0, [
|
|
24
|
+
"enter",
|
|
25
|
+
o,
|
|
26
|
+
t
|
|
27
|
+
]), e.splice(a + 1, 0, [
|
|
28
|
+
"exit",
|
|
29
|
+
e[r][1],
|
|
30
|
+
t
|
|
31
|
+
]), e[r][1].end = { ...e[a][1].end }) : e[r][1] = o, e.push([
|
|
32
|
+
"exit",
|
|
33
|
+
o,
|
|
34
|
+
t
|
|
35
|
+
]), e;
|
|
36
|
+
}
|
|
37
|
+
function a(r, i, a) {
|
|
38
|
+
let o = this, s;
|
|
39
|
+
return c;
|
|
40
|
+
function c(e) {
|
|
41
|
+
let t = o.events.length, n;
|
|
42
|
+
for (; t--;) if (o.events[t][1].type !== "lineEnding" && o.events[t][1].type !== "linePrefix" && o.events[t][1].type !== "content") {
|
|
43
|
+
n = o.events[t][1].type === "paragraph";
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
return !o.parser.lazy[o.now().line] && (o.interrupt || n) ? (r.enter("setextHeadingLine"), s = e, l(e)) : a(e);
|
|
47
|
+
}
|
|
48
|
+
function l(e) {
|
|
49
|
+
return r.enter("setextHeadingLineSequence"), u(e);
|
|
50
|
+
}
|
|
51
|
+
function u(e) {
|
|
52
|
+
return e === s ? (r.consume(e), u) : (r.exit("setextHeadingLineSequence"), t(e) ? n(r, d, "lineSuffix")(e) : d(e));
|
|
53
|
+
}
|
|
54
|
+
function d(t) {
|
|
55
|
+
return t === null || e(t) ? (r.exit("setextHeadingLine"), i(t)) : a(t);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
//#endregion
|
|
59
|
+
export { r as setextUnderline };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { markdownLineEnding as e, markdownSpace as t } from "../../micromark-util-character/index.js";
|
|
2
|
+
import { factorySpace as n } from "../../micromark-factory-space/index.js";
|
|
3
|
+
//#region node_modules/micromark-core-commonmark/lib/thematic-break.js
|
|
4
|
+
var r = {
|
|
5
|
+
name: "thematicBreak",
|
|
6
|
+
tokenize: i
|
|
7
|
+
};
|
|
8
|
+
function i(r, i, a) {
|
|
9
|
+
let o = 0, s;
|
|
10
|
+
return c;
|
|
11
|
+
function c(e) {
|
|
12
|
+
return r.enter("thematicBreak"), l(e);
|
|
13
|
+
}
|
|
14
|
+
function l(e) {
|
|
15
|
+
return s = e, u(e);
|
|
16
|
+
}
|
|
17
|
+
function u(t) {
|
|
18
|
+
return t === s ? (r.enter("thematicBreakSequence"), d(t)) : o >= 3 && (t === null || e(t)) ? (r.exit("thematicBreak"), i(t)) : a(t);
|
|
19
|
+
}
|
|
20
|
+
function d(e) {
|
|
21
|
+
return e === s ? (r.consume(e), o++, d) : (r.exit("thematicBreakSequence"), t(e) ? n(r, u, "whitespace")(e) : u(e));
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
//#endregion
|
|
25
|
+
export { r as thematicBreak };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { asciiControl as e, markdownLineEnding as t, markdownLineEndingOrSpace as n } from "../micromark-util-character/index.js";
|
|
2
|
+
//#region node_modules/micromark-factory-destination/index.js
|
|
3
|
+
function r(r, i, a, o, s, c, l, u, d) {
|
|
4
|
+
let f = d || Infinity, p = 0;
|
|
5
|
+
return m;
|
|
6
|
+
function m(t) {
|
|
7
|
+
return t === 60 ? (r.enter(o), r.enter(s), r.enter(c), r.consume(t), r.exit(c), h) : t === null || t === 32 || t === 41 || e(t) ? a(t) : (r.enter(o), r.enter(l), r.enter(u), r.enter("chunkString", { contentType: "string" }), v(t));
|
|
8
|
+
}
|
|
9
|
+
function h(e) {
|
|
10
|
+
return e === 62 ? (r.enter(c), r.consume(e), r.exit(c), r.exit(s), r.exit(o), i) : (r.enter(u), r.enter("chunkString", { contentType: "string" }), g(e));
|
|
11
|
+
}
|
|
12
|
+
function g(e) {
|
|
13
|
+
return e === 62 ? (r.exit("chunkString"), r.exit(u), h(e)) : e === null || e === 60 || t(e) ? a(e) : (r.consume(e), e === 92 ? _ : g);
|
|
14
|
+
}
|
|
15
|
+
function _(e) {
|
|
16
|
+
return e === 60 || e === 62 || e === 92 ? (r.consume(e), g) : g(e);
|
|
17
|
+
}
|
|
18
|
+
function v(t) {
|
|
19
|
+
return !p && (t === null || t === 41 || n(t)) ? (r.exit("chunkString"), r.exit(u), r.exit(l), r.exit(o), i(t)) : p < f && t === 40 ? (r.consume(t), p++, v) : t === 41 ? (r.consume(t), p--, v) : t === null || t === 32 || t === 40 || e(t) ? a(t) : (r.consume(t), t === 92 ? y : v);
|
|
20
|
+
}
|
|
21
|
+
function y(e) {
|
|
22
|
+
return e === 40 || e === 41 || e === 92 ? (r.consume(e), v) : v(e);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
//#endregion
|
|
26
|
+
export { r as factoryDestination };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { markdownLineEnding as e, markdownSpace as t } from "../micromark-util-character/index.js";
|
|
2
|
+
//#region node_modules/micromark-factory-label/index.js
|
|
3
|
+
function n(n, r, i, a, o, s) {
|
|
4
|
+
let c = this, l = 0, u;
|
|
5
|
+
return d;
|
|
6
|
+
function d(e) {
|
|
7
|
+
return n.enter(a), n.enter(o), n.consume(e), n.exit(o), n.enter(s), f;
|
|
8
|
+
}
|
|
9
|
+
function f(t) {
|
|
10
|
+
return l > 999 || t === null || t === 91 || t === 93 && !u || t === 94 && !l && "_hiddenFootnoteSupport" in c.parser.constructs ? i(t) : t === 93 ? (n.exit(s), n.enter(o), n.consume(t), n.exit(o), n.exit(a), r) : e(t) ? (n.enter("lineEnding"), n.consume(t), n.exit("lineEnding"), f) : (n.enter("chunkString", { contentType: "string" }), p(t));
|
|
11
|
+
}
|
|
12
|
+
function p(r) {
|
|
13
|
+
return r === null || r === 91 || r === 93 || e(r) || l++ > 999 ? (n.exit("chunkString"), f(r)) : (n.consume(r), u ||= !t(r), r === 92 ? m : p);
|
|
14
|
+
}
|
|
15
|
+
function m(e) {
|
|
16
|
+
return e === 91 || e === 92 || e === 93 ? (n.consume(e), l++, p) : p(e);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
//#endregion
|
|
20
|
+
export { n as factoryLabel };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { markdownSpace as e } from "../micromark-util-character/index.js";
|
|
2
|
+
//#region node_modules/micromark-factory-space/index.js
|
|
3
|
+
function t(t, n, r, i) {
|
|
4
|
+
let a = i ? i - 1 : Infinity, o = 0;
|
|
5
|
+
return s;
|
|
6
|
+
function s(i) {
|
|
7
|
+
return e(i) ? (t.enter(r), c(i)) : n(i);
|
|
8
|
+
}
|
|
9
|
+
function c(i) {
|
|
10
|
+
return e(i) && o++ < a ? (t.consume(i), c) : (t.exit(r), n(i));
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
//#endregion
|
|
14
|
+
export { t as factorySpace };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { markdownLineEnding as e } from "../micromark-util-character/index.js";
|
|
2
|
+
import { factorySpace as t } from "../micromark-factory-space/index.js";
|
|
3
|
+
//#region node_modules/micromark-factory-title/index.js
|
|
4
|
+
function n(n, r, i, a, o, s) {
|
|
5
|
+
let c;
|
|
6
|
+
return l;
|
|
7
|
+
function l(e) {
|
|
8
|
+
return e === 34 || e === 39 || e === 40 ? (n.enter(a), n.enter(o), n.consume(e), n.exit(o), c = e === 40 ? 41 : e, u) : i(e);
|
|
9
|
+
}
|
|
10
|
+
function u(e) {
|
|
11
|
+
return e === c ? (n.enter(o), n.consume(e), n.exit(o), n.exit(a), r) : (n.enter(s), d(e));
|
|
12
|
+
}
|
|
13
|
+
function d(r) {
|
|
14
|
+
return r === c ? (n.exit(s), u(c)) : r === null ? i(r) : e(r) ? (n.enter("lineEnding"), n.consume(r), n.exit("lineEnding"), t(n, d, "linePrefix")) : (n.enter("chunkString", { contentType: "string" }), f(r));
|
|
15
|
+
}
|
|
16
|
+
function f(t) {
|
|
17
|
+
return t === c || t === null || e(t) ? (n.exit("chunkString"), d(t)) : (n.consume(t), t === 92 ? p : f);
|
|
18
|
+
}
|
|
19
|
+
function p(e) {
|
|
20
|
+
return e === c || e === 92 ? (n.consume(e), f) : f(e);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
//#endregion
|
|
24
|
+
export { n as factoryTitle };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { markdownLineEnding as e, markdownSpace as t } from "../micromark-util-character/index.js";
|
|
2
|
+
import { factorySpace as n } from "../micromark-factory-space/index.js";
|
|
3
|
+
//#region node_modules/micromark-factory-whitespace/index.js
|
|
4
|
+
function r(r, i) {
|
|
5
|
+
let a;
|
|
6
|
+
return o;
|
|
7
|
+
function o(s) {
|
|
8
|
+
return e(s) ? (r.enter("lineEnding"), r.consume(s), r.exit("lineEnding"), a = !0, o) : t(s) ? n(r, o, a ? "linePrefix" : "lineSuffix")(s) : i(s);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
//#endregion
|
|
12
|
+
export { r as factoryWhitespace };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//#region node_modules/micromark-util-character/index.js
|
|
2
|
+
var e = f(/[A-Za-z]/), t = f(/[\dA-Za-z]/), n = f(/[#-'*+\--9=?A-Z^-~]/);
|
|
3
|
+
function r(e) {
|
|
4
|
+
return e !== null && (e < 32 || e === 127);
|
|
5
|
+
}
|
|
6
|
+
var i = f(/\d/), a = f(/[\dA-Fa-f]/), o = f(/[!-/:-@[-`{-~]/);
|
|
7
|
+
function s(e) {
|
|
8
|
+
return e !== null && e < -2;
|
|
9
|
+
}
|
|
10
|
+
function c(e) {
|
|
11
|
+
return e !== null && (e < 0 || e === 32);
|
|
12
|
+
}
|
|
13
|
+
function l(e) {
|
|
14
|
+
return e === -2 || e === -1 || e === 32;
|
|
15
|
+
}
|
|
16
|
+
var u = f(/\p{P}|\p{S}/u), d = f(/\s/);
|
|
17
|
+
function f(e) {
|
|
18
|
+
return t;
|
|
19
|
+
function t(t) {
|
|
20
|
+
return t !== null && t > -1 && e.test(String.fromCharCode(t));
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
//#endregion
|
|
24
|
+
export { e as asciiAlpha, t as asciiAlphanumeric, n as asciiAtext, r as asciiControl, i as asciiDigit, a as asciiHexDigit, o as asciiPunctuation, s as markdownLineEnding, c as markdownLineEndingOrSpace, l as markdownSpace, u as unicodePunctuation, d as unicodeWhitespace };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
//#region node_modules/micromark-util-chunked/index.js
|
|
2
|
+
function e(e, t, n, r) {
|
|
3
|
+
let i = e.length, a = 0, o;
|
|
4
|
+
if (t = t < 0 ? -t > i ? 0 : i + t : t > i ? i : t, n = n > 0 ? n : 0, r.length < 1e4) o = Array.from(r), o.unshift(t, n), e.splice(...o);
|
|
5
|
+
else for (n && e.splice(t, n); a < r.length;) o = r.slice(a, a + 1e4), o.unshift(t, 0), e.splice(...o), a += 1e4, t += 1e4;
|
|
6
|
+
}
|
|
7
|
+
function t(t, n) {
|
|
8
|
+
return t.length > 0 ? (e(t, t.length, 0, n), t) : n;
|
|
9
|
+
}
|
|
10
|
+
//#endregion
|
|
11
|
+
export { t as push, e as splice };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { markdownLineEndingOrSpace as e, unicodePunctuation as t, unicodeWhitespace as n } from "../micromark-util-character/index.js";
|
|
2
|
+
//#region node_modules/micromark-util-classify-character/index.js
|
|
3
|
+
function r(r) {
|
|
4
|
+
if (r === null || e(r) || n(r)) return 1;
|
|
5
|
+
if (t(r)) return 2;
|
|
6
|
+
}
|
|
7
|
+
//#endregion
|
|
8
|
+
export { r as classifyCharacter };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { splice as e } from "../micromark-util-chunked/index.js";
|
|
2
|
+
//#region node_modules/micromark-util-combine-extensions/index.js
|
|
3
|
+
var t = {}.hasOwnProperty;
|
|
4
|
+
function n(e) {
|
|
5
|
+
let t = {}, n = -1;
|
|
6
|
+
for (; ++n < e.length;) r(t, e[n]);
|
|
7
|
+
return t;
|
|
8
|
+
}
|
|
9
|
+
function r(e, n) {
|
|
10
|
+
let r;
|
|
11
|
+
for (r in n) {
|
|
12
|
+
let a = (t.call(e, r) ? e[r] : void 0) || (e[r] = {}), o = n[r], s;
|
|
13
|
+
if (o) for (s in o) {
|
|
14
|
+
t.call(a, s) || (a[s] = []);
|
|
15
|
+
let e = o[s];
|
|
16
|
+
i(a[s], Array.isArray(e) ? e : e ? [e] : []);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
function i(t, n) {
|
|
21
|
+
let r = -1, i = [];
|
|
22
|
+
for (; ++r < n.length;) (n[r].add === "after" ? t : i).push(n[r]);
|
|
23
|
+
e(t, 0, 0, i);
|
|
24
|
+
}
|
|
25
|
+
//#endregion
|
|
26
|
+
export { n as combineExtensions };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
//#region node_modules/micromark-util-decode-numeric-character-reference/index.js
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
let n = Number.parseInt(e, t);
|
|
4
|
+
return n < 9 || n === 11 || n > 13 && n < 32 || n > 126 && n < 160 || n > 55295 && n < 57344 || n > 64975 && n < 65008 || (n & 65535) == 65535 || (n & 65535) == 65534 || n > 1114111 ? "�" : String.fromCodePoint(n);
|
|
5
|
+
}
|
|
6
|
+
//#endregion
|
|
7
|
+
export { e as decodeNumericCharacterReference };
|