@arcblock/ux 2.11.37 → 2.11.39

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
@@ -102,10 +102,12 @@ function LineTabs({
102
102
  '&::after': {
103
103
  content: '""',
104
104
  display: 'block',
105
+ position: 'sticky',
106
+ left: 0,
107
+ zIndex: -1,
105
108
  width: '100%',
106
109
  height: '1px',
107
- backgroundColor: colors.strokeBorderStrong,
108
- bottom: 0
110
+ backgroundColor: colors.strokeBorderStrong
109
111
  }
110
112
  } : {},
111
113
  '.MuiTabs-flexContainer': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.11.37",
3
+ "version": "2.11.39",
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": "5b00e4fe7b54625734ce8e61e9ec41f35cb851ac",
71
+ "gitHead": "25c50d858ec85c90cefcbe43b4e841f039b0800a",
72
72
  "dependencies": {
73
73
  "@arcblock/did-motif": "^1.1.13",
74
- "@arcblock/icons": "^2.11.37",
75
- "@arcblock/nft-display": "^2.11.37",
76
- "@arcblock/react-hooks": "^2.11.37",
74
+ "@arcblock/icons": "^2.11.39",
75
+ "@arcblock/nft-display": "^2.11.39",
76
+ "@arcblock/react-hooks": "^2.11.39",
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",
@@ -110,10 +110,12 @@ function LineTabs({ tabs, current, onChange, ...rest }: LineTabsProps) {
110
110
  '&::after': {
111
111
  content: '""',
112
112
  display: 'block',
113
+ position: 'sticky',
114
+ left: 0,
115
+ zIndex: -1,
113
116
  width: '100%',
114
117
  height: '1px',
115
118
  backgroundColor: colors.strokeBorderStrong,
116
- bottom: 0,
117
119
  },
118
120
  }
119
121
  : {},