@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260323092346 → 0.8.1-dev.20260323121228
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +164 -281
- package/dist/index.mjs +196 -313
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -206,7 +206,7 @@ interface PageBodyRendererProps {
|
|
|
206
206
|
widgetRegistry?: Record<string, React.ComponentType<any>>;
|
|
207
207
|
serviceClient?: ServiceClientInterface;
|
|
208
208
|
resolveAssetUrl?: (assetUrl: string) => string | undefined;
|
|
209
|
-
|
|
209
|
+
dataMap?: Record<string, any>;
|
|
210
210
|
}
|
|
211
211
|
declare const PageBodyRenderer: React.FC<PageBodyRendererProps>;
|
|
212
212
|
|
package/dist/index.d.ts
CHANGED
|
@@ -206,7 +206,7 @@ interface PageBodyRendererProps {
|
|
|
206
206
|
widgetRegistry?: Record<string, React.ComponentType<any>>;
|
|
207
207
|
serviceClient?: ServiceClientInterface;
|
|
208
208
|
resolveAssetUrl?: (assetUrl: string) => string | undefined;
|
|
209
|
-
|
|
209
|
+
dataMap?: Record<string, any>;
|
|
210
210
|
}
|
|
211
211
|
declare const PageBodyRenderer: React.FC<PageBodyRendererProps>;
|
|
212
212
|
|