@lobehub/ui 4.32.1 → 4.33.0
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/Accordion/Accordion.d.mts +2 -2
- package/es/Accordion/AccordionItem.d.mts +2 -2
- package/es/ActionIcon/ActionIcon.d.mts +2 -2
- package/es/Alert/Alert.d.mts +2 -2
- package/es/AutoComplete/Select.d.mts +2 -2
- package/es/Avatar/AvatarGroup/index.d.mts +2 -2
- package/es/Burger/Burger.d.mts +2 -2
- package/es/CodeDiff/CodeDiff.d.mts +2 -2
- package/es/CodeDiff/PatchDiff.d.mts +2 -2
- package/es/CodeEditor/CodeEditor.d.mts +2 -2
- package/es/Collapse/Collapse.d.mts +2 -2
- package/es/ConfigProvider/index.d.mts +2 -2
- package/es/ContextMenu/ContextMenuHost.d.mts +3 -3
- package/es/ContextMenu/renderItems.mjs +1 -0
- package/es/ContextMenu/renderItems.mjs.map +1 -1
- package/es/CopyButton/CopyButton.d.mts +2 -2
- package/es/DatePicker/DatePicker.d.mts +2 -2
- package/es/DraggablePanel/components/DraggablePanelBody.d.mts +2 -2
- package/es/DraggablePanel/components/DraggablePanelContainer.d.mts +2 -2
- package/es/DraggablePanel/components/DraggablePanelFooter.d.mts +2 -2
- package/es/DraggablePanel/components/DraggablePanelHeader.d.mts +2 -2
- package/es/DraggableSideNav/DraggableSideNav.d.mts +2 -2
- package/es/Drawer/Drawer.d.mts +2 -2
- package/es/Dropdown/Dropdown.d.mts +2 -2
- package/es/DropdownMenu/DropdownMenu.d.mts +2 -2
- package/es/DropdownMenu/atoms.d.mts +16 -16
- package/es/DropdownMenu/renderItems.mjs +1 -0
- package/es/DropdownMenu/renderItems.mjs.map +1 -1
- package/es/EditableText/EditableText.d.mts +2 -2
- package/es/EditorSlashMenu/atoms.d.mts +12 -12
- package/es/EmojiPicker/EmojiPicker.d.mts +2 -2
- package/es/Flex/FlexBasic.d.mts +2 -2
- package/es/FontLoader/index.d.mts +2 -2
- package/es/Footer/Footer.d.mts +2 -2
- package/es/Form/components/FormGroup.d.mts +2 -2
- package/es/Form/components/FormItem.d.mts +2 -2
- package/es/Form/components/FormSubmitFooter.d.mts +2 -2
- package/es/FormModal/FormModal.d.mts +2 -2
- package/es/Highlighter/FullFeatured.mjs +1 -1
- package/es/Highlighter/Highlighter.d.mts +2 -2
- package/es/Highlighter/SyntaxHighlighter/index.d.mts +2 -2
- package/es/Hotkey/Hotkey.d.mts +2 -2
- package/es/Hotkey/Hotkey.mjs +6 -1
- package/es/Hotkey/Hotkey.mjs.map +1 -1
- package/es/Hotkey/const.d.mts +1 -0
- package/es/Hotkey/const.mjs +1 -0
- package/es/Hotkey/const.mjs.map +1 -1
- package/es/Hotkey/utils.mjs +1 -0
- package/es/Hotkey/utils.mjs.map +1 -1
- package/es/HotkeyInput/HotkeyInput.d.mts +2 -2
- package/es/Icon/Icon.d.mts +2 -2
- package/es/Icon/components/IconProvider.d.mts +3 -3
- package/es/Image/PreviewGroup.d.mts +2 -2
- package/es/Layout/components/LayoutFooter.d.mts +2 -2
- package/es/Layout/components/LayoutHeader.d.mts +2 -2
- package/es/Layout/components/LayoutMain.d.mts +2 -2
- package/es/Layout/components/LayoutSidebar.d.mts +2 -2
- package/es/Layout/components/LayoutSidebarInner.d.mts +2 -2
- package/es/Layout/components/LayoutToc.d.mts +2 -2
- package/es/List/ListItem/index.d.mts +2 -2
- package/es/LobeSelect/LobeSelect.d.mts +2 -2
- package/es/LobeSelect/atoms.d.mts +19 -19
- package/es/LobeSwitch/LobeSwitch.d.mts +2 -2
- package/es/LobeSwitch/atoms.d.mts +4 -4
- package/es/Markdown/Markdown.d.mts +2 -2
- package/es/Markdown/Typography.d.mts +2 -2
- package/es/Markdown/components/SearchResultCards/index.d.mts +2 -2
- package/es/MaskShadow/MaskShadow.d.mts +2 -2
- package/es/Menu/Menu.d.mts +2 -2
- package/es/Menu/sharedStyle.mjs +5 -0
- package/es/Menu/sharedStyle.mjs.map +1 -1
- package/es/Mermaid/FullFeatured.mjs +1 -1
- package/es/Mermaid/Mermaid.d.mts +2 -2
- package/es/Mermaid/SyntaxMermaid/index.d.mts +2 -2
- package/es/Modal/Modal.d.mts +2 -2
- package/es/Modal/ModalProvider.d.mts +2 -2
- package/es/Modal/imperative.d.mts +2 -2
- package/es/MotionProvider/index.d.mts +2 -2
- package/es/Popover/ArrowIcon.d.mts +2 -2
- package/es/Popover/atoms.d.mts +9 -9
- package/es/Popover/context.d.mts +2 -2
- package/es/ScrollArea/ScrollArea.d.mts +8 -0
- package/es/ScrollArea/ScrollArea.mjs +32 -0
- package/es/ScrollArea/ScrollArea.mjs.map +1 -0
- package/es/ScrollArea/atoms.d.mts +63 -0
- package/es/ScrollArea/atoms.mjs +59 -0
- package/es/ScrollArea/atoms.mjs.map +1 -0
- package/es/ScrollArea/globalStyle.mjs +29 -0
- package/es/ScrollArea/globalStyle.mjs.map +1 -0
- package/es/ScrollArea/index.d.mts +4 -0
- package/es/ScrollArea/index.d.ts +1 -0
- package/es/ScrollArea/index.js +1 -0
- package/es/ScrollArea/index.mjs +4 -0
- package/es/ScrollArea/style.mjs +172 -0
- package/es/ScrollArea/style.mjs.map +1 -0
- package/es/ScrollArea/type.d.mts +17 -0
- package/es/SearchBar/SearchBar.d.mts +2 -2
- package/es/Segmented/Segmented.d.mts +2 -2
- package/es/Select/Select.d.mts +2 -2
- package/es/SideNav/SideNav.d.mts +2 -2
- package/es/SliderWithInput/SliderWithInput.d.mts +2 -2
- package/es/SortableList/components/DragHandle.d.mts +2 -2
- package/es/SortableList/components/SortableItem.d.mts +2 -2
- package/es/ThemeProvider/ThemeProvider.d.mts +2 -2
- package/es/Toast/imperative.d.mts +3 -3
- package/es/Toast/imperative.mjs +1 -4
- package/es/Toast/imperative.mjs.map +1 -1
- package/es/Toc/Toc.d.mts +2 -2
- package/es/Video/index.d.mts +2 -2
- package/es/awesome/Features/Features.d.mts +2 -2
- package/es/awesome/Giscus/Giscus.d.mts +2 -2
- package/es/awesome/GradientButton/GradientButton.d.mts +2 -2
- package/es/awesome/GridBackground/GridBackground.d.mts +2 -2
- package/es/awesome/GridBackground/GridShowcase.d.mts +2 -2
- package/es/awesome/Spline/Spine.d.mts +2 -2
- package/es/awesome/TypewriterEffect/TypewriterEffect.d.mts +2 -2
- package/es/brand/LobeChat/index.d.mts +2 -2
- package/es/brand/LobeHub/index.d.mts +2 -2
- package/es/brand/LogoThree/LogoSpline.d.mts +2 -2
- package/es/brand/LogoThree/index.d.mts +2 -2
- package/es/chat/ChatInputArea/components/ChatInputAreaInner.d.mts +2 -2
- package/es/chat/ChatItem/ChatItem.d.mts +2 -2
- package/es/chat/ChatList/ChatList.d.mts +2 -2
- package/es/chat/EditableMessage/EditableMessage.d.mts +2 -2
- package/es/chat/MessageModal/MessageModal.d.mts +2 -2
- package/es/color/ColorScales/index.d.mts +2 -2
- package/es/color/CssVar/index.d.mts +2 -2
- package/es/i18n/context.d.mts +2 -2
- package/es/icons/lucideExtra/BotPromptIcon.d.mts +2 -2
- package/es/icons/lucideExtra/CreateBotIcon.d.mts +3 -3
- package/es/icons/lucideExtra/DiscordIcon.d.mts +3 -3
- package/es/icons/lucideExtra/GlobeOffIcon.d.mts +2 -2
- package/es/icons/lucideExtra/GroupBotIcon.d.mts +3 -3
- package/es/icons/lucideExtra/GroupBotSquareIcon.d.mts +3 -3
- package/es/icons/lucideExtra/LeftClickIcon.d.mts +3 -3
- package/es/icons/lucideExtra/LeftDoubleClickIcon.d.mts +3 -3
- package/es/icons/lucideExtra/McpIcon.d.mts +3 -3
- package/es/icons/lucideExtra/ProviderIcon.d.mts +3 -3
- package/es/icons/lucideExtra/RightClickIcon.d.mts +3 -3
- package/es/icons/lucideExtra/RightDoubleClickIcon.d.mts +3 -3
- package/es/icons/lucideExtra/ShapesUploadIcon.d.mts +3 -3
- package/es/icons/lucideExtra/TreeDownRightIcon.d.mts +2 -2
- package/es/icons/lucideExtra/TreeUpDownRightIcon.d.mts +3 -3
- package/es/index.d.mts +9 -1
- package/es/index.mjs +7 -3
- package/es/mdx/Mdx/index.d.mts +2 -2
- package/es/mobile/ChatHeader/ChatHeaderTitle.d.mts +2 -2
- package/es/mobile/ChatInputArea/components/ChatSendButton.d.mts +2 -2
- package/es/mobile/TabBar/TabBar.d.mts +2 -2
- package/es/storybook/StoryBook/index.d.mts +2 -2
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/ui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.33.0",
|
|
4
4
|
"description": "Lobe UI is an open-source UI component library for building AIGC web apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lobehub",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"type-check": "tsc --noEmit"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@ant-design/cssinjs": "^2.0.
|
|
108
|
+
"@ant-design/cssinjs": "^2.0.3",
|
|
109
109
|
"@base-ui/react": "1.0.0",
|
|
110
110
|
"@dnd-kit/core": "^6.3.1",
|
|
111
111
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"@emoji-mart/data": "^1.2.1",
|
|
115
115
|
"@emoji-mart/react": "^1.1.1",
|
|
116
116
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
117
|
-
"@floating-ui/react": "^0.27.
|
|
117
|
+
"@floating-ui/react": "^0.27.17",
|
|
118
118
|
"@giscus/react": "^3.1.0",
|
|
119
119
|
"@mdx-js/mdx": "^3.1.1",
|
|
120
120
|
"@mdx-js/react": "^3.1.1",
|
|
121
|
-
"@pierre/diffs": "^1.0.
|
|
121
|
+
"@pierre/diffs": "^1.0.10",
|
|
122
122
|
"@radix-ui/react-slot": "^1.2.4",
|
|
123
|
-
"@shikijs/core": "^3.
|
|
124
|
-
"@shikijs/transformers": "^3.
|
|
123
|
+
"@shikijs/core": "^3.22.0",
|
|
124
|
+
"@shikijs/transformers": "^3.22.0",
|
|
125
125
|
"@splinetool/runtime": "0.9.526",
|
|
126
126
|
"ahooks": "^3.9.6",
|
|
127
127
|
"antd-style": "^4.1.0",
|
|
@@ -130,15 +130,15 @@
|
|
|
130
130
|
"clsx": "^2.1.1",
|
|
131
131
|
"dayjs": "^1.11.19",
|
|
132
132
|
"emoji-mart": "^5.6.0",
|
|
133
|
-
"es-toolkit": "^1.
|
|
133
|
+
"es-toolkit": "^1.44.0",
|
|
134
134
|
"fast-deep-equal": "^3.1.3",
|
|
135
|
-
"immer": "^11.
|
|
136
|
-
"katex": "^0.16.
|
|
135
|
+
"immer": "^11.1.3",
|
|
136
|
+
"katex": "^0.16.28",
|
|
137
137
|
"leva": "^0.10.1",
|
|
138
|
-
"lucide-react": "^0.
|
|
138
|
+
"lucide-react": "^0.563.0",
|
|
139
139
|
"marked": "^17.0.1",
|
|
140
140
|
"mermaid": "^11.12.2",
|
|
141
|
-
"motion": "^12.
|
|
141
|
+
"motion": "^12.30.0",
|
|
142
142
|
"numeral": "^2.0.6",
|
|
143
143
|
"polished": "^4.3.1",
|
|
144
144
|
"query-string": "^9.3.1",
|
|
@@ -149,8 +149,8 @@
|
|
|
149
149
|
"rc-menu": "^9.16.1",
|
|
150
150
|
"re-resizable": "^6.11.2",
|
|
151
151
|
"react-avatar-editor": "^14.0.0",
|
|
152
|
-
"react-error-boundary": "^6.
|
|
153
|
-
"react-hotkeys-hook": "^5.2.
|
|
152
|
+
"react-error-boundary": "^6.1.0",
|
|
153
|
+
"react-hotkeys-hook": "^5.2.4",
|
|
154
154
|
"react-markdown": "^10.1.0",
|
|
155
155
|
"react-merge-refs": "^3.0.2",
|
|
156
156
|
"react-rnd": "^10.5.2",
|
|
@@ -163,15 +163,15 @@
|
|
|
163
163
|
"remark-gfm": "^4.0.1",
|
|
164
164
|
"remark-github": "^12.0.0",
|
|
165
165
|
"remark-math": "^6.0.0",
|
|
166
|
-
"shiki": "^3.
|
|
167
|
-
"shiki-stream": "^0.1.
|
|
168
|
-
"swr": "^2.
|
|
166
|
+
"shiki": "^3.22.0",
|
|
167
|
+
"shiki-stream": "^0.1.4",
|
|
168
|
+
"swr": "^2.4.0",
|
|
169
169
|
"ts-md5": "^2.0.1",
|
|
170
170
|
"unified": "^11.0.5",
|
|
171
171
|
"url-join": "^5.0.0",
|
|
172
172
|
"use-merge-value": "^1.2.0",
|
|
173
173
|
"uuid": "^13.0.0",
|
|
174
|
-
"virtua": "^0.48.
|
|
174
|
+
"virtua": "^0.48.5"
|
|
175
175
|
},
|
|
176
176
|
"peerDependencies": {
|
|
177
177
|
"@lobehub/fluent-emoji": "^4.0.0",
|