sass-template-common 0.3.111 → 0.3.112
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/sass-template-common.d.ts +4 -0
- package/dist/sass-template-common.js +1768 -1746
- package/dist/sass-template-common.umd.cjs +16 -16
- package/package.json +1 -1
|
@@ -514,6 +514,10 @@ declare interface DestacadoVideosProps extends Omit<ImageProps_2, 'preview'>, Om
|
|
|
514
514
|
}
|
|
515
515
|
|
|
516
516
|
export declare class DynamicBlockServices extends CommonServices {
|
|
517
|
+
MULTIPUBLICATION_FETCHES: any | undefined;
|
|
518
|
+
PUBLIC_PUBLICATION_ID: string | undefined;
|
|
519
|
+
IS_MULTIPUBLICATION: boolean;
|
|
520
|
+
constructor(props?: ConstructorParameters<typeof CommonServices>[0]);
|
|
517
521
|
getBlockSass: (params: Params) => Promise<{
|
|
518
522
|
blockSass: BlockSaasResponse[];
|
|
519
523
|
content: {
|