@schibsted/advertory 2.45.0 → 2.45.1
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/core/aftenposten/es/index.css +1 -1
- package/core/aftenposten/es/index.d.ts +2 -0
- package/core/aftenposten/es/index.js +1 -1
- package/core/aftenposten/index.d.ts +2 -0
- package/core/aftenposten/index.js +1 -1
- package/core/aftonbladet/es/index.css +1 -1
- package/core/aftonbladet/es/index.d.ts +2 -0
- package/core/aftonbladet/es/index.js +1 -1
- package/core/aftonbladet/index.d.ts +2 -0
- package/core/aftonbladet/index.js +1 -1
- package/core/aftonbladetv2/es/index.css +1 -1
- package/core/aftonbladetv2/es/index.d.ts +2 -0
- package/core/aftonbladetv2/es/index.js +1 -1
- package/core/bt/es/index.css +1 -1
- package/core/bt/es/index.d.ts +2 -0
- package/core/bt/es/index.js +1 -1
- package/core/bt/index.d.ts +2 -0
- package/core/bt/index.js +1 -1
- package/core/e24/es/index.css +1 -1
- package/core/e24/es/index.d.ts +2 -0
- package/core/e24/es/index.js +1 -1
- package/core/e24/index.d.ts +2 -0
- package/core/e24/index.js +1 -1
- package/core/e24v2/es/index.css +1 -1
- package/core/e24v2/es/index.d.ts +2 -0
- package/core/e24v2/es/index.js +1 -1
- package/core/godare/index.d.ts +2 -0
- package/core/godare/index.js +1 -1
- package/core/godt/index.d.ts +2 -0
- package/core/godt/index.js +1 -1
- package/core/klart/index.d.ts +2 -0
- package/core/klart/index.js +1 -1
- package/core/kompakt/index.d.ts +2 -0
- package/core/kompakt/index.js +1 -1
- package/core/minmote/index.d.ts +2 -0
- package/core/minmote/index.js +1 -1
- package/core/pent/index.d.ts +2 -0
- package/core/pent/index.js +1 -1
- package/core/sa/es/index.css +1 -1
- package/core/sa/es/index.d.ts +2 -0
- package/core/sa/es/index.js +1 -1
- package/core/sa/index.d.ts +2 -0
- package/core/sa/index.js +1 -1
- package/core/svd/es/index.css +1 -1
- package/core/svd/es/index.d.ts +2 -0
- package/core/svd/es/index.js +1 -1
- package/core/svd/index.d.ts +2 -0
- package/core/svd/index.js +1 -1
- package/core/tek/index.d.ts +2 -0
- package/core/tek/index.js +1 -1
- package/core/vg/es/index.css +1 -1
- package/core/vg/es/index.d.ts +2 -0
- package/core/vg/es/index.js +1 -1
- package/core/vg/index.d.ts +2 -0
- package/core/vg/index.js +1 -1
- package/core/vgv2/es/index.css +1 -1
- package/core/vgv2/es/index.d.ts +2 -0
- package/core/vgv2/es/index.js +1 -1
- package/features/ad-native/index.d.ts +1 -0
- package/features/dr-edition/es/index.d.ts +1 -0
- package/features/dr-edition/index.d.ts +1 -0
- package/features/glimr/index.js +1 -1
- package/package.json +1 -1
- package/sites/aftenposten/es/index.css +1 -1
- package/sites/aftonbladet/es/index.css +1 -1
- package/sites/aftonbladetv2/es/index.css +1 -1
- package/sites/bt/es/index.css +1 -1
- package/sites/e24/es/index.css +1 -1
- package/sites/e24v2/es/index.css +1 -1
- package/sites/sa/es/index.css +1 -1
- package/sites/svd/es/index.css +1 -1
- package/sites/vg/es/index.css +1 -1
- package/sites/vgv2/es/index.css +1 -1
- package/types/core/handlers/data-attributes/index.d.ts +4 -0
- package/types/core/interface/ast.d.ts +1 -0
- package/types/core/interface/config.d.ts +2 -0
package/core/minmote/index.d.ts
CHANGED
|
@@ -166,6 +166,7 @@ interface AstDefineTagParams {
|
|
|
166
166
|
resizeAdParentDiv?: boolean;
|
|
167
167
|
safeframeConfig?: SafeFrameConfig;
|
|
168
168
|
dynamicSizeWidthCheck?: boolean;
|
|
169
|
+
allowSmallerSizes?: boolean;
|
|
169
170
|
}
|
|
170
171
|
interface SafeFrameConfig {
|
|
171
172
|
allowExpansionByPush?: boolean;
|
|
@@ -526,6 +527,7 @@ interface FullscreenScrollConfig {
|
|
|
526
527
|
headerZIndex: number;
|
|
527
528
|
overlayStyles?: OverlayStyles;
|
|
528
529
|
moveCogwheelToTheLeft?: boolean;
|
|
530
|
+
iosSafeAreaTopFix?: string;
|
|
529
531
|
}
|
|
530
532
|
interface OverlayStyles {
|
|
531
533
|
backgroundColor?: string;
|