@arcblock/ux 2.9.39 → 2.9.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -211,7 +211,9 @@ function ReDataTable({
211
211
  useEffect(() => setDisabled(disabled), [disabled]);
212
212
  let emptyEl;
213
213
  if (loading) {
214
- emptyEl = /*#__PURE__*/_jsx(CircularProgress, {});
214
+ emptyEl = /*#__PURE__*/_jsx(CircularProgress, {
215
+ color: "primary"
216
+ });
215
217
  } else if ( /*#__PURE__*/isValidElement(emptyNode)) {
216
218
  emptyEl = emptyNode;
217
219
  } else if (locale === 'zh') {
@@ -211,7 +211,9 @@ function ReDataTable(_ref) {
211
211
  (0, _react.useEffect)(() => setDisabled(disabled), [disabled]);
212
212
  let emptyEl;
213
213
  if (loading) {
214
- emptyEl = /*#__PURE__*/(0, _jsxRuntime.jsx)(_CircularProgress.default, {});
214
+ emptyEl = /*#__PURE__*/(0, _jsxRuntime.jsx)(_CircularProgress.default, {
215
+ color: "primary"
216
+ });
215
217
  } else if ( /*#__PURE__*/(0, _react.isValidElement)(emptyNode)) {
216
218
  emptyEl = emptyNode;
217
219
  } else if (locale === 'zh') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.9.39",
3
+ "version": "2.9.40",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -354,12 +354,12 @@
354
354
  "@mui/material": "^5.15.0",
355
355
  "react": ">=18.2.0"
356
356
  },
357
- "gitHead": "1720406ba45ba1438e05aef3894ab3290de4109a",
357
+ "gitHead": "f7f8575697784774a452f9db5e26fe4a38dfea96",
358
358
  "dependencies": {
359
359
  "@arcblock/did-motif": "^1.1.13",
360
- "@arcblock/icons": "^2.9.39",
361
- "@arcblock/nft-display": "^2.9.39",
362
- "@arcblock/react-hooks": "^2.9.39",
360
+ "@arcblock/icons": "^2.9.40",
361
+ "@arcblock/nft-display": "^2.9.40",
362
+ "@arcblock/react-hooks": "^2.9.40",
363
363
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
364
364
  "@emotion/react": "^11.10.4",
365
365
  "@emotion/styled": "^11.10.4",
@@ -219,7 +219,7 @@ function ReDataTable({
219
219
 
220
220
  let emptyEl;
221
221
  if (loading) {
222
- emptyEl = <CircularProgress />;
222
+ emptyEl = <CircularProgress color="primary" />;
223
223
  } else if (isValidElement(emptyNode)) {
224
224
  emptyEl = emptyNode;
225
225
  } else if (locale === 'zh') {