@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.
|
@@ -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
|
|
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;
|