@uniformdev/mesh-sdk-react 19.5.1-alpha.22 → 19.6.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.
- package/dist/index.esm.js +2 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +4 -4
package/dist/index.esm.js
CHANGED
|
@@ -4059,7 +4059,8 @@ function RequestUrlInput(props) {
|
|
|
4059
4059
|
onChange: (value) => {
|
|
4060
4060
|
dispatch({ type: "setRelativeUrl", relativeUrl: value });
|
|
4061
4061
|
},
|
|
4062
|
-
showAddVariableMenuOption: true
|
|
4062
|
+
showAddVariableMenuOption: true,
|
|
4063
|
+
"data-test-id": "field-url"
|
|
4063
4064
|
}
|
|
4064
4065
|
);
|
|
4065
4066
|
}
|
package/dist/index.js
CHANGED
|
@@ -4209,7 +4209,8 @@ function RequestUrlInput(props) {
|
|
|
4209
4209
|
onChange: (value) => {
|
|
4210
4210
|
dispatch({ type: "setRelativeUrl", relativeUrl: value });
|
|
4211
4211
|
},
|
|
4212
|
-
showAddVariableMenuOption: true
|
|
4212
|
+
showAddVariableMenuOption: true,
|
|
4213
|
+
"data-test-id": "field-url"
|
|
4213
4214
|
}
|
|
4214
4215
|
);
|
|
4215
4216
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -4059,7 +4059,8 @@ function RequestUrlInput(props) {
|
|
|
4059
4059
|
onChange: (value) => {
|
|
4060
4060
|
dispatch({ type: "setRelativeUrl", relativeUrl: value });
|
|
4061
4061
|
},
|
|
4062
|
-
showAddVariableMenuOption: true
|
|
4062
|
+
showAddVariableMenuOption: true,
|
|
4063
|
+
"data-test-id": "field-url"
|
|
4063
4064
|
}
|
|
4064
4065
|
);
|
|
4065
4066
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.6.0",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@hookform/resolvers": "^3.0.1",
|
|
47
|
-
"@uniformdev/design-system": "19.
|
|
48
|
-
"@uniformdev/mesh-sdk": "19.
|
|
47
|
+
"@uniformdev/design-system": "19.6.0",
|
|
48
|
+
"@uniformdev/mesh-sdk": "19.6.0",
|
|
49
49
|
"mitt": "^3.0.0",
|
|
50
50
|
"react-beautiful-dnd": "13.1.1",
|
|
51
51
|
"react-hook-form": "^7.43.9",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "a14550dd1caa33fa1310ada642d06ce79bbe4eac"
|
|
81
81
|
}
|