@sheinx/base 3.7.8-beta.10 → 3.7.8-beta.12

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.
@@ -1 +1 @@
1
- {"version":3,"file":"list-columns.d.ts","sourceRoot":"","sources":["list-columns.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAI9C,QAAA,MAAM,WAAW,qGAsMhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"list-columns.d.ts","sourceRoot":"","sources":["list-columns.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAI9C,QAAA,MAAM,WAAW,qGAuMhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -159,7 +159,8 @@ var ColumnsList = function ColumnsList(props) {
159
159
  colNum: columns,
160
160
  lineHeight: lineHeight,
161
161
  rowsInView: itemsInView,
162
- renderItem: renderItem
162
+ renderItem: renderItem,
163
+ paddingY: 4
163
164
  });
164
165
  };
165
166
  var renderSelectAll = function renderSelectAll() {
@@ -1 +1 @@
1
- {"version":3,"file":"list-columns.d.ts","sourceRoot":"","sources":["list-columns.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAI9C,QAAA,MAAM,WAAW,qGAsMhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"list-columns.d.ts","sourceRoot":"","sources":["list-columns.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAI9C,QAAA,MAAM,WAAW,qGAuMhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -153,7 +153,8 @@ var ColumnsList = function ColumnsList(props) {
153
153
  colNum: columns,
154
154
  lineHeight: lineHeight,
155
155
  rowsInView: itemsInView,
156
- renderItem: renderItem
156
+ renderItem: renderItem,
157
+ paddingY: 4
157
158
  });
158
159
  };
159
160
  var renderSelectAll = function renderSelectAll() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/base",
3
- "version": "3.7.8-beta.10",
3
+ "version": "3.7.8-beta.12",
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.7.8-beta.10",
13
+ "@sheinx/hooks": "3.7.8-beta.12",
14
14
  "immer": "^10.0.0",
15
15
  "classnames": "^2.0.0",
16
16
  "@shined/reactive": "^0.1.3-alpha.0"