@tinacms/app 0.0.0-20220928172921 → 0.0.0-20221003191814

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.
@@ -114835,11 +114835,11 @@ const RenderForm$1 = ({
114835
114835
  },
114836
114836
  id: "create-form",
114837
114837
  label: "form",
114838
- fields: [{
114838
+ fields: [...formInfo.fields, {
114839
114839
  name: "filename",
114840
114840
  label: "Filename",
114841
114841
  component: "text",
114842
- disabled: (_b2 = (_a22 = template == null ? void 0 : template.ui) == null ? void 0 : _a22.filename) == null ? void 0 : _b2.disabled,
114842
+ disabled: (_b2 = (_a22 = template == null ? void 0 : template.ui) == null ? void 0 : _a22.filename) == null ? void 0 : _b2.readonly,
114843
114843
  description: /* @__PURE__ */ jsxs("span", {
114844
114844
  children: ["A unique filename for the content.", /* @__PURE__ */ jsx$1("br", {}), "Examples: ", /* @__PURE__ */ jsx$1("code", {
114845
114845
  children: "My_Document"
@@ -114862,7 +114862,7 @@ const RenderForm$1 = ({
114862
114862
  return "Must begin with a-z, A-Z, 0-9, or _ and contain only a-z, A-Z, 0-9, -, _, ., or /.";
114863
114863
  }
114864
114864
  }
114865
- }, ...formInfo.fields],
114865
+ }],
114866
114866
  onSubmit: async (values2) => {
114867
114867
  try {
114868
114868
  await createDocument(cms, collection, template, mutationInfo, values2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-20220928172921",
3
+ "version": "0.0.0-20221003191814",
4
4
  "main": "dist/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -37,7 +37,7 @@
37
37
  "@tailwindcss/aspect-ratio": "^0.4.0",
38
38
  "@tailwindcss/line-clamp": "^0.3.1",
39
39
  "@tailwindcss/typography": "^0.5.4",
40
- "@tinacms/schema-tools": "0.0.0-20220928172921",
40
+ "@tinacms/schema-tools": "0.0.0-20221003191814",
41
41
  "@tinacms/scripts": "0.51.1",
42
42
  "@vitejs/plugin-react": "^1.3.2",
43
43
  "@xstate/react": "^3.0.0",
@@ -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.0.0-20220928172921",
58
+ "tinacms": "0.0.0-20221003191814",
59
59
  "typescript": "^4.6.4",
60
60
  "vite": "2.9.15",
61
61
  "vite-node": "^0.23.4",