@arcblock/ux 1.15.30 → 1.15.31

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.
@@ -95,4 +95,4 @@ DefaultCookieConsent.defaultProps = {
95
95
  const Wrapper = _styledComponents.default.div.withConfig({
96
96
  displayName: "CookieConsent__Wrapper",
97
97
  componentId: "sc-xilwg4-0"
98
- })(["box-sizing:border-box;position:absolute;right:20px;bottom:20px;z-index:999;max-width:440px;padding:16px 24px;font-size:16px;color:#666;background:#fff;border-radius:6px;box-shadow:0 0 18px rgba(0,0,0,0.2);&:empty{display:none;}button{min-width:200px;}@media screen and (max-width:480px){left:16px;right:16px;bottom:16px;width:auto;button{display:block;width:100%;}}"]);
98
+ })(["box-sizing:border-box;position:fixed;right:20px;bottom:20px;z-index:999;max-width:440px;padding:16px 24px;font-size:16px;color:#666;background:#fff;border-radius:6px;box-shadow:0 0 18px rgba(0,0,0,0.2);&:empty{display:none;}button{min-width:200px;}@media screen and (max-width:480px){left:16px;right:16px;bottom:16px;width:auto;button{display:block;width:100%;}}"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "1.15.30",
3
+ "version": "1.15.31",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -52,10 +52,10 @@
52
52
  "react": ">=16.12.0",
53
53
  "react-ga": "^2.7.0"
54
54
  },
55
- "gitHead": "a4b98e555b421f2fed875589bbca932e2edd6ca0",
55
+ "gitHead": "7b25d985d20ebe47114e0d9d5b65fd57fc1033d2",
56
56
  "dependencies": {
57
- "@arcblock/icons": "^1.15.30",
58
- "@arcblock/react-hooks": "^1.15.30",
57
+ "@arcblock/icons": "^1.15.31",
58
+ "@arcblock/react-hooks": "^1.15.31",
59
59
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
60
60
  "@material-ui/core": "^4.12.3",
61
61
  "@material-ui/icons": "4.11.2",