@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260324145831 → 0.8.1-dev.20260324162628

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 CHANGED
@@ -209,6 +209,7 @@ interface PageBodyRendererProps {
209
209
  donotApplyContainerLargeClass?: boolean;
210
210
  serviceClient?: ServiceClientInterface;
211
211
  assetBaseUrl?: string;
212
+ device?: string;
212
213
  }
213
214
  declare const PageBodyRenderer: React.FC<PageBodyRendererProps>;
214
215
 
package/dist/index.d.ts CHANGED
@@ -209,6 +209,7 @@ interface PageBodyRendererProps {
209
209
  donotApplyContainerLargeClass?: boolean;
210
210
  serviceClient?: ServiceClientInterface;
211
211
  assetBaseUrl?: string;
212
+ device?: string;
212
213
  }
213
214
  declare const PageBodyRenderer: React.FC<PageBodyRendererProps>;
214
215