@lobehub/ui 1.137.7 → 1.138.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/A/index.js +1 -3
- package/es/ActionIcon/index.js +1 -3
- package/es/ActionIconGroup/index.js +1 -3
- package/es/Alert/index.js +1 -3
- package/es/Avatar/index.js +1 -3
- package/es/Burger/index.js +1 -3
- package/es/ChatInputArea/ChatInputAreaInner.js +1 -3
- package/es/ChatInputArea/desktop/ChatInputArea.js +1 -3
- package/es/ChatItem/components/ErrorContent.js +1 -3
- package/es/ChatItem/index.js +1 -3
- package/es/ChatList/ActionsBar.js +1 -3
- package/es/ChatList/Item.js +4 -6
- package/es/ChatList/index.js +1 -3
- package/es/CodeEditor/index.js +1 -3
- package/es/ColorScales/ScaleRow.js +3 -3
- package/es/ContextMenu/index.js +1 -3
- package/es/CopyButton/index.js +4 -6
- package/es/DraggablePanel/components/DraggablePanelBody.js +1 -3
- package/es/DraggablePanel/components/DraggablePanelContainer.js +1 -3
- package/es/DraggablePanel/components/DraggablePanelFooter.js +1 -3
- package/es/DraggablePanel/components/DraggablePanelHeader.js +1 -3
- package/es/DraggablePanel/index.js +1 -2
- package/es/EditableMessage/index.js +1 -3
- package/es/EditableText/index.js +1 -3
- package/es/EmojiPicker/index.js +3 -3
- package/es/EmptyCard/index.js +1 -3
- package/es/Features/Item.js +1 -3
- package/es/Features/index.js +1 -3
- package/es/FluentEmoji/index.js +1 -3
- package/es/Form/components/FormDivider.js +1 -3
- package/es/Form/components/FormFooter.js +1 -3
- package/es/Form/components/FormGroup.js +1 -3
- package/es/Form/components/FormItem.js +1 -3
- package/es/Form/index.js +1 -3
- package/es/GaussianBackground/index.js +1 -3
- package/es/GaussianBackground/vendor/gaussianBackground.js +1 -2
- package/es/Giscus/index.js +1 -3
- package/es/GradientButton/index.js +1 -3
- package/es/Grid/index.js +1 -3
- package/es/GridBackground/Grid.js +1 -3
- package/es/GridBackground/GridShowcase.js +1 -3
- package/es/GridBackground/index.js +1 -3
- package/es/Header/index.js +1 -3
- package/es/Highlighter/FullFeatured.js +1 -3
- package/es/Highlighter/index.js +1 -3
- package/es/Icon/icons/DiscordIcon.js +1 -3
- package/es/Icon/index.js +1 -3
- package/es/Image/index.js +1 -3
- package/es/Image/usePreview.js +1 -3
- package/es/Img/index.js +1 -3
- package/es/Input/index.js +1 -3
- package/es/Layout/index.js +1 -3
- package/es/List/ListItem/index.js +1 -3
- package/es/Logo/Divider.js +1 -3
- package/es/Logo/LogoHighContrast.js +1 -3
- package/es/Logo/LogoText.js +1 -3
- package/es/Logo/index.js +1 -3
- package/es/LogoThree/LogoSpline.js +1 -3
- package/es/LogoThree/index.js +1 -3
- package/es/Markdown/CodeBlock.js +1 -3
- package/es/Markdown/Typography.js +1 -3
- package/es/Markdown/index.js +1 -3
- package/es/MessageInput/index.js +1 -3
- package/es/MessageModal/index.js +1 -3
- package/es/MobileSafeArea/index.js +1 -3
- package/es/Modal/index.js +1 -3
- package/es/SearchBar/index.js +1 -3
- package/es/SelectWithImg/index.js +1 -3
- package/es/SideNav/index.js +1 -3
- package/es/SliderWithInput/index.js +1 -3
- package/es/Snippet/index.js +1 -3
- package/es/SortableList/DragHandle.js +1 -3
- package/es/SortableList/SortableItem.js +1 -3
- package/es/SortableList/index.js +1 -3
- package/es/Spotlight/index.js +1 -3
- package/es/SpotlightCard/SpotlightCardItem.js +1 -3
- package/es/SpotlightCard/index.js +2 -6
- package/es/StoryBook/index.js +1 -3
- package/es/TabsNav/index.js +1 -3
- package/es/Tag/index.js +1 -3
- package/es/ThemeProvider/index.js +1 -3
- package/es/TokenTag/index.js +1 -3
- package/es/Tooltip/index.js +1 -3
- package/es/Video/index.js +1 -3
- package/es/components/ControlInput.js +1 -3
- package/es/hooks/useHighlight.js +5 -5
- package/es/mdx/Callout.js +3 -3
- package/es/mdx/Card.d.ts +13 -0
- package/es/mdx/Card.js +73 -0
- package/es/mdx/Cards.d.ts +1 -11
- package/es/mdx/Cards.js +10 -72
- package/es/mdx/Image.js +1 -3
- package/es/mdx/Tab.d.ts +6 -0
- package/es/mdx/Tab.js +24 -0
- package/es/mdx/Tabs.d.ts +2 -5
- package/es/mdx/Tabs.js +12 -23
- package/es/mdx/Video.js +1 -3
- package/es/mdx/index.d.ts +2 -0
- package/es/mdx/index.js +2 -0
- package/es/mdx/mdxComponents.d.ts +2 -0
- package/es/mdx/mdxComponents.js +4 -0
- package/es/styles/theme/algorithms/darkAlgorithm.js +1 -3
- package/es/styles/theme/algorithms/lightAlgorithm.js +1 -3
- package/es/styles/theme/antdTheme.js +1 -3
- package/es/styles/theme/customToken.js +2 -5
- package/es/styles/theme/token/dark.js +1 -3
- package/es/styles/theme/token/light.js +1 -3
- package/es/utils/copyToClipboard.js +3 -3
- package/package.json +70 -70
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.138.0",
|
|
4
4
|
"description": "Lobe UI is an open-source UI component library for building AIGC web apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lobehub",
|
|
@@ -73,93 +73,93 @@
|
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@ant-design/colors": "^7",
|
|
77
|
-
"@ant-design/icons": "^5",
|
|
78
|
-
"@babel/runtime": "^7",
|
|
79
|
-
"@dnd-kit/core": "^6",
|
|
76
|
+
"@ant-design/colors": "^7.0.2",
|
|
77
|
+
"@ant-design/icons": "^5.3.6",
|
|
78
|
+
"@babel/runtime": "^7.24.4",
|
|
79
|
+
"@dnd-kit/core": "^6.1.0",
|
|
80
80
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
81
|
-
"@dnd-kit/sortable": "^8",
|
|
82
|
-
"@dnd-kit/utilities": "^3",
|
|
83
|
-
"@emoji-mart/data": "^1",
|
|
84
|
-
"@emoji-mart/react": "^1",
|
|
85
|
-
"@floating-ui/react": "^0",
|
|
81
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
82
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
83
|
+
"@emoji-mart/data": "^1.1.2",
|
|
84
|
+
"@emoji-mart/react": "^1.1.1",
|
|
85
|
+
"@floating-ui/react": "^0.26.11",
|
|
86
86
|
"@giscus/react": "^3.0.0",
|
|
87
87
|
"@lobehub/emojilib": "latest",
|
|
88
|
-
"@react-spring/web": "^9",
|
|
89
|
-
"@shikijs/transformers": "^1",
|
|
90
|
-
"@splinetool/react-spline": "^2",
|
|
91
|
-
"@splinetool/runtime": "^0.9",
|
|
92
|
-
"ahooks": "^3",
|
|
93
|
-
"chroma-js": "^2",
|
|
94
|
-
"dayjs": "^1",
|
|
95
|
-
"emoji-mart": "^5",
|
|
96
|
-
"emoji-regex": "^10",
|
|
97
|
-
"fast-deep-equal": "^3",
|
|
98
|
-
"immer": "^10",
|
|
99
|
-
"leva": "^0",
|
|
100
|
-
"lodash-es": "^4",
|
|
88
|
+
"@react-spring/web": "^9.7.3",
|
|
89
|
+
"@shikijs/transformers": "^1.2.4",
|
|
90
|
+
"@splinetool/react-spline": "^2.2.6",
|
|
91
|
+
"@splinetool/runtime": "^0.9.526",
|
|
92
|
+
"ahooks": "^3.7.11",
|
|
93
|
+
"chroma-js": "^2.4.2",
|
|
94
|
+
"dayjs": "^1.11.10",
|
|
95
|
+
"emoji-mart": "^5.5.2",
|
|
96
|
+
"emoji-regex": "^10.3.0",
|
|
97
|
+
"fast-deep-equal": "^3.1.3",
|
|
98
|
+
"immer": "^10.0.4",
|
|
99
|
+
"leva": "^0.9.35",
|
|
100
|
+
"lodash-es": "^4.17.21",
|
|
101
101
|
"lucide-react": "latest",
|
|
102
|
-
"polished": "^4",
|
|
103
|
-
"prism-react-renderer": "^2",
|
|
102
|
+
"polished": "^4.3.1",
|
|
103
|
+
"prism-react-renderer": "^2.3.1",
|
|
104
104
|
"query-string": "^9.0.0",
|
|
105
|
-
"rc-footer": "^0",
|
|
106
|
-
"re-resizable": "^6",
|
|
107
|
-
"react-error-boundary": "^4",
|
|
108
|
-
"react-layout-kit": "^1",
|
|
109
|
-
"react-markdown": "^8",
|
|
110
|
-
"react-rnd": "^10",
|
|
111
|
-
"react-simple-code-editor": "^0",
|
|
112
|
-
"rehype-katex": "^6",
|
|
113
|
-
"rehype-raw": "^7",
|
|
114
|
-
"remark-gfm": "^3",
|
|
115
|
-
"remark-math": "^5",
|
|
116
|
-
"shiki": "^1",
|
|
117
|
-
"swr": "^2",
|
|
118
|
-
"ts-md5": "^1",
|
|
119
|
-
"url-join": "^5",
|
|
120
|
-
"use-merge-value": "^1",
|
|
121
|
-
"uuid": "^9",
|
|
122
|
-
"zustand": "^4.
|
|
123
|
-
"zustand-utils": "^1.3.
|
|
105
|
+
"rc-footer": "^0.6.8",
|
|
106
|
+
"re-resizable": "^6.9.11",
|
|
107
|
+
"react-error-boundary": "^4.0.13",
|
|
108
|
+
"react-layout-kit": "^1.9.0",
|
|
109
|
+
"react-markdown": "^8.0.7",
|
|
110
|
+
"react-rnd": "^10.4.1",
|
|
111
|
+
"react-simple-code-editor": "^0.13.1",
|
|
112
|
+
"rehype-katex": "^6.0.3",
|
|
113
|
+
"rehype-raw": "^7.0.0",
|
|
114
|
+
"remark-gfm": "^3.0.1",
|
|
115
|
+
"remark-math": "^5.1.1",
|
|
116
|
+
"shiki": "^1.2.4",
|
|
117
|
+
"swr": "^2.2.5",
|
|
118
|
+
"ts-md5": "^1.3.1",
|
|
119
|
+
"url-join": "^5.0.0",
|
|
120
|
+
"use-merge-value": "^1.2.0",
|
|
121
|
+
"uuid": "^9.0.1",
|
|
122
|
+
"zustand": "^4.5.2",
|
|
123
|
+
"zustand-utils": "^1.3.2"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
|
-
"@commitlint/cli": "^19.
|
|
126
|
+
"@commitlint/cli": "^19.2.1",
|
|
127
127
|
"@lobehub/lint": "latest",
|
|
128
|
-
"@testing-library/react": "^14",
|
|
129
|
-
"@types/chroma-js": "^2",
|
|
130
|
-
"@types/lodash-es": "^4",
|
|
131
|
-
"@types/pangu": "^4",
|
|
132
|
-
"@types/query-string": "^6",
|
|
128
|
+
"@testing-library/react": "^14.3.0",
|
|
129
|
+
"@types/chroma-js": "^2.4.4",
|
|
130
|
+
"@types/lodash-es": "^4.17.12",
|
|
131
|
+
"@types/pangu": "^4.0.2",
|
|
132
|
+
"@types/query-string": "^6.3.0",
|
|
133
133
|
"@types/react": "18.2.40",
|
|
134
|
-
"@types/react-dom": "^18",
|
|
135
|
-
"@types/uuid": "^9",
|
|
134
|
+
"@types/react-dom": "^18.2.24",
|
|
135
|
+
"@types/uuid": "^9.0.8",
|
|
136
136
|
"@vitest/coverage-v8": "latest",
|
|
137
|
-
"antd-style": "^3",
|
|
137
|
+
"antd-style": "^3.6.2",
|
|
138
138
|
"babel-plugin-antd-style": "latest",
|
|
139
|
-
"commitlint": "^19.
|
|
140
|
-
"concurrently": "^8",
|
|
141
|
-
"cross-env": "^7",
|
|
142
|
-
"dpdm": "^3",
|
|
143
|
-
"dumi": "^2",
|
|
139
|
+
"commitlint": "^19.2.1",
|
|
140
|
+
"concurrently": "^8.2.2",
|
|
141
|
+
"cross-env": "^7.0.3",
|
|
142
|
+
"dpdm": "^3.14.0",
|
|
143
|
+
"dumi": "^2.2.17",
|
|
144
144
|
"dumi-theme-lobehub": "latest",
|
|
145
|
-
"eslint": "^8",
|
|
145
|
+
"eslint": "^8.57.0",
|
|
146
146
|
"father": "4.3.1",
|
|
147
|
-
"husky": "^8",
|
|
147
|
+
"husky": "^8.0.3",
|
|
148
148
|
"jsdom": "^24.0.0",
|
|
149
|
-
"lint-staged": "^15",
|
|
150
|
-
"prettier": "^3",
|
|
151
|
-
"react": "^18",
|
|
152
|
-
"react-dom": "^18",
|
|
153
|
-
"remark": "^14",
|
|
154
|
-
"remark-cli": "^11",
|
|
155
|
-
"semantic-release": "^21",
|
|
156
|
-
"stylelint": "^15",
|
|
149
|
+
"lint-staged": "^15.2.2",
|
|
150
|
+
"prettier": "^3.2.5",
|
|
151
|
+
"react": "^18.2.0",
|
|
152
|
+
"react-dom": "^18.2.0",
|
|
153
|
+
"remark": "^14.0.3",
|
|
154
|
+
"remark-cli": "^11.0.0",
|
|
155
|
+
"semantic-release": "^21.1.2",
|
|
156
|
+
"stylelint": "^15.11.0",
|
|
157
157
|
"stylelint-use-logical-spec": "^5.0.1",
|
|
158
|
-
"typescript": "^5",
|
|
158
|
+
"typescript": "^5.4.4",
|
|
159
159
|
"vitest": "latest"
|
|
160
160
|
},
|
|
161
161
|
"peerDependencies": {
|
|
162
|
-
"antd": ">=5",
|
|
162
|
+
"antd": ">=5.13.0",
|
|
163
163
|
"antd-style": ">=3",
|
|
164
164
|
"react": ">=18",
|
|
165
165
|
"react-dom": ">=18"
|