@arcblock/ux 2.11.1 → 2.11.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.
package/lib/Tabs/index.js CHANGED
@@ -130,7 +130,6 @@ function LineTabs({
130
130
  }
131
131
  },
132
132
  '.MuiTabs-indicator': {
133
- display: rest.orientation !== 'vertical' ? 'block' : 'none',
134
133
  height: '1px',
135
134
  backgroundColor: colors.foregroundsFgBase
136
135
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.11.1",
3
+ "version": "2.11.3",
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": "8fbb145c7c60b0d905e6cf9a0e3a99c2471c8775",
71
+ "gitHead": "f17cdd23c703c834a348dffca7786dbd0b0b40c3",
72
72
  "dependencies": {
73
73
  "@arcblock/did-motif": "^1.1.13",
74
- "@arcblock/icons": "^2.11.1",
75
- "@arcblock/nft-display": "^2.11.1",
76
- "@arcblock/react-hooks": "^2.11.1",
74
+ "@arcblock/icons": "^2.11.3",
75
+ "@arcblock/nft-display": "^2.11.3",
76
+ "@arcblock/react-hooks": "^2.11.3",
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",
@@ -139,7 +139,6 @@ function LineTabs({ tabs, current, onChange, ...rest }: LineTabsProps) {
139
139
  },
140
140
  },
141
141
  '.MuiTabs-indicator': {
142
- display: rest.orientation !== 'vertical' ? 'block' : 'none',
143
142
  height: '1px',
144
143
  backgroundColor: colors.foregroundsFgBase,
145
144
  },