@arcblock/ux 2.12.25 → 2.12.26

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.
@@ -349,7 +349,7 @@ export const Sub = /*#__PURE__*/forwardRef(({
349
349
  })
350
350
  })]
351
351
  });
352
- if (!isInlineMode) {
352
+ if (isInlineMode) {
353
353
  return menu;
354
354
  }
355
355
  return /*#__PURE__*/_jsx(ClickAwayListener, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.12.25",
3
+ "version": "2.12.26",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -68,12 +68,12 @@
68
68
  "react": ">=18.2.0",
69
69
  "react-router-dom": ">=6.22.3"
70
70
  },
71
- "gitHead": "6a239ca2c9add4e3f8844eafd3a42ad2ab4edc04",
71
+ "gitHead": "2223efa91e0938df78e7ae850e793516cd6ae065",
72
72
  "dependencies": {
73
73
  "@arcblock/did-motif": "^1.1.13",
74
- "@arcblock/icons": "^2.12.25",
75
- "@arcblock/nft-display": "^2.12.25",
76
- "@arcblock/react-hooks": "^2.12.25",
74
+ "@arcblock/icons": "^2.12.26",
75
+ "@arcblock/nft-display": "^2.12.26",
76
+ "@arcblock/react-hooks": "^2.12.26",
77
77
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
78
78
  "@fontsource/inter": "^5.0.16",
79
79
  "@fontsource/ubuntu-mono": "^5.0.18",
@@ -405,7 +405,7 @@ export const Sub = forwardRef<HTMLLIElement, SubProps>(
405
405
  </NavMenuSub>
406
406
  );
407
407
 
408
- if (!isInlineMode) {
408
+ if (isInlineMode) {
409
409
  return menu;
410
410
  }
411
411