@cliff-studio/sanity-plugin-bunny-input 1.0.3 → 1.0.5

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.
@@ -18932,13 +18932,13 @@ const createBunnyVideoSchema = (config) => defineType({
18932
18932
  defineField({
18933
18933
  type: "number",
18934
18934
  title: "Video width",
18935
- name: "videoWidth",
18935
+ name: "width",
18936
18936
  readOnly: !0
18937
18937
  }),
18938
18938
  defineField({
18939
18939
  type: "number",
18940
18940
  title: "Video height",
18941
- name: "videoHeight",
18941
+ name: "height",
18942
18942
  readOnly: !0
18943
18943
  }),
18944
18944
  defineField({