@lobehub/ui 1.156.2 → 1.156.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.
@@ -2,6 +2,7 @@ import { FC } from 'react';
2
2
  import { DivProps, SvgProps } from "../../types";
3
3
  import './style.css';
4
4
  export interface BrandLoadingProps {
5
+ size?: number;
5
6
  text: FC<SvgProps & DivProps & {
6
7
  size?: number;
7
8
  }>;
@@ -1,14 +1,16 @@
1
1
  import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
- var _excluded = ["text"];
3
+ var _excluded = ["size", "text"];
4
4
  import "./style.css";
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  var BrandLoading = function BrandLoading(_ref) {
7
- var text = _ref.text,
7
+ var size = _ref.size,
8
+ text = _ref.text,
8
9
  rest = _objectWithoutProperties(_ref, _excluded);
9
10
  var RenderText = text;
10
11
  return /*#__PURE__*/_jsx(RenderText, _objectSpread({
11
- className: 'lobe-brand-loading'
12
+ className: 'lobe-brand-loading',
13
+ size: size
12
14
  }, rest));
13
15
  };
14
16
  export default BrandLoading;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.156.2",
3
+ "version": "1.156.3",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",