@schibsted/advertory 2.68.1 → 2.69.0
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 +1 -0
- package/core/aftenposten/es/index.js +1 -1
- package/core/aftenposten/index.d.ts +1 -0
- package/core/aftenposten/index.js +1 -1
- package/core/aftenpostenv2/es/index.css +1 -1
- package/core/aftenpostenv2/es/index.d.ts +1 -0
- package/core/aftenpostenv2/es/index.js +1 -1
- package/core/aftonbladet/es/index.css +1 -1
- package/core/aftonbladet/es/index.d.ts +1 -0
- package/core/aftonbladet/es/index.js +1 -1
- package/core/aftonbladet/index.d.ts +1 -0
- package/core/aftonbladet/index.js +1 -1
- package/core/aftonbladetv2/es/index.css +1 -1
- package/core/aftonbladetv2/es/index.d.ts +1 -0
- package/core/aftonbladetv2/es/index.js +1 -1
- package/core/bt/es/index.css +1 -1
- package/core/bt/es/index.d.ts +1 -0
- package/core/bt/index.d.ts +1 -0
- package/core/e24/es/index.css +1 -1
- package/core/e24/es/index.d.ts +1 -0
- package/core/e24/index.d.ts +1 -0
- package/core/fotbollskanalen/es/index.d.ts +1 -0
- package/core/fotbollskanalen/index.d.ts +1 -0
- package/core/godare/index.d.ts +1 -0
- package/core/godt/index.d.ts +1 -0
- package/core/klart/index.d.ts +1 -0
- package/core/koket/es/index.css +1 -1
- package/core/koket/es/index.d.ts +1 -0
- package/core/koket/index.d.ts +1 -0
- package/core/kompakt/index.d.ts +1 -0
- package/core/minmote/index.d.ts +1 -0
- package/core/pent/index.d.ts +1 -0
- package/core/sa/es/index.css +1 -1
- package/core/sa/es/index.d.ts +1 -0
- package/core/sa/index.d.ts +1 -0
- package/core/sav2/es/index.css +1 -1
- package/core/sav2/es/index.d.ts +1 -0
- package/core/svd/es/index.css +1 -1
- package/core/svd/es/index.d.ts +1 -0
- package/core/svd/es/index.js +1 -1
- package/core/svd/index.d.ts +1 -0
- package/core/svd/index.js +1 -1
- package/core/svdv2/es/index.css +1 -1
- package/core/svdv2/es/index.d.ts +1 -0
- package/core/svdv2/es/index.js +1 -1
- package/core/tek/index.d.ts +1 -0
- package/core/tv4/es/index.d.ts +1 -0
- package/core/tv4/index.d.ts +1 -0
- package/core/tvnu/index.d.ts +1 -0
- package/core/vg/es/index.css +1 -1
- package/core/vg/es/index.d.ts +1 -0
- package/core/vg/es/index.js +1 -1
- package/core/vg/index.d.ts +1 -0
- package/core/vg/index.js +1 -1
- package/core/vgv2/es/index.css +1 -1
- package/core/vgv2/es/index.d.ts +1 -0
- package/core/vgv2/es/index.js +1 -1
- package/features/ad-native/index.d.ts +1 -0
- package/features/ad-native/index.js +1 -1
- package/features/dr-edition/es/index.d.ts +1 -0
- package/features/dr-edition/index.d.ts +1 -0
- package/features/kilkaya/es/index.d.ts +1 -0
- package/features/kilkaya/index.d.ts +1 -0
- package/features/tracker/index.d.ts +1 -0
- package/package.json +1 -1
- package/sites/aftenposten/es/index.css +1 -1
- package/sites/aftenposten/index.js +1 -1
- package/sites/aftenpostenv2/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/bt/index.js +1 -1
- package/sites/e24/es/index.css +1 -1
- package/sites/fotbollskanalen/es/index.css +1 -1
- package/sites/koket/es/index.css +1 -1
- package/sites/sa/es/index.css +1 -1
- package/sites/sa/index.js +1 -1
- package/sites/sav2/es/index.css +1 -1
- package/sites/svd/es/index.css +1 -1
- package/sites/svd/index.js +1 -1
- package/sites/svdv2/es/index.css +1 -1
- package/sites/tvnu/index.js +1 -1
- package/sites/vg/es/index.css +1 -1
- package/sites/vg/index.js +1 -1
- package/sites/vgv2/es/index.css +1 -1
- package/types/core/interface/config.d.ts +1 -0
- package/types/features/ad-sponsorstripe/scripts/hide-on-scroll.d.ts +5 -0
- package/types/features/ad-sponsorstripe/scripts/index.d.ts +2 -1
|
@@ -269,6 +269,7 @@ export interface SponsorstripeConfig {
|
|
|
269
269
|
containersSelectors?: Array<string>;
|
|
270
270
|
staticElementsSelectors?: Array<string>;
|
|
271
271
|
dynamicElementsSelectors?: Array<string>;
|
|
272
|
+
hideOnScroll?: boolean;
|
|
272
273
|
}
|
|
273
274
|
export interface RightColumnSplitConfig {
|
|
274
275
|
enabled: boolean;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { AstAdObj } from 'core/interface/ast';
|
|
2
|
+
import { SponsorstripeConfig } from 'core/interface/config';
|
|
3
|
+
import { DeviceType } from 'core/interface/device';
|
|
4
|
+
declare const hideSponsorstripeOnScroll: (adObj: AstAdObj, sponsorstripeConfig: SponsorstripeConfig, deviceType: DeviceType) => void;
|
|
5
|
+
export { hideSponsorstripeOnScroll };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AstAdObj } from 'core/interface/ast';
|
|
2
2
|
import { SponsorstripeConfig } from 'core/interface/config';
|
|
3
3
|
import { initCalculateSponsorstripeUnderPlayerPosition } from './video-player-observer';
|
|
4
|
-
|
|
4
|
+
import { DeviceType } from 'core/interface/device';
|
|
5
|
+
declare const adjustSponsorstripe: (adObj: AstAdObj, sponsorstripeConfig?: SponsorstripeConfig, deviceType?: DeviceType) => void;
|
|
5
6
|
export { adjustSponsorstripe, initCalculateSponsorstripeUnderPlayerPosition };
|