@se-studio/core-ui 1.4.5 → 1.4.6
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/CHANGELOG.md +9 -0
- package/dist/analytics/AnalyticsProvider.d.ts +1 -1
- package/dist/analytics/AnalyticsProvider.d.ts.map +1 -1
- package/dist/components/AnimationComponent.d.ts +1 -1
- package/dist/components/AnimationComponent.d.ts.map +1 -1
- package/dist/components/CmsContent.d.ts +2 -2
- package/dist/components/CmsContent.d.ts.map +1 -1
- package/dist/components/CmsConversionErrors.d.ts +1 -1
- package/dist/components/CmsConversionErrors.d.ts.map +1 -1
- package/dist/components/CmsDataError.d.ts +1 -1
- package/dist/components/CmsDataError.d.ts.map +1 -1
- package/dist/components/CmsDevLayout.d.ts +1 -1
- package/dist/components/CmsDevLayout.d.ts.map +1 -1
- package/dist/components/DefaultExternalVideoPlayButton.d.ts +1 -1
- package/dist/components/DefaultExternalVideoPlayButton.d.ts.map +1 -1
- package/dist/components/ExternalVideoComponent.d.ts +1 -1
- package/dist/components/ExternalVideoComponent.d.ts.map +1 -1
- package/dist/components/ExternalVimeoEmbed.d.ts +1 -1
- package/dist/components/ExternalVimeoEmbed.d.ts.map +1 -1
- package/dist/components/ExternalYouTubeEmbed.d.ts +1 -1
- package/dist/components/ExternalYouTubeEmbed.d.ts.map +1 -1
- package/dist/components/HtmlComponent.d.ts +1 -1
- package/dist/components/HtmlComponent.d.ts.map +1 -1
- package/dist/components/HtmlComponentScript.d.ts +1 -1
- package/dist/components/HtmlComponentScript.d.ts.map +1 -1
- package/dist/components/ImageComponent.d.ts +1 -1
- package/dist/components/ImageComponent.d.ts.map +1 -1
- package/dist/components/ImageKitClientVideo.d.ts +2 -1
- package/dist/components/ImageKitClientVideo.d.ts.map +1 -1
- package/dist/components/ImageKitHlsVideoClient.d.ts +1 -1
- package/dist/components/ImageKitHlsVideoClient.d.ts.map +1 -1
- package/dist/components/LazyAnimation.d.ts +1 -1
- package/dist/components/LazyAnimation.d.ts.map +1 -1
- package/dist/components/LazyVideo.d.ts +1 -1
- package/dist/components/LazyVideo.d.ts.map +1 -1
- package/dist/components/PictureComponent.d.ts +1 -1
- package/dist/components/PictureComponent.d.ts.map +1 -1
- package/dist/components/SvgComponent.d.ts +1 -1
- package/dist/components/SvgComponent.d.ts.map +1 -1
- package/dist/components/SvgIconComponent.d.ts +1 -1
- package/dist/components/SvgIconComponent.d.ts.map +1 -1
- package/dist/components/SvgImageComponent.d.ts +1 -1
- package/dist/components/SvgImageComponent.d.ts.map +1 -1
- package/dist/components/SvgSpriteSheet.d.ts +1 -1
- package/dist/components/SvgSpriteSheet.d.ts.map +1 -1
- package/dist/components/VideoComponent.d.ts +1 -1
- package/dist/components/VideoComponent.d.ts.map +1 -1
- package/dist/components/banner/BannerManager.d.ts +1 -1
- package/dist/components/banner/BannerManager.d.ts.map +1 -1
- package/dist/context/ExternalVideoPlayButtonContext.d.ts +1 -1
- package/dist/context/ExternalVideoPlayButtonContext.d.ts.map +1 -1
- package/dist/framework/BackgroundMedia.d.ts +1 -1
- package/dist/framework/BackgroundMedia.d.ts.map +1 -1
- package/dist/framework/ComponentErrorIndicator.d.ts +1 -1
- package/dist/framework/ComponentErrorIndicator.d.ts.map +1 -1
- package/dist/framework/componentErrors.d.ts +2 -2
- package/dist/framework/componentErrors.d.ts.map +1 -1
- package/dist/rtf/rtf.d.ts +1 -1
- package/dist/rtf/rtf.d.ts.map +1 -1
- package/dist/server/route-handlers.d.ts +11 -11
- package/dist/showcase/components/AllViewPanel.d.ts +1 -1
- package/dist/showcase/components/AllViewPanel.d.ts.map +1 -1
- package/dist/showcase/components/Controls.d.ts +1 -1
- package/dist/showcase/components/Controls.d.ts.map +1 -1
- package/dist/showcase/components/ControlsWrapper.d.ts +1 -1
- package/dist/showcase/components/ControlsWrapper.d.ts.map +1 -1
- package/dist/showcase/components/PreviewPanel.d.ts +1 -1
- package/dist/showcase/components/PreviewPanel.d.ts.map +1 -1
- package/dist/showcase/components/ScaledIframe.d.ts +1 -1
- package/dist/showcase/components/ScaledIframe.d.ts.map +1 -1
- package/dist/showcase/components/ShowcaseAllRenderPage.d.ts +1 -1
- package/dist/showcase/components/ShowcaseAllRenderPage.d.ts.map +1 -1
- package/dist/showcase/components/ShowcasePage.d.ts +1 -1
- package/dist/showcase/components/ShowcasePage.d.ts.map +1 -1
- package/dist/showcase/components/ShowcaseRenderPage.d.ts +1 -1
- package/dist/showcase/components/ShowcaseRenderPage.d.ts.map +1 -1
- package/dist/showcase/components/TopBar.d.ts +1 -1
- package/dist/showcase/components/TopBar.d.ts.map +1 -1
- package/dist/utils/convertText.d.ts +1 -1
- package/dist/utils/convertText.d.ts.map +1 -1
- package/dist/utils/errorHandling.d.ts +1 -1
- package/dist/utils/errorHandling.d.ts.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,7 @@ interface AnalyticsProviderProps {
|
|
|
7
7
|
/**
|
|
8
8
|
* Provider component that makes analytics adapter available to child components
|
|
9
9
|
*/
|
|
10
|
-
export declare function AnalyticsProvider({ adapter, children }: AnalyticsProviderProps):
|
|
10
|
+
export declare function AnalyticsProvider({ adapter, children }: AnalyticsProviderProps): React.JSX.Element;
|
|
11
11
|
/**
|
|
12
12
|
* Hook to access the analytics adapter from context
|
|
13
13
|
* @throws Error if used outside of AnalyticsProvider
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsProvider.d.ts","sourceRoot":"","sources":["../../src/analytics/AnalyticsProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAIhD,UAAU,sBAAsB;IAC9B,OAAO,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,sBAAsB,
|
|
1
|
+
{"version":3,"file":"AnalyticsProvider.d.ts","sourceRoot":"","sources":["../../src/analytics/AnalyticsProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAIhD,UAAU,sBAAsB;IAC9B,OAAO,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,sBAAsB,qBAE9E;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,IAAI,gBAAgB,CAMtD"}
|
|
@@ -4,6 +4,6 @@ declare function AnimationComponent({ animation, autoplay, autoPlay, loop, inter
|
|
|
4
4
|
animation: IAnimation;
|
|
5
5
|
analyticsContext: IAnalyticsContext | null | undefined;
|
|
6
6
|
componentLabel: string | null | undefined;
|
|
7
|
-
} & IAnimationProps): import("react
|
|
7
|
+
} & IAnimationProps): import("react").JSX.Element;
|
|
8
8
|
export default AnimationComponent;
|
|
9
9
|
//# sourceMappingURL=AnimationComponent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimationComponent.d.ts","sourceRoot":"","sources":["../../src/components/AnimationComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAGhF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,SAAS,EACT,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EAAE;IACD,SAAS,EAAE,UAAU,CAAC;IACtB,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,GAAG,eAAe
|
|
1
|
+
{"version":3,"file":"AnimationComponent.d.ts","sourceRoot":"","sources":["../../src/components/AnimationComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAGhF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAInD,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,SAAS,EACT,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EAAE;IACD,SAAS,EAAE,UAAU,CAAC;IACtB,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,GAAG,eAAe,+BAmClB;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -69,7 +69,7 @@ export declare const ContentError: ({ error, content, show, }: {
|
|
|
69
69
|
id: string;
|
|
70
70
|
};
|
|
71
71
|
show: boolean;
|
|
72
|
-
}) =>
|
|
72
|
+
}) => React.JSX.Element | null;
|
|
73
73
|
/**
|
|
74
74
|
* Main content renderer that renders an array of page content items.
|
|
75
75
|
*
|
|
@@ -96,5 +96,5 @@ export declare function CmsContent({ pageContext, contents, rendererConfig, anal
|
|
|
96
96
|
rendererConfig: CmsRendererConfig;
|
|
97
97
|
/** Optional page-level analytics context for link/click tracking */
|
|
98
98
|
analyticsContext: IAnalyticsContext | undefined;
|
|
99
|
-
}):
|
|
99
|
+
}): React.JSX.Element | null;
|
|
100
100
|
//# sourceMappingURL=CmsContent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CmsContent.d.ts","sourceRoot":"","sources":["../../src/components/CmsContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EAKjB,eAAe,EACf,YAAY,EACZ,MAAM,EACN,OAAO,EACR,MAAM,4BAA4B,CAAC;AAMpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAkE9D;;;GAGG;AACH,wBAAgB,4BAA4B,CAC1C,aAAa,EAAE,eAAe,EAC9B,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE;IAAE,eAAe,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,GAC3D,eAAe,CAOjB;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,EAAE,CAAC;IAC7C,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,eAAe,CAAC;IAChC,cAAc,EAAE,iBAAiB,CAAC;IAClC,yHAAyH;IACzH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,EAAE,CACzC,iBAAiB,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,eAAe,CAAC;IAChC,cAAc,EAAE,iBAAiB,CAAC;CACnC,CAAC,CACH,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,iCAAiC,GAAG,KAAK,CAAC,EAAE,CACtD,iBAAiB,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,eAAe,CAAC;IAChC,cAAc,EAAE,iBAAiB,CAAC;IAClC,oFAAoF;IACpF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yGAAyG;IACzG,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC,CACH,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,EAAE,OAAO,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,GAAI,2BAI1B;IACD,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IACtC,IAAI,EAAE,OAAO,CAAC;CACf,
|
|
1
|
+
{"version":3,"file":"CmsContent.d.ts","sourceRoot":"","sources":["../../src/components/CmsContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EAKjB,eAAe,EACf,YAAY,EACZ,MAAM,EACN,OAAO,EACR,MAAM,4BAA4B,CAAC;AAMpC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAkE9D;;;GAGG;AACH,wBAAgB,4BAA4B,CAC1C,aAAa,EAAE,eAAe,EAC9B,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE;IAAE,eAAe,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,GAC3D,eAAe,CAOjB;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,EAAE,CAAC;IAC7C,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,eAAe,CAAC;IAChC,cAAc,EAAE,iBAAiB,CAAC;IAClC,yHAAyH;IACzH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,EAAE,CACzC,iBAAiB,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,eAAe,CAAC;IAChC,cAAc,EAAE,iBAAiB,CAAC;CACnC,CAAC,CACH,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,iCAAiC,GAAG,KAAK,CAAC,EAAE,CACtD,iBAAiB,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,eAAe,CAAC;IAChC,cAAc,EAAE,iBAAiB,CAAC;IAClC,oFAAoF;IACpF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yGAAyG;IACzG,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC,CACH,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,EAAE,OAAO,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,GAAI,2BAI1B;IACD,KAAK,EAAE,KAAK,CAAC;IACb,OAAO,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IACtC,IAAI,EAAE,OAAO,CAAC;CACf,6BAyCA,CAAC;AA2IF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,UAAU,CAAC,EACzB,WAAW,EACX,QAAQ,EACR,cAAc,EACd,gBAAgB,GACjB,EAAE;IACD,WAAW,EAAE,YAAY,CAAC;IAC1B,QAAQ,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACjC,cAAc,EAAE,iBAAiB,CAAC;IAClC,oEAAoE;IACpE,gBAAgB,EAAE,iBAAiB,GAAG,SAAS,CAAC;CACjD,4BAmCA"}
|
|
@@ -3,6 +3,6 @@ interface CmsConversionErrorsProps {
|
|
|
3
3
|
errors: CmsError[];
|
|
4
4
|
isProduction: boolean;
|
|
5
5
|
}
|
|
6
|
-
export declare function CmsConversionErrors({ errors, isProduction }: CmsConversionErrorsProps): import("react
|
|
6
|
+
export declare function CmsConversionErrors({ errors, isProduction }: CmsConversionErrorsProps): import("react").JSX.Element | null;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=CmsConversionErrors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CmsConversionErrors.d.ts","sourceRoot":"","sources":["../../src/components/CmsConversionErrors.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAG/D,UAAU,wBAAwB;IAChC,MAAM,EAAE,QAAQ,EAAE,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,mBAAmB,CAAC,EAAE,MAAM,EAAE,YAAY,EAAE,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"CmsConversionErrors.d.ts","sourceRoot":"","sources":["../../src/components/CmsConversionErrors.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAG/D,UAAU,wBAAwB;IAChC,MAAM,EAAE,QAAQ,EAAE,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,mBAAmB,CAAC,EAAE,MAAM,EAAE,YAAY,EAAE,EAAE,wBAAwB,sCA8HrF"}
|
|
@@ -9,6 +9,6 @@ interface CmsDataErrorProps {
|
|
|
9
9
|
error: Error | unknown;
|
|
10
10
|
context: ErrorContext;
|
|
11
11
|
}
|
|
12
|
-
export declare function CmsDataError({ error, context }: CmsDataErrorProps): import("react
|
|
12
|
+
export declare function CmsDataError({ error, context }: CmsDataErrorProps): import("react").JSX.Element;
|
|
13
13
|
export {};
|
|
14
14
|
//# sourceMappingURL=CmsDataError.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CmsDataError.d.ts","sourceRoot":"","sources":["../../src/components/CmsDataError.tsx"],"names":[],"mappings":"AAAA,UAAU,YAAY;IACpB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CAAC;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,iBAAiB;IACzB,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;IACvB,OAAO,EAAE,YAAY,CAAC;CACvB;AAED,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,iBAAiB
|
|
1
|
+
{"version":3,"file":"CmsDataError.d.ts","sourceRoot":"","sources":["../../src/components/CmsDataError.tsx"],"names":[],"mappings":"AAAA,UAAU,YAAY;IACpB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CAAC;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,iBAAiB;IACzB,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;IACvB,OAAO,EAAE,YAAY,CAAC;CACvB;AAED,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,iBAAiB,+BA0FjE"}
|
|
@@ -19,5 +19,5 @@ import type { PropsWithChildren } from 'react';
|
|
|
19
19
|
*/
|
|
20
20
|
export declare function CmsDevLayout({ children, isProduction, }: PropsWithChildren<{
|
|
21
21
|
isProduction: boolean;
|
|
22
|
-
}>): import("react
|
|
22
|
+
}>): import("react").JSX.Element;
|
|
23
23
|
//# sourceMappingURL=CmsDevLayout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CmsDevLayout.d.ts","sourceRoot":"","sources":["../../src/components/CmsDevLayout.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,YAAY,GACb,EAAE,iBAAiB,CAAC;IAAE,YAAY,EAAE,OAAO,CAAA;CAAE,CAAC
|
|
1
|
+
{"version":3,"file":"CmsDevLayout.d.ts","sourceRoot":"","sources":["../../src/components/CmsDevLayout.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,YAAY,GACb,EAAE,iBAAiB,CAAC;IAAE,YAAY,EAAE,OAAO,CAAA;CAAE,CAAC,+BAG9C"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/** Default play button overlay for external video embeds (YouTube/Vimeo). */
|
|
2
|
-
export declare function DefaultExternalVideoPlayButton(): import("react
|
|
2
|
+
export declare function DefaultExternalVideoPlayButton(): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=DefaultExternalVideoPlayButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultExternalVideoPlayButton.d.ts","sourceRoot":"","sources":["../../src/components/DefaultExternalVideoPlayButton.tsx"],"names":[],"mappings":"AAAA,6EAA6E;AAC7E,wBAAgB,8BAA8B,
|
|
1
|
+
{"version":3,"file":"DefaultExternalVideoPlayButton.d.ts","sourceRoot":"","sources":["../../src/components/DefaultExternalVideoPlayButton.tsx"],"names":[],"mappings":"AAAA,6EAA6E;AAC7E,wBAAgB,8BAA8B,gCAY7C"}
|
|
@@ -4,6 +4,6 @@ declare function ExternalVideoComponent({ video, autoPlay, loop, fullPlayer, ana
|
|
|
4
4
|
video: IExternalVideo;
|
|
5
5
|
analyticsContext: IAnalyticsContext | null | undefined;
|
|
6
6
|
componentLabel: string | null | undefined;
|
|
7
|
-
} & IVideoProps): import("react
|
|
7
|
+
} & IVideoProps): import("react").JSX.Element;
|
|
8
8
|
export default ExternalVideoComponent;
|
|
9
9
|
//# sourceMappingURL=ExternalVideoComponent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExternalVideoComponent.d.ts","sourceRoot":"","sources":["../../src/components/ExternalVideoComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAGpF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAsB3C,iBAAS,sBAAsB,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,UAAiB,EACjB,gBAAgB,EAChB,cAAc,EACd,GAAG,KAAK,EACT,EAAE;IACD,KAAK,EAAE,cAAc,CAAC;IACtB,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,GAAG,WAAW
|
|
1
|
+
{"version":3,"file":"ExternalVideoComponent.d.ts","sourceRoot":"","sources":["../../src/components/ExternalVideoComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAGpF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAsB3C,iBAAS,sBAAsB,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,UAAiB,EACjB,gBAAgB,EAChB,cAAc,EACd,GAAG,KAAK,EACT,EAAE;IACD,KAAK,EAAE,cAAc,CAAC;IACtB,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,GAAG,WAAW,+BAgDd;AAED,eAAe,sBAAsB,CAAC"}
|
|
@@ -7,6 +7,6 @@ declare function ExternalVimeoEmbed({ video, style, className, vimeoId, analytic
|
|
|
7
7
|
analyticsContext: IAnalyticsContext | null | undefined;
|
|
8
8
|
componentLabel: string | null | undefined;
|
|
9
9
|
externalVideoPlayButton?: ReactNode;
|
|
10
|
-
} & IVideoProps): import("react
|
|
10
|
+
} & IVideoProps): import("react").JSX.Element;
|
|
11
11
|
export default ExternalVimeoEmbed;
|
|
12
12
|
//# sourceMappingURL=ExternalVimeoEmbed.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExternalVimeoEmbed.d.ts","sourceRoot":"","sources":["../../src/components/ExternalVimeoEmbed.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEpF,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AAMtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AA8C3C,iBAAS,kBAAkB,CAAC,EAC1B,KAAK,EACL,KAAK,EACL,SAAS,EACT,OAAO,EACP,gBAAgB,EAChB,cAAc,EACd,QAAQ,EACR,IAAI,EACJ,uBAAuB,GACxB,EAAE;IACD,KAAK,EAAE,cAAc,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,uBAAuB,CAAC,EAAE,SAAS,CAAC;CACrC,GAAG,WAAW
|
|
1
|
+
{"version":3,"file":"ExternalVimeoEmbed.d.ts","sourceRoot":"","sources":["../../src/components/ExternalVimeoEmbed.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEpF,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AAMtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AA8C3C,iBAAS,kBAAkB,CAAC,EAC1B,KAAK,EACL,KAAK,EACL,SAAS,EACT,OAAO,EACP,gBAAgB,EAChB,cAAc,EACd,QAAQ,EACR,IAAI,EACJ,uBAAuB,GACxB,EAAE;IACD,KAAK,EAAE,cAAc,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,uBAAuB,CAAC,EAAE,SAAS,CAAC;CACrC,GAAG,WAAW,+BAmFd;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -5,5 +5,5 @@ export declare function ExternalYoutubeEmbed({ video, style, className, youTubeI
|
|
|
5
5
|
youTubeId: string;
|
|
6
6
|
analyticsContext: IAnalyticsContext | null | undefined;
|
|
7
7
|
componentLabel: string | null | undefined;
|
|
8
|
-
} & IVideoProps): import("react
|
|
8
|
+
} & IVideoProps): import("react").JSX.Element;
|
|
9
9
|
//# sourceMappingURL=ExternalYouTubeEmbed.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExternalYouTubeEmbed.d.ts","sourceRoot":"","sources":["../../src/components/ExternalYouTubeEmbed.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAQpF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AA4B3C,wBAAgB,oBAAoB,CAAC,EACnC,KAAK,EACL,KAAK,EACL,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,cAAc,EACd,QAAQ,EACR,IAAI,EACJ,uBAAuB,GACxB,EAAE;IACD,KAAK,EAAE,cAAc,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,GAAG,WAAW
|
|
1
|
+
{"version":3,"file":"ExternalYouTubeEmbed.d.ts","sourceRoot":"","sources":["../../src/components/ExternalYouTubeEmbed.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAQpF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AA4B3C,wBAAgB,oBAAoB,CAAC,EACnC,KAAK,EACL,KAAK,EACL,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,cAAc,EACd,QAAQ,EACR,IAAI,EACJ,uBAAuB,GACxB,EAAE;IACD,KAAK,EAAE,cAAc,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,GAAG,WAAW,+BA0Ed"}
|
|
@@ -17,5 +17,5 @@ export type HtmlComponentProps = IBaseHtmlComponent & {
|
|
|
17
17
|
*
|
|
18
18
|
* Intended for developer-authored content only.
|
|
19
19
|
*/
|
|
20
|
-
export declare function HtmlComponent({ id, rawHtml, customCss, customJs, fullWidth, scriptStrategy, loadScriptOnce, flowPositionIndex, fullWidthBreakoutClassName, }: HtmlComponentProps): import("react
|
|
20
|
+
export declare function HtmlComponent({ id, rawHtml, customCss, customJs, fullWidth, scriptStrategy, loadScriptOnce, flowPositionIndex, fullWidthBreakoutClassName, }: HtmlComponentProps): import("react").JSX.Element;
|
|
21
21
|
//# sourceMappingURL=HtmlComponent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HtmlComponent.d.ts","sourceRoot":"","sources":["../../src/components/HtmlComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAKrE,0FAA0F;AAC1F,eAAO,MAAM,sCAAsC,8DACU,CAAC;AAE9D,MAAM,MAAM,kBAAkB,GAAG,kBAAkB,GAAG;IACpD,mHAAmH;IACnH,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kFAAkF;IAClF,0BAA0B,CAAC,EAAE,MAAM,CAAC;CACrC,CAAC;AAEF;;;;;;;;;GASG;AACH,wBAAgB,aAAa,CAAC,EAC5B,EAAE,EACF,OAAO,EACP,SAAS,EACT,QAAQ,EACR,SAAS,EACT,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,0BAA0B,GAC3B,EAAE,kBAAkB
|
|
1
|
+
{"version":3,"file":"HtmlComponent.d.ts","sourceRoot":"","sources":["../../src/components/HtmlComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAKrE,0FAA0F;AAC1F,eAAO,MAAM,sCAAsC,8DACU,CAAC;AAE9D,MAAM,MAAM,kBAAkB,GAAG,kBAAkB,GAAG;IACpD,mHAAmH;IACnH,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kFAAkF;IAClF,0BAA0B,CAAC,EAAE,MAAM,CAAC;CACrC,CAAC;AAEF;;;;;;;;;GASG;AACH,wBAAgB,aAAa,CAAC,EAC5B,EAAE,EACF,OAAO,EACP,SAAS,EACT,QAAQ,EACR,SAAS,EACT,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,0BAA0B,GAC3B,EAAE,kBAAkB,+BAiCpB"}
|
|
@@ -8,5 +8,5 @@ export declare function HtmlComponentScript({ customJs, scriptStrategy, scriptId
|
|
|
8
8
|
customJs: string;
|
|
9
9
|
scriptStrategy: IBaseHtmlComponent['scriptStrategy'];
|
|
10
10
|
scriptId: string;
|
|
11
|
-
}): import("react
|
|
11
|
+
}): import("react").JSX.Element;
|
|
12
12
|
//# sourceMappingURL=HtmlComponentScript.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HtmlComponentScript.d.ts","sourceRoot":"","sources":["../../src/components/HtmlComponentScript.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAGrE;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,QAAQ,EACR,cAAc,EACd,QAAQ,GACT,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACrD,QAAQ,EAAE,MAAM,CAAC;CAClB
|
|
1
|
+
{"version":3,"file":"HtmlComponentScript.d.ts","sourceRoot":"","sources":["../../src/components/HtmlComponentScript.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAGrE;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,QAAQ,EACR,cAAc,EACd,QAAQ,GACT,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACrD,QAAQ,EAAE,MAAM,CAAC;CAClB,+BAMA"}
|
|
@@ -2,6 +2,6 @@ import { type IImage } from '@se-studio/core-data-types';
|
|
|
2
2
|
import type { IImageProps } from './Visual';
|
|
3
3
|
declare function ImageComponent({ image, visualSizes, fetchPriority, loading, ...props }: {
|
|
4
4
|
image: IImage;
|
|
5
|
-
} & Omit<IImageProps, 'analytics' | 'componentLabel'>): import("react
|
|
5
|
+
} & Omit<IImageProps, 'analytics' | 'componentLabel'>): import("react").JSX.Element;
|
|
6
6
|
export default ImageComponent;
|
|
7
7
|
//# sourceMappingURL=ImageComponent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageComponent.d.ts","sourceRoot":"","sources":["../../src/components/ImageComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAyB,MAAM,4BAA4B,CAAC;AAKhF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,iBAAS,cAAc,CAAC,EACtB,KAAK,EACL,WAAW,EACX,aAAa,EACb,OAAO,EACP,GAAG,KAAK,EACT,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,gBAAgB,CAAC
|
|
1
|
+
{"version":3,"file":"ImageComponent.d.ts","sourceRoot":"","sources":["../../src/components/ImageComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAyB,MAAM,4BAA4B,CAAC;AAKhF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,iBAAS,cAAc,CAAC,EACtB,KAAK,EACL,WAAW,EACX,aAAa,EACb,OAAO,EACP,GAAG,KAAK,EACT,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,gBAAgB,CAAC,+BAoBvE;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { type IVisualCommon } from '@se-studio/core-data-types';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
import type { IVideoProps } from './Video';
|
|
3
4
|
declare function ImageKitVideo({ url, videoPrefix, autoPlay, loop, muted, controls, style, poster, contained, dontCrop, verticalCropPosition, horizontalCropPosition, width, height, visualSizes, loading, fetchPriority, noPoster, className, fullPlayer: _fullPlayer, ...props }: {
|
|
4
5
|
url: string;
|
|
5
6
|
videoPrefix: string;
|
|
6
7
|
width: number | undefined;
|
|
7
8
|
height: number | undefined;
|
|
8
|
-
} & Omit<IVisualCommon, 'id' | 'type' | 'name' | 'nameAsCaption'> & IVideoProps):
|
|
9
|
+
} & Omit<IVisualCommon, 'id' | 'type' | 'name' | 'nameAsCaption'> & IVideoProps): React.JSX.Element;
|
|
9
10
|
export default ImageKitVideo;
|
|
10
11
|
//# sourceMappingURL=ImageKitClientVideo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageKitClientVideo.d.ts","sourceRoot":"","sources":["../../src/components/ImageKitClientVideo.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAmC,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"ImageKitClientVideo.d.ts","sourceRoot":"","sources":["../../src/components/ImageKitClientVideo.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAmC,MAAM,4BAA4B,CAAC;AAEjG,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAoG3C,iBAAS,aAAa,CAAC,EACrB,GAAG,EACH,WAAW,EACX,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,KAAK,EACL,MAAM,EACN,SAAS,EACT,QAAQ,EACR,oBAAoB,EACpB,sBAAsB,EACtB,KAAK,EACL,MAAM,EACN,WAAW,EACX,OAAO,EACP,aAAa,EACb,QAAQ,EACR,SAAS,EACT,UAAU,EAAE,WAAW,EACvB,GAAG,KAAK,EACT,EAAE;IACD,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,GAAG,IAAI,CAAC,aAAa,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,eAAe,CAAC,GAC/D,WAAW,qBAiGZ;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -8,6 +8,6 @@ interface ImageKitHlsVideoClientProps extends Omit<IVideoProps, 'poster'> {
|
|
|
8
8
|
height?: number;
|
|
9
9
|
noPoster?: boolean;
|
|
10
10
|
}
|
|
11
|
-
export default function ImageKitHlsVideoClient({ hlsSrc, fallbackMp4Url, autoPlay, loop, muted, controls, style, poster, contained, width, height, loading, fetchPriority, noPoster, className, visualSizes, fullPlayer: _fullPlayer, ...props }: ImageKitHlsVideoClientProps): import("react
|
|
11
|
+
export default function ImageKitHlsVideoClient({ hlsSrc, fallbackMp4Url, autoPlay, loop, muted, controls, style, poster, contained, width, height, loading, fetchPriority, noPoster, className, visualSizes, fullPlayer: _fullPlayer, ...props }: ImageKitHlsVideoClientProps): import("react").JSX.Element;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=ImageKitHlsVideoClient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageKitHlsVideoClient.d.ts","sourceRoot":"","sources":["../../src/components/ImageKitHlsVideoClient.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,UAAU,2BAA4B,SAAQ,IAAI,CAAC,WAAW,EAAE,QAAQ,CAAC;IACvE,MAAM,EAAE,MAAM,CAAC;IACf,8FAA8F;IAC9F,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAcD,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,EAC7C,MAAM,EACN,cAAc,EACd,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,KAAK,EACL,MAAM,EACN,SAAS,EACT,KAAK,EACL,MAAM,EACN,OAAO,EACP,aAAa,EACb,QAAQ,EACR,SAAS,EACT,WAAW,EACX,UAAU,EAAE,WAAW,EACvB,GAAG,KAAK,EACT,EAAE,2BAA2B
|
|
1
|
+
{"version":3,"file":"ImageKitHlsVideoClient.d.ts","sourceRoot":"","sources":["../../src/components/ImageKitHlsVideoClient.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,UAAU,2BAA4B,SAAQ,IAAI,CAAC,WAAW,EAAE,QAAQ,CAAC;IACvE,MAAM,EAAE,MAAM,CAAC;IACf,8FAA8F;IAC9F,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAcD,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,EAC7C,MAAM,EACN,cAAc,EACd,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,KAAK,EACL,MAAM,EACN,SAAS,EACT,KAAK,EACL,MAAM,EACN,OAAO,EACP,aAAa,EACb,QAAQ,EACR,SAAS,EACT,WAAW,EACX,UAAU,EAAE,WAAW,EACvB,GAAG,KAAK,EACT,EAAE,2BAA2B,+BAwI7B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ComponentProps } from 'react';
|
|
2
2
|
import type AnimationComponent from './AnimationComponent';
|
|
3
3
|
type Props = ComponentProps<typeof AnimationComponent>;
|
|
4
|
-
export declare function LazyAnimation(props: Props): import("react
|
|
4
|
+
export declare function LazyAnimation(props: Props): import("react").JSX.Element;
|
|
5
5
|
export {};
|
|
6
6
|
//# sourceMappingURL=LazyAnimation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LazyAnimation.d.ts","sourceRoot":"","sources":["../../src/components/LazyAnimation.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,OAAO,CAAC;AAE3D,OAAO,KAAK,kBAAkB,MAAM,sBAAsB,CAAC;AAE3D,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvD,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"LazyAnimation.d.ts","sourceRoot":"","sources":["../../src/components/LazyAnimation.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,OAAO,CAAC;AAE3D,OAAO,KAAK,kBAAkB,MAAM,sBAAsB,CAAC;AAE3D,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvD,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,+BA2CzC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { VideoComponentProps } from './VideoComponent';
|
|
2
2
|
type Props = VideoComponentProps;
|
|
3
|
-
export declare function LazyVideo(maybeProps: Props | null | undefined): import("react
|
|
3
|
+
export declare function LazyVideo(maybeProps: Props | null | undefined): import("react").JSX.Element | null;
|
|
4
4
|
export {};
|
|
5
5
|
//# sourceMappingURL=LazyVideo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LazyVideo.d.ts","sourceRoot":"","sources":["../../src/components/LazyVideo.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,KAAK,KAAK,GAAG,mBAAmB,CAAC;AAEjC,wBAAgB,SAAS,CAAC,UAAU,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"LazyVideo.d.ts","sourceRoot":"","sources":["../../src/components/LazyVideo.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,KAAK,KAAK,GAAG,mBAAmB,CAAC;AAEjC,wBAAgB,SAAS,CAAC,UAAU,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,sCAsD7D"}
|
|
@@ -2,6 +2,6 @@ import { type IPicture } from '@se-studio/core-data-types';
|
|
|
2
2
|
import { type IImageProps } from './Visual';
|
|
3
3
|
declare function PictureComponent({ image, style, visualSizes, placeholder, blurDataURL, ...rest }: {
|
|
4
4
|
image: IPicture;
|
|
5
|
-
} & Omit<IImageProps, 'analytics' | 'componentLabel'>): import("react
|
|
5
|
+
} & Omit<IImageProps, 'analytics' | 'componentLabel'>): import("react").JSX.Element;
|
|
6
6
|
export default PictureComponent;
|
|
7
7
|
//# sourceMappingURL=PictureComponent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PictureComponent.d.ts","sourceRoot":"","sources":["../../src/components/PictureComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAmC,MAAM,4BAA4B,CAAC;AAE5F,OAAO,EAAwB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAsBlE,iBAAS,gBAAgB,CAAC,EACxB,KAAK,EACL,KAAK,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,GAAG,IAAI,EACR,EAAE;IAAE,KAAK,EAAE,QAAQ,CAAA;CAAE,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,gBAAgB,CAAC
|
|
1
|
+
{"version":3,"file":"PictureComponent.d.ts","sourceRoot":"","sources":["../../src/components/PictureComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAmC,MAAM,4BAA4B,CAAC;AAE5F,OAAO,EAAwB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAsBlE,iBAAS,gBAAgB,CAAC,EACxB,KAAK,EACL,KAAK,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,GAAG,IAAI,EACR,EAAE;IAAE,KAAK,EAAE,QAAQ,CAAA;CAAE,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,gBAAgB,CAAC,+BAkBzE;AACD,eAAe,gBAAgB,CAAC"}
|
|
@@ -2,6 +2,6 @@ import type { ISvgData } from '@se-studio/core-data-types';
|
|
|
2
2
|
import { type IImageProps } from './Visual';
|
|
3
3
|
declare function SvgComponent({ image, className, style, ...other }: {
|
|
4
4
|
image: ISvgData;
|
|
5
|
-
} & Omit<IImageProps, 'analytics' | 'componentLabel'>): import("react
|
|
5
|
+
} & Omit<IImageProps, 'analytics' | 'componentLabel'>): import("react").JSX.Element;
|
|
6
6
|
export default SvgComponent;
|
|
7
7
|
//# sourceMappingURL=SvgComponent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgComponent.d.ts","sourceRoot":"","sources":["../../src/components/SvgComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAwB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAElE,iBAAS,YAAY,CAAC,EACpB,KAAK,EACL,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EAAE;IAAE,KAAK,EAAE,QAAQ,CAAA;CAAE,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,gBAAgB,CAAC
|
|
1
|
+
{"version":3,"file":"SvgComponent.d.ts","sourceRoot":"","sources":["../../src/components/SvgComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAwB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAElE,iBAAS,YAAY,CAAC,EACpB,KAAK,EACL,SAAS,EACT,KAAK,EACL,GAAG,KAAK,EACT,EAAE;IAAE,KAAK,EAAE,QAAQ,CAAA;CAAE,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,gBAAgB,CAAC,+BAWzE;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -15,6 +15,6 @@ import { type IImageProps } from './Visual';
|
|
|
15
15
|
*/
|
|
16
16
|
declare function SvgIconComponent({ image, className, style, ...rest }: {
|
|
17
17
|
image: ISvgImage;
|
|
18
|
-
} & Omit<IImageProps, 'analytics' | 'componentLabel'>): import("react
|
|
18
|
+
} & Omit<IImageProps, 'analytics' | 'componentLabel'>): import("react").JSX.Element;
|
|
19
19
|
export default SvgIconComponent;
|
|
20
20
|
//# sourceMappingURL=SvgIconComponent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgIconComponent.d.ts","sourceRoot":"","sources":["../../src/components/SvgIconComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAwB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAElE;;;;;;;;;;;;GAYG;AACH,iBAAS,gBAAgB,CAAC,EACxB,KAAK,EACL,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE;IAAE,KAAK,EAAE,SAAS,CAAA;CAAE,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,gBAAgB,CAAC
|
|
1
|
+
{"version":3,"file":"SvgIconComponent.d.ts","sourceRoot":"","sources":["../../src/components/SvgIconComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAwB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAElE;;;;;;;;;;;;GAYG;AACH,iBAAS,gBAAgB,CAAC,EACxB,KAAK,EACL,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE;IAAE,KAAK,EAAE,SAAS,CAAA;CAAE,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,gBAAgB,CAAC,+BAmB1E;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -2,6 +2,6 @@ import type { ISvgImage } from '@se-studio/core-data-types';
|
|
|
2
2
|
import { type IImageProps } from './Visual';
|
|
3
3
|
declare function SvgImageComponent({ image, loading, fetchPriority, className, style, ...rest }: {
|
|
4
4
|
image: ISvgImage;
|
|
5
|
-
} & Omit<IImageProps, 'analytics' | 'componentLabel'>): import("react
|
|
5
|
+
} & Omit<IImageProps, 'analytics' | 'componentLabel'>): import("react").JSX.Element;
|
|
6
6
|
export default SvgImageComponent;
|
|
7
7
|
//# sourceMappingURL=SvgImageComponent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgImageComponent.d.ts","sourceRoot":"","sources":["../../src/components/SvgImageComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAE5D,OAAO,EAAwB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAElE,iBAAS,iBAAiB,CAAC,EACzB,KAAK,EACL,OAAO,EACP,aAAa,EACb,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE;IAAE,KAAK,EAAE,SAAS,CAAA;CAAE,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,gBAAgB,CAAC
|
|
1
|
+
{"version":3,"file":"SvgImageComponent.d.ts","sourceRoot":"","sources":["../../src/components/SvgImageComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAE5D,OAAO,EAAwB,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAElE,iBAAS,iBAAiB,CAAC,EACzB,KAAK,EACL,OAAO,EACP,aAAa,EACb,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE;IAAE,KAAK,EAAE,SAAS,CAAA;CAAE,GAAG,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,gBAAgB,CAAC,+BAkB1E;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -20,5 +20,5 @@ import type { ISvgImage } from '@se-studio/core-data-types';
|
|
|
20
20
|
*/
|
|
21
21
|
export declare function SvgSpriteSheet({ icons }: {
|
|
22
22
|
icons?: ReadonlyArray<ISvgImage>;
|
|
23
|
-
}): import("react
|
|
23
|
+
}): import("react").JSX.Element | null;
|
|
24
24
|
//# sourceMappingURL=SvgSpriteSheet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgSpriteSheet.d.ts","sourceRoot":"","sources":["../../src/components/SvgSpriteSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAE5D;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"SvgSpriteSheet.d.ts","sourceRoot":"","sources":["../../src/components/SvgSpriteSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAE5D;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAA;CAAE,sCAuB7E"}
|
|
@@ -5,6 +5,6 @@ export type VideoComponentProps = {
|
|
|
5
5
|
analyticsContext: IAnalyticsContext | null | undefined;
|
|
6
6
|
componentLabel: string | null | undefined;
|
|
7
7
|
} & IVideoProps;
|
|
8
|
-
declare function VideoComponent(allProps: VideoComponentProps | null | undefined): import("react
|
|
8
|
+
declare function VideoComponent(allProps: VideoComponentProps | null | undefined): import("react").JSX.Element | null;
|
|
9
9
|
export default VideoComponent;
|
|
10
10
|
//# sourceMappingURL=VideoComponent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoComponent.d.ts","sourceRoot":"","sources":["../../src/components/VideoComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,WAAW,EAIjB,MAAM,4BAA4B,CAAC;AAGpC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,WAAW,GAAG,cAAc,GAAG,UAAU,CAAC;IACjD,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,GAAG,WAAW,CAAC;AAEhB,iBAAS,cAAc,CAAC,QAAQ,EAAE,mBAAmB,GAAG,IAAI,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"VideoComponent.d.ts","sourceRoot":"","sources":["../../src/components/VideoComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,UAAU,EACf,KAAK,WAAW,EAIjB,MAAM,4BAA4B,CAAC;AAGpC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,WAAW,GAAG,cAAc,GAAG,UAAU,CAAC;IACjD,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD,cAAc,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,GAAG,WAAW,CAAC;AAEhB,iBAAS,cAAc,CAAC,QAAQ,EAAE,mBAAmB,GAAG,IAAI,GAAG,SAAS,sCAsBvE;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -10,6 +10,6 @@ interface BannerManagerProps {
|
|
|
10
10
|
onClick?: () => void;
|
|
11
11
|
}>;
|
|
12
12
|
}
|
|
13
|
-
export declare function BannerManager({ content, banners, BannerComponent }: BannerManagerProps): import("react
|
|
13
|
+
export declare function BannerManager({ content, banners, BannerComponent }: BannerManagerProps): import("react").JSX.Element | null;
|
|
14
14
|
export {};
|
|
15
15
|
//# sourceMappingURL=BannerManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BannerManager.d.ts","sourceRoot":"","sources":["../../../src/components/banner/BannerManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAK9E,UAAU,kBAAkB;IAC1B,OAAO,EAAE,UAAU,GAAG;QAAE,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAA;KAAE,CAAC;IACvD,OAAO,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAChC,eAAe,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,MAAM,EAAE,OAAO,CAAC;QAChB,SAAS,EAAE,MAAM,IAAI,CAAC;QACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;KACtB,CAAC,CAAC;CACJ;AAED,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"BannerManager.d.ts","sourceRoot":"","sources":["../../../src/components/banner/BannerManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAK9E,UAAU,kBAAkB;IAC1B,OAAO,EAAE,UAAU,GAAG;QAAE,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAA;KAAE,CAAC;IACvD,OAAO,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IAChC,eAAe,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,MAAM,EAAE,OAAO,CAAC;QAChB,SAAS,EAAE,MAAM,IAAI,CAAC;QACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;KACtB,CAAC,CAAC;CACJ;AAED,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,EAAE,kBAAkB,sCAsBtF"}
|
|
@@ -3,5 +3,5 @@ export declare function useExternalVideoPlayButton(): ReactNode;
|
|
|
3
3
|
export declare function ExternalVideoPlayButtonProvider({ value, children, }: {
|
|
4
4
|
value: ReactNode;
|
|
5
5
|
children: ReactNode;
|
|
6
|
-
}): import("react
|
|
6
|
+
}): import("react").JSX.Element;
|
|
7
7
|
//# sourceMappingURL=ExternalVideoPlayButtonContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExternalVideoPlayButtonContext.d.ts","sourceRoot":"","sources":["../../src/context/ExternalVideoPlayButtonContext.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,wBAAgB,0BAA0B,IAAI,SAAS,CAEtD;AAED,wBAAgB,+BAA+B,CAAC,EAC9C,KAAK,EACL,QAAQ,GACT,EAAE;IACD,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;CACrB
|
|
1
|
+
{"version":3,"file":"ExternalVideoPlayButtonContext.d.ts","sourceRoot":"","sources":["../../src/context/ExternalVideoPlayButtonContext.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,wBAAgB,0BAA0B,IAAI,SAAS,CAEtD;AAED,wBAAgB,+BAA+B,CAAC,EAC9C,KAAK,EACL,QAAQ,GACT,EAAE;IACD,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;CACrB,+BAMA"}
|
|
@@ -7,6 +7,6 @@ interface BackgroundMediaProps {
|
|
|
7
7
|
loading?: 'eager' | 'lazy' | undefined;
|
|
8
8
|
fetchPriority?: 'high' | 'low' | undefined;
|
|
9
9
|
}
|
|
10
|
-
export declare function BackgroundMedia({ responsiveVisual, overlayOpacity, className, componentLabel, loading, fetchPriority, }: BackgroundMediaProps): import("react
|
|
10
|
+
export declare function BackgroundMedia({ responsiveVisual, overlayOpacity, className, componentLabel, loading, fetchPriority, }: BackgroundMediaProps): import("react").JSX.Element | null;
|
|
11
11
|
export {};
|
|
12
12
|
//# sourceMappingURL=BackgroundMedia.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BackgroundMedia.d.ts","sourceRoot":"","sources":["../../src/framework/BackgroundMedia.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAiB,MAAM,4BAA4B,CAAC;AAInF,UAAU,oBAAoB;IAC5B,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IACvC,aAAa,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;CAC5C;AAED,wBAAgB,eAAe,CAAC,EAC9B,gBAAgB,EAChB,cAAc,EACd,SAAS,EACT,cAAc,EACd,OAAO,EACP,aAAa,GACd,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"BackgroundMedia.d.ts","sourceRoot":"","sources":["../../src/framework/BackgroundMedia.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAiB,MAAM,4BAA4B,CAAC;AAInF,UAAU,oBAAoB;IAC5B,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IACvC,aAAa,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;CAC5C;AAED,wBAAgB,eAAe,CAAC,EAC9B,gBAAgB,EAChB,cAAc,EACd,SAAS,EACT,cAAc,EACd,OAAO,EACP,aAAa,GACd,EAAE,oBAAoB,sCAiEtB"}
|
|
@@ -7,6 +7,6 @@ interface ComponentErrorIndicatorProps {
|
|
|
7
7
|
inline?: boolean;
|
|
8
8
|
isProduction?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare function ComponentErrorIndicator({ type, message, component, id, details, inline, isProduction, }: ComponentErrorIndicatorProps): import("react
|
|
10
|
+
export declare function ComponentErrorIndicator({ type, message, component, id, details, inline, isProduction, }: ComponentErrorIndicatorProps): import("react").JSX.Element | null;
|
|
11
11
|
export {};
|
|
12
12
|
//# sourceMappingURL=ComponentErrorIndicator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComponentErrorIndicator.d.ts","sourceRoot":"","sources":["../../src/framework/ComponentErrorIndicator.tsx"],"names":[],"mappings":"AAAA,UAAU,4BAA4B;IACpC,IAAI,EAAE,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,wBAAgB,uBAAuB,CAAC,EACtC,IAAI,EACJ,OAAO,EACP,SAAS,EACT,EAAE,EACF,OAAO,EACP,MAAc,EACd,YAAoB,GACrB,EAAE,4BAA4B,
|
|
1
|
+
{"version":3,"file":"ComponentErrorIndicator.d.ts","sourceRoot":"","sources":["../../src/framework/ComponentErrorIndicator.tsx"],"names":[],"mappings":"AAAA,UAAU,4BAA4B;IACpC,IAAI,EAAE,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,wBAAgB,uBAAuB,CAAC,EACtC,IAAI,EACJ,OAAO,EACP,SAAS,EACT,EAAE,EACF,OAAO,EACP,MAAc,EACd,YAAoB,GACrB,EAAE,4BAA4B,sCA8D9B"}
|
|
@@ -10,10 +10,10 @@ interface ComponentError {
|
|
|
10
10
|
* Shows a component error indicator in non-production environments
|
|
11
11
|
* Returns the error element to be included in the component's render
|
|
12
12
|
*/
|
|
13
|
-
export declare function showComponentError(error: ComponentError, isProduction?: boolean): import("react
|
|
13
|
+
export declare function showComponentError(error: ComponentError, isProduction?: boolean): import("react").JSX.Element | null;
|
|
14
14
|
/**
|
|
15
15
|
* Shows an inline error indicator (smaller, embedded version)
|
|
16
16
|
*/
|
|
17
|
-
export declare function showInlineError(error: ComponentError, isProduction?: boolean): import("react
|
|
17
|
+
export declare function showInlineError(error: ComponentError, isProduction?: boolean): import("react").JSX.Element | null;
|
|
18
18
|
export {};
|
|
19
19
|
//# sourceMappingURL=componentErrors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"componentErrors.d.ts","sourceRoot":"","sources":["../../src/framework/componentErrors.tsx"],"names":[],"mappings":"AAAA,gEAAgE;AAIhE,UAAU,cAAc;IACtB,IAAI,EAAE,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;GAGG;AAEH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,cAAc,EAAE,YAAY,UAAQ,
|
|
1
|
+
{"version":3,"file":"componentErrors.d.ts","sourceRoot":"","sources":["../../src/framework/componentErrors.tsx"],"names":[],"mappings":"AAAA,gEAAgE;AAIhE,UAAU,cAAc;IACtB,IAAI,EAAE,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;GAGG;AAEH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,cAAc,EAAE,YAAY,UAAQ,sCAU7E;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,cAAc,EAAE,YAAY,UAAQ,sCAU1E"}
|
package/dist/rtf/rtf.d.ts
CHANGED
|
@@ -56,6 +56,6 @@ type RTFProps = {
|
|
|
56
56
|
* />
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
|
59
|
-
export declare function RTF({ content, className, style, rendererConfig, contentContext, embeddedPositionClassName, renderNode, renderText, renderMark, ...other }: RTFProps): import("react
|
|
59
|
+
export declare function RTF({ content, className, style, rendererConfig, contentContext, embeddedPositionClassName, renderNode, renderText, renderMark, ...other }: RTFProps): import("react").JSX.Element | null;
|
|
60
60
|
export {};
|
|
61
61
|
//# sourceMappingURL=rtf.d.ts.map
|
package/dist/rtf/rtf.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rtf.d.ts","sourceRoot":"","sources":["../../src/rtf/rtf.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,UAAU,EAChB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAGL,KAAK,QAAQ,EAGd,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,eAAe,EAA2B,MAAM,4BAA4B,CAAC;AAE3F,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AA2N9D;;GAEG;AACH,KAAK,QAAQ,GAAG;IACd,8CAA8C;IAC9C,OAAO,EAAE,QAAQ,CAAC;IAClB,+DAA+D;IAC/D,cAAc,CAAC,EAAE,iBAAiB,CAAC;IACnC,uDAAuD;IACvD,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,0DAA0D;IAC1D,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,yGAAyG;IACzG,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,sFAAsF;IACtF,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,6EAA6E;IAC7E,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB,GAAG,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,SAAS,CAAC,CAAC;AAEjD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,wBAAgB,GAAG,CAAC,EAClB,OAAO,EACP,SAAS,EACT,KAAK,EACL,cAAc,EACd,cAAc,EACd,yBAAyB,EACzB,UAAU,EACV,UAAU,EACV,UAAU,EACV,GAAG,KAAK,EACT,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"rtf.d.ts","sourceRoot":"","sources":["../../src/rtf/rtf.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,UAAU,EAChB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAGL,KAAK,QAAQ,EAGd,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,eAAe,EAA2B,MAAM,4BAA4B,CAAC;AAE3F,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AA2N9D;;GAEG;AACH,KAAK,QAAQ,GAAG;IACd,8CAA8C;IAC9C,OAAO,EAAE,QAAQ,CAAC;IAClB,+DAA+D;IAC/D,cAAc,CAAC,EAAE,iBAAiB,CAAC;IACnC,uDAAuD;IACvD,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,0DAA0D;IAC1D,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,yGAAyG;IACzG,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,sFAAsF;IACtF,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,6EAA6E;IAC7E,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB,GAAG,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,SAAS,CAAC,CAAC;AAEjD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,wBAAgB,GAAG,CAAC,EAClB,OAAO,EACP,SAAS,EACT,KAAK,EACL,cAAc,EACd,cAAc,EACd,yBAAyB,EACzB,UAAU,EACV,UAAU,EACV,UAAU,EACV,GAAG,KAAK,EACT,EAAE,QAAQ,sCAwBV"}
|
|
@@ -56,28 +56,28 @@ export interface RouteHandlersConfig<TPage extends IBasePage, TArticle extends I
|
|
|
56
56
|
*/
|
|
57
57
|
export declare function createRouteHandlers<TPage extends IBasePage = IBasePage, TArticle extends IBaseArticle = IBaseArticle, TArticleType extends IBaseArticleType = IBaseArticleType, TTag extends IBaseTag = IBaseTag, TPerson extends IContentfulPerson = IContentfulPerson, TCustomType extends IBaseCustomType = IBaseCustomType>(config: RouteHandlersConfig<TPage, TArticle, TArticleType, TTag, TPerson, TCustomType>): {
|
|
58
58
|
buildLocaleAlternates: (path: string, locale: string) => Record<string, string> | undefined;
|
|
59
|
-
generatePage: (slug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
59
|
+
generatePage: (slug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
60
60
|
generatePageMetadata: (slug: string, path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
61
61
|
generatePageTestMetadata: (variantSlug: string, canonicalSlug: string, canonicalPath: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
62
|
-
generateArticlePage: (articleTypeSlug: string, articleSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
62
|
+
generateArticlePage: (articleTypeSlug: string, articleSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
63
63
|
generateArticleMetadata: (articleTypeSlug: string, articleSlug: string, path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
64
|
-
generateArticleTypePage: (articleTypeSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
64
|
+
generateArticleTypePage: (articleTypeSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
65
65
|
generateArticleTypeMetadata: (articleTypeSlug: string, path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
66
|
-
generateArticleTypeTagPage: (articleTypeSlug: string, tagSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
66
|
+
generateArticleTypeTagPage: (articleTypeSlug: string, tagSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
67
67
|
generateArticleTypeTagMetadata: (articleTypeSlug: string, tagSlug: string, path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
68
|
-
generateArticleTypesIndexPage: (path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
68
|
+
generateArticleTypesIndexPage: (path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
69
69
|
generateArticleTypesIndexMetadata: (path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
70
|
-
generateTagPage: (tagSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
70
|
+
generateTagPage: (tagSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
71
71
|
generateTagMetadata: (tagSlug: string, path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
72
|
-
generateTagsIndexPage: (path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
72
|
+
generateTagsIndexPage: (path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
73
73
|
generateTagsIndexMetadata: (path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
74
|
-
generatePersonPage: (personSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
74
|
+
generatePersonPage: (personSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
75
75
|
generatePersonMetadata: (personSlug: string, path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
76
|
-
generateTeamIndexPage: (path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
76
|
+
generateTeamIndexPage: (path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
77
77
|
generateTeamIndexMetadata: (path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
78
|
-
generateCustomTypePage: (customTypeSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
78
|
+
generateCustomTypePage: (customTypeSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
79
79
|
generateCustomTypeMetadata: (customTypeSlug: string, path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
80
|
-
generateTagTypePage: (tagTypeSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react
|
|
80
|
+
generateTagTypePage: (tagTypeSlug: string, path: string, routeConfig: CmsRouteConfig, locale?: string) => Promise<import("react").JSX.Element | undefined>;
|
|
81
81
|
generateTagTypeMetadata: (tagTypeSlug: string, path: string, routeConfig: CmsRouteConfig, parent: ResolvingMetadata, locale?: string) => Promise<import("next").Metadata | undefined>;
|
|
82
82
|
};
|
|
83
83
|
//# sourceMappingURL=route-handlers.d.ts.map
|
|
@@ -2,6 +2,6 @@ interface AllViewPanelProps {
|
|
|
2
2
|
mode: 'component' | 'collection';
|
|
3
3
|
basePath: string;
|
|
4
4
|
}
|
|
5
|
-
export declare const AllViewPanel: ({ mode, basePath }: AllViewPanelProps) => import("react
|
|
5
|
+
export declare const AllViewPanel: ({ mode, basePath }: AllViewPanelProps) => import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=AllViewPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllViewPanel.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/AllViewPanel.tsx"],"names":[],"mappings":"AAIA,UAAU,iBAAiB;IACzB,IAAI,EAAE,WAAW,GAAG,YAAY,CAAC;IACjC,QAAQ,EAAE,MAAM,CAAC;CAClB;AAOD,eAAO,MAAM,YAAY,GAAI,oBAAoB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"AllViewPanel.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/AllViewPanel.tsx"],"names":[],"mappings":"AAIA,UAAU,iBAAiB;IACzB,IAAI,EAAE,WAAW,GAAG,YAAY,CAAC;IACjC,QAAQ,EAAE,MAAM,CAAC;CAClB;AAOD,eAAO,MAAM,YAAY,GAAI,oBAAoB,iBAAiB,gCAsIjE,CAAC"}
|
|
@@ -10,6 +10,6 @@ interface ControlsProps {
|
|
|
10
10
|
componentFieldsMap: Record<string, Set<string>>;
|
|
11
11
|
collectionFieldsMap: Record<string, Set<string>>;
|
|
12
12
|
}
|
|
13
|
-
export declare const Controls: ({ initialState, type, mode, isOpen, onToggle, colorOptions, foregroundColors, componentFieldsMap, collectionFieldsMap, }: ControlsProps) => import("react
|
|
13
|
+
export declare const Controls: ({ initialState, type, mode, isOpen, onToggle, colorOptions, foregroundColors, componentFieldsMap, collectionFieldsMap, }: ControlsProps) => import("react").JSX.Element;
|
|
14
14
|
export {};
|
|
15
15
|
//# sourceMappingURL=Controls.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Controls.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/Controls.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAErD,UAAU,aAAa;IACrB,YAAY,EAAE,oBAAoB,CAAC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,WAAW,GAAG,YAAY,CAAC;IACjC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;CAClD;AAED,eAAO,MAAM,QAAQ,GAAI,0HAUtB,aAAa,
|
|
1
|
+
{"version":3,"file":"Controls.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/Controls.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAErD,UAAU,aAAa;IACrB,YAAY,EAAE,oBAAoB,CAAC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,WAAW,GAAG,YAAY,CAAC;IACjC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;CAClD;AAED,eAAO,MAAM,QAAQ,GAAI,0HAUtB,aAAa,gCAmQf,CAAC"}
|
|
@@ -8,6 +8,6 @@ interface ControlsWrapperProps {
|
|
|
8
8
|
componentFieldsMap: Record<string, Set<string>>;
|
|
9
9
|
collectionFieldsMap: Record<string, Set<string>>;
|
|
10
10
|
}
|
|
11
|
-
export declare const ControlsWrapper: ({ initialState, type, mode, colorOptions, foregroundColors, componentFieldsMap, collectionFieldsMap, }: ControlsWrapperProps) => import("react
|
|
11
|
+
export declare const ControlsWrapper: ({ initialState, type, mode, colorOptions, foregroundColors, componentFieldsMap, collectionFieldsMap, }: ControlsWrapperProps) => import("react").JSX.Element;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=ControlsWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ControlsWrapper.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/ControlsWrapper.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAGrD,UAAU,oBAAoB;IAC5B,YAAY,EAAE,oBAAoB,CAAC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,WAAW,GAAG,YAAY,CAAC;IACjC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;CAClD;AAED,eAAO,MAAM,eAAe,GAAI,wGAQ7B,oBAAoB,
|
|
1
|
+
{"version":3,"file":"ControlsWrapper.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/ControlsWrapper.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAGrD,UAAU,oBAAoB;IAC5B,YAAY,EAAE,oBAAoB,CAAC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,WAAW,GAAG,YAAY,CAAC;IACjC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;CAClD;AAED,eAAO,MAAM,eAAe,GAAI,wGAQ7B,oBAAoB,gCAgBtB,CAAC"}
|
|
@@ -8,6 +8,6 @@ interface PreviewPanelProps {
|
|
|
8
8
|
/** When true, add clean=true to URL and encode all controls (no diff). */
|
|
9
9
|
clean?: boolean;
|
|
10
10
|
}
|
|
11
|
-
export declare const PreviewPanel: ({ type, mode, controls, mockDefaults, basePath, clean, }: PreviewPanelProps) => import("react
|
|
11
|
+
export declare const PreviewPanel: ({ type, mode, controls, mockDefaults, basePath, clean, }: PreviewPanelProps) => import("react").JSX.Element;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=PreviewPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreviewPanel.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/PreviewPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAGrD,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,WAAW,GAAG,YAAY,CAAC;IACjC,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,YAAY,EAAE,oBAAoB,CAAC;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,0EAA0E;IAC1E,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAKD,eAAO,MAAM,YAAY,GAAI,0DAO1B,iBAAiB,
|
|
1
|
+
{"version":3,"file":"PreviewPanel.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/PreviewPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAGrD,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,WAAW,GAAG,YAAY,CAAC;IACjC,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,YAAY,EAAE,oBAAoB,CAAC;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,0EAA0E;IAC1E,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAKD,eAAO,MAAM,YAAY,GAAI,0DAO1B,iBAAiB,gCAiEnB,CAAC"}
|
|
@@ -6,6 +6,6 @@ interface ScaledIframeProps {
|
|
|
6
6
|
label: string;
|
|
7
7
|
containerWidth: number;
|
|
8
8
|
}
|
|
9
|
-
export declare const ScaledIframe: ({ src, viewportWidth, initialHeight, label, containerWidth, }: ScaledIframeProps) => import("react
|
|
9
|
+
export declare const ScaledIframe: ({ src, viewportWidth, initialHeight, label, containerWidth, }: ScaledIframeProps) => import("react").JSX.Element;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=ScaledIframe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScaledIframe.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/ScaledIframe.tsx"],"names":[],"mappings":"AAIA,UAAU,iBAAiB;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,wEAAwE;IACxE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,GAAI,+DAM1B,iBAAiB,
|
|
1
|
+
{"version":3,"file":"ScaledIframe.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/ScaledIframe.tsx"],"names":[],"mappings":"AAIA,UAAU,iBAAiB;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,wEAAwE;IACxE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY,GAAI,+DAM1B,iBAAiB,gCAuDnB,CAAC"}
|
|
@@ -16,6 +16,6 @@ interface ShowcaseAllRenderPageProps {
|
|
|
16
16
|
excludedComponents?: string[];
|
|
17
17
|
excludedCollections?: string[];
|
|
18
18
|
}
|
|
19
|
-
export declare const ShowcaseAllRenderPage: ({ searchParams, rendererConfig, componentFieldsMap, collectionFieldsMap, collectionCardFieldsMap, defaultState, contentContext, componentMockMap, collectionMockMap, collectionCardMockMap, excludedComponents, excludedCollections, }: ShowcaseAllRenderPageProps) => import("react
|
|
19
|
+
export declare const ShowcaseAllRenderPage: ({ searchParams, rendererConfig, componentFieldsMap, collectionFieldsMap, collectionCardFieldsMap, defaultState, contentContext, componentMockMap, collectionMockMap, collectionCardMockMap, excludedComponents, excludedCollections, }: ShowcaseAllRenderPageProps) => import("react").JSX.Element;
|
|
20
20
|
export {};
|
|
21
21
|
//# sourceMappingURL=ShowcaseAllRenderPage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShowcaseAllRenderPage.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/ShowcaseAllRenderPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAItD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAGrD,UAAU,0BAA0B;IAClC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAC5D,cAAc,EAAE,iBAAiB,CAAC;IAClC,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACjD,uBAAuB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACrD,YAAY,EAAE,oBAAoB,CAAC;IACnC,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC5C,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC7C,qBAAqB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,GAAG,QAAQ,EAAE,CAAC,CAAC;IAC9D,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;CAChC;AAQD,eAAO,MAAM,qBAAqB,GAAI,wOAanC,0BAA0B,
|
|
1
|
+
{"version":3,"file":"ShowcaseAllRenderPage.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/ShowcaseAllRenderPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAItD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAGrD,UAAU,0BAA0B;IAClC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAC5D,cAAc,EAAE,iBAAiB,CAAC;IAClC,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACjD,uBAAuB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACrD,YAAY,EAAE,oBAAoB,CAAC;IACnC,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC5C,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC7C,qBAAqB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,GAAG,QAAQ,EAAE,CAAC,CAAC;IAC9D,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;CAChC;AAQD,eAAO,MAAM,qBAAqB,GAAI,wOAanC,0BAA0B,gCAqE5B,CAAC"}
|
|
@@ -15,6 +15,6 @@ interface ShowcasePageProps {
|
|
|
15
15
|
componentMockMap?: Record<string, MockData>;
|
|
16
16
|
collectionMockMap?: Record<string, MockData>;
|
|
17
17
|
}
|
|
18
|
-
export declare const ShowcasePage: ({ searchParams, rendererConfig, componentFieldsMap, collectionFieldsMap, colorOptions, foregroundColors, basePath, defaultState, excludedComponents, excludedCollections, componentMockMap, collectionMockMap, }: ShowcasePageProps) => import("react
|
|
18
|
+
export declare const ShowcasePage: ({ searchParams, rendererConfig, componentFieldsMap, collectionFieldsMap, colorOptions, foregroundColors, basePath, defaultState, excludedComponents, excludedCollections, componentMockMap, collectionMockMap, }: ShowcasePageProps) => import("react").JSX.Element;
|
|
19
19
|
export {};
|
|
20
20
|
//# sourceMappingURL=ShowcasePage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShowcasePage.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/ShowcasePage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAMrD,UAAU,iBAAiB;IACzB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAC5D,cAAc,EAAE,iBAAiB,CAAC;IAClC,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACjD,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,oBAAoB,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC5C,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;CAC9C;AAED,eAAO,MAAM,YAAY,GAAI,kNAa1B,iBAAiB,
|
|
1
|
+
{"version":3,"file":"ShowcasePage.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/ShowcasePage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAMrD,UAAU,iBAAiB;IACzB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAC5D,cAAc,EAAE,iBAAiB,CAAC;IAClC,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACjD,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,oBAAoB,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC5C,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;CAC9C;AAED,eAAO,MAAM,YAAY,GAAI,kNAa1B,iBAAiB,gCAyDnB,CAAC"}
|
|
@@ -16,6 +16,6 @@ interface ShowcaseRenderPageProps {
|
|
|
16
16
|
/** When true, suppresses IframeHeightReporter (useful for clean screenshots via agent-browser) */
|
|
17
17
|
embedded?: boolean;
|
|
18
18
|
}
|
|
19
|
-
export declare const ShowcaseRenderPage: ({ searchParams, rendererConfig, componentFieldsMap, collectionFieldsMap, collectionCardFieldsMap, defaultState, contentContext, componentMockMap, collectionMockMap, collectionCardMockMap, embedded, }: ShowcaseRenderPageProps) => import("react
|
|
19
|
+
export declare const ShowcaseRenderPage: ({ searchParams, rendererConfig, componentFieldsMap, collectionFieldsMap, collectionCardFieldsMap, defaultState, contentContext, componentMockMap, collectionMockMap, collectionCardMockMap, embedded, }: ShowcaseRenderPageProps) => import("react").JSX.Element;
|
|
20
20
|
export {};
|
|
21
21
|
//# sourceMappingURL=ShowcaseRenderPage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShowcaseRenderPage.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/ShowcaseRenderPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAQtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAIrD,UAAU,uBAAuB;IAC/B,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAC5D,cAAc,EAAE,iBAAiB,CAAC;IAClC,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACjD,uBAAuB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACrD,YAAY,EAAE,oBAAoB,CAAC;IACnC,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC5C,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC7C,qBAAqB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,GAAG,QAAQ,EAAE,CAAC,CAAC;IAC9D,kGAAkG;IAClG,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAQD,eAAO,MAAM,kBAAkB,GAAI,yMAYhC,uBAAuB,
|
|
1
|
+
{"version":3,"file":"ShowcaseRenderPage.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/ShowcaseRenderPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAQtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAIrD,UAAU,uBAAuB;IAC/B,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAC5D,cAAc,EAAE,iBAAiB,CAAC;IAClC,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACjD,uBAAuB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC;IACrD,YAAY,EAAE,oBAAoB,CAAC;IACnC,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC5C,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC7C,qBAAqB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,GAAG,QAAQ,EAAE,CAAC,CAAC;IAC9D,kGAAkG;IAClG,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAQD,eAAO,MAAM,kBAAkB,GAAI,yMAYhC,uBAAuB,gCAsEzB,CAAC"}
|
|
@@ -6,6 +6,6 @@ interface TopBarProps {
|
|
|
6
6
|
mode: 'component' | 'collection';
|
|
7
7
|
view: ShowcaseView;
|
|
8
8
|
}
|
|
9
|
-
export declare const TopBar: ({ componentTypes, collectionTypes, selectedType, mode, view, }: TopBarProps) => import("react
|
|
9
|
+
export declare const TopBar: ({ componentTypes, collectionTypes, selectedType, mode, view, }: TopBarProps) => import("react").JSX.Element;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=TopBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/TopBar.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,KAAK,CAAC;AAE5C,UAAU,WAAW;IACnB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,WAAW,GAAG,YAAY,CAAC;IACjC,IAAI,EAAE,YAAY,CAAC;CACpB;AAED,eAAO,MAAM,MAAM,GAAI,gEAMpB,WAAW,
|
|
1
|
+
{"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../src/showcase/components/TopBar.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,KAAK,CAAC;AAE5C,UAAU,WAAW;IACnB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,WAAW,GAAG,YAAY,CAAC;IACjC,IAAI,EAAE,YAAY,CAAC;CACpB;AAED,eAAO,MAAM,MAAM,GAAI,gEAMpB,WAAW,gCA2Ob,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function convertText(text: string): string | import("react
|
|
1
|
+
export declare function convertText(text: string): string | import("react").JSX.Element | (string | import("react").JSX.Element)[] | undefined;
|
|
2
2
|
//# sourceMappingURL=convertText.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"convertText.d.ts","sourceRoot":"","sources":["../../src/utils/convertText.tsx"],"names":[],"mappings":"AAWA,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"convertText.d.ts","sourceRoot":"","sources":["../../src/utils/convertText.tsx"],"names":[],"mappings":"AAWA,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,+FA+CvC"}
|
|
@@ -32,6 +32,6 @@ interface ErrorContext {
|
|
|
32
32
|
* }
|
|
33
33
|
* ```
|
|
34
34
|
*/
|
|
35
|
-
export declare function handleCmsError(error: unknown, context: ErrorContext, buildInformation: IBuildInformation): import("react
|
|
35
|
+
export declare function handleCmsError(error: unknown, context: ErrorContext, buildInformation: IBuildInformation): import("react").JSX.Element;
|
|
36
36
|
export {};
|
|
37
37
|
//# sourceMappingURL=errorHandling.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errorHandling.d.ts","sourceRoot":"","sources":["../../src/utils/errorHandling.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,UAAU,YAAY;IACpB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CAAC;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAWD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,cAAc,CAC5B,KAAK,EAAE,OAAO,EACd,OAAO,EAAE,YAAY,EACrB,gBAAgB,EAAE,iBAAiB
|
|
1
|
+
{"version":3,"file":"errorHandling.d.ts","sourceRoot":"","sources":["../../src/utils/errorHandling.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,UAAU,YAAY;IACpB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CAAC;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAWD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,cAAc,CAC5B,KAAK,EAAE,OAAO,EACd,OAAO,EAAE,YAAY,EACrB,gBAAgB,EAAE,iBAAiB,+BA4BpC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@se-studio/core-ui",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "Shared React UI component library with Tailwind CSS v4 for SE Studio applications",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@contentful/live-preview": "^4.10.
|
|
67
|
+
"@contentful/live-preview": "^4.10.8",
|
|
68
68
|
"@contentful/rich-text-react-renderer": "^16.2.1",
|
|
69
69
|
"@contentful/rich-text-types": "^17.2.7",
|
|
70
|
-
"@radix-ui/react-slot": "^1.2.
|
|
70
|
+
"@radix-ui/react-slot": "^1.2.5",
|
|
71
71
|
"@types/mustache": "4.2.6",
|
|
72
72
|
"clsx": "^2.1.1",
|
|
73
73
|
"hls.js": "^1.6.16",
|
|
@@ -75,16 +75,16 @@
|
|
|
75
75
|
"mustache": "4.2.0",
|
|
76
76
|
"server-only": "0.0.1",
|
|
77
77
|
"tailwind-merge": "^3.6.0",
|
|
78
|
-
"@se-studio/contentful-rest-api": "1.5.
|
|
79
|
-
"@se-studio/core-data-types": "1.4.
|
|
78
|
+
"@se-studio/contentful-rest-api": "1.5.4",
|
|
79
|
+
"@se-studio/core-data-types": "1.4.4"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@biomejs/biome": "^2.4.16",
|
|
83
|
-
"@types/node": "^24.
|
|
84
|
-
"@types/react": "^19.2.
|
|
83
|
+
"@types/node": "^24.13.1",
|
|
84
|
+
"@types/react": "^19.2.17",
|
|
85
85
|
"@types/react-dom": "^19.2.3",
|
|
86
|
-
"jsdom": "^
|
|
87
|
-
"next": "^15.5.
|
|
86
|
+
"jsdom": "^29.1.1",
|
|
87
|
+
"next": "^15.5.19",
|
|
88
88
|
"typescript": "^6.0.3",
|
|
89
89
|
"vitest": "^4.1.8"
|
|
90
90
|
},
|