@sanity/react-loader
Advanced tools
Comparing version
@@ -1,11 +0,15 @@ | ||
import type {ClientPerspective, ContentSourceMap} from '@sanity/client' | ||
import {QueryParams, ResponseQueryOptions, SanityClient} from '@sanity/client' | ||
import type {ResolveStudioUrl, StudioPathLike, StudioUrl} from '@sanity/client/csm' | ||
import type {ClientPerspective} from '@sanity/client' | ||
import type {ContentSourceMap} from '@sanity/client' | ||
import type {createQueryStore as createQueryStore_2} from '@sanity/core-loader' | ||
import {CreateQueryStoreOptions} from '@sanity/core-loader' | ||
import type {EnableLiveModeOptions} from '@sanity/core-loader' | ||
import {EncodeDataAttributeFunction} from '@sanity/core-loader/encode-data-attribute' | ||
import {QueryParams} from '@sanity/client' | ||
import {QueryStoreState} from '@sanity/core-loader' | ||
import type {ResolveStudioUrl} from '@sanity/client/csm' | ||
import {ResponseQueryOptions} from '@sanity/client' | ||
import {SanityClient} from '@sanity/client' | ||
import {SanityStegaClient} from '@sanity/client/stega' | ||
import type { | ||
createQueryStore as createQueryStore_2, | ||
EnableLiveModeOptions, | ||
} from '@sanity/core-loader' | ||
import {CreateQueryStoreOptions, QueryStoreState} from '@sanity/core-loader' | ||
import {EncodeDataAttributeFunction} from '@sanity/core-loader/encode-data-attribute' | ||
import type {StudioPathLike} from '@sanity/client/csm' | ||
import type {StudioUrl} from '@sanity/client/csm' | ||
@@ -12,0 +16,0 @@ export {ContentSourceMap} |
@@ -1,11 +0,15 @@ | ||
import type {ClientPerspective, ContentSourceMap, QueryParams} from '@sanity/client' | ||
import {ResponseQueryOptions, SanityClient} from '@sanity/client' | ||
import type {ResolveStudioUrl, StudioPathLike, StudioUrl} from '@sanity/client/csm' | ||
import type {ClientPerspective} from '@sanity/client' | ||
import type {ContentSourceMap} from '@sanity/client' | ||
import type {createQueryStore as createQueryStore_2} from '@sanity/core-loader' | ||
import {CreateQueryStoreOptions} from '@sanity/core-loader' | ||
import type {EnableLiveModeOptions} from '@sanity/core-loader' | ||
import {EncodeDataAttributeFunction} from '@sanity/core-loader/encode-data-attribute' | ||
import type {QueryParams} from '@sanity/client' | ||
import {QueryStoreState} from '@sanity/core-loader' | ||
import type {ResolveStudioUrl} from '@sanity/client/csm' | ||
import {ResponseQueryOptions} from '@sanity/client' | ||
import {SanityClient} from '@sanity/client' | ||
import {SanityStegaClient} from '@sanity/client/stega' | ||
import type { | ||
createQueryStore as createQueryStore_2, | ||
EnableLiveModeOptions, | ||
} from '@sanity/core-loader' | ||
import {CreateQueryStoreOptions, QueryStoreState} from '@sanity/core-loader' | ||
import {EncodeDataAttributeFunction} from '@sanity/core-loader/encode-data-attribute' | ||
import type {StudioPathLike} from '@sanity/client/csm' | ||
import type {StudioUrl} from '@sanity/client/csm' | ||
@@ -12,0 +16,0 @@ export {ContentSourceMap} |
@@ -1,26 +0,27 @@ | ||
import { | ||
Any, | ||
ContentSourceMap, | ||
ContentSourceMapDocument, | ||
ContentSourceMapDocumentBase, | ||
ContentSourceMapDocuments, | ||
ContentSourceMapDocumentValueSource, | ||
ContentSourceMapLiteralSource, | ||
ContentSourceMapMapping, | ||
ContentSourceMapMappings, | ||
ContentSourceMapParsedPath, | ||
ContentSourceMapParsedPathKeyedSegment, | ||
ContentSourceMapPaths, | ||
ContentSourceMapRemoteDocument, | ||
ContentSourceMapSource, | ||
ContentSourceMapUnknownSource, | ||
ContentSourceMapValueMapping, | ||
IndexTuple, | ||
KeyedSegment, | ||
Path, | ||
PathSegment, | ||
SanityDocument, | ||
} from '@sanity/client/csm' | ||
import {encodeSanityNodeData, SanityNode} from '@sanity/visual-editing-csm' | ||
import type {ForwardRefExoticComponent, HTMLProps, SVGProps} from 'react' | ||
import {Any} from '@sanity/client/csm' | ||
import {ContentSourceMap} from '@sanity/client/csm' | ||
import {ContentSourceMapDocument} from '@sanity/client/csm' | ||
import {ContentSourceMapDocumentBase} from '@sanity/client/csm' | ||
import {ContentSourceMapDocuments} from '@sanity/client/csm' | ||
import {ContentSourceMapDocumentValueSource} from '@sanity/client/csm' | ||
import {ContentSourceMapLiteralSource} from '@sanity/client/csm' | ||
import {ContentSourceMapMapping} from '@sanity/client/csm' | ||
import {ContentSourceMapMappings} from '@sanity/client/csm' | ||
import {ContentSourceMapParsedPath} from '@sanity/client/csm' | ||
import {ContentSourceMapParsedPathKeyedSegment} from '@sanity/client/csm' | ||
import {ContentSourceMapPaths} from '@sanity/client/csm' | ||
import {ContentSourceMapRemoteDocument} from '@sanity/client/csm' | ||
import {ContentSourceMapSource} from '@sanity/client/csm' | ||
import {ContentSourceMapUnknownSource} from '@sanity/client/csm' | ||
import {ContentSourceMapValueMapping} from '@sanity/client/csm' | ||
import {encodeSanityNodeData} from '@sanity/visual-editing-csm' | ||
import type {ForwardRefExoticComponent} from 'react' | ||
import type {HTMLProps} from 'react' | ||
import {IndexTuple} from '@sanity/client/csm' | ||
import {KeyedSegment} from '@sanity/client/csm' | ||
import {Path} from '@sanity/client/csm' | ||
import {PathSegment} from '@sanity/client/csm' | ||
import {SanityDocument} from '@sanity/client/csm' | ||
import {SanityNode} from '@sanity/visual-editing-csm' | ||
import type {SVGProps} from 'react' | ||
@@ -27,0 +28,0 @@ export {Any} |
@@ -1,11 +0,15 @@ | ||
import type {ClientPerspective, ContentSourceMap} from '@sanity/client' | ||
import {QueryParams, ResponseQueryOptions, SanityClient} from '@sanity/client' | ||
import type {ResolveStudioUrl, StudioPathLike, StudioUrl} from '@sanity/client/csm' | ||
import type {ClientPerspective} from '@sanity/client' | ||
import type {ContentSourceMap} from '@sanity/client' | ||
import type {createQueryStore as createQueryStore_2} from '@sanity/core-loader' | ||
import {CreateQueryStoreOptions} from '@sanity/core-loader' | ||
import type {EnableLiveModeOptions} from '@sanity/core-loader' | ||
import {EncodeDataAttributeFunction} from '@sanity/core-loader/encode-data-attribute' | ||
import {QueryParams} from '@sanity/client' | ||
import {QueryStoreState} from '@sanity/core-loader' | ||
import type {ResolveStudioUrl} from '@sanity/client/csm' | ||
import {ResponseQueryOptions} from '@sanity/client' | ||
import {SanityClient} from '@sanity/client' | ||
import {SanityStegaClient} from '@sanity/client/stega' | ||
import type { | ||
createQueryStore as createQueryStore_2, | ||
EnableLiveModeOptions, | ||
} from '@sanity/core-loader' | ||
import {CreateQueryStoreOptions, QueryStoreState} from '@sanity/core-loader' | ||
import {EncodeDataAttributeFunction} from '@sanity/core-loader/encode-data-attribute' | ||
import type {StudioPathLike} from '@sanity/client/csm' | ||
import type {StudioUrl} from '@sanity/client/csm' | ||
@@ -12,0 +16,0 @@ export {ContentSourceMap} |
@@ -1,11 +0,14 @@ | ||
import type {ClientPerspective, ContentSourceMap, QueryParams} from '@sanity/client' | ||
import {ResponseQueryOptions, SanityClient} from '@sanity/client' | ||
import type {ResolveStudioUrl, StudioUrl} from '@sanity/client/csm' | ||
import type {ClientPerspective} from '@sanity/client' | ||
import type {ContentSourceMap} from '@sanity/client' | ||
import type {createQueryStore as createQueryStore_2} from '@sanity/core-loader' | ||
import {CreateQueryStoreOptions} from '@sanity/core-loader' | ||
import type {EnableLiveModeOptions} from '@sanity/core-loader' | ||
import type {EncodeDataAttributeFunction} from '@sanity/core-loader/encode-data-attribute' | ||
import type {QueryParams} from '@sanity/client' | ||
import {QueryStoreState} from '@sanity/core-loader' | ||
import type {ResolveStudioUrl} from '@sanity/client/csm' | ||
import {ResponseQueryOptions} from '@sanity/client' | ||
import {SanityClient} from '@sanity/client' | ||
import {SanityStegaClient} from '@sanity/client/stega' | ||
import type { | ||
createQueryStore as createQueryStore_2, | ||
EnableLiveModeOptions, | ||
} from '@sanity/core-loader' | ||
import {CreateQueryStoreOptions, QueryStoreState} from '@sanity/core-loader' | ||
import type {EncodeDataAttributeFunction} from '@sanity/core-loader/encode-data-attribute' | ||
import type {StudioUrl} from '@sanity/client/csm' | ||
@@ -12,0 +15,0 @@ export declare const createQueryStore: (options: CreateQueryStoreOptions) => QueryStore |
{ | ||
"name": "@sanity/react-loader", | ||
"version": "1.11.13", | ||
"version": "1.11.14", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/react-loader#readme", | ||
@@ -78,5 +78,5 @@ "bugs": { | ||
"dependencies": { | ||
"@sanity/client": "^7.6.0", | ||
"@sanity/core-loader": "^1.8.12", | ||
"@sanity/visual-editing-csm": "^2.0.19" | ||
"@sanity/client": "^7.8.0", | ||
"@sanity/core-loader": "^1.8.13", | ||
"@sanity/visual-editing-csm": "^2.0.20" | ||
}, | ||
@@ -92,4 +92,4 @@ "devDependencies": { | ||
"@repo/eslint-config": "0.0.0", | ||
"@repo/package.config": "0.0.0", | ||
"@repo/prettier-config": "0.0.0" | ||
"@repo/prettier-config": "0.0.0", | ||
"@repo/package.config": "0.0.0" | ||
}, | ||
@@ -96,0 +96,0 @@ "peerDependencies": { |
@@ -226,1 +226,2 @@ # @sanity/react-loader | ||
[bundlephobia]: https://bundlephobia.com/package/@sanity/react-loader | ||
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
326956
1.15%3428
0.47%227
0.44%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated