@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,43 @@
|
|
|
1
|
+
import { asciiAlpha as e, asciiAlphanumeric as t, asciiAtext as n, asciiControl as r } from "../../micromark-util-character/index.js";
|
|
2
|
+
//#region node_modules/micromark-core-commonmark/lib/autolink.js
|
|
3
|
+
var i = {
|
|
4
|
+
name: "autolink",
|
|
5
|
+
tokenize: a
|
|
6
|
+
};
|
|
7
|
+
function a(i, a, o) {
|
|
8
|
+
let s = 0;
|
|
9
|
+
return c;
|
|
10
|
+
function c(e) {
|
|
11
|
+
return i.enter("autolink"), i.enter("autolinkMarker"), i.consume(e), i.exit("autolinkMarker"), i.enter("autolinkProtocol"), l;
|
|
12
|
+
}
|
|
13
|
+
function l(t) {
|
|
14
|
+
return e(t) ? (i.consume(t), u) : t === 64 ? o(t) : p(t);
|
|
15
|
+
}
|
|
16
|
+
function u(e) {
|
|
17
|
+
return e === 43 || e === 45 || e === 46 || t(e) ? (s = 1, d(e)) : p(e);
|
|
18
|
+
}
|
|
19
|
+
function d(e) {
|
|
20
|
+
return e === 58 ? (i.consume(e), s = 0, f) : (e === 43 || e === 45 || e === 46 || t(e)) && s++ < 32 ? (i.consume(e), d) : (s = 0, p(e));
|
|
21
|
+
}
|
|
22
|
+
function f(e) {
|
|
23
|
+
return e === 62 ? (i.exit("autolinkProtocol"), i.enter("autolinkMarker"), i.consume(e), i.exit("autolinkMarker"), i.exit("autolink"), a) : e === null || e === 32 || e === 60 || r(e) ? o(e) : (i.consume(e), f);
|
|
24
|
+
}
|
|
25
|
+
function p(e) {
|
|
26
|
+
return e === 64 ? (i.consume(e), m) : n(e) ? (i.consume(e), p) : o(e);
|
|
27
|
+
}
|
|
28
|
+
function m(e) {
|
|
29
|
+
return t(e) ? h(e) : o(e);
|
|
30
|
+
}
|
|
31
|
+
function h(e) {
|
|
32
|
+
return e === 46 ? (i.consume(e), s = 0, m) : e === 62 ? (i.exit("autolinkProtocol").type = "autolinkEmail", i.enter("autolinkMarker"), i.consume(e), i.exit("autolinkMarker"), i.exit("autolink"), a) : g(e);
|
|
33
|
+
}
|
|
34
|
+
function g(e) {
|
|
35
|
+
if ((e === 45 || t(e)) && s++ < 63) {
|
|
36
|
+
let t = e === 45 ? g : h;
|
|
37
|
+
return i.consume(e), t;
|
|
38
|
+
}
|
|
39
|
+
return o(e);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
//#endregion
|
|
43
|
+
export { i as autolink };
|
|
@@ -0,0 +1,18 @@
|
|
|
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/blank-line.js
|
|
4
|
+
var r = {
|
|
5
|
+
partial: !0,
|
|
6
|
+
tokenize: i
|
|
7
|
+
};
|
|
8
|
+
function i(r, i, a) {
|
|
9
|
+
return o;
|
|
10
|
+
function o(e) {
|
|
11
|
+
return t(e) ? n(r, s, "linePrefix")(e) : s(e);
|
|
12
|
+
}
|
|
13
|
+
function s(t) {
|
|
14
|
+
return t === null || e(t) ? i(t) : a(t);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
//#endregion
|
|
18
|
+
export { r as blankLine };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { markdownSpace as e } from "../../micromark-util-character/index.js";
|
|
2
|
+
import { factorySpace as t } from "../../micromark-factory-space/index.js";
|
|
3
|
+
//#region node_modules/micromark-core-commonmark/lib/block-quote.js
|
|
4
|
+
var n = {
|
|
5
|
+
continuation: { tokenize: i },
|
|
6
|
+
exit: a,
|
|
7
|
+
name: "blockQuote",
|
|
8
|
+
tokenize: r
|
|
9
|
+
};
|
|
10
|
+
function r(t, n, r) {
|
|
11
|
+
let i = this;
|
|
12
|
+
return a;
|
|
13
|
+
function a(e) {
|
|
14
|
+
if (e === 62) {
|
|
15
|
+
let n = i.containerState;
|
|
16
|
+
return n.open ||= (t.enter("blockQuote", { _container: !0 }), !0), t.enter("blockQuotePrefix"), t.enter("blockQuoteMarker"), t.consume(e), t.exit("blockQuoteMarker"), o;
|
|
17
|
+
}
|
|
18
|
+
return r(e);
|
|
19
|
+
}
|
|
20
|
+
function o(r) {
|
|
21
|
+
return e(r) ? (t.enter("blockQuotePrefixWhitespace"), t.consume(r), t.exit("blockQuotePrefixWhitespace"), t.exit("blockQuotePrefix"), n) : (t.exit("blockQuotePrefix"), n(r));
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
function i(r, i, a) {
|
|
25
|
+
let o = this;
|
|
26
|
+
return s;
|
|
27
|
+
function s(n) {
|
|
28
|
+
return e(n) ? t(r, c, "linePrefix", o.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(n) : c(n);
|
|
29
|
+
}
|
|
30
|
+
function c(e) {
|
|
31
|
+
return r.attempt(n, i, a)(e);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
function a(e) {
|
|
35
|
+
e.exit("blockQuote");
|
|
36
|
+
}
|
|
37
|
+
//#endregion
|
|
38
|
+
export { n as blockQuote };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { asciiPunctuation as e } from "../../micromark-util-character/index.js";
|
|
2
|
+
//#region node_modules/micromark-core-commonmark/lib/character-escape.js
|
|
3
|
+
var t = {
|
|
4
|
+
name: "characterEscape",
|
|
5
|
+
tokenize: n
|
|
6
|
+
};
|
|
7
|
+
function n(t, n, r) {
|
|
8
|
+
return i;
|
|
9
|
+
function i(e) {
|
|
10
|
+
return t.enter("characterEscape"), t.enter("escapeMarker"), t.consume(e), t.exit("escapeMarker"), a;
|
|
11
|
+
}
|
|
12
|
+
function a(i) {
|
|
13
|
+
return e(i) ? (t.enter("characterEscapeValue"), t.consume(i), t.exit("characterEscapeValue"), t.exit("characterEscape"), n) : r(i);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
//#endregion
|
|
17
|
+
export { t as characterEscape };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { decodeNamedCharacterReference as e } from "../../decode-named-character-reference/index.dom.js";
|
|
2
|
+
import { asciiAlphanumeric as t, asciiDigit as n, asciiHexDigit as r } from "../../micromark-util-character/index.js";
|
|
3
|
+
//#region node_modules/micromark-core-commonmark/lib/character-reference.js
|
|
4
|
+
var i = {
|
|
5
|
+
name: "characterReference",
|
|
6
|
+
tokenize: a
|
|
7
|
+
};
|
|
8
|
+
function a(i, a, o) {
|
|
9
|
+
let s = this, c = 0, l, u;
|
|
10
|
+
return d;
|
|
11
|
+
function d(e) {
|
|
12
|
+
return i.enter("characterReference"), i.enter("characterReferenceMarker"), i.consume(e), i.exit("characterReferenceMarker"), f;
|
|
13
|
+
}
|
|
14
|
+
function f(e) {
|
|
15
|
+
return e === 35 ? (i.enter("characterReferenceMarkerNumeric"), i.consume(e), i.exit("characterReferenceMarkerNumeric"), p) : (i.enter("characterReferenceValue"), l = 31, u = t, m(e));
|
|
16
|
+
}
|
|
17
|
+
function p(e) {
|
|
18
|
+
return e === 88 || e === 120 ? (i.enter("characterReferenceMarkerHexadecimal"), i.consume(e), i.exit("characterReferenceMarkerHexadecimal"), i.enter("characterReferenceValue"), l = 6, u = r, m) : (i.enter("characterReferenceValue"), l = 7, u = n, m(e));
|
|
19
|
+
}
|
|
20
|
+
function m(n) {
|
|
21
|
+
if (n === 59 && c) {
|
|
22
|
+
let r = i.exit("characterReferenceValue");
|
|
23
|
+
return u === t && !e(s.sliceSerialize(r)) ? o(n) : (i.enter("characterReferenceMarker"), i.consume(n), i.exit("characterReferenceMarker"), i.exit("characterReference"), a);
|
|
24
|
+
}
|
|
25
|
+
return u(n) && c++ < l ? (i.consume(n), m) : o(n);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
//#endregion
|
|
29
|
+
export { i as characterReference };
|
|
@@ -0,0 +1,89 @@
|
|
|
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/code-fenced.js
|
|
4
|
+
var r = {
|
|
5
|
+
partial: !0,
|
|
6
|
+
tokenize: o
|
|
7
|
+
}, i = {
|
|
8
|
+
concrete: !0,
|
|
9
|
+
name: "codeFenced",
|
|
10
|
+
tokenize: a
|
|
11
|
+
};
|
|
12
|
+
function a(i, a, o) {
|
|
13
|
+
let s = this, c = {
|
|
14
|
+
partial: !0,
|
|
15
|
+
tokenize: T
|
|
16
|
+
}, l = 0, u = 0, d;
|
|
17
|
+
return f;
|
|
18
|
+
function f(e) {
|
|
19
|
+
return p(e);
|
|
20
|
+
}
|
|
21
|
+
function p(e) {
|
|
22
|
+
let t = s.events[s.events.length - 1];
|
|
23
|
+
return l = t && t[1].type === "linePrefix" ? t[2].sliceSerialize(t[1], !0).length : 0, d = e, i.enter("codeFenced"), i.enter("codeFencedFence"), i.enter("codeFencedFenceSequence"), m(e);
|
|
24
|
+
}
|
|
25
|
+
function m(e) {
|
|
26
|
+
return e === d ? (u++, i.consume(e), m) : u < 3 ? o(e) : (i.exit("codeFencedFenceSequence"), t(e) ? n(i, h, "whitespace")(e) : h(e));
|
|
27
|
+
}
|
|
28
|
+
function h(t) {
|
|
29
|
+
return t === null || e(t) ? (i.exit("codeFencedFence"), s.interrupt ? a(t) : i.check(r, y, w)(t)) : (i.enter("codeFencedFenceInfo"), i.enter("chunkString", { contentType: "string" }), g(t));
|
|
30
|
+
}
|
|
31
|
+
function g(r) {
|
|
32
|
+
return r === null || e(r) ? (i.exit("chunkString"), i.exit("codeFencedFenceInfo"), h(r)) : t(r) ? (i.exit("chunkString"), i.exit("codeFencedFenceInfo"), n(i, _, "whitespace")(r)) : r === 96 && r === d ? o(r) : (i.consume(r), g);
|
|
33
|
+
}
|
|
34
|
+
function _(t) {
|
|
35
|
+
return t === null || e(t) ? h(t) : (i.enter("codeFencedFenceMeta"), i.enter("chunkString", { contentType: "string" }), v(t));
|
|
36
|
+
}
|
|
37
|
+
function v(t) {
|
|
38
|
+
return t === null || e(t) ? (i.exit("chunkString"), i.exit("codeFencedFenceMeta"), h(t)) : t === 96 && t === d ? o(t) : (i.consume(t), v);
|
|
39
|
+
}
|
|
40
|
+
function y(e) {
|
|
41
|
+
return i.attempt(c, w, b)(e);
|
|
42
|
+
}
|
|
43
|
+
function b(e) {
|
|
44
|
+
return i.enter("lineEnding"), i.consume(e), i.exit("lineEnding"), x;
|
|
45
|
+
}
|
|
46
|
+
function x(e) {
|
|
47
|
+
return l > 0 && t(e) ? n(i, S, "linePrefix", l + 1)(e) : S(e);
|
|
48
|
+
}
|
|
49
|
+
function S(t) {
|
|
50
|
+
return t === null || e(t) ? i.check(r, y, w)(t) : (i.enter("codeFlowValue"), C(t));
|
|
51
|
+
}
|
|
52
|
+
function C(t) {
|
|
53
|
+
return t === null || e(t) ? (i.exit("codeFlowValue"), S(t)) : (i.consume(t), C);
|
|
54
|
+
}
|
|
55
|
+
function w(e) {
|
|
56
|
+
return i.exit("codeFenced"), a(e);
|
|
57
|
+
}
|
|
58
|
+
function T(r, i, a) {
|
|
59
|
+
let o = 0;
|
|
60
|
+
return c;
|
|
61
|
+
function c(e) {
|
|
62
|
+
return r.enter("lineEnding"), r.consume(e), r.exit("lineEnding"), l;
|
|
63
|
+
}
|
|
64
|
+
function l(e) {
|
|
65
|
+
return r.enter("codeFencedFence"), t(e) ? n(r, f, "linePrefix", s.parser.constructs.disable.null.includes("codeIndented") ? void 0 : 4)(e) : f(e);
|
|
66
|
+
}
|
|
67
|
+
function f(e) {
|
|
68
|
+
return e === d ? (r.enter("codeFencedFenceSequence"), p(e)) : a(e);
|
|
69
|
+
}
|
|
70
|
+
function p(e) {
|
|
71
|
+
return e === d ? (o++, r.consume(e), p) : o >= u ? (r.exit("codeFencedFenceSequence"), t(e) ? n(r, m, "whitespace")(e) : m(e)) : a(e);
|
|
72
|
+
}
|
|
73
|
+
function m(t) {
|
|
74
|
+
return t === null || e(t) ? (r.exit("codeFencedFence"), i(t)) : a(t);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
function o(e, t, n) {
|
|
79
|
+
let r = this;
|
|
80
|
+
return i;
|
|
81
|
+
function i(t) {
|
|
82
|
+
return t === null ? n(t) : (e.enter("lineEnding"), e.consume(t), e.exit("lineEnding"), a);
|
|
83
|
+
}
|
|
84
|
+
function a(e) {
|
|
85
|
+
return r.parser.lazy[r.now().line] ? n(e) : t(e);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
//#endregion
|
|
89
|
+
export { i as codeFenced };
|
|
@@ -0,0 +1,43 @@
|
|
|
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-core-commonmark/lib/code-indented.js
|
|
4
|
+
var n = {
|
|
5
|
+
name: "codeIndented",
|
|
6
|
+
tokenize: i
|
|
7
|
+
}, r = {
|
|
8
|
+
partial: !0,
|
|
9
|
+
tokenize: a
|
|
10
|
+
};
|
|
11
|
+
function i(n, i, a) {
|
|
12
|
+
let o = this;
|
|
13
|
+
return s;
|
|
14
|
+
function s(e) {
|
|
15
|
+
return n.enter("codeIndented"), t(n, c, "linePrefix", 5)(e);
|
|
16
|
+
}
|
|
17
|
+
function c(e) {
|
|
18
|
+
let t = o.events[o.events.length - 1];
|
|
19
|
+
return t && t[1].type === "linePrefix" && t[2].sliceSerialize(t[1], !0).length >= 4 ? l(e) : a(e);
|
|
20
|
+
}
|
|
21
|
+
function l(t) {
|
|
22
|
+
return t === null ? d(t) : e(t) ? n.attempt(r, l, d)(t) : (n.enter("codeFlowValue"), u(t));
|
|
23
|
+
}
|
|
24
|
+
function u(t) {
|
|
25
|
+
return t === null || e(t) ? (n.exit("codeFlowValue"), l(t)) : (n.consume(t), u);
|
|
26
|
+
}
|
|
27
|
+
function d(e) {
|
|
28
|
+
return n.exit("codeIndented"), i(e);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
function a(n, r, i) {
|
|
32
|
+
let a = this;
|
|
33
|
+
return o;
|
|
34
|
+
function o(r) {
|
|
35
|
+
return a.parser.lazy[a.now().line] ? i(r) : e(r) ? (n.enter("lineEnding"), n.consume(r), n.exit("lineEnding"), o) : t(n, s, "linePrefix", 5)(r);
|
|
36
|
+
}
|
|
37
|
+
function s(t) {
|
|
38
|
+
let n = a.events[a.events.length - 1];
|
|
39
|
+
return n && n[1].type === "linePrefix" && n[2].sliceSerialize(n[1], !0).length >= 4 ? r(t) : e(t) ? o(t) : i(t);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
//#endregion
|
|
43
|
+
export { n as codeIndented };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { markdownLineEnding as e } from "../../micromark-util-character/index.js";
|
|
2
|
+
//#region node_modules/micromark-core-commonmark/lib/code-text.js
|
|
3
|
+
var t = {
|
|
4
|
+
name: "codeText",
|
|
5
|
+
previous: r,
|
|
6
|
+
resolve: n,
|
|
7
|
+
tokenize: i
|
|
8
|
+
};
|
|
9
|
+
function n(e) {
|
|
10
|
+
let t = e.length - 4, n = 3, r, i;
|
|
11
|
+
if ((e[n][1].type === "lineEnding" || e[n][1].type === "space") && (e[t][1].type === "lineEnding" || e[t][1].type === "space")) {
|
|
12
|
+
for (r = n; ++r < t;) if (e[r][1].type === "codeTextData") {
|
|
13
|
+
e[n][1].type = "codeTextPadding", e[t][1].type = "codeTextPadding", n += 2, t -= 2;
|
|
14
|
+
break;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
for (r = n - 1, t++; ++r <= t;) i === void 0 ? r !== t && e[r][1].type !== "lineEnding" && (i = r) : (r === t || e[r][1].type === "lineEnding") && (e[i][1].type = "codeTextData", r !== i + 2 && (e[i][1].end = e[r - 1][1].end, e.splice(i + 2, r - i - 2), t -= r - i - 2, r = i + 2), i = void 0);
|
|
18
|
+
return e;
|
|
19
|
+
}
|
|
20
|
+
function r(e) {
|
|
21
|
+
return e !== 96 || this.events[this.events.length - 1][1].type === "characterEscape";
|
|
22
|
+
}
|
|
23
|
+
function i(t, n, r) {
|
|
24
|
+
let i = 0, a, o;
|
|
25
|
+
return s;
|
|
26
|
+
function s(e) {
|
|
27
|
+
return t.enter("codeText"), t.enter("codeTextSequence"), c(e);
|
|
28
|
+
}
|
|
29
|
+
function c(e) {
|
|
30
|
+
return e === 96 ? (t.consume(e), i++, c) : (t.exit("codeTextSequence"), l(e));
|
|
31
|
+
}
|
|
32
|
+
function l(n) {
|
|
33
|
+
return n === null ? r(n) : n === 32 ? (t.enter("space"), t.consume(n), t.exit("space"), l) : n === 96 ? (o = t.enter("codeTextSequence"), a = 0, d(n)) : e(n) ? (t.enter("lineEnding"), t.consume(n), t.exit("lineEnding"), l) : (t.enter("codeTextData"), u(n));
|
|
34
|
+
}
|
|
35
|
+
function u(n) {
|
|
36
|
+
return n === null || n === 32 || n === 96 || e(n) ? (t.exit("codeTextData"), l(n)) : (t.consume(n), u);
|
|
37
|
+
}
|
|
38
|
+
function d(e) {
|
|
39
|
+
return e === 96 ? (t.consume(e), a++, d) : a === i ? (t.exit("codeTextSequence"), t.exit("codeText"), n(e)) : (o.type = "codeTextData", u(e));
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
//#endregion
|
|
43
|
+
export { t as codeText };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { markdownLineEnding as e } from "../../micromark-util-character/index.js";
|
|
2
|
+
import { factorySpace as t } from "../../micromark-factory-space/index.js";
|
|
3
|
+
import { subtokenize as n } from "../../micromark-util-subtokenize/index.js";
|
|
4
|
+
//#region node_modules/micromark-core-commonmark/lib/content.js
|
|
5
|
+
var r = {
|
|
6
|
+
resolve: a,
|
|
7
|
+
tokenize: o
|
|
8
|
+
}, i = {
|
|
9
|
+
partial: !0,
|
|
10
|
+
tokenize: s
|
|
11
|
+
};
|
|
12
|
+
function a(e) {
|
|
13
|
+
return n(e), e;
|
|
14
|
+
}
|
|
15
|
+
function o(t, n) {
|
|
16
|
+
let r;
|
|
17
|
+
return a;
|
|
18
|
+
function a(e) {
|
|
19
|
+
return t.enter("content"), r = t.enter("chunkContent", { contentType: "content" }), o(e);
|
|
20
|
+
}
|
|
21
|
+
function o(n) {
|
|
22
|
+
return n === null ? s(n) : e(n) ? t.check(i, c, s)(n) : (t.consume(n), o);
|
|
23
|
+
}
|
|
24
|
+
function s(e) {
|
|
25
|
+
return t.exit("chunkContent"), t.exit("content"), n(e);
|
|
26
|
+
}
|
|
27
|
+
function c(e) {
|
|
28
|
+
return t.consume(e), t.exit("chunkContent"), r.next = t.enter("chunkContent", {
|
|
29
|
+
contentType: "content",
|
|
30
|
+
previous: r
|
|
31
|
+
}), r = r.next, o;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
function s(n, r, i) {
|
|
35
|
+
let a = this;
|
|
36
|
+
return o;
|
|
37
|
+
function o(e) {
|
|
38
|
+
return n.exit("chunkContent"), n.enter("lineEnding"), n.consume(e), n.exit("lineEnding"), t(n, s, "linePrefix");
|
|
39
|
+
}
|
|
40
|
+
function s(t) {
|
|
41
|
+
if (t === null || e(t)) return i(t);
|
|
42
|
+
let o = a.events[a.events.length - 1];
|
|
43
|
+
return !a.parser.constructs.disable.null.includes("codeIndented") && o && o[1].type === "linePrefix" && o[2].sliceSerialize(o[1], !0).length >= 4 ? r(t) : n.interrupt(a.parser.constructs.flow, i, r)(t);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
//#endregion
|
|
47
|
+
export { r as content };
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { normalizeIdentifier as e } from "../../micromark-util-normalize-identifier/index.js";
|
|
2
|
+
import { markdownLineEnding as t, markdownLineEndingOrSpace as n, markdownSpace as r } from "../../micromark-util-character/index.js";
|
|
3
|
+
import { factorySpace as i } from "../../micromark-factory-space/index.js";
|
|
4
|
+
import { factoryDestination as a } from "../../micromark-factory-destination/index.js";
|
|
5
|
+
import { factoryLabel as o } from "../../micromark-factory-label/index.js";
|
|
6
|
+
import { factoryTitle as s } from "../../micromark-factory-title/index.js";
|
|
7
|
+
import { factoryWhitespace as c } from "../../micromark-factory-whitespace/index.js";
|
|
8
|
+
//#region node_modules/micromark-core-commonmark/lib/definition.js
|
|
9
|
+
var l = {
|
|
10
|
+
name: "definition",
|
|
11
|
+
tokenize: d
|
|
12
|
+
}, u = {
|
|
13
|
+
partial: !0,
|
|
14
|
+
tokenize: f
|
|
15
|
+
};
|
|
16
|
+
function d(s, l, d) {
|
|
17
|
+
let f = this, p;
|
|
18
|
+
return m;
|
|
19
|
+
function m(e) {
|
|
20
|
+
return s.enter("definition"), h(e);
|
|
21
|
+
}
|
|
22
|
+
function h(e) {
|
|
23
|
+
return o.call(f, s, g, d, "definitionLabel", "definitionLabelMarker", "definitionLabelString")(e);
|
|
24
|
+
}
|
|
25
|
+
function g(t) {
|
|
26
|
+
return p = e(f.sliceSerialize(f.events[f.events.length - 1][1]).slice(1, -1)), t === 58 ? (s.enter("definitionMarker"), s.consume(t), s.exit("definitionMarker"), _) : d(t);
|
|
27
|
+
}
|
|
28
|
+
function _(e) {
|
|
29
|
+
return n(e) ? c(s, v)(e) : v(e);
|
|
30
|
+
}
|
|
31
|
+
function v(e) {
|
|
32
|
+
return a(s, y, d, "definitionDestination", "definitionDestinationLiteral", "definitionDestinationLiteralMarker", "definitionDestinationRaw", "definitionDestinationString")(e);
|
|
33
|
+
}
|
|
34
|
+
function y(e) {
|
|
35
|
+
return s.attempt(u, b, b)(e);
|
|
36
|
+
}
|
|
37
|
+
function b(e) {
|
|
38
|
+
return r(e) ? i(s, x, "whitespace")(e) : x(e);
|
|
39
|
+
}
|
|
40
|
+
function x(e) {
|
|
41
|
+
return e === null || t(e) ? (s.exit("definition"), f.parser.defined.push(p), l(e)) : d(e);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
function f(e, a, o) {
|
|
45
|
+
return l;
|
|
46
|
+
function l(t) {
|
|
47
|
+
return n(t) ? c(e, u)(t) : o(t);
|
|
48
|
+
}
|
|
49
|
+
function u(t) {
|
|
50
|
+
return s(e, d, o, "definitionTitle", "definitionTitleMarker", "definitionTitleString")(t);
|
|
51
|
+
}
|
|
52
|
+
function d(t) {
|
|
53
|
+
return r(t) ? i(e, f, "whitespace")(t) : f(t);
|
|
54
|
+
}
|
|
55
|
+
function f(e) {
|
|
56
|
+
return e === null || t(e) ? a(e) : o(e);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
//#endregion
|
|
60
|
+
export { l as definition };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { markdownLineEnding as e } from "../../micromark-util-character/index.js";
|
|
2
|
+
//#region node_modules/micromark-core-commonmark/lib/hard-break-escape.js
|
|
3
|
+
var t = {
|
|
4
|
+
name: "hardBreakEscape",
|
|
5
|
+
tokenize: n
|
|
6
|
+
};
|
|
7
|
+
function n(t, n, r) {
|
|
8
|
+
return i;
|
|
9
|
+
function i(e) {
|
|
10
|
+
return t.enter("hardBreakEscape"), t.consume(e), a;
|
|
11
|
+
}
|
|
12
|
+
function a(i) {
|
|
13
|
+
return e(i) ? (t.exit("hardBreakEscape"), n(i)) : r(i);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
//#endregion
|
|
17
|
+
export { t as hardBreakEscape };
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { splice as e } from "../../micromark-util-chunked/index.js";
|
|
2
|
+
import { markdownLineEnding as t, markdownLineEndingOrSpace as n, markdownSpace as r } from "../../micromark-util-character/index.js";
|
|
3
|
+
import { factorySpace as i } from "../../micromark-factory-space/index.js";
|
|
4
|
+
//#region node_modules/micromark-core-commonmark/lib/heading-atx.js
|
|
5
|
+
var a = {
|
|
6
|
+
name: "headingAtx",
|
|
7
|
+
resolve: o,
|
|
8
|
+
tokenize: s
|
|
9
|
+
};
|
|
10
|
+
function o(t, n) {
|
|
11
|
+
let r = t.length - 2, i = 3, a, o;
|
|
12
|
+
return t[i][1].type === "whitespace" && (i += 2), r - 2 > i && t[r][1].type === "whitespace" && (r -= 2), t[r][1].type === "atxHeadingSequence" && (i === r - 1 || r - 4 > i && t[r - 2][1].type === "whitespace") && (r -= i + 1 === r ? 2 : 4), r > i && (a = {
|
|
13
|
+
type: "atxHeadingText",
|
|
14
|
+
start: t[i][1].start,
|
|
15
|
+
end: t[r][1].end
|
|
16
|
+
}, o = {
|
|
17
|
+
type: "chunkText",
|
|
18
|
+
start: t[i][1].start,
|
|
19
|
+
end: t[r][1].end,
|
|
20
|
+
contentType: "text"
|
|
21
|
+
}, e(t, i, r - i + 1, [
|
|
22
|
+
[
|
|
23
|
+
"enter",
|
|
24
|
+
a,
|
|
25
|
+
n
|
|
26
|
+
],
|
|
27
|
+
[
|
|
28
|
+
"enter",
|
|
29
|
+
o,
|
|
30
|
+
n
|
|
31
|
+
],
|
|
32
|
+
[
|
|
33
|
+
"exit",
|
|
34
|
+
o,
|
|
35
|
+
n
|
|
36
|
+
],
|
|
37
|
+
[
|
|
38
|
+
"exit",
|
|
39
|
+
a,
|
|
40
|
+
n
|
|
41
|
+
]
|
|
42
|
+
])), t;
|
|
43
|
+
}
|
|
44
|
+
function s(e, a, o) {
|
|
45
|
+
let s = 0;
|
|
46
|
+
return c;
|
|
47
|
+
function c(t) {
|
|
48
|
+
return e.enter("atxHeading"), l(t);
|
|
49
|
+
}
|
|
50
|
+
function l(t) {
|
|
51
|
+
return e.enter("atxHeadingSequence"), u(t);
|
|
52
|
+
}
|
|
53
|
+
function u(t) {
|
|
54
|
+
return t === 35 && s++ < 6 ? (e.consume(t), u) : t === null || n(t) ? (e.exit("atxHeadingSequence"), d(t)) : o(t);
|
|
55
|
+
}
|
|
56
|
+
function d(n) {
|
|
57
|
+
return n === 35 ? (e.enter("atxHeadingSequence"), f(n)) : n === null || t(n) ? (e.exit("atxHeading"), a(n)) : r(n) ? i(e, d, "whitespace")(n) : (e.enter("atxHeadingText"), p(n));
|
|
58
|
+
}
|
|
59
|
+
function f(t) {
|
|
60
|
+
return t === 35 ? (e.consume(t), f) : (e.exit("atxHeadingSequence"), d(t));
|
|
61
|
+
}
|
|
62
|
+
function p(t) {
|
|
63
|
+
return t === null || t === 35 || n(t) ? (e.exit("atxHeadingText"), d(t)) : (e.consume(t), p);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
//#endregion
|
|
67
|
+
export { a as headingAtx };
|
|
@@ -0,0 +1,141 @@
|
|
|
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 { blankLine as a } from "./blank-line.js";
|
|
3
|
+
import { htmlBlockNames as o, htmlRawNames as s } from "../../micromark-util-html-tag-name/index.js";
|
|
4
|
+
//#region node_modules/micromark-core-commonmark/lib/html-flow.js
|
|
5
|
+
var c = {
|
|
6
|
+
concrete: !0,
|
|
7
|
+
name: "htmlFlow",
|
|
8
|
+
resolveTo: d,
|
|
9
|
+
tokenize: f
|
|
10
|
+
}, l = {
|
|
11
|
+
partial: !0,
|
|
12
|
+
tokenize: m
|
|
13
|
+
}, u = {
|
|
14
|
+
partial: !0,
|
|
15
|
+
tokenize: p
|
|
16
|
+
};
|
|
17
|
+
function d(e) {
|
|
18
|
+
let t = e.length;
|
|
19
|
+
for (; t-- && !(e[t][0] === "enter" && e[t][1].type === "htmlFlow"););
|
|
20
|
+
return t > 1 && e[t - 2][1].type === "linePrefix" && (e[t][1].start = e[t - 2][1].start, e[t + 1][1].start = e[t - 2][1].start, e.splice(t - 2, 2)), e;
|
|
21
|
+
}
|
|
22
|
+
function f(a, c, d) {
|
|
23
|
+
let f = this, p, m, h, g, _;
|
|
24
|
+
return v;
|
|
25
|
+
function v(e) {
|
|
26
|
+
return y(e);
|
|
27
|
+
}
|
|
28
|
+
function y(e) {
|
|
29
|
+
return a.enter("htmlFlow"), a.enter("htmlFlowData"), a.consume(e), b;
|
|
30
|
+
}
|
|
31
|
+
function b(t) {
|
|
32
|
+
return t === 33 ? (a.consume(t), x) : t === 47 ? (a.consume(t), m = !0, w) : t === 63 ? (a.consume(t), p = 3, f.interrupt ? c : G) : e(t) ? (a.consume(t), h = String.fromCharCode(t), T) : d(t);
|
|
33
|
+
}
|
|
34
|
+
function x(t) {
|
|
35
|
+
return t === 45 ? (a.consume(t), p = 2, S) : t === 91 ? (a.consume(t), p = 5, g = 0, C) : e(t) ? (a.consume(t), p = 4, f.interrupt ? c : G) : d(t);
|
|
36
|
+
}
|
|
37
|
+
function S(e) {
|
|
38
|
+
return e === 45 ? (a.consume(e), f.interrupt ? c : G) : d(e);
|
|
39
|
+
}
|
|
40
|
+
function C(e) {
|
|
41
|
+
return e === "CDATA[".charCodeAt(g++) ? (a.consume(e), g === 6 ? f.interrupt ? c : L : C) : d(e);
|
|
42
|
+
}
|
|
43
|
+
function w(t) {
|
|
44
|
+
return e(t) ? (a.consume(t), h = String.fromCharCode(t), T) : d(t);
|
|
45
|
+
}
|
|
46
|
+
function T(e) {
|
|
47
|
+
if (e === null || e === 47 || e === 62 || r(e)) {
|
|
48
|
+
let t = e === 47, n = h.toLowerCase();
|
|
49
|
+
return !t && !m && s.includes(n) ? (p = 1, f.interrupt ? c(e) : L(e)) : o.includes(h.toLowerCase()) ? (p = 6, t ? (a.consume(e), E) : f.interrupt ? c(e) : L(e)) : (p = 7, f.interrupt && !f.parser.lazy[f.now().line] ? d(e) : m ? D(e) : O(e));
|
|
50
|
+
}
|
|
51
|
+
return e === 45 || t(e) ? (a.consume(e), h += String.fromCharCode(e), T) : d(e);
|
|
52
|
+
}
|
|
53
|
+
function E(e) {
|
|
54
|
+
return e === 62 ? (a.consume(e), f.interrupt ? c : L) : d(e);
|
|
55
|
+
}
|
|
56
|
+
function D(e) {
|
|
57
|
+
return i(e) ? (a.consume(e), D) : F(e);
|
|
58
|
+
}
|
|
59
|
+
function O(t) {
|
|
60
|
+
return t === 47 ? (a.consume(t), F) : t === 58 || t === 95 || e(t) ? (a.consume(t), k) : i(t) ? (a.consume(t), O) : F(t);
|
|
61
|
+
}
|
|
62
|
+
function k(e) {
|
|
63
|
+
return e === 45 || e === 46 || e === 58 || e === 95 || t(e) ? (a.consume(e), k) : A(e);
|
|
64
|
+
}
|
|
65
|
+
function A(e) {
|
|
66
|
+
return e === 61 ? (a.consume(e), j) : i(e) ? (a.consume(e), A) : O(e);
|
|
67
|
+
}
|
|
68
|
+
function j(e) {
|
|
69
|
+
return e === null || e === 60 || e === 61 || e === 62 || e === 96 ? d(e) : e === 34 || e === 39 ? (a.consume(e), _ = e, M) : i(e) ? (a.consume(e), j) : N(e);
|
|
70
|
+
}
|
|
71
|
+
function M(e) {
|
|
72
|
+
return e === _ ? (a.consume(e), _ = null, P) : e === null || n(e) ? d(e) : (a.consume(e), M);
|
|
73
|
+
}
|
|
74
|
+
function N(e) {
|
|
75
|
+
return e === null || e === 34 || e === 39 || e === 47 || e === 60 || e === 61 || e === 62 || e === 96 || r(e) ? A(e) : (a.consume(e), N);
|
|
76
|
+
}
|
|
77
|
+
function P(e) {
|
|
78
|
+
return e === 47 || e === 62 || i(e) ? O(e) : d(e);
|
|
79
|
+
}
|
|
80
|
+
function F(e) {
|
|
81
|
+
return e === 62 ? (a.consume(e), I) : d(e);
|
|
82
|
+
}
|
|
83
|
+
function I(e) {
|
|
84
|
+
return e === null || n(e) ? L(e) : i(e) ? (a.consume(e), I) : d(e);
|
|
85
|
+
}
|
|
86
|
+
function L(e) {
|
|
87
|
+
return e === 45 && p === 2 ? (a.consume(e), V) : e === 60 && p === 1 ? (a.consume(e), H) : e === 62 && p === 4 ? (a.consume(e), K) : e === 63 && p === 3 ? (a.consume(e), G) : e === 93 && p === 5 ? (a.consume(e), W) : n(e) && (p === 6 || p === 7) ? (a.exit("htmlFlowData"), a.check(l, q, R)(e)) : e === null || n(e) ? (a.exit("htmlFlowData"), R(e)) : (a.consume(e), L);
|
|
88
|
+
}
|
|
89
|
+
function R(e) {
|
|
90
|
+
return a.check(u, z, q)(e);
|
|
91
|
+
}
|
|
92
|
+
function z(e) {
|
|
93
|
+
return a.enter("lineEnding"), a.consume(e), a.exit("lineEnding"), B;
|
|
94
|
+
}
|
|
95
|
+
function B(e) {
|
|
96
|
+
return e === null || n(e) ? R(e) : (a.enter("htmlFlowData"), L(e));
|
|
97
|
+
}
|
|
98
|
+
function V(e) {
|
|
99
|
+
return e === 45 ? (a.consume(e), G) : L(e);
|
|
100
|
+
}
|
|
101
|
+
function H(e) {
|
|
102
|
+
return e === 47 ? (a.consume(e), h = "", U) : L(e);
|
|
103
|
+
}
|
|
104
|
+
function U(t) {
|
|
105
|
+
if (t === 62) {
|
|
106
|
+
let e = h.toLowerCase();
|
|
107
|
+
return s.includes(e) ? (a.consume(t), K) : L(t);
|
|
108
|
+
}
|
|
109
|
+
return e(t) && h.length < 8 ? (a.consume(t), h += String.fromCharCode(t), U) : L(t);
|
|
110
|
+
}
|
|
111
|
+
function W(e) {
|
|
112
|
+
return e === 93 ? (a.consume(e), G) : L(e);
|
|
113
|
+
}
|
|
114
|
+
function G(e) {
|
|
115
|
+
return e === 62 ? (a.consume(e), K) : e === 45 && p === 2 ? (a.consume(e), G) : L(e);
|
|
116
|
+
}
|
|
117
|
+
function K(e) {
|
|
118
|
+
return e === null || n(e) ? (a.exit("htmlFlowData"), q(e)) : (a.consume(e), K);
|
|
119
|
+
}
|
|
120
|
+
function q(e) {
|
|
121
|
+
return a.exit("htmlFlow"), c(e);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
function p(e, t, r) {
|
|
125
|
+
let i = this;
|
|
126
|
+
return a;
|
|
127
|
+
function a(t) {
|
|
128
|
+
return n(t) ? (e.enter("lineEnding"), e.consume(t), e.exit("lineEnding"), o) : r(t);
|
|
129
|
+
}
|
|
130
|
+
function o(e) {
|
|
131
|
+
return i.parser.lazy[i.now().line] ? r(e) : t(e);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
function m(e, t, n) {
|
|
135
|
+
return r;
|
|
136
|
+
function r(r) {
|
|
137
|
+
return e.enter("lineEnding"), e.consume(r), e.exit("lineEnding"), e.attempt(a, t, n);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
//#endregion
|
|
141
|
+
export { c as htmlFlow };
|