@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
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
4
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
5
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
6
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
7
|
-
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
8
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
9
|
-
import { useMemo, useRef, useState } from 'react';
|
|
10
|
-
import { useMarkdownContext } from "../../Markdown/components/MarkdownProvider";
|
|
11
|
-
import { isLastFormulaRenderable } from "./latex";
|
|
12
|
-
import { addToCache, contentCache, preprocessMarkdownContent } from "./utils";
|
|
13
|
-
export var useMarkdownContent = function useMarkdownContent(children) {
|
|
14
|
-
var _useMarkdownContext = useMarkdownContext(),
|
|
15
|
-
animated = _useMarkdownContext.animated,
|
|
16
|
-
_useMarkdownContext$e = _useMarkdownContext.enableLatex,
|
|
17
|
-
enableLatex = _useMarkdownContext$e === void 0 ? true : _useMarkdownContext$e,
|
|
18
|
-
enableCustomFootnotes = _useMarkdownContext.enableCustomFootnotes,
|
|
19
|
-
citations = _useMarkdownContext.citations;
|
|
20
|
-
var _useState = useState(''),
|
|
21
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
22
|
-
validContent = _useState2[0],
|
|
23
|
-
setValidContent = _useState2[1];
|
|
24
|
-
var prevProcessedContent = useRef('');
|
|
25
|
-
var citationsLength = (citations === null || citations === void 0 ? void 0 : citations.length) || 0;
|
|
26
|
-
|
|
27
|
-
// Calculate cache key with fewer string concatenations and better performance
|
|
28
|
-
var cacheKey = useMemo(function () {
|
|
29
|
-
return "".concat(children, "|").concat(enableLatex ? 1 : 0, "|").concat(enableCustomFootnotes ? 1 : 0, "|").concat(citationsLength);
|
|
30
|
-
}, [children, enableLatex, enableCustomFootnotes, citationsLength]);
|
|
31
|
-
|
|
32
|
-
// Process content and use cache to avoid repeated calculations
|
|
33
|
-
return useMemo(function () {
|
|
34
|
-
// Try to get from cache first for best performance
|
|
35
|
-
if (contentCache.has(cacheKey)) {
|
|
36
|
-
return contentCache.get(cacheKey);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// Process new content only if needed
|
|
40
|
-
var processedContent = preprocessMarkdownContent(children, {
|
|
41
|
-
citationsLength: citationsLength,
|
|
42
|
-
enableCustomFootnotes: enableCustomFootnotes,
|
|
43
|
-
enableLatex: enableLatex
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
// Special handling for LaTeX content when animated
|
|
47
|
-
if (animated && enableLatex) {
|
|
48
|
-
var isRenderable = isLastFormulaRenderable(processedContent);
|
|
49
|
-
if (!isRenderable && validContent) {
|
|
50
|
-
processedContent = validContent;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
// Only update state if content changed (prevents unnecessary re-renders)
|
|
55
|
-
if (processedContent !== prevProcessedContent.current) {
|
|
56
|
-
setValidContent(processedContent);
|
|
57
|
-
prevProcessedContent.current = processedContent;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// Cache the processed result
|
|
61
|
-
addToCache(cacheKey, processedContent);
|
|
62
|
-
return processedContent;
|
|
63
|
-
}, [cacheKey, children, enableLatex, enableCustomFootnotes, citationsLength, animated, validContent]);
|
|
64
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
4
|
-
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
5
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
6
|
-
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
7
|
-
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
8
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
9
|
-
import { useMemo } from 'react';
|
|
10
|
-
import { rehypeGithubAlerts } from 'rehype-github-alerts';
|
|
11
|
-
import rehypeKatex from 'rehype-katex';
|
|
12
|
-
import rehypeRaw from 'rehype-raw';
|
|
13
|
-
import { useMarkdownContext } from "../../Markdown/components/MarkdownProvider";
|
|
14
|
-
import { rehypeCustomFootnotes } from "../../Markdown/plugins/rehypeCustomFootnotes";
|
|
15
|
-
import { rehypeKatexDir } from "../../Markdown/plugins/rehypeKatexDir";
|
|
16
|
-
import { rehypeStreamAnimated } from "../../Markdown/plugins/rehypeStreamAnimated";
|
|
17
|
-
export var useMarkdownRehypePlugins = function useMarkdownRehypePlugins() {
|
|
18
|
-
var _useMarkdownContext = useMarkdownContext(),
|
|
19
|
-
animated = _useMarkdownContext.animated,
|
|
20
|
-
enableLatex = _useMarkdownContext.enableLatex,
|
|
21
|
-
enableCustomFootnotes = _useMarkdownContext.enableCustomFootnotes,
|
|
22
|
-
enableGithubAlert = _useMarkdownContext.enableGithubAlert,
|
|
23
|
-
allowHtml = _useMarkdownContext.allowHtml,
|
|
24
|
-
_useMarkdownContext$r = _useMarkdownContext.rehypePlugins,
|
|
25
|
-
rehypePlugins = _useMarkdownContext$r === void 0 ? [] : _useMarkdownContext$r,
|
|
26
|
-
_useMarkdownContext$r2 = _useMarkdownContext.rehypePluginsAhead,
|
|
27
|
-
rehypePluginsAhead = _useMarkdownContext$r2 === void 0 ? [] : _useMarkdownContext$r2;
|
|
28
|
-
var memoPlugins = useMemo(function () {
|
|
29
|
-
return [allowHtml && rehypeRaw, enableGithubAlert && rehypeGithubAlerts, enableLatex && rehypeKatex, enableLatex && rehypeKatexDir, enableCustomFootnotes && rehypeCustomFootnotes, animated && rehypeStreamAnimated].filter(Boolean);
|
|
30
|
-
}, [animated, enableLatex, enableGithubAlert, enableCustomFootnotes, allowHtml]);
|
|
31
|
-
return useMemo(function () {
|
|
32
|
-
return [].concat(_toConsumableArray(rehypePluginsAhead), _toConsumableArray(memoPlugins), _toConsumableArray(rehypePlugins));
|
|
33
|
-
}, [rehypePlugins, memoPlugins, rehypePluginsAhead]);
|
|
34
|
-
};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
4
|
-
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
5
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
6
|
-
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
7
|
-
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
8
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
9
|
-
import { useMemo } from 'react';
|
|
10
|
-
import remarkBreaks from 'remark-breaks';
|
|
11
|
-
import remarkCjkFriendly from 'remark-cjk-friendly';
|
|
12
|
-
import remarkGfm from 'remark-gfm';
|
|
13
|
-
import remarkMath from 'remark-math';
|
|
14
|
-
import { useMarkdownContext } from "../../Markdown/components/MarkdownProvider";
|
|
15
|
-
import { remarkBr } from "../../Markdown/plugins/remarkBr";
|
|
16
|
-
import { remarkCustomFootnotes } from "../../Markdown/plugins/remarkCustomFootnotes";
|
|
17
|
-
import { remarkGfmPlus } from "../../Markdown/plugins/remarkGfmPlus";
|
|
18
|
-
import { remarkVideo } from "../../Markdown/plugins/remarkVideo";
|
|
19
|
-
export var useMarkdownRemarkPlugins = function useMarkdownRemarkPlugins() {
|
|
20
|
-
var _useMarkdownContext = useMarkdownContext(),
|
|
21
|
-
enableLatex = _useMarkdownContext.enableLatex,
|
|
22
|
-
enableCustomFootnotes = _useMarkdownContext.enableCustomFootnotes,
|
|
23
|
-
_useMarkdownContext$r = _useMarkdownContext.remarkPlugins,
|
|
24
|
-
remarkPlugins = _useMarkdownContext$r === void 0 ? [] : _useMarkdownContext$r,
|
|
25
|
-
_useMarkdownContext$r2 = _useMarkdownContext.remarkPluginsAhead,
|
|
26
|
-
remarkPluginsAhead = _useMarkdownContext$r2 === void 0 ? [] : _useMarkdownContext$r2,
|
|
27
|
-
variant = _useMarkdownContext.variant,
|
|
28
|
-
allowHtml = _useMarkdownContext.allowHtml;
|
|
29
|
-
var isChatMode = variant === 'chat';
|
|
30
|
-
var memoPlugins = useMemo(function () {
|
|
31
|
-
return [remarkCjkFriendly,
|
|
32
|
-
// Parse math before GFM so that '|' inside $...$ isn't treated as a table separator
|
|
33
|
-
enableLatex && remarkMath, [remarkGfm, {
|
|
34
|
-
singleTilde: false
|
|
35
|
-
}], !allowHtml && remarkBr, !allowHtml && remarkGfmPlus, !allowHtml && remarkVideo, enableCustomFootnotes && remarkCustomFootnotes, isChatMode && remarkBreaks].filter(Boolean);
|
|
36
|
-
}, [allowHtml, isChatMode, enableLatex, enableCustomFootnotes]);
|
|
37
|
-
return useMemo(function () {
|
|
38
|
-
return [].concat(_toConsumableArray(remarkPluginsAhead), _toConsumableArray(memoPlugins), _toConsumableArray(remarkPlugins));
|
|
39
|
-
}, [remarkPlugins, memoPlugins, remarkPluginsAhead]);
|
|
40
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Cache for storing processed content to avoid redundant processing
|
|
3
|
-
*/
|
|
4
|
-
export declare const contentCache: Map<string, string>;
|
|
5
|
-
/**
|
|
6
|
-
* Adds content to the cache with size limitation
|
|
7
|
-
* Removes oldest entry if cache size limit is reached
|
|
8
|
-
*
|
|
9
|
-
* @param key The cache key
|
|
10
|
-
* @param value The processed content to store
|
|
11
|
-
*/
|
|
12
|
-
export declare const addToCache: (key: string, value: string) => void;
|
|
13
|
-
/**
|
|
14
|
-
* Transforms citation references in the format [n] to markdown links
|
|
15
|
-
*
|
|
16
|
-
* @param rawContent The markdown content with citation references
|
|
17
|
-
* @param length The number of citations
|
|
18
|
-
* @returns The content with citations transformed to markdown links
|
|
19
|
-
*/
|
|
20
|
-
export declare const transformCitations: (rawContent: string, length?: number) => string;
|
|
21
|
-
/**
|
|
22
|
-
* Preprocessing options for markdown content
|
|
23
|
-
*/
|
|
24
|
-
interface PreprocessOptions {
|
|
25
|
-
citationsLength?: number;
|
|
26
|
-
enableCustomFootnotes?: boolean;
|
|
27
|
-
enableLatex?: boolean;
|
|
28
|
-
}
|
|
29
|
-
export declare const preprocessMarkdownContent: (str: string, { enableCustomFootnotes, enableLatex, citationsLength }?: PreprocessOptions) => string;
|
|
30
|
-
export {};
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import { preprocessLaTeX } from "./latex";
|
|
2
|
-
|
|
3
|
-
// Cache configuration
|
|
4
|
-
var CACHE_SIZE = 50;
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Cache for storing processed content to avoid redundant processing
|
|
8
|
-
*/
|
|
9
|
-
export var contentCache = new Map();
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Adds content to the cache with size limitation
|
|
13
|
-
* Removes oldest entry if cache size limit is reached
|
|
14
|
-
*
|
|
15
|
-
* @param key The cache key
|
|
16
|
-
* @param value The processed content to store
|
|
17
|
-
*/
|
|
18
|
-
export var addToCache = function addToCache(key, value) {
|
|
19
|
-
if (contentCache.size >= CACHE_SIZE) {
|
|
20
|
-
// Remove the oldest cache entry
|
|
21
|
-
var firstKey = contentCache.keys().next().value;
|
|
22
|
-
if (firstKey) contentCache.delete(firstKey);
|
|
23
|
-
}
|
|
24
|
-
contentCache.set(key, value);
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Transforms citation references in the format [n] to markdown links
|
|
29
|
-
*
|
|
30
|
-
* @param rawContent The markdown content with citation references
|
|
31
|
-
* @param length The number of citations
|
|
32
|
-
* @returns The content with citations transformed to markdown links
|
|
33
|
-
*/
|
|
34
|
-
export var transformCitations = function transformCitations(rawContent) {
|
|
35
|
-
var length = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
|
|
36
|
-
if (length === 0) return rawContent;
|
|
37
|
-
|
|
38
|
-
// 生成引用索引
|
|
39
|
-
var citationIndices = Array.from({
|
|
40
|
-
length: length
|
|
41
|
-
}).fill('').map(function (_, index) {
|
|
42
|
-
return index + 1;
|
|
43
|
-
});
|
|
44
|
-
|
|
45
|
-
// 匹配所有潜在的引用
|
|
46
|
-
var pattern = new RegExp("\\[(".concat(citationIndices.join('|'), ")\\]"), 'g');
|
|
47
|
-
var matches = [];
|
|
48
|
-
var match;
|
|
49
|
-
while ((match = pattern.exec(rawContent)) !== null) {
|
|
50
|
-
matches.push({
|
|
51
|
-
id: match[1],
|
|
52
|
-
index: match.index,
|
|
53
|
-
length: match[0].length
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// 识别所有需要排除的区域
|
|
58
|
-
var excludedRanges = [];
|
|
59
|
-
|
|
60
|
-
// 查找LaTeX块 $$...$$
|
|
61
|
-
var latexBlockRegex = /\$\$([\S\s]*?)\$\$/g;
|
|
62
|
-
while ((match = latexBlockRegex.exec(rawContent)) !== null) {
|
|
63
|
-
excludedRanges.push({
|
|
64
|
-
end: match.index + match[0].length - 1,
|
|
65
|
-
start: match.index
|
|
66
|
-
});
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
// 查找行内LaTeX $...$
|
|
70
|
-
var inlineLatexRegex = /\$([^$]*?)\$/g;
|
|
71
|
-
while ((match = inlineLatexRegex.exec(rawContent)) !== null) {
|
|
72
|
-
excludedRanges.push({
|
|
73
|
-
end: match.index + match[0].length - 1,
|
|
74
|
-
start: match.index
|
|
75
|
-
});
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
// 查找代码块 ```...```
|
|
79
|
-
var codeBlockRegex = /```([\S\s]*?)```/g;
|
|
80
|
-
while ((match = codeBlockRegex.exec(rawContent)) !== null) {
|
|
81
|
-
excludedRanges.push({
|
|
82
|
-
end: match.index + match[0].length - 1,
|
|
83
|
-
start: match.index
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
// 查找行内代码 `...`
|
|
88
|
-
var inlineCodeRegex = /`([^`]*?)`/g;
|
|
89
|
-
while ((match = inlineCodeRegex.exec(rawContent)) !== null) {
|
|
90
|
-
excludedRanges.push({
|
|
91
|
-
end: match.index + match[0].length - 1,
|
|
92
|
-
start: match.index
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// 过滤掉在排除区域内的引用
|
|
97
|
-
var validMatches = matches.filter(function (citation) {
|
|
98
|
-
return !excludedRanges.some(function (range) {
|
|
99
|
-
return citation.index >= range.start && citation.index <= range.end;
|
|
100
|
-
});
|
|
101
|
-
});
|
|
102
|
-
|
|
103
|
-
// 从后向前替换,避免索引变化问题
|
|
104
|
-
var result = rawContent;
|
|
105
|
-
for (var i = validMatches.length - 1; i >= 0; i--) {
|
|
106
|
-
var citation = validMatches[i];
|
|
107
|
-
var before = result.slice(0, Math.max(0, citation.index));
|
|
108
|
-
var after = result.slice(Math.max(0, citation.index + citation.length));
|
|
109
|
-
result = before + "[#citation-".concat(citation.id, "](citation-").concat(citation.id, ")") + after;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
// 处理连续引用
|
|
113
|
-
return result.replaceAll('][', '] [');
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* Preprocessing options for markdown content
|
|
118
|
-
*/
|
|
119
|
-
|
|
120
|
-
export var preprocessMarkdownContent = function preprocessMarkdownContent(str) {
|
|
121
|
-
var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
|
|
122
|
-
enableCustomFootnotes = _ref.enableCustomFootnotes,
|
|
123
|
-
enableLatex = _ref.enableLatex,
|
|
124
|
-
citationsLength = _ref.citationsLength;
|
|
125
|
-
var content = str;
|
|
126
|
-
|
|
127
|
-
// Process LaTeX expressions
|
|
128
|
-
if (enableLatex) {
|
|
129
|
-
content = preprocessLaTeX(content);
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
// Process custom footnotes/citations
|
|
133
|
-
if (enableCustomFootnotes) {
|
|
134
|
-
content = transformCitations(content, citationsLength);
|
|
135
|
-
}
|
|
136
|
-
return content;
|
|
137
|
-
};
|
package/es/hooks/useMermaid.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { MermaidConfig } from 'mermaid/dist/config.type';
|
|
2
|
-
import { SWRResponse } from 'swr';
|
|
3
|
-
/**
|
|
4
|
-
* 验证并处理 Mermaid 图表内容
|
|
5
|
-
*/
|
|
6
|
-
export declare const useMermaid: (content: string, { id, theme: customTheme, }: {
|
|
7
|
-
id: string;
|
|
8
|
-
theme?: MermaidConfig['theme'];
|
|
9
|
-
}) => SWRResponse<string, Error>;
|
package/es/hooks/useMermaid.js
DELETED
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
5
|
-
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
6
|
-
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
7
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
|
-
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
12
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
|
-
import { useTheme } from 'antd-style';
|
|
14
|
-
import { useMemo, useState } from 'react';
|
|
15
|
-
import useSWR from 'swr';
|
|
16
|
-
import { Md5 } from 'ts-md5';
|
|
17
|
-
|
|
18
|
-
// 缓存已验证的图表内容
|
|
19
|
-
var MD5_LENGTH_THRESHOLD = 10000;
|
|
20
|
-
|
|
21
|
-
// 懒加载 mermaid 实例
|
|
22
|
-
var loadMermaid = function loadMermaid() {
|
|
23
|
-
if (typeof window === 'undefined') return Promise.resolve(null);
|
|
24
|
-
return import('mermaid').then(function (mod) {
|
|
25
|
-
return mod.default;
|
|
26
|
-
});
|
|
27
|
-
};
|
|
28
|
-
var mermaidPromise = loadMermaid();
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* 验证并处理 Mermaid 图表内容
|
|
32
|
-
*/
|
|
33
|
-
export var useMermaid = function useMermaid(content, _ref) {
|
|
34
|
-
var id = _ref.id,
|
|
35
|
-
customTheme = _ref.theme;
|
|
36
|
-
var theme = useTheme();
|
|
37
|
-
// 用于存储最近一次有效的内容
|
|
38
|
-
var _useState = useState(''),
|
|
39
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
40
|
-
validContent = _useState2[0],
|
|
41
|
-
setValidContent = _useState2[1];
|
|
42
|
-
|
|
43
|
-
// 提取主题相关配置到 useMemo 中
|
|
44
|
-
var mermaidConfig = useMemo(function () {
|
|
45
|
-
return {
|
|
46
|
-
fontFamily: theme.fontFamilyCode,
|
|
47
|
-
gantt: {
|
|
48
|
-
useWidth: 1920
|
|
49
|
-
},
|
|
50
|
-
securityLevel: 'loose',
|
|
51
|
-
startOnLoad: false,
|
|
52
|
-
theme: customTheme || (theme.isDarkMode ? 'dark' : 'neutral'),
|
|
53
|
-
themeVariables: customTheme ? undefined : {
|
|
54
|
-
errorBkgColor: theme.colorTextDescription,
|
|
55
|
-
errorTextColor: theme.colorTextDescription,
|
|
56
|
-
fontFamily: theme.fontFamily,
|
|
57
|
-
lineColor: theme.colorTextSecondary,
|
|
58
|
-
mainBkg: theme.colorBgContainer,
|
|
59
|
-
noteBkgColor: theme.colorInfoBg,
|
|
60
|
-
noteTextColor: theme.colorInfoText,
|
|
61
|
-
pie1: theme.geekblue,
|
|
62
|
-
pie2: theme.colorWarning,
|
|
63
|
-
pie3: theme.colorSuccess,
|
|
64
|
-
pie4: theme.colorError,
|
|
65
|
-
primaryBorderColor: theme.colorBorder,
|
|
66
|
-
primaryColor: theme.colorBgContainer,
|
|
67
|
-
primaryTextColor: theme.colorText,
|
|
68
|
-
secondaryBorderColor: theme.colorInfoBorder,
|
|
69
|
-
secondaryColor: theme.colorInfoBg,
|
|
70
|
-
secondaryTextColor: theme.colorInfoText,
|
|
71
|
-
tertiaryBorderColor: theme.colorSuccessBorder,
|
|
72
|
-
tertiaryColor: theme.colorSuccessBg,
|
|
73
|
-
tertiaryTextColor: theme.colorSuccessText,
|
|
74
|
-
textColor: theme.colorText
|
|
75
|
-
}
|
|
76
|
-
};
|
|
77
|
-
}, [theme.isDarkMode, customTheme]);
|
|
78
|
-
|
|
79
|
-
// 为长内容生成哈希键
|
|
80
|
-
var cacheKey = useMemo(function () {
|
|
81
|
-
var hash = content.length < MD5_LENGTH_THRESHOLD ? content : Md5.hashStr(content);
|
|
82
|
-
return [id, customTheme || (theme.isDarkMode ? 'd' : 'l'), hash].filter(Boolean).join('-');
|
|
83
|
-
}, [content, id, theme.isDarkMode, customTheme]);
|
|
84
|
-
return useSWR(cacheKey, /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
85
|
-
var mermaidInstance, isValid, _yield$mermaidInstanc, svg;
|
|
86
|
-
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
87
|
-
while (1) switch (_context.prev = _context.next) {
|
|
88
|
-
case 0:
|
|
89
|
-
_context.prev = 0;
|
|
90
|
-
_context.next = 3;
|
|
91
|
-
return mermaidPromise;
|
|
92
|
-
case 3:
|
|
93
|
-
mermaidInstance = _context.sent;
|
|
94
|
-
if (mermaidInstance) {
|
|
95
|
-
_context.next = 6;
|
|
96
|
-
break;
|
|
97
|
-
}
|
|
98
|
-
return _context.abrupt("return", content);
|
|
99
|
-
case 6:
|
|
100
|
-
_context.next = 8;
|
|
101
|
-
return mermaidInstance.parse(content);
|
|
102
|
-
case 8:
|
|
103
|
-
isValid = _context.sent;
|
|
104
|
-
if (!isValid) {
|
|
105
|
-
_context.next = 19;
|
|
106
|
-
break;
|
|
107
|
-
}
|
|
108
|
-
// 更新有效内容状态
|
|
109
|
-
mermaidInstance.initialize(mermaidConfig);
|
|
110
|
-
_context.next = 13;
|
|
111
|
-
return mermaidInstance.render(id, content);
|
|
112
|
-
case 13:
|
|
113
|
-
_yield$mermaidInstanc = _context.sent;
|
|
114
|
-
svg = _yield$mermaidInstanc.svg;
|
|
115
|
-
setValidContent(svg);
|
|
116
|
-
// 缓存验证结果
|
|
117
|
-
return _context.abrupt("return", svg);
|
|
118
|
-
case 19:
|
|
119
|
-
throw new Error('Mermaid 语法无效');
|
|
120
|
-
case 20:
|
|
121
|
-
_context.next = 26;
|
|
122
|
-
break;
|
|
123
|
-
case 22:
|
|
124
|
-
_context.prev = 22;
|
|
125
|
-
_context.t0 = _context["catch"](0);
|
|
126
|
-
if (!validContent) console.error('Mermaid 解析错误:', _context.t0);
|
|
127
|
-
// 返回最近一次有效的内容,或空字符串
|
|
128
|
-
return _context.abrupt("return", validContent || '');
|
|
129
|
-
case 26:
|
|
130
|
-
case "end":
|
|
131
|
-
return _context.stop();
|
|
132
|
-
}
|
|
133
|
-
}, _callee, null, [[0, 22]]);
|
|
134
|
-
})), {
|
|
135
|
-
dedupingInterval: 3000,
|
|
136
|
-
errorRetryCount: 2,
|
|
137
|
-
revalidateOnFocus: false,
|
|
138
|
-
revalidateOnReconnect: false
|
|
139
|
-
});
|
|
140
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
var _excluded = ["background"];
|
|
5
|
-
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
-
import { IconAvatar } from '@lobehub/icons';
|
|
13
|
-
import { COLOR_PRIMARY, TITLE } from "../style";
|
|
14
|
-
import Mono from "./Mono";
|
|
15
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
|
-
var Avatar = function Avatar(_ref) {
|
|
17
|
-
var background = _ref.background,
|
|
18
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
|
19
|
-
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
20
|
-
Icon: Mono,
|
|
21
|
-
"aria-label": TITLE,
|
|
22
|
-
background: background || COLOR_PRIMARY,
|
|
23
|
-
color: '#000'
|
|
24
|
-
}, rest));
|
|
25
|
-
};
|
|
26
|
-
export default Avatar;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
var _excluded = ["size", "style"];
|
|
5
|
-
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
-
import { memo } from 'react';
|
|
13
|
-
import { TITLE } from "../style";
|
|
14
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
-
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
-
var _ref$size = _ref.size,
|
|
18
|
-
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
-
style = _ref.style,
|
|
20
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
-
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
-
fill: "currentColor",
|
|
23
|
-
fillRule: "evenodd",
|
|
24
|
-
height: size,
|
|
25
|
-
style: _objectSpread({
|
|
26
|
-
flex: 'none',
|
|
27
|
-
lineHeight: 1
|
|
28
|
-
}, style),
|
|
29
|
-
viewBox: "0 0 24 24",
|
|
30
|
-
width: size,
|
|
31
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
32
|
-
}, rest), {}, {
|
|
33
|
-
children: [/*#__PURE__*/_jsx("title", {
|
|
34
|
-
children: TITLE
|
|
35
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
-
d: "M3.264 10.418c3.928-.648 7.008-3.9 7.653-7.834l.216-1.891c.054-.3-.15-.72-.529-.69-2.968.232-5.769 1.213-7.327 1.85A2.058 2.058 0 002 3.76v6.169c0 .365.328.644.688.586l.576-.094v-.003zM12.812 2.584c.647 3.934 3.726 7.186 7.652 7.835l.577.094c.36.06.688-.219.688-.586v-6.17c0-.836-.504-1.588-1.278-1.905-1.56-.64-4.358-1.619-7.326-1.85-.382-.03-.577.392-.532.689l.216 1.89.003.003zM20.461 12.146c-5.368 1.06-7.86 4.635-7.86 11.4 0 .34.336.576.62.387 2.468-1.668 7.9-6.021 8.46-11.467.021-.684-.834-.362-1.22-.32zM3.266 12.146c5.369 1.06 7.86 4.635 7.86 11.4 0 .34-.336.576-.618.387-2.47-1.668-7.902-6.021-8.461-11.467-.021-.684.834-.362 1.22-.32z"
|
|
37
|
-
})]
|
|
38
|
-
}));
|
|
39
|
-
});
|
|
40
|
-
export default Icon;
|
package/es/icons/Auth0/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import Avatar from "./components/Avatar";
|
|
4
|
-
import Mono from "./components/Mono";
|
|
5
|
-
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
6
|
-
var Icons = Mono;
|
|
7
|
-
Icons.Avatar = Avatar;
|
|
8
|
-
Icons.colorPrimary = COLOR_PRIMARY;
|
|
9
|
-
Icons.title = TITLE;
|
|
10
|
-
export default Icons;
|
package/es/icons/Auth0/style.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
var _excluded = ["background"];
|
|
5
|
-
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
-
import { IconAvatar } from '@lobehub/icons';
|
|
13
|
-
import { COLOR_PRIMARY, TITLE } from "../style";
|
|
14
|
-
import Mono from "./Mono";
|
|
15
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
|
-
var Avatar = function Avatar(_ref) {
|
|
17
|
-
var background = _ref.background,
|
|
18
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
|
19
|
-
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
20
|
-
Icon: Mono,
|
|
21
|
-
"aria-label": TITLE,
|
|
22
|
-
background: background || COLOR_PRIMARY,
|
|
23
|
-
color: '#000'
|
|
24
|
-
}, rest));
|
|
25
|
-
};
|
|
26
|
-
export default Avatar;
|