@arcblock/ux 2.4.66 → 2.4.67

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.
@@ -145,4 +145,4 @@ SplitButton.defaultProps = {
145
145
  };
146
146
  SplitButton.Item = _MenuItem.default;
147
147
  const StyledButtonGroup = (0, _Theme.styled)(_ButtonGroup.default)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n > .MuiButtonBase-root:last-child {\n min-width: 2em;\n padding-left: 0;\n padding-right: 0;\n }\n"])));
148
- const StyledPopper = (0, _Theme.styled)(_Popper.default)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n .MuiList-root {\n padding: 4px 0;\n }\n .MuiListItem-root {\n padding-top: 4px;\n padding-bottom: 4px;\n }\n"])));
148
+ const StyledPopper = (0, _Theme.styled)(_Popper.default)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n z-index: ", ";\n .MuiList-root {\n padding: 4px 0;\n }\n .MuiListItem-root {\n padding-top: 4px;\n padding-bottom: 4px;\n }\n"])), props => props.theme.zIndex.tooltip);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.4.66",
3
+ "version": "2.4.67",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -47,11 +47,11 @@
47
47
  "react": ">=18.1.0",
48
48
  "react-ga": "^2.7.0"
49
49
  },
50
- "gitHead": "60607ed4a2db5742254c059b528c2a3775e4aeb7",
50
+ "gitHead": "00faa076b7c78a8202b800dc35482b2cc431431b",
51
51
  "dependencies": {
52
52
  "@arcblock/did-motif": "^1.1.10",
53
- "@arcblock/icons": "^2.4.66",
54
- "@arcblock/react-hooks": "^2.4.66",
53
+ "@arcblock/icons": "^2.4.67",
54
+ "@arcblock/react-hooks": "^2.4.67",
55
55
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
56
56
  "@emotion/react": "^11.10.4",
57
57
  "@emotion/styled": "^11.10.4",
@@ -96,6 +96,7 @@ const StyledButtonGroup = styled(ButtonGroup)`
96
96
  `;
97
97
 
98
98
  const StyledPopper = styled(Popper)`
99
+ z-index: ${(props) => props.theme.zIndex.tooltip};
99
100
  .MuiList-root {
100
101
  padding: 4px 0;
101
102
  }