@zgfe/modules-attribution 1.1.0 → 1.1.1

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.
@@ -355,7 +355,7 @@ var SearchPanel = /*#__PURE__*/React.forwardRef(function (props, ref) {
355
355
  },
356
356
  value: windowCnt,
357
357
  min: 1,
358
- max: 365,
358
+ max: 30,
359
359
  precision: 0,
360
360
  onChange: function onChange(e) {
361
361
  setWindowCnt(Number(e));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-attribution",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -50,5 +50,5 @@
50
50
  "react": "^16.12.0 || ^17.0.0",
51
51
  "yorkie": "^2.0.0"
52
52
  },
53
- "gitHead": "c39f3d7a6efe23957437bc6bc78b8b7a6d75fdd1"
53
+ "gitHead": "2aa0e48f8107c54ee14bbe69894f9571db35c6c7"
54
54
  }