@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
package/es/node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/index.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../../../node_modules/unist-util-visit/node_modules/unist-util-visit-parents/lib/index.js"],"sourcesContent":["/**\n * @import {Node as UnistNode, Parent as UnistParent} from 'unist'\n */\n\n/**\n * @typedef {Exclude<import('unist-util-is').Test, undefined> | undefined} Test\n * Test from `unist-util-is`.\n *\n * Note: we have remove and add `undefined`, because otherwise when generating\n * automatic `.d.ts` files, TS tries to flatten paths from a local perspective,\n * which doesn’t work when publishing on npm.\n */\n\n/**\n * @typedef {(\n * Fn extends (value: any) => value is infer Thing\n * ? Thing\n * : Fallback\n * )} Predicate\n * Get the value of a type guard `Fn`.\n * @template Fn\n * Value; typically function that is a type guard (such as `(x): x is Y`).\n * @template Fallback\n * Value to yield if `Fn` is not a type guard.\n */\n\n/**\n * @typedef {(\n * Check extends null | undefined // No test.\n * ? Value\n * : Value extends {type: Check} // String (type) test.\n * ? Value\n * : Value extends Check // Partial test.\n * ? Value\n * : Check extends Function // Function test.\n * ? Predicate<Check, Value> extends Value\n * ? Predicate<Check, Value>\n * : never\n * : never // Some other test?\n * )} MatchesOne\n * Check whether a node matches a primitive check in the type system.\n * @template Value\n * Value; typically unist `Node`.\n * @template Check\n * Value; typically `unist-util-is`-compatible test, but not arrays.\n */\n\n/**\n * @typedef {(\n * Check extends ReadonlyArray<infer T>\n * ? MatchesOne<Value, T>\n * : Check extends Array<infer T>\n * ? MatchesOne<Value, T>\n * : MatchesOne<Value, Check>\n * )} Matches\n * Check whether a node matches a check in the type system.\n * @template Value\n * Value; typically unist `Node`.\n * @template Check\n * Value; typically `unist-util-is`-compatible test.\n */\n\n/**\n * @typedef {0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10} Uint\n * Number; capped reasonably.\n */\n\n/**\n * @typedef {I extends 0 ? 1 : I extends 1 ? 2 : I extends 2 ? 3 : I extends 3 ? 4 : I extends 4 ? 5 : I extends 5 ? 6 : I extends 6 ? 7 : I extends 7 ? 8 : I extends 8 ? 9 : 10} Increment\n * Increment a number in the type system.\n * @template {Uint} [I=0]\n * Index.\n */\n\n/**\n * @typedef {(\n * Node extends UnistParent\n * ? Node extends {children: Array<infer Children>}\n * ? Child extends Children ? Node : never\n * : never\n * : never\n * )} InternalParent\n * Collect nodes that can be parents of `Child`.\n * @template {UnistNode} Node\n * All node types in a tree.\n * @template {UnistNode} Child\n * Node to search for.\n */\n\n/**\n * @typedef {InternalParent<InclusiveDescendant<Tree>, Child>} Parent\n * Collect nodes in `Tree` that can be parents of `Child`.\n * @template {UnistNode} Tree\n * All node types in a tree.\n * @template {UnistNode} Child\n * Node to search for.\n */\n\n/**\n * @typedef {(\n * Depth extends Max\n * ? never\n * :\n * | InternalParent<Node, Child>\n * | InternalAncestor<Node, InternalParent<Node, Child>, Max, Increment<Depth>>\n * )} InternalAncestor\n * Collect nodes in `Tree` that can be ancestors of `Child`.\n * @template {UnistNode} Node\n * All node types in a tree.\n * @template {UnistNode} Child\n * Node to search for.\n * @template {Uint} [Max=10]\n * Max; searches up to this depth.\n * @template {Uint} [Depth=0]\n * Current depth.\n */\n\n/**\n * @typedef {InternalAncestor<InclusiveDescendant<Tree>, Child>} Ancestor\n * Collect nodes in `Tree` that can be ancestors of `Child`.\n * @template {UnistNode} Tree\n * All node types in a tree.\n * @template {UnistNode} Child\n * Node to search for.\n */\n\n/**\n * @typedef {(\n * Tree extends UnistParent\n * ? Depth extends Max\n * ? Tree\n * : Tree | InclusiveDescendant<Tree['children'][number], Max, Increment<Depth>>\n * : Tree\n * )} InclusiveDescendant\n * Collect all (inclusive) descendants of `Tree`.\n *\n * > 👉 **Note**: for performance reasons, this seems to be the fastest way to\n * > recurse without actually running into an infinite loop, which the\n * > previous version did.\n * >\n * > Practically, a max of `2` is typically enough assuming a `Root` is\n * > passed, but it doesn’t improve performance.\n * > It gets higher with `List > ListItem > Table > TableRow > TableCell`.\n * > Using up to `10` doesn’t hurt or help either.\n * @template {UnistNode} Tree\n * Tree type.\n * @template {Uint} [Max=10]\n * Max; searches up to this depth.\n * @template {Uint} [Depth=0]\n * Current depth.\n */\n\n/**\n * @typedef {'skip' | boolean} Action\n * Union of the action types.\n *\n * @typedef {number} Index\n * Move to the sibling at `index` next (after node itself is completely\n * traversed).\n *\n * Useful if mutating the tree, such as removing the node the visitor is\n * currently on, or any of its previous siblings.\n * Results less than 0 or greater than or equal to `children.length` stop\n * traversing the parent.\n *\n * @typedef {[(Action | null | undefined | void)?, (Index | null | undefined)?]} ActionTuple\n * List with one or two values, the first an action, the second an index.\n *\n * @typedef {Action | ActionTuple | Index | null | undefined | void} VisitorResult\n * Any value that can be returned from a visitor.\n */\n\n/**\n * @callback Visitor\n * Handle a node (matching `test`, if given).\n *\n * Visitors are free to transform `node`.\n * They can also transform the parent of node (the last of `ancestors`).\n *\n * Replacing `node` itself, if `SKIP` is not returned, still causes its\n * descendants to be walked (which is a bug).\n *\n * When adding or removing previous siblings of `node` (or next siblings, in\n * case of reverse), the `Visitor` should return a new `Index` to specify the\n * sibling to traverse after `node` is traversed.\n * Adding or removing next siblings of `node` (or previous siblings, in case\n * of reverse) is handled as expected without needing to return a new `Index`.\n *\n * Removing the children property of an ancestor still results in them being\n * traversed.\n * @param {Visited} node\n * Found node.\n * @param {Array<VisitedParents>} ancestors\n * Ancestors of `node`.\n * @returns {VisitorResult}\n * What to do next.\n *\n * An `Index` is treated as a tuple of `[CONTINUE, Index]`.\n * An `Action` is treated as a tuple of `[Action]`.\n *\n * Passing a tuple back only makes sense if the `Action` is `SKIP`.\n * When the `Action` is `EXIT`, that action can be returned.\n * When the `Action` is `CONTINUE`, `Index` can be returned.\n * @template {UnistNode} [Visited=UnistNode]\n * Visited node type.\n * @template {UnistParent} [VisitedParents=UnistParent]\n * Ancestor type.\n */\n\n/**\n * @typedef {Visitor<Matches<InclusiveDescendant<Tree>, Check>, Ancestor<Tree, Matches<InclusiveDescendant<Tree>, Check>>>} BuildVisitor\n * Build a typed `Visitor` function from a tree and a test.\n *\n * It will infer which values are passed as `node` and which as `parents`.\n * @template {UnistNode} [Tree=UnistNode]\n * Tree type.\n * @template {Test} [Check=Test]\n * Test type.\n */\n\nimport {convert} from 'unist-util-is'\nimport {color} from 'unist-util-visit-parents/do-not-use-color'\n\n/** @type {Readonly<ActionTuple>} */\nconst empty = []\n\n/**\n * Continue traversing as normal.\n */\nexport const CONTINUE = true\n\n/**\n * Stop traversing immediately.\n */\nexport const EXIT = false\n\n/**\n * Do not traverse this node’s children.\n */\nexport const SKIP = 'skip'\n\n/**\n * Visit nodes, with ancestral information.\n *\n * This algorithm performs *depth-first* *tree traversal* in *preorder*\n * (**NLR**) or if `reverse` is given, in *reverse preorder* (**NRL**).\n *\n * You can choose for which nodes `visitor` is called by passing a `test`.\n * For complex tests, you should test yourself in `visitor`, as it will be\n * faster and will have improved type information.\n *\n * Walking the tree is an intensive task.\n * Make use of the return values of the visitor when possible.\n * Instead of walking a tree multiple times, walk it once, use `unist-util-is`\n * to check if a node matches, and then perform different operations.\n *\n * You can change the tree.\n * See `Visitor` for more info.\n *\n * @overload\n * @param {Tree} tree\n * @param {Check} check\n * @param {BuildVisitor<Tree, Check>} visitor\n * @param {boolean | null | undefined} [reverse]\n * @returns {undefined}\n *\n * @overload\n * @param {Tree} tree\n * @param {BuildVisitor<Tree>} visitor\n * @param {boolean | null | undefined} [reverse]\n * @returns {undefined}\n *\n * @param {UnistNode} tree\n * Tree to traverse.\n * @param {Visitor | Test} test\n * `unist-util-is`-compatible test\n * @param {Visitor | boolean | null | undefined} [visitor]\n * Handle each node.\n * @param {boolean | null | undefined} [reverse]\n * Traverse in reverse preorder (NRL) instead of the default preorder (NLR).\n * @returns {undefined}\n * Nothing.\n *\n * @template {UnistNode} Tree\n * Node type.\n * @template {Test} Check\n * `unist-util-is`-compatible test.\n */\nexport function visitParents(tree, test, visitor, reverse) {\n /** @type {Test} */\n let check\n\n if (typeof test === 'function' && typeof visitor !== 'function') {\n reverse = visitor\n // @ts-expect-error no visitor given, so `visitor` is test.\n visitor = test\n } else {\n // @ts-expect-error visitor given, so `test` isn’t a visitor.\n check = test\n }\n\n const is = convert(check)\n const step = reverse ? -1 : 1\n\n factory(tree, undefined, [])()\n\n /**\n * @param {UnistNode} node\n * @param {number | undefined} index\n * @param {Array<UnistParent>} parents\n */\n function factory(node, index, parents) {\n const value = /** @type {Record<string, unknown>} */ (\n node && typeof node === 'object' ? node : {}\n )\n\n if (typeof value.type === 'string') {\n const name =\n // `hast`\n typeof value.tagName === 'string'\n ? value.tagName\n : // `xast`\n typeof value.name === 'string'\n ? value.name\n : undefined\n\n Object.defineProperty(visit, 'name', {\n value:\n 'node (' + color(node.type + (name ? '<' + name + '>' : '')) + ')'\n })\n }\n\n return visit\n\n function visit() {\n /** @type {Readonly<ActionTuple>} */\n let result = empty\n /** @type {Readonly<ActionTuple>} */\n let subresult\n /** @type {number} */\n let offset\n /** @type {Array<UnistParent>} */\n let grandparents\n\n if (!test || is(node, index, parents[parents.length - 1] || undefined)) {\n // @ts-expect-error: `visitor` is now a visitor.\n result = toResult(visitor(node, parents))\n\n if (result[0] === EXIT) {\n return result\n }\n }\n\n if ('children' in node && node.children) {\n const nodeAsParent = /** @type {UnistParent} */ (node)\n\n if (nodeAsParent.children && result[0] !== SKIP) {\n offset = (reverse ? nodeAsParent.children.length : -1) + step\n grandparents = parents.concat(nodeAsParent)\n\n while (offset > -1 && offset < nodeAsParent.children.length) {\n const child = nodeAsParent.children[offset]\n\n subresult = factory(child, offset, grandparents)()\n\n if (subresult[0] === EXIT) {\n return subresult\n }\n\n offset =\n typeof subresult[1] === 'number' ? subresult[1] : offset + step\n }\n }\n }\n\n return result\n }\n }\n}\n\n/**\n * Turn a return value into a clean result.\n *\n * @param {VisitorResult} value\n * Valid return values from visitors.\n * @returns {Readonly<ActionTuple>}\n * Clean result.\n */\nfunction toResult(value) {\n if (Array.isArray(value)) {\n return value\n }\n\n if (typeof value === 'number') {\n return [CONTINUE, value]\n }\n\n return value === null || value === undefined ? empty : [value]\n}\n"],"x_google_ignoreList":[0],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgOA,MAAM,QAAQ,EAAE;;;;AAKhB,MAAa,WAAW;;;;AAKxB,MAAa,OAAO;;;;AAKpB,MAAa,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiDpB,SAAgB,aAAa,MAAM,MAAM,SAAS,SAAS;;CAEzD,IAAI;AAEJ,KAAI,OAAO,SAAS,cAAc,OAAO,YAAY,YAAY;AAC/D,YAAU;AAEV,YAAU;OAGV,SAAQ;CAGV,MAAM,KAAK,QAAQ,MAAM;CACzB,MAAM,OAAO,UAAU,KAAK;AAE5B,SAAQ,MAAM,QAAW,EAAE,CAAC,EAAE;;;;;;CAO9B,SAAS,QAAQ,MAAM,OAAO,SAAS;EACrC,MAAM,QACJ,QAAQ,OAAO,SAAS,WAAW,OAAO,EAAE;AAG9C,MAAI,OAAO,MAAM,SAAS,UAAU;GAClC,MAAM,OAEJ,OAAO,MAAM,YAAY,WACrB,MAAM,UAEN,OAAO,MAAM,SAAS,WACpB,MAAM,OACN;AAER,UAAO,eAAe,OAAO,QAAQ,EACnC,OACE,WAAW,MAAM,KAAK,QAAQ,OAAO,MAAM,OAAO,MAAM,IAAI,GAAG,KAClE,CAAC;;AAGJ,SAAO;EAEP,SAAS,QAAQ;;GAEf,IAAI,SAAS;;GAEb,IAAI;;GAEJ,IAAI;;GAEJ,IAAI;AAEJ,OAAI,CAAC,QAAQ,GAAG,MAAM,OAAO,QAAQ,QAAQ,SAAS,MAAM,OAAU,EAAE;AAEtE,aAAS,SAAS,QAAQ,MAAM,QAAQ,CAAC;AAEzC,QAAI,OAAO,OAAO,KAChB,QAAO;;AAIX,OAAI,cAAc,QAAQ,KAAK,UAAU;IACvC,MAAM,eAA2C;AAEjD,QAAI,aAAa,YAAY,OAAO,OAAO,MAAM;AAC/C,eAAU,UAAU,aAAa,SAAS,SAAS,MAAM;AACzD,oBAAe,QAAQ,OAAO,aAAa;AAE3C,YAAO,SAAS,MAAM,SAAS,aAAa,SAAS,QAAQ;MAC3D,MAAM,QAAQ,aAAa,SAAS;AAEpC,kBAAY,QAAQ,OAAO,QAAQ,aAAa,EAAE;AAElD,UAAI,UAAU,OAAO,KACnB,QAAO;AAGT,eACE,OAAO,UAAU,OAAO,WAAW,UAAU,KAAK,SAAS;;;;AAKnE,UAAO;;;;;;;;;;;;AAab,SAAS,SAAS,OAAO;AACvB,KAAI,MAAM,QAAQ,MAAM,CACtB,QAAO;AAGT,KAAI,OAAO,UAAU,SACnB,QAAO,CAAC,UAAU,MAAM;AAG1B,QAAO,UAAU,QAAQ,UAAU,SAAY,QAAQ,CAAC,MAAM"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FlexboxProps } from "../../Flex/type.mjs";
|
|
2
|
+
import "../../Flex/index.mjs";
|
|
3
|
+
import * as react25 from "react";
|
|
4
|
+
import { Ref } from "react";
|
|
5
|
+
import { useControls, useCreateStore } from "leva";
|
|
6
|
+
|
|
7
|
+
//#region src/storybook/StoryBook/index.d.ts
|
|
8
|
+
interface StoryBookProps extends FlexboxProps {
|
|
9
|
+
levaStore: any;
|
|
10
|
+
noPadding?: boolean;
|
|
11
|
+
ref?: Ref<HTMLDivElement>;
|
|
12
|
+
}
|
|
13
|
+
declare const StoryBook: react25.NamedExoticComponent<StoryBookProps>;
|
|
14
|
+
//#endregion
|
|
15
|
+
export { StoryBook, StoryBookProps, useControls, useCreateStore };
|
|
16
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
import FlexBasic_default from "../../Flex/FlexBasic.mjs";
|
|
4
|
+
import Center_default from "../../Flex/Center.mjs";
|
|
5
|
+
import DraggablePanel_default from "../../DraggablePanel/index.mjs";
|
|
6
|
+
import { useStyles } from "./style.mjs";
|
|
7
|
+
import { memo } from "react";
|
|
8
|
+
import { useResponsive } from "antd-style";
|
|
9
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
import { LevaPanel, useControls, useCreateStore } from "leva";
|
|
11
|
+
|
|
12
|
+
//#region src/storybook/StoryBook/index.tsx
|
|
13
|
+
const StoryBook = memo(({ ref, levaStore, noPadding, className, children, ...rest }) => {
|
|
14
|
+
const { mobile } = useResponsive();
|
|
15
|
+
const { styles, cx: cx$1 } = useStyles(Boolean(noPadding));
|
|
16
|
+
return /* @__PURE__ */ jsxs(FlexBasic_default, {
|
|
17
|
+
align: "stretch",
|
|
18
|
+
className: cx$1(styles.editor, className),
|
|
19
|
+
horizontal: !mobile,
|
|
20
|
+
justify: "stretch",
|
|
21
|
+
ref,
|
|
22
|
+
children: [/* @__PURE__ */ jsx(Center_default, {
|
|
23
|
+
className: styles.left,
|
|
24
|
+
flex: 1,
|
|
25
|
+
...rest,
|
|
26
|
+
children
|
|
27
|
+
}), /* @__PURE__ */ jsx(DraggablePanel_default, {
|
|
28
|
+
className: styles.right,
|
|
29
|
+
minWidth: 280,
|
|
30
|
+
placement: mobile ? "bottom" : "right",
|
|
31
|
+
children: /* @__PURE__ */ jsxs("div", {
|
|
32
|
+
className: styles.leva,
|
|
33
|
+
children: [/* @__PURE__ */ jsx(LevaPanel, {
|
|
34
|
+
fill: true,
|
|
35
|
+
flat: true,
|
|
36
|
+
store: levaStore,
|
|
37
|
+
titleBar: false
|
|
38
|
+
}), " "]
|
|
39
|
+
})
|
|
40
|
+
})]
|
|
41
|
+
});
|
|
42
|
+
});
|
|
43
|
+
StoryBook.displayName = "StoryBook";
|
|
44
|
+
var StoryBook_default = StoryBook;
|
|
45
|
+
|
|
46
|
+
//#endregion
|
|
47
|
+
export { StoryBook_default as default, useControls, useCreateStore };
|
|
48
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":["Flexbox","cx","Center","DraggablePanel"],"sources":["../../../src/storybook/StoryBook/index.tsx"],"sourcesContent":["'use client';\n\nimport { useResponsive } from 'antd-style';\nimport { LevaPanel } from 'leva';\nimport { Ref, memo } from 'react';\n\nimport DraggablePanel from '@/DraggablePanel';\nimport { Center, Flexbox, FlexboxProps } from '@/Flex';\n\nimport { useStyles } from './style';\n\nexport interface StoryBookProps extends FlexboxProps {\n levaStore: any;\n noPadding?: boolean;\n ref?: Ref<HTMLDivElement>;\n}\n\nexport const StoryBook = memo<StoryBookProps>(\n ({ ref, levaStore, noPadding, className, children, ...rest }) => {\n const { mobile } = useResponsive();\n const { styles, cx } = useStyles(Boolean(noPadding));\n\n return (\n <Flexbox\n align={'stretch'}\n className={cx(styles.editor, className)}\n horizontal={!mobile}\n justify={'stretch'}\n ref={ref}\n >\n <Center className={styles.left} flex={1} {...rest}>\n {children}\n </Center>\n <DraggablePanel\n className={styles.right}\n minWidth={280}\n placement={mobile ? 'bottom' : 'right'}\n >\n <div className={styles.leva}>\n <LevaPanel fill flat store={levaStore} titleBar={false} />{' '}\n </div>\n </DraggablePanel>\n </Flexbox>\n );\n },\n);\n\nStoryBook.displayName = 'StoryBook';\n\nexport default StoryBook;\n\nexport { useControls, useCreateStore } from 'leva';\n"],"mappings":";;;;;;;;;;;;AAiBA,MAAa,YAAY,MACtB,EAAE,KAAK,WAAW,WAAW,WAAW,UAAU,GAAG,WAAW;CAC/D,MAAM,EAAE,WAAW,eAAe;CAClC,MAAM,EAAE,QAAQ,aAAO,UAAU,QAAQ,UAAU,CAAC;AAEpD,QACE,qBAACA;EACC,OAAO;EACP,WAAWC,KAAG,OAAO,QAAQ,UAAU;EACvC,YAAY,CAAC;EACb,SAAS;EACJ;aAEL,oBAACC;GAAO,WAAW,OAAO;GAAM,MAAM;GAAG,GAAI;GAC1C;IACM,EACT,oBAACC;GACC,WAAW,OAAO;GAClB,UAAU;GACV,WAAW,SAAS,WAAW;aAE/B,qBAAC;IAAI,WAAW,OAAO;eACrB,oBAAC;KAAU;KAAK;KAAK,OAAO;KAAW,UAAU;MAAS,EAAC;KACvD;IACS;GACT;EAGf;AAED,UAAU,cAAc;AAExB,wBAAe"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { createStyles } from "antd-style";
|
|
2
|
+
|
|
3
|
+
//#region src/storybook/StoryBook/style.ts
|
|
4
|
+
const useStyles = createStyles(({ cx: cx$1, css: css$1, token, responsive }, noPadding) => {
|
|
5
|
+
return {
|
|
6
|
+
editor: css$1`
|
|
7
|
+
width: inherit;
|
|
8
|
+
min-height: inherit;
|
|
9
|
+
`,
|
|
10
|
+
left: cx$1(css$1`
|
|
11
|
+
position: relative;
|
|
12
|
+
overflow: auto;
|
|
13
|
+
`, !noPadding && css$1`
|
|
14
|
+
padding-block: 40px;
|
|
15
|
+
padding-inline: 24px;
|
|
16
|
+
`),
|
|
17
|
+
leva: css$1`
|
|
18
|
+
--leva-sizes-controlWidth: 66%;
|
|
19
|
+
--leva-colors-elevation1: ${token.colorFillSecondary};
|
|
20
|
+
--leva-colors-elevation2: transparent;
|
|
21
|
+
--leva-colors-elevation3: ${token.colorFillSecondary};
|
|
22
|
+
--leva-colors-accent1: ${token.colorPrimary};
|
|
23
|
+
--leva-colors-accent2: ${token.colorPrimaryHover};
|
|
24
|
+
--leva-colors-accent3: ${token.colorPrimaryActive};
|
|
25
|
+
--leva-colors-highlight1: ${token.colorTextTertiary};
|
|
26
|
+
--leva-colors-highlight2: ${token.colorTextSecondary};
|
|
27
|
+
--leva-colors-highlight3: ${token.colorText};
|
|
28
|
+
--leva-colors-vivid1: ${token.colorWarning};
|
|
29
|
+
--leva-shadows-level1: unset;
|
|
30
|
+
--leva-shadows-level2: unset;
|
|
31
|
+
--leva-fonts-mono: ${token.fontFamilyCode};
|
|
32
|
+
|
|
33
|
+
overflow: auto;
|
|
34
|
+
|
|
35
|
+
width: 100%;
|
|
36
|
+
height: 100%;
|
|
37
|
+
padding-block: 6px;
|
|
38
|
+
padding-inline: 0;
|
|
39
|
+
|
|
40
|
+
> div {
|
|
41
|
+
background: transparent;
|
|
42
|
+
|
|
43
|
+
> div {
|
|
44
|
+
background: transparent;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
input:checked + label > svg {
|
|
49
|
+
stroke: ${token.colorBgLayout};
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
button {
|
|
53
|
+
--leva-colors-accent2: ${token.colorFillSecondary};
|
|
54
|
+
}
|
|
55
|
+
`,
|
|
56
|
+
right: css$1`
|
|
57
|
+
background: ${token.colorBgLayout};
|
|
58
|
+
|
|
59
|
+
${responsive.mobile} {
|
|
60
|
+
.draggable-panel-fixed {
|
|
61
|
+
width: 100% !important;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
`
|
|
65
|
+
};
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
//#endregion
|
|
69
|
+
export { useStyles };
|
|
70
|
+
//# sourceMappingURL=style.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.mjs","names":["cx"],"sources":["../../../src/storybook/StoryBook/style.ts"],"sourcesContent":["import { createStyles } from 'antd-style';\n\nexport const useStyles = createStyles(({ cx, css, token, responsive }, noPadding: boolean) => {\n return {\n editor: css`\n width: inherit;\n min-height: inherit;\n `,\n left: cx(\n css`\n position: relative;\n overflow: auto;\n `,\n !noPadding &&\n css`\n padding-block: 40px;\n padding-inline: 24px;\n `,\n ),\n leva: css`\n --leva-sizes-controlWidth: 66%;\n --leva-colors-elevation1: ${token.colorFillSecondary};\n --leva-colors-elevation2: transparent;\n --leva-colors-elevation3: ${token.colorFillSecondary};\n --leva-colors-accent1: ${token.colorPrimary};\n --leva-colors-accent2: ${token.colorPrimaryHover};\n --leva-colors-accent3: ${token.colorPrimaryActive};\n --leva-colors-highlight1: ${token.colorTextTertiary};\n --leva-colors-highlight2: ${token.colorTextSecondary};\n --leva-colors-highlight3: ${token.colorText};\n --leva-colors-vivid1: ${token.colorWarning};\n --leva-shadows-level1: unset;\n --leva-shadows-level2: unset;\n --leva-fonts-mono: ${token.fontFamilyCode};\n\n overflow: auto;\n\n width: 100%;\n height: 100%;\n padding-block: 6px;\n padding-inline: 0;\n\n > div {\n background: transparent;\n\n > div {\n background: transparent;\n }\n }\n\n input:checked + label > svg {\n stroke: ${token.colorBgLayout};\n }\n\n button {\n --leva-colors-accent2: ${token.colorFillSecondary};\n }\n `,\n right: css`\n background: ${token.colorBgLayout};\n\n ${responsive.mobile} {\n .draggable-panel-fixed {\n width: 100% !important;\n }\n }\n `,\n };\n});\n"],"mappings":";;;AAEA,MAAa,YAAY,cAAc,EAAE,UAAI,YAAK,OAAO,cAAc,cAAuB;AAC5F,QAAO;EACL,QAAQ,KAAG;;;;EAIX,MAAMA,KACJ,KAAG;;;SAIH,CAAC,aACC,KAAG;;;UAIN;EACD,MAAM,KAAG;;kCAEqB,MAAM,mBAAmB;;kCAEzB,MAAM,mBAAmB;+BAC5B,MAAM,aAAa;+BACnB,MAAM,kBAAkB;+BACxB,MAAM,mBAAmB;kCACtB,MAAM,kBAAkB;kCACxB,MAAM,mBAAmB;kCACzB,MAAM,UAAU;8BACpB,MAAM,aAAa;;;2BAGtB,MAAM,eAAe;;;;;;;;;;;;;;;;;;kBAkB9B,MAAM,cAAc;;;;iCAIL,MAAM,mBAAmB;;;EAGtD,OAAO,KAAG;oBACM,MAAM,cAAc;;QAEhC,WAAW,OAAO;;;;;;EAMvB;EACD"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
//#region src/styles/customTheme.d.ts
|
|
2
|
+
declare const primaryColors: {
|
|
3
|
+
blue: string;
|
|
4
|
+
cyan: string;
|
|
5
|
+
geekblue: string;
|
|
6
|
+
gold: string;
|
|
7
|
+
green: string;
|
|
8
|
+
lime: string;
|
|
9
|
+
magenta: string;
|
|
10
|
+
orange: string;
|
|
11
|
+
purple: string;
|
|
12
|
+
red: string;
|
|
13
|
+
volcano: string;
|
|
14
|
+
yellow: string;
|
|
15
|
+
};
|
|
16
|
+
type PrimaryColorsObj = typeof primaryColors;
|
|
17
|
+
type PrimaryColors = keyof PrimaryColorsObj;
|
|
18
|
+
declare const primaryColorsSwatches: string[];
|
|
19
|
+
declare const neutralColors: {
|
|
20
|
+
mauve: string;
|
|
21
|
+
olive: string;
|
|
22
|
+
sage: string;
|
|
23
|
+
sand: string;
|
|
24
|
+
slate: string;
|
|
25
|
+
};
|
|
26
|
+
declare const neutralColorsSwatches: string[];
|
|
27
|
+
type NeutralColorsObj = typeof neutralColors;
|
|
28
|
+
type NeutralColors = keyof NeutralColorsObj;
|
|
29
|
+
declare const findCustomThemeName: (type: "primary" | "neutral", value: string) => string | undefined;
|
|
30
|
+
//#endregion
|
|
31
|
+
export { NeutralColors, NeutralColorsObj, PrimaryColors, PrimaryColorsObj, findCustomThemeName, neutralColors, neutralColorsSwatches, primaryColors, primaryColorsSwatches };
|
|
32
|
+
//# sourceMappingURL=customTheme.d.mts.map
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import blue_default from "../color/colors/blue.mjs";
|
|
2
|
+
import cyan_default from "../color/colors/cyan.mjs";
|
|
3
|
+
import geekblue_default from "../color/colors/geekblue.mjs";
|
|
4
|
+
import gold_default from "../color/colors/gold.mjs";
|
|
5
|
+
import green_default from "../color/colors/green.mjs";
|
|
6
|
+
import lime_default from "../color/colors/lime.mjs";
|
|
7
|
+
import magenta_default from "../color/colors/magenta.mjs";
|
|
8
|
+
import orange_default from "../color/colors/orange.mjs";
|
|
9
|
+
import purple_default from "../color/colors/purple.mjs";
|
|
10
|
+
import red_default from "../color/colors/red.mjs";
|
|
11
|
+
import volcano_default from "../color/colors/volcano.mjs";
|
|
12
|
+
import yellow_default from "../color/colors/yellow.mjs";
|
|
13
|
+
import mauve_default from "../color/neutrals/mauve.mjs";
|
|
14
|
+
import olive_default from "../color/neutrals/olive.mjs";
|
|
15
|
+
import sage_default from "../color/neutrals/sage.mjs";
|
|
16
|
+
import sand_default from "../color/neutrals/sand.mjs";
|
|
17
|
+
import slate_default from "../color/neutrals/slate.mjs";
|
|
18
|
+
|
|
19
|
+
//#region src/styles/customTheme.ts
|
|
20
|
+
const primaryColors = {
|
|
21
|
+
blue: blue_default.dark[9],
|
|
22
|
+
cyan: cyan_default.dark[9],
|
|
23
|
+
geekblue: geekblue_default.dark[9],
|
|
24
|
+
gold: gold_default.dark[9],
|
|
25
|
+
green: green_default.dark[9],
|
|
26
|
+
lime: lime_default.dark[9],
|
|
27
|
+
magenta: magenta_default.dark[9],
|
|
28
|
+
orange: orange_default.dark[9],
|
|
29
|
+
purple: purple_default.dark[9],
|
|
30
|
+
red: red_default.dark[9],
|
|
31
|
+
volcano: volcano_default.dark[9],
|
|
32
|
+
yellow: yellow_default.dark[9]
|
|
33
|
+
};
|
|
34
|
+
const primaryColorsSwatches = [
|
|
35
|
+
primaryColors.red,
|
|
36
|
+
primaryColors.orange,
|
|
37
|
+
primaryColors.gold,
|
|
38
|
+
primaryColors.yellow,
|
|
39
|
+
primaryColors.lime,
|
|
40
|
+
primaryColors.green,
|
|
41
|
+
primaryColors.cyan,
|
|
42
|
+
primaryColors.blue,
|
|
43
|
+
primaryColors.geekblue,
|
|
44
|
+
primaryColors.purple,
|
|
45
|
+
primaryColors.magenta,
|
|
46
|
+
primaryColors.volcano
|
|
47
|
+
];
|
|
48
|
+
const neutralColors = {
|
|
49
|
+
mauve: mauve_default.dark[9],
|
|
50
|
+
olive: olive_default.dark[9],
|
|
51
|
+
sage: sage_default.dark[9],
|
|
52
|
+
sand: sand_default.dark[9],
|
|
53
|
+
slate: slate_default.dark[9]
|
|
54
|
+
};
|
|
55
|
+
const neutralColorsSwatches = [
|
|
56
|
+
neutralColors.mauve,
|
|
57
|
+
neutralColors.slate,
|
|
58
|
+
neutralColors.sage,
|
|
59
|
+
neutralColors.olive,
|
|
60
|
+
neutralColors.sand
|
|
61
|
+
];
|
|
62
|
+
const findCustomThemeName = (type, value) => {
|
|
63
|
+
const res = type === "primary" ? primaryColors : neutralColors;
|
|
64
|
+
return Object.entries(res).find((item) => item[1] === value)?.[0];
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
//#endregion
|
|
68
|
+
export { findCustomThemeName, neutralColors, neutralColorsSwatches, primaryColors, primaryColorsSwatches };
|
|
69
|
+
//# sourceMappingURL=customTheme.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customTheme.mjs","names":["blue","cyan","geekblue","gold","green","lime","magenta","orange","purple","red","volcano","yellow","mauve","olive","sage","sand","slate"],"sources":["../../src/styles/customTheme.ts"],"sourcesContent":["import {\n blue,\n cyan,\n geekblue,\n gold,\n green,\n lime,\n magenta,\n orange,\n purple,\n red,\n volcano,\n yellow,\n} from '@/color/colors';\nimport { mauve, olive, sage, sand, slate } from '@/color/neutrals';\n\nexport const primaryColors = {\n blue: blue.dark[9],\n cyan: cyan.dark[9],\n geekblue: geekblue.dark[9],\n gold: gold.dark[9],\n green: green.dark[9],\n lime: lime.dark[9],\n magenta: magenta.dark[9],\n orange: orange.dark[9],\n purple: purple.dark[9],\n red: red.dark[9],\n volcano: volcano.dark[9],\n yellow: yellow.dark[9],\n};\n\nexport type PrimaryColorsObj = typeof primaryColors;\nexport type PrimaryColors = keyof PrimaryColorsObj;\nexport const primaryColorsSwatches = [\n primaryColors.red,\n primaryColors.orange,\n primaryColors.gold,\n primaryColors.yellow,\n primaryColors.lime,\n primaryColors.green,\n primaryColors.cyan,\n primaryColors.blue,\n primaryColors.geekblue,\n primaryColors.purple,\n primaryColors.magenta,\n primaryColors.volcano,\n];\nexport const neutralColors = {\n mauve: mauve.dark[9],\n olive: olive.dark[9],\n sage: sage.dark[9],\n sand: sand.dark[9],\n slate: slate.dark[9],\n};\nexport const neutralColorsSwatches = [\n neutralColors.mauve,\n neutralColors.slate,\n neutralColors.sage,\n neutralColors.olive,\n neutralColors.sand,\n];\n\nexport type NeutralColorsObj = typeof neutralColors;\nexport type NeutralColors = keyof NeutralColorsObj;\n\nexport const findCustomThemeName = (type: 'primary' | 'neutral', value: string) => {\n const res = type === 'primary' ? primaryColors : neutralColors;\n const result = Object.entries(res).find((item) => item[1] === value);\n return result?.[0];\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAgBA,MAAa,gBAAgB;CAC3B,MAAMA,aAAK,KAAK;CAChB,MAAMC,aAAK,KAAK;CAChB,UAAUC,iBAAS,KAAK;CACxB,MAAMC,aAAK,KAAK;CAChB,OAAOC,cAAM,KAAK;CAClB,MAAMC,aAAK,KAAK;CAChB,SAASC,gBAAQ,KAAK;CACtB,QAAQC,eAAO,KAAK;CACpB,QAAQC,eAAO,KAAK;CACpB,KAAKC,YAAI,KAAK;CACd,SAASC,gBAAQ,KAAK;CACtB,QAAQC,eAAO,KAAK;CACrB;AAID,MAAa,wBAAwB;CACnC,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACf;AACD,MAAa,gBAAgB;CAC3B,OAAOC,cAAM,KAAK;CAClB,OAAOC,cAAM,KAAK;CAClB,MAAMC,aAAK,KAAK;CAChB,MAAMC,aAAK,KAAK;CAChB,OAAOC,cAAM,KAAK;CACnB;AACD,MAAa,wBAAwB;CACnC,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACd,cAAc;CACf;AAKD,MAAa,uBAAuB,MAA6B,UAAkB;CACjF,MAAM,MAAM,SAAS,YAAY,gBAAgB;AAEjD,QADe,OAAO,QAAQ,IAAI,CAAC,MAAM,SAAS,KAAK,OAAO,MAAM,GACpD"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { NeutralColors, NeutralColorsObj, PrimaryColors, PrimaryColorsObj, findCustomThemeName, neutralColors, neutralColorsSwatches, primaryColors, primaryColorsSwatches } from "./customTheme.mjs";
|
|
2
|
+
import { generateCustomStylish } from "./theme/customStylish.mjs";
|
|
3
|
+
import { generateCustomToken } from "./theme/customToken.mjs";
|
|
4
|
+
import { generateColorNeutralPalette, generateColorPalette } from "./theme/generateColorPalette.mjs";
|
|
5
|
+
export { NeutralColors, NeutralColorsObj, PrimaryColors, PrimaryColorsObj, findCustomThemeName, generateColorNeutralPalette, generateColorPalette, generateCustomStylish as lobeCustomStylish, generateCustomToken as lobeCustomToken, neutralColors, neutralColorsSwatches, primaryColors, primaryColorsSwatches };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { findCustomThemeName, neutralColors, neutralColorsSwatches, primaryColors, primaryColorsSwatches } from "./customTheme.mjs";
|
|
2
|
+
import { generateCustomStylish } from "./theme/customStylish.mjs";
|
|
3
|
+
import { generateCustomToken } from "./theme/customToken.mjs";
|
|
4
|
+
import { generateColorNeutralPalette, generateColorPalette } from "./theme/generateColorPalette.mjs";
|
|
5
|
+
|
|
6
|
+
export { findCustomThemeName, generateColorNeutralPalette, generateColorPalette, generateCustomStylish as lobeCustomStylish, generateCustomToken as lobeCustomToken, neutralColors, neutralColorsSwatches, primaryColors, primaryColorsSwatches };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { colorScales } from "../../../color/colors/index.mjs";
|
|
2
|
+
import { neutralColorScales } from "../../../color/neutrals/index.mjs";
|
|
3
|
+
import { generateColorNeutralPalette, generateColorPalette } from "../generateColorPalette.mjs";
|
|
4
|
+
import dark_default from "../token/dark.mjs";
|
|
5
|
+
|
|
6
|
+
//#region src/styles/theme/algorithms/darkAlgorithm.ts
|
|
7
|
+
const darkAlgorithm = (seedToken, mapToken) => {
|
|
8
|
+
const primaryColor = seedToken.primaryColor;
|
|
9
|
+
const neutralColor = seedToken.neutralColor;
|
|
10
|
+
let primaryTokens = {};
|
|
11
|
+
let neutralTokens = {};
|
|
12
|
+
const primaryScale = colorScales[primaryColor];
|
|
13
|
+
if (primaryScale) primaryTokens = generateColorPalette({
|
|
14
|
+
appearance: "dark",
|
|
15
|
+
scale: primaryScale,
|
|
16
|
+
type: "Primary"
|
|
17
|
+
});
|
|
18
|
+
const neutralScale = neutralColorScales[neutralColor];
|
|
19
|
+
if (neutralScale) neutralTokens = generateColorNeutralPalette({
|
|
20
|
+
appearance: "dark",
|
|
21
|
+
scale: neutralScale
|
|
22
|
+
});
|
|
23
|
+
return {
|
|
24
|
+
...mapToken,
|
|
25
|
+
...dark_default,
|
|
26
|
+
...primaryTokens,
|
|
27
|
+
...neutralTokens
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
//#endregion
|
|
32
|
+
export { darkAlgorithm };
|
|
33
|
+
//# sourceMappingURL=darkAlgorithm.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"darkAlgorithm.mjs","names":["darkAlgorithm: MappingAlgorithm","primaryScale: ColorScaleItem","darkBaseToken"],"sources":["../../../../src/styles/theme/algorithms/darkAlgorithm.ts"],"sourcesContent":["import { MappingAlgorithm } from 'antd/es/theme/interface';\n\nimport { colorScales } from '@/color/colors';\nimport { neutralColorScales } from '@/color/neutrals';\nimport type { ColorScaleItem } from '@/color/types';\n\nimport { NeutralColors, PrimaryColors } from '../../customTheme';\nimport { generateColorNeutralPalette, generateColorPalette } from '../generateColorPalette';\nimport darkBaseToken from '../token/dark';\n\nexport const darkAlgorithm: MappingAlgorithm = (seedToken, mapToken) => {\n const primaryColor = (seedToken as any).primaryColor as PrimaryColors;\n const neutralColor = (seedToken as any).neutralColor as NeutralColors;\n\n let primaryTokens = {};\n let neutralTokens = {};\n\n // generate primary color Token with colorPrimary\n const primaryScale: ColorScaleItem = colorScales[primaryColor];\n\n if (primaryScale) {\n primaryTokens = generateColorPalette({\n appearance: 'dark',\n scale: primaryScale,\n type: 'Primary',\n });\n }\n\n // generate neutral color Token with colorBgBase\n const neutralScale = neutralColorScales[neutralColor];\n if (neutralScale) {\n neutralTokens = generateColorNeutralPalette({ appearance: 'dark', scale: neutralScale });\n }\n\n return {\n ...mapToken!,\n ...darkBaseToken,\n ...primaryTokens,\n ...neutralTokens,\n };\n};\n"],"mappings":";;;;;;AAUA,MAAaA,iBAAmC,WAAW,aAAa;CACtE,MAAM,eAAgB,UAAkB;CACxC,MAAM,eAAgB,UAAkB;CAExC,IAAI,gBAAgB,EAAE;CACtB,IAAI,gBAAgB,EAAE;CAGtB,MAAMC,eAA+B,YAAY;AAEjD,KAAI,aACF,iBAAgB,qBAAqB;EACnC,YAAY;EACZ,OAAO;EACP,MAAM;EACP,CAAC;CAIJ,MAAM,eAAe,mBAAmB;AACxC,KAAI,aACF,iBAAgB,4BAA4B;EAAE,YAAY;EAAQ,OAAO;EAAc,CAAC;AAG1F,QAAO;EACL,GAAG;EACH,GAAGC;EACH,GAAG;EACH,GAAG;EACJ"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { colorScales } from "../../../color/colors/index.mjs";
|
|
2
|
+
import { neutralColorScales } from "../../../color/neutrals/index.mjs";
|
|
3
|
+
import { generateColorNeutralPalette, generateColorPalette } from "../generateColorPalette.mjs";
|
|
4
|
+
import light_default from "../token/light.mjs";
|
|
5
|
+
|
|
6
|
+
//#region src/styles/theme/algorithms/lightAlgorithm.ts
|
|
7
|
+
const lightAlgorithm = (seedToken, mapToken) => {
|
|
8
|
+
const primaryColor = seedToken.primaryColor;
|
|
9
|
+
const neutralColor = seedToken.neutralColor;
|
|
10
|
+
let primaryTokens = {};
|
|
11
|
+
let neutralTokens = {};
|
|
12
|
+
const primaryScale = colorScales[primaryColor];
|
|
13
|
+
if (primaryScale) primaryTokens = generateColorPalette({
|
|
14
|
+
appearance: "light",
|
|
15
|
+
scale: primaryScale,
|
|
16
|
+
type: "Primary"
|
|
17
|
+
});
|
|
18
|
+
const neutralScale = neutralColorScales[neutralColor];
|
|
19
|
+
if (neutralScale) neutralTokens = generateColorNeutralPalette({
|
|
20
|
+
appearance: "light",
|
|
21
|
+
scale: neutralScale
|
|
22
|
+
});
|
|
23
|
+
return {
|
|
24
|
+
...mapToken,
|
|
25
|
+
...light_default,
|
|
26
|
+
...primaryTokens,
|
|
27
|
+
...neutralTokens
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
//#endregion
|
|
32
|
+
export { lightAlgorithm };
|
|
33
|
+
//# sourceMappingURL=lightAlgorithm.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lightAlgorithm.mjs","names":["lightAlgorithm: MappingAlgorithm","primaryScale: ColorScaleItem","lightBaseToken"],"sources":["../../../../src/styles/theme/algorithms/lightAlgorithm.ts"],"sourcesContent":["import { MappingAlgorithm } from 'antd/es/theme/interface';\n\nimport { colorScales } from '@/color/colors';\nimport { neutralColorScales } from '@/color/neutrals';\nimport type { ColorScaleItem } from '@/color/types';\n\nimport { NeutralColors, PrimaryColors } from '../../customTheme';\nimport { generateColorNeutralPalette, generateColorPalette } from '../generateColorPalette';\nimport lightBaseToken from '../token/light';\n\nexport const lightAlgorithm: MappingAlgorithm = (seedToken, mapToken) => {\n const primaryColor = (seedToken as any).primaryColor as PrimaryColors;\n const neutralColor = (seedToken as any).neutralColor as NeutralColors;\n\n let primaryTokens = {};\n let neutralTokens = {};\n const primaryScale: ColorScaleItem = colorScales[primaryColor];\n\n if (primaryScale) {\n primaryTokens = generateColorPalette({\n appearance: 'light',\n scale: primaryScale,\n type: 'Primary',\n });\n }\n\n const neutralScale = neutralColorScales[neutralColor];\n if (neutralScale) {\n neutralTokens = generateColorNeutralPalette({ appearance: 'light', scale: neutralScale });\n }\n\n return {\n ...mapToken!,\n ...lightBaseToken,\n ...primaryTokens,\n ...neutralTokens,\n };\n};\n"],"mappings":";;;;;;AAUA,MAAaA,kBAAoC,WAAW,aAAa;CACvE,MAAM,eAAgB,UAAkB;CACxC,MAAM,eAAgB,UAAkB;CAExC,IAAI,gBAAgB,EAAE;CACtB,IAAI,gBAAgB,EAAE;CACtB,MAAMC,eAA+B,YAAY;AAEjD,KAAI,aACF,iBAAgB,qBAAqB;EACnC,YAAY;EACZ,OAAO;EACP,MAAM;EACP,CAAC;CAGJ,MAAM,eAAe,mBAAmB;AACxC,KAAI,aACF,iBAAgB,4BAA4B;EAAE,YAAY;EAAS,OAAO;EAAc,CAAC;AAG3F,QAAO;EACL,GAAG;EACH,GAAGC;EACH,GAAG;EACH,GAAG;EACJ"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { darkAlgorithm } from "./algorithms/darkAlgorithm.mjs";
|
|
2
|
+
import { lightAlgorithm } from "./algorithms/lightAlgorithm.mjs";
|
|
3
|
+
import { baseToken } from "./token/base.mjs";
|
|
4
|
+
|
|
5
|
+
//#region src/styles/theme/antdTheme.ts
|
|
6
|
+
/**
|
|
7
|
+
* create A LobeHub Style Antd Theme Object
|
|
8
|
+
* @param neutralColor
|
|
9
|
+
* @param appearance
|
|
10
|
+
* @param primaryColor
|
|
11
|
+
*/
|
|
12
|
+
const createLobeAntdTheme = ({ neutralColor, appearance, primaryColor }) => {
|
|
13
|
+
return {
|
|
14
|
+
algorithm: appearance === "dark" ? darkAlgorithm : lightAlgorithm,
|
|
15
|
+
components: {
|
|
16
|
+
Button: { contentFontSizeSM: 12 },
|
|
17
|
+
DatePicker: {
|
|
18
|
+
activeBorderColor: baseToken.colorBorder,
|
|
19
|
+
hoverBorderColor: baseToken.colorBorder
|
|
20
|
+
},
|
|
21
|
+
Input: {
|
|
22
|
+
activeBorderColor: baseToken.colorBorder,
|
|
23
|
+
hoverBorderColor: baseToken.colorBorder
|
|
24
|
+
},
|
|
25
|
+
InputNumber: {
|
|
26
|
+
activeBorderColor: baseToken.colorBorder,
|
|
27
|
+
hoverBorderColor: baseToken.colorBorder
|
|
28
|
+
},
|
|
29
|
+
Mentions: {
|
|
30
|
+
activeBorderColor: baseToken.colorBorder,
|
|
31
|
+
hoverBorderColor: baseToken.colorBorder
|
|
32
|
+
},
|
|
33
|
+
Select: {
|
|
34
|
+
activeBorderColor: baseToken.colorBorder,
|
|
35
|
+
hoverBorderColor: baseToken.colorBorder
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
token: {
|
|
39
|
+
...baseToken,
|
|
40
|
+
neutralColor,
|
|
41
|
+
primaryColor
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
//#endregion
|
|
47
|
+
export { createLobeAntdTheme };
|
|
48
|
+
//# sourceMappingURL=antdTheme.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"antdTheme.mjs","names":[],"sources":["../../../src/styles/theme/antdTheme.ts"],"sourcesContent":["import { ThemeConfig } from 'antd';\nimport { ThemeAppearance } from 'antd-style';\n\nimport { NeutralColors, PrimaryColors } from '../customTheme';\nimport { darkAlgorithm } from './algorithms/darkAlgorithm';\nimport { lightAlgorithm } from './algorithms/lightAlgorithm';\nimport { baseToken } from './token/base';\n\nexport interface LobeAntdThemeParams {\n appearance: ThemeAppearance;\n neutralColor?: NeutralColors;\n primaryColor?: PrimaryColors;\n}\n\n/**\n * create A LobeHub Style Antd Theme Object\n * @param neutralColor\n * @param appearance\n * @param primaryColor\n */\nexport const createLobeAntdTheme = ({\n neutralColor,\n appearance,\n primaryColor,\n}: LobeAntdThemeParams): ThemeConfig => {\n const isDark = appearance === 'dark';\n\n return {\n algorithm: isDark ? darkAlgorithm : lightAlgorithm,\n components: {\n Button: {\n contentFontSizeSM: 12,\n },\n DatePicker: {\n activeBorderColor: baseToken.colorBorder,\n hoverBorderColor: baseToken.colorBorder,\n },\n Input: {\n activeBorderColor: baseToken.colorBorder,\n hoverBorderColor: baseToken.colorBorder,\n },\n InputNumber: {\n activeBorderColor: baseToken.colorBorder,\n hoverBorderColor: baseToken.colorBorder,\n },\n Mentions: {\n activeBorderColor: baseToken.colorBorder,\n hoverBorderColor: baseToken.colorBorder,\n },\n Select: {\n activeBorderColor: baseToken.colorBorder,\n hoverBorderColor: baseToken.colorBorder,\n },\n },\n token: {\n ...baseToken,\n // @ts-ignore\n neutralColor,\n primaryColor,\n },\n };\n};\n"],"mappings":";;;;;;;;;;;AAoBA,MAAa,uBAAuB,EAClC,cACA,YACA,mBACsC;AAGtC,QAAO;EACL,WAHa,eAAe,SAGR,gBAAgB;EACpC,YAAY;GACV,QAAQ,EACN,mBAAmB,IACpB;GACD,YAAY;IACV,mBAAmB,UAAU;IAC7B,kBAAkB,UAAU;IAC7B;GACD,OAAO;IACL,mBAAmB,UAAU;IAC7B,kBAAkB,UAAU;IAC7B;GACD,aAAa;IACX,mBAAmB,UAAU;IAC7B,kBAAkB,UAAU;IAC7B;GACD,UAAU;IACR,mBAAmB,UAAU;IAC7B,kBAAkB,UAAU;IAC7B;GACD,QAAQ;IACN,mBAAmB,UAAU;IAC7B,kBAAkB,UAAU;IAC7B;GACF;EACD,OAAO;GACL,GAAG;GAEH;GACA;GACD;EACF"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { LobeCustomStylish } from "../../types/customStylish.mjs";
|
|
2
|
+
import { GetCustomStylish } from "antd-style";
|
|
3
|
+
|
|
4
|
+
//#region src/styles/theme/customStylish.d.ts
|
|
5
|
+
declare const generateCustomStylish: GetCustomStylish<LobeCustomStylish>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { generateCustomStylish };
|
|
8
|
+
//# sourceMappingURL=customStylish.d.mts.map
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { keyframes } from "antd-style";
|
|
2
|
+
|
|
3
|
+
//#region src/styles/theme/customStylish.ts
|
|
4
|
+
const generateCustomStylish = ({ css: css$1, token, isDarkMode }) => {
|
|
5
|
+
const gradient = keyframes`
|
|
6
|
+
0% {
|
|
7
|
+
background-position: 0% 50%;
|
|
8
|
+
}
|
|
9
|
+
50% {
|
|
10
|
+
background-position: 100% 50%;
|
|
11
|
+
}
|
|
12
|
+
100% {
|
|
13
|
+
background-position: 0% 50%;
|
|
14
|
+
}
|
|
15
|
+
`;
|
|
16
|
+
return {
|
|
17
|
+
active: css$1`
|
|
18
|
+
color: ${token.colorText};
|
|
19
|
+
background: ${token.colorFillSecondary};
|
|
20
|
+
|
|
21
|
+
&:hover {
|
|
22
|
+
color: ${token.colorText};
|
|
23
|
+
background: ${token.colorFill};
|
|
24
|
+
}
|
|
25
|
+
`,
|
|
26
|
+
blur: css$1`
|
|
27
|
+
backdrop-filter: saturate(150%) blur(10px);
|
|
28
|
+
`,
|
|
29
|
+
blurStrong: css$1`
|
|
30
|
+
backdrop-filter: saturate(150%) blur(36px);
|
|
31
|
+
`,
|
|
32
|
+
bottomScrollbar: css$1`
|
|
33
|
+
::-webkit-scrollbar {
|
|
34
|
+
width: 0;
|
|
35
|
+
height: 4px;
|
|
36
|
+
background-color: transparent;
|
|
37
|
+
|
|
38
|
+
&-thumb {
|
|
39
|
+
border-radius: 4px;
|
|
40
|
+
background-color: ${token.colorFill};
|
|
41
|
+
transition: background-color 500ms ${token.motionEaseOut};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&-corner {
|
|
45
|
+
display: none;
|
|
46
|
+
width: 0;
|
|
47
|
+
height: 0;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
`,
|
|
51
|
+
disabled: css$1`
|
|
52
|
+
cursor: not-allowed;
|
|
53
|
+
opacity: 0.5;
|
|
54
|
+
`,
|
|
55
|
+
gradientAnimation: css$1`
|
|
56
|
+
border-radius: inherit;
|
|
57
|
+
background-image: linear-gradient(
|
|
58
|
+
-45deg,
|
|
59
|
+
${token.gold},
|
|
60
|
+
${token.magenta},
|
|
61
|
+
${token.geekblue},
|
|
62
|
+
${token.cyan}
|
|
63
|
+
);
|
|
64
|
+
background-size: 400% 400%;
|
|
65
|
+
animation: 5s ${gradient} 5s ease infinite;
|
|
66
|
+
`,
|
|
67
|
+
noScrollbar: css$1`
|
|
68
|
+
::-webkit-scrollbar {
|
|
69
|
+
display: none;
|
|
70
|
+
width: 0;
|
|
71
|
+
height: 0;
|
|
72
|
+
background-color: transparent;
|
|
73
|
+
}
|
|
74
|
+
`,
|
|
75
|
+
resetLinkColor: css$1`
|
|
76
|
+
cursor: pointer;
|
|
77
|
+
color: ${token.colorTextSecondary};
|
|
78
|
+
|
|
79
|
+
&:hover {
|
|
80
|
+
color: ${token.colorText};
|
|
81
|
+
}
|
|
82
|
+
`,
|
|
83
|
+
shadow: css$1`
|
|
84
|
+
box-shadow:
|
|
85
|
+
0 1px 0 -1px ${isDarkMode ? token.colorBgLayout : token.colorBorder},
|
|
86
|
+
0 1px 2px -0.5px ${isDarkMode ? token.colorBgLayout : token.colorBorder},
|
|
87
|
+
0 2px 2px -1px ${isDarkMode ? token.colorBgLayout : token.colorBorderSecondary},
|
|
88
|
+
0 3px 6px -4px ${isDarkMode ? token.colorBgLayout : token.colorBorderSecondary};
|
|
89
|
+
`,
|
|
90
|
+
variantBorderless: css$1`
|
|
91
|
+
border: none;
|
|
92
|
+
background: none;
|
|
93
|
+
box-shadow: none;
|
|
94
|
+
|
|
95
|
+
&:hover {
|
|
96
|
+
background: ${token.colorFillTertiary};
|
|
97
|
+
}
|
|
98
|
+
`,
|
|
99
|
+
variantBorderlessDanger: css$1`
|
|
100
|
+
border: none;
|
|
101
|
+
background: none;
|
|
102
|
+
box-shadow: none;
|
|
103
|
+
|
|
104
|
+
&:hover {
|
|
105
|
+
background: ${token.colorErrorFillTertiary};
|
|
106
|
+
box-shadow: inset 0 0 0 1px ${token.colorErrorFillTertiary};
|
|
107
|
+
}
|
|
108
|
+
`,
|
|
109
|
+
variantBorderlessWithoutHover: css$1`
|
|
110
|
+
border: none;
|
|
111
|
+
background: none;
|
|
112
|
+
box-shadow: none;
|
|
113
|
+
`,
|
|
114
|
+
variantFilled: css$1`
|
|
115
|
+
background: ${token.colorFillTertiary};
|
|
116
|
+
|
|
117
|
+
&:hover {
|
|
118
|
+
background: ${token.colorFillSecondary};
|
|
119
|
+
}
|
|
120
|
+
`,
|
|
121
|
+
variantFilledDanger: css$1`
|
|
122
|
+
background: ${token.colorErrorFillTertiary};
|
|
123
|
+
|
|
124
|
+
&:hover {
|
|
125
|
+
background: ${token.colorErrorFillSecondary};
|
|
126
|
+
}
|
|
127
|
+
`,
|
|
128
|
+
variantFilledWithoutHover: css$1`
|
|
129
|
+
background: ${token.colorFillTertiary};
|
|
130
|
+
`,
|
|
131
|
+
variantOutlined: css$1`
|
|
132
|
+
border: 1px solid ${token.colorBorderSecondary};
|
|
133
|
+
background: ${token.colorBgContainer};
|
|
134
|
+
|
|
135
|
+
&:hover {
|
|
136
|
+
border: 1px solid ${token.colorBorder};
|
|
137
|
+
background: ${token.colorBgContainer};
|
|
138
|
+
}
|
|
139
|
+
`,
|
|
140
|
+
variantOutlinedDanger: css$1`
|
|
141
|
+
border: 1px solid ${token.colorErrorBorder};
|
|
142
|
+
|
|
143
|
+
&:hover {
|
|
144
|
+
border: 1px solid ${token.colorErrorBorder};
|
|
145
|
+
}
|
|
146
|
+
`,
|
|
147
|
+
variantOutlinedWithoutHover: css$1`
|
|
148
|
+
border: 1px solid ${token.colorBorderSecondary};
|
|
149
|
+
background: ${token.colorBgContainer};
|
|
150
|
+
`
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
//#endregion
|
|
155
|
+
export { generateCustomStylish };
|
|
156
|
+
//# sourceMappingURL=customStylish.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customStylish.mjs","names":["generateCustomStylish: GetCustomStylish<LobeCustomStylish>"],"sources":["../../../src/styles/theme/customStylish.ts"],"sourcesContent":["import { GetCustomStylish, keyframes } from 'antd-style';\n\nimport { LobeCustomStylish } from '@/types/customStylish';\n\nexport const generateCustomStylish: GetCustomStylish<LobeCustomStylish> = ({\n css,\n token,\n isDarkMode,\n}) => {\n const gradient = keyframes`\n 0% {\n background-position: 0% 50%;\n }\n 50% {\n background-position: 100% 50%;\n }\n 100% {\n background-position: 0% 50%;\n }\n `;\n\n return {\n active: css`\n color: ${token.colorText};\n background: ${token.colorFillSecondary};\n\n &:hover {\n color: ${token.colorText};\n background: ${token.colorFill};\n }\n `,\n blur: css`\n backdrop-filter: saturate(150%) blur(10px);\n `,\n blurStrong: css`\n backdrop-filter: saturate(150%) blur(36px);\n `,\n bottomScrollbar: css`\n ::-webkit-scrollbar {\n width: 0;\n height: 4px;\n background-color: transparent;\n\n &-thumb {\n border-radius: 4px;\n background-color: ${token.colorFill};\n transition: background-color 500ms ${token.motionEaseOut};\n }\n\n &-corner {\n display: none;\n width: 0;\n height: 0;\n }\n }\n `,\n disabled: css`\n cursor: not-allowed;\n opacity: 0.5;\n `,\n gradientAnimation: css`\n border-radius: inherit;\n background-image: linear-gradient(\n -45deg,\n ${token.gold},\n ${token.magenta},\n ${token.geekblue},\n ${token.cyan}\n );\n background-size: 400% 400%;\n animation: 5s ${gradient} 5s ease infinite;\n `,\n noScrollbar: css`\n ::-webkit-scrollbar {\n display: none;\n width: 0;\n height: 0;\n background-color: transparent;\n }\n `,\n resetLinkColor: css`\n cursor: pointer;\n color: ${token.colorTextSecondary};\n\n &:hover {\n color: ${token.colorText};\n }\n `,\n shadow: css`\n box-shadow:\n 0 1px 0 -1px ${isDarkMode ? token.colorBgLayout : token.colorBorder},\n 0 1px 2px -0.5px ${isDarkMode ? token.colorBgLayout : token.colorBorder},\n 0 2px 2px -1px ${isDarkMode ? token.colorBgLayout : token.colorBorderSecondary},\n 0 3px 6px -4px ${isDarkMode ? token.colorBgLayout : token.colorBorderSecondary};\n `,\n variantBorderless: css`\n border: none;\n background: none;\n box-shadow: none;\n\n &:hover {\n background: ${token.colorFillTertiary};\n }\n `,\n variantBorderlessDanger: css`\n border: none;\n background: none;\n box-shadow: none;\n\n &:hover {\n background: ${token.colorErrorFillTertiary};\n box-shadow: inset 0 0 0 1px ${token.colorErrorFillTertiary};\n }\n `,\n variantBorderlessWithoutHover: css`\n border: none;\n background: none;\n box-shadow: none;\n `,\n variantFilled: css`\n background: ${token.colorFillTertiary};\n\n &:hover {\n background: ${token.colorFillSecondary};\n }\n `,\n variantFilledDanger: css`\n background: ${token.colorErrorFillTertiary};\n\n &:hover {\n background: ${token.colorErrorFillSecondary};\n }\n `,\n variantFilledWithoutHover: css`\n background: ${token.colorFillTertiary};\n `,\n variantOutlined: css`\n border: 1px solid ${token.colorBorderSecondary};\n background: ${token.colorBgContainer};\n\n &:hover {\n border: 1px solid ${token.colorBorder};\n background: ${token.colorBgContainer};\n }\n `,\n\n variantOutlinedDanger: css`\n border: 1px solid ${token.colorErrorBorder};\n\n &:hover {\n border: 1px solid ${token.colorErrorBorder};\n }\n `,\n variantOutlinedWithoutHover: css`\n border: 1px solid ${token.colorBorderSecondary};\n background: ${token.colorBgContainer};\n `,\n };\n};\n"],"mappings":";;;AAIA,MAAaA,yBAA8D,EACzE,YACA,OACA,iBACI;CACJ,MAAM,WAAW,SAAS;;;;;;;;;;;AAY1B,QAAO;EACL,QAAQ,KAAG;eACA,MAAM,UAAU;oBACX,MAAM,mBAAmB;;;iBAG5B,MAAM,UAAU;sBACX,MAAM,UAAU;;;EAGlC,MAAM,KAAG;;;EAGT,YAAY,KAAG;;;EAGf,iBAAiB,KAAG;;;;;;;;8BAQM,MAAM,UAAU;+CACC,MAAM,cAAc;;;;;;;;;;EAU/D,UAAU,KAAG;;;;EAIb,mBAAmB,KAAG;;;;UAIhB,MAAM,KAAK;UACX,MAAM,QAAQ;UACd,MAAM,SAAS;UACf,MAAM,KAAK;;;sBAGC,SAAS;;EAE3B,aAAa,KAAG;;;;;;;;EAQhB,gBAAgB,KAAG;;eAER,MAAM,mBAAmB;;;iBAGvB,MAAM,UAAU;;;EAG7B,QAAQ,KAAG;;uBAEQ,aAAa,MAAM,gBAAgB,MAAM,YAAY;2BACjD,aAAa,MAAM,gBAAgB,MAAM,YAAY;yBACvD,aAAa,MAAM,gBAAgB,MAAM,qBAAqB;yBAC9D,aAAa,MAAM,gBAAgB,MAAM,qBAAqB;;EAEnF,mBAAmB,KAAG;;;;;;sBAMJ,MAAM,kBAAkB;;;EAG1C,yBAAyB,KAAG;;;;;;sBAMV,MAAM,uBAAuB;sCACb,MAAM,uBAAuB;;;EAG/D,+BAA+B,KAAG;;;;;EAKlC,eAAe,KAAG;oBACF,MAAM,kBAAkB;;;sBAGtB,MAAM,mBAAmB;;;EAG3C,qBAAqB,KAAG;oBACR,MAAM,uBAAuB;;;sBAG3B,MAAM,wBAAwB;;;EAGhD,2BAA2B,KAAG;oBACd,MAAM,kBAAkB;;EAExC,iBAAiB,KAAG;0BACE,MAAM,qBAAqB;oBACjC,MAAM,iBAAiB;;;4BAGf,MAAM,YAAY;sBACxB,MAAM,iBAAiB;;;EAIzC,uBAAuB,KAAG;0BACJ,MAAM,iBAAiB;;;4BAGrB,MAAM,iBAAiB;;;EAG/C,6BAA6B,KAAG;0BACV,MAAM,qBAAqB;oBACjC,MAAM,iBAAiB;;EAExC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { LobeCustomToken } from "../../types/customToken.mjs";
|
|
2
|
+
import { GetCustomToken } from "antd-style";
|
|
3
|
+
|
|
4
|
+
//#region src/styles/theme/customToken.d.ts
|
|
5
|
+
declare const generateCustomToken: GetCustomToken<LobeCustomToken>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { generateCustomToken };
|
|
8
|
+
//# sourceMappingURL=customToken.d.mts.map
|