@ray-js/components 1.7.54 → 1.7.55

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.
@@ -37,7 +37,7 @@ const Input = /*#__PURE__*/React.forwardRef((props, ref) => {
37
37
  maxlength: maxLength // 小程序里是 maxlength 小写
38
38
  ,
39
39
  onBlur: onBlur,
40
- onLinechange: onLinechange,
40
+ onLineChange: onLinechange,
41
41
  onFocus: onFocus,
42
42
  onInput: function (e) {
43
43
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/components",
3
- "version": "1.7.54",
3
+ "version": "1.7.55",
4
4
  "description": "Ray basic components",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,8 +29,8 @@
29
29
  "dependencies": {
30
30
  "@ray-core/macro": "^0.4.9",
31
31
  "@ray-core/wechat": "^0.4.9",
32
- "@ray-js/adapter": "1.7.54",
33
- "@ray-js/framework-shared": "1.7.54",
32
+ "@ray-js/adapter": "1.7.55",
33
+ "@ray-js/framework-shared": "1.7.55",
34
34
  "ahooks": "^3.8.5",
35
35
  "clsx": "^1.2.1",
36
36
  "core-js": "^3.43.0",
@@ -40,11 +40,11 @@
40
40
  "style-to-object": "^0.3.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@ray-js/cli": "1.7.54"
43
+ "@ray-js/cli": "1.7.55"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.org"
48
48
  },
49
- "gitHead": "5116e3b87db4744a118a9fe97f88a8c708b44a93"
49
+ "gitHead": "99c603c95b6dc57833bd51784cf28c93a4d36b96"
50
50
  }