@madebywild/sanity-richtext-field 0.1.31 → 0.1.33
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.d.cts +8 -1
- package/dist/index.d.ts +8 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -29,8 +29,15 @@ declare const parts: {
|
|
|
29
29
|
} & Omit<sanity31.ArrayOfEntry<sanity31.ObjectDefinition>, "preview"> & {
|
|
30
30
|
preview?: sanity31.PreviewConfig<{
|
|
31
31
|
readonly kind: string;
|
|
32
|
+
readonly videoKind: string;
|
|
33
|
+
readonly motionKind: string;
|
|
32
34
|
readonly image: string;
|
|
33
|
-
|
|
35
|
+
readonly videoCover: string;
|
|
36
|
+
readonly videoFile: string;
|
|
37
|
+
readonly vimeoUrl: string;
|
|
38
|
+
readonly youtubeUrl: string;
|
|
39
|
+
readonly muxPlaybackId: string;
|
|
40
|
+
}, Record<"image" | "kind" | "videoKind" | "motionKind" | "videoCover" | "videoFile" | "vimeoUrl" | "youtubeUrl" | "muxPlaybackId", any>> | undefined;
|
|
34
41
|
} & sanity31.WidenValidation & sanity31.WidenInitialValue;
|
|
35
42
|
};
|
|
36
43
|
readonly decorators: {
|
package/dist/index.d.ts
CHANGED
|
@@ -29,8 +29,15 @@ declare const parts: {
|
|
|
29
29
|
} & Omit<sanity31.ArrayOfEntry<sanity31.ObjectDefinition>, "preview"> & {
|
|
30
30
|
preview?: sanity31.PreviewConfig<{
|
|
31
31
|
readonly kind: string;
|
|
32
|
+
readonly videoKind: string;
|
|
33
|
+
readonly motionKind: string;
|
|
32
34
|
readonly image: string;
|
|
33
|
-
|
|
35
|
+
readonly videoCover: string;
|
|
36
|
+
readonly videoFile: string;
|
|
37
|
+
readonly vimeoUrl: string;
|
|
38
|
+
readonly youtubeUrl: string;
|
|
39
|
+
readonly muxPlaybackId: string;
|
|
40
|
+
}, Record<"image" | "kind" | "videoKind" | "motionKind" | "videoCover" | "videoFile" | "vimeoUrl" | "youtubeUrl" | "muxPlaybackId", any>> | undefined;
|
|
34
41
|
} & sanity31.WidenValidation & sanity31.WidenInitialValue;
|
|
35
42
|
};
|
|
36
43
|
readonly decorators: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@madebywild/sanity-richtext-field",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.33",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"ts-deepmerge": "^7.0.3",
|
|
25
|
-
"@madebywild/sanity-media-field": "0.2.
|
|
25
|
+
"@madebywild/sanity-media-field": "0.2.19"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@sanity/icons": "^3.7.4",
|