@arcblock/ux 2.9.77 → 2.9.78
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/es/Tabs/index.js +3 -1
- package/lib/Tabs/index.js +3 -1
- package/package.json +5 -5
- package/src/Tabs/index.jsx +2 -0
package/es/Tabs/index.js
CHANGED
package/lib/Tabs/index.js
CHANGED
|
@@ -67,7 +67,9 @@ function CardTabs(_ref2) {
|
|
|
67
67
|
backgroundColor: _Colors.temp.backgroundsBgComponent,
|
|
68
68
|
padding: 0.5,
|
|
69
69
|
display: 'inline-flex',
|
|
70
|
-
columnGap: 0.25
|
|
70
|
+
columnGap: 0.25,
|
|
71
|
+
maxWidth: '100%',
|
|
72
|
+
overflowX: 'auto'
|
|
71
73
|
},
|
|
72
74
|
'.MuiTab-root': {
|
|
73
75
|
borderRadius: '100vw',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/ux",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.78",
|
|
4
4
|
"description": "Common used react components for arcblock products",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -359,12 +359,12 @@
|
|
|
359
359
|
"react": ">=18.2.0",
|
|
360
360
|
"react-router-dom": ">=6.22.3"
|
|
361
361
|
},
|
|
362
|
-
"gitHead": "
|
|
362
|
+
"gitHead": "db9dafbc8bc35be7884e7152d4aff169cbcbfa90",
|
|
363
363
|
"dependencies": {
|
|
364
364
|
"@arcblock/did-motif": "^1.1.13",
|
|
365
|
-
"@arcblock/icons": "^2.9.
|
|
366
|
-
"@arcblock/nft-display": "^2.9.
|
|
367
|
-
"@arcblock/react-hooks": "^2.9.
|
|
365
|
+
"@arcblock/icons": "^2.9.78",
|
|
366
|
+
"@arcblock/nft-display": "^2.9.78",
|
|
367
|
+
"@arcblock/react-hooks": "^2.9.78",
|
|
368
368
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
369
369
|
"@emotion/react": "^11.10.4",
|
|
370
370
|
"@emotion/styled": "^11.10.4",
|