@pisell/materials 1.0.890 → 1.0.891

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.
@@ -146,7 +146,9 @@ var PisellCheckboxGroup = function PisellCheckboxGroup(props) {
146
146
  var _useDebounceFn = useDebounceFn(function (key, item) {
147
147
  handleSelectItem(key, item);
148
148
  }, {
149
- wait: 200
149
+ wait: 400,
150
+ leading: true,
151
+ trailing: false
150
152
  }),
151
153
  run = _useDebounceFn.run;
152
154
 
@@ -119,7 +119,9 @@ var PisellCheckboxGroup = (props) => {
119
119
  handleSelectItem(key, item);
120
120
  },
121
121
  {
122
- wait: 200
122
+ wait: 400,
123
+ leading: true,
124
+ trailing: false
123
125
  }
124
126
  );
125
127
  const handleSelectItem = (key, item) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.890",
3
+ "version": "1.0.891",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -73,8 +73,8 @@
73
73
  "styled-components": "^6.0.0-rc.3",
74
74
  "swiper": "^8.4.7",
75
75
  "vod-js-sdk-v6": "^1.4.11",
76
- "@pisell/date-picker": "1.0.122",
77
76
  "@pisell/utils": "1.0.50",
77
+ "@pisell/date-picker": "1.0.122",
78
78
  "@pisell/icon": "0.0.10"
79
79
  },
80
80
  "peerDependencies": {