@tinacms/app 0.0.17 → 0.0.18
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/assets/out.es.js +1 -1
- package/package.json +2 -2
package/dist/assets/out.es.js
CHANGED
|
@@ -114820,7 +114820,7 @@ const RenderForm$1 = ({
|
|
|
114820
114820
|
},
|
|
114821
114821
|
onChange: (values2) => {
|
|
114822
114822
|
var _a3;
|
|
114823
|
-
if (slugFunction &&
|
|
114823
|
+
if (slugFunction && (values2 == null ? void 0 : values2.active) !== "filename" && !(values2 == null ? void 0 : values2.submitting) && !((_a3 = values2.touched) == null ? void 0 : _a3.filename)) {
|
|
114824
114824
|
const value = slugFunction(values2 == null ? void 0 : values2.values);
|
|
114825
114825
|
form.finalForm.change("filename", value);
|
|
114826
114826
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/app",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react-router-dom": "6",
|
|
56
56
|
"styled-components": "5.3.5",
|
|
57
57
|
"tailwindcss": "^3.1.6",
|
|
58
|
-
"tinacms": "0.69.
|
|
58
|
+
"tinacms": "0.69.13",
|
|
59
59
|
"typescript": "^4.6.4",
|
|
60
60
|
"vite": "2.9.15",
|
|
61
61
|
"vite-node": "^0.23.4",
|