@tandem-language-exchange/content-store 1.2.19 → 1.2.20
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/sanity.d.ts +8 -2
- package/dist/sanity.js +3029 -3313
- package/dist/sanity.js.map +1 -1
- package/package.json +1 -1
package/dist/sanity.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as sanity from 'sanity';
|
|
2
|
+
import { WorkspaceOptions } from 'sanity';
|
|
2
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
4
|
|
|
4
5
|
declare const _default$v: {
|
|
@@ -561,6 +562,11 @@ declare const _default: (({
|
|
|
561
562
|
}, Record<"title" | "locale", any>> | undefined;
|
|
562
563
|
}))[];
|
|
563
564
|
|
|
564
|
-
|
|
565
|
+
interface StudioPageProps {
|
|
566
|
+
config?: Partial<WorkspaceOptions>;
|
|
567
|
+
}
|
|
568
|
+
declare const StudioPage: ({ config: overrides }?: StudioPageProps) => react_jsx_runtime.JSX.Element;
|
|
565
569
|
|
|
566
|
-
|
|
570
|
+
declare const config: WorkspaceOptions;
|
|
571
|
+
|
|
572
|
+
export { StudioPage, type StudioPageProps, _default$v as audioPhrase, _default$u as banner, _default$t as blogGetAppBanner, _default$s as blogLanguagesSidebar, _default$r as blogPopup, _default$q as blogPost, _default$p as blogThumbs, _default$2 as button, _default$o as columnizedText, _default$n as cookieBanner, _default$m as customJson, _default as default, _default$l as downloadPage, _default$k as faqItem, _default$j as freeformText, _default$i as gridLayout, _default$h as heroBlock, _default$1 as heroImage, _default$g as iconWithText, _default$f as imageAndContent, _default$e as link, _default$d as longtailPage, _default$c as markDown, _default$b as menu, _default$a as page, _default$9 as pageSection, _default$8 as profile, _default$7 as profilesCarousel, _default$6 as refsList, config as sanityConfig, _default$5 as scheduledParty, _default$4 as sliderSection, _default$3 as statsBlock };
|