@inkeep/agents-ui 0.1.0 → 0.14.8
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/LICENSE +64 -0
- package/README.md +1 -67
- package/dist/_virtual/index.cjs +1 -0
- package/dist/_virtual/index.js +4 -0
- package/dist/_virtual/use-sync-external-store-shim.development.cjs +1 -0
- package/dist/_virtual/use-sync-external-store-shim.development.js +5 -0
- package/dist/_virtual/use-sync-external-store-shim.production.cjs +1 -0
- package/dist/_virtual/use-sync-external-store-shim.production.js +5 -0
- package/dist/color-mode/index.cjs +1 -0
- package/dist/color-mode/index.js +170 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.cts +5093 -0
- package/dist/index.d.ts +5093 -0
- package/dist/index.js +213 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs +9 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +68 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs +9 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +56 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/shim/index.cjs +1 -0
- package/dist/node_modules/.pnpm/use-sync-external-store@1.5.0_react@19.0.0/node_modules/use-sync-external-store/shim/index.js +8 -0
- package/dist/primitives/atoms/avatars/ai.cjs +1 -0
- package/dist/primitives/atoms/avatars/ai.js +99 -0
- package/dist/primitives/atoms/avatars/user.cjs +1 -0
- package/dist/primitives/atoms/avatars/user.js +27 -0
- package/dist/primitives/atoms/cmdk/command-score.cjs +1 -0
- package/dist/primitives/atoms/cmdk/command-score.js +46 -0
- package/dist/primitives/atoms/cmdk/index.cjs +1 -0
- package/dist/primitives/atoms/cmdk/index.js +521 -0
- package/dist/primitives/atoms/codeblock/index.cjs +1 -0
- package/dist/primitives/atoms/codeblock/index.js +40 -0
- package/dist/primitives/atoms/custom-styles.cjs +1 -0
- package/dist/primitives/atoms/custom-styles.js +57 -0
- package/dist/primitives/atoms/dialog.cjs +1 -0
- package/dist/primitives/atoms/dialog.js +226 -0
- package/dist/primitives/atoms/error-boundary.cjs +1 -0
- package/dist/primitives/atoms/error-boundary.js +9 -0
- package/dist/primitives/atoms/icons/built-in-icon-renderer.cjs +1 -0
- package/dist/primitives/atoms/icons/built-in-icon-renderer.js +51 -0
- package/dist/primitives/atoms/icons/built-in-icons.cjs +1 -0
- package/dist/primitives/atoms/icons/built-in-icons.js +86 -0
- package/dist/primitives/atoms/icons/checkbox-icon.cjs +1 -0
- package/dist/primitives/atoms/icons/checkbox-icon.js +24 -0
- package/dist/primitives/atoms/icons/collections/bi.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/bi.js +49 -0
- package/dist/primitives/atoms/icons/collections/fi.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/fi.js +29 -0
- package/dist/primitives/atoms/icons/collections/gr.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/gr.js +21 -0
- package/dist/primitives/atoms/icons/collections/io5.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/io5.js +806 -0
- package/dist/primitives/atoms/icons/collections/pi.cjs +1 -0
- package/dist/primitives/atoms/icons/collections/pi.js +49 -0
- package/dist/primitives/atoms/icons/custom-icon.cjs +1 -0
- package/dist/primitives/atoms/icons/custom-icon.js +19 -0
- package/dist/primitives/atoms/icons/generate-icon.cjs +1 -0
- package/dist/primitives/atoms/icons/generate-icon.js +56 -0
- package/dist/primitives/atoms/icons/index.cjs +1 -0
- package/dist/primitives/atoms/icons/index.js +6 -0
- package/dist/primitives/atoms/icons/inkeep-default-icons.cjs +1 -0
- package/dist/primitives/atoms/icons/inkeep-default-icons.js +24 -0
- package/dist/primitives/atoms/link.cjs +1 -0
- package/dist/primitives/atoms/link.js +35 -0
- package/dist/primitives/atoms/markdown/components.cjs +1 -0
- package/dist/primitives/atoms/markdown/components.js +73 -0
- package/dist/primitives/atoms/markdown/index.cjs +1 -0
- package/dist/primitives/atoms/markdown/index.js +115 -0
- package/dist/primitives/atoms/markdown/rehype-inline-code-property.cjs +1 -0
- package/dist/primitives/atoms/markdown/rehype-inline-code-property.js +12 -0
- package/dist/primitives/atoms/portal-with-theme.cjs +1 -0
- package/dist/primitives/atoms/portal-with-theme.js +12 -0
- package/dist/primitives/atoms/portal.cjs +1 -0
- package/dist/primitives/atoms/portal.js +19 -0
- package/dist/primitives/atoms/select.cjs +1 -0
- package/dist/primitives/atoms/select.js +785 -0
- package/dist/primitives/atoms/shadow/context.cjs +1 -0
- package/dist/primitives/atoms/shadow/context.js +54 -0
- package/dist/primitives/atoms/shadow/create.cjs +1 -0
- package/dist/primitives/atoms/shadow/create.js +56 -0
- package/dist/primitives/atoms/shadow/root.cjs +1 -0
- package/dist/primitives/atoms/shadow/root.js +22 -0
- package/dist/primitives/atoms/shadow/use-ensured-forwarded-ref.cjs +1 -0
- package/dist/primitives/atoms/shadow/use-ensured-forwarded-ref.js +11 -0
- package/dist/primitives/atoms/shadow/utils.cjs +1 -0
- package/dist/primitives/atoms/shadow/utils.js +16 -0
- package/dist/primitives/components/chat-button.cjs +1 -0
- package/dist/primitives/components/chat-button.js +46 -0
- package/dist/primitives/components/embedded-chat/chat-provider.cjs +1 -0
- package/dist/primitives/components/embedded-chat/chat-provider.js +20 -0
- package/dist/primitives/components/embedded-chat/use-chat-action.cjs +1 -0
- package/dist/primitives/components/embedded-chat/use-chat-action.js +38 -0
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.cjs +3 -0
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.js +160 -0
- package/dist/primitives/components/embedded-chat/use-stream-processor.cjs +1 -0
- package/dist/primitives/components/embedded-chat/use-stream-processor.js +82 -0
- package/dist/primitives/components/embedded-chat.cjs +11 -0
- package/dist/primitives/components/embedded-chat.js +1898 -0
- package/dist/primitives/components/embedded-search/search-provider.cjs +1 -0
- package/dist/primitives/components/embedded-search/search-provider.js +26 -0
- package/dist/primitives/components/embedded-search/transform-results.cjs +1 -0
- package/dist/primitives/components/embedded-search/transform-results.js +47 -0
- package/dist/primitives/components/embedded-search/url-query.cjs +1 -0
- package/dist/primitives/components/embedded-search/url-query.js +12 -0
- package/dist/primitives/components/embedded-search/use-inkeep-search.cjs +1 -0
- package/dist/primitives/components/embedded-search/use-inkeep-search.js +35 -0
- package/dist/primitives/components/embedded-search/use-search-filter.cjs +1 -0
- package/dist/primitives/components/embedded-search/use-search-filter.js +77 -0
- package/dist/primitives/components/embedded-search.cjs +1 -0
- package/dist/primitives/components/embedded-search.js +628 -0
- package/dist/primitives/components/factory.cjs +1 -0
- package/dist/primitives/components/factory.js +39 -0
- package/dist/primitives/components/index.cjs +1 -0
- package/dist/primitives/components/index.js +27 -0
- package/dist/primitives/components/modal/modal-provider.cjs +1 -0
- package/dist/primitives/components/modal/modal-provider.js +8 -0
- package/dist/primitives/components/modal/use-inkeep-modal.cjs +1 -0
- package/dist/primitives/components/modal/use-inkeep-modal.js +45 -0
- package/dist/primitives/components/modal/widget-auto-focus.cjs +1 -0
- package/dist/primitives/components/modal/widget-auto-focus.js +16 -0
- package/dist/primitives/components/modal.cjs +1 -0
- package/dist/primitives/components/modal.js +40 -0
- package/dist/primitives/components/presence.cjs +1 -0
- package/dist/primitives/components/presence.js +26 -0
- package/dist/primitives/components/searchbar.cjs +1 -0
- package/dist/primitives/components/searchbar.js +54 -0
- package/dist/primitives/components/sidebar-chat/index.cjs +1 -0
- package/dist/primitives/components/sidebar-chat/index.js +86 -0
- package/dist/primitives/components/sidebar-chat/use-sidebar-chat-resizer.cjs +1 -0
- package/dist/primitives/components/sidebar-chat/use-sidebar-chat-resizer.js +34 -0
- package/dist/primitives/components/tagline-logo-icon.cjs +1 -0
- package/dist/primitives/components/tagline-logo-icon.js +26 -0
- package/dist/primitives/components/use-component-trigger.cjs +1 -0
- package/dist/primitives/components/use-component-trigger.js +16 -0
- package/dist/primitives/constants/search.cjs +1 -0
- package/dist/primitives/constants/search.js +5 -0
- package/dist/primitives/hooks/index.cjs +1 -0
- package/dist/primitives/hooks/index.js +24 -0
- package/dist/primitives/hooks/use-boolean.cjs +1 -0
- package/dist/primitives/hooks/use-boolean.js +17 -0
- package/dist/primitives/hooks/use-component-classnames.cjs +1 -0
- package/dist/primitives/hooks/use-component-classnames.js +14 -0
- package/dist/primitives/hooks/use-container-size.cjs +1 -0
- package/dist/primitives/hooks/use-container-size.js +18 -0
- package/dist/primitives/hooks/use-copy-to-clipboard.cjs +1 -0
- package/dist/primitives/hooks/use-copy-to-clipboard.js +24 -0
- package/dist/primitives/hooks/use-debounce.cjs +1 -0
- package/dist/primitives/hooks/use-debounce.js +16 -0
- package/dist/primitives/hooks/use-instant-update.cjs +1 -0
- package/dist/primitives/hooks/use-instant-update.js +16 -0
- package/dist/primitives/hooks/use-is-mounted.cjs +1 -0
- package/dist/primitives/hooks/use-is-mounted.js +11 -0
- package/dist/primitives/hooks/use-media-query.cjs +1 -0
- package/dist/primitives/hooks/use-media-query.js +14 -0
- package/dist/primitives/hooks/use-resize-observer.cjs +1 -0
- package/dist/primitives/hooks/use-resize-observer.js +32 -0
- package/dist/primitives/hooks/use-scroll-to-bottom.cjs +1 -0
- package/dist/primitives/hooks/use-scroll-to-bottom.js +52 -0
- package/dist/primitives/hooks/use-scrolling-fades.cjs +1 -0
- package/dist/primitives/hooks/use-scrolling-fades.js +18 -0
- package/dist/primitives/hooks/use-settle-action.cjs +1 -0
- package/dist/primitives/hooks/use-settle-action.js +11 -0
- package/dist/primitives/index.cjs +1 -0
- package/dist/primitives/index.js +155 -0
- package/dist/primitives/providers/attachment-item-provider.cjs +1 -0
- package/dist/primitives/providers/attachment-item-provider.js +13 -0
- package/dist/primitives/providers/attachments-bar-provider.cjs +1 -0
- package/dist/primitives/providers/attachments-bar-provider.js +57 -0
- package/dist/primitives/providers/base-events-provider.cjs +1 -0
- package/dist/primitives/providers/base-events-provider.js +37 -0
- package/dist/primitives/providers/chat-form-provider.cjs +1 -0
- package/dist/primitives/providers/chat-form-provider.js +109 -0
- package/dist/primitives/providers/config-provider.cjs +1 -0
- package/dist/primitives/providers/config-provider.js +38 -0
- package/dist/primitives/providers/feedback-item-provider.cjs +1 -0
- package/dist/primitives/providers/feedback-item-provider.js +16 -0
- package/dist/primitives/providers/feedback-provider.cjs +1 -0
- package/dist/primitives/providers/feedback-provider.js +83 -0
- package/dist/primitives/providers/form-field-provider.cjs +1 -0
- package/dist/primitives/providers/form-field-provider.js +17 -0
- package/dist/primitives/providers/help-menu-provider.cjs +1 -0
- package/dist/primitives/providers/help-menu-provider.js +19 -0
- package/dist/primitives/providers/hover-popover-provider.cjs +1 -0
- package/dist/primitives/providers/hover-popover-provider.js +13 -0
- package/dist/primitives/providers/index.cjs +1 -0
- package/dist/primitives/providers/index.js +57 -0
- package/dist/primitives/providers/markdown-provider.cjs +1 -0
- package/dist/primitives/providers/markdown-provider.js +8 -0
- package/dist/primitives/providers/message-attachments-provider.cjs +1 -0
- package/dist/primitives/providers/message-attachments-provider.js +27 -0
- package/dist/primitives/providers/message-provider.cjs +1 -0
- package/dist/primitives/providers/message-provider.js +14 -0
- package/dist/primitives/providers/root-provider.cjs +1 -0
- package/dist/primitives/providers/root-provider.js +21 -0
- package/dist/primitives/providers/search-events-provider.cjs +1 -0
- package/dist/primitives/providers/search-events-provider.js +17 -0
- package/dist/primitives/providers/sidebar-chat-provider.cjs +1 -0
- package/dist/primitives/providers/sidebar-chat-provider.js +41 -0
- package/dist/primitives/providers/source-item-provider.cjs +1 -0
- package/dist/primitives/providers/source-item-provider.js +13 -0
- package/dist/primitives/providers/theme-provider.cjs +3 -0
- package/dist/primitives/providers/theme-provider.js +79 -0
- package/dist/primitives/providers/widget-provider.cjs +1 -0
- package/dist/primitives/providers/widget-provider.js +8 -0
- package/dist/primitives/utils/component-ids.cjs +1 -0
- package/dist/primitives/utils/component-ids.js +309 -0
- package/dist/primitives/utils/compose-event-handlers.cjs +1 -0
- package/dist/primitives/utils/compose-event-handlers.js +10 -0
- package/dist/primitives/utils/compose-refs.cjs +1 -0
- package/dist/primitives/utils/compose-refs.js +30 -0
- package/dist/primitives/utils/default-settings.cjs +1 -0
- package/dist/primitives/utils/default-settings.js +50 -0
- package/dist/primitives/utils/form.cjs +1 -0
- package/dist/primitives/utils/form.js +17 -0
- package/dist/primitives/utils/generate-uid.cjs +1 -0
- package/dist/primitives/utils/generate-uid.js +14 -0
- package/dist/primitives/utils/get-source-icon.cjs +1 -0
- package/dist/primitives/utils/get-source-icon.js +11 -0
- package/dist/primitives/utils/highlight-emphasis.cjs +1 -0
- package/dist/primitives/utils/highlight-emphasis.js +15 -0
- package/dist/primitives/utils/merge-props.cjs +1 -0
- package/dist/primitives/utils/merge-props.js +41 -0
- package/dist/primitives/utils/misc.cjs +1 -0
- package/dist/primitives/utils/misc.js +31 -0
- package/dist/primitives/utils/split-props.cjs +1 -0
- package/dist/primitives/utils/split-props.js +10 -0
- package/dist/react/chat-button.cjs +1 -0
- package/dist/react/chat-button.js +60 -0
- package/dist/react/embedded-chat.cjs +1 -0
- package/dist/react/embedded-chat.js +380 -0
- package/dist/react/embedded-search-and-chat.cjs +1 -0
- package/dist/react/embedded-search-and-chat.impl.cjs +1 -0
- package/dist/react/embedded-search-and-chat.impl.js +43 -0
- package/dist/react/embedded-search-and-chat.js +66 -0
- package/dist/react/embedded-search.cjs +1 -0
- package/dist/react/embedded-search.js +181 -0
- package/dist/react/index.cjs +1 -0
- package/dist/react/index.js +213 -0
- package/dist/react/modal.chat.cjs +1 -0
- package/dist/react/modal.chat.js +21 -0
- package/dist/react/modal.cjs +1 -0
- package/dist/react/modal.js +27 -0
- package/dist/react/modal.search-and-chat.cjs +1 -0
- package/dist/react/modal.search-and-chat.js +27 -0
- package/dist/react/modal.search.cjs +1 -0
- package/dist/react/modal.search.js +21 -0
- package/dist/react/searchbar.cjs +1 -0
- package/dist/react/searchbar.js +68 -0
- package/dist/react/sidebar-chat.cjs +1 -0
- package/dist/react/sidebar-chat.js +49 -0
- package/dist/react/utils.cjs +1 -0
- package/dist/react/utils.js +20 -0
- package/dist/react/widget-toggle.cjs +1 -0
- package/dist/react/widget-toggle.js +65 -0
- package/dist/styled/components/chat-button.cjs +1 -0
- package/dist/styled/components/chat-button.js +56 -0
- package/dist/styled/components/data-summary-group.cjs +1 -0
- package/dist/styled/components/data-summary-group.js +76 -0
- package/dist/styled/components/embedded-chat.cjs +1 -0
- package/dist/styled/components/embedded-chat.js +1816 -0
- package/dist/styled/components/embedded-search/results-loading.cjs +1 -0
- package/dist/styled/components/embedded-search/results-loading.js +39 -0
- package/dist/styled/components/embedded-search.cjs +1 -0
- package/dist/styled/components/embedded-search.js +680 -0
- package/dist/styled/components/index.cjs +1 -0
- package/dist/styled/components/index.js +24 -0
- package/dist/styled/components/loading-indicator.cjs +1 -0
- package/dist/styled/components/loading-indicator.js +36 -0
- package/dist/styled/components/message.cjs +1 -0
- package/dist/styled/components/message.js +140 -0
- package/dist/styled/components/modal.cjs +1 -0
- package/dist/styled/components/modal.js +46 -0
- package/dist/styled/components/searchbar.cjs +1 -0
- package/dist/styled/components/searchbar.js +81 -0
- package/dist/styled/components/shadow.cjs +1 -0
- package/dist/styled/components/shadow.js +8 -0
- package/dist/styled/components/sidebar-chat.cjs +1 -0
- package/dist/styled/components/sidebar-chat.js +90 -0
- package/dist/styled/components/ui/markdown-styles.cjs +1 -0
- package/dist/styled/components/ui/markdown-styles.js +38 -0
- package/dist/styled/components/ui/recipes/ai-chat-page-wrapper.cjs +1 -0
- package/dist/styled/components/ui/recipes/ai-chat-page-wrapper.js +32 -0
- package/dist/styled/components/ui/recipes/attachment.cjs +1 -0
- package/dist/styled/components/ui/recipes/attachment.js +28 -0
- package/dist/styled/components/ui/recipes/button.cjs +1 -0
- package/dist/styled/components/ui/recipes/button.js +81 -0
- package/dist/styled/components/ui/recipes/checkbox.cjs +1 -0
- package/dist/styled/components/ui/recipes/checkbox.js +23 -0
- package/dist/styled/components/ui/recipes/citation.cjs +1 -0
- package/dist/styled/components/ui/recipes/citation.js +75 -0
- package/dist/styled/components/ui/recipes/icon.cjs +1 -0
- package/dist/styled/components/ui/recipes/icon.js +6 -0
- package/dist/styled/components/ui/recipes/index.cjs +1 -0
- package/dist/styled/components/ui/recipes/index.js +37 -0
- package/dist/styled/components/ui/recipes/input.cjs +1 -0
- package/dist/styled/components/ui/recipes/input.js +34 -0
- package/dist/styled/components/ui/recipes/link.cjs +1 -0
- package/dist/styled/components/ui/recipes/link.js +13 -0
- package/dist/styled/components/ui/recipes/markdown.cjs +1 -0
- package/dist/styled/components/ui/recipes/markdown.js +103 -0
- package/dist/styled/components/ui/recipes/modal.cjs +1 -0
- package/dist/styled/components/ui/recipes/modal.js +59 -0
- package/dist/styled/components/ui/recipes/popover.cjs +1 -0
- package/dist/styled/components/ui/recipes/popover.js +20 -0
- package/dist/styled/components/ui/recipes/scrollable.cjs +1 -0
- package/dist/styled/components/ui/recipes/scrollable.js +15 -0
- package/dist/styled/components/ui/recipes/select.cjs +1 -0
- package/dist/styled/components/ui/recipes/select.js +38 -0
- package/dist/styled/components/ui/recipes/skeleton.cjs +1 -0
- package/dist/styled/components/ui/recipes/skeleton.js +16 -0
- package/dist/styled/components/ui/recipes/widget-toggle.cjs +1 -0
- package/dist/styled/components/ui/recipes/widget-toggle.js +35 -0
- package/dist/styled/index.cjs +1 -0
- package/dist/styled/index.js +177 -0
- package/dist/styled/inkeep.css.cjs +4049 -0
- package/dist/styled/inkeep.css.js +4053 -0
- package/dist/styled/utils.cjs +1 -0
- package/dist/styled/utils.js +11 -0
- package/dist/theme/color-utils.cjs +1 -0
- package/dist/theme/color-utils.js +21 -0
- package/dist/theme/colors.cjs +1 -0
- package/dist/theme/colors.js +143 -0
- package/dist/theme/index.cjs +1 -0
- package/dist/theme/index.js +58 -0
- package/dist/theme/utils/create-css-variables.cjs +1 -0
- package/dist/theme/utils/create-css-variables.js +24 -0
- package/dist/theme/utils/generate-theme-variables.cjs +1 -0
- package/dist/theme/utils/generate-theme-variables.js +34 -0
- package/dist/types/message.cjs +1 -0
- package/dist/types/message.js +5 -0
- package/dist/types/types.d.cts +1754 -0
- package/dist/types/types.d.ts +1754 -0
- package/package.json +132 -39
- package/LICENSE.md +0 -51
- package/dist/assets/index-3anqgmEs.js +0 -49
- package/dist/assets/index-CF_BRP1w.css +0 -1
- package/dist/index.html +0 -14
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
3
|
+
import * as c from "react";
|
|
4
|
+
import { useEffect as G } from "react";
|
|
5
|
+
import { composeEventHandlers as g } from "@radix-ui/primitive";
|
|
6
|
+
import { useComposedRefs as _ } from "@radix-ui/react-compose-refs";
|
|
7
|
+
import { createContextScope as $ } from "@radix-ui/react-context";
|
|
8
|
+
import { useId as C } from "@radix-ui/react-id";
|
|
9
|
+
import { useControllableState as j } from "@radix-ui/react-use-controllable-state";
|
|
10
|
+
import { DismissableLayer as B } from "@radix-ui/react-dismissable-layer";
|
|
11
|
+
import { trapFocus as H } from "@zag-js/focus-trap";
|
|
12
|
+
import { Portal as K } from "@radix-ui/react-portal";
|
|
13
|
+
import { Presence as O } from "@radix-ui/react-presence";
|
|
14
|
+
import { Primitive as d } from "@radix-ui/react-primitive";
|
|
15
|
+
import { useFocusGuards as V } from "@radix-ui/react-focus-guards";
|
|
16
|
+
import { RemoveScroll as Y } from "react-remove-scroll";
|
|
17
|
+
import { hideOthers as Z } from "aria-hidden";
|
|
18
|
+
import { Slot as q } from "@radix-ui/react-slot";
|
|
19
|
+
const P = "Dialog", [E, Co] = $(P), [z, l] = E(P), v = (o) => {
|
|
20
|
+
const { __scopeDialog: n, children: r, open: s, defaultOpen: e, onOpenChange: t, modal: a = !0 } = o, f = c.useRef(null), p = c.useRef(null), [D = !1, R] = j({
|
|
21
|
+
prop: s,
|
|
22
|
+
defaultProp: e ?? !1,
|
|
23
|
+
onChange: t
|
|
24
|
+
});
|
|
25
|
+
return /* @__PURE__ */ i(
|
|
26
|
+
z,
|
|
27
|
+
{
|
|
28
|
+
scope: n,
|
|
29
|
+
triggerRef: f,
|
|
30
|
+
contentRef: p,
|
|
31
|
+
contentId: C(),
|
|
32
|
+
titleId: C(),
|
|
33
|
+
descriptionId: C(),
|
|
34
|
+
open: D,
|
|
35
|
+
onOpenChange: R,
|
|
36
|
+
onOpenToggle: c.useCallback(() => R((L) => !L), [R]),
|
|
37
|
+
modal: a,
|
|
38
|
+
children: r
|
|
39
|
+
}
|
|
40
|
+
);
|
|
41
|
+
};
|
|
42
|
+
v.displayName = P;
|
|
43
|
+
const I = "DialogTrigger", J = c.forwardRef(
|
|
44
|
+
(o, n) => {
|
|
45
|
+
const { __scopeDialog: r, ...s } = o, e = l(I, r), t = _(n, e.triggerRef);
|
|
46
|
+
return /* @__PURE__ */ i(
|
|
47
|
+
d.button,
|
|
48
|
+
{
|
|
49
|
+
type: "button",
|
|
50
|
+
"aria-haspopup": "dialog",
|
|
51
|
+
"aria-expanded": e.open,
|
|
52
|
+
"aria-controls": e.contentId,
|
|
53
|
+
"data-state": y(e.open),
|
|
54
|
+
...s,
|
|
55
|
+
ref: t,
|
|
56
|
+
onClick: g(o.onClick, e.onOpenToggle)
|
|
57
|
+
}
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
);
|
|
61
|
+
J.displayName = I;
|
|
62
|
+
const h = "DialogPortal", [Q, x] = E(h, {
|
|
63
|
+
forceMount: void 0
|
|
64
|
+
}), N = (o) => {
|
|
65
|
+
const { __scopeDialog: n, forceMount: r, children: s, container: e } = o, t = l(h, n);
|
|
66
|
+
return /* @__PURE__ */ i(Q, { scope: n, forceMount: r, children: c.Children.map(s, (a) => /* @__PURE__ */ i(O, { present: r || t.open, children: /* @__PURE__ */ i(K, { asChild: !0, container: e, children: a }) })) });
|
|
67
|
+
};
|
|
68
|
+
N.displayName = h;
|
|
69
|
+
const m = "DialogOverlay", M = c.forwardRef(
|
|
70
|
+
(o, n) => {
|
|
71
|
+
const r = x(m, o.__scopeDialog), { forceMount: s = r.forceMount, ...e } = o, t = l(m, o.__scopeDialog);
|
|
72
|
+
return t.modal ? /* @__PURE__ */ i(O, { present: s || t.open, children: /* @__PURE__ */ i(U, { ...e, ref: n }) }) : null;
|
|
73
|
+
}
|
|
74
|
+
);
|
|
75
|
+
M.displayName = m;
|
|
76
|
+
const U = c.forwardRef(
|
|
77
|
+
(o, n) => {
|
|
78
|
+
const { __scopeDialog: r, ...s } = o, e = l(m, r);
|
|
79
|
+
return (
|
|
80
|
+
// Make sure `Content` is scrollable even when it doesn't live inside `RemoveScroll`
|
|
81
|
+
// ie. when `Overlay` and `Content` are siblings
|
|
82
|
+
/* @__PURE__ */ i(
|
|
83
|
+
Y,
|
|
84
|
+
{
|
|
85
|
+
as: q,
|
|
86
|
+
allowPinchZoom: !0,
|
|
87
|
+
shards: [e.contentRef],
|
|
88
|
+
gapMode: "padding",
|
|
89
|
+
removeScrollBar: !0,
|
|
90
|
+
children: /* @__PURE__ */ i(
|
|
91
|
+
d.div,
|
|
92
|
+
{
|
|
93
|
+
"data-state": y(e.open),
|
|
94
|
+
...s,
|
|
95
|
+
ref: n,
|
|
96
|
+
style: { pointerEvents: "auto", ...s.style }
|
|
97
|
+
}
|
|
98
|
+
)
|
|
99
|
+
}
|
|
100
|
+
)
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
), u = "DialogContent", T = c.forwardRef(
|
|
104
|
+
(o, n) => {
|
|
105
|
+
const r = x(u, o.__scopeDialog), { forceMount: s = r.forceMount, ...e } = o, t = l(u, o.__scopeDialog);
|
|
106
|
+
return /* @__PURE__ */ i(O, { present: s || t.open, children: t.modal ? /* @__PURE__ */ i(W, { ...e, ref: n }) : /* @__PURE__ */ i(X, { ...e, ref: n }) });
|
|
107
|
+
}
|
|
108
|
+
);
|
|
109
|
+
T.displayName = u;
|
|
110
|
+
const W = c.forwardRef(
|
|
111
|
+
(o, n) => {
|
|
112
|
+
const r = l(u, o.__scopeDialog), s = c.useRef(null), e = _(n, r.contentRef, s);
|
|
113
|
+
return c.useEffect(() => {
|
|
114
|
+
const t = s.current;
|
|
115
|
+
if (t) return Z(t);
|
|
116
|
+
}, []), /* @__PURE__ */ i(
|
|
117
|
+
b,
|
|
118
|
+
{
|
|
119
|
+
...o,
|
|
120
|
+
ref: e,
|
|
121
|
+
trapFocus: r.open,
|
|
122
|
+
disableOutsidePointerEvents: !0,
|
|
123
|
+
onPointerDownOutside: g(o.onPointerDownOutside, (t) => {
|
|
124
|
+
const a = t.detail.originalEvent, f = a.button === 0 && a.ctrlKey === !0;
|
|
125
|
+
(a.button === 2 || f) && t.preventDefault();
|
|
126
|
+
}),
|
|
127
|
+
onFocusOutside: g(
|
|
128
|
+
o.onFocusOutside,
|
|
129
|
+
(t) => t.preventDefault()
|
|
130
|
+
)
|
|
131
|
+
}
|
|
132
|
+
);
|
|
133
|
+
}
|
|
134
|
+
), X = c.forwardRef(
|
|
135
|
+
(o, n) => {
|
|
136
|
+
const r = l(u, o.__scopeDialog), s = c.useRef(!1), e = c.useRef(!1);
|
|
137
|
+
return /* @__PURE__ */ i(
|
|
138
|
+
b,
|
|
139
|
+
{
|
|
140
|
+
...o,
|
|
141
|
+
ref: n,
|
|
142
|
+
trapFocus: !1,
|
|
143
|
+
disableOutsidePointerEvents: !1,
|
|
144
|
+
onInteractOutside: (t) => {
|
|
145
|
+
o.onInteractOutside?.(t), t.defaultPrevented || (s.current = !0, t.detail.originalEvent.type === "pointerdown" && (e.current = !0));
|
|
146
|
+
const a = t.target;
|
|
147
|
+
r.triggerRef.current?.contains(a) && t.preventDefault(), t.detail.originalEvent.type === "focusin" && e.current && t.preventDefault();
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
);
|
|
151
|
+
}
|
|
152
|
+
), b = c.forwardRef(
|
|
153
|
+
(o, n) => {
|
|
154
|
+
const { __scopeDialog: r, trapFocus: s, onOpenAutoFocus: e, onCloseAutoFocus: t, ...a } = o, f = l(u, r), p = c.useRef(null), D = _(n, p);
|
|
155
|
+
return V(), G(() => {
|
|
156
|
+
if (s)
|
|
157
|
+
return H(p.current, {
|
|
158
|
+
preventScroll: !0,
|
|
159
|
+
onActivate: e,
|
|
160
|
+
onDeactivate: t,
|
|
161
|
+
initialFocus: !1
|
|
162
|
+
});
|
|
163
|
+
}, []), /* @__PURE__ */ i(
|
|
164
|
+
B,
|
|
165
|
+
{
|
|
166
|
+
role: "dialog",
|
|
167
|
+
id: f.contentId,
|
|
168
|
+
"aria-describedby": f.descriptionId,
|
|
169
|
+
"aria-labelledby": f.titleId,
|
|
170
|
+
"data-state": y(f.open),
|
|
171
|
+
...a,
|
|
172
|
+
ref: D,
|
|
173
|
+
onDismiss: () => f.onOpenChange(!1)
|
|
174
|
+
}
|
|
175
|
+
);
|
|
176
|
+
}
|
|
177
|
+
), w = "DialogTitle", A = c.forwardRef(
|
|
178
|
+
(o, n) => {
|
|
179
|
+
const { __scopeDialog: r, ...s } = o, e = l(w, r);
|
|
180
|
+
return /* @__PURE__ */ i(d.h2, { id: e.titleId, ...s, ref: n });
|
|
181
|
+
}
|
|
182
|
+
);
|
|
183
|
+
A.displayName = w;
|
|
184
|
+
const F = "DialogDescription", oo = c.forwardRef(
|
|
185
|
+
(o, n) => {
|
|
186
|
+
const { __scopeDialog: r, ...s } = o, e = l(F, r);
|
|
187
|
+
return /* @__PURE__ */ i(d.p, { id: e.descriptionId, ...s, ref: n });
|
|
188
|
+
}
|
|
189
|
+
);
|
|
190
|
+
oo.displayName = F;
|
|
191
|
+
const S = "DialogClose", k = c.forwardRef(
|
|
192
|
+
(o, n) => {
|
|
193
|
+
const { __scopeDialog: r, ...s } = o, e = l(S, r);
|
|
194
|
+
return /* @__PURE__ */ i(
|
|
195
|
+
d.button,
|
|
196
|
+
{
|
|
197
|
+
type: "button",
|
|
198
|
+
...s,
|
|
199
|
+
ref: n,
|
|
200
|
+
onClick: g(o.onClick, () => e.onOpenChange(!1))
|
|
201
|
+
}
|
|
202
|
+
);
|
|
203
|
+
}
|
|
204
|
+
);
|
|
205
|
+
k.displayName = S;
|
|
206
|
+
function y(o) {
|
|
207
|
+
return o ? "open" : "closed";
|
|
208
|
+
}
|
|
209
|
+
const _o = v, Oo = N, Po = M, ho = T, yo = A, Eo = k;
|
|
210
|
+
export {
|
|
211
|
+
Eo as Close,
|
|
212
|
+
ho as Content,
|
|
213
|
+
v as Dialog,
|
|
214
|
+
k as DialogClose,
|
|
215
|
+
T as DialogContent,
|
|
216
|
+
oo as DialogDescription,
|
|
217
|
+
M as DialogOverlay,
|
|
218
|
+
N as DialogPortal,
|
|
219
|
+
A as DialogTitle,
|
|
220
|
+
J as DialogTrigger,
|
|
221
|
+
Po as Overlay,
|
|
222
|
+
Oo as Portal,
|
|
223
|
+
_o as Root,
|
|
224
|
+
yo as Title,
|
|
225
|
+
Co as createDialogScope
|
|
226
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),u=require("react-error-boundary"),a=()=>null,c=({children:r})=>{const o=(n,e)=>{console.warn(n),console.warn(e)};return t.jsx(u.ErrorBoundary,{FallbackComponent:a,onError:o,children:r})};exports.ErrorBoundary=c;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
3
|
+
import { ErrorBoundary as e } from "react-error-boundary";
|
|
4
|
+
const l = () => null, u = ({ children: r }) => /* @__PURE__ */ a(e, { FallbackComponent: l, onError: (o, n) => {
|
|
5
|
+
console.warn(o), console.warn(n);
|
|
6
|
+
}, children: r });
|
|
7
|
+
export {
|
|
8
|
+
u as ErrorBoundary
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),u=require("react-svg"),r=require("../../components/factory.cjs"),o=require("./built-in-icons.cjs"),c=require("react"),s=r.ikp("svg",{_id:"icon",role:"presentation","aria-hidden":!0,focusable:!1,"data-type":"built-in",width:"1em",height:"1em"}),l=r.ikp(u.ReactSVG,{_id:"icon","data-type":"custom"}),m=r.ikp("img",{_id:"icon","data-type":"custom"}),a=c.memo(({iconSettings:t,...e})=>{if(!t)return i.jsx("div",{style:{width:"1em",minHeight:"1em"}});if("builtIn"in t){const n=o.iconMap[t.builtIn];return n?i.jsx(s,{...e,asChild:!0,children:i.jsx(n,{})}):null}if("custom"in t){const n=t.custom;return n.toLowerCase().endsWith(".svg")?i.jsx(l,{src:n,wrapper:"div",...e}):i.jsx(m,{src:t.custom,alt:"custom icon",...e})}return null},(t,e)=>d(t.iconSettings,e.iconSettings));function d(t,e){return!t&&!e?!0:t&&"builtIn"in t&&e&&"builtIn"in e?t.builtIn===e.builtIn:t&&"custom"in t&&e&&"custom"in e?t.custom===e.custom:!1}exports.BuiltInIconRenderer=a;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import { ReactSVG as o } from "react-svg";
|
|
4
|
+
import { ikp as e } from "../../components/factory.js";
|
|
5
|
+
import { iconMap as u } from "./built-in-icons.js";
|
|
6
|
+
import { memo as c } from "react";
|
|
7
|
+
const m = e("svg", {
|
|
8
|
+
_id: "icon",
|
|
9
|
+
// viewBox: '0 0 24 24',
|
|
10
|
+
role: "presentation",
|
|
11
|
+
"aria-hidden": !0,
|
|
12
|
+
focusable: !1,
|
|
13
|
+
"data-type": "built-in",
|
|
14
|
+
width: "1em",
|
|
15
|
+
height: "1em"
|
|
16
|
+
}), s = e(o, {
|
|
17
|
+
_id: "icon",
|
|
18
|
+
"data-type": "custom"
|
|
19
|
+
}), l = e("img", {
|
|
20
|
+
_id: "icon",
|
|
21
|
+
"data-type": "custom"
|
|
22
|
+
}), g = c(
|
|
23
|
+
({ iconSettings: t, ...n }) => {
|
|
24
|
+
if (!t)
|
|
25
|
+
return /* @__PURE__ */ r(
|
|
26
|
+
"div",
|
|
27
|
+
{
|
|
28
|
+
style: {
|
|
29
|
+
width: "1em",
|
|
30
|
+
minHeight: "1em"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
if ("builtIn" in t) {
|
|
35
|
+
const i = u[t.builtIn];
|
|
36
|
+
return i ? /* @__PURE__ */ r(m, { ...n, asChild: !0, children: /* @__PURE__ */ r(i, {}) }) : null;
|
|
37
|
+
}
|
|
38
|
+
if ("custom" in t) {
|
|
39
|
+
const i = t.custom;
|
|
40
|
+
return i.toLowerCase().endsWith(".svg") ? /* @__PURE__ */ r(s, { src: i, wrapper: "div", ...n }) : /* @__PURE__ */ r(l, { src: t.custom, alt: "custom icon", ...n });
|
|
41
|
+
}
|
|
42
|
+
return null;
|
|
43
|
+
},
|
|
44
|
+
(t, n) => f(t.iconSettings, n.iconSettings)
|
|
45
|
+
);
|
|
46
|
+
function f(t, n) {
|
|
47
|
+
return !t && !n ? !0 : t && "builtIn" in t && n && "builtIn" in n ? t.builtIn === n.builtIn : t && "custom" in t && n && "custom" in n ? t.custom === n.custom : !1;
|
|
48
|
+
}
|
|
49
|
+
export {
|
|
50
|
+
g as BuiltInIconRenderer
|
|
51
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./collections/gr.cjs"),n=require("./collections/bi.cjs"),i=require("./collections/pi.cjs"),u=require("./collections/fi.cjs"),o=require("./collections/io5.cjs"),e=require("lucide-react"),t={FaBook:e.BookText,FaGithub:o.IoLogoGithub,FaDatabase:e.Database,FaStackOverflow:o.IoLogoStackoverflow,FaChrome:o.IoLogoChrome,FaPhone:e.Phone,FaEnvelope:e.Mail,FaPencil:e.Pencil,FaBlog:r.GrBlog,FaSort:i.PiCaretUpDownFill,FaPenSquare:e.SquarePen,FaChevronRight:e.ChevronRight,FaChevronUp:e.ChevronUp,FaFilePdf:i.PiFilePdfFill,FaDiscourse:n.BiLogoDiscourse,FaDiscord:n.BiLogoDiscordAlt,FaSlack:o.IoLogoSlack,IoDocumentTextSharp:o.IoDocumentTextSharp,IoDocumentSharp:o.IoDocumentSharp,IoSend:o.IoSend,IoInformationCircleOutline:o.IoInformationCircleOutline,IoLinkOutline:o.IoLinkOutline,IoThumbsUpSharp:o.IoThumbsUpSharp,IoThumbsDownSharp:o.IoThumbsDownSharp,IoSearch:o.IoSearch,IoCopyOutline:o.IoCopyOutline,IoCopy:o.IoCopy,IoReturnDownBackOutline:o.IoReturnDownBackOutline,IoChevronForwardOutline:o.IoChevronForwardOutline,IoReturnDownForward:o.IoReturnDownForward,IoCloseOutline:o.IoCloseOutline,IoCheckmarkOutline:o.IoCheckmarkOutline,IoBookOutline:o.IoBookOutline,IoReaderOutline:o.IoReaderOutline,IoHelpBuoyOutline:o.IoHelpBuoyOutline,IoPeopleOutline:o.IoPeopleOutline,IoDocumentTextOutline:o.IoDocumentTextOutline,IoChatbubblesOutline:o.IoChatbubblesOutline,FaRegFilePdf:i.PiFilePdf,IoLogoDiscord:o.IoLogoDiscord,IoLogoGithub:o.IoLogoGithub,IoTerminal:o.IoTerminal,FaBriefcase:e.BriefcaseBusiness,IoPlayCircleOutline:o.IoPlayCircleOutline,IoPencilOutline:o.IoPencilOutline,IoCheckmarkDoneOutline:o.IoCheckmarkDoneOutline,IoHomeOutline:o.IoHomeOutline,IoMail:o.IoMail,IoOpenOutline:o.IoOpenOutline,FaTelegram:n.BiLogoTelegram,FaTable:e.Table,FaMagnifyingGlass:e.Search,LuArrowLeft:e.ArrowLeft,LuCircleCheck:e.CircleCheck,LuCommand:e.Command,LuCopy:e.Copy,LuCheck:e.Check,LuCornerDownLeft:e.CornerDownLeft,LuGlobe:e.Globe,LuLink:e.Link,LuRepeat:e.Repeat,LuThumbsDown:e.ThumbsDown,LuThumbsUp:e.ThumbsUp,LuUsers:e.Users,LuUser:e.User,LuArrowUpRight:e.ArrowUpRight,LuBookOpen:e.BookOpen,LuChevronDown:e.ChevronDown,LuLoaderCircle:e.LoaderCircle,FiEdit:u.FiEdit,LuSparkles:e.Sparkles,LuCornerDownRight:e.CornerDownRight,LuCalendar:e.Calendar,LuHeadset:e.Headset};exports.iconMap=t;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { GrBlog as e } from "./collections/gr.js";
|
|
3
|
+
import { BiLogoTelegram as r, BiLogoDiscordAlt as a, BiLogoDiscourse as n } from "./collections/bi.js";
|
|
4
|
+
import { PiFilePdf as i, PiFilePdfFill as l, PiCaretUpDownFill as t } from "./collections/pi.js";
|
|
5
|
+
import { FiEdit as u } from "./collections/fi.js";
|
|
6
|
+
import { IoOpenOutline as h, IoMail as L, IoHomeOutline as s, IoCheckmarkDoneOutline as C, IoPencilOutline as c, IoPlayCircleOutline as m, IoTerminal as p, IoLogoGithub as o, IoLogoDiscord as I, IoChatbubblesOutline as F, IoDocumentTextOutline as k, IoPeopleOutline as D, IoHelpBuoyOutline as O, IoReaderOutline as g, IoBookOutline as d, IoCheckmarkOutline as f, IoCloseOutline as w, IoReturnDownForward as b, IoChevronForwardOutline as P, IoReturnDownBackOutline as S, IoCopy as B, IoCopyOutline as T, IoSearch as R, IoThumbsDownSharp as U, IoThumbsUpSharp as v, IoLinkOutline as y, IoInformationCircleOutline as G, IoSend as A, IoDocumentSharp as x, IoDocumentTextSharp as H, IoLogoSlack as M, IoLogoChrome as q, IoLogoStackoverflow as E } from "./collections/io5.js";
|
|
7
|
+
import { Headset as j, Calendar as z, CornerDownRight as J, Sparkles as K, LoaderCircle as N, ChevronDown as Q, BookOpen as V, ArrowUpRight as W, User as X, Users as Y, ThumbsUp as Z, ThumbsDown as _, Repeat as $, Link as oo, Globe as eo, CornerDownLeft as ro, Check as ao, Copy as no, Command as io, CircleCheck as lo, ArrowLeft as to, Search as uo, Table as ho, BriefcaseBusiness as Lo, ChevronUp as so, ChevronRight as Co, SquarePen as co, Pencil as mo, Mail as po, Phone as Io, Database as Fo, BookText as ko } from "lucide-react";
|
|
8
|
+
const Po = {
|
|
9
|
+
FaBook: ko,
|
|
10
|
+
FaGithub: o,
|
|
11
|
+
FaDatabase: Fo,
|
|
12
|
+
FaStackOverflow: E,
|
|
13
|
+
FaChrome: q,
|
|
14
|
+
FaPhone: Io,
|
|
15
|
+
FaEnvelope: po,
|
|
16
|
+
FaPencil: mo,
|
|
17
|
+
FaBlog: e,
|
|
18
|
+
FaSort: t,
|
|
19
|
+
FaPenSquare: co,
|
|
20
|
+
FaChevronRight: Co,
|
|
21
|
+
FaChevronUp: so,
|
|
22
|
+
FaFilePdf: l,
|
|
23
|
+
FaDiscourse: n,
|
|
24
|
+
FaDiscord: a,
|
|
25
|
+
FaSlack: M,
|
|
26
|
+
IoDocumentTextSharp: H,
|
|
27
|
+
IoDocumentSharp: x,
|
|
28
|
+
IoSend: A,
|
|
29
|
+
IoInformationCircleOutline: G,
|
|
30
|
+
IoLinkOutline: y,
|
|
31
|
+
IoThumbsUpSharp: v,
|
|
32
|
+
IoThumbsDownSharp: U,
|
|
33
|
+
IoSearch: R,
|
|
34
|
+
IoCopyOutline: T,
|
|
35
|
+
IoCopy: B,
|
|
36
|
+
IoReturnDownBackOutline: S,
|
|
37
|
+
IoChevronForwardOutline: P,
|
|
38
|
+
IoReturnDownForward: b,
|
|
39
|
+
IoCloseOutline: w,
|
|
40
|
+
IoCheckmarkOutline: f,
|
|
41
|
+
IoBookOutline: d,
|
|
42
|
+
IoReaderOutline: g,
|
|
43
|
+
IoHelpBuoyOutline: O,
|
|
44
|
+
IoPeopleOutline: D,
|
|
45
|
+
IoDocumentTextOutline: k,
|
|
46
|
+
IoChatbubblesOutline: F,
|
|
47
|
+
FaRegFilePdf: i,
|
|
48
|
+
IoLogoDiscord: I,
|
|
49
|
+
IoLogoGithub: o,
|
|
50
|
+
IoTerminal: p,
|
|
51
|
+
FaBriefcase: Lo,
|
|
52
|
+
IoPlayCircleOutline: m,
|
|
53
|
+
IoPencilOutline: c,
|
|
54
|
+
IoCheckmarkDoneOutline: C,
|
|
55
|
+
IoHomeOutline: s,
|
|
56
|
+
IoMail: L,
|
|
57
|
+
IoOpenOutline: h,
|
|
58
|
+
FaTelegram: r,
|
|
59
|
+
FaTable: ho,
|
|
60
|
+
FaMagnifyingGlass: uo,
|
|
61
|
+
LuArrowLeft: to,
|
|
62
|
+
LuCircleCheck: lo,
|
|
63
|
+
LuCommand: io,
|
|
64
|
+
LuCopy: no,
|
|
65
|
+
LuCheck: ao,
|
|
66
|
+
LuCornerDownLeft: ro,
|
|
67
|
+
LuGlobe: eo,
|
|
68
|
+
LuLink: oo,
|
|
69
|
+
LuRepeat: $,
|
|
70
|
+
LuThumbsDown: _,
|
|
71
|
+
LuThumbsUp: Z,
|
|
72
|
+
LuUsers: Y,
|
|
73
|
+
LuUser: X,
|
|
74
|
+
LuArrowUpRight: W,
|
|
75
|
+
LuBookOpen: V,
|
|
76
|
+
LuChevronDown: Q,
|
|
77
|
+
LuLoaderCircle: N,
|
|
78
|
+
FiEdit: u,
|
|
79
|
+
LuSparkles: K,
|
|
80
|
+
LuCornerDownRight: J,
|
|
81
|
+
LuCalendar: z,
|
|
82
|
+
LuHeadset: j
|
|
83
|
+
};
|
|
84
|
+
export {
|
|
85
|
+
Po as iconMap
|
|
86
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime");function o(){return e.jsxs("svg",{viewBox:"0 0 12 10",style:{width:"1.2em",fill:"none",strokeWidth:2,stroke:"currentColor",strokeDasharray:16},children:[e.jsx("title",{children:"Checkbox Icon"}),e.jsx("polyline",{points:"1.5 6 4.5 9 10.5 1"})]})}exports.CheckboxIcon=o;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
3
|
+
function t() {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 12 10",
|
|
8
|
+
style: {
|
|
9
|
+
width: "1.2em",
|
|
10
|
+
fill: "none",
|
|
11
|
+
strokeWidth: 2,
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
strokeDasharray: 16
|
|
14
|
+
},
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ e("title", { children: "Checkbox Icon" }),
|
|
17
|
+
/* @__PURE__ */ e("polyline", { points: "1.5 6 4.5 9 10.5 1" })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
t as CheckboxIcon
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../generate-icon.cjs");function e(t){return o.GenIcon({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M14.82 4.26a10.14 10.14 0 0 0-.53 1.1 14.66 14.66 0 0 0-4.58 0 10.14 10.14 0 0 0-.53-1.1 16 16 0 0 0-4.13 1.3 17.33 17.33 0 0 0-3 11.59 16.6 16.6 0 0 0 5.07 2.59A12.89 12.89 0 0 0 8.23 18a9.65 9.65 0 0 1-1.71-.83 3.39 3.39 0 0 0 .42-.33 11.66 11.66 0 0 0 10.12 0q.21.18.42.33a10.84 10.84 0 0 1-1.71.84 12.41 12.41 0 0 0 1.08 1.78 16.44 16.44 0 0 0 5.06-2.59 17.22 17.22 0 0 0-3-11.59 16.09 16.09 0 0 0-4.09-1.35zM8.68 14.81a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.93 1.93 0 0 1 1.8 2 1.93 1.93 0 0 1-1.8 2zm6.64 0a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.92 1.92 0 0 1 1.8 2 1.92 1.92 0 0 1-1.8 2z"},child:[]}]})(t)}function c(t){return o.GenIcon({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M12.077 3C7.149 3 3 6.96 3 11.843V21l9.075-.01c4.928 0 8.925-4.11 8.925-8.993C21 7.113 17 3 12.077 3zm3.92 12.859a5.568 5.568 0 0 1-6.102 1.043l-3.595.805 1.001-3.192a5.435 5.435 0 0 1 .11-5.415 5.55 5.55 0 0 1 4.753-2.678v.001h.006a5.533 5.533 0 0 1 5.131 3.438 5.442 5.442 0 0 1-1.304 5.998z"},child:[]}]})(t)}function i(t){return o.GenIcon({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z"},child:[]}]})(t)}exports.BiLogoDiscordAlt=e;exports.BiLogoDiscourse=c;exports.BiLogoTelegram=i;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { GenIcon as a } from "../generate-icon.js";
|
|
3
|
+
function i(t) {
|
|
4
|
+
return a({
|
|
5
|
+
attr: { viewBox: "0 0 24 24" },
|
|
6
|
+
child: [
|
|
7
|
+
{
|
|
8
|
+
tag: "path",
|
|
9
|
+
attr: {
|
|
10
|
+
d: "M14.82 4.26a10.14 10.14 0 0 0-.53 1.1 14.66 14.66 0 0 0-4.58 0 10.14 10.14 0 0 0-.53-1.1 16 16 0 0 0-4.13 1.3 17.33 17.33 0 0 0-3 11.59 16.6 16.6 0 0 0 5.07 2.59A12.89 12.89 0 0 0 8.23 18a9.65 9.65 0 0 1-1.71-.83 3.39 3.39 0 0 0 .42-.33 11.66 11.66 0 0 0 10.12 0q.21.18.42.33a10.84 10.84 0 0 1-1.71.84 12.41 12.41 0 0 0 1.08 1.78 16.44 16.44 0 0 0 5.06-2.59 17.22 17.22 0 0 0-3-11.59 16.09 16.09 0 0 0-4.09-1.35zM8.68 14.81a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.93 1.93 0 0 1 1.8 2 1.93 1.93 0 0 1-1.8 2zm6.64 0a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.92 1.92 0 0 1 1.8 2 1.92 1.92 0 0 1-1.8 2z"
|
|
11
|
+
},
|
|
12
|
+
child: []
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
})(t);
|
|
16
|
+
}
|
|
17
|
+
function o(t) {
|
|
18
|
+
return a({
|
|
19
|
+
attr: { viewBox: "0 0 24 24" },
|
|
20
|
+
child: [
|
|
21
|
+
{
|
|
22
|
+
tag: "path",
|
|
23
|
+
attr: {
|
|
24
|
+
d: "M12.077 3C7.149 3 3 6.96 3 11.843V21l9.075-.01c4.928 0 8.925-4.11 8.925-8.993C21 7.113 17 3 12.077 3zm3.92 12.859a5.568 5.568 0 0 1-6.102 1.043l-3.595.805 1.001-3.192a5.435 5.435 0 0 1 .11-5.415 5.55 5.55 0 0 1 4.753-2.678v.001h.006a5.533 5.533 0 0 1 5.131 3.438 5.442 5.442 0 0 1-1.304 5.998z"
|
|
25
|
+
},
|
|
26
|
+
child: []
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
})(t);
|
|
30
|
+
}
|
|
31
|
+
function r(t) {
|
|
32
|
+
return a({
|
|
33
|
+
attr: { viewBox: "0 0 24 24" },
|
|
34
|
+
child: [
|
|
35
|
+
{
|
|
36
|
+
tag: "path",
|
|
37
|
+
attr: {
|
|
38
|
+
d: "m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z"
|
|
39
|
+
},
|
|
40
|
+
child: []
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
})(t);
|
|
44
|
+
}
|
|
45
|
+
export {
|
|
46
|
+
i as BiLogoDiscordAlt,
|
|
47
|
+
o as BiLogoDiscourse,
|
|
48
|
+
r as BiLogoTelegram
|
|
49
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../generate-icon.cjs");function r(t){return e.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"},child:[]},{tag:"path",attr:{d:"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"},child:[]}]})(t)}exports.FiEdit=r;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { GenIcon as r } from "../generate-icon.js";
|
|
3
|
+
function e(t) {
|
|
4
|
+
return r({
|
|
5
|
+
attr: {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
stroke: "currentColor",
|
|
9
|
+
strokeWidth: "2",
|
|
10
|
+
strokeLinecap: "round",
|
|
11
|
+
strokeLinejoin: "round"
|
|
12
|
+
},
|
|
13
|
+
child: [
|
|
14
|
+
{
|
|
15
|
+
tag: "path",
|
|
16
|
+
attr: { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" },
|
|
17
|
+
child: []
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
tag: "path",
|
|
21
|
+
attr: { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" },
|
|
22
|
+
child: []
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
})(t);
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
e as FiEdit
|
|
29
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../generate-icon.cjs");function r(e){return t.GenIcon({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",strokeWidth:"2",d:"M5,16 C3.343,16 2,17.343 2,19 C2,20.657 3.343,22 5,22 C6.657,22 8,20.657 8,19 C8,17.343 6.657,16 5,16 L5,16 L5,16 Z M5,1 C14.925,1 23,9.075 23,19 L23,19 M18,19 C18,11.832 12.168,6 5,6 M13,19 C13,14.589 9.411,11 5,11 M2,11 L2,19 L2,19"},child:[]}]})(e)}exports.GrBlog=r;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { GenIcon as o } from "../generate-icon.js";
|
|
3
|
+
function e(t) {
|
|
4
|
+
return o({
|
|
5
|
+
attr: { viewBox: "0 0 24 24" },
|
|
6
|
+
child: [
|
|
7
|
+
{
|
|
8
|
+
tag: "path",
|
|
9
|
+
attr: {
|
|
10
|
+
fill: "none",
|
|
11
|
+
strokeWidth: "2",
|
|
12
|
+
d: "M5,16 C3.343,16 2,17.343 2,19 C2,20.657 3.343,22 5,22 C6.657,22 8,20.657 8,19 C8,17.343 6.657,16 5,16 L5,16 L5,16 Z M5,1 C14.925,1 23,9.075 23,19 L23,19 M18,19 C18,11.832 12.168,6 5,6 M13,19 C13,14.589 9.411,11 5,11 M2,11 L2,19 L2,19"
|
|
13
|
+
},
|
|
14
|
+
child: []
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
})(t);
|
|
18
|
+
}
|
|
19
|
+
export {
|
|
20
|
+
e as GrBlog
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../generate-icon.cjs");function n(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M256 160c16-63.16 76.43-95.41 208-96a15.94 15.94 0 0 1 16 16v288a16 16 0 0 1-16 16c-128 0-177.45 25.81-208 64-30.37-38-80-64-208-64-9.88 0-16-8.05-16-17.93V80a15.94 15.94 0 0 1 16-16c131.57.59 192 32.84 208 96zm0 0v288"},child:[]}]})(t)}function e(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"32",d:"M431 320.6c-1-3.6 1.2-8.6 3.3-12.2a33.68 33.68 0 0 1 2.1-3.1A162 162 0 0 0 464 215c.3-92.2-77.5-167-173.7-167-83.9 0-153.9 57.1-170.3 132.9a160.7 160.7 0 0 0-3.7 34.2c0 92.3 74.8 169.1 171 169.1 15.3 0 35.9-4.6 47.2-7.7s22.5-7.2 25.4-8.3a26.44 26.44 0 0 1 9.3-1.7 26 26 0 0 1 10.1 2l56.7 20.1a13.52 13.52 0 0 0 3.9 1 8 8 0 0 0 8-8 12.85 12.85 0 0 0-.5-2.7z"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"32",d:"M66.46 232a146.23 146.23 0 0 0 6.39 152.67c2.31 3.49 3.61 6.19 3.21 8s-11.93 61.87-11.93 61.87a8 8 0 0 0 2.71 7.68A8.17 8.17 0 0 0 72 464a7.26 7.26 0 0 0 2.91-.6l56.21-22a15.7 15.7 0 0 1 12 .2c18.94 7.38 39.88 12 60.83 12A159.21 159.21 0 0 0 284 432.11"},child:[]}]})(t)}function a(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M464 128 240 384l-96-96m0 96-96-96m320-160L232 284"},child:[]}]})(t)}function i(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M416 128 192 384l-96-96"},child:[]}]})(t)}function r(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"48",d:"m184 112 144 144-144 144"},child:[]}]})(t)}function c(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M368 368 144 144m224 0L144 368"},child:[]}]})(t)}function l(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"rect",attr:{width:"336",height:"336",x:"128",y:"128",fill:"none",strokeLinejoin:"round",strokeWidth:"32",rx:"57",ry:"57"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"m383.5 128 .5-24a56.16 56.16 0 0 0-56-56H112a64.19 64.19 0 0 0-64 64v216a56.16 56.16 0 0 0 56 56h24"},child:[]}]})(t)}function h(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M408 480H184a72 72 0 0 1-72-72V184a72 72 0 0 1 72-72h224a72 72 0 0 1 72 72v224a72 72 0 0 1-72 72z"},child:[]},{tag:"path",attr:{d:"M160 80h235.88A72.12 72.12 0 0 0 328 32H104a72 72 0 0 0-72 72v224a72.12 72.12 0 0 0 48 67.88V160a80 80 0 0 1 80-80z"},child:[]}]})(t)}function d(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M240 216V32H92a12 12 0 0 0-12 12v424a12 12 0 0 0 12 12h328a12 12 0 0 0 12-12V224H248a8 8 0 0 1-8-8z"},child:[]},{tag:"path",attr:{d:"M272 41.69V188a4 4 0 0 0 4 4h146.31a2 2 0 0 0 1.42-3.41L275.41 40.27a2 2 0 0 0-3.41 1.42z"},child:[]}]})(t)}function u(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinejoin:"round",strokeWidth:"32",d:"M416 221.25V416a48 48 0 0 1-48 48H144a48 48 0 0 1-48-48V96a48 48 0 0 1 48-48h98.75a32 32 0 0 1 22.62 9.37l141.26 141.26a32 32 0 0 1 9.37 22.62z"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M256 56v120a32 32 0 0 0 32 32h120m-232 80h160m-160 80h160"},child:[]}]})(t)}function s(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M272 41.69V188a4 4 0 0 0 4 4h146.31a2 2 0 0 0 1.42-3.41L275.41 40.27a2 2 0 0 0-3.41 1.42z"},child:[]},{tag:"path",attr:{d:"M248 224a8 8 0 0 1-8-8V32H92a12 12 0 0 0-12 12v424a12 12 0 0 0 12 12h328a12 12 0 0 0 12-12V224zm104 160H160v-32h192zm0-80H160v-32h192z"},child:[]}]})(t)}function k(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"circle",attr:{cx:"256",cy:"256",r:"208",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32"},child:[]},{tag:"circle",attr:{cx:"256",cy:"256",r:"80",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"m208 54 8 132m80 0 8-132m-96 404 8-132m80 0 8 132m154-250-132 8m0 80 132 8M54 208l132 8m0 80-132 8"},child:[]}]})(t)}function p(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M80 212v236a16 16 0 0 0 16 16h96V328a24 24 0 0 1 24-24h80a24 24 0 0 1 24 24v136h96a16 16 0 0 0 16-16V212"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M480 256 266.89 52c-5-5.28-16.69-5.34-21.78 0L32 256m368-77V64h-48v69"},child:[]}]})(t)}function I(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeMiterlimit:"10",strokeWidth:"32",d:"M248 64C146.39 64 64 146.39 64 248s82.39 184 184 184 184-82.39 184-184S349.61 64 248 64z"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M220 220h32v116"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"32",d:"M208 340h88"},child:[]},{tag:"path",attr:{d:"M248 130a26 26 0 1 0 26 26 26 26 0 0 0-26-26z"},child:[]}]})(t)}function L(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"36",d:"M208 352h-64a96 96 0 0 1 0-192h64m96 0h64a96 96 0 0 1 0 192h-64m-140.71-96h187.42"},child:[]}]})(t)}function g(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M188.8 255.93a67.2 67.2 0 1 0 67.2-67.18 67.38 67.38 0 0 0-67.2 67.18z"},child:[]},{tag:"path",attr:{d:"M476.75 217.79v.05a206.63 206.63 0 0 0-7-28.84h-.11a202.16 202.16 0 0 1 7.07 29 203.5 203.5 0 0 0-7.07-29h-155.4c19.05 17 31.36 40.17 31.36 67.05a86.55 86.55 0 0 1-12.31 44.73L231 478.45a2.44 2.44 0 0 1 0 .27v.28-.26a224 224 0 0 0 25 1.26c6.84 0 13.61-.39 20.3-1a222.91 222.91 0 0 0 29.78-4.74C405.68 451.52 480 362.4 480 255.94a225.25 225.25 0 0 0-3.25-38.15z"},child:[]},{tag:"path",attr:{d:"M256 345.5c-33.6 0-61.6-17.91-77.29-44.79L76 123.05l-.14-.24A224 224 0 0 0 207.4 474.55v-.05l77.69-134.6a84.13 84.13 0 0 1-29.09 5.6z"},child:[]},{tag:"path",attr:{d:"m91.29 104.57 77.35 133.25A89.19 89.19 0 0 1 256 166h205.17a246.51 246.51 0 0 0-25.78-43.94l.12.08A245.26 245.26 0 0 1 461.17 166h.17a245.91 245.91 0 0 0-25.66-44 2.63 2.63 0 0 1-.35-.26 223.93 223.93 0 0 0-344.19-17.4l.14.24z"},child:[]}]})(t)}function m(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M464 66.52A50 50 0 0 0 414.12 17L97.64 16A49.65 49.65 0 0 0 48 65.52V392c0 27.3 22.28 48 49.64 48H368l-13-44 109 100zM324.65 329.81s-8.72-10.39-16-19.32C340.39 301.55 352.5 282 352.5 282a139 139 0 0 1-27.85 14.25 173.31 173.31 0 0 1-35.11 10.39 170.05 170.05 0 0 1-62.72-.24 184.45 184.45 0 0 1-35.59-10.4 141.46 141.46 0 0 1-17.68-8.21c-.73-.48-1.45-.72-2.18-1.21-.49-.24-.73-.48-1-.48-4.36-2.42-6.78-4.11-6.78-4.11s11.62 19.09 42.38 28.26c-7.27 9.18-16.23 19.81-16.23 19.81-53.51-1.69-73.85-36.47-73.85-36.47 0-77.06 34.87-139.62 34.87-139.62 34.87-25.85 67.8-25.12 67.8-25.12l2.42 2.9c-43.59 12.32-63.44 31.4-63.44 31.4s5.32-2.9 14.28-6.77c25.91-11.35 46.5-14.25 55-15.21a24 24 0 0 1 4.12-.49 205.62 205.62 0 0 1 48.91-.48 201.62 201.62 0 0 1 72.89 22.95s-19.13-18.15-60.3-30.45l3.39-3.86s33.17-.73 67.81 25.16c0 0 34.87 62.56 34.87 139.62 0-.28-20.35 34.5-73.86 36.19z"},child:[]},{tag:"path",attr:{d:"M212.05 218c-13.8 0-24.7 11.84-24.7 26.57s11.14 26.57 24.7 26.57c13.8 0 24.7-11.83 24.7-26.57.25-14.76-10.9-26.57-24.7-26.57zm88.38 0c-13.8 0-24.7 11.84-24.7 26.57s11.14 26.57 24.7 26.57c13.81 0 24.7-11.83 24.7-26.57S314 218 300.43 218z"},child:[]}]})(t)}function f(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M256 32C132.3 32 32 134.9 32 261.7c0 101.5 64.2 187.5 153.2 217.9a17.56 17.56 0 0 0 3.8.4c8.3 0 11.5-6.1 11.5-11.4 0-5.5-.2-19.9-.3-39.1a102.4 102.4 0 0 1-22.6 2.7c-43.1 0-52.9-33.5-52.9-33.5-10.2-26.5-24.9-33.6-24.9-33.6-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8 11.2 19.6 26.2 25.1 39.6 25.1a63 63 0 0 0 25.6-6c2-14.8 7.8-24.9 14.2-30.7-49.7-5.8-102-25.5-102-113.5 0-25.1 8.7-45.6 23-61.6-2.3-5.8-10-29.2 2.2-60.8a18.64 18.64 0 0 1 5-.5c8.1 0 26.4 3.1 56.6 24.1a208.21 208.21 0 0 1 112.2 0c30.2-21 48.5-24.1 56.6-24.1a18.64 18.64 0 0 1 5 .5c12.2 31.6 4.5 55 2.2 60.8 14.3 16.1 23 36.6 23 61.6 0 88.2-52.4 107.6-102.3 113.3 8 7.1 15.2 21.1 15.2 42.5 0 30.7-.3 55.5-.3 63 0 5.4 3.1 11.5 11.4 11.5a19.35 19.35 0 0 0 4-.4C415.9 449.2 480 363.1 480 261.7 480 134.9 379.7 32 256 32z"},child:[]}]})(t)}function v(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M126.12 315.1A47.06 47.06 0 1 1 79.06 268h47.06zm23.72 0a47.06 47.06 0 0 1 94.12 0v117.84a47.06 47.06 0 1 1-94.12 0zm47.06-188.98A47.06 47.06 0 1 1 244 79.06v47.06zm0 23.72a47.06 47.06 0 0 1 0 94.12H79.06a47.06 47.06 0 0 1 0-94.12zm188.98 47.06a47.06 47.06 0 1 1 47.06 47.1h-47.06zm-23.72 0a47.06 47.06 0 0 1-94.12 0V79.06a47.06 47.06 0 1 1 94.12 0zM315.1 385.88a47.06 47.06 0 1 1-47.1 47.06v-47.06zm0-23.72a47.06 47.06 0 0 1 0-94.12h117.84a47.06 47.06 0 1 1 0 94.12z"},child:[]}]})(t)}function M(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M392 440V320h40v160H64V320h40v120z"},child:[]},{tag:"path",attr:{d:"m149.1 308.77 198.57 40.87 8.4-39.32-198.57-40.87zm26.27-93.12L359.22 300 376 263.76l-183.82-84.84zm50.95-89 156 127.78 25.74-30.52-156-127.78zM328 32l-33.39 23.8 120.82 160.37L448 192zM144 400h204v-40H144z"},child:[]}]})(t)}function z(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M424 80H88a56.06 56.06 0 0 0-56 56v240a56.06 56.06 0 0 0 56 56h336a56.06 56.06 0 0 0 56-56V136a56.06 56.06 0 0 0-56-56zm-14.18 92.63-144 112a16 16 0 0 1-19.64 0l-144-112a16 16 0 1 1 19.64-25.26L256 251.73l134.18-104.36a16 16 0 0 1 19.64 25.26z"},child:[]}]})(t)}function w(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M384 224v184a40 40 0 0 1-40 40H104a40 40 0 0 1-40-40V168a40 40 0 0 1 40-40h167.48M336 64h112v112M224 288 440 72"},child:[]}]})(t)}function x(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M364.13 125.25 87 403l-23 45 44.99-23 277.76-277.13-22.62-22.62zm56.56-56.56-22.62 22.62 22.62 22.63 22.62-22.63a16 16 0 0 0 0-22.62h0a16 16 0 0 0-22.62 0z"},child:[]}]})(t)}function B(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M402 168c-2.93 40.67-33.1 72-66 72s-63.12-31.32-66-72c-3-42.31 26.37-72 66-72s69 30.46 66 72z"},child:[]},{tag:"path",attr:{fill:"none",strokeMiterlimit:"10",strokeWidth:"32",d:"M336 304c-65.17 0-127.84 32.37-143.54 95.41-2.08 8.34 3.15 16.59 11.72 16.59h263.65c8.57 0 13.77-8.25 11.72-16.59C463.85 335.36 401.18 304 336 304z"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M200 185.94c-2.34 32.48-26.72 58.06-53 58.06s-50.7-25.57-53-58.06C91.61 152.15 115.34 128 147 128s55.39 24.77 53 57.94z"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"32",d:"M206 306c-18.05-8.27-37.93-11.45-59-11.45-52 0-102.1 25.85-114.65 76.2-1.65 6.66 2.53 13.25 9.37 13.25H154"},child:[]}]})(t)}function O(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeMiterlimit:"10",strokeWidth:"32",d:"M448 256c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192z"},child:[]},{tag:"path",attr:{d:"m216.32 334.44 114.45-69.14a10.89 10.89 0 0 0 0-18.6l-114.45-69.14a10.78 10.78 0 0 0-16.32 9.31v138.26a10.78 10.78 0 0 0 16.32 9.31z"},child:[]}]})(t)}function G(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"rect",attr:{width:"320",height:"416",x:"96",y:"48",fill:"none",strokeLinejoin:"round",strokeWidth:"32",rx:"48",ry:"48"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M176 128h160m-160 80h160m-160 80h80"},child:[]}]})(t)}function W(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"m112 352-64-64 64-64"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M64 288h294c58.76 0 106-49.33 106-108v-20"},child:[]}]})(t)}function C(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"m400 352 64-64-64-64"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M448 288H154c-58.76 0-106-49.33-106-108v-20"},child:[]}]})(t)}function j(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M456.69 421.39 362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3zM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8 124.95 124.95 0 0 1-124.8-124.8z"},child:[]}]})(t)}function H(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"m476.59 227.05-.16-.07L49.35 49.84A23.56 23.56 0 0 0 27.14 52 24.65 24.65 0 0 0 16 72.59v113.29a24 24 0 0 0 19.52 23.57l232.93 43.07a4 4 0 0 1 0 7.86L35.53 303.45A24 24 0 0 0 16 327v113.31A23.57 23.57 0 0 0 26.59 460a23.94 23.94 0 0 0 13.22 4 24.55 24.55 0 0 0 9.52-1.93L476.4 285.94l.19-.09a32 32 0 0 0 0-58.8z"},child:[]}]})(t)}function V(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M432 32H80a64.07 64.07 0 0 0-64 64v320a64.07 64.07 0 0 0 64 64h352a64.07 64.07 0 0 0 64-64V96a64.07 64.07 0 0 0-64-64zM96 256a16 16 0 0 1-10-28.49L150.39 176 86 124.49a16 16 0 1 1 20-25l80 64a16 16 0 0 1 0 25l-80 64A16 16 0 0 1 96 256zm160 0h-64a16 16 0 0 1 0-32h64a16 16 0 0 1 0 32z"},child:[]}]})(t)}function S(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"m56 320 156.05 12-23 89.4c-6.08 26.6.7 41.87 22.39 48.62l34.69 9.85a4 4 0 0 0 4.4-1.72l129-202.34a8 8 0 0 1 6.81-3.81H496V64H378.39a48 48 0 0 1-15.18-2.46l-76.3-25.43a80 80 0 0 0-25.3-4.11H83.68c-19 0-31.5 13.52-35.23 32.16L16 206.42V280c0 22.06 18 38 40 40z"},child:[]},{tag:"path",attr:{fill:"none",d:"M378.45 273.93A15.84 15.84 0 0 1 386 272a15.93 15.93 0 0 0-7.51 1.91zm-40.59 69.29-.13.22a2.53 2.53 0 0 1 .13-.22c20.5-35.51 30.36-55 33.82-62-3.47 7.06-13.34 26.51-33.82 62z"},child:[]},{tag:"path",attr:{d:"m372.66 279.16-1 2a16.29 16.29 0 0 1 6.77-7.26 16.48 16.48 0 0 0-5.77 5.26z"},child:[]}]})(t)}function A(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"m456 192-156-12 23-89.4c6-26.6-.78-41.87-22.47-48.6l-34.69-9.85a4 4 0 0 0-4.4 1.72l-129 202.34a8 8 0 0 1-6.81 3.81H16V448h117.61a48 48 0 0 1 15.18 2.46l76.3 25.43a80 80 0 0 0 25.3 4.11h177.93c19 0 31.5-13.52 35.23-32.16L496 305.58V232c0-22.06-18-38-40-40z"},child:[]}]})(t)}exports.IoBookOutline=n;exports.IoChatbubblesOutline=e;exports.IoCheckmarkDoneOutline=a;exports.IoCheckmarkOutline=i;exports.IoChevronForwardOutline=r;exports.IoCloseOutline=c;exports.IoCopy=h;exports.IoCopyOutline=l;exports.IoDocumentSharp=d;exports.IoDocumentTextOutline=u;exports.IoDocumentTextSharp=s;exports.IoHelpBuoyOutline=k;exports.IoHomeOutline=p;exports.IoInformationCircleOutline=I;exports.IoLinkOutline=L;exports.IoLogoChrome=g;exports.IoLogoDiscord=m;exports.IoLogoGithub=f;exports.IoLogoSlack=v;exports.IoLogoStackoverflow=M;exports.IoMail=z;exports.IoOpenOutline=w;exports.IoPencilOutline=x;exports.IoPeopleOutline=B;exports.IoPlayCircleOutline=O;exports.IoReaderOutline=G;exports.IoReturnDownBackOutline=W;exports.IoReturnDownForward=C;exports.IoSearch=j;exports.IoSend=H;exports.IoTerminal=V;exports.IoThumbsDownSharp=S;exports.IoThumbsUpSharp=A;
|