@lobehub/ui 1.29.1 → 1.29.2

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.
@@ -8,6 +8,8 @@ import * as LucideIcon from 'lucide-react';
8
8
  import { memo } from 'react';
9
9
  import { Center, Flexbox } from 'react-layout-kit';
10
10
  import { useStyles } from "./Item.style";
11
+
12
+ // @ts-ignore
11
13
  import { jsx as _jsx } from "react/jsx-runtime";
12
14
  import { jsxs as _jsxs } from "react/jsx-runtime";
13
15
  var Image = /*#__PURE__*/memo(function (_ref) {
package/es/Logo/index.js CHANGED
@@ -61,6 +61,7 @@ var Logo = /*#__PURE__*/memo(function (_ref) {
61
61
  case 'text':
62
62
  {
63
63
  return /*#__PURE__*/_jsx(LogoText, _objectSpread({
64
+ className: className,
64
65
  style: _objectSpread({
65
66
  height: size,
66
67
  width: 'auto'
package/es/types/llm.js CHANGED
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * LLM 模型
3
3
  */
4
- export var LanguageModel;
5
-
6
- // 语言模型的设置参数
7
- (function (LanguageModel) {
4
+ export var LanguageModel = /*#__PURE__*/function (LanguageModel) {
8
5
  LanguageModel["GPT3_5"] = "gpt-3.5-turbo";
9
6
  LanguageModel["GPT4"] = "gpt-4";
10
- })(LanguageModel || (LanguageModel = {}));
7
+ return LanguageModel;
8
+ }({});
9
+
10
+ // 语言模型的设置参数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.29.1",
3
+ "version": "1.29.2",
4
4
  "description": "Lobe UI is an open-source UI component library for building chatbot web apps",
5
5
  "keywords": [
6
6
  "lobehub",