@abtnode/ux 1.7.27 → 1.8.0

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.
@@ -162,7 +162,9 @@ function SchemaForm(_ref2) {
162
162
  editing
163
163
  });
164
164
  const renderComponentProps = {
165
- 'data-cy': 'schema-form-item-component',
165
+ inputProps: {
166
+ 'data-cy': 'schema-form-item-component'
167
+ },
166
168
  key,
167
169
  description,
168
170
  editing,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.7.27",
6
+ "version": "1.8.0",
7
7
  "description": "UX components shared across abtnode packages",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -21,12 +21,12 @@
21
21
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@abtnode/auth": "1.7.27",
25
- "@abtnode/constant": "1.7.27",
26
- "@arcblock/did-connect": "^2.1.40",
27
- "@arcblock/icons": "^2.1.40",
28
- "@arcblock/ux": "^2.1.40",
29
- "@blocklet/meta": "1.7.27",
24
+ "@abtnode/auth": "1.8.0",
25
+ "@abtnode/constant": "1.8.0",
26
+ "@arcblock/did-connect": "^2.1.41",
27
+ "@arcblock/icons": "^2.1.41",
28
+ "@arcblock/ux": "^2.1.41",
29
+ "@blocklet/meta": "1.8.0",
30
30
  "@emotion/react": "^11.9.0",
31
31
  "@emotion/styled": "^11.8.1",
32
32
  "@mui/icons-material": "^5.6.2",
@@ -51,5 +51,5 @@
51
51
  "babel-plugin-inline-react-svg": "^1.1.1",
52
52
  "babel-plugin-styled-components": "^1.10.7"
53
53
  },
54
- "gitHead": "81a5492df66389b0aede13f033d1e493450833bc"
54
+ "gitHead": "6446a85fb33721abc24bb1045d59158e6b96c241"
55
55
  }