@lobehub/ui 3.4.2 → 3.4.3
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/es/A/index.mjs +18 -0
- package/es/A/index.mjs.map +1 -0
- package/es/Accordion/Accordion.d.mts +8 -0
- package/es/Accordion/Accordion.mjs +69 -0
- package/es/Accordion/Accordion.mjs.map +1 -0
- package/es/Accordion/AccordionItem.d.mts +8 -0
- package/es/Accordion/AccordionItem.mjs +263 -0
- package/es/Accordion/AccordionItem.mjs.map +1 -0
- package/es/Accordion/ArrowIcon.mjs +28 -0
- package/es/Accordion/ArrowIcon.mjs.map +1 -0
- package/es/Accordion/context.mjs +13 -0
- package/es/Accordion/context.mjs.map +1 -0
- package/es/Accordion/index.d.mts +4 -0
- package/es/Accordion/index.mjs +4 -0
- package/es/Accordion/style.mjs +65 -0
- package/es/Accordion/style.mjs.map +1 -0
- package/es/Accordion/type.d.mts +138 -0
- package/es/ActionIcon/ActionIcon.d.mts +8 -0
- package/es/ActionIcon/ActionIcon.mjs +132 -0
- package/es/ActionIcon/ActionIcon.mjs.map +1 -0
- package/es/ActionIcon/components/utils.mjs +45 -0
- package/es/ActionIcon/components/utils.mjs.map +1 -0
- package/es/ActionIcon/index.d.mts +3 -0
- package/es/ActionIcon/index.mjs +3 -0
- package/es/ActionIcon/style.mjs +51 -0
- package/es/ActionIcon/style.mjs.map +1 -0
- package/es/ActionIcon/type.d.mts +32 -0
- package/es/ActionIconGroup/ActionIconGroup.d.mts +8 -0
- package/es/ActionIconGroup/ActionIconGroup.mjs +100 -0
- package/es/ActionIconGroup/ActionIconGroup.mjs.map +1 -0
- package/es/ActionIconGroup/index.d.mts +4 -0
- package/es/ActionIconGroup/index.mjs +3 -0
- package/es/ActionIconGroup/style.mjs +21 -0
- package/es/ActionIconGroup/style.mjs.map +1 -0
- package/es/ActionIconGroup/type.d.mts +27 -0
- package/es/Alert/Alert.d.mts +8 -0
- package/es/Alert/Alert.mjs +173 -0
- package/es/Alert/Alert.mjs.map +1 -0
- package/es/Alert/index.d.mts +3 -0
- package/es/Alert/index.mjs +3 -0
- package/es/Alert/style.mjs +102 -0
- package/es/Alert/style.mjs.map +1 -0
- package/es/Alert/type.d.mts +35 -0
- package/es/AutoComplete/Select.d.mts +8 -0
- package/es/AutoComplete/Select.mjs +40 -0
- package/es/AutoComplete/Select.mjs.map +1 -0
- package/es/AutoComplete/index.d.mts +3 -0
- package/es/AutoComplete/index.mjs +3 -0
- package/es/AutoComplete/style.mjs +40 -0
- package/es/AutoComplete/style.mjs.map +1 -0
- package/es/AutoComplete/type.d.mts +9 -0
- package/es/Avatar/Avatar.mjs +110 -0
- package/es/Avatar/Avatar.mjs.map +1 -0
- package/es/Avatar/AvatarGroup/index.d.mts +8 -0
- package/es/Avatar/AvatarGroup/index.mjs +67 -0
- package/es/Avatar/AvatarGroup/index.mjs.map +1 -0
- package/es/Avatar/AvatarGroup/style.mjs +27 -0
- package/es/Avatar/AvatarGroup/style.mjs.map +1 -0
- package/es/Avatar/index.d.mts +13 -0
- package/es/Avatar/index.mjs +11 -0
- package/es/Avatar/index.mjs.map +1 -0
- package/es/Avatar/style.mjs +52 -0
- package/es/Avatar/style.mjs.map +1 -0
- package/es/Avatar/type.d.mts +50 -0
- package/es/Block/Block.d.mts +8 -0
- package/es/Block/Block.mjs +72 -0
- package/es/Block/Block.mjs.map +1 -0
- package/es/Block/index.d.mts +3 -0
- package/es/Block/index.mjs +3 -0
- package/es/Block/style.mjs +26 -0
- package/es/Block/style.mjs.map +1 -0
- package/es/Block/type.d.mts +15 -0
- package/es/Burger/Burger.d.mts +8 -0
- package/es/Burger/Burger.mjs +56 -0
- package/es/Burger/Burger.mjs.map +1 -0
- package/es/Burger/index.d.mts +3 -0
- package/es/Burger/index.mjs +3 -0
- package/es/Burger/style.mjs +123 -0
- package/es/Burger/style.mjs.map +1 -0
- package/es/Burger/type.d.mts +27 -0
- package/es/Button/Button.d.mts +8 -0
- package/es/Button/Button.mjs +59 -0
- package/es/Button/Button.mjs.map +1 -0
- package/es/Button/index.d.mts +3 -0
- package/es/Button/index.mjs +3 -0
- package/es/Button/style.mjs +22 -0
- package/es/Button/style.mjs.map +1 -0
- package/es/Button/type.d.mts +16 -0
- package/es/CodeEditor/CodeEditor.d.mts +8 -0
- package/es/CodeEditor/CodeEditor.mjs +65 -0
- package/es/CodeEditor/CodeEditor.mjs.map +1 -0
- package/es/CodeEditor/index.d.mts +3 -0
- package/es/CodeEditor/index.mjs +3 -0
- package/es/CodeEditor/style.mjs +87 -0
- package/es/CodeEditor/style.mjs.map +1 -0
- package/es/CodeEditor/type.d.mts +27 -0
- package/es/Collapse/Collapse.d.mts +8 -0
- package/es/Collapse/Collapse.mjs +114 -0
- package/es/Collapse/Collapse.mjs.map +1 -0
- package/es/Collapse/index.d.mts +3 -0
- package/es/Collapse/index.mjs +3 -0
- package/es/Collapse/style.mjs +140 -0
- package/es/Collapse/style.mjs.map +1 -0
- package/es/Collapse/type.d.mts +35 -0
- package/es/ColorSwatches/ColorSwatches.d.mts +8 -0
- package/es/ColorSwatches/ColorSwatches.mjs +89 -0
- package/es/ColorSwatches/ColorSwatches.mjs.map +1 -0
- package/es/ColorSwatches/index.d.mts +3 -0
- package/es/ColorSwatches/index.mjs +3 -0
- package/es/ColorSwatches/style.mjs +88 -0
- package/es/ColorSwatches/style.mjs.map +1 -0
- package/es/ColorSwatches/type.d.mts +28 -0
- package/es/ConfigProvider/index.d.mts +25 -0
- package/es/ConfigProvider/index.mjs +36 -0
- package/es/ConfigProvider/index.mjs.map +1 -0
- package/es/CopyButton/CopyButton.d.mts +8 -0
- package/es/CopyButton/CopyButton.mjs +33 -0
- package/es/CopyButton/CopyButton.mjs.map +1 -0
- package/es/CopyButton/index.d.mts +3 -0
- package/es/CopyButton/index.mjs +3 -0
- package/es/CopyButton/type.d.mts +10 -0
- package/es/DatePicker/DatePicker.d.mts +8 -0
- package/es/DatePicker/DatePicker.mjs +40 -0
- package/es/DatePicker/DatePicker.mjs.map +1 -0
- package/es/DatePicker/index.d.mts +3 -0
- package/es/DatePicker/index.mjs +3 -0
- package/es/DatePicker/style.mjs +16 -0
- package/es/DatePicker/style.mjs.map +1 -0
- package/es/DatePicker/type.d.mts +9 -0
- package/es/DownloadButton/DownloadButton.d.mts +8 -0
- package/es/DownloadButton/DownloadButton.mjs +31 -0
- package/es/DownloadButton/DownloadButton.mjs.map +1 -0
- package/es/DownloadButton/index.d.mts +3 -0
- package/es/DownloadButton/index.mjs +3 -0
- package/es/DownloadButton/type.d.mts +12 -0
- package/es/DraggablePanel/DraggablePanel.mjs +312 -0
- package/es/DraggablePanel/DraggablePanel.mjs.map +1 -0
- package/es/DraggablePanel/components/DraggablePanelBody.d.mts +9 -0
- package/es/DraggablePanel/components/DraggablePanelBody.mjs +22 -0
- package/es/DraggablePanel/components/DraggablePanelBody.mjs.map +1 -0
- package/es/DraggablePanel/components/DraggablePanelContainer.d.mts +9 -0
- package/es/DraggablePanel/components/DraggablePanelContainer.mjs +21 -0
- package/es/DraggablePanel/components/DraggablePanelContainer.mjs.map +1 -0
- package/es/DraggablePanel/components/DraggablePanelFooter.d.mts +9 -0
- package/es/DraggablePanel/components/DraggablePanelFooter.mjs +26 -0
- package/es/DraggablePanel/components/DraggablePanelFooter.mjs.map +1 -0
- package/es/DraggablePanel/components/DraggablePanelHeader.d.mts +15 -0
- package/es/DraggablePanel/components/DraggablePanelHeader.mjs +50 -0
- package/es/DraggablePanel/components/DraggablePanelHeader.mjs.map +1 -0
- package/es/DraggablePanel/components/style.mjs +36 -0
- package/es/DraggablePanel/components/style.mjs.map +1 -0
- package/es/DraggablePanel/index.d.mts +19 -0
- package/es/DraggablePanel/index.mjs +19 -0
- package/es/DraggablePanel/index.mjs.map +1 -0
- package/es/DraggablePanel/style.mjs +252 -0
- package/es/DraggablePanel/style.mjs.map +1 -0
- package/es/DraggablePanel/type.d.mts +48 -0
- package/es/DraggablePanel/utils.mjs +13 -0
- package/es/DraggablePanel/utils.mjs.map +1 -0
- package/es/DraggableSideNav/DraggableSideNav.d.mts +8 -0
- package/es/DraggableSideNav/DraggableSideNav.mjs +436 -0
- package/es/DraggableSideNav/DraggableSideNav.mjs.map +1 -0
- package/es/DraggableSideNav/index.d.mts +3 -0
- package/es/DraggableSideNav/index.mjs +3 -0
- package/es/DraggableSideNav/style.mjs +254 -0
- package/es/DraggableSideNav/style.mjs.map +1 -0
- package/es/DraggableSideNav/type.d.mts +124 -0
- package/es/Drawer/Drawer.d.mts +8 -0
- package/es/Drawer/Drawer.mjs +146 -0
- package/es/Drawer/Drawer.mjs.map +1 -0
- package/es/Drawer/index.d.mts +3 -0
- package/es/Drawer/index.mjs +3 -0
- package/es/Drawer/type.d.mts +31 -0
- package/es/Dropdown/Dropdown.d.mts +8 -0
- package/es/Dropdown/Dropdown.mjs +33 -0
- package/es/Dropdown/Dropdown.mjs.map +1 -0
- package/es/Dropdown/index.d.mts +4 -0
- package/es/Dropdown/index.mjs +3 -0
- package/es/Dropdown/type.d.mts +14 -0
- package/es/EditableText/ControlInput.d.mts +21 -0
- package/es/EditableText/ControlInput.mjs +85 -0
- package/es/EditableText/ControlInput.mjs.map +1 -0
- package/es/EditableText/EditableText.d.mts +8 -0
- package/es/EditableText/EditableText.mjs +82 -0
- package/es/EditableText/EditableText.mjs.map +1 -0
- package/es/EditableText/index.d.mts +3 -0
- package/es/EditableText/index.mjs +3 -0
- package/es/EditableText/type.d.mts +25 -0
- package/es/EmojiPicker/AvatarUploader.mjs +121 -0
- package/es/EmojiPicker/AvatarUploader.mjs.map +1 -0
- package/es/EmojiPicker/EmojiPicker.d.mts +8 -0
- package/es/EmojiPicker/EmojiPicker.mjs +162 -0
- package/es/EmojiPicker/EmojiPicker.mjs.map +1 -0
- package/es/EmojiPicker/index.d.mts +3 -0
- package/es/EmojiPicker/index.mjs +3 -0
- package/es/EmojiPicker/style.mjs +47 -0
- package/es/EmojiPicker/style.mjs.map +1 -0
- package/es/EmojiPicker/type.d.mts +63 -0
- package/es/Empty/Empty.d.mts +8 -0
- package/es/Empty/Empty.mjs +79 -0
- package/es/Empty/Empty.mjs.map +1 -0
- package/es/Empty/index.d.mts +3 -0
- package/es/Empty/index.mjs +3 -0
- package/es/Empty/type.d.mts +29 -0
- package/es/FileTypeIcon/FileTypeIcon.d.mts +8 -0
- package/es/FileTypeIcon/FileTypeIcon.mjs +67 -0
- package/es/FileTypeIcon/FileTypeIcon.mjs.map +1 -0
- package/es/FileTypeIcon/components/FileIcon.mjs +47 -0
- package/es/FileTypeIcon/components/FileIcon.mjs.map +1 -0
- package/es/FileTypeIcon/components/FolderIcon.mjs +35 -0
- package/es/FileTypeIcon/components/FolderIcon.mjs.map +1 -0
- package/es/FileTypeIcon/index.d.mts +3 -0
- package/es/FileTypeIcon/index.mjs +3 -0
- package/es/FileTypeIcon/style.mjs +23 -0
- package/es/FileTypeIcon/style.mjs.map +1 -0
- package/es/FileTypeIcon/type.d.mts +17 -0
- package/es/Flex/Center.d.mts +8 -0
- package/es/Flex/Center.mjs +16 -0
- package/es/Flex/Center.mjs.map +1 -0
- package/es/Flex/FlexBasic.d.mts +8 -0
- package/es/Flex/FlexBasic.mjs +48 -0
- package/es/Flex/FlexBasic.mjs.map +1 -0
- package/es/Flex/Flexbox.d.mts +1 -0
- package/es/Flex/index.d.mts +5 -0
- package/es/Flex/index.mjs +4 -0
- package/es/Flex/type.d.mts +108 -0
- package/es/Flex/utils.mjs +25 -0
- package/es/Flex/utils.mjs.map +1 -0
- package/es/FluentEmoji/FluentEmoji.d.mts +8 -0
- package/es/FluentEmoji/FluentEmoji.mjs +53 -0
- package/es/FluentEmoji/FluentEmoji.mjs.map +1 -0
- package/es/FluentEmoji/index.d.mts +3 -0
- package/es/FluentEmoji/index.mjs +3 -0
- package/es/FluentEmoji/style.mjs +14 -0
- package/es/FluentEmoji/style.mjs.map +1 -0
- package/es/FluentEmoji/type.d.mts +15 -0
- package/es/FluentEmoji/utils.d.mts +5 -0
- package/es/FluentEmoji/utils.mjs +46 -0
- package/es/FluentEmoji/utils.mjs.map +1 -0
- package/es/FontLoader/index.d.mts +10 -0
- package/es/FontLoader/index.mjs +33 -0
- package/es/FontLoader/index.mjs.map +1 -0
- package/es/Footer/Footer.d.mts +8 -0
- package/es/Footer/Footer.mjs +33 -0
- package/es/Footer/Footer.mjs.map +1 -0
- package/es/Footer/index.d.mts +3 -0
- package/es/Footer/index.mjs +3 -0
- package/es/Footer/style.mjs +178 -0
- package/es/Footer/style.mjs.map +1 -0
- package/es/Footer/type.d.mts +15 -0
- package/es/Form/Form.mjs +115 -0
- package/es/Form/Form.mjs.map +1 -0
- package/es/Form/components/FormDivider.mjs +30 -0
- package/es/Form/components/FormDivider.mjs.map +1 -0
- package/es/Form/components/FormFlatGroup.mjs +33 -0
- package/es/Form/components/FormFlatGroup.mjs.map +1 -0
- package/es/Form/components/FormGroup.d.mts +8 -0
- package/es/Form/components/FormGroup.mjs +71 -0
- package/es/Form/components/FormGroup.mjs.map +1 -0
- package/es/Form/components/FormItem.d.mts +8 -0
- package/es/Form/components/FormItem.mjs +58 -0
- package/es/Form/components/FormItem.mjs.map +1 -0
- package/es/Form/components/FormProvider.mjs +20 -0
- package/es/Form/components/FormProvider.mjs.map +1 -0
- package/es/Form/components/FormSubmitFooter.d.mts +8 -0
- package/es/Form/components/FormSubmitFooter.mjs +125 -0
- package/es/Form/components/FormSubmitFooter.mjs.map +1 -0
- package/es/Form/components/FormTitle.d.mts +8 -0
- package/es/Form/components/FormTitle.mjs +44 -0
- package/es/Form/components/FormTitle.mjs.map +1 -0
- package/es/Form/components/merge.mjs +23 -0
- package/es/Form/components/merge.mjs.map +1 -0
- package/es/Form/index.d.mts +22 -0
- package/es/Form/index.mjs +22 -0
- package/es/Form/index.mjs.map +1 -0
- package/es/Form/style.mjs +217 -0
- package/es/Form/style.mjs.map +1 -0
- package/es/Form/type.d.mts +119 -0
- package/es/FormModal/FormModal.d.mts +8 -0
- package/es/FormModal/FormModal.mjs +93 -0
- package/es/FormModal/FormModal.mjs.map +1 -0
- package/es/FormModal/index.d.mts +3 -0
- package/es/FormModal/index.mjs +3 -0
- package/es/FormModal/style.mjs +46 -0
- package/es/FormModal/style.mjs.map +1 -0
- package/es/FormModal/type.d.mts +27 -0
- package/es/Grid/Grid.d.mts +8 -0
- package/es/Grid/Grid.mjs +27 -0
- package/es/Grid/Grid.mjs.map +1 -0
- package/es/Grid/index.d.mts +3 -0
- package/es/Grid/index.mjs +3 -0
- package/es/Grid/style.mjs +24 -0
- package/es/Grid/style.mjs.map +1 -0
- package/es/Grid/type.d.mts +14 -0
- package/es/GroupAvatar/GroupAvatar.d.mts +8 -0
- package/es/GroupAvatar/GroupAvatar.mjs +76 -0
- package/es/GroupAvatar/GroupAvatar.mjs.map +1 -0
- package/es/GroupAvatar/index.d.mts +3 -0
- package/es/GroupAvatar/index.mjs +3 -0
- package/es/GroupAvatar/style.mjs +37 -0
- package/es/GroupAvatar/style.mjs.map +1 -0
- package/es/GroupAvatar/type.d.mts +18 -0
- package/es/GuideCard/GuideCard.d.mts +8 -0
- package/es/GuideCard/GuideCard.mjs +82 -0
- package/es/GuideCard/GuideCard.mjs.map +1 -0
- package/es/GuideCard/index.d.mts +2 -0
- package/es/GuideCard/style.mjs +42 -0
- package/es/GuideCard/style.mjs.map +1 -0
- package/es/GuideCard/type.d.mts +38 -0
- package/es/Header/Header.d.mts +8 -0
- package/es/Header/Header.mjs +90 -0
- package/es/Header/Header.mjs.map +1 -0
- package/es/Header/index.d.mts +3 -0
- package/es/Header/index.mjs +3 -0
- package/es/Header/style.mjs +48 -0
- package/es/Header/style.mjs.map +1 -0
- package/es/Header/type.d.mts +20 -0
- package/es/Highlighter/FullFeatured.mjs +178 -0
- package/es/Highlighter/FullFeatured.mjs.map +1 -0
- package/es/Highlighter/Highlighter.d.mts +8 -0
- package/es/Highlighter/Highlighter.mjs +174 -0
- package/es/Highlighter/Highlighter.mjs.map +1 -0
- package/es/Highlighter/LangSelect.mjs +71 -0
- package/es/Highlighter/LangSelect.mjs.map +1 -0
- package/es/Highlighter/SyntaxHighlighter/StaticRenderer.mjs +32 -0
- package/es/Highlighter/SyntaxHighlighter/StaticRenderer.mjs.map +1 -0
- package/es/Highlighter/SyntaxHighlighter/StreamRenderer.mjs +103 -0
- package/es/Highlighter/SyntaxHighlighter/StreamRenderer.mjs.map +1 -0
- package/es/Highlighter/SyntaxHighlighter/index.d.mts +8 -0
- package/es/Highlighter/SyntaxHighlighter/index.mjs +72 -0
- package/es/Highlighter/SyntaxHighlighter/index.mjs.map +1 -0
- package/es/Highlighter/SyntaxHighlighter/style.mjs +117 -0
- package/es/Highlighter/SyntaxHighlighter/style.mjs.map +1 -0
- package/es/Highlighter/const.d.mts +9 -0
- package/es/Highlighter/const.mjs +31 -0
- package/es/Highlighter/const.mjs.map +1 -0
- package/es/Highlighter/index.d.mts +5 -0
- package/es/Highlighter/index.mjs +5 -0
- package/es/Highlighter/style.mjs +131 -0
- package/es/Highlighter/style.mjs.map +1 -0
- package/es/Highlighter/type.d.mts +61 -0
- package/es/Hotkey/Hotkey.d.mts +8 -0
- package/es/Hotkey/Hotkey.mjs +154 -0
- package/es/Hotkey/Hotkey.mjs.map +1 -0
- package/es/Hotkey/const.d.mts +39 -0
- package/es/Hotkey/const.mjs +40 -0
- package/es/Hotkey/const.mjs.map +1 -0
- package/es/Hotkey/index.d.mts +5 -0
- package/es/Hotkey/index.mjs +5 -0
- package/es/Hotkey/style.mjs +39 -0
- package/es/Hotkey/style.mjs.map +1 -0
- package/es/Hotkey/type.d.mts +21 -0
- package/es/Hotkey/utils.d.mts +6 -0
- package/es/Hotkey/utils.mjs +31 -0
- package/es/Hotkey/utils.mjs.map +1 -0
- package/es/HotkeyInput/HotkeyInput.d.mts +8 -0
- package/es/HotkeyInput/HotkeyInput.mjs +219 -0
- package/es/HotkeyInput/HotkeyInput.mjs.map +1 -0
- package/es/HotkeyInput/index.d.mts +3 -0
- package/es/HotkeyInput/index.mjs +3 -0
- package/es/HotkeyInput/style.mjs +54 -0
- package/es/HotkeyInput/style.mjs.map +1 -0
- package/es/HotkeyInput/type.d.mts +31 -0
- package/es/Icon/Icon.d.mts +8 -0
- package/es/Icon/Icon.mjs +47 -0
- package/es/Icon/Icon.mjs.map +1 -0
- package/es/Icon/components/IconProvider.d.mts +15 -0
- package/es/Icon/components/IconProvider.mjs +20 -0
- package/es/Icon/components/IconProvider.mjs.map +1 -0
- package/es/Icon/components/utils.mjs +39 -0
- package/es/Icon/components/utils.mjs.map +1 -0
- package/es/Icon/index.d.mts +4 -0
- package/es/Icon/index.mjs +4 -0
- package/es/Icon/style.mjs +19 -0
- package/es/Icon/style.mjs.map +1 -0
- package/es/Icon/type.d.mts +20 -0
- package/es/Image/Image.mjs +72 -0
- package/es/Image/Image.mjs.map +1 -0
- package/es/Image/PreviewGroup.d.mts +8 -0
- package/es/Image/PreviewGroup.mjs +24 -0
- package/es/Image/PreviewGroup.mjs.map +1 -0
- package/es/Image/components/Preview.mjs +26 -0
- package/es/Image/components/Preview.mjs.map +1 -0
- package/es/Image/components/Toolbar.mjs +51 -0
- package/es/Image/components/Toolbar.mjs.map +1 -0
- package/es/Image/components/usePreview.mjs +60 -0
- package/es/Image/components/usePreview.mjs.map +1 -0
- package/es/Image/components/usePreviewGroup.mjs +59 -0
- package/es/Image/components/usePreviewGroup.mjs.map +1 -0
- package/es/Image/index.d.mts +13 -0
- package/es/Image/index.mjs +11 -0
- package/es/Image/index.mjs.map +1 -0
- package/es/Image/style.mjs +83 -0
- package/es/Image/style.mjs.map +1 -0
- package/es/Image/type.d.mts +44 -0
- package/es/ImageSelect/ImageSelect.d.mts +8 -0
- package/es/ImageSelect/ImageSelect.mjs +60 -0
- package/es/ImageSelect/ImageSelect.mjs.map +1 -0
- package/es/ImageSelect/index.d.mts +2 -0
- package/es/ImageSelect/styles.mjs +28 -0
- package/es/ImageSelect/styles.mjs.map +1 -0
- package/es/ImageSelect/type.d.mts +36 -0
- package/es/Img/index.mjs +22 -0
- package/es/Img/index.mjs.map +1 -0
- package/es/Input/Input.d.mts +8 -0
- package/es/Input/Input.mjs +41 -0
- package/es/Input/Input.mjs.map +1 -0
- package/es/Input/InputNumber.d.mts +8 -0
- package/es/Input/InputNumber.mjs +41 -0
- package/es/Input/InputNumber.mjs.map +1 -0
- package/es/Input/InputOPT.d.mts +8 -0
- package/es/Input/InputOPT.mjs +42 -0
- package/es/Input/InputOPT.mjs.map +1 -0
- package/es/Input/InputPassword.d.mts +8 -0
- package/es/Input/InputPassword.mjs +42 -0
- package/es/Input/InputPassword.mjs.map +1 -0
- package/es/Input/TextArea.d.mts +8 -0
- package/es/Input/TextArea.mjs +46 -0
- package/es/Input/TextArea.mjs.map +1 -0
- package/es/Input/index.d.mts +6 -0
- package/es/Input/style.mjs +64 -0
- package/es/Input/style.mjs.map +1 -0
- package/es/Input/type.d.mts +32 -0
- package/es/Layout/Layout.mjs +60 -0
- package/es/Layout/Layout.mjs.map +1 -0
- package/es/Layout/components/LayoutFooter.d.mts +9 -0
- package/es/Layout/components/LayoutFooter.mjs +21 -0
- package/es/Layout/components/LayoutFooter.mjs.map +1 -0
- package/es/Layout/components/LayoutHeader.d.mts +8 -0
- package/es/Layout/components/LayoutHeader.mjs +25 -0
- package/es/Layout/components/LayoutHeader.mjs.map +1 -0
- package/es/Layout/components/LayoutMain.d.mts +9 -0
- package/es/Layout/components/LayoutMain.mjs +21 -0
- package/es/Layout/components/LayoutMain.mjs.map +1 -0
- package/es/Layout/components/LayoutSidebar.d.mts +8 -0
- package/es/Layout/components/LayoutSidebar.mjs +25 -0
- package/es/Layout/components/LayoutSidebar.mjs.map +1 -0
- package/es/Layout/components/LayoutSidebarInner.d.mts +8 -0
- package/es/Layout/components/LayoutSidebarInner.mjs +21 -0
- package/es/Layout/components/LayoutSidebarInner.mjs.map +1 -0
- package/es/Layout/components/LayoutToc.d.mts +8 -0
- package/es/Layout/components/LayoutToc.mjs +25 -0
- package/es/Layout/components/LayoutToc.mjs.map +1 -0
- package/es/Layout/index.d.mts +23 -0
- package/es/Layout/index.mjs +21 -0
- package/es/Layout/index.mjs.map +1 -0
- package/es/Layout/style.mjs +47 -0
- package/es/Layout/style.mjs.map +1 -0
- package/es/Layout/type.d.mts +33 -0
- package/es/List/List.mjs +46 -0
- package/es/List/List.mjs.map +1 -0
- package/es/List/ListItem/index.d.mts +8 -0
- package/es/List/ListItem/index.mjs +109 -0
- package/es/List/ListItem/index.mjs.map +1 -0
- package/es/List/ListItem/style.mjs +65 -0
- package/es/List/ListItem/style.mjs.map +1 -0
- package/es/List/ListItem/time.mjs +12 -0
- package/es/List/ListItem/time.mjs.map +1 -0
- package/es/List/index.d.mts +13 -0
- package/es/List/index.mjs +11 -0
- package/es/List/index.mjs.map +1 -0
- package/es/List/type.d.mts +56 -0
- package/es/Markdown/Markdown.d.mts +8 -0
- package/es/Markdown/Markdown.mjs +95 -0
- package/es/Markdown/Markdown.mjs.map +1 -0
- package/es/Markdown/SyntaxMarkdown/MarkdownRender.mjs +29 -0
- package/es/Markdown/SyntaxMarkdown/MarkdownRender.mjs.map +1 -0
- package/es/Markdown/SyntaxMarkdown/StreamdownRender.mjs +48 -0
- package/es/Markdown/SyntaxMarkdown/StreamdownRender.mjs.map +1 -0
- package/es/Markdown/SyntaxMarkdown/style.mjs +25 -0
- package/es/Markdown/SyntaxMarkdown/style.mjs.map +1 -0
- package/es/Markdown/Typography.d.mts +8 -0
- package/es/Markdown/Typography.mjs +30 -0
- package/es/Markdown/Typography.mjs.map +1 -0
- package/es/Markdown/components/CodeBlock.mjs +48 -0
- package/es/Markdown/components/CodeBlock.mjs.map +1 -0
- package/es/Markdown/components/Footnotes.mjs +94 -0
- package/es/Markdown/components/Footnotes.mjs.map +1 -0
- package/es/Markdown/components/MarkdownProvider.mjs +20 -0
- package/es/Markdown/components/MarkdownProvider.mjs.map +1 -0
- package/es/Markdown/components/SearchResultCards/SearchResultCard.mjs +76 -0
- package/es/Markdown/components/SearchResultCards/SearchResultCard.mjs.map +1 -0
- package/es/Markdown/components/SearchResultCards/index.d.mts +20 -0
- package/es/Markdown/components/SearchResultCards/index.mjs +33 -0
- package/es/Markdown/components/SearchResultCards/index.mjs.map +1 -0
- package/es/Markdown/components/SearchResultCards/style.mjs +25 -0
- package/es/Markdown/components/SearchResultCards/style.mjs.map +1 -0
- package/es/Markdown/components/useDelayedAnimated.mjs +20 -0
- package/es/Markdown/components/useDelayedAnimated.mjs.map +1 -0
- package/es/Markdown/index.d.mts +4 -0
- package/es/Markdown/index.mjs +4 -0
- package/es/Markdown/markdown.style.mjs +399 -0
- package/es/Markdown/markdown.style.mjs.map +1 -0
- package/es/Markdown/plugins/rehypeCustomFootnotes.d.mts +5 -0
- package/es/Markdown/plugins/rehypeCustomFootnotes.mjs +26 -0
- package/es/Markdown/plugins/rehypeCustomFootnotes.mjs.map +1 -0
- package/es/Markdown/plugins/rehypeKatexDir.d.mts +7 -0
- package/es/Markdown/plugins/rehypeKatexDir.mjs +12 -0
- package/es/Markdown/plugins/rehypeKatexDir.mjs.map +1 -0
- package/es/Markdown/plugins/rehypeStreamAnimated.d.mts +7 -0
- package/es/Markdown/plugins/rehypeStreamAnimated.mjs +39 -0
- package/es/Markdown/plugins/rehypeStreamAnimated.mjs.map +1 -0
- package/es/Markdown/plugins/remarkBr.d.mts +10 -0
- package/es/Markdown/plugins/remarkBr.mjs +51 -0
- package/es/Markdown/plugins/remarkBr.mjs.map +1 -0
- package/es/Markdown/plugins/remarkColor.d.mts +20 -0
- package/es/Markdown/plugins/remarkColor.mjs +128 -0
- package/es/Markdown/plugins/remarkColor.mjs.map +1 -0
- package/es/Markdown/plugins/remarkCustomFootnotes.d.mts +6 -0
- package/es/Markdown/plugins/remarkCustomFootnotes.mjs +26 -0
- package/es/Markdown/plugins/remarkCustomFootnotes.mjs.map +1 -0
- package/es/Markdown/plugins/remarkGfmPlus.d.mts +8 -0
- package/es/Markdown/plugins/remarkGfmPlus.mjs +107 -0
- package/es/Markdown/plugins/remarkGfmPlus.mjs.map +1 -0
- package/es/Markdown/plugins/remarkVideo.d.mts +20 -0
- package/es/Markdown/plugins/remarkVideo.mjs +114 -0
- package/es/Markdown/plugins/remarkVideo.mjs.map +1 -0
- package/es/Markdown/style.mjs +199 -0
- package/es/Markdown/style.mjs.map +1 -0
- package/es/Markdown/type.d.mts +67 -0
- package/es/MaskShadow/MaskShadow.d.mts +8 -0
- package/es/MaskShadow/MaskShadow.mjs +31 -0
- package/es/MaskShadow/MaskShadow.mjs.map +1 -0
- package/es/MaskShadow/index.d.mts +3 -0
- package/es/MaskShadow/index.mjs +3 -0
- package/es/MaskShadow/style.mjs +35 -0
- package/es/MaskShadow/style.mjs.map +1 -0
- package/es/MaskShadow/type.d.mts +12 -0
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.d.mts +8 -0
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.mjs +80 -0
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.mjs.map +1 -0
- package/es/MaterialFileTypeIcon/icon-map.d.mts +4920 -0
- package/es/MaterialFileTypeIcon/icon-map.mjs +4918 -0
- package/es/MaterialFileTypeIcon/icon-map.mjs.map +1 -0
- package/es/MaterialFileTypeIcon/index.d.mts +3 -0
- package/es/MaterialFileTypeIcon/index.mjs +3 -0
- package/es/MaterialFileTypeIcon/type.d.mts +18 -0
- package/es/MaterialFileTypeIcon/utils.mjs +41 -0
- package/es/MaterialFileTypeIcon/utils.mjs.map +1 -0
- package/es/Menu/Menu.d.mts +8 -0
- package/es/Menu/Menu.mjs +76 -0
- package/es/Menu/Menu.mjs.map +1 -0
- package/es/Menu/index.d.mts +4 -0
- package/es/Menu/index.mjs +4 -0
- package/es/Menu/style.mjs +45 -0
- package/es/Menu/style.mjs.map +1 -0
- package/es/Menu/type.d.mts +39 -0
- package/es/Menu/utils.d.mts +8 -0
- package/es/Menu/utils.mjs +32 -0
- package/es/Menu/utils.mjs.map +1 -0
- package/es/Mermaid/FullFeatured.mjs +151 -0
- package/es/Mermaid/FullFeatured.mjs.map +1 -0
- package/es/Mermaid/Mermaid.d.mts +8 -0
- package/es/Mermaid/Mermaid.mjs +146 -0
- package/es/Mermaid/Mermaid.mjs.map +1 -0
- package/es/Mermaid/SyntaxMermaid/index.d.mts +8 -0
- package/es/Mermaid/SyntaxMermaid/index.mjs +73 -0
- package/es/Mermaid/SyntaxMermaid/index.mjs.map +1 -0
- package/es/Mermaid/const.d.mts +10 -0
- package/es/Mermaid/const.mjs +36 -0
- package/es/Mermaid/const.mjs.map +1 -0
- package/es/Mermaid/index.d.mts +5 -0
- package/es/Mermaid/index.mjs +5 -0
- package/es/Mermaid/type.d.mts +53 -0
- package/es/Modal/Modal.d.mts +8 -0
- package/es/Modal/Modal.mjs +118 -0
- package/es/Modal/Modal.mjs.map +1 -0
- package/es/Modal/index.d.mts +3 -0
- package/es/Modal/index.mjs +3 -0
- package/es/Modal/style.mjs +58 -0
- package/es/Modal/style.mjs.map +1 -0
- package/es/Modal/type.d.mts +14 -0
- package/es/ScrollShadow/ScrollShadow.d.mts +8 -0
- package/es/ScrollShadow/ScrollShadow.mjs +104 -0
- package/es/ScrollShadow/ScrollShadow.mjs.map +1 -0
- package/es/ScrollShadow/index.d.mts +3 -0
- package/es/ScrollShadow/index.mjs +3 -0
- package/es/ScrollShadow/style.mjs +64 -0
- package/es/ScrollShadow/style.mjs.map +1 -0
- package/es/ScrollShadow/type.d.mts +23 -0
- package/es/ScrollShadow/useScrollOverflow.mjs +56 -0
- package/es/ScrollShadow/useScrollOverflow.mjs.map +1 -0
- package/es/SearchBar/SearchBar.d.mts +8 -0
- package/es/SearchBar/SearchBar.mjs +85 -0
- package/es/SearchBar/SearchBar.mjs.map +1 -0
- package/es/SearchBar/index.d.mts +3 -0
- package/es/SearchBar/index.mjs +3 -0
- package/es/SearchBar/style.mjs +28 -0
- package/es/SearchBar/style.mjs.map +1 -0
- package/es/SearchBar/type.d.mts +26 -0
- package/es/Segmented/Segmented.d.mts +8 -0
- package/es/Segmented/Segmented.mjs +52 -0
- package/es/Segmented/Segmented.mjs.map +1 -0
- package/es/Segmented/index.d.mts +3 -0
- package/es/Segmented/index.mjs +3 -0
- package/es/Segmented/style.mjs +23 -0
- package/es/Segmented/style.mjs.map +1 -0
- package/es/Segmented/type.d.mts +17 -0
- package/es/Select/Select.d.mts +8 -0
- package/es/Select/Select.mjs +52 -0
- package/es/Select/Select.mjs.map +1 -0
- package/es/Select/index.d.mts +3 -0
- package/es/Select/index.mjs +3 -0
- package/es/Select/style.mjs +48 -0
- package/es/Select/style.mjs.map +1 -0
- package/es/Select/type.d.mts +15 -0
- package/es/SideNav/SideNav.d.mts +8 -0
- package/es/SideNav/SideNav.mjs +40 -0
- package/es/SideNav/SideNav.mjs.map +1 -0
- package/es/SideNav/index.d.mts +3 -0
- package/es/SideNav/index.mjs +3 -0
- package/es/SideNav/style.mjs +17 -0
- package/es/SideNav/style.mjs.map +1 -0
- package/es/SideNav/type.d.mts +13 -0
- package/es/Skeleton/Skeleton.mjs +72 -0
- package/es/Skeleton/Skeleton.mjs.map +1 -0
- package/es/Skeleton/SkeletonAvatar.d.mts +8 -0
- package/es/Skeleton/SkeletonAvatar.mjs +32 -0
- package/es/Skeleton/SkeletonAvatar.mjs.map +1 -0
- package/es/Skeleton/SkeletonBlock.d.mts +8 -0
- package/es/Skeleton/SkeletonBlock.mjs +23 -0
- package/es/Skeleton/SkeletonBlock.mjs.map +1 -0
- package/es/Skeleton/SkeletonButton.d.mts +8 -0
- package/es/Skeleton/SkeletonButton.mjs +40 -0
- package/es/Skeleton/SkeletonButton.mjs.map +1 -0
- package/es/Skeleton/SkeletonParagraph.d.mts +8 -0
- package/es/Skeleton/SkeletonParagraph.mjs +44 -0
- package/es/Skeleton/SkeletonParagraph.mjs.map +1 -0
- package/es/Skeleton/SkeletonTags.d.mts +8 -0
- package/es/Skeleton/SkeletonTags.mjs +58 -0
- package/es/Skeleton/SkeletonTags.mjs.map +1 -0
- package/es/Skeleton/SkeletonTitle.d.mts +8 -0
- package/es/Skeleton/SkeletonTitle.mjs +31 -0
- package/es/Skeleton/SkeletonTitle.mjs.map +1 -0
- package/es/Skeleton/index.d.mts +23 -0
- package/es/Skeleton/index.mjs +21 -0
- package/es/Skeleton/index.mjs.map +1 -0
- package/es/Skeleton/style.mjs +49 -0
- package/es/Skeleton/style.mjs.map +1 -0
- package/es/Skeleton/type.d.mts +60 -0
- package/es/SliderWithInput/SliderWithInput.d.mts +8 -0
- package/es/SliderWithInput/SliderWithInput.mjs +67 -0
- package/es/SliderWithInput/SliderWithInput.mjs.map +1 -0
- package/es/SliderWithInput/index.d.mts +3 -0
- package/es/SliderWithInput/index.mjs +3 -0
- package/es/SliderWithInput/type.d.mts +27 -0
- package/es/Snippet/Snippet.d.mts +8 -0
- package/es/Snippet/Snippet.mjs +63 -0
- package/es/Snippet/Snippet.mjs.map +1 -0
- package/es/Snippet/index.d.mts +3 -0
- package/es/Snippet/index.mjs +3 -0
- package/es/Snippet/style.mjs +39 -0
- package/es/Snippet/style.mjs.map +1 -0
- package/es/Snippet/type.d.mts +18 -0
- package/es/SortableList/SortableList.d.mts +15 -0
- package/es/SortableList/SortableList.mjs +55 -0
- package/es/SortableList/SortableList.mjs.map +1 -0
- package/es/SortableList/components/DragHandle.d.mts +9 -0
- package/es/SortableList/components/DragHandle.mjs +35 -0
- package/es/SortableList/components/DragHandle.mjs.map +1 -0
- package/es/SortableList/components/SortableItem.d.mts +15 -0
- package/es/SortableList/components/SortableItem.mjs +71 -0
- package/es/SortableList/components/SortableItem.mjs.map +1 -0
- package/es/SortableList/components/SortableOverlay.mjs +20 -0
- package/es/SortableList/components/SortableOverlay.mjs.map +1 -0
- package/es/SortableList/index.d.mts +3 -0
- package/es/SortableList/index.mjs +3 -0
- package/es/SortableList/style.mjs +28 -0
- package/es/SortableList/style.mjs.map +1 -0
- package/es/SortableList/type.d.mts +18 -0
- package/es/Tabs/Tabs.d.mts +8 -0
- package/es/Tabs/Tabs.mjs +62 -0
- package/es/Tabs/Tabs.mjs.map +1 -0
- package/es/Tabs/index.d.mts +3 -0
- package/es/Tabs/index.mjs +3 -0
- package/es/Tabs/style.mjs +148 -0
- package/es/Tabs/style.mjs.map +1 -0
- package/es/Tabs/type.d.mts +10 -0
- package/es/Tag/Tag.d.mts +8 -0
- package/es/Tag/Tag.mjs +89 -0
- package/es/Tag/Tag.mjs.map +1 -0
- package/es/Tag/index.d.mts +2 -0
- package/es/Tag/styles.mjs +48 -0
- package/es/Tag/styles.mjs.map +1 -0
- package/es/Tag/type.d.mts +13 -0
- package/es/Tag/utils.mjs +37 -0
- package/es/Tag/utils.mjs.map +1 -0
- package/es/Text/Text.d.mts +8 -0
- package/es/Text/Text.mjs +94 -0
- package/es/Text/Text.mjs.map +1 -0
- package/es/Text/index.d.mts +3 -0
- package/es/Text/index.mjs +3 -0
- package/es/Text/styles.mjs +89 -0
- package/es/Text/styles.mjs.map +1 -0
- package/es/Text/type.d.mts +29 -0
- package/es/ThemeProvider/ConfigProvider.mjs +42 -0
- package/es/ThemeProvider/ConfigProvider.mjs.map +1 -0
- package/es/ThemeProvider/GlobalStyle/antdOverride.mjs +94 -0
- package/es/ThemeProvider/GlobalStyle/antdOverride.mjs.map +1 -0
- package/es/ThemeProvider/GlobalStyle/global.mjs +107 -0
- package/es/ThemeProvider/GlobalStyle/global.mjs.map +1 -0
- package/es/ThemeProvider/GlobalStyle/index.mjs +13 -0
- package/es/ThemeProvider/GlobalStyle/index.mjs.map +1 -0
- package/es/ThemeProvider/Meta.d.mts +8 -0
- package/es/ThemeProvider/Meta.mjs +89 -0
- package/es/ThemeProvider/Meta.mjs.map +1 -0
- package/es/ThemeProvider/ThemeProvider.d.mts +8 -0
- package/es/ThemeProvider/ThemeProvider.mjs +77 -0
- package/es/ThemeProvider/ThemeProvider.mjs.map +1 -0
- package/es/ThemeProvider/index.d.mts +4 -0
- package/es/ThemeProvider/index.mjs +4 -0
- package/es/ThemeProvider/type.d.mts +31 -0
- package/es/ThemeSwitch/ThemeSwitch.d.mts +8 -0
- package/es/ThemeSwitch/ThemeSwitch.mjs +75 -0
- package/es/ThemeSwitch/ThemeSwitch.mjs.map +1 -0
- package/es/ThemeSwitch/index.d.mts +3 -0
- package/es/ThemeSwitch/index.mjs +3 -0
- package/es/ThemeSwitch/type.d.mts +21 -0
- package/es/Toc/Toc.d.mts +8 -0
- package/es/Toc/Toc.mjs +36 -0
- package/es/Toc/Toc.mjs.map +1 -0
- package/es/Toc/TocMobile.mjs +66 -0
- package/es/Toc/TocMobile.mjs.map +1 -0
- package/es/Toc/index.d.mts +3 -0
- package/es/Toc/index.mjs +3 -0
- package/es/Toc/style.mjs +72 -0
- package/es/Toc/style.mjs.map +1 -0
- package/es/Toc/type.d.mts +22 -0
- package/es/Toc/utils.mjs +15 -0
- package/es/Toc/utils.mjs.map +1 -0
- package/es/Tooltip/Tooltip.d.mts +8 -0
- package/es/Tooltip/Tooltip.mjs +250 -0
- package/es/Tooltip/Tooltip.mjs.map +1 -0
- package/es/Tooltip/TooltipFloating.mjs +96 -0
- package/es/Tooltip/TooltipFloating.mjs.map +1 -0
- package/es/Tooltip/TooltipGroup.d.mts +11 -0
- package/es/Tooltip/TooltipGroup.mjs +174 -0
- package/es/Tooltip/TooltipGroup.mjs.map +1 -0
- package/es/Tooltip/TooltipPortal.mjs +37 -0
- package/es/Tooltip/TooltipPortal.mjs.map +1 -0
- package/es/Tooltip/antdPlacementToFloating.mjs +27 -0
- package/es/Tooltip/antdPlacementToFloating.mjs.map +1 -0
- package/es/Tooltip/groupContext.d.mts +8 -0
- package/es/Tooltip/groupContext.mjs +9 -0
- package/es/Tooltip/groupContext.mjs.map +1 -0
- package/es/Tooltip/index.d.mts +3 -0
- package/es/Tooltip/style.mjs +39 -0
- package/es/Tooltip/style.mjs.map +1 -0
- package/es/Tooltip/type.d.mts +104 -0
- package/es/Video/index.d.mts +45 -0
- package/es/Video/index.mjs +107 -0
- package/es/Video/index.mjs.map +1 -0
- package/es/Video/style.mjs +60 -0
- package/es/Video/style.mjs.map +1 -0
- package/es/awesome/AuroraBackground/AuroraBackground.d.mts +8 -0
- package/es/awesome/AuroraBackground/AuroraBackground.mjs +35 -0
- package/es/awesome/AuroraBackground/AuroraBackground.mjs.map +1 -0
- package/es/awesome/AuroraBackground/index.d.mts +2 -0
- package/es/awesome/AuroraBackground/style.mjs +104 -0
- package/es/awesome/AuroraBackground/style.mjs.map +1 -0
- package/es/awesome/AuroraBackground/type.d.mts +19 -0
- package/es/awesome/BottomGradientButton/BottomGradientButton.d.mts +9 -0
- package/es/awesome/BottomGradientButton/BottomGradientButton.mjs +30 -0
- package/es/awesome/BottomGradientButton/BottomGradientButton.mjs.map +1 -0
- package/es/awesome/BottomGradientButton/index.d.mts +2 -0
- package/es/awesome/BottomGradientButton/style.mjs +36 -0
- package/es/awesome/BottomGradientButton/style.mjs.map +1 -0
- package/es/awesome/BottomGradientButton/type.d.mts +8 -0
- package/es/awesome/Features/FeatureItem.mjs +86 -0
- package/es/awesome/Features/FeatureItem.mjs.map +1 -0
- package/es/awesome/Features/Features.d.mts +8 -0
- package/es/awesome/Features/Features.mjs +31 -0
- package/es/awesome/Features/Features.mjs.map +1 -0
- package/es/awesome/Features/index.d.mts +2 -0
- package/es/awesome/Features/style.mjs +108 -0
- package/es/awesome/Features/style.mjs.map +1 -0
- package/es/awesome/Features/type.d.mts +32 -0
- package/es/awesome/Giscus/Giscus.d.mts +8 -0
- package/es/awesome/Giscus/Giscus.mjs +32 -0
- package/es/awesome/Giscus/Giscus.mjs.map +1 -0
- package/es/awesome/Giscus/index.d.mts +2 -0
- package/es/awesome/Giscus/style.mjs +145 -0
- package/es/awesome/Giscus/style.mjs.map +1 -0
- package/es/awesome/Giscus/type.d.mts +11 -0
- package/es/awesome/GradientButton/GradientButton.d.mts +8 -0
- package/es/awesome/GradientButton/GradientButton.mjs +25 -0
- package/es/awesome/GradientButton/GradientButton.mjs.map +1 -0
- package/es/awesome/GradientButton/index.d.mts +2 -0
- package/es/awesome/GradientButton/style.mjs +84 -0
- package/es/awesome/GradientButton/style.mjs.map +1 -0
- package/es/awesome/GradientButton/type.d.mts +10 -0
- package/es/awesome/GridBackground/GridBackground.d.mts +8 -0
- package/es/awesome/GridBackground/GridBackground.mjs +96 -0
- package/es/awesome/GridBackground/GridBackground.mjs.map +1 -0
- package/es/awesome/GridBackground/GridShowcase.d.mts +8 -0
- package/es/awesome/GridBackground/GridShowcase.mjs +53 -0
- package/es/awesome/GridBackground/GridShowcase.mjs.map +1 -0
- package/es/awesome/GridBackground/components/Grid.mjs +68 -0
- package/es/awesome/GridBackground/components/Grid.mjs.map +1 -0
- package/es/awesome/GridBackground/index.d.mts +3 -0
- package/es/awesome/GridBackground/style.mjs +84 -0
- package/es/awesome/GridBackground/style.mjs.map +1 -0
- package/es/awesome/GridBackground/type.d.mts +24 -0
- package/es/awesome/Hero/Hero.d.mts +8 -0
- package/es/awesome/Hero/Hero.mjs +82 -0
- package/es/awesome/Hero/Hero.mjs.map +1 -0
- package/es/awesome/Hero/index.d.mts +2 -0
- package/es/awesome/Hero/style.mjs +71 -0
- package/es/awesome/Hero/style.mjs.map +1 -0
- package/es/awesome/Hero/type.d.mts +19 -0
- package/es/awesome/Spline/ParentSize.mjs +73 -0
- package/es/awesome/Spline/ParentSize.mjs.map +1 -0
- package/es/awesome/Spline/Spine.d.mts +3 -0
- package/es/awesome/Spline/Spine.mjs +86 -0
- package/es/awesome/Spline/Spine.mjs.map +1 -0
- package/es/awesome/Spline/index.d.mts +2 -0
- package/es/awesome/Spline/type.d.mts +22 -0
- package/es/awesome/Spotlight/Spotlight.d.mts +8 -0
- package/es/awesome/Spotlight/Spotlight.mjs +27 -0
- package/es/awesome/Spotlight/Spotlight.mjs.map +1 -0
- package/es/awesome/Spotlight/index.d.mts +2 -0
- package/es/awesome/Spotlight/style.mjs +28 -0
- package/es/awesome/Spotlight/style.mjs.map +1 -0
- package/es/awesome/Spotlight/type.d.mts +9 -0
- package/es/awesome/Spotlight/useMouseOffset.mjs +39 -0
- package/es/awesome/Spotlight/useMouseOffset.mjs.map +1 -0
- package/es/awesome/SpotlightCard/SpotlightCard.d.mts +8 -0
- package/es/awesome/SpotlightCard/SpotlightCard.mjs +54 -0
- package/es/awesome/SpotlightCard/SpotlightCard.mjs.map +1 -0
- package/es/awesome/SpotlightCard/SpotlightCardItem.mjs +32 -0
- package/es/awesome/SpotlightCard/SpotlightCardItem.mjs.map +1 -0
- package/es/awesome/SpotlightCard/index.d.mts +2 -0
- package/es/awesome/SpotlightCard/style.mjs +88 -0
- package/es/awesome/SpotlightCard/style.mjs.map +1 -0
- package/es/awesome/SpotlightCard/type.d.mts +17 -0
- package/es/awesome/TypewriterEffect/TypewriterEffect.d.mts +8 -0
- package/es/awesome/TypewriterEffect/TypewriterEffect.mjs +178 -0
- package/es/awesome/TypewriterEffect/TypewriterEffect.mjs.map +1 -0
- package/es/awesome/TypewriterEffect/index.d.mts +2 -0
- package/es/awesome/TypewriterEffect/style.mjs +79 -0
- package/es/awesome/TypewriterEffect/style.mjs.map +1 -0
- package/es/awesome/TypewriterEffect/type.d.mts +131 -0
- package/es/awesome/index.d.mts +32 -0
- package/es/awesome/index.mjs +13 -0
- package/es/brand/BrandLoading/index.d.mts +14 -0
- package/es/brand/BrandLoading/index.mjs +17 -0
- package/es/brand/BrandLoading/index.mjs.map +1 -0
- package/es/brand/BrandLoading/style-CB0aumHV.css +35 -0
- package/es/brand/BrandLoading/style-CB0aumHV.css.map +1 -0
- package/es/brand/BrandLoading/style.mjs +1 -0
- package/es/brand/LobeChat/index.d.mts +14 -0
- package/es/brand/LobeChat/index.mjs +93 -0
- package/es/brand/LobeChat/index.mjs.map +1 -0
- package/es/brand/LobeChatText/index.d.mts +10 -0
- package/es/brand/LobeChatText/index.mjs +28 -0
- package/es/brand/LobeChatText/index.mjs.map +1 -0
- package/es/brand/LobeHub/index.d.mts +14 -0
- package/es/brand/LobeHub/index.mjs +92 -0
- package/es/brand/LobeHub/index.mjs.map +1 -0
- package/es/brand/LobeHub/style.mjs +18 -0
- package/es/brand/LobeHub/style.mjs.map +1 -0
- package/es/brand/LobeHubText/index.d.mts +10 -0
- package/es/brand/LobeHubText/index.mjs +23 -0
- package/es/brand/LobeHubText/index.mjs.map +1 -0
- package/es/brand/Logo3d/index.d.mts +12 -0
- package/es/brand/Logo3d/index.mjs +24 -0
- package/es/brand/Logo3d/index.mjs.map +1 -0
- package/es/brand/LogoFlat/index.d.mts +10 -0
- package/es/brand/LogoFlat/index.mjs +82 -0
- package/es/brand/LogoFlat/index.mjs.map +1 -0
- package/es/brand/LogoMono/index.d.mts +10 -0
- package/es/brand/LogoMono/index.mjs +85 -0
- package/es/brand/LogoMono/index.mjs.map +1 -0
- package/es/brand/LogoThree/Loading.mjs +24 -0
- package/es/brand/LogoThree/Loading.mjs.map +1 -0
- package/es/brand/LogoThree/LogoSpline.d.mts +16 -0
- package/es/brand/LogoThree/LogoSpline.mjs +35 -0
- package/es/brand/LogoThree/LogoSpline.mjs.map +1 -0
- package/es/brand/LogoThree/index.d.mts +15 -0
- package/es/brand/LogoThree/index.mjs +57 -0
- package/es/brand/LogoThree/index.mjs.map +1 -0
- package/es/brand/components/Divider.mjs +25 -0
- package/es/brand/components/Divider.mjs.map +1 -0
- package/es/brand/index.d.mts +11 -0
- package/es/brand/index.mjs +12 -0
- package/es/chat/BackBottom/BackBottom.d.mts +8 -0
- package/es/chat/BackBottom/BackBottom.mjs +52 -0
- package/es/chat/BackBottom/BackBottom.mjs.map +1 -0
- package/es/chat/BackBottom/index.d.mts +2 -0
- package/es/chat/BackBottom/style.mjs +24 -0
- package/es/chat/BackBottom/style.mjs.map +1 -0
- package/es/chat/BackBottom/type.d.mts +16 -0
- package/es/chat/ChatHeader/ChatHeader.mjs +61 -0
- package/es/chat/ChatHeader/ChatHeader.mjs.map +1 -0
- package/es/chat/ChatHeader/ChatHeaderTitle.d.mts +8 -0
- package/es/chat/ChatHeader/ChatHeaderTitle.mjs +48 -0
- package/es/chat/ChatHeader/ChatHeaderTitle.mjs.map +1 -0
- package/es/chat/ChatHeader/index.d.mts +13 -0
- package/es/chat/ChatHeader/index.mjs +11 -0
- package/es/chat/ChatHeader/index.mjs.map +1 -0
- package/es/chat/ChatHeader/style.mjs +84 -0
- package/es/chat/ChatHeader/style.mjs.map +1 -0
- package/es/chat/ChatHeader/type.d.mts +34 -0
- package/es/chat/ChatInputArea/ChatInputArea.mjs +56 -0
- package/es/chat/ChatInputArea/ChatInputArea.mjs.map +1 -0
- package/es/chat/ChatInputArea/components/ChatInputActionBar.d.mts +8 -0
- package/es/chat/ChatInputArea/components/ChatInputActionBar.mjs +44 -0
- package/es/chat/ChatInputArea/components/ChatInputActionBar.mjs.map +1 -0
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.d.mts +8 -0
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.mjs +46 -0
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.mjs.map +1 -0
- package/es/chat/ChatInputArea/components/ChatSendButton.d.mts +8 -0
- package/es/chat/ChatInputArea/components/ChatSendButton.mjs +68 -0
- package/es/chat/ChatInputArea/components/ChatSendButton.mjs.map +1 -0
- package/es/chat/ChatInputArea/index.d.mts +17 -0
- package/es/chat/ChatInputArea/index.mjs +15 -0
- package/es/chat/ChatInputArea/index.mjs.map +1 -0
- package/es/chat/ChatInputArea/style.mjs +43 -0
- package/es/chat/ChatInputArea/style.mjs.map +1 -0
- package/es/chat/ChatInputArea/type.d.mts +58 -0
- package/es/chat/ChatItem/ChatItem.d.mts +8 -0
- package/es/chat/ChatItem/ChatItem.mjs +130 -0
- package/es/chat/ChatItem/ChatItem.mjs.map +1 -0
- package/es/chat/ChatItem/components/Actions.mjs +24 -0
- package/es/chat/ChatItem/components/Actions.mjs.map +1 -0
- package/es/chat/ChatItem/components/Avatar.mjs +39 -0
- package/es/chat/ChatItem/components/Avatar.mjs.map +1 -0
- package/es/chat/ChatItem/components/BorderSpacing.mjs +15 -0
- package/es/chat/ChatItem/components/BorderSpacing.mjs.map +1 -0
- package/es/chat/ChatItem/components/ErrorContent.mjs +24 -0
- package/es/chat/ChatItem/components/ErrorContent.mjs.map +1 -0
- package/es/chat/ChatItem/components/Loading.mjs +29 -0
- package/es/chat/ChatItem/components/Loading.mjs.map +1 -0
- package/es/chat/ChatItem/components/MessageContent.mjs +44 -0
- package/es/chat/ChatItem/components/MessageContent.mjs.map +1 -0
- package/es/chat/ChatItem/components/Title.mjs +29 -0
- package/es/chat/ChatItem/components/Title.mjs.map +1 -0
- package/es/chat/ChatItem/index.d.mts +2 -0
- package/es/chat/ChatItem/style.mjs +159 -0
- package/es/chat/ChatItem/style.mjs.map +1 -0
- package/es/chat/ChatItem/type.d.mts +100 -0
- package/es/chat/ChatList/ChatList.d.mts +8 -0
- package/es/chat/ChatList/ChatList.mjs +46 -0
- package/es/chat/ChatList/ChatList.mjs.map +1 -0
- package/es/chat/ChatList/components/ChatActionsBar.d.mts +8 -0
- package/es/chat/ChatList/components/ChatActionsBar.mjs +25 -0
- package/es/chat/ChatList/components/ChatActionsBar.mjs.map +1 -0
- package/es/chat/ChatList/components/ChatListItem.mjs +120 -0
- package/es/chat/ChatList/components/ChatListItem.mjs.map +1 -0
- package/es/chat/ChatList/components/HistoryDivider.mjs +22 -0
- package/es/chat/ChatList/components/HistoryDivider.mjs.map +1 -0
- package/es/chat/ChatList/components/useChatListActionsBar.mjs +35 -0
- package/es/chat/ChatList/components/useChatListActionsBar.mjs.map +1 -0
- package/es/chat/ChatList/index.d.mts +3 -0
- package/es/chat/ChatList/style.mjs +12 -0
- package/es/chat/ChatList/style.mjs.map +1 -0
- package/es/chat/ChatList/type.d.mts +103 -0
- package/es/chat/EditableMessage/EditableMessage.d.mts +8 -0
- package/es/chat/EditableMessage/EditableMessage.mjs +80 -0
- package/es/chat/EditableMessage/EditableMessage.mjs.map +1 -0
- package/es/chat/EditableMessage/index.d.mts +2 -0
- package/es/chat/EditableMessage/type.d.mts +45 -0
- package/es/chat/EditableMessageList/EditableMessageList.d.mts +8 -0
- package/es/chat/EditableMessageList/EditableMessageList.mjs +101 -0
- package/es/chat/EditableMessageList/EditableMessageList.mjs.map +1 -0
- package/es/chat/EditableMessageList/index.d.mts +2 -0
- package/es/chat/EditableMessageList/messageReducer.mjs +44 -0
- package/es/chat/EditableMessageList/messageReducer.mjs.map +1 -0
- package/es/chat/EditableMessageList/type.d.mts +12 -0
- package/es/chat/LoadingDots/LoadingDots.d.mts +8 -0
- package/es/chat/LoadingDots/LoadingDots.mjs +89 -0
- package/es/chat/LoadingDots/LoadingDots.mjs.map +1 -0
- package/es/chat/LoadingDots/index.d.mts +2 -0
- package/es/chat/LoadingDots/style.mjs +157 -0
- package/es/chat/LoadingDots/style.mjs.map +1 -0
- package/es/chat/LoadingDots/type.d.mts +26 -0
- package/es/chat/MessageInput/MessageInput.d.mts +8 -0
- package/es/chat/MessageInput/MessageInput.mjs +94 -0
- package/es/chat/MessageInput/MessageInput.mjs.map +1 -0
- package/es/chat/MessageInput/index.d.mts +2 -0
- package/es/chat/MessageInput/style.mjs +16 -0
- package/es/chat/MessageInput/style.mjs.map +1 -0
- package/es/chat/MessageInput/type.d.mts +33 -0
- package/es/chat/MessageModal/MessageModal.d.mts +8 -0
- package/es/chat/MessageModal/MessageModal.mjs +92 -0
- package/es/chat/MessageModal/MessageModal.mjs.map +1 -0
- package/es/chat/MessageModal/index.d.mts +2 -0
- package/es/chat/MessageModal/type.d.mts +30 -0
- package/es/chat/TokenTag/TokenTag.d.mts +8 -0
- package/es/chat/TokenTag/TokenTag.mjs +63 -0
- package/es/chat/TokenTag/TokenTag.mjs.map +1 -0
- package/es/chat/TokenTag/index.d.mts +2 -0
- package/es/chat/TokenTag/style.mjs +34 -0
- package/es/chat/TokenTag/style.mjs.map +1 -0
- package/es/chat/TokenTag/type.d.mts +21 -0
- package/es/chat/index.d.mts +42 -0
- package/es/chat/index.mjs +20 -0
- package/es/chat/types/chatMessage.d.mts +49 -0
- package/es/chat/types/error.d.mts +24 -0
- package/es/chat/types/error.mjs +20 -0
- package/es/chat/types/error.mjs.map +1 -0
- package/es/chat/types/index.d.mts +4 -0
- package/es/chat/types/llm.d.mts +51 -0
- package/es/chat/types/llm.mjs +21 -0
- package/es/chat/types/llm.mjs.map +1 -0
- package/es/chat/types/meta.d.mts +31 -0
- package/es/color/ColorScales/ScaleRow.mjs +64 -0
- package/es/color/ColorScales/ScaleRow.mjs.map +1 -0
- package/es/color/ColorScales/index.d.mts +22 -0
- package/es/color/ColorScales/index.mjs +81 -0
- package/es/color/ColorScales/index.mjs.map +1 -0
- package/es/color/ColorScales/style.mjs +45 -0
- package/es/color/ColorScales/style.mjs.map +1 -0
- package/es/color/colors/blue.d.mts +7 -0
- package/es/color/colors/blue.mjs +68 -0
- package/es/color/colors/blue.mjs.map +1 -0
- package/es/color/colors/cyan.d.mts +7 -0
- package/es/color/colors/cyan.mjs +68 -0
- package/es/color/colors/cyan.mjs.map +1 -0
- package/es/color/colors/geekblue.d.mts +7 -0
- package/es/color/colors/geekblue.mjs +68 -0
- package/es/color/colors/geekblue.mjs.map +1 -0
- package/es/color/colors/gold.d.mts +7 -0
- package/es/color/colors/gold.mjs +68 -0
- package/es/color/colors/gold.mjs.map +1 -0
- package/es/color/colors/gray.d.mts +7 -0
- package/es/color/colors/gray.mjs +68 -0
- package/es/color/colors/gray.mjs.map +1 -0
- package/es/color/colors/green.d.mts +7 -0
- package/es/color/colors/green.mjs +68 -0
- package/es/color/colors/green.mjs.map +1 -0
- package/es/color/colors/index.d.mts +37 -0
- package/es/color/colors/index.mjs +36 -0
- package/es/color/colors/index.mjs.map +1 -0
- package/es/color/colors/lime.d.mts +7 -0
- package/es/color/colors/lime.mjs +68 -0
- package/es/color/colors/lime.mjs.map +1 -0
- package/es/color/colors/magenta.d.mts +7 -0
- package/es/color/colors/magenta.mjs +68 -0
- package/es/color/colors/magenta.mjs.map +1 -0
- package/es/color/colors/orange.d.mts +7 -0
- package/es/color/colors/orange.mjs +68 -0
- package/es/color/colors/orange.mjs.map +1 -0
- package/es/color/colors/primary.d.mts +7 -0
- package/es/color/colors/primary.mjs +68 -0
- package/es/color/colors/primary.mjs.map +1 -0
- package/es/color/colors/purple.d.mts +7 -0
- package/es/color/colors/purple.mjs +68 -0
- package/es/color/colors/purple.mjs.map +1 -0
- package/es/color/colors/red.d.mts +7 -0
- package/es/color/colors/red.mjs +68 -0
- package/es/color/colors/red.mjs.map +1 -0
- package/es/color/colors/volcano.d.mts +7 -0
- package/es/color/colors/volcano.mjs +68 -0
- package/es/color/colors/volcano.mjs.map +1 -0
- package/es/color/colors/yellow.d.mts +7 -0
- package/es/color/colors/yellow.mjs +68 -0
- package/es/color/colors/yellow.mjs.map +1 -0
- package/es/color/index.d.mts +24 -0
- package/es/color/index.mjs +24 -0
- package/es/color/neutrals/index.d.mts +19 -0
- package/es/color/neutrals/index.mjs +18 -0
- package/es/color/neutrals/index.mjs.map +1 -0
- package/es/color/neutrals/mauve.d.mts +7 -0
- package/es/color/neutrals/mauve.mjs +68 -0
- package/es/color/neutrals/mauve.mjs.map +1 -0
- package/es/color/neutrals/olive.d.mts +7 -0
- package/es/color/neutrals/olive.mjs +68 -0
- package/es/color/neutrals/olive.mjs.map +1 -0
- package/es/color/neutrals/sage.d.mts +7 -0
- package/es/color/neutrals/sage.mjs +68 -0
- package/es/color/neutrals/sage.mjs.map +1 -0
- package/es/color/neutrals/sand.d.mts +7 -0
- package/es/color/neutrals/sand.mjs +68 -0
- package/es/color/neutrals/sand.mjs.map +1 -0
- package/es/color/neutrals/slate.d.mts +7 -0
- package/es/color/neutrals/slate.mjs +68 -0
- package/es/color/neutrals/slate.mjs.map +1 -0
- package/es/color/types.d.mts +11 -0
- package/es/hooks/useCopied.mjs +26 -0
- package/es/hooks/useCopied.mjs.map +1 -0
- package/es/hooks/useHighlight.mjs +275 -0
- package/es/hooks/useHighlight.mjs.map +1 -0
- package/es/hooks/useMarkdown/latex.mjs +295 -0
- package/es/hooks/useMarkdown/latex.mjs.map +1 -0
- package/es/hooks/useMarkdown/useMarkdownComponents.mjs +105 -0
- package/es/hooks/useMarkdown/useMarkdownComponents.mjs.map +1 -0
- package/es/hooks/useMarkdown/useMarkdownContent.mjs +49 -0
- package/es/hooks/useMarkdown/useMarkdownContent.mjs.map +1 -0
- package/es/hooks/useMarkdown/useMarkdownRehypePlugins.mjs +42 -0
- package/es/hooks/useMarkdown/useMarkdownRehypePlugins.mjs.map +1 -0
- package/es/hooks/useMarkdown/useMarkdownRemarkPlugins.mjs +46 -0
- package/es/hooks/useMarkdown/useMarkdownRemarkPlugins.mjs.map +1 -0
- package/es/hooks/useMarkdown/utils.d.mts +18 -0
- package/es/hooks/useMarkdown/utils.mjs +83 -0
- package/es/hooks/useMarkdown/utils.mjs.map +1 -0
- package/es/hooks/useMermaid.mjs +87 -0
- package/es/hooks/useMermaid.mjs.map +1 -0
- package/es/icons/Auth0/components/Avatar.d.mts +9 -0
- package/es/icons/Auth0/components/Avatar.mjs +22 -0
- package/es/icons/Auth0/components/Avatar.mjs.map +1 -0
- package/es/icons/Auth0/components/Mono.d.mts +7 -0
- package/es/icons/Auth0/components/Mono.mjs +29 -0
- package/es/icons/Auth0/components/Mono.mjs.map +1 -0
- package/es/icons/Auth0/index.d.mts +13 -0
- package/es/icons/Auth0/index.mjs +16 -0
- package/es/icons/Auth0/index.mjs.map +1 -0
- package/es/icons/Auth0/style.mjs +7 -0
- package/es/icons/Auth0/style.mjs.map +1 -0
- package/es/icons/Authelia/components/Avatar.d.mts +9 -0
- package/es/icons/Authelia/components/Avatar.mjs +22 -0
- package/es/icons/Authelia/components/Avatar.mjs.map +1 -0
- package/es/icons/Authelia/components/Color.d.mts +7 -0
- package/es/icons/Authelia/components/Color.mjs +113 -0
- package/es/icons/Authelia/components/Color.mjs.map +1 -0
- package/es/icons/Authelia/components/Mono.d.mts +7 -0
- package/es/icons/Authelia/components/Mono.mjs +36 -0
- package/es/icons/Authelia/components/Mono.mjs.map +1 -0
- package/es/icons/Authelia/index.d.mts +15 -0
- package/es/icons/Authelia/index.mjs +18 -0
- package/es/icons/Authelia/index.mjs.map +1 -0
- package/es/icons/Authelia/style.mjs +7 -0
- package/es/icons/Authelia/style.mjs.map +1 -0
- package/es/icons/Authentik/components/Avatar.d.mts +9 -0
- package/es/icons/Authentik/components/Avatar.mjs +22 -0
- package/es/icons/Authentik/components/Avatar.mjs.map +1 -0
- package/es/icons/Authentik/components/Color.d.mts +7 -0
- package/es/icons/Authentik/components/Color.mjs +32 -0
- package/es/icons/Authentik/components/Color.mjs.map +1 -0
- package/es/icons/Authentik/components/Mono.d.mts +7 -0
- package/es/icons/Authentik/components/Mono.mjs +32 -0
- package/es/icons/Authentik/components/Mono.mjs.map +1 -0
- package/es/icons/Authentik/index.d.mts +15 -0
- package/es/icons/Authentik/index.mjs +18 -0
- package/es/icons/Authentik/index.mjs.map +1 -0
- package/es/icons/Authentik/style.mjs +7 -0
- package/es/icons/Authentik/style.mjs.map +1 -0
- package/es/icons/Casdoor/components/Avatar.d.mts +9 -0
- package/es/icons/Casdoor/components/Avatar.mjs +22 -0
- package/es/icons/Casdoor/components/Avatar.mjs.map +1 -0
- package/es/icons/Casdoor/components/Color.d.mts +7 -0
- package/es/icons/Casdoor/components/Color.mjs +81 -0
- package/es/icons/Casdoor/components/Color.mjs.map +1 -0
- package/es/icons/Casdoor/components/Mono.d.mts +7 -0
- package/es/icons/Casdoor/components/Mono.mjs +34 -0
- package/es/icons/Casdoor/components/Mono.mjs.map +1 -0
- package/es/icons/Casdoor/index.d.mts +15 -0
- package/es/icons/Casdoor/index.mjs +18 -0
- package/es/icons/Casdoor/index.mjs.map +1 -0
- package/es/icons/Casdoor/style.mjs +7 -0
- package/es/icons/Casdoor/style.mjs.map +1 -0
- package/es/icons/Clerk/components/Avatar.d.mts +9 -0
- package/es/icons/Clerk/components/Avatar.mjs +22 -0
- package/es/icons/Clerk/components/Avatar.mjs.map +1 -0
- package/es/icons/Clerk/components/Color.d.mts +7 -0
- package/es/icons/Clerk/components/Color.mjs +38 -0
- package/es/icons/Clerk/components/Color.mjs.map +1 -0
- package/es/icons/Clerk/components/Mono.d.mts +7 -0
- package/es/icons/Clerk/components/Mono.mjs +36 -0
- package/es/icons/Clerk/components/Mono.mjs.map +1 -0
- package/es/icons/Clerk/index.d.mts +15 -0
- package/es/icons/Clerk/index.mjs +18 -0
- package/es/icons/Clerk/index.mjs.map +1 -0
- package/es/icons/Clerk/style.mjs +7 -0
- package/es/icons/Clerk/style.mjs.map +1 -0
- package/es/icons/Logto/components/Avatar.d.mts +9 -0
- package/es/icons/Logto/components/Avatar.mjs +22 -0
- package/es/icons/Logto/components/Avatar.mjs.map +1 -0
- package/es/icons/Logto/components/Color.d.mts +7 -0
- package/es/icons/Logto/components/Color.mjs +49 -0
- package/es/icons/Logto/components/Color.mjs.map +1 -0
- package/es/icons/Logto/components/Mono.d.mts +7 -0
- package/es/icons/Logto/components/Mono.mjs +32 -0
- package/es/icons/Logto/components/Mono.mjs.map +1 -0
- package/es/icons/Logto/index.d.mts +15 -0
- package/es/icons/Logto/index.mjs +18 -0
- package/es/icons/Logto/index.mjs.map +1 -0
- package/es/icons/Logto/style.mjs +7 -0
- package/es/icons/Logto/style.mjs.map +1 -0
- package/es/icons/MicrosoftEntra/components/Avatar.d.mts +9 -0
- package/es/icons/MicrosoftEntra/components/Avatar.mjs +21 -0
- package/es/icons/MicrosoftEntra/components/Avatar.mjs.map +1 -0
- package/es/icons/MicrosoftEntra/components/Color.d.mts +7 -0
- package/es/icons/MicrosoftEntra/components/Color.mjs +53 -0
- package/es/icons/MicrosoftEntra/components/Color.mjs.map +1 -0
- package/es/icons/MicrosoftEntra/components/Mono.d.mts +7 -0
- package/es/icons/MicrosoftEntra/components/Mono.mjs +36 -0
- package/es/icons/MicrosoftEntra/components/Mono.mjs.map +1 -0
- package/es/icons/MicrosoftEntra/index.d.mts +15 -0
- package/es/icons/MicrosoftEntra/index.mjs +18 -0
- package/es/icons/MicrosoftEntra/index.mjs.map +1 -0
- package/es/icons/MicrosoftEntra/style.mjs +7 -0
- package/es/icons/MicrosoftEntra/style.mjs.map +1 -0
- package/es/icons/NextAuth/components/Avatar.d.mts +9 -0
- package/es/icons/NextAuth/components/Avatar.mjs +22 -0
- package/es/icons/NextAuth/components/Avatar.mjs.map +1 -0
- package/es/icons/NextAuth/components/Color.d.mts +7 -0
- package/es/icons/NextAuth/components/Color.mjs +100 -0
- package/es/icons/NextAuth/components/Color.mjs.map +1 -0
- package/es/icons/NextAuth/components/Mono.d.mts +7 -0
- package/es/icons/NextAuth/components/Mono.mjs +32 -0
- package/es/icons/NextAuth/components/Mono.mjs.map +1 -0
- package/es/icons/NextAuth/index.d.mts +15 -0
- package/es/icons/NextAuth/index.mjs +18 -0
- package/es/icons/NextAuth/index.mjs.map +1 -0
- package/es/icons/NextAuth/style.mjs +7 -0
- package/es/icons/NextAuth/style.mjs.map +1 -0
- package/es/icons/Zitadel/components/Avatar.d.mts +9 -0
- package/es/icons/Zitadel/components/Avatar.mjs +22 -0
- package/es/icons/Zitadel/components/Avatar.mjs.map +1 -0
- package/es/icons/Zitadel/components/Color.d.mts +7 -0
- package/es/icons/Zitadel/components/Color.mjs +169 -0
- package/es/icons/Zitadel/components/Color.mjs.map +1 -0
- package/es/icons/Zitadel/components/Mono.d.mts +7 -0
- package/es/icons/Zitadel/components/Mono.mjs +72 -0
- package/es/icons/Zitadel/components/Mono.mjs.map +1 -0
- package/es/icons/Zitadel/index.d.mts +15 -0
- package/es/icons/Zitadel/index.mjs +18 -0
- package/es/icons/Zitadel/index.mjs.map +1 -0
- package/es/icons/Zitadel/style.mjs +7 -0
- package/es/icons/Zitadel/style.mjs.map +1 -0
- package/es/icons/index.d.mts +27 -0
- package/es/icons/index.mjs +27 -0
- package/es/icons/lucideExtra/BotPromptIcon.d.mts +8 -0
- package/es/icons/lucideExtra/BotPromptIcon.mjs +13 -0
- package/es/icons/lucideExtra/BotPromptIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/CreateBotIcon.d.mts +8 -0
- package/es/icons/lucideExtra/CreateBotIcon.mjs +13 -0
- package/es/icons/lucideExtra/CreateBotIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/DiscordIcon.d.mts +8 -0
- package/es/icons/lucideExtra/DiscordIcon.mjs +16 -0
- package/es/icons/lucideExtra/DiscordIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/GlobeOffIcon.d.mts +8 -0
- package/es/icons/lucideExtra/GlobeOffIcon.mjs +16 -0
- package/es/icons/lucideExtra/GlobeOffIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/GroupBotIcon.d.mts +8 -0
- package/es/icons/lucideExtra/GroupBotIcon.mjs +23 -0
- package/es/icons/lucideExtra/GroupBotIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/GroupBotSquareIcon.d.mts +8 -0
- package/es/icons/lucideExtra/GroupBotSquareIcon.mjs +16 -0
- package/es/icons/lucideExtra/GroupBotSquareIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/LeftClickIcon.d.mts +8 -0
- package/es/icons/lucideExtra/LeftClickIcon.mjs +16 -0
- package/es/icons/lucideExtra/LeftClickIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/LeftDoubleClickIcon.d.mts +8 -0
- package/es/icons/lucideExtra/LeftDoubleClickIcon.mjs +13 -0
- package/es/icons/lucideExtra/LeftDoubleClickIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/McpIcon.d.mts +8 -0
- package/es/icons/lucideExtra/McpIcon.mjs +16 -0
- package/es/icons/lucideExtra/McpIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/ProviderIcon.d.mts +8 -0
- package/es/icons/lucideExtra/ProviderIcon.mjs +27 -0
- package/es/icons/lucideExtra/ProviderIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/RightClickIcon.d.mts +8 -0
- package/es/icons/lucideExtra/RightClickIcon.mjs +16 -0
- package/es/icons/lucideExtra/RightClickIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/RightDoubleClickIcon.d.mts +8 -0
- package/es/icons/lucideExtra/RightDoubleClickIcon.mjs +16 -0
- package/es/icons/lucideExtra/RightDoubleClickIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/ShapesUploadIcon.d.mts +8 -0
- package/es/icons/lucideExtra/ShapesUploadIcon.mjs +13 -0
- package/es/icons/lucideExtra/ShapesUploadIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/TreeDownRightIcon.d.mts +8 -0
- package/es/icons/lucideExtra/TreeDownRightIcon.mjs +13 -0
- package/es/icons/lucideExtra/TreeDownRightIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/TreeUpDownRightIcon.d.mts +8 -0
- package/es/icons/lucideExtra/TreeUpDownRightIcon.mjs +13 -0
- package/es/icons/lucideExtra/TreeUpDownRightIcon.mjs.map +1 -0
- package/es/icons/lucideExtra/index.d.mts +15 -0
- package/es/index.d.mts +246 -0
- package/es/index.mjs +124 -0
- package/es/mdx/Callout/index.d.mts +12 -0
- package/es/mdx/Callout/index.mjs +67 -0
- package/es/mdx/Callout/index.mjs.map +1 -0
- package/es/mdx/Callout/style.mjs +39 -0
- package/es/mdx/Callout/style.mjs.map +1 -0
- package/es/mdx/Cards/Card.d.mts +23 -0
- package/es/mdx/Cards/Card.mjs +119 -0
- package/es/mdx/Cards/Card.mjs.map +1 -0
- package/es/mdx/Cards/index.d.mts +10 -0
- package/es/mdx/Cards/index.mjs +23 -0
- package/es/mdx/Cards/index.mjs.map +1 -0
- package/es/mdx/Cards/style.mjs +16 -0
- package/es/mdx/Cards/style.mjs.map +1 -0
- package/es/mdx/FileTree/File.d.mts +15 -0
- package/es/mdx/FileTree/File.mjs +23 -0
- package/es/mdx/FileTree/File.mjs.map +1 -0
- package/es/mdx/FileTree/Folder.d.mts +16 -0
- package/es/mdx/FileTree/Folder.mjs +48 -0
- package/es/mdx/FileTree/Folder.mjs.map +1 -0
- package/es/mdx/FileTree/index.d.mts +9 -0
- package/es/mdx/FileTree/index.mjs +20 -0
- package/es/mdx/FileTree/index.mjs.map +1 -0
- package/es/mdx/FileTree/style.mjs +19 -0
- package/es/mdx/FileTree/style.mjs.map +1 -0
- package/es/mdx/Mdx/index.d.mts +24 -0
- package/es/mdx/Mdx/index.mjs +108 -0
- package/es/mdx/Mdx/index.mjs.map +1 -0
- package/es/mdx/Steps/index.d.mts +8 -0
- package/es/mdx/Steps/index.mjs +20 -0
- package/es/mdx/Steps/index.mjs.map +1 -0
- package/es/mdx/Steps/style.mjs +64 -0
- package/es/mdx/Steps/style.mjs.map +1 -0
- package/es/mdx/Tabs/Tab.d.mts +9 -0
- package/es/mdx/Tabs/Tab.mjs +29 -0
- package/es/mdx/Tabs/Tab.mjs.map +1 -0
- package/es/mdx/Tabs/index.d.mts +17 -0
- package/es/mdx/Tabs/index.mjs +38 -0
- package/es/mdx/Tabs/index.mjs.map +1 -0
- package/es/mdx/Tabs/style.mjs +26 -0
- package/es/mdx/Tabs/style.mjs.map +1 -0
- package/es/mdx/index.d.mts +17 -0
- package/es/mdx/index.mjs +18 -0
- package/es/mdx/mdxComponents/Citation/PopoverPanel.mjs +93 -0
- package/es/mdx/mdxComponents/Citation/PopoverPanel.mjs.map +1 -0
- package/es/mdx/mdxComponents/Citation/index.mjs +68 -0
- package/es/mdx/mdxComponents/Citation/index.mjs.map +1 -0
- package/es/mdx/mdxComponents/CodeBlock.d.mts +15 -0
- package/es/mdx/mdxComponents/CodeBlock.mjs +47 -0
- package/es/mdx/mdxComponents/CodeBlock.mjs.map +1 -0
- package/es/mdx/mdxComponents/Image.d.mts +10 -0
- package/es/mdx/mdxComponents/Image.mjs +24 -0
- package/es/mdx/mdxComponents/Image.mjs.map +1 -0
- package/es/mdx/mdxComponents/Link.d.mts +17 -0
- package/es/mdx/mdxComponents/Link.mjs +39 -0
- package/es/mdx/mdxComponents/Link.mjs.map +1 -0
- package/es/mdx/mdxComponents/Pre.d.mts +14 -0
- package/es/mdx/mdxComponents/Pre.mjs +62 -0
- package/es/mdx/mdxComponents/Pre.mjs.map +1 -0
- package/es/mdx/mdxComponents/Section.mjs +25 -0
- package/es/mdx/mdxComponents/Section.mjs.map +1 -0
- package/es/mdx/mdxComponents/Video.d.mts +9 -0
- package/es/mdx/mdxComponents/Video.mjs +23 -0
- package/es/mdx/mdxComponents/Video.mjs.map +1 -0
- package/es/mdx/mdxComponents/index.d.mts +7 -0
- package/es/mdx/mdxComponents/index.mjs +29 -0
- package/es/mdx/mdxComponents/index.mjs.map +1 -0
- package/es/mobile/ChatHeader/ChatHeader.mjs +67 -0
- package/es/mobile/ChatHeader/ChatHeader.mjs.map +1 -0
- package/es/mobile/ChatHeader/ChatHeaderTitle.d.mts +8 -0
- package/es/mobile/ChatHeader/ChatHeaderTitle.mjs +59 -0
- package/es/mobile/ChatHeader/ChatHeaderTitle.mjs.map +1 -0
- package/es/mobile/ChatHeader/index.d.mts +13 -0
- package/es/mobile/ChatHeader/index.mjs +11 -0
- package/es/mobile/ChatHeader/index.mjs.map +1 -0
- package/es/mobile/ChatHeader/style.mjs +74 -0
- package/es/mobile/ChatHeader/style.mjs.map +1 -0
- package/es/mobile/ChatHeader/type.d.mts +37 -0
- package/es/mobile/ChatInputArea/ChatInputArea.mjs +114 -0
- package/es/mobile/ChatInputArea/ChatInputArea.mjs.map +1 -0
- package/es/mobile/ChatInputArea/components/ChatSendButton.d.mts +8 -0
- package/es/mobile/ChatInputArea/components/ChatSendButton.mjs +28 -0
- package/es/mobile/ChatInputArea/components/ChatSendButton.mjs.map +1 -0
- package/es/mobile/ChatInputArea/index.d.mts +13 -0
- package/es/mobile/ChatInputArea/index.mjs +11 -0
- package/es/mobile/ChatInputArea/index.mjs.map +1 -0
- package/es/mobile/ChatInputArea/style.mjs +34 -0
- package/es/mobile/ChatInputArea/style.mjs.map +1 -0
- package/es/mobile/ChatInputArea/type.d.mts +26 -0
- package/es/mobile/SafeArea/SafeArea.d.mts +8 -0
- package/es/mobile/SafeArea/SafeArea.mjs +19 -0
- package/es/mobile/SafeArea/SafeArea.mjs.map +1 -0
- package/es/mobile/SafeArea/index.d.mts +2 -0
- package/es/mobile/SafeArea/style.mjs +22 -0
- package/es/mobile/SafeArea/style.mjs.map +1 -0
- package/es/mobile/SafeArea/type.d.mts +9 -0
- package/es/mobile/TabBar/TabBar.d.mts +8 -0
- package/es/mobile/TabBar/TabBar.mjs +58 -0
- package/es/mobile/TabBar/TabBar.mjs.map +1 -0
- package/es/mobile/TabBar/index.d.mts +2 -0
- package/es/mobile/TabBar/style.mjs +53 -0
- package/es/mobile/TabBar/style.mjs.map +1 -0
- package/es/mobile/TabBar/type.d.mts +22 -0
- package/es/mobile/index.d.mts +13 -0
- package/es/mobile/index.mjs +8 -0
- package/es/motion/LazyMotion.d.mts +20 -0
- package/es/motion/LazyMotion.mjs +20 -0
- package/es/motion/LazyMotion.mjs.map +1 -0
- package/es/motion/index.d.mts +4 -0
- package/es/motion/index.mjs +5 -0
- package/es/motion/loadFeatures.d.mts +14 -0
- package/es/motion/loadFeatures.mjs +6 -0
- package/es/motion/loadFeatures.mjs.map +1 -0
- package/es/node_modules/unist-util-is/lib/index.mjs +112 -0
- package/es/node_modules/unist-util-is/lib/index.mjs.map +1 -0
- package/es/node_modules/unist-util-visit/lib/index.mjs +291 -0
- package/es/node_modules/unist-util-visit/lib/index.mjs.map +1 -0
- package/es/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/color.node.mjs +12 -0
- package/es/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/color.node.mjs.map +1 -0
- package/es/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/index.mjs +339 -0
- package/es/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/index.mjs.map +1 -0
- package/es/storybook/StoryBook/index.d.mts +16 -0
- package/es/storybook/StoryBook/index.mjs +48 -0
- package/es/storybook/StoryBook/index.mjs.map +1 -0
- package/es/storybook/StoryBook/style.mjs +70 -0
- package/es/storybook/StoryBook/style.mjs.map +1 -0
- package/es/storybook/index.d.mts +2 -0
- package/es/storybook/index.mjs +3 -0
- package/es/styles/customTheme.d.mts +32 -0
- package/es/styles/customTheme.mjs +69 -0
- package/es/styles/customTheme.mjs.map +1 -0
- package/es/styles/index.d.mts +5 -0
- package/es/styles/index.mjs +6 -0
- package/es/styles/theme/algorithms/darkAlgorithm.mjs +33 -0
- package/es/styles/theme/algorithms/darkAlgorithm.mjs.map +1 -0
- package/es/styles/theme/algorithms/lightAlgorithm.mjs +33 -0
- package/es/styles/theme/algorithms/lightAlgorithm.mjs.map +1 -0
- package/es/styles/theme/antdTheme.mjs +48 -0
- package/es/styles/theme/antdTheme.mjs.map +1 -0
- package/es/styles/theme/customStylish.d.mts +8 -0
- package/es/styles/theme/customStylish.mjs +156 -0
- package/es/styles/theme/customStylish.mjs.map +1 -0
- package/es/styles/theme/customToken.d.mts +8 -0
- package/es/styles/theme/customToken.mjs +63 -0
- package/es/styles/theme/customToken.mjs.map +1 -0
- package/es/styles/theme/generateColorPalette.d.mts +23 -0
- package/es/styles/theme/generateColorPalette.mjs +46 -0
- package/es/styles/theme/generateColorPalette.mjs.map +1 -0
- package/es/styles/theme/token/base.mjs +26 -0
- package/es/styles/theme/token/base.mjs.map +1 -0
- package/es/styles/theme/token/dark.mjs +58 -0
- package/es/styles/theme/token/dark.mjs.map +1 -0
- package/es/styles/theme/token/light.mjs +58 -0
- package/es/styles/theme/token/light.mjs.map +1 -0
- package/es/types/citation.d.mts +10 -0
- package/es/types/customStylish.d.mts +24 -0
- package/es/types/customToken.d.mts +20 -0
- package/es/types/index.d.mts +16 -0
- package/es/types/index.mjs +1 -0
- package/es/utils/composeEventHandlers.mjs +28 -0
- package/es/utils/composeEventHandlers.mjs.map +1 -0
- package/es/utils/copyToClipboard.d.mts +5 -0
- package/es/utils/copyToClipboard.mjs +18 -0
- package/es/utils/copyToClipboard.mjs.map +1 -0
- package/es/utils/downloadBlob.mjs +21 -0
- package/es/utils/downloadBlob.mjs.map +1 -0
- package/es/utils/formatTime.mjs +14 -0
- package/es/utils/formatTime.mjs.map +1 -0
- package/es/utils/genCdnUrl.d.mts +18 -0
- package/es/utils/genCdnUrl.mjs +15 -0
- package/es/utils/genCdnUrl.mjs.map +1 -0
- package/es/utils/safeParseJSON.mjs +15 -0
- package/es/utils/safeParseJSON.mjs.map +1 -0
- package/es/utils/smoothCorners.d.mts +18 -0
- package/es/utils/smoothCorners.mjs +78 -0
- package/es/utils/smoothCorners.mjs.map +1 -0
- package/package.json +29 -1
- package/es/A/index.d.ts +0 -6
- package/es/A/index.js +0 -26
- package/es/Accordion/Accordion.d.ts +0 -4
- package/es/Accordion/Accordion.js +0 -132
- package/es/Accordion/AccordionItem.d.ts +0 -4
- package/es/Accordion/AccordionItem.js +0 -268
- package/es/Accordion/ArrowIcon.d.ts +0 -3
- package/es/Accordion/ArrowIcon.js +0 -36
- package/es/Accordion/context.d.ts +0 -16
- package/es/Accordion/context.js +0 -9
- package/es/Accordion/index.d.ts +0 -3
- package/es/Accordion/index.js +0 -3
- package/es/Accordion/style.d.ts +0 -12
- package/es/Accordion/style.js +0 -19
- package/es/Accordion/type.d.ts +0 -132
- package/es/Accordion/type.js +0 -1
- package/es/ActionIcon/ActionIcon.d.ts +0 -4
- package/es/ActionIcon/ActionIcon.js +0 -161
- package/es/ActionIcon/components/utils.d.ts +0 -5
- package/es/ActionIcon/components/utils.js +0 -47
- package/es/ActionIcon/index.d.ts +0 -2
- package/es/ActionIcon/index.js +0 -1
- package/es/ActionIcon/style.d.ts +0 -14
- package/es/ActionIcon/style.js +0 -23
- package/es/ActionIcon/type.d.ts +0 -25
- package/es/ActionIcon/type.js +0 -1
- package/es/ActionIconGroup/ActionIconGroup.d.ts +0 -4
- package/es/ActionIconGroup/ActionIconGroup.js +0 -137
- package/es/ActionIconGroup/index.d.ts +0 -2
- package/es/ActionIconGroup/index.js +0 -1
- package/es/ActionIconGroup/style.d.ts +0 -9
- package/es/ActionIconGroup/style.js +0 -17
- package/es/ActionIconGroup/type.d.ts +0 -19
- package/es/ActionIconGroup/type.js +0 -1
- package/es/Alert/Alert.d.ts +0 -4
- package/es/Alert/Alert.js +0 -223
- package/es/Alert/index.d.ts +0 -2
- package/es/Alert/index.js +0 -1
- package/es/Alert/style.d.ts +0 -18
- package/es/Alert/style.js +0 -29
- package/es/Alert/type.d.ts +0 -29
- package/es/Alert/type.js +0 -1
- package/es/AutoComplete/Select.d.ts +0 -4
- package/es/AutoComplete/Select.js +0 -56
- package/es/AutoComplete/index.d.ts +0 -2
- package/es/AutoComplete/index.js +0 -1
- package/es/AutoComplete/style.d.ts +0 -7
- package/es/AutoComplete/style.js +0 -15
- package/es/AutoComplete/type.d.ts +0 -4
- package/es/AutoComplete/type.js +0 -1
- package/es/Avatar/Avatar.d.ts +0 -4
- package/es/Avatar/Avatar.js +0 -135
- package/es/Avatar/AvatarGroup/index.d.ts +0 -4
- package/es/Avatar/AvatarGroup/index.js +0 -95
- package/es/Avatar/AvatarGroup/style.d.ts +0 -4
- package/es/Avatar/AvatarGroup/style.js +0 -12
- package/es/Avatar/index.d.ts +0 -11
- package/es/Avatar/index.js +0 -6
- package/es/Avatar/style.d.ts +0 -8
- package/es/Avatar/style.js +0 -17
- package/es/Avatar/type.d.ts +0 -43
- package/es/Avatar/type.js +0 -1
- package/es/Block/Block.d.ts +0 -4
- package/es/Block/Block.js +0 -87
- package/es/Block/index.d.ts +0 -2
- package/es/Block/index.js +0 -1
- package/es/Block/style.d.ts +0 -12
- package/es/Block/style.js +0 -20
- package/es/Block/type.d.ts +0 -9
- package/es/Block/type.js +0 -1
- package/es/Burger/Burger.d.ts +0 -4
- package/es/Burger/Burger.js +0 -83
- package/es/Burger/index.d.ts +0 -2
- package/es/Burger/index.js +0 -1
- package/es/Burger/style.d.ts +0 -10
- package/es/Burger/style.js +0 -19
- package/es/Burger/type.d.ts +0 -21
- package/es/Burger/type.js +0 -1
- package/es/Button/Button.d.ts +0 -4
- package/es/Button/Button.js +0 -89
- package/es/Button/index.d.ts +0 -2
- package/es/Button/index.js +0 -1
- package/es/Button/style.d.ts +0 -5
- package/es/Button/style.js +0 -14
- package/es/Button/type.d.ts +0 -10
- package/es/Button/type.js +0 -1
- package/es/CodeEditor/CodeEditor.d.ts +0 -4
- package/es/CodeEditor/CodeEditor.js +0 -114
- package/es/CodeEditor/index.d.ts +0 -2
- package/es/CodeEditor/index.js +0 -1
- package/es/CodeEditor/style.d.ts +0 -8
- package/es/CodeEditor/style.js +0 -17
- package/es/CodeEditor/type.d.ts +0 -21
- package/es/CodeEditor/type.js +0 -1
- package/es/Collapse/Collapse.d.ts +0 -4
- package/es/Collapse/Collapse.js +0 -151
- package/es/Collapse/index.d.ts +0 -2
- package/es/Collapse/index.js +0 -2
- package/es/Collapse/style.d.ts +0 -14
- package/es/Collapse/style.js +0 -26
- package/es/Collapse/type.d.ts +0 -29
- package/es/Collapse/type.js +0 -1
- package/es/ColorSwatches/ColorSwatches.d.ts +0 -4
- package/es/ColorSwatches/ColorSwatches.js +0 -129
- package/es/ColorSwatches/index.d.ts +0 -2
- package/es/ColorSwatches/index.js +0 -2
- package/es/ColorSwatches/style.d.ts +0 -7
- package/es/ColorSwatches/style.js +0 -15
- package/es/ColorSwatches/type.d.ts +0 -23
- package/es/ColorSwatches/type.js +0 -1
- package/es/ConfigProvider/index.d.ts +0 -17
- package/es/ConfigProvider/index.js +0 -45
- package/es/CopyButton/CopyButton.d.ts +0 -4
- package/es/CopyButton/CopyButton.js +0 -66
- package/es/CopyButton/index.d.ts +0 -2
- package/es/CopyButton/index.js +0 -2
- package/es/CopyButton/type.d.ts +0 -4
- package/es/CopyButton/type.js +0 -1
- package/es/DatePicker/DatePicker.d.ts +0 -4
- package/es/DatePicker/DatePicker.js +0 -56
- package/es/DatePicker/index.d.ts +0 -2
- package/es/DatePicker/index.js +0 -1
- package/es/DatePicker/style.d.ts +0 -7
- package/es/DatePicker/style.js +0 -14
- package/es/DatePicker/type.d.ts +0 -4
- package/es/DatePicker/type.js +0 -1
- package/es/DownloadButton/DownloadButton.d.ts +0 -4
- package/es/DownloadButton/DownloadButton.js +0 -68
- package/es/DownloadButton/index.d.ts +0 -2
- package/es/DownloadButton/index.js +0 -2
- package/es/DownloadButton/type.d.ts +0 -6
- package/es/DownloadButton/type.js +0 -1
- package/es/DraggablePanel/DraggablePanel.d.ts +0 -4
- package/es/DraggablePanel/DraggablePanel.js +0 -431
- package/es/DraggablePanel/components/DraggablePanelBody.d.ts +0 -5
- package/es/DraggablePanel/components/DraggablePanelBody.js +0 -28
- package/es/DraggablePanel/components/DraggablePanelContainer.d.ts +0 -5
- package/es/DraggablePanel/components/DraggablePanelContainer.js +0 -27
- package/es/DraggablePanel/components/DraggablePanelFooter.d.ts +0 -5
- package/es/DraggablePanel/components/DraggablePanelFooter.js +0 -32
- package/es/DraggablePanel/components/DraggablePanelHeader.d.ts +0 -11
- package/es/DraggablePanel/components/DraggablePanelHeader.js +0 -72
- package/es/DraggablePanel/components/style.d.ts +0 -7
- package/es/DraggablePanel/components/style.js +0 -14
- package/es/DraggablePanel/index.d.ts +0 -20
- package/es/DraggablePanel/index.js +0 -17
- package/es/DraggablePanel/style.d.ts +0 -31
- package/es/DraggablePanel/style.js +0 -75
- package/es/DraggablePanel/type.d.ts +0 -44
- package/es/DraggablePanel/type.js +0 -1
- package/es/DraggablePanel/utils.d.ts +0 -2
- package/es/DraggablePanel/utils.js +0 -20
- package/es/DraggableSideNav/DraggableSideNav.d.ts +0 -4
- package/es/DraggableSideNav/DraggableSideNav.js +0 -560
- package/es/DraggableSideNav/index.d.ts +0 -2
- package/es/DraggableSideNav/index.js +0 -1
- package/es/DraggableSideNav/style.d.ts +0 -19
- package/es/DraggableSideNav/style.js +0 -33
- package/es/DraggableSideNav/type.d.ts +0 -119
- package/es/DraggableSideNav/type.js +0 -1
- package/es/Drawer/Drawer.d.ts +0 -4
- package/es/Drawer/Drawer.js +0 -178
- package/es/Drawer/index.d.ts +0 -2
- package/es/Drawer/index.js +0 -1
- package/es/Drawer/type.d.ts +0 -25
- package/es/Drawer/type.js +0 -1
- package/es/Dropdown/Dropdown.d.ts +0 -4
- package/es/Dropdown/Dropdown.js +0 -44
- package/es/Dropdown/index.d.ts +0 -2
- package/es/Dropdown/index.js +0 -1
- package/es/Dropdown/type.d.ts +0 -8
- package/es/Dropdown/type.js +0 -1
- package/es/EditableText/ControlInput.d.ts +0 -16
- package/es/EditableText/ControlInput.js +0 -109
- package/es/EditableText/EditableText.d.ts +0 -4
- package/es/EditableText/EditableText.js +0 -126
- package/es/EditableText/index.d.ts +0 -2
- package/es/EditableText/index.js +0 -1
- package/es/EditableText/type.d.ts +0 -19
- package/es/EditableText/type.js +0 -1
- package/es/EmojiPicker/AvatarUploader.d.ts +0 -4
- package/es/EmojiPicker/AvatarUploader.js +0 -152
- package/es/EmojiPicker/EmojiPicker.d.ts +0 -4
- package/es/EmojiPicker/EmojiPicker.js +0 -231
- package/es/EmojiPicker/index.d.ts +0 -2
- package/es/EmojiPicker/index.js +0 -1
- package/es/EmojiPicker/style.d.ts +0 -6
- package/es/EmojiPicker/style.js +0 -15
- package/es/EmojiPicker/type.d.ts +0 -60
- package/es/EmojiPicker/type.js +0 -1
- package/es/Empty/Empty.d.ts +0 -4
- package/es/Empty/Empty.js +0 -96
- package/es/Empty/index.d.ts +0 -2
- package/es/Empty/index.js +0 -1
- package/es/Empty/type.d.ts +0 -20
- package/es/Empty/type.js +0 -1
- package/es/FileTypeIcon/FileTypeIcon.d.ts +0 -4
- package/es/FileTypeIcon/FileTypeIcon.js +0 -84
- package/es/FileTypeIcon/components/FileIcon.d.ts +0 -12
- package/es/FileTypeIcon/components/FileIcon.js +0 -58
- package/es/FileTypeIcon/components/FolderIcon.d.ts +0 -12
- package/es/FileTypeIcon/components/FolderIcon.js +0 -51
- package/es/FileTypeIcon/index.d.ts +0 -2
- package/es/FileTypeIcon/index.js +0 -1
- package/es/FileTypeIcon/style.d.ts +0 -5
- package/es/FileTypeIcon/style.js +0 -11
- package/es/FileTypeIcon/type.d.ts +0 -13
- package/es/FileTypeIcon/type.js +0 -1
- package/es/Flex/Center.d.ts +0 -4
- package/es/Flex/Center.js +0 -23
- package/es/Flex/FlexBasic.d.ts +0 -4
- package/es/Flex/FlexBasic.js +0 -78
- package/es/Flex/Flexbox.d.ts +0 -2
- package/es/Flex/Flexbox.js +0 -2
- package/es/Flex/index.d.ts +0 -4
- package/es/Flex/index.js +0 -3
- package/es/Flex/type.d.ts +0 -105
- package/es/Flex/type.js +0 -1
- package/es/Flex/utils.d.ts +0 -7
- package/es/Flex/utils.js +0 -39
- package/es/FluentEmoji/FluentEmoji.d.ts +0 -4
- package/es/FluentEmoji/FluentEmoji.js +0 -78
- package/es/FluentEmoji/index.d.ts +0 -2
- package/es/FluentEmoji/index.js +0 -1
- package/es/FluentEmoji/style.d.ts +0 -3
- package/es/FluentEmoji/style.js +0 -9
- package/es/FluentEmoji/type.d.ts +0 -10
- package/es/FluentEmoji/type.js +0 -1
- package/es/FluentEmoji/utils.d.ts +0 -9
- package/es/FluentEmoji/utils.js +0 -77
- package/es/FontLoader/index.d.ts +0 -6
- package/es/FontLoader/index.js +0 -36
- package/es/Footer/Footer.d.ts +0 -4
- package/es/Footer/Footer.js +0 -46
- package/es/Footer/index.d.ts +0 -2
- package/es/Footer/index.js +0 -1
- package/es/Footer/style.d.ts +0 -7
- package/es/Footer/style.js +0 -15
- package/es/Footer/type.d.ts +0 -9
- package/es/Footer/type.js +0 -1
- package/es/Form/Form.d.ts +0 -4
- package/es/Form/Form.js +0 -184
- package/es/Form/components/FormDivider.d.ts +0 -4
- package/es/Form/components/FormDivider.js +0 -40
- package/es/Form/components/FormFlatGroup.d.ts +0 -4
- package/es/Form/components/FormFlatGroup.js +0 -54
- package/es/Form/components/FormFooter.d.ts +0 -4
- package/es/Form/components/FormFooter.js +0 -33
- package/es/Form/components/FormGroup.d.ts +0 -4
- package/es/Form/components/FormGroup.js +0 -108
- package/es/Form/components/FormItem.d.ts +0 -4
- package/es/Form/components/FormItem.js +0 -86
- package/es/Form/components/FormProvider.d.ts +0 -14
- package/es/Form/components/FormProvider.js +0 -16
- package/es/Form/components/FormSubmitFooter.d.ts +0 -4
- package/es/Form/components/FormSubmitFooter.js +0 -164
- package/es/Form/components/FormTitle.d.ts +0 -4
- package/es/Form/components/FormTitle.js +0 -57
- package/es/Form/components/merge.d.ts +0 -19
- package/es/Form/components/merge.js +0 -112
- package/es/Form/index.d.ts +0 -23
- package/es/Form/index.js +0 -20
- package/es/Form/style.d.ts +0 -38
- package/es/Form/style.js +0 -77
- package/es/Form/type.d.ts +0 -110
- package/es/Form/type.js +0 -1
- package/es/FormModal/FormModal.d.ts +0 -4
- package/es/FormModal/FormModal.js +0 -145
- package/es/FormModal/index.d.ts +0 -2
- package/es/FormModal/index.js +0 -1
- package/es/FormModal/style.d.ts +0 -4
- package/es/FormModal/style.js +0 -14
- package/es/FormModal/type.d.ts +0 -20
- package/es/FormModal/type.js +0 -1
- package/es/Grid/Grid.d.ts +0 -4
- package/es/Grid/Grid.js +0 -42
- package/es/Grid/index.d.ts +0 -2
- package/es/Grid/index.js +0 -1
- package/es/Grid/style.d.ts +0 -5
- package/es/Grid/style.js +0 -11
- package/es/Grid/type.d.ts +0 -8
- package/es/Grid/type.js +0 -1
- package/es/GroupAvatar/GroupAvatar.d.ts +0 -4
- package/es/GroupAvatar/GroupAvatar.js +0 -102
- package/es/GroupAvatar/index.d.ts +0 -2
- package/es/GroupAvatar/index.js +0 -1
- package/es/GroupAvatar/style.d.ts +0 -9
- package/es/GroupAvatar/style.js +0 -20
- package/es/GroupAvatar/type.d.ts +0 -14
- package/es/GroupAvatar/type.js +0 -1
- package/es/GuideCard/GuideCard.d.ts +0 -4
- package/es/GuideCard/GuideCard.js +0 -116
- package/es/GuideCard/index.d.ts +0 -2
- package/es/GuideCard/index.js +0 -1
- package/es/GuideCard/style.d.ts +0 -12
- package/es/GuideCard/style.js +0 -22
- package/es/GuideCard/type.d.ts +0 -31
- package/es/GuideCard/type.js +0 -1
- package/es/Header/Header.d.ts +0 -4
- package/es/Header/Header.js +0 -102
- package/es/Header/index.d.ts +0 -2
- package/es/Header/index.js +0 -1
- package/es/Header/style.d.ts +0 -5
- package/es/Header/style.js +0 -14
- package/es/Header/type.d.ts +0 -14
- package/es/Header/type.js +0 -1
- package/es/Highlighter/FullFeatured.d.ts +0 -10
- package/es/Highlighter/FullFeatured.js +0 -246
- package/es/Highlighter/Highlighter.d.ts +0 -4
- package/es/Highlighter/Highlighter.js +0 -196
- package/es/Highlighter/LangSelect.d.ts +0 -4
- package/es/Highlighter/LangSelect.js +0 -89
- package/es/Highlighter/SyntaxHighlighter/StaticRenderer.d.ts +0 -17
- package/es/Highlighter/SyntaxHighlighter/StaticRenderer.js +0 -43
- package/es/Highlighter/SyntaxHighlighter/StreamRenderer.d.ts +0 -13
- package/es/Highlighter/SyntaxHighlighter/StreamRenderer.js +0 -150
- package/es/Highlighter/SyntaxHighlighter/index.d.ts +0 -4
- package/es/Highlighter/SyntaxHighlighter/index.js +0 -85
- package/es/Highlighter/SyntaxHighlighter/style.d.ts +0 -8
- package/es/Highlighter/SyntaxHighlighter/style.js +0 -17
- package/es/Highlighter/const.d.ts +0 -10
- package/es/Highlighter/const.js +0 -52
- package/es/Highlighter/index.d.ts +0 -4
- package/es/Highlighter/index.js +0 -3
- package/es/Highlighter/style.d.ts +0 -18
- package/es/Highlighter/style.js +0 -32
- package/es/Highlighter/type.d.ts +0 -54
- package/es/Highlighter/type.js +0 -1
- package/es/Hotkey/Hotkey.d.ts +0 -4
- package/es/Hotkey/Hotkey.js +0 -194
- package/es/Hotkey/const.d.ts +0 -35
- package/es/Hotkey/const.js +0 -49
- package/es/Hotkey/index.d.ts +0 -4
- package/es/Hotkey/index.js +0 -3
- package/es/Hotkey/style.d.ts +0 -7
- package/es/Hotkey/style.js +0 -18
- package/es/Hotkey/type.d.ts +0 -15
- package/es/Hotkey/type.js +0 -1
- package/es/Hotkey/utils.d.ts +0 -5
- package/es/Hotkey/utils.js +0 -43
- package/es/HotkeyInput/HotkeyInput.d.ts +0 -4
- package/es/HotkeyInput/HotkeyInput.js +0 -321
- package/es/HotkeyInput/index.d.ts +0 -2
- package/es/HotkeyInput/index.js +0 -2
- package/es/HotkeyInput/style.d.ts +0 -13
- package/es/HotkeyInput/style.js +0 -21
- package/es/HotkeyInput/type.d.ts +0 -26
- package/es/HotkeyInput/type.js +0 -1
- package/es/Icon/Icon.d.ts +0 -4
- package/es/Icon/Icon.js +0 -86
- package/es/Icon/components/IconProvider.d.ts +0 -9
- package/es/Icon/components/IconProvider.js +0 -17
- package/es/Icon/components/utils.d.ts +0 -8
- package/es/Icon/components/utils.js +0 -45
- package/es/Icon/index.d.ts +0 -3
- package/es/Icon/index.js +0 -2
- package/es/Icon/style.d.ts +0 -3
- package/es/Icon/style.js +0 -10
- package/es/Icon/type.d.ts +0 -15
- package/es/Icon/type.js +0 -1
- package/es/Image/Image.d.ts +0 -4
- package/es/Image/Image.js +0 -116
- package/es/Image/PreviewGroup.d.ts +0 -4
- package/es/Image/PreviewGroup.js +0 -23
- package/es/Image/components/Preview.d.ts +0 -6
- package/es/Image/components/Preview.js +0 -27
- package/es/Image/components/Toolbar.d.ts +0 -10
- package/es/Image/components/Toolbar.js +0 -50
- package/es/Image/components/usePreview.d.ts +0 -4
- package/es/Image/components/usePreview.js +0 -88
- package/es/Image/components/usePreviewGroup.d.ts +0 -4
- package/es/Image/components/usePreviewGroup.js +0 -83
- package/es/Image/index.d.ts +0 -11
- package/es/Image/index.js +0 -6
- package/es/Image/style.d.ts +0 -16
- package/es/Image/style.js +0 -28
- package/es/Image/type.d.ts +0 -39
- package/es/Image/type.js +0 -1
- package/es/ImageSelect/ImageSelect.d.ts +0 -4
- package/es/ImageSelect/ImageSelect.js +0 -93
- package/es/ImageSelect/index.d.ts +0 -2
- package/es/ImageSelect/index.js +0 -2
- package/es/ImageSelect/styles.d.ts +0 -6
- package/es/ImageSelect/styles.js +0 -15
- package/es/ImageSelect/type.d.ts +0 -29
- package/es/ImageSelect/type.js +0 -1
- package/es/Img/index.d.ts +0 -9
- package/es/Img/index.js +0 -33
- package/es/Input/Input.d.ts +0 -4
- package/es/Input/Input.js +0 -58
- package/es/Input/InputNumber.d.ts +0 -4
- package/es/Input/InputNumber.js +0 -58
- package/es/Input/InputOPT.d.ts +0 -4
- package/es/Input/InputOPT.js +0 -58
- package/es/Input/InputPassword.d.ts +0 -4
- package/es/Input/InputPassword.js +0 -58
- package/es/Input/TextArea.d.ts +0 -4
- package/es/Input/TextArea.js +0 -64
- package/es/Input/index.d.ts +0 -6
- package/es/Input/index.js +0 -5
- package/es/Input/style.d.ts +0 -12
- package/es/Input/style.js +0 -22
- package/es/Input/type.d.ts +0 -27
- package/es/Input/type.js +0 -1
- package/es/Layout/Layout.d.ts +0 -4
- package/es/Layout/Layout.js +0 -80
- package/es/Layout/components/LayoutFooter.d.ts +0 -3
- package/es/Layout/components/LayoutFooter.js +0 -29
- package/es/Layout/components/LayoutHeader.d.ts +0 -4
- package/es/Layout/components/LayoutHeader.js +0 -34
- package/es/Layout/components/LayoutMain.d.ts +0 -3
- package/es/Layout/components/LayoutMain.js +0 -29
- package/es/Layout/components/LayoutSidebar.d.ts +0 -4
- package/es/Layout/components/LayoutSidebar.js +0 -34
- package/es/Layout/components/LayoutSidebarInner.d.ts +0 -4
- package/es/Layout/components/LayoutSidebarInner.js +0 -30
- package/es/Layout/components/LayoutToc.d.ts +0 -4
- package/es/Layout/components/LayoutToc.js +0 -34
- package/es/Layout/index.d.ts +0 -26
- package/es/Layout/index.js +0 -21
- package/es/Layout/style.d.ts +0 -10
- package/es/Layout/style.js +0 -18
- package/es/Layout/type.d.ts +0 -28
- package/es/Layout/type.js +0 -1
- package/es/List/List.d.ts +0 -4
- package/es/List/List.js +0 -63
- package/es/List/ListItem/index.d.ts +0 -4
- package/es/List/ListItem/index.js +0 -128
- package/es/List/ListItem/style.d.ts +0 -11
- package/es/List/ListItem/style.js +0 -20
- package/es/List/ListItem/time.d.ts +0 -1
- package/es/List/ListItem/time.js +0 -6
- package/es/List/index.d.ts +0 -11
- package/es/List/index.js +0 -6
- package/es/List/type.d.ts +0 -50
- package/es/List/type.js +0 -1
- package/es/Markdown/Markdown.d.ts +0 -4
- package/es/Markdown/Markdown.js +0 -151
- package/es/Markdown/SyntaxMarkdown/MarkdownRender.d.ts +0 -3
- package/es/Markdown/SyntaxMarkdown/MarkdownRender.js +0 -32
- package/es/Markdown/SyntaxMarkdown/StreamdownRender.d.ts +0 -3
- package/es/Markdown/SyntaxMarkdown/StreamdownRender.js +0 -64
- package/es/Markdown/SyntaxMarkdown/index.d.ts +0 -2
- package/es/Markdown/SyntaxMarkdown/index.js +0 -2
- package/es/Markdown/SyntaxMarkdown/style.d.ts +0 -3
- package/es/Markdown/SyntaxMarkdown/style.js +0 -10
- package/es/Markdown/Typography.d.ts +0 -4
- package/es/Markdown/Typography.js +0 -50
- package/es/Markdown/components/CodeBlock.d.ts +0 -18
- package/es/Markdown/components/CodeBlock.js +0 -62
- package/es/Markdown/components/Footnotes.d.ts +0 -8
- package/es/Markdown/components/Footnotes.js +0 -124
- package/es/Markdown/components/MarkdownProvider.d.ts +0 -6
- package/es/Markdown/components/MarkdownProvider.js +0 -19
- package/es/Markdown/components/SearchResultCards/SearchResultCard.d.ts +0 -10
- package/es/Markdown/components/SearchResultCards/SearchResultCard.js +0 -92
- package/es/Markdown/components/SearchResultCards/index.d.ts +0 -14
- package/es/Markdown/components/SearchResultCards/index.js +0 -43
- package/es/Markdown/components/SearchResultCards/style.d.ts +0 -4
- package/es/Markdown/components/SearchResultCards/style.js +0 -10
- package/es/Markdown/components/useDelayedAnimated.d.ts +0 -1
- package/es/Markdown/components/useDelayedAnimated.js +0 -31
- package/es/Markdown/index.d.ts +0 -3
- package/es/Markdown/index.js +0 -2
- package/es/Markdown/markdown.style.d.ts +0 -3
- package/es/Markdown/markdown.style.js +0 -30
- package/es/Markdown/plugins/rehypeCustomFootnotes.d.ts +0 -1
- package/es/Markdown/plugins/rehypeCustomFootnotes.js +0 -57
- package/es/Markdown/plugins/rehypeKatexDir.d.ts +0 -2
- package/es/Markdown/plugins/rehypeKatexDir.js +0 -15
- package/es/Markdown/plugins/rehypeStreamAnimated.d.ts +0 -2
- package/es/Markdown/plugins/rehypeStreamAnimated.js +0 -56
- package/es/Markdown/plugins/remarkBr.d.ts +0 -6
- package/es/Markdown/plugins/remarkBr.js +0 -104
- package/es/Markdown/plugins/remarkColor.d.ts +0 -17
- package/es/Markdown/plugins/remarkColor.js +0 -188
- package/es/Markdown/plugins/remarkCustomFootnotes.d.ts +0 -6
- package/es/Markdown/plugins/remarkCustomFootnotes.js +0 -32
- package/es/Markdown/plugins/remarkGfmPlus.d.ts +0 -5
- package/es/Markdown/plugins/remarkGfmPlus.js +0 -141
- package/es/Markdown/plugins/remarkVideo.d.ts +0 -17
- package/es/Markdown/plugins/remarkVideo.js +0 -186
- package/es/Markdown/style.d.ts +0 -6
- package/es/Markdown/style.js +0 -15
- package/es/Markdown/type.d.ts +0 -57
- package/es/Markdown/type.js +0 -1
- package/es/MaskShadow/MaskShadow.d.ts +0 -4
- package/es/MaskShadow/MaskShadow.js +0 -54
- package/es/MaskShadow/index.d.ts +0 -2
- package/es/MaskShadow/index.js +0 -1
- package/es/MaskShadow/style.d.ts +0 -7
- package/es/MaskShadow/style.js +0 -14
- package/es/MaskShadow/type.d.ts +0 -6
- package/es/MaskShadow/type.js +0 -1
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.d.ts +0 -4
- package/es/MaterialFileTypeIcon/MaterialFileTypeIcon.js +0 -88
- package/es/MaterialFileTypeIcon/icon-map.json +0 -4915
- package/es/MaterialFileTypeIcon/index.d.ts +0 -2
- package/es/MaterialFileTypeIcon/index.js +0 -1
- package/es/MaterialFileTypeIcon/type.d.ts +0 -13
- package/es/MaterialFileTypeIcon/type.js +0 -1
- package/es/MaterialFileTypeIcon/utils.d.ts +0 -17
- package/es/MaterialFileTypeIcon/utils.js +0 -48
- package/es/Menu/Menu.d.ts +0 -4
- package/es/Menu/Menu.js +0 -102
- package/es/Menu/index.d.ts +0 -3
- package/es/Menu/index.js +0 -2
- package/es/Menu/style.d.ts +0 -8
- package/es/Menu/style.js +0 -18
- package/es/Menu/type.d.ts +0 -33
- package/es/Menu/type.js +0 -1
- package/es/Menu/utils.d.ts +0 -3
- package/es/Menu/utils.js +0 -47
- package/es/Mermaid/FullFeatured.d.ts +0 -8
- package/es/Mermaid/FullFeatured.js +0 -211
- package/es/Mermaid/Mermaid.d.ts +0 -5
- package/es/Mermaid/Mermaid.js +0 -160
- package/es/Mermaid/SyntaxMermaid/index.d.ts +0 -4
- package/es/Mermaid/SyntaxMermaid/index.js +0 -108
- package/es/Mermaid/const.d.ts +0 -7
- package/es/Mermaid/const.js +0 -24
- package/es/Mermaid/index.d.ts +0 -4
- package/es/Mermaid/index.js +0 -3
- package/es/Mermaid/type.d.ts +0 -47
- package/es/Mermaid/type.js +0 -1
- package/es/Modal/Modal.d.ts +0 -4
- package/es/Modal/Modal.js +0 -169
- package/es/Modal/index.d.ts +0 -2
- package/es/Modal/index.js +0 -1
- package/es/Modal/style.d.ts +0 -7
- package/es/Modal/style.js +0 -15
- package/es/Modal/type.d.ts +0 -9
- package/es/Modal/type.js +0 -1
- package/es/ScrollShadow/ScrollShadow.d.ts +0 -4
- package/es/ScrollShadow/ScrollShadow.js +0 -155
- package/es/ScrollShadow/index.d.ts +0 -2
- package/es/ScrollShadow/index.js +0 -1
- package/es/ScrollShadow/style.d.ts +0 -12
- package/es/ScrollShadow/style.js +0 -21
- package/es/ScrollShadow/type.d.ts +0 -17
- package/es/ScrollShadow/type.js +0 -1
- package/es/ScrollShadow/useScrollOverflow.d.ts +0 -21
- package/es/ScrollShadow/useScrollOverflow.js +0 -83
- package/es/SearchBar/SearchBar.d.ts +0 -4
- package/es/SearchBar/SearchBar.js +0 -129
- package/es/SearchBar/index.d.ts +0 -2
- package/es/SearchBar/index.js +0 -1
- package/es/SearchBar/style.d.ts +0 -5
- package/es/SearchBar/style.js +0 -14
- package/es/SearchBar/type.d.ts +0 -20
- package/es/SearchBar/type.js +0 -1
- package/es/Segmented/Segmented.d.ts +0 -4
- package/es/Segmented/Segmented.js +0 -69
- package/es/Segmented/index.d.ts +0 -2
- package/es/Segmented/index.js +0 -1
- package/es/Segmented/style.d.ts +0 -8
- package/es/Segmented/style.js +0 -16
- package/es/Segmented/type.d.ts +0 -11
- package/es/Segmented/type.js +0 -1
- package/es/Select/Select.d.ts +0 -4
- package/es/Select/Select.js +0 -70
- package/es/Select/index.d.ts +0 -2
- package/es/Select/index.js +0 -1
- package/es/Select/style.d.ts +0 -7
- package/es/Select/style.js +0 -16
- package/es/Select/type.d.ts +0 -9
- package/es/Select/type.js +0 -1
- package/es/SideNav/SideNav.d.ts +0 -4
- package/es/SideNav/SideNav.js +0 -51
- package/es/SideNav/index.d.ts +0 -2
- package/es/SideNav/index.js +0 -1
- package/es/SideNav/style.d.ts +0 -1
- package/es/SideNav/style.js +0 -8
- package/es/SideNav/type.d.ts +0 -7
- package/es/SideNav/type.js +0 -1
- package/es/Skeleton/Skeleton.d.ts +0 -4
- package/es/Skeleton/Skeleton.js +0 -82
- package/es/Skeleton/SkeletonAvatar.d.ts +0 -4
- package/es/Skeleton/SkeletonAvatar.js +0 -45
- package/es/Skeleton/SkeletonBlock.d.ts +0 -4
- package/es/Skeleton/SkeletonBlock.js +0 -26
- package/es/Skeleton/SkeletonButton.d.ts +0 -4
- package/es/Skeleton/SkeletonButton.js +0 -56
- package/es/Skeleton/SkeletonParagraph.d.ts +0 -4
- package/es/Skeleton/SkeletonParagraph.js +0 -63
- package/es/Skeleton/SkeletonTags.d.ts +0 -4
- package/es/Skeleton/SkeletonTags.js +0 -80
- package/es/Skeleton/SkeletonTitle.d.ts +0 -4
- package/es/Skeleton/SkeletonTitle.js +0 -44
- package/es/Skeleton/index.d.ts +0 -26
- package/es/Skeleton/index.js +0 -21
- package/es/Skeleton/style.d.ts +0 -6
- package/es/Skeleton/style.js +0 -16
- package/es/Skeleton/type.d.ts +0 -55
- package/es/Skeleton/type.js +0 -1
- package/es/SliderWithInput/SliderWithInput.d.ts +0 -4
- package/es/SliderWithInput/SliderWithInput.js +0 -99
- package/es/SliderWithInput/index.d.ts +0 -2
- package/es/SliderWithInput/index.js +0 -1
- package/es/SliderWithInput/type.d.ts +0 -20
- package/es/SliderWithInput/type.js +0 -1
- package/es/Snippet/Snippet.d.ts +0 -4
- package/es/Snippet/Snippet.js +0 -82
- package/es/Snippet/index.d.ts +0 -2
- package/es/Snippet/index.js +0 -1
- package/es/Snippet/style.d.ts +0 -8
- package/es/Snippet/style.js +0 -16
- package/es/Snippet/type.d.ts +0 -12
- package/es/Snippet/type.js +0 -1
- package/es/SortableList/SortableList.d.ts +0 -11
- package/es/SortableList/SortableList.js +0 -101
- package/es/SortableList/components/DragHandle.d.ts +0 -4
- package/es/SortableList/components/DragHandle.js +0 -53
- package/es/SortableList/components/SortableItem.d.ts +0 -15
- package/es/SortableList/components/SortableItem.js +0 -98
- package/es/SortableList/components/SortableOverlay.d.ts +0 -5
- package/es/SortableList/components/SortableOverlay.js +0 -23
- package/es/SortableList/index.d.ts +0 -2
- package/es/SortableList/index.js +0 -1
- package/es/SortableList/style.d.ts +0 -8
- package/es/SortableList/style.js +0 -16
- package/es/SortableList/type.d.ts +0 -12
- package/es/SortableList/type.js +0 -1
- package/es/Tabs/Tabs.d.ts +0 -4
- package/es/Tabs/Tabs.js +0 -80
- package/es/Tabs/index.d.ts +0 -2
- package/es/Tabs/index.js +0 -1
- package/es/Tabs/style.d.ts +0 -9
- package/es/Tabs/style.js +0 -17
- package/es/Tabs/type.d.ts +0 -5
- package/es/Tabs/type.js +0 -1
- package/es/Tag/Tag.d.ts +0 -4
- package/es/Tag/Tag.js +0 -105
- package/es/Tag/index.d.ts +0 -2
- package/es/Tag/index.js +0 -1
- package/es/Tag/styles.d.ts +0 -8
- package/es/Tag/styles.js +0 -17
- package/es/Tag/type.d.ts +0 -8
- package/es/Tag/type.js +0 -1
- package/es/Tag/utils.d.ts +0 -4
- package/es/Tag/utils.js +0 -16
- package/es/Text/Text.d.ts +0 -4
- package/es/Text/Text.js +0 -132
- package/es/Text/index.d.ts +0 -2
- package/es/Text/index.js +0 -1
- package/es/Text/styles.d.ts +0 -23
- package/es/Text/styles.js +0 -31
- package/es/Text/type.d.ts +0 -23
- package/es/Text/type.js +0 -1
- package/es/ThemeProvider/ConfigProvider.d.ts +0 -5
- package/es/ThemeProvider/ConfigProvider.js +0 -41
- package/es/ThemeProvider/GlobalStyle/antdOverride.d.ts +0 -3
- package/es/ThemeProvider/GlobalStyle/antdOverride.js +0 -8
- package/es/ThemeProvider/GlobalStyle/global.d.ts +0 -3
- package/es/ThemeProvider/GlobalStyle/global.js +0 -6
- package/es/ThemeProvider/GlobalStyle/index.d.ts +0 -3
- package/es/ThemeProvider/GlobalStyle/index.js +0 -10
- package/es/ThemeProvider/Meta.d.ts +0 -4
- package/es/ThemeProvider/Meta.js +0 -78
- package/es/ThemeProvider/ThemeProvider.d.ts +0 -4
- package/es/ThemeProvider/ThemeProvider.js +0 -94
- package/es/ThemeProvider/index.d.ts +0 -3
- package/es/ThemeProvider/index.js +0 -2
- package/es/ThemeProvider/type.d.ts +0 -25
- package/es/ThemeProvider/type.js +0 -1
- package/es/ThemeSwitch/ThemeSwitch.d.ts +0 -4
- package/es/ThemeSwitch/ThemeSwitch.js +0 -85
- package/es/ThemeSwitch/index.d.ts +0 -2
- package/es/ThemeSwitch/index.js +0 -1
- package/es/ThemeSwitch/type.d.ts +0 -15
- package/es/ThemeSwitch/type.js +0 -1
- package/es/Toc/Toc.d.ts +0 -4
- package/es/Toc/Toc.js +0 -43
- package/es/Toc/TocMobile.d.ts +0 -4
- package/es/Toc/TocMobile.js +0 -89
- package/es/Toc/index.d.ts +0 -2
- package/es/Toc/index.js +0 -1
- package/es/Toc/style.d.ts +0 -9
- package/es/Toc/style.js +0 -21
- package/es/Toc/type.d.ts +0 -17
- package/es/Toc/type.js +0 -1
- package/es/Toc/utils.d.ts +0 -11
- package/es/Toc/utils.js +0 -17
- package/es/Tooltip/Tooltip.d.ts +0 -4
- package/es/Tooltip/Tooltip.js +0 -278
- package/es/Tooltip/TooltipFloating.d.ts +0 -22
- package/es/Tooltip/TooltipFloating.js +0 -126
- package/es/Tooltip/TooltipGroup.d.ts +0 -7
- package/es/Tooltip/TooltipGroup.js +0 -160
- package/es/Tooltip/TooltipPortal.d.ts +0 -7
- package/es/Tooltip/TooltipPortal.js +0 -46
- package/es/Tooltip/antdPlacementToFloating.d.ts +0 -9
- package/es/Tooltip/antdPlacementToFloating.js +0 -51
- package/es/Tooltip/groupContext.d.ts +0 -12
- package/es/Tooltip/groupContext.js +0 -3
- package/es/Tooltip/index.d.ts +0 -3
- package/es/Tooltip/index.js +0 -2
- package/es/Tooltip/style.d.ts +0 -6
- package/es/Tooltip/style.js +0 -13
- package/es/Tooltip/type.d.ts +0 -98
- package/es/Tooltip/type.js +0 -1
- package/es/Video/index.d.ts +0 -39
- package/es/Video/index.js +0 -163
- package/es/Video/style.d.ts +0 -13
- package/es/Video/style.js +0 -27
- package/es/awesome/AuroraBackground/AuroraBackground.d.ts +0 -4
- package/es/awesome/AuroraBackground/AuroraBackground.js +0 -47
- package/es/awesome/AuroraBackground/index.d.ts +0 -2
- package/es/awesome/AuroraBackground/index.js +0 -1
- package/es/awesome/AuroraBackground/style.d.ts +0 -4
- package/es/awesome/AuroraBackground/style.js +0 -17
- package/es/awesome/AuroraBackground/type.d.ts +0 -13
- package/es/awesome/AuroraBackground/type.js +0 -1
- package/es/awesome/BottomGradientButton/BottomGradientButton.d.ts +0 -3
- package/es/awesome/BottomGradientButton/BottomGradientButton.js +0 -39
- package/es/awesome/BottomGradientButton/index.d.ts +0 -2
- package/es/awesome/BottomGradientButton/index.js +0 -1
- package/es/awesome/BottomGradientButton/style.d.ts +0 -1
- package/es/awesome/BottomGradientButton/style.js +0 -10
- package/es/awesome/BottomGradientButton/type.d.ts +0 -2
- package/es/awesome/BottomGradientButton/type.js +0 -1
- package/es/awesome/Features/FeatureItem.d.ts +0 -4
- package/es/awesome/Features/FeatureItem.js +0 -103
- package/es/awesome/Features/Features.d.ts +0 -4
- package/es/awesome/Features/Features.js +0 -41
- package/es/awesome/Features/index.d.ts +0 -2
- package/es/awesome/Features/index.js +0 -1
- package/es/awesome/Features/style.d.ts +0 -12
- package/es/awesome/Features/style.js +0 -30
- package/es/awesome/Features/type.d.ts +0 -27
- package/es/awesome/Features/type.js +0 -1
- package/es/awesome/Giscus/Giscus.d.ts +0 -4
- package/es/awesome/Giscus/Giscus.js +0 -51
- package/es/awesome/Giscus/index.d.ts +0 -2
- package/es/awesome/Giscus/index.js +0 -1
- package/es/awesome/Giscus/style.d.ts +0 -2
- package/es/awesome/Giscus/style.js +0 -31
- package/es/awesome/Giscus/type.d.ts +0 -6
- package/es/awesome/Giscus/type.js +0 -1
- package/es/awesome/GradientButton/GradientButton.d.ts +0 -4
- package/es/awesome/GradientButton/GradientButton.js +0 -40
- package/es/awesome/GradientButton/index.d.ts +0 -2
- package/es/awesome/GradientButton/index.js +0 -1
- package/es/awesome/GradientButton/style.d.ts +0 -4
- package/es/awesome/GradientButton/style.js +0 -38
- package/es/awesome/GradientButton/type.d.ts +0 -4
- package/es/awesome/GradientButton/type.js +0 -1
- package/es/awesome/GridBackground/GridBackground.d.ts +0 -4
- package/es/awesome/GridBackground/GridBackground.js +0 -108
- package/es/awesome/GridBackground/GridShowcase.d.ts +0 -4
- package/es/awesome/GridBackground/GridShowcase.js +0 -59
- package/es/awesome/GridBackground/components/Grid.d.ts +0 -26
- package/es/awesome/GridBackground/components/Grid.js +0 -103
- package/es/awesome/GridBackground/index.d.ts +0 -3
- package/es/awesome/GridBackground/index.js +0 -2
- package/es/awesome/GridBackground/style.d.ts +0 -9
- package/es/awesome/GridBackground/style.js +0 -22
- package/es/awesome/GridBackground/type.d.ts +0 -18
- package/es/awesome/GridBackground/type.js +0 -1
- package/es/awesome/Hero/Hero.d.ts +0 -4
- package/es/awesome/Hero/Hero.js +0 -100
- package/es/awesome/Hero/index.d.ts +0 -2
- package/es/awesome/Hero/index.js +0 -1
- package/es/awesome/Hero/style.d.ts +0 -6
- package/es/awesome/Hero/style.js +0 -15
- package/es/awesome/Hero/type.d.ts +0 -14
- package/es/awesome/Hero/type.js +0 -1
- package/es/awesome/Spline/ParentSize.d.ts +0 -36
- package/es/awesome/Spline/ParentSize.js +0 -119
- package/es/awesome/Spline/Spine.d.ts +0 -6
- package/es/awesome/Spline/Spine.js +0 -148
- package/es/awesome/Spline/index.d.ts +0 -2
- package/es/awesome/Spline/index.js +0 -1
- package/es/awesome/Spline/type.d.ts +0 -17
- package/es/awesome/Spline/type.js +0 -1
- package/es/awesome/Spotlight/Spotlight.d.ts +0 -4
- package/es/awesome/Spotlight/Spotlight.js +0 -45
- package/es/awesome/Spotlight/index.d.ts +0 -2
- package/es/awesome/Spotlight/index.js +0 -1
- package/es/awesome/Spotlight/style.d.ts +0 -8
- package/es/awesome/Spotlight/style.js +0 -17
- package/es/awesome/Spotlight/type.d.ts +0 -4
- package/es/awesome/Spotlight/type.js +0 -1
- package/es/awesome/Spotlight/useMouseOffset.d.ts +0 -1
- package/es/awesome/Spotlight/useMouseOffset.js +0 -43
- package/es/awesome/SpotlightCard/SpotlightCard.d.ts +0 -4
- package/es/awesome/SpotlightCard/SpotlightCard.js +0 -90
- package/es/awesome/SpotlightCard/SpotlightCardItem.d.ts +0 -4
- package/es/awesome/SpotlightCard/SpotlightCardItem.js +0 -42
- package/es/awesome/SpotlightCard/index.d.ts +0 -2
- package/es/awesome/SpotlightCard/index.js +0 -1
- package/es/awesome/SpotlightCard/style.d.ts +0 -10
- package/es/awesome/SpotlightCard/style.js +0 -19
- package/es/awesome/SpotlightCard/type.d.ts +0 -16
- package/es/awesome/SpotlightCard/type.js +0 -1
- package/es/awesome/TypewriterEffect/TypewriterEffect.d.ts +0 -4
- package/es/awesome/TypewriterEffect/TypewriterEffect.js +0 -314
- package/es/awesome/TypewriterEffect/index.d.ts +0 -2
- package/es/awesome/TypewriterEffect/index.js +0 -1
- package/es/awesome/TypewriterEffect/style.d.ts +0 -10
- package/es/awesome/TypewriterEffect/style.js +0 -18
- package/es/awesome/TypewriterEffect/type.d.ts +0 -126
- package/es/awesome/TypewriterEffect/type.js +0 -1
- package/es/awesome/index.d.ts +0 -10
- package/es/awesome/index.js +0 -10
- package/es/brand/BrandLoading/index.d.ts +0 -11
- package/es/brand/BrandLoading/index.js +0 -23
- package/es/brand/BrandLoading/style.css +0 -32
- package/es/brand/LobeChat/index.d.ts +0 -9
- package/es/brand/LobeChat/index.js +0 -119
- package/es/brand/LobeChatText/index.d.ts +0 -6
- package/es/brand/LobeChatText/index.js +0 -40
- package/es/brand/LobeHub/index.d.ts +0 -9
- package/es/brand/LobeHub/index.js +0 -118
- package/es/brand/LobeHub/style.d.ts +0 -8
- package/es/brand/LobeHub/style.js +0 -14
- package/es/brand/LobeHubText/index.d.ts +0 -6
- package/es/brand/LobeHubText/index.js +0 -36
- package/es/brand/Logo3d/index.d.ts +0 -8
- package/es/brand/Logo3d/index.js +0 -33
- package/es/brand/LogoFlat/index.d.ts +0 -6
- package/es/brand/LogoFlat/index.js +0 -75
- package/es/brand/LogoMono/index.d.ts +0 -6
- package/es/brand/LogoMono/index.js +0 -79
- package/es/brand/LogoThree/Loading.d.ts +0 -5
- package/es/brand/LogoThree/Loading.js +0 -22
- package/es/brand/LogoThree/LogoSpline.d.ts +0 -10
- package/es/brand/LogoThree/LogoSpline.js +0 -53
- package/es/brand/LogoThree/index.d.ts +0 -9
- package/es/brand/LogoThree/index.js +0 -76
- package/es/brand/components/Divider.d.ts +0 -6
- package/es/brand/components/Divider.js +0 -35
- package/es/brand/index.d.ts +0 -10
- package/es/brand/index.js +0 -10
- package/es/chat/BackBottom/BackBottom.d.ts +0 -4
- package/es/chat/BackBottom/BackBottom.js +0 -63
- package/es/chat/BackBottom/index.d.ts +0 -2
- package/es/chat/BackBottom/index.js +0 -1
- package/es/chat/BackBottom/style.d.ts +0 -1
- package/es/chat/BackBottom/style.js +0 -8
- package/es/chat/BackBottom/type.d.ts +0 -11
- package/es/chat/BackBottom/type.js +0 -1
- package/es/chat/Bubble/Bubble.d.ts +0 -4
- package/es/chat/Bubble/Bubble.js +0 -60
- package/es/chat/Bubble/index.d.ts +0 -2
- package/es/chat/Bubble/index.js +0 -1
- package/es/chat/Bubble/style.d.ts +0 -7
- package/es/chat/Bubble/style.js +0 -16
- package/es/chat/Bubble/type.d.ts +0 -7
- package/es/chat/Bubble/type.js +0 -1
- package/es/chat/ChatHeader/ChatHeader.d.ts +0 -4
- package/es/chat/ChatHeader/ChatHeader.js +0 -79
- package/es/chat/ChatHeader/ChatHeaderTitle.d.ts +0 -4
- package/es/chat/ChatHeader/ChatHeaderTitle.js +0 -47
- package/es/chat/ChatHeader/index.d.ts +0 -11
- package/es/chat/ChatHeader/index.js +0 -6
- package/es/chat/ChatHeader/style.d.ts +0 -14
- package/es/chat/ChatHeader/style.js +0 -25
- package/es/chat/ChatHeader/type.d.ts +0 -28
- package/es/chat/ChatHeader/type.js +0 -1
- package/es/chat/ChatInputArea/ChatInputArea.d.ts +0 -4
- package/es/chat/ChatInputArea/ChatInputArea.js +0 -72
- package/es/chat/ChatInputArea/components/ChatInputActionBar.d.ts +0 -4
- package/es/chat/ChatInputArea/components/ChatInputActionBar.js +0 -56
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.d.ts +0 -4
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.js +0 -61
- package/es/chat/ChatInputArea/components/ChatSendButton.d.ts +0 -4
- package/es/chat/ChatInputArea/components/ChatSendButton.js +0 -82
- package/es/chat/ChatInputArea/index.d.ts +0 -17
- package/es/chat/ChatInputArea/index.js +0 -12
- package/es/chat/ChatInputArea/style.d.ts +0 -10
- package/es/chat/ChatInputArea/style.js +0 -21
- package/es/chat/ChatInputArea/type.d.ts +0 -50
- package/es/chat/ChatInputArea/type.js +0 -1
- package/es/chat/ChatItem/ChatItem.d.ts +0 -5
- package/es/chat/ChatItem/ChatItem.js +0 -187
- package/es/chat/ChatItem/components/Actions.d.ts +0 -11
- package/es/chat/ChatItem/components/Actions.js +0 -24
- package/es/chat/ChatItem/components/Avatar.d.ts +0 -15
- package/es/chat/ChatItem/components/Avatar.js +0 -47
- package/es/chat/ChatItem/components/BorderSpacing.d.ts +0 -6
- package/es/chat/ChatItem/components/BorderSpacing.js +0 -12
- package/es/chat/ChatItem/components/ErrorContent.d.ts +0 -9
- package/es/chat/ChatItem/components/ErrorContent.js +0 -29
- package/es/chat/ChatItem/components/Loading.d.ts +0 -8
- package/es/chat/ChatItem/components/Loading.js +0 -28
- package/es/chat/ChatItem/components/MessageContent.d.ts +0 -20
- package/es/chat/ChatItem/components/MessageContent.js +0 -57
- package/es/chat/ChatItem/components/Title.d.ts +0 -11
- package/es/chat/ChatItem/components/Title.js +0 -28
- package/es/chat/ChatItem/index.d.ts +0 -2
- package/es/chat/ChatItem/index.js +0 -1
- package/es/chat/ChatItem/style.d.ts +0 -24
- package/es/chat/ChatItem/style.js +0 -36
- package/es/chat/ChatItem/type.d.ts +0 -89
- package/es/chat/ChatItem/type.js +0 -1
- package/es/chat/ChatList/ChatList.d.ts +0 -4
- package/es/chat/ChatList/ChatList.js +0 -72
- package/es/chat/ChatList/components/ChatActionsBar.d.ts +0 -4
- package/es/chat/ChatList/components/ChatActionsBar.js +0 -31
- package/es/chat/ChatList/components/ChatListItem.d.ts +0 -4
- package/es/chat/ChatList/components/ChatListItem.js +0 -185
- package/es/chat/ChatList/components/HistoryDivider.d.ts +0 -7
- package/es/chat/ChatList/components/HistoryDivider.js +0 -24
- package/es/chat/ChatList/components/useChatListActionsBar.d.ts +0 -17
- package/es/chat/ChatList/components/useChatListActionsBar.js +0 -33
- package/es/chat/ChatList/index.d.ts +0 -3
- package/es/chat/ChatList/index.js +0 -2
- package/es/chat/ChatList/style.d.ts +0 -3
- package/es/chat/ChatList/style.js +0 -9
- package/es/chat/ChatList/type.d.ts +0 -94
- package/es/chat/ChatList/type.js +0 -1
- package/es/chat/EditableMessage/EditableMessage.d.ts +0 -4
- package/es/chat/EditableMessage/EditableMessage.js +0 -117
- package/es/chat/EditableMessage/index.d.ts +0 -2
- package/es/chat/EditableMessage/index.js +0 -1
- package/es/chat/EditableMessage/type.d.ts +0 -37
- package/es/chat/EditableMessage/type.js +0 -1
- package/es/chat/EditableMessageList/EditableMessageList.d.ts +0 -4
- package/es/chat/EditableMessageList/EditableMessageList.js +0 -113
- package/es/chat/EditableMessageList/index.d.ts +0 -2
- package/es/chat/EditableMessageList/index.js +0 -1
- package/es/chat/EditableMessageList/messageReducer.d.ts +0 -37
- package/es/chat/EditableMessageList/messageReducer.js +0 -81
- package/es/chat/EditableMessageList/type.d.ts +0 -6
- package/es/chat/EditableMessageList/type.js +0 -1
- package/es/chat/LoadingDots/LoadingDots.d.ts +0 -4
- package/es/chat/LoadingDots/LoadingDots.js +0 -124
- package/es/chat/LoadingDots/index.d.ts +0 -2
- package/es/chat/LoadingDots/index.js +0 -1
- package/es/chat/LoadingDots/style.d.ts +0 -13
- package/es/chat/LoadingDots/style.js +0 -25
- package/es/chat/LoadingDots/type.d.ts +0 -22
- package/es/chat/LoadingDots/type.js +0 -1
- package/es/chat/MessageInput/MessageInput.d.ts +0 -4
- package/es/chat/MessageInput/MessageInput.js +0 -142
- package/es/chat/MessageInput/index.d.ts +0 -2
- package/es/chat/MessageInput/index.js +0 -1
- package/es/chat/MessageInput/style.d.ts +0 -1
- package/es/chat/MessageInput/style.js +0 -8
- package/es/chat/MessageInput/type.d.ts +0 -25
- package/es/chat/MessageInput/type.js +0 -1
- package/es/chat/MessageModal/MessageModal.d.ts +0 -4
- package/es/chat/MessageModal/MessageModal.js +0 -132
- package/es/chat/MessageModal/TextArea.d.ts +0 -8
- package/es/chat/MessageModal/TextArea.js +0 -41
- package/es/chat/MessageModal/index.d.ts +0 -2
- package/es/chat/MessageModal/index.js +0 -1
- package/es/chat/MessageModal/type.d.ts +0 -23
- package/es/chat/MessageModal/type.js +0 -1
- package/es/chat/TokenTag/TokenTag.d.ts +0 -4
- package/es/chat/TokenTag/TokenTag.js +0 -95
- package/es/chat/TokenTag/index.d.ts +0 -2
- package/es/chat/TokenTag/index.js +0 -1
- package/es/chat/TokenTag/style.d.ts +0 -6
- package/es/chat/TokenTag/style.js +0 -14
- package/es/chat/TokenTag/type.d.ts +0 -15
- package/es/chat/TokenTag/type.js +0 -1
- package/es/chat/index.d.ts +0 -12
- package/es/chat/index.js +0 -12
- package/es/chat/types/chatMessage.d.ts +0 -43
- package/es/chat/types/chatMessage.js +0 -1
- package/es/chat/types/error.d.ts +0 -20
- package/es/chat/types/error.js +0 -25
- package/es/chat/types/index.d.ts +0 -4
- package/es/chat/types/index.js +0 -4
- package/es/chat/types/llm.d.ts +0 -47
- package/es/chat/types/llm.js +0 -12
- package/es/chat/types/meta.d.ts +0 -26
- package/es/chat/types/meta.js +0 -1
- package/es/color/ColorScales/ScaleRow.d.ts +0 -8
- package/es/color/ColorScales/ScaleRow.js +0 -87
- package/es/color/ColorScales/index.d.ts +0 -18
- package/es/color/ColorScales/index.js +0 -78
- package/es/color/ColorScales/style.d.ts +0 -10
- package/es/color/ColorScales/style.js +0 -17
- package/es/color/colors/blue.d.ts +0 -3
- package/es/color/colors/blue.js +0 -7
- package/es/color/colors/cyan.d.ts +0 -3
- package/es/color/colors/cyan.js +0 -7
- package/es/color/colors/geekblue.d.ts +0 -3
- package/es/color/colors/geekblue.js +0 -7
- package/es/color/colors/gold.d.ts +0 -3
- package/es/color/colors/gold.js +0 -7
- package/es/color/colors/gray.d.ts +0 -3
- package/es/color/colors/gray.js +0 -7
- package/es/color/colors/green.d.ts +0 -3
- package/es/color/colors/green.js +0 -7
- package/es/color/colors/index.d.ts +0 -33
- package/es/color/colors/index.js +0 -45
- package/es/color/colors/lime.d.ts +0 -3
- package/es/color/colors/lime.js +0 -7
- package/es/color/colors/magenta.d.ts +0 -3
- package/es/color/colors/magenta.js +0 -7
- package/es/color/colors/orange.d.ts +0 -3
- package/es/color/colors/orange.js +0 -7
- package/es/color/colors/primary.d.ts +0 -3
- package/es/color/colors/primary.js +0 -7
- package/es/color/colors/purple.d.ts +0 -3
- package/es/color/colors/purple.js +0 -7
- package/es/color/colors/red.d.ts +0 -3
- package/es/color/colors/red.js +0 -7
- package/es/color/colors/volcano.d.ts +0 -3
- package/es/color/colors/volcano.js +0 -7
- package/es/color/colors/yellow.d.ts +0 -3
- package/es/color/colors/yellow.js +0 -7
- package/es/color/index.d.ts +0 -4
- package/es/color/index.js +0 -3
- package/es/color/neutrals/index.d.ts +0 -15
- package/es/color/neutrals/index.js +0 -18
- package/es/color/neutrals/mauve.d.ts +0 -3
- package/es/color/neutrals/mauve.js +0 -7
- package/es/color/neutrals/olive.d.ts +0 -3
- package/es/color/neutrals/olive.js +0 -7
- package/es/color/neutrals/sage.d.ts +0 -3
- package/es/color/neutrals/sage.js +0 -7
- package/es/color/neutrals/sand.d.ts +0 -3
- package/es/color/neutrals/sand.js +0 -7
- package/es/color/neutrals/slate.d.ts +0 -3
- package/es/color/neutrals/slate.js +0 -7
- package/es/color/types.d.ts +0 -22
- package/es/color/types.js +0 -1
- package/es/hooks/useCopied.d.ts +0 -4
- package/es/hooks/useCopied.js +0 -33
- package/es/hooks/useHighlight.d.ts +0 -29
- package/es/hooks/useHighlight.js +0 -432
- package/es/hooks/useMarkdown/index.d.ts +0 -4
- package/es/hooks/useMarkdown/index.js +0 -4
- package/es/hooks/useMarkdown/latex.d.ts +0 -179
- package/es/hooks/useMarkdown/latex.js +0 -529
- package/es/hooks/useMarkdown/useMarkdownComponents.d.ts +0 -2
- package/es/hooks/useMarkdown/useMarkdownComponents.js +0 -152
- package/es/hooks/useMarkdown/useMarkdownContent.d.ts +0 -1
- package/es/hooks/useMarkdown/useMarkdownContent.js +0 -64
- package/es/hooks/useMarkdown/useMarkdownRehypePlugins.d.ts +0 -2
- package/es/hooks/useMarkdown/useMarkdownRehypePlugins.js +0 -34
- package/es/hooks/useMarkdown/useMarkdownRemarkPlugins.d.ts +0 -2
- package/es/hooks/useMarkdown/useMarkdownRemarkPlugins.js +0 -40
- package/es/hooks/useMarkdown/utils.d.ts +0 -30
- package/es/hooks/useMarkdown/utils.js +0 -137
- package/es/hooks/useMermaid.d.ts +0 -9
- package/es/hooks/useMermaid.js +0 -140
- package/es/icons/Auth0/components/Avatar.d.ts +0 -5
- package/es/icons/Auth0/components/Avatar.js +0 -26
- package/es/icons/Auth0/components/Mono.d.ts +0 -3
- package/es/icons/Auth0/components/Mono.js +0 -40
- package/es/icons/Auth0/index.d.ts +0 -9
- package/es/icons/Auth0/index.js +0 -10
- package/es/icons/Auth0/style.d.ts +0 -2
- package/es/icons/Auth0/style.js +0 -2
- package/es/icons/Authelia/components/Avatar.d.ts +0 -5
- package/es/icons/Authelia/components/Avatar.js +0 -26
- package/es/icons/Authelia/components/Color.d.ts +0 -3
- package/es/icons/Authelia/components/Color.js +0 -132
- package/es/icons/Authelia/components/Mono.d.ts +0 -3
- package/es/icons/Authelia/components/Mono.js +0 -48
- package/es/icons/Authelia/index.d.ts +0 -11
- package/es/icons/Authelia/index.js +0 -12
- package/es/icons/Authelia/style.d.ts +0 -2
- package/es/icons/Authelia/style.js +0 -2
- package/es/icons/Authentik/components/Avatar.d.ts +0 -5
- package/es/icons/Authentik/components/Avatar.js +0 -26
- package/es/icons/Authentik/components/Color.d.ts +0 -3
- package/es/icons/Authentik/components/Color.js +0 -41
- package/es/icons/Authentik/components/Mono.d.ts +0 -3
- package/es/icons/Authentik/components/Mono.js +0 -41
- package/es/icons/Authentik/index.d.ts +0 -11
- package/es/icons/Authentik/index.js +0 -12
- package/es/icons/Authentik/style.d.ts +0 -2
- package/es/icons/Authentik/style.js +0 -2
- package/es/icons/Casdoor/components/Avatar.d.ts +0 -5
- package/es/icons/Casdoor/components/Avatar.js +0 -26
- package/es/icons/Casdoor/components/Color.d.ts +0 -3
- package/es/icons/Casdoor/components/Color.js +0 -98
- package/es/icons/Casdoor/components/Mono.d.ts +0 -3
- package/es/icons/Casdoor/components/Mono.js +0 -44
- package/es/icons/Casdoor/index.d.ts +0 -11
- package/es/icons/Casdoor/index.js +0 -12
- package/es/icons/Casdoor/style.d.ts +0 -2
- package/es/icons/Casdoor/style.js +0 -2
- package/es/icons/Clerk/components/Avatar.d.ts +0 -5
- package/es/icons/Clerk/components/Avatar.js +0 -26
- package/es/icons/Clerk/components/Color.d.ts +0 -3
- package/es/icons/Clerk/components/Color.js +0 -43
- package/es/icons/Clerk/components/Mono.d.ts +0 -3
- package/es/icons/Clerk/components/Mono.js +0 -43
- package/es/icons/Clerk/index.d.ts +0 -11
- package/es/icons/Clerk/index.js +0 -12
- package/es/icons/Clerk/style.d.ts +0 -2
- package/es/icons/Clerk/style.js +0 -2
- package/es/icons/Logto/components/Avatar.d.ts +0 -5
- package/es/icons/Logto/components/Avatar.js +0 -26
- package/es/icons/Logto/components/Color.d.ts +0 -3
- package/es/icons/Logto/components/Color.js +0 -60
- package/es/icons/Logto/components/Mono.d.ts +0 -3
- package/es/icons/Logto/components/Mono.js +0 -41
- package/es/icons/Logto/index.d.ts +0 -11
- package/es/icons/Logto/index.js +0 -12
- package/es/icons/Logto/style.d.ts +0 -2
- package/es/icons/Logto/style.js +0 -2
- package/es/icons/MicrosoftEntra/components/Avatar.d.ts +0 -5
- package/es/icons/MicrosoftEntra/components/Avatar.js +0 -25
- package/es/icons/MicrosoftEntra/components/Color.d.ts +0 -3
- package/es/icons/MicrosoftEntra/components/Color.js +0 -54
- package/es/icons/MicrosoftEntra/components/Mono.d.ts +0 -3
- package/es/icons/MicrosoftEntra/components/Mono.js +0 -43
- package/es/icons/MicrosoftEntra/index.d.ts +0 -11
- package/es/icons/MicrosoftEntra/index.js +0 -12
- package/es/icons/MicrosoftEntra/style.d.ts +0 -2
- package/es/icons/MicrosoftEntra/style.js +0 -2
- package/es/icons/NextAuth/components/Avatar.d.ts +0 -5
- package/es/icons/NextAuth/components/Avatar.js +0 -26
- package/es/icons/NextAuth/components/Color.d.ts +0 -3
- package/es/icons/NextAuth/components/Color.js +0 -109
- package/es/icons/NextAuth/components/Mono.d.ts +0 -3
- package/es/icons/NextAuth/components/Mono.js +0 -41
- package/es/icons/NextAuth/index.d.ts +0 -11
- package/es/icons/NextAuth/index.js +0 -12
- package/es/icons/NextAuth/style.d.ts +0 -2
- package/es/icons/NextAuth/style.js +0 -2
- package/es/icons/Zitadel/components/Avatar.d.ts +0 -5
- package/es/icons/Zitadel/components/Avatar.js +0 -26
- package/es/icons/Zitadel/components/Color.d.ts +0 -3
- package/es/icons/Zitadel/components/Color.js +0 -184
- package/es/icons/Zitadel/components/Mono.d.ts +0 -3
- package/es/icons/Zitadel/components/Mono.js +0 -70
- package/es/icons/Zitadel/index.d.ts +0 -11
- package/es/icons/Zitadel/index.js +0 -12
- package/es/icons/Zitadel/style.d.ts +0 -2
- package/es/icons/Zitadel/style.js +0 -2
- package/es/icons/index.d.ts +0 -11
- package/es/icons/index.js +0 -11
- package/es/icons/lucideExtra/BotPromptIcon.d.ts +0 -3
- package/es/icons/lucideExtra/BotPromptIcon.js +0 -7
- package/es/icons/lucideExtra/CreateBotIcon.d.ts +0 -3
- package/es/icons/lucideExtra/CreateBotIcon.js +0 -7
- package/es/icons/lucideExtra/DiscordIcon.d.ts +0 -3
- package/es/icons/lucideExtra/DiscordIcon.js +0 -10
- package/es/icons/lucideExtra/GlobeOffIcon.d.ts +0 -3
- package/es/icons/lucideExtra/GlobeOffIcon.js +0 -10
- package/es/icons/lucideExtra/GroupBotIcon.d.ts +0 -3
- package/es/icons/lucideExtra/GroupBotIcon.js +0 -13
- package/es/icons/lucideExtra/GroupBotSquareIcon.d.ts +0 -3
- package/es/icons/lucideExtra/GroupBotSquareIcon.js +0 -10
- package/es/icons/lucideExtra/LeftClickIcon.d.ts +0 -3
- package/es/icons/lucideExtra/LeftClickIcon.js +0 -10
- package/es/icons/lucideExtra/LeftDoubleClickIcon.d.ts +0 -3
- package/es/icons/lucideExtra/LeftDoubleClickIcon.js +0 -7
- package/es/icons/lucideExtra/McpIcon.d.ts +0 -3
- package/es/icons/lucideExtra/McpIcon.js +0 -10
- package/es/icons/lucideExtra/ProviderIcon.d.ts +0 -3
- package/es/icons/lucideExtra/ProviderIcon.js +0 -16
- package/es/icons/lucideExtra/RightClickIcon.d.ts +0 -3
- package/es/icons/lucideExtra/RightClickIcon.js +0 -10
- package/es/icons/lucideExtra/RightDoubleClickIcon.d.ts +0 -3
- package/es/icons/lucideExtra/RightDoubleClickIcon.js +0 -10
- package/es/icons/lucideExtra/ShapesUploadIcon.d.ts +0 -3
- package/es/icons/lucideExtra/ShapesUploadIcon.js +0 -7
- package/es/icons/lucideExtra/TreeDownRightIcon.d.ts +0 -3
- package/es/icons/lucideExtra/TreeDownRightIcon.js +0 -7
- package/es/icons/lucideExtra/TreeUpDownRightIcon.d.ts +0 -3
- package/es/icons/lucideExtra/TreeUpDownRightIcon.js +0 -7
- package/es/icons/lucideExtra/index.d.ts +0 -15
- package/es/icons/lucideExtra/index.js +0 -15
- package/es/index.d.ts +0 -81
- package/es/index.js +0 -80
- package/es/mdx/Callout/index.d.ts +0 -7
- package/es/mdx/Callout/index.js +0 -90
- package/es/mdx/Callout/style.d.ts +0 -5
- package/es/mdx/Callout/style.js +0 -11
- package/es/mdx/Cards/Card.d.ts +0 -16
- package/es/mdx/Cards/Card.js +0 -110
- package/es/mdx/Cards/index.d.ts +0 -5
- package/es/mdx/Cards/index.js +0 -35
- package/es/mdx/Cards/style.d.ts +0 -3
- package/es/mdx/Cards/style.js +0 -9
- package/es/mdx/FileTree/File.d.ts +0 -9
- package/es/mdx/FileTree/File.js +0 -35
- package/es/mdx/FileTree/Folder.d.ts +0 -10
- package/es/mdx/FileTree/Folder.js +0 -69
- package/es/mdx/FileTree/index.d.ts +0 -5
- package/es/mdx/FileTree/index.js +0 -28
- package/es/mdx/FileTree/style.d.ts +0 -3
- package/es/mdx/FileTree/style.js +0 -10
- package/es/mdx/Mdx/index.d.ts +0 -18
- package/es/mdx/Mdx/index.js +0 -174
- package/es/mdx/Steps/index.d.ts +0 -4
- package/es/mdx/Steps/index.js +0 -28
- package/es/mdx/Steps/style.d.ts +0 -3
- package/es/mdx/Steps/style.js +0 -10
- package/es/mdx/Tabs/Tab.d.ts +0 -5
- package/es/mdx/Tabs/Tab.js +0 -38
- package/es/mdx/Tabs/index.d.ts +0 -11
- package/es/mdx/Tabs/index.js +0 -65
- package/es/mdx/Tabs/style.d.ts +0 -4
- package/es/mdx/Tabs/style.js +0 -12
- package/es/mdx/index.d.ts +0 -16
- package/es/mdx/index.js +0 -16
- package/es/mdx/mdxComponents/Citation/PopoverPanel.d.ts +0 -10
- package/es/mdx/mdxComponents/Citation/PopoverPanel.js +0 -92
- package/es/mdx/mdxComponents/Citation/index.d.ts +0 -12
- package/es/mdx/mdxComponents/Citation/index.js +0 -72
- package/es/mdx/mdxComponents/CodeBlock.d.ts +0 -10
- package/es/mdx/mdxComponents/CodeBlock.js +0 -55
- package/es/mdx/mdxComponents/Image.d.ts +0 -5
- package/es/mdx/mdxComponents/Image.js +0 -31
- package/es/mdx/mdxComponents/Link.d.ts +0 -13
- package/es/mdx/mdxComponents/Link.js +0 -50
- package/es/mdx/mdxComponents/Pre.d.ts +0 -9
- package/es/mdx/mdxComponents/Pre.js +0 -104
- package/es/mdx/mdxComponents/Section.d.ts +0 -8
- package/es/mdx/mdxComponents/Section.js +0 -30
- package/es/mdx/mdxComponents/Video.d.ts +0 -5
- package/es/mdx/mdxComponents/Video.js +0 -26
- package/es/mdx/mdxComponents/index.d.ts +0 -3
- package/es/mdx/mdxComponents/index.js +0 -23
- package/es/mobile/ChatHeader/ChatHeader.d.ts +0 -4
- package/es/mobile/ChatHeader/ChatHeader.js +0 -88
- package/es/mobile/ChatHeader/ChatHeaderTitle.d.ts +0 -4
- package/es/mobile/ChatHeader/ChatHeaderTitle.js +0 -58
- package/es/mobile/ChatHeader/index.d.ts +0 -11
- package/es/mobile/ChatHeader/index.js +0 -6
- package/es/mobile/ChatHeader/style.d.ts +0 -14
- package/es/mobile/ChatHeader/style.js +0 -25
- package/es/mobile/ChatHeader/type.d.ts +0 -31
- package/es/mobile/ChatHeader/type.js +0 -1
- package/es/mobile/ChatInputArea/ChatInputArea.d.ts +0 -4
- package/es/mobile/ChatInputArea/ChatInputArea.js +0 -147
- package/es/mobile/ChatInputArea/components/ChatSendButton.d.ts +0 -4
- package/es/mobile/ChatInputArea/components/ChatSendButton.js +0 -38
- package/es/mobile/ChatInputArea/index.d.ts +0 -11
- package/es/mobile/ChatInputArea/index.js +0 -6
- package/es/mobile/ChatInputArea/style.d.ts +0 -7
- package/es/mobile/ChatInputArea/style.js +0 -14
- package/es/mobile/ChatInputArea/type.d.ts +0 -19
- package/es/mobile/ChatInputArea/type.js +0 -1
- package/es/mobile/SafeArea/SafeArea.d.ts +0 -4
- package/es/mobile/SafeArea/SafeArea.js +0 -26
- package/es/mobile/SafeArea/index.d.ts +0 -2
- package/es/mobile/SafeArea/index.js +0 -1
- package/es/mobile/SafeArea/style.d.ts +0 -5
- package/es/mobile/SafeArea/style.js +0 -11
- package/es/mobile/SafeArea/type.d.ts +0 -4
- package/es/mobile/SafeArea/type.js +0 -1
- package/es/mobile/TabBar/TabBar.d.ts +0 -4
- package/es/mobile/TabBar/TabBar.js +0 -84
- package/es/mobile/TabBar/index.d.ts +0 -2
- package/es/mobile/TabBar/index.js +0 -1
- package/es/mobile/TabBar/style.d.ts +0 -8
- package/es/mobile/TabBar/style.js +0 -15
- package/es/mobile/TabBar/type.d.ts +0 -16
- package/es/mobile/TabBar/type.js +0 -1
- package/es/mobile/index.d.ts +0 -4
- package/es/mobile/index.js +0 -4
- package/es/motion/LazyMotion.d.ts +0 -15
- package/es/motion/LazyMotion.js +0 -26
- package/es/motion/index.d.ts +0 -3
- package/es/motion/index.js +0 -3
- package/es/motion/loadFeatures.d.ts +0 -9
- package/es/motion/loadFeatures.js +0 -10
- package/es/storybook/StoryBook/index.d.ts +0 -10
- package/es/storybook/StoryBook/index.js +0 -61
- package/es/storybook/StoryBook/style.d.ts +0 -6
- package/es/storybook/StoryBook/style.js +0 -15
- package/es/storybook/index.d.ts +0 -1
- package/es/storybook/index.js +0 -1
- package/es/styles/customTheme.d.ts +0 -28
- package/es/styles/customTheme.js +0 -32
- package/es/styles/index.d.ts +0 -4
- package/es/styles/index.js +0 -4
- package/es/styles/theme/algorithms/darkAlgorithm.d.ts +0 -2
- package/es/styles/theme/algorithms/darkAlgorithm.js +0 -36
- package/es/styles/theme/algorithms/lightAlgorithm.d.ts +0 -2
- package/es/styles/theme/algorithms/lightAlgorithm.js +0 -32
- package/es/styles/theme/antdTheme.d.ts +0 -15
- package/es/styles/theme/antdTheme.js +0 -54
- package/es/styles/theme/customStylish.d.ts +0 -3
- package/es/styles/theme/customStylish.js +0 -29
- package/es/styles/theme/customToken.d.ts +0 -3
- package/es/styles/theme/customToken.js +0 -83
- package/es/styles/theme/generateColorPalette.d.ts +0 -11
- package/es/styles/theme/generateColorPalette.js +0 -35
- package/es/styles/theme/token/base.d.ts +0 -2
- package/es/styles/theme/token/base.js +0 -13
- package/es/styles/theme/token/dark.d.ts +0 -3
- package/es/styles/theme/token/dark.js +0 -47
- package/es/styles/theme/token/light.d.ts +0 -3
- package/es/styles/theme/token/light.js +0 -47
- package/es/types/citation.d.ts +0 -6
- package/es/types/citation.js +0 -1
- package/es/types/customStylish.d.ts +0 -20
- package/es/types/customStylish.js +0 -1
- package/es/types/customToken.d.ts +0 -25
- package/es/types/customToken.js +0 -3
- package/es/types/global.d.ts +0 -11
- package/es/types/index.d.ts +0 -11
- package/es/types/index.js +0 -3
- package/es/utils/composeEventHandlers.d.ts +0 -19
- package/es/utils/composeEventHandlers.js +0 -26
- package/es/utils/copyToClipboard.d.ts +0 -1
- package/es/utils/copyToClipboard.js +0 -36
- package/es/utils/downloadBlob.d.ts +0 -1
- package/es/utils/downloadBlob.js +0 -33
- package/es/utils/formatTime.d.ts +0 -1
- package/es/utils/formatTime.js +0 -12
- package/es/utils/genCdnUrl.d.ts +0 -11
- package/es/utils/genCdnUrl.js +0 -21
- package/es/utils/platform.d.ts +0 -1
- package/es/utils/platform.js +0 -1
- package/es/utils/safeParseJSON.d.ts +0 -1
- package/es/utils/safeParseJSON.js +0 -10
- package/es/utils/smoothCorners.d.ts +0 -39
- package/es/utils/smoothCorners.js +0 -112
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
import { TITLE } from "../style.mjs";
|
|
4
|
+
import { memo } from "react";
|
|
5
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
|
|
7
|
+
//#region src/icons/Zitadel/components/Mono.tsx
|
|
8
|
+
const Icon = memo(({ size = "1em", style, ...rest }) => {
|
|
9
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
height: size,
|
|
13
|
+
style: {
|
|
14
|
+
flex: "none",
|
|
15
|
+
lineHeight: 1,
|
|
16
|
+
...style
|
|
17
|
+
},
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
width: size,
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
21
|
+
...rest,
|
|
22
|
+
children: [
|
|
23
|
+
/* @__PURE__ */ jsx("title", { children: TITLE }),
|
|
24
|
+
/* @__PURE__ */ jsx("path", {
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M17.075 16.907l-.687-2.563.397-.106.872 3.256-10.782-2.957 7.868-7.918.872 3.255-.397.106-.687-2.565-6.868 6.912 9.412 2.58z"
|
|
27
|
+
}),
|
|
28
|
+
/* @__PURE__ */ jsx("path", {
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M5.158 11.802l.43 1.604-2.013 2.012 2.749.736.43 1.604-5.956-1.596 4.36-4.36z"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ jsx("path", {
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M17.725 6.753l-1.603-.43-.737-2.748-2.012 2.012-1.603-.43 4.36-4.36 1.595 5.956z"
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ jsx("path", {
|
|
37
|
+
clipRule: "evenodd",
|
|
38
|
+
d: "M15.864 20.224l1.174-1.174 2.749.736-.736-2.748 1.173-1.174 1.596 5.955-5.956-1.595z"
|
|
39
|
+
}),
|
|
40
|
+
/* @__PURE__ */ jsx("path", {
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M10.98 20.955l-.355-3.638 2.48.664-2.126 2.974z"
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ jsx("path", {
|
|
45
|
+
clipRule: "evenodd",
|
|
46
|
+
d: "M6.93 7.183l1.512 3.328 1.816-1.816L6.93 7.183z"
|
|
47
|
+
}),
|
|
48
|
+
/* @__PURE__ */ jsx("path", {
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
d: "M20.89 10.91l-3.64-.355.666 2.48 2.973-2.126z"
|
|
51
|
+
}),
|
|
52
|
+
/* @__PURE__ */ jsx("path", { d: "M15.632 10.853A.959.959 0 1015.136 9a.959.959 0 00.496 1.852zM16.87 15.216a.958.958 0 10-.495-1.851.958.958 0 00.496 1.851zM17.614 18.126a.958.958 0 10-.496-1.852.958.958 0 00.496 1.852zM7.544 15.358a.958.958 0 10-.497-1.852.958.958 0 00.497 1.852zM14.89 7.943a.958.958 0 10-.495-1.852.958.958 0 00.496 1.852z" }),
|
|
53
|
+
/* @__PURE__ */ jsx("path", {
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M15.786 9.031s-.29-.083-.38-.22c-.07-.107-.197-.51-.222-.585-.1-.307.219-.598.219-.598l-1.211.348s.411-.126.585.36c.027.074.078.41.1.617.027.148-.161.35-.161.35l1.07-.272zM17.531 16.257s-.225-.016-.285-.206c-.035-.132-.048-.175-.086-.322a1.664 1.664 0 01-.064-.239c-.08-.365.127-.505.127-.505l-.938.224s.277.024.41.374c.029.074.058.195.074.275.034.13.036.14.072.267.06.21-.07.305-.07.305l.76-.173z"
|
|
56
|
+
}),
|
|
57
|
+
/* @__PURE__ */ jsx("path", {
|
|
58
|
+
clipRule: "evenodd",
|
|
59
|
+
d: "M8.288 14.249s-.183-.156.153-.612c.189-.256.458-.532.75-.846.532-.572 1.188-1.225 1.84-1.882.55-.555 1.1-1.11 1.6-1.591.417-.401.794-.757 1.103-1.025.061-.053.126-.092.176-.143.3-.3.633-.177.633-.177l-.88-.841s.066.375-.15.624c-.046.054-.088.116-.14.177-.267.312-.62.69-1.018 1.11a96.727 96.727 0 01-1.581 1.61c-.653.656-1.302 1.316-1.871 1.853-.311.293-.589.56-.841.754-.37.284-.773.21-.773.21l1 .779z"
|
|
60
|
+
}),
|
|
61
|
+
/* @__PURE__ */ jsx("path", {
|
|
62
|
+
clipRule: "evenodd",
|
|
63
|
+
d: "M7.854 15.168s.107-.183.689-.09c.314.05.69.134 1.106.233.76.18 1.653.427 2.546.668.755.204 1.494.42 2.16.617.555.164 1.544.422 1.613.442.452.13.424.327.424.327l.225-.799s-.161.198-.533.078a54.605 54.605 0 00-1.613-.436c-.674-.167-1.428-.373-2.181-.578-.893-.243-1.788-.481-2.535-.71-.41-.126-.782-.227-1.073-.358-.583-.264-.422-.61-.422-.61l-.406 1.216z"
|
|
64
|
+
})
|
|
65
|
+
]
|
|
66
|
+
});
|
|
67
|
+
});
|
|
68
|
+
var Mono_default = Icon;
|
|
69
|
+
|
|
70
|
+
//#endregion
|
|
71
|
+
export { Mono_default as default };
|
|
72
|
+
//# sourceMappingURL=Mono.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mono.mjs","names":["Icon: IconType"],"sources":["../../../../src/icons/Zitadel/components/Mono.tsx"],"sourcesContent":["'use client';\n\nimport type { IconType } from '@lobehub/icons';\nimport { memo } from 'react';\n\nimport { TITLE } from '../style';\n\nconst Icon: IconType = memo(({ size = '1em', style, ...rest }) => {\n return (\n <svg\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n height={size}\n style={{ flex: 'none', lineHeight: 1, ...style }}\n viewBox=\"0 0 24 24\"\n width={size}\n xmlns=\"http://www.w3.org/2000/svg\"\n {...rest}\n >\n <title>{TITLE}</title>\n <path\n clipRule=\"evenodd\"\n d=\"M17.075 16.907l-.687-2.563.397-.106.872 3.256-10.782-2.957 7.868-7.918.872 3.255-.397.106-.687-2.565-6.868 6.912 9.412 2.58z\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M5.158 11.802l.43 1.604-2.013 2.012 2.749.736.43 1.604-5.956-1.596 4.36-4.36z\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M17.725 6.753l-1.603-.43-.737-2.748-2.012 2.012-1.603-.43 4.36-4.36 1.595 5.956z\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M15.864 20.224l1.174-1.174 2.749.736-.736-2.748 1.173-1.174 1.596 5.955-5.956-1.595z\"\n />\n <path clipRule=\"evenodd\" d=\"M10.98 20.955l-.355-3.638 2.48.664-2.126 2.974z\" />\n <path clipRule=\"evenodd\" d=\"M6.93 7.183l1.512 3.328 1.816-1.816L6.93 7.183z\" />\n <path clipRule=\"evenodd\" d=\"M20.89 10.91l-3.64-.355.666 2.48 2.973-2.126z\" />\n <path d=\"M15.632 10.853A.959.959 0 1015.136 9a.959.959 0 00.496 1.852zM16.87 15.216a.958.958 0 10-.495-1.851.958.958 0 00.496 1.851zM17.614 18.126a.958.958 0 10-.496-1.852.958.958 0 00.496 1.852zM7.544 15.358a.958.958 0 10-.497-1.852.958.958 0 00.497 1.852zM14.89 7.943a.958.958 0 10-.495-1.852.958.958 0 00.496 1.852z\" />\n <path\n clipRule=\"evenodd\"\n d=\"M15.786 9.031s-.29-.083-.38-.22c-.07-.107-.197-.51-.222-.585-.1-.307.219-.598.219-.598l-1.211.348s.411-.126.585.36c.027.074.078.41.1.617.027.148-.161.35-.161.35l1.07-.272zM17.531 16.257s-.225-.016-.285-.206c-.035-.132-.048-.175-.086-.322a1.664 1.664 0 01-.064-.239c-.08-.365.127-.505.127-.505l-.938.224s.277.024.41.374c.029.074.058.195.074.275.034.13.036.14.072.267.06.21-.07.305-.07.305l.76-.173z\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M8.288 14.249s-.183-.156.153-.612c.189-.256.458-.532.75-.846.532-.572 1.188-1.225 1.84-1.882.55-.555 1.1-1.11 1.6-1.591.417-.401.794-.757 1.103-1.025.061-.053.126-.092.176-.143.3-.3.633-.177.633-.177l-.88-.841s.066.375-.15.624c-.046.054-.088.116-.14.177-.267.312-.62.69-1.018 1.11a96.727 96.727 0 01-1.581 1.61c-.653.656-1.302 1.316-1.871 1.853-.311.293-.589.56-.841.754-.37.284-.773.21-.773.21l1 .779z\"\n />\n <path\n clipRule=\"evenodd\"\n d=\"M7.854 15.168s.107-.183.689-.09c.314.05.69.134 1.106.233.76.18 1.653.427 2.546.668.755.204 1.494.42 2.16.617.555.164 1.544.422 1.613.442.452.13.424.327.424.327l.225-.799s-.161.198-.533.078a54.605 54.605 0 00-1.613-.436c-.674-.167-1.428-.373-2.181-.578-.893-.243-1.788-.481-2.535-.71-.41-.126-.782-.227-1.073-.358-.583-.264-.422-.61-.422-.61l-.406 1.216z\"\n />\n </svg>\n );\n});\n\nexport default Icon;\n"],"mappings":";;;;;;;AAOA,MAAMA,OAAiB,MAAM,EAAE,OAAO,OAAO,OAAO,GAAG,WAAW;AAChE,QACE,qBAAC;EACC,MAAK;EACL,UAAS;EACT,QAAQ;EACR,OAAO;GAAE,MAAM;GAAQ,YAAY;GAAG,GAAG;GAAO;EAChD,SAAQ;EACR,OAAO;EACP,OAAM;EACN,GAAI;;GAEJ,oBAAC,qBAAO,QAAc;GACtB,oBAAC;IACC,UAAS;IACT,GAAE;KACF;GACF,oBAAC;IACC,UAAS;IACT,GAAE;KACF;GACF,oBAAC;IACC,UAAS;IACT,GAAE;KACF;GACF,oBAAC;IACC,UAAS;IACT,GAAE;KACF;GACF,oBAAC;IAAK,UAAS;IAAU,GAAE;KAAoD;GAC/E,oBAAC;IAAK,UAAS;IAAU,GAAE;KAAoD;GAC/E,oBAAC;IAAK,UAAS;IAAU,GAAE;KAAkD;GAC7E,oBAAC,UAAK,GAAE,0TAA0T;GAClU,oBAAC;IACC,UAAS;IACT,GAAE;KACF;GACF,oBAAC;IACC,UAAS;IACT,GAAE;KACF;GACF,oBAAC;IACC,UAAS;IACT,GAAE;KACF;;GACE;EAER;AAEF,mBAAe"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Avatar } from "./components/Avatar.mjs";
|
|
2
|
+
import { Icon } from "./components/Color.mjs";
|
|
3
|
+
import { Icon as Icon$1 } from "./components/Mono.mjs";
|
|
4
|
+
|
|
5
|
+
//#region src/icons/Zitadel/index.d.ts
|
|
6
|
+
type CompoundedIcon = typeof Icon$1 & {
|
|
7
|
+
Avatar: typeof Avatar;
|
|
8
|
+
Color: typeof Icon;
|
|
9
|
+
colorPrimary: string;
|
|
10
|
+
title: string;
|
|
11
|
+
};
|
|
12
|
+
declare const Icons: CompoundedIcon;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { CompoundedIcon, Icons };
|
|
15
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
import { COLOR_PRIMARY, TITLE } from "./style.mjs";
|
|
4
|
+
import Mono_default from "./components/Mono.mjs";
|
|
5
|
+
import Avatar_default from "./components/Avatar.mjs";
|
|
6
|
+
import Color_default from "./components/Color.mjs";
|
|
7
|
+
|
|
8
|
+
//#region src/icons/Zitadel/index.ts
|
|
9
|
+
const Icons = Mono_default;
|
|
10
|
+
Icons.Color = Color_default;
|
|
11
|
+
Icons.Avatar = Avatar_default;
|
|
12
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
|
+
Icons.title = TITLE;
|
|
14
|
+
var Zitadel_default = Icons;
|
|
15
|
+
|
|
16
|
+
//#endregion
|
|
17
|
+
export { Zitadel_default as default };
|
|
18
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":["Mono","Color","Avatar"],"sources":["../../../src/icons/Zitadel/index.ts"],"sourcesContent":["'use client';\n\nimport Avatar from './components/Avatar';\nimport Color from './components/Color';\nimport Mono from './components/Mono';\nimport { COLOR_PRIMARY, TITLE } from './style';\n\nexport type CompoundedIcon = typeof Mono & {\n Avatar: typeof Avatar;\n Color: typeof Color;\n colorPrimary: string;\n title: string;\n};\n\nconst Icons = Mono as CompoundedIcon;\nIcons.Color = Color;\nIcons.Avatar = Avatar;\nIcons.colorPrimary = COLOR_PRIMARY;\nIcons.title = TITLE;\nexport default Icons;\n"],"mappings":";;;;;;;;AAcA,MAAM,QAAQA;AACd,MAAM,QAAQC;AACd,MAAM,SAASC;AACf,MAAM,eAAe;AACrB,MAAM,QAAQ;AACd,sBAAe"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.mjs","names":[],"sources":["../../../src/icons/Zitadel/style.ts"],"sourcesContent":["export const TITLE = 'Zitadel';\nexport const COLOR_PRIMARY = '#FF2069';\n"],"mappings":";AAAA,MAAa,QAAQ;AACrB,MAAa,gBAAgB"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { CompoundedIcon, Icons } from "./Auth0/index.mjs";
|
|
2
|
+
import { CompoundedIcon as CompoundedIcon$1, Icons as Icons$1 } from "./Authelia/index.mjs";
|
|
3
|
+
import { CompoundedIcon as CompoundedIcon$2, Icons as Icons$2 } from "./Authentik/index.mjs";
|
|
4
|
+
import { CompoundedIcon as CompoundedIcon$3, Icons as Icons$3 } from "./Casdoor/index.mjs";
|
|
5
|
+
import { CompoundedIcon as CompoundedIcon$4, Icons as Icons$4 } from "./Clerk/index.mjs";
|
|
6
|
+
import { CompoundedIcon as CompoundedIcon$5, Icons as Icons$5 } from "./Logto/index.mjs";
|
|
7
|
+
import { BotPromptIcon } from "./lucideExtra/BotPromptIcon.mjs";
|
|
8
|
+
import { CreateBotIcon } from "./lucideExtra/CreateBotIcon.mjs";
|
|
9
|
+
import { DiscordIcon } from "./lucideExtra/DiscordIcon.mjs";
|
|
10
|
+
import { GlobeOffIcon } from "./lucideExtra/GlobeOffIcon.mjs";
|
|
11
|
+
import { GroupBotIcon } from "./lucideExtra/GroupBotIcon.mjs";
|
|
12
|
+
import { GroupBotSquareIcon } from "./lucideExtra/GroupBotSquareIcon.mjs";
|
|
13
|
+
import { LeftClickIcon } from "./lucideExtra/LeftClickIcon.mjs";
|
|
14
|
+
import { LeftDoubleClickIcon } from "./lucideExtra/LeftDoubleClickIcon.mjs";
|
|
15
|
+
import { McpIcon } from "./lucideExtra/McpIcon.mjs";
|
|
16
|
+
import { ProviderIcon } from "./lucideExtra/ProviderIcon.mjs";
|
|
17
|
+
import { RightClickIcon } from "./lucideExtra/RightClickIcon.mjs";
|
|
18
|
+
import { RightDoubleClickIcon } from "./lucideExtra/RightDoubleClickIcon.mjs";
|
|
19
|
+
import { ShapesUploadIcon } from "./lucideExtra/ShapesUploadIcon.mjs";
|
|
20
|
+
import { TreeDownRightIcon } from "./lucideExtra/TreeDownRightIcon.mjs";
|
|
21
|
+
import { TreeUpDownRightIcon } from "./lucideExtra/TreeUpDownRightIcon.mjs";
|
|
22
|
+
import "./lucideExtra/index.mjs";
|
|
23
|
+
import { CompoundedIcon as CompoundedIcon$6, Icons as Icons$6 } from "./MicrosoftEntra/index.mjs";
|
|
24
|
+
import { CompoundedIcon as CompoundedIcon$7, Icons as Icons$7 } from "./NextAuth/index.mjs";
|
|
25
|
+
import { CompoundedIcon as CompoundedIcon$8, Icons as Icons$8 } from "./Zitadel/index.mjs";
|
|
26
|
+
import { Cloudflare, CloudflareProps, Github, GithubProps } from "@lobehub/icons";
|
|
27
|
+
export { Icons as Auth0, type CompoundedIcon as Auth0Props, Icons$1 as Authelia, type CompoundedIcon$1 as AutheliaProps, Icons$2 as Authentik, type CompoundedIcon$2 as AuthentikProps, BotPromptIcon, Icons$3 as Casdoor, type CompoundedIcon$3 as CasdoorProps, Icons$4 as Clerk, type CompoundedIcon$4 as ClerkProps, Cloudflare, type CloudflareProps, CreateBotIcon, DiscordIcon, Github, type GithubProps, GlobeOffIcon, GroupBotIcon, GroupBotSquareIcon, LeftClickIcon, LeftDoubleClickIcon, Icons$5 as Logto, type CompoundedIcon$5 as LogtoProps, McpIcon, Icons$6 as MicrosoftEntra, type CompoundedIcon$6 as MicrosoftEntraProps, Icons$7 as NextAuth, type CompoundedIcon$7 as NextAuthProps, ProviderIcon, RightClickIcon, RightDoubleClickIcon, ShapesUploadIcon, TreeDownRightIcon, TreeUpDownRightIcon, Icons$8 as Zitadel, type CompoundedIcon$8 as ZitadelProps };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import LeftClickIcon_default from "./lucideExtra/LeftClickIcon.mjs";
|
|
2
|
+
import LeftDoubleClickIcon_default from "./lucideExtra/LeftDoubleClickIcon.mjs";
|
|
3
|
+
import RightClickIcon_default from "./lucideExtra/RightClickIcon.mjs";
|
|
4
|
+
import RightDoubleClickIcon_default from "./lucideExtra/RightDoubleClickIcon.mjs";
|
|
5
|
+
import Auth0_default from "./Auth0/index.mjs";
|
|
6
|
+
import Authelia_default from "./Authelia/index.mjs";
|
|
7
|
+
import Authentik_default from "./Authentik/index.mjs";
|
|
8
|
+
import Casdoor_default from "./Casdoor/index.mjs";
|
|
9
|
+
import Clerk_default from "./Clerk/index.mjs";
|
|
10
|
+
import Logto_default from "./Logto/index.mjs";
|
|
11
|
+
import BotPromptIcon_default from "./lucideExtra/BotPromptIcon.mjs";
|
|
12
|
+
import CreateBotIcon_default from "./lucideExtra/CreateBotIcon.mjs";
|
|
13
|
+
import DiscordIcon_default from "./lucideExtra/DiscordIcon.mjs";
|
|
14
|
+
import GlobeOffIcon_default from "./lucideExtra/GlobeOffIcon.mjs";
|
|
15
|
+
import GroupBotIcon_default from "./lucideExtra/GroupBotIcon.mjs";
|
|
16
|
+
import GroupBotSquareIcon_default from "./lucideExtra/GroupBotSquareIcon.mjs";
|
|
17
|
+
import McpIcon_default from "./lucideExtra/McpIcon.mjs";
|
|
18
|
+
import ProviderIcon_default from "./lucideExtra/ProviderIcon.mjs";
|
|
19
|
+
import ShapesUploadIcon_default from "./lucideExtra/ShapesUploadIcon.mjs";
|
|
20
|
+
import TreeDownRightIcon_default from "./lucideExtra/TreeDownRightIcon.mjs";
|
|
21
|
+
import TreeUpDownRightIcon_default from "./lucideExtra/TreeUpDownRightIcon.mjs";
|
|
22
|
+
import MicrosoftEntra_default from "./MicrosoftEntra/index.mjs";
|
|
23
|
+
import NextAuth_default from "./NextAuth/index.mjs";
|
|
24
|
+
import Zitadel_default from "./Zitadel/index.mjs";
|
|
25
|
+
import { Cloudflare, Github } from "@lobehub/icons";
|
|
26
|
+
|
|
27
|
+
export { Auth0_default as Auth0, Authelia_default as Authelia, Authentik_default as Authentik, BotPromptIcon_default as BotPromptIcon, Casdoor_default as Casdoor, Clerk_default as Clerk, Cloudflare, CreateBotIcon_default as CreateBotIcon, DiscordIcon_default as DiscordIcon, Github, GlobeOffIcon_default as GlobeOffIcon, GroupBotIcon_default as GroupBotIcon, GroupBotSquareIcon_default as GroupBotSquareIcon, LeftClickIcon_default as LeftClickIcon, LeftDoubleClickIcon_default as LeftDoubleClickIcon, Logto_default as Logto, McpIcon_default as McpIcon, MicrosoftEntra_default as MicrosoftEntra, NextAuth_default as NextAuth, ProviderIcon_default as ProviderIcon, RightClickIcon_default as RightClickIcon, RightDoubleClickIcon_default as RightDoubleClickIcon, ShapesUploadIcon_default as ShapesUploadIcon, TreeDownRightIcon_default as TreeDownRightIcon, TreeUpDownRightIcon_default as TreeUpDownRightIcon, Zitadel_default as Zitadel };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react71 from "react";
|
|
2
|
+
import * as lucide_react0 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/BotPromptIcon.d.ts
|
|
5
|
+
declare const BotPromptIcon: react71.ForwardRefExoticComponent<Omit<lucide_react0.LucideProps, "ref"> & react71.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { BotPromptIcon };
|
|
8
|
+
//# sourceMappingURL=BotPromptIcon.d.mts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/BotPromptIcon.tsx
|
|
4
|
+
const BotPromptIcon = createLucideIcon("BotPrompt", [["path", {
|
|
5
|
+
d: "M12 8V4H8M18 8H6C4.895 8 4 8.895 4 10V18C4 19.105 4.895 20 6 20H18C19.105 20 20 19.105 20 18V10C20 8.895 19.105 8 18 8ZM2 14H4M20 14H22M8 12H14M8 16H16",
|
|
6
|
+
key: "1"
|
|
7
|
+
}]]);
|
|
8
|
+
BotPromptIcon.displayName = "BotPromptIcon";
|
|
9
|
+
var BotPromptIcon_default = BotPromptIcon;
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
export { BotPromptIcon_default as default };
|
|
13
|
+
//# sourceMappingURL=BotPromptIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BotPromptIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/BotPromptIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst BotPromptIcon = createLucideIcon('BotPrompt', [\n [\n 'path',\n {\n d: 'M12 8V4H8M18 8H6C4.895 8 4 8.895 4 10V18C4 19.105 4.895 20 6 20H18C19.105 20 20 19.105 20 18V10C20 8.895 19.105 8 18 8ZM2 14H4M20 14H22M8 12H14M8 16H16',\n key: '1',\n },\n ],\n]);\n\nBotPromptIcon.displayName = 'BotPromptIcon';\n\nexport default BotPromptIcon;\n"],"mappings":";;;AAEA,MAAM,gBAAgB,iBAAiB,aAAa,CAClD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,CACF,CAAC;AAEF,cAAc,cAAc;AAE5B,4BAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react73 from "react";
|
|
2
|
+
import * as lucide_react1 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/CreateBotIcon.d.ts
|
|
5
|
+
declare const CreateBotIcon: react73.ForwardRefExoticComponent<Omit<lucide_react1.LucideProps, "ref"> & react73.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { CreateBotIcon };
|
|
8
|
+
//# sourceMappingURL=CreateBotIcon.d.mts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/CreateBotIcon.tsx
|
|
4
|
+
const CreateBotIcon = createLucideIcon("CreateBot", [["path", {
|
|
5
|
+
d: "M12 8V4H8M20 10C20 8.895 19.105 8 18 8H6C4.895 8 4 8.895 4 10V18C4 19.105 4.895 20 6 20H10M2 14H4M15 13V15M9 13V15M21.378 16.626C21.776 16.228 22 15.687 22 15.124 22 14.561 21.776 14.02 21.378 13.622 20.98 13.224 20.439 13 19.876 13 19.313 13 18.772 13.224 18.374 13.622L14.364 17.634C14.126 17.872 13.952 18.165 13.858 18.488L13.021 21.358C12.996 21.444 12.994 21.535 13.017 21.622 13.039 21.709 13.084 21.788 13.148 21.852 13.211 21.915 13.29 21.96 13.377 21.982 13.464 22.005 13.555 22.003 13.641 21.978L16.511 21.141C16.834 21.047 17.127 20.873 17.365 20.635L21.378 16.626Z",
|
|
6
|
+
key: "1"
|
|
7
|
+
}]]);
|
|
8
|
+
CreateBotIcon.displayName = "CreateBotIcon";
|
|
9
|
+
var CreateBotIcon_default = CreateBotIcon;
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
export { CreateBotIcon_default as default };
|
|
13
|
+
//# sourceMappingURL=CreateBotIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateBotIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/CreateBotIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst CreateBotIcon = createLucideIcon('CreateBot', [\n [\n 'path',\n {\n d: 'M12 8V4H8M20 10C20 8.895 19.105 8 18 8H6C4.895 8 4 8.895 4 10V18C4 19.105 4.895 20 6 20H10M2 14H4M15 13V15M9 13V15M21.378 16.626C21.776 16.228 22 15.687 22 15.124 22 14.561 21.776 14.02 21.378 13.622 20.98 13.224 20.439 13 19.876 13 19.313 13 18.772 13.224 18.374 13.622L14.364 17.634C14.126 17.872 13.952 18.165 13.858 18.488L13.021 21.358C12.996 21.444 12.994 21.535 13.017 21.622 13.039 21.709 13.084 21.788 13.148 21.852 13.211 21.915 13.29 21.96 13.377 21.982 13.464 22.005 13.555 22.003 13.641 21.978L16.511 21.141C16.834 21.047 17.127 20.873 17.365 20.635L21.378 16.626Z',\n key: '1',\n },\n ],\n]);\n\nCreateBotIcon.displayName = 'CreateBotIcon';\n\nexport default CreateBotIcon;\n"],"mappings":";;;AAEA,MAAM,gBAAgB,iBAAiB,aAAa,CAClD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,CACF,CAAC;AAEF,cAAc,cAAc;AAE5B,4BAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react69 from "react";
|
|
2
|
+
import * as lucide_react0 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/DiscordIcon.d.ts
|
|
5
|
+
declare const DiscordIcon: react69.ForwardRefExoticComponent<Omit<lucide_react0.LucideProps, "ref"> & react69.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { DiscordIcon };
|
|
8
|
+
//# sourceMappingURL=DiscordIcon.d.mts.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/DiscordIcon.tsx
|
|
4
|
+
const DiscordIcon = createLucideIcon("Discord", [["path", {
|
|
5
|
+
d: "M19.277 4.946C17.9157 4.32101 16.479 3.87529 15.003 3.62C14.9895 3.6175 14.9755 3.61935 14.9631 3.62528C14.9507 3.63121 14.9405 3.64091 14.934 3.653C14.75 3.981 14.545 4.409 14.402 4.746C12.8108 4.50432 11.1922 4.50432 9.601 4.746C9.44123 4.37202 9.26096 4.00713 9.061 3.653C9.05418 3.64093 9.04378 3.63128 9.03125 3.62537C9.01871 3.61946 9.00465 3.61758 8.991 3.62C7.516 3.875 6.079 4.32 4.717 4.946C4.70541 4.95092 4.69563 4.9593 4.689 4.97C1.967 9.038 1.221 13.005 1.587 16.923C1.58787 16.9327 1.59072 16.9422 1.59536 16.9508C1.6 16.9594 1.60634 16.9669 1.614 16.973C3.19925 18.147 4.97249 19.0431 6.858 19.623C6.87131 19.627 6.88554 19.6269 6.89877 19.6226C6.912 19.6183 6.9236 19.6101 6.932 19.599C7.335 19.047 7.696 18.465 8.004 17.854C8.01039 17.8413 8.01257 17.8269 8.01023 17.8129C8.0079 17.7989 8.00116 17.7859 7.991 17.776C7.98445 17.7695 7.97662 17.7644 7.968 17.761C7.40226 17.5447 6.85455 17.2838 6.33 16.981C6.32051 16.9753 6.31254 16.9674 6.30679 16.958C6.30103 16.9486 6.29766 16.9379 6.29697 16.9268C6.29628 16.9158 6.29829 16.9048 6.30283 16.8947C6.30736 16.8846 6.31429 16.8758 6.323 16.869C6.433 16.786 6.543 16.701 6.648 16.614C6.65732 16.6062 6.6686 16.6012 6.6806 16.5994C6.69259 16.5977 6.70484 16.5993 6.716 16.604C10.153 18.174 13.874 18.174 17.27 16.604C17.2811 16.5987 17.2936 16.5967 17.3058 16.5983C17.3181 16.5999 17.3296 16.605 17.339 16.613C17.444 16.7 17.554 16.786 17.665 16.869C17.678 16.8791 17.6869 16.8936 17.69 16.9098C17.6932 16.926 17.6903 16.9428 17.682 16.957C17.6763 16.9664 17.6684 16.9743 17.659 16.98C17.136 17.286 16.587 17.547 16.02 17.76C16.0067 17.7649 15.9953 17.774 15.9876 17.7859C15.9798 17.7978 15.9761 17.8118 15.977 17.826C15.977 17.836 15.98 17.846 15.985 17.854C16.3 18.464 16.66 19.046 17.057 19.598C17.0651 19.6092 17.0765 19.6176 17.0895 19.6221C17.1026 19.6265 17.1167 19.6269 17.13 19.623C19.0187 19.045 20.7949 18.1487 22.382 16.973C22.3901 16.9673 22.3968 16.9598 22.4016 16.9511C22.4065 16.9425 22.4093 16.9329 22.41 16.923C22.847 12.393 21.676 8.459 19.305 4.971C19.299 4.95959 19.289 4.95072 19.277 4.946Z",
|
|
6
|
+
key: "1"
|
|
7
|
+
}], ["path", {
|
|
8
|
+
d: "M8.588 13.197C9.023 13.197 9.375 12.845 9.375 12.41 9.375 11.975 9.023 11.623 8.588 11.623 8.153 11.623 7.801 11.975 7.801 12.41 7.801 12.845 8.153 13.197 8.588 13.197ZM15.412 13.197C15.847 13.197 16.199 12.845 16.199 12.41 16.199 11.975 15.847 11.623 15.412 11.623 14.977 11.623 14.625 11.975 14.625 12.41 14.625 12.845 14.977 13.197 15.412 13.197Z",
|
|
9
|
+
key: "2"
|
|
10
|
+
}]]);
|
|
11
|
+
DiscordIcon.displayName = "DiscordIcon";
|
|
12
|
+
var DiscordIcon_default = DiscordIcon;
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
export { DiscordIcon_default as default };
|
|
16
|
+
//# sourceMappingURL=DiscordIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DiscordIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/DiscordIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst DiscordIcon = createLucideIcon('Discord', [\n [\n 'path',\n {\n d: 'M19.277 4.946C17.9157 4.32101 16.479 3.87529 15.003 3.62C14.9895 3.6175 14.9755 3.61935 14.9631 3.62528C14.9507 3.63121 14.9405 3.64091 14.934 3.653C14.75 3.981 14.545 4.409 14.402 4.746C12.8108 4.50432 11.1922 4.50432 9.601 4.746C9.44123 4.37202 9.26096 4.00713 9.061 3.653C9.05418 3.64093 9.04378 3.63128 9.03125 3.62537C9.01871 3.61946 9.00465 3.61758 8.991 3.62C7.516 3.875 6.079 4.32 4.717 4.946C4.70541 4.95092 4.69563 4.9593 4.689 4.97C1.967 9.038 1.221 13.005 1.587 16.923C1.58787 16.9327 1.59072 16.9422 1.59536 16.9508C1.6 16.9594 1.60634 16.9669 1.614 16.973C3.19925 18.147 4.97249 19.0431 6.858 19.623C6.87131 19.627 6.88554 19.6269 6.89877 19.6226C6.912 19.6183 6.9236 19.6101 6.932 19.599C7.335 19.047 7.696 18.465 8.004 17.854C8.01039 17.8413 8.01257 17.8269 8.01023 17.8129C8.0079 17.7989 8.00116 17.7859 7.991 17.776C7.98445 17.7695 7.97662 17.7644 7.968 17.761C7.40226 17.5447 6.85455 17.2838 6.33 16.981C6.32051 16.9753 6.31254 16.9674 6.30679 16.958C6.30103 16.9486 6.29766 16.9379 6.29697 16.9268C6.29628 16.9158 6.29829 16.9048 6.30283 16.8947C6.30736 16.8846 6.31429 16.8758 6.323 16.869C6.433 16.786 6.543 16.701 6.648 16.614C6.65732 16.6062 6.6686 16.6012 6.6806 16.5994C6.69259 16.5977 6.70484 16.5993 6.716 16.604C10.153 18.174 13.874 18.174 17.27 16.604C17.2811 16.5987 17.2936 16.5967 17.3058 16.5983C17.3181 16.5999 17.3296 16.605 17.339 16.613C17.444 16.7 17.554 16.786 17.665 16.869C17.678 16.8791 17.6869 16.8936 17.69 16.9098C17.6932 16.926 17.6903 16.9428 17.682 16.957C17.6763 16.9664 17.6684 16.9743 17.659 16.98C17.136 17.286 16.587 17.547 16.02 17.76C16.0067 17.7649 15.9953 17.774 15.9876 17.7859C15.9798 17.7978 15.9761 17.8118 15.977 17.826C15.977 17.836 15.98 17.846 15.985 17.854C16.3 18.464 16.66 19.046 17.057 19.598C17.0651 19.6092 17.0765 19.6176 17.0895 19.6221C17.1026 19.6265 17.1167 19.6269 17.13 19.623C19.0187 19.045 20.7949 18.1487 22.382 16.973C22.3901 16.9673 22.3968 16.9598 22.4016 16.9511C22.4065 16.9425 22.4093 16.9329 22.41 16.923C22.847 12.393 21.676 8.459 19.305 4.971C19.299 4.95959 19.289 4.95072 19.277 4.946Z',\n key: '1',\n },\n ],\n [\n 'path',\n {\n d: 'M8.588 13.197C9.023 13.197 9.375 12.845 9.375 12.41 9.375 11.975 9.023 11.623 8.588 11.623 8.153 11.623 7.801 11.975 7.801 12.41 7.801 12.845 8.153 13.197 8.588 13.197ZM15.412 13.197C15.847 13.197 16.199 12.845 16.199 12.41 16.199 11.975 15.847 11.623 15.412 11.623 14.977 11.623 14.625 11.975 14.625 12.41 14.625 12.845 14.977 13.197 15.412 13.197Z',\n key: '2',\n },\n ],\n]);\n\nDiscordIcon.displayName = 'DiscordIcon';\n\nexport default DiscordIcon;\n"],"mappings":";;;AAEA,MAAM,cAAc,iBAAiB,WAAW,CAC9C,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,EACD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,CACF,CAAC;AAEF,YAAY,cAAc;AAE1B,0BAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react77 from "react";
|
|
2
|
+
import * as lucide_react3 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/GlobeOffIcon.d.ts
|
|
5
|
+
declare const GlobeOffIcon: react77.ForwardRefExoticComponent<Omit<lucide_react3.LucideProps, "ref"> & react77.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { GlobeOffIcon };
|
|
8
|
+
//# sourceMappingURL=GlobeOffIcon.d.mts.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/GlobeOffIcon.tsx
|
|
4
|
+
const GlobeOffIcon = createLucideIcon("GlobeOff", [["path", {
|
|
5
|
+
d: "M8.429 8.5C8.146 9.636 8 10.811 8 12 8 15.723 9.432 19.304 12 22 13.724 20.19 14.935 17.982 15.546 15.6M10.112 4.463C10.648 3.584 11.279 2.757 12 2 14.182 4.291 15.544 7.222 15.904 10.335M22 12H17.5M12 12H2M2 2 22 22",
|
|
6
|
+
key: "1"
|
|
7
|
+
}], ["path", {
|
|
8
|
+
d: "M8.35 2.69C10.161 1.983 12.138 1.819 14.041 2.218 15.943 2.617 17.688 3.562 19.062 4.937 20.436 6.312 21.379 8.057 21.777 9.96 22.174 11.863 22.009 13.84 21.3 15.65M19.08 19.08C18.15 20.01 17.047 20.747 15.832 21.25 14.617 21.754 13.315 22.013 12 22.013 10.685 22.013 9.383 21.754 8.168 21.25 6.954 20.747 5.85 20.01 4.92 19.08 3.99 18.15 3.253 17.046 2.75 15.832 2.246 14.617 1.987 13.315 1.987 12 1.987 10.685 2.246 9.383 2.75 8.168 3.253 6.953 3.99 5.85 4.92 4.92",
|
|
9
|
+
key: "2"
|
|
10
|
+
}]]);
|
|
11
|
+
GlobeOffIcon.displayName = "GlobeOffIcon";
|
|
12
|
+
var GlobeOffIcon_default = GlobeOffIcon;
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
export { GlobeOffIcon_default as default };
|
|
16
|
+
//# sourceMappingURL=GlobeOffIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlobeOffIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/GlobeOffIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst GlobeOffIcon = createLucideIcon('GlobeOff', [\n [\n 'path',\n {\n d: 'M8.429 8.5C8.146 9.636 8 10.811 8 12 8 15.723 9.432 19.304 12 22 13.724 20.19 14.935 17.982 15.546 15.6M10.112 4.463C10.648 3.584 11.279 2.757 12 2 14.182 4.291 15.544 7.222 15.904 10.335M22 12H17.5M12 12H2M2 2 22 22',\n key: '1',\n },\n ],\n [\n 'path',\n {\n d: 'M8.35 2.69C10.161 1.983 12.138 1.819 14.041 2.218 15.943 2.617 17.688 3.562 19.062 4.937 20.436 6.312 21.379 8.057 21.777 9.96 22.174 11.863 22.009 13.84 21.3 15.65M19.08 19.08C18.15 20.01 17.047 20.747 15.832 21.25 14.617 21.754 13.315 22.013 12 22.013 10.685 22.013 9.383 21.754 8.168 21.25 6.954 20.747 5.85 20.01 4.92 19.08 3.99 18.15 3.253 17.046 2.75 15.832 2.246 14.617 1.987 13.315 1.987 12 1.987 10.685 2.246 9.383 2.75 8.168 3.253 6.953 3.99 5.85 4.92 4.92',\n key: '2',\n },\n ],\n]);\n\nGlobeOffIcon.displayName = 'GlobeOffIcon';\n\nexport default GlobeOffIcon;\n"],"mappings":";;;AAEA,MAAM,eAAe,iBAAiB,YAAY,CAChD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,EACD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,CACF,CAAC;AAEF,aAAa,cAAc;AAE3B,2BAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react79 from "react";
|
|
2
|
+
import * as lucide_react4 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/GroupBotIcon.d.ts
|
|
5
|
+
declare const GroupBotIcon: react79.ForwardRefExoticComponent<Omit<lucide_react4.LucideProps, "ref"> & react79.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { GroupBotIcon };
|
|
8
|
+
//# sourceMappingURL=GroupBotIcon.d.mts.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/GroupBotIcon.tsx
|
|
4
|
+
const GroupBotIcon = createLucideIcon("GroupBot", [
|
|
5
|
+
["path", {
|
|
6
|
+
d: "M11 6V2H7M17 6H5C3.895 6 3 6.895 3 8V16C3 17.105 3.895 18 5 18H17C18.105 18 19 17.105 19 16V8C19 6.895 18.105 6 17 6Z",
|
|
7
|
+
key: "1"
|
|
8
|
+
}],
|
|
9
|
+
["path", {
|
|
10
|
+
d: "M17 6H5C3.89543 6 3 6.89543 3 8V16C3 17.1046 3.89543 18 5 18H17C18.1046 18 19 17.1046 19 16V8C19 6.89543 18.1046 6 17 6Z",
|
|
11
|
+
key: "2"
|
|
12
|
+
}],
|
|
13
|
+
["path", {
|
|
14
|
+
d: "M6 18V19C6 20.105 6.895 21 8 21H20C21.105 21 22 20.105 22 19V11C22 9.895 21.105 9 20 9H19M14 11V13M8 11V13",
|
|
15
|
+
key: "3"
|
|
16
|
+
}]
|
|
17
|
+
]);
|
|
18
|
+
GroupBotIcon.displayName = "GroupBotIcon";
|
|
19
|
+
var GroupBotIcon_default = GroupBotIcon;
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
export { GroupBotIcon_default as default };
|
|
23
|
+
//# sourceMappingURL=GroupBotIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupBotIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/GroupBotIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst GroupBotIcon = createLucideIcon('GroupBot', [\n [\n 'path',\n {\n d: 'M11 6V2H7M17 6H5C3.895 6 3 6.895 3 8V16C3 17.105 3.895 18 5 18H17C18.105 18 19 17.105 19 16V8C19 6.895 18.105 6 17 6Z',\n key: '1',\n },\n ],\n [\n 'path',\n {\n d: 'M17 6H5C3.89543 6 3 6.89543 3 8V16C3 17.1046 3.89543 18 5 18H17C18.1046 18 19 17.1046 19 16V8C19 6.89543 18.1046 6 17 6Z',\n key: '2',\n },\n ],\n [\n 'path',\n {\n d: 'M6 18V19C6 20.105 6.895 21 8 21H20C21.105 21 22 20.105 22 19V11C22 9.895 21.105 9 20 9H19M14 11V13M8 11V13',\n key: '3',\n },\n ],\n]);\n\nGroupBotIcon.displayName = 'GroupBotIcon';\n\nexport default GroupBotIcon;\n"],"mappings":";;;AAEA,MAAM,eAAe,iBAAiB,YAAY;CAChD,CACE,QACA;EACE,GAAG;EACH,KAAK;EACN,CACF;CACD,CACE,QACA;EACE,GAAG;EACH,KAAK;EACN,CACF;CACD,CACE,QACA;EACE,GAAG;EACH,KAAK;EACN,CACF;CACF,CAAC;AAEF,aAAa,cAAc;AAE3B,2BAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react81 from "react";
|
|
2
|
+
import * as lucide_react5 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/GroupBotSquareIcon.d.ts
|
|
5
|
+
declare const GroupBotSquareIcon: react81.ForwardRefExoticComponent<Omit<lucide_react5.LucideProps, "ref"> & react81.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { GroupBotSquareIcon };
|
|
8
|
+
//# sourceMappingURL=GroupBotSquareIcon.d.mts.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/GroupBotSquareIcon.tsx
|
|
4
|
+
const GroupBotSquareIcon = createLucideIcon("GroupBotSquare", [["path", {
|
|
5
|
+
d: "M3 7V5C3 3.9 3.9 3 5 3H7M17 3H19C20.1 3 21 3.9 21 5V7M21 17V19C21 20.1 20.1 21 19 21H17M7 21H5C3.9 21 3 20.1 3 19V17M12 7V5H10M16 8H8C6.895 8 6 8.895 6 10V16C6 17.105 6.895 18 8 18H16C17.105 18 18 17.105 18 16V10C18 8.895 17.105 8 16 8ZM4 13H6M18 13H20M14 12.5V13.5M10 12.5V13.5",
|
|
6
|
+
key: "1"
|
|
7
|
+
}], ["path", {
|
|
8
|
+
d: "M3 7V5C3 3.9 3.9 3 5 3H7M17 3H19C20.1 3 21 3.9 21 5V7M21 17V19C21 20.1 20.1 21 19 21H17M7 21H5C3.9 21 3 20.1 3 19V17M12 7V5H10M16 8H8C6.895 8 6 8.895 6 10V16C6 17.105 6.895 18 8 18H16C17.105 18 18 17.105 18 16V10C18 8.895 17.105 8 16 8ZM4 13H6M18 13H20M14 12.5V13.5M10 12.5V13.5",
|
|
9
|
+
key: "2"
|
|
10
|
+
}]]);
|
|
11
|
+
GroupBotSquareIcon.displayName = "GroupBotSquareIcon";
|
|
12
|
+
var GroupBotSquareIcon_default = GroupBotSquareIcon;
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
export { GroupBotSquareIcon_default as default };
|
|
16
|
+
//# sourceMappingURL=GroupBotSquareIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupBotSquareIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/GroupBotSquareIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst GroupBotSquareIcon = createLucideIcon('GroupBotSquare', [\n [\n 'path',\n {\n d: 'M3 7V5C3 3.9 3.9 3 5 3H7M17 3H19C20.1 3 21 3.9 21 5V7M21 17V19C21 20.1 20.1 21 19 21H17M7 21H5C3.9 21 3 20.1 3 19V17M12 7V5H10M16 8H8C6.895 8 6 8.895 6 10V16C6 17.105 6.895 18 8 18H16C17.105 18 18 17.105 18 16V10C18 8.895 17.105 8 16 8ZM4 13H6M18 13H20M14 12.5V13.5M10 12.5V13.5',\n key: '1',\n },\n ],\n [\n 'path',\n {\n d: 'M3 7V5C3 3.9 3.9 3 5 3H7M17 3H19C20.1 3 21 3.9 21 5V7M21 17V19C21 20.1 20.1 21 19 21H17M7 21H5C3.9 21 3 20.1 3 19V17M12 7V5H10M16 8H8C6.895 8 6 8.895 6 10V16C6 17.105 6.895 18 8 18H16C17.105 18 18 17.105 18 16V10C18 8.895 17.105 8 16 8ZM4 13H6M18 13H20M14 12.5V13.5M10 12.5V13.5',\n key: '2',\n },\n ],\n]);\n\nGroupBotSquareIcon.displayName = 'GroupBotSquareIcon';\n\nexport default GroupBotSquareIcon;\n"],"mappings":";;;AAEA,MAAM,qBAAqB,iBAAiB,kBAAkB,CAC5D,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,EACD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,CACF,CAAC;AAEF,mBAAmB,cAAc;AAEjC,iCAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react75 from "react";
|
|
2
|
+
import * as lucide_react2 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/LeftClickIcon.d.ts
|
|
5
|
+
declare const LeftClickIcon: react75.ForwardRefExoticComponent<Omit<lucide_react2.LucideProps, "ref"> & react75.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { LeftClickIcon };
|
|
8
|
+
//# sourceMappingURL=LeftClickIcon.d.mts.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/LeftClickIcon.tsx
|
|
4
|
+
const LeftClickIcon = createLucideIcon("LeftClick", [["path", {
|
|
5
|
+
d: "M2 9.333C2 6.36 3.491 3.71 5.814 2M19 10C19 9.08075 18.8189 8.1705 18.4672 7.32122C18.1154 6.47194 17.5998 5.70026 16.9497 5.05025C16.2997 4.40024 15.5281 3.88463 14.6788 3.53284C13.8295 3.18106 12.9193 3 12 3C11.0807 3 10.1705 3.18106 9.32122 3.53284C8.47194 3.88463 7.70026 4.40024 7.05025 5.05025C6.40024 5.70026 5.88463 6.47194 5.53284 7.32122C5.18106 8.1705 5 9.08075 5 10V14C5 14.9193 5.18106 15.8295 5.53284 16.6788C5.88463 17.5281 6.40024 18.2997 7.05025 18.9497C7.70026 19.5998 8.47194 20.1154 9.32122 20.4672C10.1705 20.8189 11.0807 21 12 21C12.9193 21 13.8295 20.8189 14.6788 20.4672C15.5281 20.1154 16.2997 19.5998 16.9497 18.9497C17.5998 18.2997 18.1154 17.5281 18.4672 16.6788C18.8189 15.8295 19 14.9193 19 14V10Z",
|
|
6
|
+
key: "1"
|
|
7
|
+
}], ["path", {
|
|
8
|
+
d: "M12 4V11H6",
|
|
9
|
+
key: "2"
|
|
10
|
+
}]]);
|
|
11
|
+
LeftClickIcon.displayName = "LeftClickIcon";
|
|
12
|
+
var LeftClickIcon_default = LeftClickIcon;
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
export { LeftClickIcon_default as default };
|
|
16
|
+
//# sourceMappingURL=LeftClickIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeftClickIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/LeftClickIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst LeftClickIcon = createLucideIcon('LeftClick', [\n [\n 'path',\n {\n d: 'M2 9.333C2 6.36 3.491 3.71 5.814 2M19 10C19 9.08075 18.8189 8.1705 18.4672 7.32122C18.1154 6.47194 17.5998 5.70026 16.9497 5.05025C16.2997 4.40024 15.5281 3.88463 14.6788 3.53284C13.8295 3.18106 12.9193 3 12 3C11.0807 3 10.1705 3.18106 9.32122 3.53284C8.47194 3.88463 7.70026 4.40024 7.05025 5.05025C6.40024 5.70026 5.88463 6.47194 5.53284 7.32122C5.18106 8.1705 5 9.08075 5 10V14C5 14.9193 5.18106 15.8295 5.53284 16.6788C5.88463 17.5281 6.40024 18.2997 7.05025 18.9497C7.70026 19.5998 8.47194 20.1154 9.32122 20.4672C10.1705 20.8189 11.0807 21 12 21C12.9193 21 13.8295 20.8189 14.6788 20.4672C15.5281 20.1154 16.2997 19.5998 16.9497 18.9497C17.5998 18.2997 18.1154 17.5281 18.4672 16.6788C18.8189 15.8295 19 14.9193 19 14V10Z',\n key: '1',\n },\n ],\n [\n 'path',\n {\n d: 'M12 4V11H6',\n key: '2',\n },\n ],\n]);\n\nLeftClickIcon.displayName = 'LeftClickIcon';\n\nexport default LeftClickIcon;\n"],"mappings":";;;AAEA,MAAM,gBAAgB,iBAAiB,aAAa,CAClD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,EACD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,CACF,CAAC;AAEF,cAAc,cAAc;AAE5B,4BAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react85 from "react";
|
|
2
|
+
import * as lucide_react7 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/LeftDoubleClickIcon.d.ts
|
|
5
|
+
declare const LeftDoubleClickIcon: react85.ForwardRefExoticComponent<Omit<lucide_react7.LucideProps, "ref"> & react85.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { LeftDoubleClickIcon };
|
|
8
|
+
//# sourceMappingURL=LeftDoubleClickIcon.d.mts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/LeftDoubleClickIcon.tsx
|
|
4
|
+
const LeftDoubleClickIcon = createLucideIcon("LeftDoubleClick", [["path", {
|
|
5
|
+
d: "M19 10V14C19 14.9193 18.8189 15.8295 18.4672 16.6788C18.1154 17.5281 17.5998 18.2997 16.9497 18.9497C16.2997 19.5998 15.5281 20.1154 14.6788 20.4672C13.8295 20.8189 12.9193 21 12 21C11.0807 21 10.1705 20.8189 9.32122 20.4672C8.47194 20.1154 7.70026 19.5998 7.05025 18.9497C6.40024 18.2997 5.88463 17.5281 5.53284 16.6788C5.18106 15.8295 5 14.9193 5 14V11M5 11V10C5 8.14348 5.7375 6.36301 7.05025 5.05025C8.36301 3.7375 10.1435 3 12 3V11H5ZM2 9.333C2 6.36 3.491 3.71 5.814 2M20.5 2H21.75C22.44 2 23 2.56 23 3.25C23 3.94 22.44 4.5 21.75 4.5C21.06 4.5 20.5 5.06 20.5 5.75V7H23M15 4L18 7M18 4L15 7",
|
|
6
|
+
key: "1"
|
|
7
|
+
}]]);
|
|
8
|
+
LeftDoubleClickIcon.displayName = "LeftDoubleClickIcon";
|
|
9
|
+
var LeftDoubleClickIcon_default = LeftDoubleClickIcon;
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
export { LeftDoubleClickIcon_default as default };
|
|
13
|
+
//# sourceMappingURL=LeftDoubleClickIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeftDoubleClickIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/LeftDoubleClickIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst LeftDoubleClickIcon = createLucideIcon('LeftDoubleClick', [\n [\n 'path',\n {\n d: 'M19 10V14C19 14.9193 18.8189 15.8295 18.4672 16.6788C18.1154 17.5281 17.5998 18.2997 16.9497 18.9497C16.2997 19.5998 15.5281 20.1154 14.6788 20.4672C13.8295 20.8189 12.9193 21 12 21C11.0807 21 10.1705 20.8189 9.32122 20.4672C8.47194 20.1154 7.70026 19.5998 7.05025 18.9497C6.40024 18.2997 5.88463 17.5281 5.53284 16.6788C5.18106 15.8295 5 14.9193 5 14V11M5 11V10C5 8.14348 5.7375 6.36301 7.05025 5.05025C8.36301 3.7375 10.1435 3 12 3V11H5ZM2 9.333C2 6.36 3.491 3.71 5.814 2M20.5 2H21.75C22.44 2 23 2.56 23 3.25C23 3.94 22.44 4.5 21.75 4.5C21.06 4.5 20.5 5.06 20.5 5.75V7H23M15 4L18 7M18 4L15 7',\n key: '1',\n },\n ],\n]);\n\nLeftDoubleClickIcon.displayName = 'LeftDoubleClickIcon';\n\nexport default LeftDoubleClickIcon;\n"],"mappings":";;;AAEA,MAAM,sBAAsB,iBAAiB,mBAAmB,CAC9D,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,CACF,CAAC;AAEF,oBAAoB,cAAc;AAElC,kCAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react83 from "react";
|
|
2
|
+
import * as lucide_react6 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/McpIcon.d.ts
|
|
5
|
+
declare const McpIcon: react83.ForwardRefExoticComponent<Omit<lucide_react6.LucideProps, "ref"> & react83.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { McpIcon };
|
|
8
|
+
//# sourceMappingURL=McpIcon.d.mts.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/McpIcon.tsx
|
|
4
|
+
const McpIcon = createLucideIcon("MCP", [["path", {
|
|
5
|
+
d: "M2.81064 11.7298L11.6451 2.89563C12.8391 1.70149 14.7754 1.70149 15.9694 2.89563C17.1635 4.08977 17.1635 6.02586 15.9694 7.22M15.9694 7.22L9.29719 13.892M15.9694 7.22C17.1635 6.02586 19.0997 6.02586 20.2938 7.22C21.4879 8.41414 21.4879 10.3502 20.2938 11.5443L12.7645 19.0736C12.3424 19.4958 12.3424 20.1803 12.7645 20.6025L14.1621 22",
|
|
6
|
+
key: "1"
|
|
7
|
+
}], ["path", {
|
|
8
|
+
d: "M17.9459 9.56668L11.2737 16.239C10.0796 17.433 8.14343 17.433 6.94936 16.239C5.7553 15.0448 5.7553 13.1087 6.94936 11.9146L13.6215 5.24251",
|
|
9
|
+
key: "2"
|
|
10
|
+
}]]);
|
|
11
|
+
McpIcon.displayName = "McpIcon";
|
|
12
|
+
var McpIcon_default = McpIcon;
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
export { McpIcon_default as default };
|
|
16
|
+
//# sourceMappingURL=McpIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"McpIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/McpIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst McpIcon = createLucideIcon('MCP', [\n [\n 'path',\n {\n d: 'M2.81064 11.7298L11.6451 2.89563C12.8391 1.70149 14.7754 1.70149 15.9694 2.89563C17.1635 4.08977 17.1635 6.02586 15.9694 7.22M15.9694 7.22L9.29719 13.892M15.9694 7.22C17.1635 6.02586 19.0997 6.02586 20.2938 7.22C21.4879 8.41414 21.4879 10.3502 20.2938 11.5443L12.7645 19.0736C12.3424 19.4958 12.3424 20.1803 12.7645 20.6025L14.1621 22',\n key: '1',\n },\n ],\n [\n 'path',\n {\n d: 'M17.9459 9.56668L11.2737 16.239C10.0796 17.433 8.14343 17.433 6.94936 16.239C5.7553 15.0448 5.7553 13.1087 6.94936 11.9146L13.6215 5.24251',\n key: '2',\n },\n ],\n]);\n\nMcpIcon.displayName = 'McpIcon';\n\nexport default McpIcon;\n"],"mappings":";;;AAEA,MAAM,UAAU,iBAAiB,OAAO,CACtC,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,EACD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,CACF,CAAC;AAEF,QAAQ,cAAc;AAEtB,sBAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react87 from "react";
|
|
2
|
+
import * as lucide_react8 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/ProviderIcon.d.ts
|
|
5
|
+
declare const ProviderIcon: react87.ForwardRefExoticComponent<Omit<lucide_react8.LucideProps, "ref"> & react87.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { ProviderIcon };
|
|
8
|
+
//# sourceMappingURL=ProviderIcon.d.mts.map
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/ProviderIcon.tsx
|
|
4
|
+
const ProviderIcon = createLucideIcon("Provider", [
|
|
5
|
+
["path", {
|
|
6
|
+
d: "M15.4 17.4L18.6 14.6C18.7904 14.4162 19.0152 14.2716 19.2615 14.1746C19.5077 14.0776 19.7707 14.0301 20.0354 14.0347C20.3 14.0394 20.5611 14.0961 20.8039 14.2017C21.0466 14.3072 21.2662 14.4596 21.45 14.65C21.6339 14.8404 21.7784 15.0652 21.8754 15.3115C21.9724 15.5577 22.0199 15.8207 22.0153 16.0854C22.0106 16.35 21.9539 16.6111 21.8483 16.8539C21.7428 17.0966 21.5904 17.3162 21.4 17.5L17.8 20.8C17.1 21.6 16.1 22 15 22H11C9.9 22 8.9 21.6 8.2 20.8L6.898 19.336C6.80426 19.2304 6.68923 19.1459 6.56048 19.088C6.43173 19.0301 6.29218 19.0001 6.151 19H5",
|
|
7
|
+
key: "1"
|
|
8
|
+
}],
|
|
9
|
+
["path", {
|
|
10
|
+
d: "M2 14H14C14.5304 14 15.0391 14.2107 15.4142 14.5858C15.7893 14.9609 16 15.4696 16 16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H12",
|
|
11
|
+
key: "2"
|
|
12
|
+
}],
|
|
13
|
+
["path", {
|
|
14
|
+
d: "M5 14V20C5 20.265 4.895 20.52 4.707 20.707 4.52 20.895 4.265 21 4 21H2M17.598 6.5C17.828 6.101 17.964 5.655 17.994 5.196 18.024 4.737 17.948 4.277 17.772 3.852 17.596 3.427 17.324 3.048 16.978 2.744 16.632 2.441 16.221 2.221 15.777 2.102 15.332 1.983 14.866 1.968 14.415 2.058 13.963 2.147 13.539 2.34 13.174 2.62 12.809 2.9 12.513 3.26 12.309 3.673 12.106 4.086 12 4.54 12 5 12 4.54 11.894 4.086 11.691 3.673 11.487 3.26 11.191 2.9 10.826 2.62 10.461 2.34 10.037 2.147 9.585 2.058 9.134 1.968 8.668 1.983 8.224 2.102 7.779 2.221 7.368 2.441 7.022 2.744 6.676 3.048 6.404 3.427 6.228 3.852 6.052 4.277 5.976 4.737 6.006 5.196 6.037 5.655 6.172 6.101 6.402 6.5",
|
|
15
|
+
key: "3"
|
|
16
|
+
}],
|
|
17
|
+
["path", {
|
|
18
|
+
d: "M17.997 5.125C18.585 5.276 19.131 5.559 19.593 5.952 20.055 6.346 20.422 6.839 20.665 7.395 20.909 7.951 21.022 8.555 20.998 9.161 20.973 9.768 20.811 10.361 20.523 10.895M6.003 5.125C5.415 5.276 4.869 5.559 4.407 5.952 3.945 6.346 3.578 6.839 3.335 7.395 3.091 7.951 2.978 8.555 3.002 9.161 3.027 9.768 3.189 10.361 3.477 10.895M15 11C14.135 10.747 13.375 10.221 12.834 9.5 12.293 8.778 12.001 7.901 12 7 12 7.901 11.707 8.778 11.166 9.5 10.625 10.221 9.865 10.747 9 11M12 8V5",
|
|
19
|
+
key: "4"
|
|
20
|
+
}]
|
|
21
|
+
]);
|
|
22
|
+
ProviderIcon.displayName = "ProviderIcon";
|
|
23
|
+
var ProviderIcon_default = ProviderIcon;
|
|
24
|
+
|
|
25
|
+
//#endregion
|
|
26
|
+
export { ProviderIcon_default as default };
|
|
27
|
+
//# sourceMappingURL=ProviderIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProviderIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/ProviderIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst ProviderIcon = createLucideIcon('Provider', [\n [\n 'path',\n {\n d: 'M15.4 17.4L18.6 14.6C18.7904 14.4162 19.0152 14.2716 19.2615 14.1746C19.5077 14.0776 19.7707 14.0301 20.0354 14.0347C20.3 14.0394 20.5611 14.0961 20.8039 14.2017C21.0466 14.3072 21.2662 14.4596 21.45 14.65C21.6339 14.8404 21.7784 15.0652 21.8754 15.3115C21.9724 15.5577 22.0199 15.8207 22.0153 16.0854C22.0106 16.35 21.9539 16.6111 21.8483 16.8539C21.7428 17.0966 21.5904 17.3162 21.4 17.5L17.8 20.8C17.1 21.6 16.1 22 15 22H11C9.9 22 8.9 21.6 8.2 20.8L6.898 19.336C6.80426 19.2304 6.68923 19.1459 6.56048 19.088C6.43173 19.0301 6.29218 19.0001 6.151 19H5',\n key: '1',\n },\n ],\n [\n 'path',\n {\n d: 'M2 14H14C14.5304 14 15.0391 14.2107 15.4142 14.5858C15.7893 14.9609 16 15.4696 16 16C16 16.5304 15.7893 17.0391 15.4142 17.4142C15.0391 17.7893 14.5304 18 14 18H12',\n key: '2',\n },\n ],\n [\n 'path',\n {\n d: 'M5 14V20C5 20.265 4.895 20.52 4.707 20.707 4.52 20.895 4.265 21 4 21H2M17.598 6.5C17.828 6.101 17.964 5.655 17.994 5.196 18.024 4.737 17.948 4.277 17.772 3.852 17.596 3.427 17.324 3.048 16.978 2.744 16.632 2.441 16.221 2.221 15.777 2.102 15.332 1.983 14.866 1.968 14.415 2.058 13.963 2.147 13.539 2.34 13.174 2.62 12.809 2.9 12.513 3.26 12.309 3.673 12.106 4.086 12 4.54 12 5 12 4.54 11.894 4.086 11.691 3.673 11.487 3.26 11.191 2.9 10.826 2.62 10.461 2.34 10.037 2.147 9.585 2.058 9.134 1.968 8.668 1.983 8.224 2.102 7.779 2.221 7.368 2.441 7.022 2.744 6.676 3.048 6.404 3.427 6.228 3.852 6.052 4.277 5.976 4.737 6.006 5.196 6.037 5.655 6.172 6.101 6.402 6.5',\n key: '3',\n },\n ],\n [\n 'path',\n {\n d: 'M17.997 5.125C18.585 5.276 19.131 5.559 19.593 5.952 20.055 6.346 20.422 6.839 20.665 7.395 20.909 7.951 21.022 8.555 20.998 9.161 20.973 9.768 20.811 10.361 20.523 10.895M6.003 5.125C5.415 5.276 4.869 5.559 4.407 5.952 3.945 6.346 3.578 6.839 3.335 7.395 3.091 7.951 2.978 8.555 3.002 9.161 3.027 9.768 3.189 10.361 3.477 10.895M15 11C14.135 10.747 13.375 10.221 12.834 9.5 12.293 8.778 12.001 7.901 12 7 12 7.901 11.707 8.778 11.166 9.5 10.625 10.221 9.865 10.747 9 11M12 8V5',\n key: '4',\n },\n ],\n]);\n\nProviderIcon.displayName = 'ProviderIcon';\n\nexport default ProviderIcon;\n"],"mappings":";;;AAEA,MAAM,eAAe,iBAAiB,YAAY;CAChD,CACE,QACA;EACE,GAAG;EACH,KAAK;EACN,CACF;CACD,CACE,QACA;EACE,GAAG;EACH,KAAK;EACN,CACF;CACD,CACE,QACA;EACE,GAAG;EACH,KAAK;EACN,CACF;CACD,CACE,QACA;EACE,GAAG;EACH,KAAK;EACN,CACF;CACF,CAAC;AAEF,aAAa,cAAc;AAE3B,2BAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react97 from "react";
|
|
2
|
+
import * as lucide_react13 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/RightClickIcon.d.ts
|
|
5
|
+
declare const RightClickIcon: react97.ForwardRefExoticComponent<Omit<lucide_react13.LucideProps, "ref"> & react97.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { RightClickIcon };
|
|
8
|
+
//# sourceMappingURL=RightClickIcon.d.mts.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createLucideIcon } from "lucide-react";
|
|
2
|
+
|
|
3
|
+
//#region src/icons/lucideExtra/RightClickIcon.tsx
|
|
4
|
+
const RightClickIcon = createLucideIcon("RightClick", [["path", {
|
|
5
|
+
d: "M22 9.333C22 6.36 20.509 3.71 18.186 2M19 10C19 9.08075 18.8189 8.1705 18.4672 7.32122C18.1154 6.47194 17.5998 5.70026 16.9497 5.05025C16.2997 4.40024 15.5281 3.88463 14.6788 3.53284C13.8295 3.18106 12.9193 3 12 3C11.0807 3 10.1705 3.18106 9.32122 3.53284C8.47194 3.88463 7.70026 4.40024 7.05025 5.05025C6.40024 5.70026 5.88463 6.47194 5.53284 7.32122C5.18106 8.1705 5 9.08075 5 10V14C5 14.9193 5.18106 15.8295 5.53284 16.6788C5.88463 17.5281 6.40024 18.2997 7.05025 18.9497C7.70026 19.5998 8.47194 20.1154 9.32122 20.4672C10.1705 20.8189 11.0807 21 12 21C12.9193 21 13.8295 20.8189 14.6788 20.4672C15.5281 20.1154 16.2997 19.5998 16.9497 18.9497C17.5998 18.2997 18.1154 17.5281 18.4672 16.6788C18.8189 15.8295 19 14.9193 19 14V10Z",
|
|
6
|
+
key: "1"
|
|
7
|
+
}], ["path", {
|
|
8
|
+
d: "M12 4V11H18",
|
|
9
|
+
key: "2"
|
|
10
|
+
}]]);
|
|
11
|
+
RightClickIcon.displayName = "RightClickIcon";
|
|
12
|
+
var RightClickIcon_default = RightClickIcon;
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
export { RightClickIcon_default as default };
|
|
16
|
+
//# sourceMappingURL=RightClickIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RightClickIcon.mjs","names":[],"sources":["../../../src/icons/lucideExtra/RightClickIcon.tsx"],"sourcesContent":["import { createLucideIcon } from 'lucide-react';\n\nconst RightClickIcon = createLucideIcon('RightClick', [\n [\n 'path',\n {\n d: 'M22 9.333C22 6.36 20.509 3.71 18.186 2M19 10C19 9.08075 18.8189 8.1705 18.4672 7.32122C18.1154 6.47194 17.5998 5.70026 16.9497 5.05025C16.2997 4.40024 15.5281 3.88463 14.6788 3.53284C13.8295 3.18106 12.9193 3 12 3C11.0807 3 10.1705 3.18106 9.32122 3.53284C8.47194 3.88463 7.70026 4.40024 7.05025 5.05025C6.40024 5.70026 5.88463 6.47194 5.53284 7.32122C5.18106 8.1705 5 9.08075 5 10V14C5 14.9193 5.18106 15.8295 5.53284 16.6788C5.88463 17.5281 6.40024 18.2997 7.05025 18.9497C7.70026 19.5998 8.47194 20.1154 9.32122 20.4672C10.1705 20.8189 11.0807 21 12 21C12.9193 21 13.8295 20.8189 14.6788 20.4672C15.5281 20.1154 16.2997 19.5998 16.9497 18.9497C17.5998 18.2997 18.1154 17.5281 18.4672 16.6788C18.8189 15.8295 19 14.9193 19 14V10Z',\n key: '1',\n },\n ],\n [\n 'path',\n {\n d: 'M12 4V11H18',\n key: '2',\n },\n ],\n]);\n\nRightClickIcon.displayName = 'RightClickIcon';\n\nexport default RightClickIcon;\n"],"mappings":";;;AAEA,MAAM,iBAAiB,iBAAiB,cAAc,CACpD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,EACD,CACE,QACA;CACE,GAAG;CACH,KAAK;CACN,CACF,CACF,CAAC;AAEF,eAAe,cAAc;AAE7B,6BAAe"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react93 from "react";
|
|
2
|
+
import * as lucide_react11 from "lucide-react";
|
|
3
|
+
|
|
4
|
+
//#region src/icons/lucideExtra/RightDoubleClickIcon.d.ts
|
|
5
|
+
declare const RightDoubleClickIcon: react93.ForwardRefExoticComponent<Omit<lucide_react11.LucideProps, "ref"> & react93.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { RightDoubleClickIcon };
|
|
8
|
+
//# sourceMappingURL=RightDoubleClickIcon.d.mts.map
|