@fils/sanity-components 0.1.0 → 0.1.1

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.
@@ -52,7 +52,7 @@ export declare const VideoFileNoThumb: {
52
52
  };
53
53
  export declare const VideoURLNoThumb: {
54
54
  type: "object";
55
- name: "videoFileNoThumb";
55
+ name: "videoURLNoThumb";
56
56
  } & Omit<import("sanity").ObjectDefinition, "preview"> & {
57
57
  preview?: import("sanity").PreviewConfig<Record<string, string>, Record<never, any>> | undefined;
58
58
  };
@@ -176,7 +176,7 @@ export const VideoFileNoThumb = defineType({
176
176
  }
177
177
  });
178
178
  export const VideoURLNoThumb = defineType({
179
- name: 'videoFileNoThumb',
179
+ name: 'videoURLNoThumb',
180
180
  type: 'object',
181
181
  title: 'Video URL',
182
182
  fields: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fils/sanity-components",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Fil's Components for Sanity Back-Ends",
5
5
  "repository": "git@github.com:fil-studio/fils.git",
6
6
  "author": "Fil Studio <hello@fil.studio>",
@@ -184,7 +184,7 @@ export const VideoFileNoThumb = defineType({
184
184
  });
185
185
 
186
186
  export const VideoURLNoThumb = defineType({
187
- name: 'videoFileNoThumb',
187
+ name: 'videoURLNoThumb',
188
188
  type: 'object',
189
189
  title: 'Video URL',
190
190
  fields: [