@sheinx/base 3.1.4 → 3.1.5

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.
@@ -99,7 +99,6 @@ var Scroll = function Scroll(props) {
99
99
  ref: containerRef,
100
100
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
101
101
  style: {
102
- flexShrink: 0,
103
102
  flexGrow: 1
104
103
  },
105
104
  children: props.children
@@ -92,7 +92,6 @@ var Scroll = function Scroll(props) {
92
92
  ref: containerRef,
93
93
  children: /*#__PURE__*/_jsx("div", {
94
94
  style: {
95
- flexShrink: 0,
96
95
  flexGrow: 1
97
96
  },
98
97
  children: props.children
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/base",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "module": "./esm/index.js",
11
11
  "typings": "./cjs/index.d.ts",
12
12
  "dependencies": {
13
- "@sheinx/hooks": "3.1.4",
13
+ "@sheinx/hooks": "3.1.5",
14
14
  "immer": "^10.0.0",
15
15
  "classnames": "^2.0.0",
16
16
  "@shined/reactive": "^0.1.2"