@schibsted/advertory 2.44.0-test-art-4
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/aftonbladet/es/index.css +1 -0
- package/core/aftonbladet/es/index.d.ts +701 -0
- package/core/aftonbladet/es/index.js +1 -0
- package/core/aftonbladet/es/package.json +9 -0
- package/core/aftonbladet/index.d.ts +701 -0
- package/core/aftonbladet/index.js +1 -0
- package/core/aftonbladet/package.json +9 -0
- package/core/e24/es/index.css +1 -0
- package/core/e24/es/index.d.ts +699 -0
- package/core/e24/es/index.js +1 -0
- package/core/e24/es/package.json +9 -0
- package/core/e24/index.d.ts +699 -0
- package/core/e24/index.js +1 -0
- package/core/e24/package.json +9 -0
- package/features/ad-native/index.d.ts +492 -0
- package/features/ad-native/index.js +1 -0
- package/features/ad-native/package.json +9 -0
- package/features/brandmetrics/index.js +1 -0
- package/features/brandmetrics/package.json +9 -0
- package/features/common/es/index.js +1 -0
- package/features/common/es/package.json +9 -0
- package/features/common/index.js +1 -0
- package/features/common/package.json +9 -0
- package/features/dr-edition/es/index.d.ts +583 -0
- package/features/dr-edition/es/index.js +1 -0
- package/features/dr-edition/es/package.json +9 -0
- package/features/dr-edition/index.d.ts +583 -0
- package/features/dr-edition/index.js +1 -0
- package/features/dr-edition/package.json +9 -0
- package/features/glimr/glimr-BIcFSFRk.js +1 -0
- package/features/glimr/glimr-sdk-mS8sOhxy.js +1 -0
- package/features/glimr/index.js +1 -0
- package/features/glimr/package.json +9 -0
- package/features/tracker/index.d.ts +74 -0
- package/features/tracker/index.js +1 -0
- package/features/tracker/package.json +9 -0
- package/features/video/index.js +1 -0
- package/features/video/package.json +9 -0
- package/package.json +77 -0
- package/sites/aftonbladet/es/index.css +1 -0
- package/sites/aftonbladet/es/index.d.ts +29 -0
- package/sites/aftonbladet/es/index.js +1 -0
- package/sites/aftonbladet/es/package.json +9 -0
- package/sites/aftonbladet/index.d.ts +29 -0
- package/sites/aftonbladet/index.js +1 -0
- package/sites/aftonbladet/package.json +9 -0
- package/sites/e24/es/index.css +1 -0
- package/sites/e24/es/index.d.ts +29 -0
- package/sites/e24/es/index.js +1 -0
- package/sites/e24/es/package.json +9 -0
- package/sites/e24/index.d.ts +29 -0
- package/sites/e24/index.js +1 -0
- package/sites/e24/package.json +9 -0
- package/styles/aftonbladet/index.js +3 -0
- package/styles/aftonbladet/styles.css +1 -0
- package/styles/e24/index.js +3 -0
- package/styles/e24/styles.css +1 -0
- package/types/config/aftenposten.d.ts +3 -0
- package/types/config/aftonbladet.d.ts +4 -0
- package/types/config/aftonbladetv2.d.ts +4 -0
- package/types/config/bt.d.ts +3 -0
- package/types/config/e24.d.ts +3 -0
- package/types/config/e24v2.d.ts +3 -0
- package/types/config/godare.d.ts +3 -0
- package/types/config/godt.d.ts +4 -0
- package/types/config/klart.d.ts +4 -0
- package/types/config/kompakt.d.ts +3 -0
- package/types/config/minmote.d.ts +4 -0
- package/types/config/pent.d.ts +3 -0
- package/types/config/sa.d.ts +3 -0
- package/types/config/svd.d.ts +4 -0
- package/types/config/tek.d.ts +4 -0
- package/types/config/vg.d.ts +3 -0
- package/types/config/vgv2.d.ts +3 -0
- package/types/core/config.d.ts +15 -0
- package/types/core/config.test.d.ts +1 -0
- package/types/core/creative-observer/refresh.d.ts +6 -0
- package/types/core/creative-observer/refresh.test.d.ts +1 -0
- package/types/core/creative-observer/show-tag.d.ts +4 -0
- package/types/core/creative-observer/utils.d.ts +4 -0
- package/types/core/events/events.d.ts +3 -0
- package/types/core/events/fallback.d.ts +3 -0
- package/types/core/events/post-message.d.ts +2 -0
- package/types/core/events/refresh.d.ts +6 -0
- package/types/core/events/resize-ad.d.ts +2 -0
- package/types/core/events/set-ad-sizes.d.ts +4 -0
- package/types/core/events/visibility.d.ts +3 -0
- package/types/core/handlers/ad-format-keyword/index.d.ts +3 -0
- package/types/core/handlers/ad-format-keyword/index.test.d.ts +1 -0
- package/types/core/handlers/ad-format-type/index.d.ts +33 -0
- package/types/core/handlers/ad-format-type/index.test.d.ts +1 -0
- package/types/core/handlers/ad-invcode/index.d.ts +2 -0
- package/types/core/handlers/ad-invcode/index.test.d.ts +4 -0
- package/types/core/handlers/ad-position-placement/index.d.ts +3 -0
- package/types/core/handlers/ad-position-placement/index.test.d.ts +1 -0
- package/types/core/handlers/ad-rendering-management/index.d.ts +3 -0
- package/types/core/handlers/ad-server/default-data.d.ts +4 -0
- package/types/core/handlers/ad-server/index.d.ts +18 -0
- package/types/core/handlers/ad-server/index.test.d.ts +1 -0
- package/types/core/handlers/ad-server/placement-ordering.d.ts +4 -0
- package/types/core/handlers/ad-server/placement-ordering.test.d.ts +1 -0
- package/types/core/handlers/ad-server/placement.d.ts +10 -0
- package/types/core/handlers/ad-server/placement.test.d.ts +4 -0
- package/types/core/handlers/ad-supply-type/index.d.ts +2 -0
- package/types/core/handlers/ad-supply-type/index.test.d.ts +1 -0
- package/types/core/handlers/ad-targetid/index.d.ts +3 -0
- package/types/core/handlers/ad-targetid/index.test.d.ts +1 -0
- package/types/core/handlers/classname/index.d.ts +4 -0
- package/types/core/handlers/classname/index.test.d.ts +1 -0
- package/types/core/handlers/count-keyword/index.d.ts +3 -0
- package/types/core/handlers/count-keyword/index.test.d.ts +1 -0
- package/types/core/handlers/country-prefix/index.d.ts +4 -0
- package/types/core/handlers/country-prefix/index.test.d.ts +4 -0
- package/types/core/handlers/custom-keywords/index.d.ts +2 -0
- package/types/core/handlers/custom-keywords/index.test.d.ts +1 -0
- package/types/core/handlers/dynamic-outstream/index.d.ts +6 -0
- package/types/core/handlers/dynamic-outstream/index.test.d.ts +4 -0
- package/types/core/handlers/firefox-styles/index.d.ts +3 -0
- package/types/core/handlers/firefox-styles/index.test.d.ts +1 -0
- package/types/core/handlers/hash/index.d.ts +2 -0
- package/types/core/handlers/hash/index.test.d.ts +1 -0
- package/types/core/handlers/margins/index.d.ts +4 -0
- package/types/core/handlers/margins/index.test.d.ts +1 -0
- package/types/core/handlers/mediation/index.d.ts +3 -0
- package/types/core/handlers/mediation/index.test.d.ts +1 -0
- package/types/core/handlers/member/index.d.ts +3 -0
- package/types/core/handlers/member/index.test.d.ts +1 -0
- package/types/core/handlers/obituaries/index.d.ts +7 -0
- package/types/core/handlers/obituaries/index.test.d.ts +1 -0
- package/types/core/handlers/param/index.d.ts +7 -0
- package/types/core/handlers/param/index.test.d.ts +1 -0
- package/types/core/handlers/scale/index.d.ts +6 -0
- package/types/core/handlers/scale/index.test.d.ts +1 -0
- package/types/core/handlers/tcf/index.d.ts +4 -0
- package/types/core/handlers/tcf/index.test.d.ts +1 -0
- package/types/core/handlers/underline-keyword/index.d.ts +2 -0
- package/types/core/handlers/underline-keyword/index.test.d.ts +1 -0
- package/types/core/handlers/update-advertory/index.d.ts +6 -0
- package/types/core/handlers/update-advertory/index.test.d.ts +1 -0
- package/types/core/handlers/user/index.d.ts +4 -0
- package/types/core/handlers/user/index.test.d.ts +1 -0
- package/types/core/interface/ad-component.d.ts +15 -0
- package/types/core/interface/ad-types.d.ts +5 -0
- package/types/core/interface/alertory.d.ts +8 -0
- package/types/core/interface/ast.d.ts +277 -0
- package/types/core/interface/cmp.d.ts +2 -0
- package/types/core/interface/common.d.ts +8 -0
- package/types/core/interface/config.d.ts +292 -0
- package/types/core/interface/countries.d.ts +6 -0
- package/types/core/interface/device.d.ts +13 -0
- package/types/core/interface/dictionary.d.ts +10 -0
- package/types/core/interface/fallback.d.ts +5 -0
- package/types/core/interface/formats.d.ts +59 -0
- package/types/core/interface/http-client.d.ts +4 -0
- package/types/core/interface/keywords.d.ts +87 -0
- package/types/core/interface/library.d.ts +5 -0
- package/types/core/interface/local-storage-client.d.ts +6 -0
- package/types/core/interface/margins.d.ts +11 -0
- package/types/core/interface/module.d.ts +13 -0
- package/types/core/interface/newsrooms.d.ts +17 -0
- package/types/core/interface/observer.d.ts +7 -0
- package/types/core/interface/os.d.ts +1 -0
- package/types/core/interface/page-types.d.ts +8 -0
- package/types/core/interface/placement-groups.d.ts +5 -0
- package/types/core/interface/post-message.d.ts +9 -0
- package/types/core/interface/publishers.d.ts +15 -0
- package/types/core/interface/refresh.d.ts +4 -0
- package/types/core/interface/session-storage-client.d.ts +5 -0
- package/types/core/interface/storage.d.ts +18 -0
- package/types/core/interface/styles.d.ts +1 -0
- package/types/core/interface/tcf.d.ts +11 -0
- package/types/core/interface/update-advertory.d.ts +6 -0
- package/types/core/languages/dictionary.d.ts +3 -0
- package/types/core/logger/index.d.ts +2 -0
- package/types/core/prepare-page-options/prepare-page-options-no.d.ts +9 -0
- package/types/core/prepare-page-options/prepare-page-options-se.d.ts +9 -0
- package/types/core/prepare-page-options/prepare-page-options.d.ts +27 -0
- package/types/core/prepare-page-options/prepare-page-options.test.d.ts +1 -0
- package/types/core/prepare-tag/formatter.d.ts +2 -0
- package/types/core/prepare-tag/formatter.test.d.ts +1 -0
- package/types/core/prepare-tag/prepare-tag.d.ts +3 -0
- package/types/core/prepare-tag/prepare-tag.test.d.ts +1 -0
- package/types/core/prepare-tag/ssa.d.ts +3 -0
- package/types/core/prepare-tag/tag-config.d.ts +5 -0
- package/types/core/prepare-tag/tag-config.test.d.ts +1 -0
- package/types/core/storage.d.ts +10 -0
- package/types/core/utils/init.d.ts +4 -0
- package/types/features/ad-full-width/index.d.ts +4 -0
- package/types/features/ad-fullscreen-scroll/constants.d.ts +7 -0
- package/types/features/ad-fullscreen-scroll/format-types.d.ts +8 -0
- package/types/features/ad-fullscreen-scroll/formats-handler.d.ts +13 -0
- package/types/features/ad-fullscreen-scroll/formats-handler.test.d.ts +4 -0
- package/types/features/ad-fullscreen-scroll/index.d.ts +6 -0
- package/types/features/ad-fullscreen-scroll/observer.d.ts +9 -0
- package/types/features/ad-fullscreen-scroll/observer.test.d.ts +1 -0
- package/types/features/ad-fullscreen-scroll/scale-ad.d.ts +1 -0
- package/types/features/ad-native/ad-native-builder.d.ts +4 -0
- package/types/features/ad-native/ad-native-renderer.d.ts +3 -0
- package/types/features/ad-native/ad-native-styling.d.ts +5 -0
- package/types/features/ad-native/ad-native.d.ts +4 -0
- package/types/features/ad-native/index.d.ts +5 -0
- package/types/features/ad-native/sites/aftenposten/aftenposten-init.d.ts +4 -0
- package/types/features/ad-native/sites/aftenposten/index.d.ts +6 -0
- package/types/features/ad-native/sites/aftenposten/templates/content/index.d.ts +4 -0
- package/types/features/ad-native/sites/aftenposten/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/aftenposten/templates/recirc/index.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladet/aftonbladet-init.d.ts +5 -0
- package/types/features/ad-native/sites/aftonbladet/index.d.ts +6 -0
- package/types/features/ad-native/sites/aftonbladet/templates/chat-integration/index.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladet/templates/classic/alcohol-warning-label.d.ts +2 -0
- package/types/features/ad-native/sites/aftonbladet/templates/classic/index.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladet/templates/classic-video/classic-video.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladet/templates/classic-video/index.d.ts +3 -0
- package/types/features/ad-native/sites/aftonbladet/templates/content-display/content-display-basic.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladet/templates/content-display/content-display-gambling-articles.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladet/templates/content-display/index.d.ts +3 -0
- package/types/features/ad-native/sites/aftonbladet/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/aftonbladetv2/aftonbladet-init.d.ts +5 -0
- package/types/features/ad-native/sites/aftonbladetv2/index.d.ts +6 -0
- package/types/features/ad-native/sites/aftonbladetv2/templates/chat-integration/index.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladetv2/templates/classic/alcohol-warning-label.d.ts +2 -0
- package/types/features/ad-native/sites/aftonbladetv2/templates/classic/index.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladetv2/templates/classic-video/classic-video.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladetv2/templates/classic-video/index.d.ts +3 -0
- package/types/features/ad-native/sites/aftonbladetv2/templates/content-display/content-display-basic.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladetv2/templates/content-display/content-display-gambling-articles.d.ts +4 -0
- package/types/features/ad-native/sites/aftonbladetv2/templates/content-display/index.d.ts +3 -0
- package/types/features/ad-native/sites/aftonbladetv2/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/bt/bt-init.d.ts +5 -0
- package/types/features/ad-native/sites/bt/index.d.ts +6 -0
- package/types/features/ad-native/sites/bt/templates/content/index.d.ts +4 -0
- package/types/features/ad-native/sites/bt/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/default/default-init.d.ts +4 -0
- package/types/features/ad-native/sites/default/index.d.ts +6 -0
- package/types/features/ad-native/sites/default/templates/display/index.d.ts +4 -0
- package/types/features/ad-native/sites/default/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/default/templates/video/index.d.ts +3 -0
- package/types/features/ad-native/sites/default/templates/video/template.d.ts +4 -0
- package/types/features/ad-native/sites/e24/e24-init.d.ts +5 -0
- package/types/features/ad-native/sites/e24/index.d.ts +10 -0
- package/types/features/ad-native/sites/e24/templates/articles/content/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24/templates/articles/content-display-basic/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24/templates/articles/index.d.ts +3 -0
- package/types/features/ad-native/sites/e24/templates/articles/recirc/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24/templates/front/content/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24/templates/front/content-display-basic/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24/templates/front/index.d.ts +3 -0
- package/types/features/ad-native/sites/e24v2/e24-init.d.ts +5 -0
- package/types/features/ad-native/sites/e24v2/index.d.ts +10 -0
- package/types/features/ad-native/sites/e24v2/templates/articles/content/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24v2/templates/articles/content-display-basic/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24v2/templates/articles/index.d.ts +3 -0
- package/types/features/ad-native/sites/e24v2/templates/articles/recirc/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24v2/templates/front/aksjelive/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24v2/templates/front/content/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24v2/templates/front/content-display-basic/index.d.ts +4 -0
- package/types/features/ad-native/sites/e24v2/templates/front/index.d.ts +3 -0
- package/types/features/ad-native/sites/godare/godare-init.d.ts +5 -0
- package/types/features/ad-native/sites/godare/index.d.ts +6 -0
- package/types/features/ad-native/sites/godare/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/godare/templates/single-integration/index.d.ts +4 -0
- package/types/features/ad-native/sites/godare/templates/utils.d.ts +1 -0
- package/types/features/ad-native/sites/godt/godt-init.d.ts +4 -0
- package/types/features/ad-native/sites/godt/index.d.ts +6 -0
- package/types/features/ad-native/sites/godt/templates/content/content-video.d.ts +2 -0
- package/types/features/ad-native/sites/godt/templates/content/content.d.ts +2 -0
- package/types/features/ad-native/sites/godt/templates/content/helpers.d.ts +10 -0
- package/types/features/ad-native/sites/godt/templates/content/index.d.ts +2 -0
- package/types/features/ad-native/sites/godt/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/godt/templates/native/helpers.d.ts +8 -0
- package/types/features/ad-native/sites/godt/templates/native/index.d.ts +1 -0
- package/types/features/ad-native/sites/godt/templates/native/native-video.d.ts +2 -0
- package/types/features/ad-native/sites/godt/templates/weekly-menu/index.d.ts +3 -0
- package/types/features/ad-native/sites/godt/templates/weekly-menu/stripe.d.ts +2 -0
- package/types/features/ad-native/sites/godt/templates/weekly-menu/weekly-menu-video.d.ts +2 -0
- package/types/features/ad-native/sites/godt/templates/weekly-menu/weekly-menu.d.ts +2 -0
- package/types/features/ad-native/sites/klart/index.d.ts +6 -0
- package/types/features/ad-native/sites/klart/klart-init.d.ts +5 -0
- package/types/features/ad-native/sites/klart/templates/classic/alcohol-warning-label.d.ts +2 -0
- package/types/features/ad-native/sites/klart/templates/classic/index.d.ts +4 -0
- package/types/features/ad-native/sites/klart/templates/content-display/index.d.ts +4 -0
- package/types/features/ad-native/sites/klart/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/minmote/index.d.ts +6 -0
- package/types/features/ad-native/sites/minmote/minmote-init.d.ts +4 -0
- package/types/features/ad-native/sites/minmote/templates/content/content.d.ts +2 -0
- package/types/features/ad-native/sites/minmote/templates/content/contentVideo.d.ts +2 -0
- package/types/features/ad-native/sites/minmote/templates/content/helpers.d.ts +9 -0
- package/types/features/ad-native/sites/minmote/templates/content/index.d.ts +2 -0
- package/types/features/ad-native/sites/minmote/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/minmote/templates/native/helpers.d.ts +8 -0
- package/types/features/ad-native/sites/minmote/templates/native/index.d.ts +1 -0
- package/types/features/ad-native/sites/minmote/templates/native/nativeVideo.d.ts +2 -0
- package/types/features/ad-native/sites/pent/index.d.ts +6 -0
- package/types/features/ad-native/sites/pent/pent-init.d.ts +4 -0
- package/types/features/ad-native/sites/polaris/index.d.ts +6 -0
- package/types/features/ad-native/sites/polaris/polaris-init.d.ts +4 -0
- package/types/features/ad-native/sites/polaris/templates/content/index.d.ts +4 -0
- package/types/features/ad-native/sites/polaris/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/polaris/templates/profilertstilling/index.d.ts +4 -0
- package/types/features/ad-native/sites/polaris/templates/stilling/index.d.ts +4 -0
- package/types/features/ad-native/sites/sa/index.d.ts +6 -0
- package/types/features/ad-native/sites/sa/sa-init.d.ts +4 -0
- package/types/features/ad-native/sites/sa/templates/content/index.d.ts +4 -0
- package/types/features/ad-native/sites/sa/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/shared/higher-order-functions/video.d.ts +3 -0
- package/types/features/ad-native/sites/shared/index.d.ts +5 -0
- package/types/features/ad-native/sites/shared/player-events.d.ts +5 -0
- package/types/features/ad-native/sites/shared/templates/abo/content-video/content-video.d.ts +4 -0
- package/types/features/ad-native/sites/shared/templates/abo/content-video/index.d.ts +3 -0
- package/types/features/ad-native/sites/shared/templates/abo/default/index.d.ts +4 -0
- package/types/features/ad-native/sites/shared/templates/abo/index.d.ts +3 -0
- package/types/features/ad-native/sites/shared/templates/abo/podme-section/index.d.ts +4 -0
- package/types/features/ad-native/sites/shared/templates/abo/recirc/index.d.ts +4 -0
- package/types/features/ad-native/sites/shared/templates/abo/video/index.d.ts +3 -0
- package/types/features/ad-native/sites/shared/templates/abo/video/template.d.ts +4 -0
- package/types/features/ad-native/sites/shared/templates/content-display-basic/content-display-basic-article.d.ts +4 -0
- package/types/features/ad-native/sites/shared/templates/content-display-basic/content-display-basic.d.ts +4 -0
- package/types/features/ad-native/sites/shared/templates/content-display-basic/index.d.ts +3 -0
- package/types/features/ad-native/sites/shared/templates/no/index.d.ts +3 -0
- package/types/features/ad-native/sites/shared/templates/no/native-recirc/index.d.ts +4 -0
- package/types/features/ad-native/sites/shared/templates/no/native-template/index.d.ts +4 -0
- package/types/features/ad-native/sites/shared/templates/video/index.d.ts +3 -0
- package/types/features/ad-native/sites/shared/templates/video/video.d.ts +4 -0
- package/types/features/ad-native/sites/svd/index.d.ts +6 -0
- package/types/features/ad-native/sites/svd/svd-init.d.ts +5 -0
- package/types/features/ad-native/sites/svd/templates/brandstudio-classic/index.d.ts +4 -0
- package/types/features/ad-native/sites/svd/templates/brandstudio-classic/panorama/index.d.ts +3 -0
- package/types/features/ad-native/sites/svd/templates/content-display/index.d.ts +4 -0
- package/types/features/ad-native/sites/svd/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/svd/templates/podme/index.d.ts +4 -0
- package/types/features/ad-native/sites/svd/templates/podme-section/index.d.ts +4 -0
- package/types/features/ad-native/sites/tek/index.d.ts +6 -0
- package/types/features/ad-native/sites/tek/tek-init.d.ts +4 -0
- package/types/features/ad-native/sites/tek/templates/content/content-video.d.ts +2 -0
- package/types/features/ad-native/sites/tek/templates/content/content.d.ts +2 -0
- package/types/features/ad-native/sites/tek/templates/content/helpers.d.ts +10 -0
- package/types/features/ad-native/sites/tek/templates/content/index.d.ts +2 -0
- package/types/features/ad-native/sites/tek/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/tek/templates/native/helpers.d.ts +9 -0
- package/types/features/ad-native/sites/tek/templates/native/index.d.ts +1 -0
- package/types/features/ad-native/sites/tek/templates/native/native-video.d.ts +2 -0
- package/types/features/ad-native/sites/vg/index.d.ts +6 -0
- package/types/features/ad-native/sites/vg/templates/content/content-video.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/content/content.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/content/index.d.ts +3 -0
- package/types/features/ad-native/sites/vg/templates/default-template/index.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/fishfinger/index.d.ts +7 -0
- package/types/features/ad-native/sites/vg/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/vg/templates/inhouse/index.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/podme/index.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/podme_section/index.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/recirc/index.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/seamless-image/index.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/shopping_affiliate/index.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/ukesmeny/index.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/ukesmeny-sponsor-stripe/index.d.ts +5 -0
- package/types/features/ad-native/sites/vg/templates/ukesmeny-video/index.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/ukesmeny-video/videoTemplate.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/utils/title-scalling/font-size-optimizer.d.ts +7 -0
- package/types/features/ad-native/sites/vg/templates/utils/title-scalling/font-size-optimizer.test.d.ts +1 -0
- package/types/features/ad-native/sites/vg/templates/utils/title-scalling/font-size-width.d.ts +4 -0
- package/types/features/ad-native/sites/vg/templates/utils/title-scalling/index.d.ts +6 -0
- package/types/features/ad-native/sites/vg/templates/utils/title-scalling/types.d.ts +9 -0
- package/types/features/ad-native/sites/vg/templates/video/index.d.ts +3 -0
- package/types/features/ad-native/sites/vg/templates/video/video.d.ts +4 -0
- package/types/features/ad-native/sites/vg/vg-init.d.ts +5 -0
- package/types/features/ad-native/sites/vgv2/index.d.ts +6 -0
- package/types/features/ad-native/sites/vgv2/templates/content/content-video.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/content/content.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/content/index.d.ts +3 -0
- package/types/features/ad-native/sites/vgv2/templates/default-template/index.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/fishfinger/index.d.ts +7 -0
- package/types/features/ad-native/sites/vgv2/templates/index.d.ts +3 -0
- package/types/features/ad-native/sites/vgv2/templates/inhouse/index.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/podme/index.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/podme_section/index.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/recirc/index.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/seamless-image/index.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/shopping_affiliate/index.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/ukesmeny/index.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/ukesmeny-sponsor-stripe/index.d.ts +5 -0
- package/types/features/ad-native/sites/vgv2/templates/ukesmeny-video/index.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/ukesmeny-video/videoTemplate.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/utils/title-scalling/font-size-optimizer.d.ts +7 -0
- package/types/features/ad-native/sites/vgv2/templates/utils/title-scalling/font-size-optimizer.test.d.ts +1 -0
- package/types/features/ad-native/sites/vgv2/templates/utils/title-scalling/font-size-width.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/templates/utils/title-scalling/index.d.ts +6 -0
- package/types/features/ad-native/sites/vgv2/templates/utils/title-scalling/types.d.ts +9 -0
- package/types/features/ad-native/sites/vgv2/templates/video/index.d.ts +3 -0
- package/types/features/ad-native/sites/vgv2/templates/video/video.d.ts +4 -0
- package/types/features/ad-native/sites/vgv2/vg-init.d.ts +5 -0
- package/types/features/ad-native/trackers/trackers.d.ts +5 -0
- package/types/features/ad-native/trackers/trackers.test.d.ts +1 -0
- package/types/features/ad-skyscrapers-split/components/SkyscrapersTrack.d.ts +3 -0
- package/types/features/ad-skyscrapers-split/components/types.d.ts +3 -0
- package/types/features/ad-skyscrapers-split/index.d.ts +2 -0
- package/types/features/ad-sponsorstripe/placement/index.d.ts +2 -0
- package/types/features/ad-sponsorstripe/scripts/index.d.ts +5 -0
- package/types/features/ad-sponsorstripe/scripts/observer.d.ts +2 -0
- package/types/features/ad-sponsorstripe/scripts/video-player-observer.d.ts +1 -0
- package/types/features/ad-sponsorstripe/scripts/visibility-observer.d.ts +2 -0
- package/types/features/ad-sponsorstripe/scripts/width-resizer.d.ts +2 -0
- package/types/features/ad-sponsorstripe/sites/abo/index.d.ts +4 -0
- package/types/features/ad-sponsorstripe/sites/aftonbladet/index.d.ts +4 -0
- package/types/features/ad-sponsorstripe/sites/godt/index.d.ts +2 -0
- package/types/features/ad-sponsorstripe/sites/minmote/index.d.ts +2 -0
- package/types/features/ad-sponsorstripe/sites/svd/index.d.ts +4 -0
- package/types/features/ad-sponsorstripe/sites/tek/index.d.ts +2 -0
- package/types/features/ad-sponsorstripe/sites/vg/index.d.ts +4 -0
- package/types/features/ad-takeover/config.d.ts +5 -0
- package/types/features/ad-takeover/handlers/cls-handler.d.ts +3 -0
- package/types/features/ad-takeover/handlers/events-handler.d.ts +13 -0
- package/types/features/ad-takeover/handlers/events-handler.test.d.ts +1 -0
- package/types/features/ad-takeover/handlers/formats-handler.d.ts +2 -0
- package/types/features/ad-takeover/handlers/insert-assets-handler.d.ts +4 -0
- package/types/features/ad-takeover/handlers/insert-assets-handler.test.d.ts +1 -0
- package/types/features/ad-takeover/handlers/lock-page.d.ts +3 -0
- package/types/features/ad-takeover/handlers/show-variant-handler.d.ts +3 -0
- package/types/features/ad-takeover/handlers/show-variant-handler.test.d.ts +1 -0
- package/types/features/ad-takeover/handlers/visibility-observer-handler.d.ts +2 -0
- package/types/features/ad-takeover/handlers/visibility-observer-handler.test.d.ts +1 -0
- package/types/features/ad-takeover/index.d.ts +5 -0
- package/types/features/ad-takeover/placement/formats/splash/index.d.ts +3 -0
- package/types/features/ad-takeover/placement/formats/topscroller/index.d.ts +3 -0
- package/types/features/ad-takeover/placement/formats/welcome-page/index.d.ts +3 -0
- package/types/features/ad-takeover/placement/index.d.ts +3 -0
- package/types/features/ad-takeover/utils.d.ts +14 -0
- package/types/features/ad-wallpaper/constants.d.ts +5 -0
- package/types/features/ad-wallpaper/index.d.ts +8 -0
- package/types/features/ad-wallpaper/wallpaper-listener.d.ts +2 -0
- package/types/features/ad-wallpaper/wallpaper-styling-setters.d.ts +5 -0
- package/types/features/adblock/index.d.ts +3 -0
- package/types/features/alertory/index.d.ts +5 -0
- package/types/features/alertory/locator.d.ts +3 -0
- package/types/features/alertory/site-config.d.ts +8 -0
- package/types/features/alertory/test-id.d.ts +5 -0
- package/types/features/alertory/test-id.test.d.ts +1 -0
- package/types/features/brandmetrics/Brandmetrics.d.ts +3 -0
- package/types/features/brandmetrics/index.d.ts +3 -0
- package/types/features/cogwheel/index.d.ts +2 -0
- package/types/features/cogwheel/index.test.d.ts +1 -0
- package/types/features/common/formats/Netboard/index.d.ts +3 -0
- package/types/features/common/formats/Skyscraper/index.d.ts +3 -0
- package/types/features/common/formats/Sponsorstripe/index.d.ts +3 -0
- package/types/features/common/formats/Wallpaper/index.d.ts +3 -0
- package/types/features/common/formats/helpers.d.ts +5 -0
- package/types/features/common/formats/index.d.ts +4 -0
- package/types/features/common/index.d.ts +1 -0
- package/types/features/dr-edition/DrEdition.d.ts +4 -0
- package/types/features/dr-edition/composition.d.ts +6 -0
- package/types/features/dr-edition/constants.d.ts +11 -0
- package/types/features/dr-edition/dr-edition-manager.d.ts +16 -0
- package/types/features/dr-edition/dr-edition-service.d.ts +10 -0
- package/types/features/dr-edition/handlers.d.ts +7 -0
- package/types/features/dr-edition/handlers.test.d.ts +1 -0
- package/types/features/dr-edition/index.d.ts +4 -0
- package/types/features/dr-edition/observer.d.ts +5 -0
- package/types/features/dr-edition/pulse-manager/default-pulse-manager.d.ts +17 -0
- package/types/features/dr-edition/pulse-manager/index.d.ts +4 -0
- package/types/features/dr-edition/pulse-manager/no-pulse-manager.d.ts +15 -0
- package/types/features/dr-edition/pulse-manager/se-pulse-manager.d.ts +13 -0
- package/types/features/dr-edition/renderer.d.ts +8 -0
- package/types/features/dr-edition/strategies/aftonbladet/index.d.ts +8 -0
- package/types/features/dr-edition/strategies/default.d.ts +8 -0
- package/types/features/dr-edition/strategies/e24/index.d.ts +10 -0
- package/types/features/dr-edition/strategies/vg/index.d.ts +11 -0
- package/types/features/dr-edition/types.d.ts +124 -0
- package/types/features/dr-edition/utils/html.d.ts +2 -0
- package/types/features/dr-edition/utils/url.d.ts +2 -0
- package/types/features/dr-edition/video-manager.d.ts +10 -0
- package/types/features/editable-configuration/constants.d.ts +3 -0
- package/types/features/editable-configuration/fetch-s3-config.d.ts +5 -0
- package/types/features/editable-configuration/fetch-s3-config.test.d.ts +1 -0
- package/types/features/editable-configuration/index.d.ts +3 -0
- package/types/features/editable-configuration/index.test.d.ts +1 -0
- package/types/features/editable-configuration/merge-configs.d.ts +4 -0
- package/types/features/editable-configuration/merge-configs.test.d.ts +1 -0
- package/types/features/finn-blink/config.d.ts +3 -0
- package/types/features/finn-blink/events.d.ts +5 -0
- package/types/features/finn-blink/finn-blink.d.ts +4 -0
- package/types/features/finn-blink/index.d.ts +3 -0
- package/types/features/finn-blink/renderer.d.ts +4 -0
- package/types/features/finn-blink/replacement-blink.d.ts +4 -0
- package/types/features/finn-blink/tcf.d.ts +2 -0
- package/types/features/finn-blink/tcf.test.d.ts +1 -0
- package/types/features/glimr/constants.d.ts +9 -0
- package/types/features/glimr/glimr-core-handler.d.ts +3 -0
- package/types/features/glimr/glimr-core-handler.test.d.ts +1 -0
- package/types/features/glimr/glimr-tag-filters.d.ts +4 -0
- package/types/features/glimr/glimr-tag-filters.test.d.ts +4 -0
- package/types/features/glimr/glimr-tags-handler.d.ts +4 -0
- package/types/features/glimr/glimr-tags-handler.test.d.ts +4 -0
- package/types/features/glimr/index.d.ts +2 -0
- package/types/features/interface/ad-native.d.ts +134 -0
- package/types/features/interface/ad-takeover.d.ts +6 -0
- package/types/features/interface/alertory.d.ts +18 -0
- package/types/features/interface/editable-configuration.d.ts +16 -0
- package/types/features/interface/finn-blink.d.ts +42 -0
- package/types/features/interface/fullscreen-scroll.d.ts +4 -0
- package/types/features/interface/glimr.d.ts +6 -0
- package/types/features/interface/player.d.ts +9 -0
- package/types/features/interface/prebid.d.ts +49 -0
- package/types/features/interface/privacy-broker.d.ts +16 -0
- package/types/features/interface/tracker.d.ts +91 -0
- package/types/features/norstat/index.d.ts +4 -0
- package/types/features/norstat/index.test.d.ts +1 -0
- package/types/features/player/events.d.ts +5 -0
- package/types/features/player/index.d.ts +1 -0
- package/types/features/player/player.d.ts +4 -0
- package/types/features/player/plugins/index.d.ts +2 -0
- package/types/features/player/plugins/mute/index.d.ts +2 -0
- package/types/features/player/plugins/ukesmeny-video/index.d.ts +2 -0
- package/types/features/player/types.d.ts +12 -0
- package/types/features/player/wait.d.ts +2 -0
- package/types/features/prebid/index.d.ts +1 -0
- package/types/features/prebid/prebid.d.ts +3 -0
- package/types/features/prebid/prebid.test.d.ts +1 -0
- package/types/features/prebid/relevant-yield-data.d.ts +4 -0
- package/types/features/prebid/relevant-yield-data.test.d.ts +1 -0
- package/types/features/prebid/window-properties-getters.d.ts +6 -0
- package/types/features/privacy-broker/constants.d.ts +2 -0
- package/types/features/privacy-broker/fetch-permissions.d.ts +3 -0
- package/types/features/privacy-broker/fetch-permissions.test.d.ts +1 -0
- package/types/features/privacy-broker/get-identity-object.d.ts +3 -0
- package/types/features/privacy-broker/identity-facade.d.ts +9 -0
- package/types/features/privacy-broker/identity-facade.test.d.ts +1 -0
- package/types/features/privacy-broker/index.d.ts +2 -0
- package/types/features/privacy-broker/permissions.d.ts +3 -0
- package/types/features/privacy-broker/permissions.test.d.ts +1 -0
- package/types/features/privacy-broker/session-storage.d.ts +7 -0
- package/types/features/privacy-broker/session-storage.test.d.ts +1 -0
- package/types/features/tracker/constants.d.ts +34 -0
- package/types/features/tracker/eid-mapping-builder.d.ts +12 -0
- package/types/features/tracker/eid-mapping-builder.test.d.ts +1 -0
- package/types/features/tracker/get-page-view-id.d.ts +3 -0
- package/types/features/tracker/index.d.ts +10 -0
- package/types/features/tracker/keys.d.ts +5 -0
- package/types/features/tracker/ppidsv2-manager.d.ts +9 -0
- package/types/features/tracker/ppidsv3-manager.d.ts +17 -0
- package/types/features/tracker/ppidsv3-manager.test.d.ts +1 -0
- package/types/features/video/index.d.ts +1 -0
- package/types/features/video/tcf.d.ts +4 -0
- package/types/interface/glimr.d.ts +5 -0
- package/types/interface/global.d.ts +41 -0
- package/types/interface/png-module.d.ts +4 -0
- package/types/interface/png-rollup-module.d.ts +4 -0
- package/types/interface/scss-modules.d.ts +1 -0
- package/types/sites/aftenposten/config.d.ts +3 -0
- package/types/sites/aftenposten/events.d.ts +14 -0
- package/types/sites/aftenposten/formats/Netboard/index.d.ts +3 -0
- package/types/sites/aftenposten/formats/Skyscraper/index.d.ts +3 -0
- package/types/sites/aftenposten/formats/Topboard/index.d.ts +3 -0
- package/types/sites/aftenposten/formats/Wallpaper/index.d.ts +2 -0
- package/types/sites/aftenposten/formats/helpers.d.ts +4 -0
- package/types/sites/aftenposten/formats/index.d.ts +4 -0
- package/types/sites/aftenposten/index.d.ts +4 -0
- package/types/sites/aftenposten/prepare-page-options.d.ts +3 -0
- package/types/sites/aftenposten/prepare-page-options.test.d.ts +1 -0
- package/types/sites/aftenposten/prepare-tag.d.ts +3 -0
- package/types/sites/aftenposten/prepare-tag.test.d.ts +1 -0
- package/types/sites/aftonbladet/config.d.ts +3 -0
- package/types/sites/aftonbladet/events.d.ts +14 -0
- package/types/sites/aftonbladet/formats/Insider/index.d.ts +3 -0
- package/types/sites/aftonbladet/formats/Integration/index.d.ts +3 -0
- package/types/sites/aftonbladet/formats/Panorama/index.d.ts +3 -0
- package/types/sites/aftonbladet/formats/Sponsorstripe/helpers.d.ts +4 -0
- package/types/sites/aftonbladet/formats/Sponsorstripe/index.d.ts +3 -0
- package/types/sites/aftonbladet/formats/Widescreen/helpers.d.ts +2 -0
- package/types/sites/aftonbladet/formats/Widescreen/index.d.ts +3 -0
- package/types/sites/aftonbladet/formats/helpers.d.ts +4 -0
- package/types/sites/aftonbladet/formats/index.d.ts +6 -0
- package/types/sites/aftonbladet/index.d.ts +2 -0
- package/types/sites/aftonbladet/prepare-page-options.d.ts +3 -0
- package/types/sites/aftonbladet/prepare-page-options.test.d.ts +1 -0
- package/types/sites/aftonbladet/prepare-tag.d.ts +3 -0
- package/types/sites/aftonbladet/prepare-tag.test.d.ts +1 -0
- package/types/sites/aftonbladetv2/config.d.ts +3 -0
- package/types/sites/aftonbladetv2/events.d.ts +14 -0
- package/types/sites/aftonbladetv2/formats/Insider/index.d.ts +3 -0
- package/types/sites/aftonbladetv2/formats/Integration/index.d.ts +3 -0
- package/types/sites/aftonbladetv2/formats/Panorama/index.d.ts +3 -0
- package/types/sites/aftonbladetv2/formats/Sponsorstripe/helpers.d.ts +3 -0
- package/types/sites/aftonbladetv2/formats/Sponsorstripe/index.d.ts +3 -0
- package/types/sites/aftonbladetv2/formats/Widescreen/helpers.d.ts +2 -0
- package/types/sites/aftonbladetv2/formats/Widescreen/index.d.ts +3 -0
- package/types/sites/aftonbladetv2/formats/helpers.d.ts +4 -0
- package/types/sites/aftonbladetv2/formats/index.d.ts +6 -0
- package/types/sites/aftonbladetv2/index.d.ts +2 -0
- package/types/sites/aftonbladetv2/prepare-page-options.d.ts +3 -0
- package/types/sites/aftonbladetv2/prepare-page-options.test.d.ts +1 -0
- package/types/sites/aftonbladetv2/prepare-tag.d.ts +3 -0
- package/types/sites/aftonbladetv2/prepare-tag.test.d.ts +1 -0
- package/types/sites/bt/config.d.ts +3 -0
- package/types/sites/bt/events.d.ts +14 -0
- package/types/sites/bt/formats/Netboard/index.d.ts +3 -0
- package/types/sites/bt/formats/Skyscraper/index.d.ts +3 -0
- package/types/sites/bt/formats/Topboard/index.d.ts +3 -0
- package/types/sites/bt/formats/Wallpaper/index.d.ts +2 -0
- package/types/sites/bt/formats/index.d.ts +4 -0
- package/types/sites/bt/index.d.ts +4 -0
- package/types/sites/bt/prepare-page-options.d.ts +3 -0
- package/types/sites/bt/prepare-page-options.test.d.ts +1 -0
- package/types/sites/e24/config.d.ts +3 -0
- package/types/sites/e24/events.d.ts +14 -0
- package/types/sites/e24/formats/Brandboard/index.d.ts +3 -0
- package/types/sites/e24/formats/Netboard/index.d.ts +3 -0
- package/types/sites/e24/formats/Skyscraper/index.d.ts +3 -0
- package/types/sites/e24/formats/Topboard/index.d.ts +3 -0
- package/types/sites/e24/formats/Wallpaper/index.d.ts +3 -0
- package/types/sites/e24/formats/helpers.d.ts +4 -0
- package/types/sites/e24/formats/index.d.ts +6 -0
- package/types/sites/e24/index.d.ts +2 -0
- package/types/sites/e24/prepare-page-options.d.ts +3 -0
- package/types/sites/e24/prepare-page-options.test.d.ts +1 -0
- package/types/sites/e24v2/config.d.ts +3 -0
- package/types/sites/e24v2/events.d.ts +14 -0
- package/types/sites/e24v2/formats/Aksjelive/index.d.ts +2 -0
- package/types/sites/e24v2/formats/Brandboard/index.d.ts +3 -0
- package/types/sites/e24v2/formats/Netboard/index.d.ts +3 -0
- package/types/sites/e24v2/formats/Skyscraper/index.d.ts +5 -0
- package/types/sites/e24v2/formats/Topboard/helpers.d.ts +2 -0
- package/types/sites/e24v2/formats/Topboard/index.d.ts +3 -0
- package/types/sites/e24v2/formats/Wallpaper/helpers.d.ts +2 -0
- package/types/sites/e24v2/formats/Wallpaper/index.d.ts +4 -0
- package/types/sites/e24v2/formats/index.d.ts +7 -0
- package/types/sites/e24v2/index.d.ts +2 -0
- package/types/sites/e24v2/prepare-page-options.d.ts +3 -0
- package/types/sites/e24v2/prepare-page-options.test.d.ts +1 -0
- package/types/sites/godare/config.d.ts +3 -0
- package/types/sites/godare/events.d.ts +14 -0
- package/types/sites/godare/formats/Buyrecipe/index.d.ts +3 -0
- package/types/sites/godare/formats/Integration/index.d.ts +3 -0
- package/types/sites/godare/formats/Panorama/index.d.ts +3 -0
- package/types/sites/godare/formats/helpers.d.ts +3 -0
- package/types/sites/godare/formats/index.d.ts +4 -0
- package/types/sites/godare/index.d.ts +2 -0
- package/types/sites/godare/prepare-page-options.d.ts +3 -0
- package/types/sites/godare/prepare-page-options.test.d.ts +1 -0
- package/types/sites/godt/config.d.ts +3 -0
- package/types/sites/godt/events.d.ts +14 -0
- package/types/sites/godt/index.d.ts +1 -0
- package/types/sites/godt/prepare-page-options.d.ts +3 -0
- package/types/sites/godt/prepare-page-options.test.d.ts +1 -0
- package/types/sites/klart/config.d.ts +3 -0
- package/types/sites/klart/events.d.ts +14 -0
- package/types/sites/klart/formats/Integration/index.d.ts +3 -0
- package/types/sites/klart/formats/Panorama/index.d.ts +3 -0
- package/types/sites/klart/formats/Widescreen/index.d.ts +3 -0
- package/types/sites/klart/formats/helpers.d.ts +3 -0
- package/types/sites/klart/formats/index.d.ts +4 -0
- package/types/sites/klart/index.d.ts +2 -0
- package/types/sites/klart/prepare-page-options.d.ts +3 -0
- package/types/sites/klart/prepare-tag.d.ts +3 -0
- package/types/sites/kompakt/config.d.ts +3 -0
- package/types/sites/kompakt/index.d.ts +1 -0
- package/types/sites/minmote/config.d.ts +3 -0
- package/types/sites/minmote/events.d.ts +14 -0
- package/types/sites/minmote/index.d.ts +2 -0
- package/types/sites/minmote/prepare-page-options.d.ts +3 -0
- package/types/sites/minmote/prepare-page-options.test.d.ts +1 -0
- package/types/sites/pent/config.d.ts +3 -0
- package/types/sites/pent/events.d.ts +14 -0
- package/types/sites/pent/index.d.ts +1 -0
- package/types/sites/pent/prepare-page-options.d.ts +3 -0
- package/types/sites/pent/prepare-page-options.test.d.ts +1 -0
- package/types/sites/sa/config.d.ts +3 -0
- package/types/sites/sa/events.d.ts +14 -0
- package/types/sites/sa/formats/Netboard/index.d.ts +3 -0
- package/types/sites/sa/formats/Skyscraper/index.d.ts +3 -0
- package/types/sites/sa/formats/Topboard/index.d.ts +3 -0
- package/types/sites/sa/formats/Wallpaper/index.d.ts +2 -0
- package/types/sites/sa/formats/index.d.ts +4 -0
- package/types/sites/sa/formats/scale-ads.d.ts +3 -0
- package/types/sites/sa/index.d.ts +4 -0
- package/types/sites/sa/prepare-page-options.d.ts +3 -0
- package/types/sites/sa/prepare-page-options.test.d.ts +1 -0
- package/types/sites/svd/config.d.ts +3 -0
- package/types/sites/svd/events.d.ts +14 -0
- package/types/sites/svd/formats/Insider/index.d.ts +3 -0
- package/types/sites/svd/formats/Panorama/index.d.ts +3 -0
- package/types/sites/svd/formats/Toppanorama/index.d.ts +3 -0
- package/types/sites/svd/formats/Widescreen/index.d.ts +3 -0
- package/types/sites/svd/formats/helpers.d.ts +5 -0
- package/types/sites/svd/formats/index.d.ts +5 -0
- package/types/sites/svd/index.d.ts +3 -0
- package/types/sites/svd/prepare-page-options.d.ts +3 -0
- package/types/sites/svd/prepare-page-options.test.d.ts +1 -0
- package/types/sites/svd/prepare-tag.d.ts +3 -0
- package/types/sites/tek/config.d.ts +3 -0
- package/types/sites/tek/events.d.ts +14 -0
- package/types/sites/tek/fallback-placement-to-backfill.d.ts +2 -0
- package/types/sites/tek/prepare-page-options.d.ts +3 -0
- package/types/sites/tek/prepare-page-options.test.d.ts +1 -0
- package/types/sites/vg/config.d.ts +3 -0
- package/types/sites/vg/custom-events-handler.d.ts +4 -0
- package/types/sites/vg/events.d.ts +14 -0
- package/types/sites/vg/formats/Brandboard/helpers.d.ts +3 -0
- package/types/sites/vg/formats/Netboard/index.d.ts +3 -0
- package/types/sites/vg/formats/Skyscraper/index.d.ts +3 -0
- package/types/sites/vg/formats/Topboard/index.d.ts +3 -0
- package/types/sites/vg/formats/Wallpaper/index.d.ts +3 -0
- package/types/sites/vg/formats/index.d.ts +4 -0
- package/types/sites/vg/formats/types.d.ts +4 -0
- package/types/sites/vg/index.d.ts +3 -0
- package/types/sites/vg/prepare-page-options.d.ts +3 -0
- package/types/sites/vg/prepare-page-options.test.d.ts +1 -0
- package/types/sites/vgv2/config.d.ts +3 -0
- package/types/sites/vgv2/custom-events-handler.d.ts +4 -0
- package/types/sites/vgv2/events.d.ts +14 -0
- package/types/sites/vgv2/formats/Brandboard/helpers.d.ts +3 -0
- package/types/sites/vgv2/formats/Netboard/index.d.ts +3 -0
- package/types/sites/vgv2/formats/Skyscraper/index.d.ts +3 -0
- package/types/sites/vgv2/formats/Topboard/index.d.ts +3 -0
- package/types/sites/vgv2/formats/Wallpaper/index.d.ts +3 -0
- package/types/sites/vgv2/formats/index.d.ts +4 -0
- package/types/sites/vgv2/formats/types.d.ts +4 -0
- package/types/sites/vgv2/index.d.ts +3 -0
- package/types/sites/vgv2/prepare-page-options.d.ts +3 -0
- package/types/sites/vgv2/prepare-page-options.test.d.ts +1 -0
- package/types/tests/default-test-data.d.ts +6 -0
- package/types/tests/mock-common.d.ts +2 -0
- package/types/tests/mock-glimr.d.ts +2 -0
- package/types/tests/mock-location.d.ts +2 -0
- package/types/tests/mock-screen-size.d.ts +2 -0
- package/types/tests/mock-tcf.d.ts +2 -0
- package/types/tests/setup-base-config.d.ts +3 -0
- package/types/tests/setupBaseHandlers.d.ts +3 -0
- package/types/tests/types.d.ts +35 -0
- package/types/utils/app-type/index.d.ts +3 -0
- package/types/utils/app-type/index.test.d.ts +1 -0
- package/types/utils/array-into-chunks/index.d.ts +2 -0
- package/types/utils/array-into-chunks/index.test.d.ts +1 -0
- package/types/utils/common/index.d.ts +10 -0
- package/types/utils/common/index.test.d.ts +1 -0
- package/types/utils/data-types/index.d.ts +1 -0
- package/types/utils/data-types/index.test.d.ts +1 -0
- package/types/utils/device/index.d.ts +10 -0
- package/types/utils/device/index.test.d.ts +1 -0
- package/types/utils/element-visibility/index.d.ts +2 -0
- package/types/utils/element-visibility/index.test.d.ts +1 -0
- package/types/utils/http-client/index.d.ts +3 -0
- package/types/utils/http-client/index.test.d.ts +1 -0
- package/types/utils/image/index.d.ts +2 -0
- package/types/utils/image/index.test.d.ts +1 -0
- package/types/utils/library/index.d.ts +3 -0
- package/types/utils/library/index.test.d.ts +1 -0
- package/types/utils/local-storage-client/index.d.ts +3 -0
- package/types/utils/local-storage-client/index.test.d.ts +1 -0
- package/types/utils/module/index.d.ts +3 -0
- package/types/utils/module/index.test.d.ts +1 -0
- package/types/utils/safe-execute-async/index.d.ts +3 -0
- package/types/utils/safe-execute-async/index.test.d.ts +1 -0
- package/types/utils/screen/index.d.ts +4 -0
- package/types/utils/screen/index.test.d.ts +1 -0
- package/types/utils/script/index.d.ts +2 -0
- package/types/utils/script/index.test.d.ts +1 -0
- package/types/utils/session-storage-client/index.d.ts +3 -0
- package/types/utils/session-storage-client/index.test.d.ts +1 -0
- package/types/utils/string/index.d.ts +3 -0
- package/types/utils/string/index.test.d.ts +1 -0
- package/types/utils/styles/index.d.ts +5 -0
- package/types/utils/styles/index.test.d.ts +1 -0
- package/types/utils/url/index.d.ts +3 -0
- package/types/utils/url/index.test.d.ts +1 -0
- package/types/utils/user-agent/index.d.ts +3 -0
- package/types/utils/user-agent/index.test.d.ts +1 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
interface AdComponentProps {
|
|
2
|
+
placementId: string;
|
|
3
|
+
adTheme?: string;
|
|
4
|
+
probableHeight?: string;
|
|
5
|
+
probableWidth?: string;
|
|
6
|
+
classNames?: AdStylesConfig;
|
|
7
|
+
irisClassNames?: Array<string>;
|
|
8
|
+
device?: 'mobile' | 'desktop' | 'all';
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}
|
|
11
|
+
interface AdStylesConfig {
|
|
12
|
+
wrapper: string;
|
|
13
|
+
container: string;
|
|
14
|
+
theme?: string;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
declare const Topboard: ({ adTheme, placementId }: AdComponentProps) => JSX.Element;
|
|
18
|
+
|
|
19
|
+
declare const Netboard: ({ adTheme, placementId }: AdComponentProps) => JSX.Element;
|
|
20
|
+
|
|
21
|
+
declare const Wallpaper: ({ placementId }: AdComponentProps) => JSX.Element;
|
|
22
|
+
|
|
23
|
+
declare const Skyscraper: ({ placementId, adTheme }: AdComponentProps) => JSX.Element;
|
|
24
|
+
|
|
25
|
+
declare const Takeover: (props: AdComponentProps) => JSX.Element;
|
|
26
|
+
|
|
27
|
+
declare const Brandboard: ({ adTheme, placementId }: AdComponentProps) => JSX.Element;
|
|
28
|
+
|
|
29
|
+
export { Brandboard, Netboard, Skyscraper, Takeover, Topboard, Wallpaper };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as e,jsxs as r,Fragment as t}from"react/jsx-runtime";const a=({adTheme:r,placementId:t})=>{const a=r?`__${r}`:"";return e("div",{className:`advertory-e24-topboard-wrapper${a}`,children:e("div",{id:t,style:{minWidth:"100%",minHeight:"150px"},className:`advertory-e24-topboard${a}`})})},n=({adTheme:r,placementId:t})=>{const a=r&&!(null==r?void 0:r.includes("default"))?`__${r}`:"";return e("div",{className:`advertory-e24-netboard-wrapper${a}`,children:e("div",{id:t,style:{minHeight:"250px"},className:`advertory-e24-netboard${a}`})})},o=({placementId:r})=>e("div",{className:"advertory-wrapper-common-wallpaper wallpaper",children:e("div",{id:r,className:"advertory-common-wallpaper disable-cogwheel"})});function i(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var s,l;var c=i(function(){if(l)return s;l=1;var e=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===r}(e)}(e)},r="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function t(e,r){return!1!==r.clone&&r.isMergeableObject(e)?c((t=e,Array.isArray(t)?[]:{}),e,r):e;var t}function a(e,r,a){return e.concat(r).map(function(e){return t(e,a)})}function n(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(r){return Object.propertyIsEnumerable.call(e,r)}):[]}(e))}function o(e,r){try{return r in e}catch(e){return!1}}function i(e,r,a){var i={};return a.isMergeableObject(e)&&n(e).forEach(function(r){i[r]=t(e[r],a)}),n(r).forEach(function(n){(function(e,r){return o(e,r)&&!(Object.hasOwnProperty.call(e,r)&&Object.propertyIsEnumerable.call(e,r))})(e,n)||(o(e,n)&&a.isMergeableObject(r[n])?i[n]=function(e,r){if(!r.customMerge)return c;var t=r.customMerge(e);return"function"==typeof t?t:c}(n,a)(e[n],r[n],a):i[n]=t(r[n],a))}),i}function c(r,n,o){(o=o||{}).arrayMerge=o.arrayMerge||a,o.isMergeableObject=o.isMergeableObject||e,o.cloneUnlessOtherwiseSpecified=t;var s=Array.isArray(n);return s===Array.isArray(r)?s?o.arrayMerge(r,n,o):i(r,n,o):t(n,o)}return c.all=function(e,r){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce(function(e,t){return c(e,t,r)},{})},s=c}());const d=["deviceType","pageType","placements","takeover","refreshConfig","editableConfiguration"],p={adRequested:()=>{},adAvailable:e=>{},adLoaded:e=>{},adNoBid:e=>{},adError:(e,r)=>{},adCollapse:()=>{},adRequestFailure:e=>{},adBadRequest:e=>{},adLoadedMediated:e=>{},adNoBidMediated:e=>{}};class m{set(e){this.config=e}modifyConfigProperties(e){if(!this.config)throw new Error("Config was accessed before it had been initialized.");const r={};for(const t of d){const a=e[t];void 0!==a&&(r[t]=a)}Object.assign(this.config,r),Object.prototype.hasOwnProperty.call(e,"pageOptions")&&void 0!==e.pageOptions&&(this.config.pageOptions=Object.assign(Object.assign({},this.config.pageOptions),e.pageOptions))}get(){if(!this.config)throw new Error("Config was accessed before it had been initialized.");return this.config}getHandlers(){if(!this.siteHandlers)throw new Error("Handlers were accessed before it had been initialized.");return this.siteHandlers}setHandlers(e){this.siteHandlers=c(m.DEFAULT_SITE_HANDLERS,e)}}m.DEFAULT_SITE_HANDLERS={siteEvents:p,initNativeAd:function(){}};const h=new m;h.modifyConfigProperties.bind(h);((e,r=(...e)=>{})=>{const t=r.toString();if(0===e.length)return t;const a=t.substring(0,t.indexOf("=>")).replace("(","").replace(")","").split(",").map(e=>e.trim()),n=t.substring(t.indexOf("{")+1,t.lastIndexOf("}")),o=a.map((r,t)=>`${r} = "${e[t]}"`);new Function(...o,n).toString()})([],()=>{new MutationObserver((e,r)=>{document.querySelector("iframe")&&((()=>{const e=document.querySelector("iframe");e&&(e.onload=()=>{if(!e.contentDocument)return;document.body.style.height="100%",document.documentElement.style.height="100%",e.height="100%",e.width="100%";const r=e.contentDocument.createElement("style");r.textContent="\n .adform-adbox {\n height: 100% !important;\n width: 100% !important;\n }\n img {\n height: 100% !important;\n width: 100% !important;\n object-fit: cover !important;\n object-position: top !important;\n }\n ",e.contentDocument.head.appendChild(r)})})(),r.disconnect())}).observe(document.body,{childList:!0,subtree:!0})});const A=({placementId:r})=>e(o,{placementId:r}),y=({placementId:r,adTheme:t})=>{const a=t?`__${t}`:"";return e("div",{className:`advertory-e24-${r}-wrapper${a}`,children:e("div",{id:r,style:{minWidth:"180px"},className:`advertory-e24-${r}${a}`})})},g=()=>e("div",{role:"button",tabIndex:1,"data-testid":"advertory-splash-navbar-wrapper",className:"advertory-splash-navbar-wrapper",style:{display:"none"},children:r("div",{className:"advertory-splash-navbar",children:[e("img",{id:"advertory-splash-logotype",className:"advertory-splash-logo",width:"250",height:"30"}),e("div",{className:"advertory-splash-close","data-testid":"advertory-splash-close",children:e("span",{id:"advertory-splash-close-label"})})]})});var u="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAAAXNSR0IArs4c6QAAAtZJREFUeAHd3EFuwjAQBVDUbZeIM7DqUWANZ0PiDiy4D0JVu4BlpapVK/p/qpEgEGJjezJjS6NAoI3n4Uwg4IxGaKfTaYJYI/aIA2KDmPKxmhpyekFsEUfEDrFCjJsccYMI74h2+8SKeS0QyGWJ+GonifuviDFHA0dCV/vGA+4xkMMC8dOVJNavCMHd4V5zjYHE+hCY+44QrAl9zSUGkgpBYO5HQrAwhjRXGEiINeHe7nCe85YQUwQLY0hzgYFEQkcCc2YBfZEjxxx3mGRIM42BBGIQOGIWF0dGrIjBoKK5o0kygoh4xsiG4BkjO4JHjGIInjCKI7Qwbr0/Rx+ummoBxdbTjg6SZOgSG+TRxBSGOoJgWcIYDMESxuAIFjCAsESEfna4fscoSeRaojPqNcMcgmBqYphF0MQwj6CB4QahJIY7hBIYDyAspR8mlkgg+WjiHkFeiRSMahBSMKpDeBCD50Bj3jHaqgmSdNcycjfB03sbsXwhCA46HlNA70n4RciI4R8hA0Y9CC2M0C+RuJuoIjxJRxWWz9hGzPZ+8fwPhX7pbQKvbsxJlfOiyXOlM72eFtxSAoKA+MfIgOAfIyOCX4xIBB4dOPxDmp/dBNksEUwupDWHSDxxhqgHA8lEI0idrgYjBaEajBwI7jFyIrjFKIHgDqMkghsMDYQEDJ1f+2kimMUYAsEcxpAIZjAsIAyOYQnhDCPm7Dg/w6QVUIsI6hiWEdQwPCAUx/CEUAwDCLE/6zXzXST6nqeAekbINjJqQEjGAAKnCYeeL1T9Gk6Si10in5jdhBP7ppzlx7nSIY0IlxPBYnuo+Hz0NQZjQwhOGO9rLkZC2xlJhWIcCLHrUXA1Eh7E2BOClw7oaq4RBAXJ9Y2MNSHGCF46oN1YQN3UBEm6a4lciHFrxvMb1k+av8MNYnBkcDdhzWAB/Z8m3PWfHa5HTpz+zbnwvDAAr5LAS0Y0CH9NGDAEswYjMgAAAABJRU5ErkJggg==",v="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAYAAACPZlfNAAAAAXNSR0IArs4c6QAACT5JREFUeAHtnc1vFlUUximICbLAmoAuSCw7IlsghEQpJWGhEaksJbZdskDSP4Ck6T9AQPcE1I2JEjS6UosbEvzYKbpSWAku+EgEo4nB3wNv67zT+Z5zP97pnOTJOzP33nOec8503pnz3rldt66XtRWBR48ebQcnwLNry/Pq3io2gxhtrz7KQU9I7Aa/A8l1MOHAzEirJCY7wM9AoljtDuIQho+AP0FSbrGzJwihCI0Si73gdjJAbCtmR7zSxeBJ8C/IkgccPOqVUITGFAPwMCtAHFPsTjqnjZH14AwoExE65ZxQpAbkO8g7oZOxUyzXO3EDxZvApaS1Ctvn6OOGkBMv2ymVr0A+1xHFdFM7y6nRKNwGrtVhkeh7me1nUio7tysfgXxtIortNpOgoGgn+LUJi8SY79h+wYRQhErkG5CPbUQx3tnKPRRMgjttWCTG3mD7pVaEIhwsn4B8sxDFerKRmww8Dv62YJHQcZftqUaEIhwkX8C9hH8Wm4r58VruMuC0heUcHf9wfKYWoQg7ywcgX1zJ6VK3sbwRnHfFIKV3oZRQpB3wYyHli6vd8yjemBkGGraAL4FPuYixpzMJRXhQXIE4+xTlZMtQODiwFfzok0XC1hLb0ReO4TgOxDWEKDfPKWnLD7Uvs71rKIv+diYxdRVCE/5M1rM04HaVUZP1Rpr1Vm4OrmiD0FPA9586JockysIxDLMKuEPEPewoN6u/yzi46MF4kQkVjt9YOZMCb8BFBVxxCimLhWGA2Qxwebta5nwUhWNIngJVCrhl/jRtVw6qPf7QcQpYPxDWJX6WAcvfsYUnmWWjbIK6Bdy6vpX1V+ynavnFAMuSSxnBvHavhWNItCng5vlQ93jzEh6WLIqadQmn+6uo+nyts61B54h8bVckx5HRPusqJA8fu3U1waEYrusqHP//LFIhEVW6oFPf19IdUtz80ItH8yD0ndPbVRJRpQ++zIDQd8TzVbg27oODMTybLDR2YDAQP3wVcDGVKf4mK2E+hqf/C/BY/fRfkknGhCjgpjOmqW97S6jaNmMwOUEyTcjX/tcYqlw4Vl+wBEKKJpXusM1GRW0YDlnBXg76dTYmyiirD1DfkLKE8fEyrk7bIaBLzPsgpBQWjiG2B6hPSFGM4vntDzKLIaOB7czCMcdjuEkqLuA6/ZMqUE5wZkHo2+SVGcdwiaGAO1sQstpNY7VHlAwgSIfo8jEY/lm7ZJxx87mBvneM9dZRd5/Ox8bGxr6qM6isr3nCZJCk6RfSz8GL2l+DchOfXyNZP1n77uTniwHRfZD9wZrwCOiTz/tcJEu+O0mYFEP4Fh8HwGfaXyMiXw8MfHfisrOEiS3EH/Chd8Xe037HRT4eHfg8+q7yvRa6cAwFJ6JiuNsCbiL9Tm46EvqHNnFsmgMfAtv3oYaseN35C2tv8Vd1yZdVrwmTUyRNRU9d623eh5LSMPIHZl8nWd/6NO89YXKOpO3g4wvQ7n0oKQsjv2D2VZL1m2/zTm868pwZOLqf9m/y+kR8XJz3h0iWYhIkYTKMw3f5OAw+0P6IiLgeHnAfEcoOaHKJDF04hkKpLDpwfXRVEq7QheO8jKmYPTu6kXXInMAcApr1GouIi4rZveRFgADtAjcjyJg4hHoFKy887Y/j1HZwAlSeW1FmFV2acfw9CCWy3W4GbsJJdGkuiWLU3dXccG4z+BT4FtncnIh3q010JScrdXs1N5zdAN4FvkS2NrTKUGIwurKmA3Z/NTccd104Ni/gwllzSR6CLJG9bq/mhoPTIC8AWUGpekw6VZQ2E/RVnUtyhr5uihco3gQugTpiOskfw1mXmDp80n1NZ+CivMlLI4qp7a8XKNwGroEmcplBZqu5oSv5Jd6Ez/IY0xm48hHI1yai2Nr8eoGi6FZzg9M4uAKaisaOW10D0WXx4mO3V3MjSE1nHJvOwIWH5cuA3V/NjYDVKRybFnCxPQWsS2ndX82NoM2BohnHapuzugRKD/pmSmzS3Eq6vZobockrHJsXcLG10CoV1Qefp2v2O3A0bAEjvZob/NOFY9MCLvpDvAw4tJrb2ODPeyufSyBEdfoKdqf5Ffcen62FoGqJiGNAJaaP0Hu7tVIUoFd3lZ+ASeBbNOX7FXy589gwZN4EIeU6xid8R6GqPXEDy/+OI1ScdBI+ERj0q7ktByP1SWysqytNEn6RQau/yzhY5xa5ieGyMZkv5aVi6G0XsirgilNIKX4UgdkMKLpFdk1eleyVl/K8ZSdlSByAuIQS5WAmRSt7l44uHgjrOn6WAW4q2dluPz4qm0BF65CiR5GpApqrmxhgWXJp6rxp4Xi1l8NHINmmgNvUx/S4Gxxo9g8ZGGhR1EwTqrvfr+Y2fF4V7xHd0T7rit173IqP3bqa4FAM1/W78DhYIf61uqBT39fSHVJMf+hdCQAezYPQd079am4rGamwQcJieDZZqEC1sAt++CrgYipT9Hyn14ndC4ZiePq/AI/VT/8l7jMmRAEXs0NiOpekxOUnzZi3mlsx5EnNnX41t0rZGnQiuJpbsVQzyNbdKxWOMaoCrvqGlCWMm80lqZOrlb4QaDq3wjJw/WpuKxmpuEH0Fy0z0EBXZuEYPTHcJBUXcCvG2LwbwZkF0RSO4RJDAXfWMtCPf3G2VEiQ+tXcngT0Ph/9am6WJ5dDXTfR3a/m5jDAlqr71dwso+lYV7+am+MAW6rvV3PjBmYURMXwecvMF+kyv0ssMoZj07T3q7kVBamkzWvCxIWk9au5lSSlqNl7wgZJ28Fnv5pbUWZy2rzPShIPphxr2bp+NbecpBQdDpIwESJp/WpuRZmJuY3vtdCFYyiUSpwF3FCJJVyhC8d5GVMxezZUXKK2S2DyXsrLC6br45qB26/mVnTWEKD0S3muk5Kn3/RlwCKfR76NCHZqNbeRT0gVB0haJ1Zzq+JrZ/qQtJFeza0ziajrCIlzPePYawG3rv8j2Z+kTYOHwFqkU0XpXqwjQGD3As2atRL/M3CtgxK7PjJlNePYdDW32OMWlB9J04zjKy3+zDR2PKgTa804AW8649h0Nbe1FvfW/pK4OoXjvoDbOuIGCkjaHCiacay2OQNTvQqrCJCQvMJxX8C1CrK1HpKWLhx3roAbZE6HdaKS+kiak9Xckjb67T4ClSPwH3Dy/EjlG8AUAAAAAElFTkSuQmCC";const w=()=>r(t,{children:[e(()=>e("div",{style:{display:"none"},className:"advertory-welcome-page-elements advertory-welcome-page-close smooth-close-takeover","data-testid":"welcome-page-close-button",children:e("img",{className:"advertory-welcome-page-close-image",src:u,alt:"Stäng annonsen",width:"28",height:"28"})}),{}),e(()=>r("div",{style:{display:"none"},className:"advertory-welcome-page-elements advertory-welcome-page-scroll smooth-close-takeover","data-testid":"welcome-page-arrow-icon",children:[e("span",{id:"advertory-welcome-page-scroll-label"}),e("img",{className:"advertory-welcome-page-scroll-image",id:"advertory-welcome-page-scroll-image",src:v,width:"54",height:"54"})]}),{})]}),f=()=>r(t,{children:[e(()=>e("div",{style:{display:"none"},className:"advertory-topscroller-elements advertory-topscroller-close smooth-close-takeover","data-testid":"topscroller-close-button",children:e("img",{src:u,alt:"Stäng annonsen",width:"28",height:"28"})}),{}),e(()=>r("div",{style:{display:"none"},className:"advertory-topscroller-elements advertory-topscroller-scroll smooth-close-takeover","data-testid":"topscroller-arrow-icon",children:[e("span",{id:"advertory-topscroller-scroll-label"}),e("img",{id:"advertory-topscroller-scroll-image",src:v,width:"54",height:"54"})]}),{})]}),b=t=>r("div",{className:"advertory-takeover-wrapper",children:[e(g,{}),e(w,{}),e(f,{}),r("div",{id:t.placementId,className:"advertory-takeover","data-device":"all",children:[e("div",{className:"div-for-xandr",style:{display:"none"}}),e("div",{className:"advertory-takeover-label",style:{display:"none"}}),e("div",{id:`${t.placementId}-button`})]})]}),E=({adTheme:r,placementId:t})=>{const a=r?`__${r}`:"__article";return e("div",{className:`advertory-e24-brandboard-wrapper${a}`,children:e("div",{id:t,style:{minHeight:"250px"},className:`advertory-e24-brandboard${a}`})})};export{E as Brandboard,n as Netboard,y as Skyscraper,b as Takeover,a as Topboard,A as Wallpaper};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
interface AdComponentProps {
|
|
2
|
+
placementId: string;
|
|
3
|
+
adTheme?: string;
|
|
4
|
+
probableHeight?: string;
|
|
5
|
+
probableWidth?: string;
|
|
6
|
+
classNames?: AdStylesConfig;
|
|
7
|
+
irisClassNames?: Array<string>;
|
|
8
|
+
device?: 'mobile' | 'desktop' | 'all';
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}
|
|
11
|
+
interface AdStylesConfig {
|
|
12
|
+
wrapper: string;
|
|
13
|
+
container: string;
|
|
14
|
+
theme?: string;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
declare const Topboard: ({ adTheme, placementId }: AdComponentProps) => JSX.Element;
|
|
18
|
+
|
|
19
|
+
declare const Netboard: ({ adTheme, placementId }: AdComponentProps) => JSX.Element;
|
|
20
|
+
|
|
21
|
+
declare const Wallpaper: ({ placementId }: AdComponentProps) => JSX.Element;
|
|
22
|
+
|
|
23
|
+
declare const Skyscraper: ({ placementId, adTheme }: AdComponentProps) => JSX.Element;
|
|
24
|
+
|
|
25
|
+
declare const Takeover: (props: AdComponentProps) => JSX.Element;
|
|
26
|
+
|
|
27
|
+
declare const Brandboard: ({ adTheme, placementId }: AdComponentProps) => JSX.Element;
|
|
28
|
+
|
|
29
|
+
export { Brandboard, Netboard, Skyscraper, Takeover, Topboard, Wallpaper };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime");function r(e){if(!e||"undefined"==typeof window)return;const r=document.createElement("style");return r.setAttribute("type","text/css"),r.innerHTML=e,document.head.appendChild(r),e}r('.advertory-e24-topboard-wrapper{display:block;margin-bottom:12px;min-height:150px}.advertory-e24-topboard-wrapper .advertory-e24-topboard>div[id*=utif]{display:flex !important}.advertory-e24-topboard-wrapper .advertory-e24-topboard::before{content:"Annonse" !important;display:flex;justify-content:center !important;color:#777;text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important;visibility:hidden}.advertory-e24-topboard-wrapper .advertory-e24-topboard>div[role=button]{background-color:hsla(0,0%,100%,.45) !important;top:15px !important}.advertory-e24-topboard-wrapper__front{min-height:165px;max-width:990px;margin:0 auto;overflow:hidden}@media screen and (min-width: 768px)and (max-width: 1023px){.advertory-e24-topboard-wrapper__front{transform:scale(0.783673)}}.advertory-e24-topboard-wrapper__front .advertory-e24-topboard__front{position:relative;min-height:150px;margin-bottom:0}@media screen and (min-width: 768px)and (max-width: 1023px){.advertory-e24-topboard-wrapper__front .advertory-e24-topboard__front{width:100%}}.advertory-e24-topboard-wrapper__front .advertory-e24-topboard__front::before{content:"Annonse" !important;display:flex;justify-content:flex-start !important;margin-left:8px;color:var(--text-color);text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important}.advertory-e24-topboard-wrapper__front .advertory-e24-topboard__front div[role=button]{top:15px !important}');r('.advertory-e24-netboard-wrapper{display:flex;margin-bottom:8px;clear:both}@media screen and (min-width: 740px){.advertory-e24-netboard-wrapper{margin:0 auto calc(-40px + 4rem)}}.advertory-e24-netboard-wrapper .advertory-e24-netboard{position:relative;margin:0 auto;padding-bottom:calc(-40px + 4rem)}@media screen and (min-width: 740px){.advertory-e24-netboard-wrapper .advertory-e24-netboard{margin:unset;padding-bottom:0}}.advertory-e24-netboard-wrapper .advertory-e24-netboard:before{content:"Artikkelen fortsetter under annonsen" !important;display:flex;justify-content:center !important;color:#777;text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important}.advertory-e24-netboard-wrapper .advertory-e24-netboard>div[role=button]{top:15px !important}.advertory-e24-netboard-wrapper__front{display:flex;justify-content:center}.advertory-e24-netboard-wrapper__front .advertory-e24-netboard__front{position:relative}.advertory-e24-netboard-wrapper__front .advertory-e24-netboard__front:before{content:"Annonse" !important;display:flex;justify-content:flex-start !important;margin-left:8px;color:var(--text-color);text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important;position:absolute;top:-15px}.advertory-e24-netboard-wrapper__full-width-ad{padding-top:var(--spacing-x1);padding-bottom:var(--spacing-x3);max-width:100%;width:100%;display:block}.advertory-e24-netboard-wrapper__full-width-ad .advertory-e24-netboard__full-width-ad{width:100vw;position:relative;left:50%;margin-left:-50vw;margin-right:-50vw}.advertory-e24-netboard-wrapper__full-width-ad .advertory-e24-netboard__full-width-ad div[id^=div_utif],.advertory-e24-netboard-wrapper__full-width-ad .advertory-e24-netboard__full-width-ad iframe{width:100% !important}');r(".advertory-wrapper-common-wallpaper{display:none}");const t=({placementId:r})=>e.jsx("div",{className:"advertory-wrapper-common-wallpaper wallpaper",children:e.jsx("div",{id:r,className:"advertory-common-wallpaper disable-cogwheel"})});function o(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var a,n;var i=o(function(){if(n)return a;n=1;var e=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===r}(e)}(e)},r="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function t(e,r){return!1!==r.clone&&r.isMergeableObject(e)?s((t=e,Array.isArray(t)?[]:{}),e,r):e;var t}function o(e,r,o){return e.concat(r).map(function(e){return t(e,o)})}function i(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(r){return Object.propertyIsEnumerable.call(e,r)}):[]}(e))}function p(e,r){try{return r in e}catch(e){return!1}}function d(e,r,o){var a={};return o.isMergeableObject(e)&&i(e).forEach(function(r){a[r]=t(e[r],o)}),i(r).forEach(function(n){(function(e,r){return p(e,r)&&!(Object.hasOwnProperty.call(e,r)&&Object.propertyIsEnumerable.call(e,r))})(e,n)||(p(e,n)&&o.isMergeableObject(r[n])?a[n]=function(e,r){if(!r.customMerge)return s;var t=r.customMerge(e);return"function"==typeof t?t:s}(n,o)(e[n],r[n],o):a[n]=t(r[n],o))}),a}function s(r,a,n){(n=n||{}).arrayMerge=n.arrayMerge||o,n.isMergeableObject=n.isMergeableObject||e,n.cloneUnlessOtherwiseSpecified=t;var i=Array.isArray(a);return i===Array.isArray(r)?i?n.arrayMerge(r,a,n):d(r,a,n):t(a,n)}return s.all=function(e,r){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce(function(e,t){return s(e,t,r)},{})},a=s}());const p=["deviceType","pageType","placements","takeover","refreshConfig","editableConfiguration"],d={adRequested:()=>{},adAvailable:e=>{},adLoaded:e=>{},adNoBid:e=>{},adError:(e,r)=>{},adCollapse:()=>{},adRequestFailure:e=>{},adBadRequest:e=>{},adLoadedMediated:e=>{},adNoBidMediated:e=>{}};class s{set(e){this.config=e}modifyConfigProperties(e){if(!this.config)throw new Error("Config was accessed before it had been initialized.");const r={};for(const t of p){const o=e[t];void 0!==o&&(r[t]=o)}Object.assign(this.config,r),Object.prototype.hasOwnProperty.call(e,"pageOptions")&&void 0!==e.pageOptions&&(this.config.pageOptions=Object.assign(Object.assign({},this.config.pageOptions),e.pageOptions))}get(){if(!this.config)throw new Error("Config was accessed before it had been initialized.");return this.config}getHandlers(){if(!this.siteHandlers)throw new Error("Handlers were accessed before it had been initialized.");return this.siteHandlers}setHandlers(e){this.siteHandlers=i(s.DEFAULT_SITE_HANDLERS,e)}}s.DEFAULT_SITE_HANDLERS={siteEvents:d,initNativeAd:function(){}};const l=new s;l.modifyConfigProperties.bind(l);((e,r=(...e)=>{})=>{const t=r.toString();if(0===e.length)return t;const o=t.substring(0,t.indexOf("=>")).replace("(","").replace(")","").split(",").map(e=>e.trim()),a=t.substring(t.indexOf("{")+1,t.lastIndexOf("}")),n=o.map((r,t)=>`${r} = "${e[t]}"`);new Function(...n,a).toString()})([],()=>{new MutationObserver((e,r)=>{document.querySelector("iframe")&&((()=>{const e=document.querySelector("iframe");e&&(e.onload=()=>{if(!e.contentDocument)return;document.body.style.height="100%",document.documentElement.style.height="100%",e.height="100%",e.width="100%";const r=e.contentDocument.createElement("style");r.textContent="\n .adform-adbox {\n height: 100% !important;\n width: 100% !important;\n }\n img {\n height: 100% !important;\n width: 100% !important;\n object-fit: cover !important;\n object-position: top !important;\n }\n ",e.contentDocument.head.appendChild(r)})})(),r.disconnect())}).observe(document.body,{childList:!0,subtree:!0})}),r('.advertory-common-skyscraperleft_1,.advertory-common-skyscraperright_1{position:relative;font-size:0}.advertory-common-skyscraperleft_1>div[role=button],.advertory-common-skyscraperright_1>div[role=button]{top:15px !important}.advertory-common-skyscraperleft_1>div[id*=utif],.advertory-common-skyscraperright_1>div[id*=utif]{position:relative;height:auto !important;width:auto !important}.advertory-common-skyscraperleft_1::before,.advertory-common-skyscraperright_1::before{display:block;content:"annonse";color:#6b6b6b;font-size:12px;text-transform:none;font-family:Inter,"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:normal;letter-spacing:1px;line-height:15px;visibility:visible}.advertory-wrapper-common-skyscraperright_1{background:none}.advertory-common-skyscraperright_1>div[id*=utif]{float:left}.advertory-wrapper-common-skyscraperleft_1{background:none}.advertory-common-skyscraperleft_1{float:right}.advertory-common-skyscraperleft_1>div[id*=utif]{float:right}'),r('.advertory-common-netboard-wrapper{display:flex;justify-content:center;width:auto}@media screen and (min-width: 720px){.advertory-common-netboard-wrapper{max-width:none}}.advertory-common-netboard-wrapper.advertory-native-ad{background:none}.advertory-common-netboard-wrapper.advertory-native-ad .advertory-common-netboard::before{content:"" !important}.advertory-common-netboard-wrapper:nth-child(1){margin-bottom:0}.advertory-common-netboard{position:relative;display:table;text-align:center;font-size:0;clear:both;transform-origin:0 0}.advertory-common-netboard:not(.advertory-native-ad)::before{display:flex;content:"annonse";color:#6b6b6b;font-size:12px;text-transform:none;font-family:Inter,"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:normal;letter-spacing:1px;line-height:15px}.advertory-common-netboard>div[role=button]{position:absolute;top:15px !important;z-index:10;background-color:hsla(0,0%,100%,.45);border-bottom-right-radius:50%;height:26px !important;width:26px !important}.advertory-common-netboard>div[id*=utif]{position:relative;height:auto !important;width:auto !important;max-width:100%;margin:auto;display:block !important;overflow:hidden;z-index:0}@media screen and (min-width: 768px){.advertory-common-netboard{display:block;margin:0 auto}}'),r(".advertory-common-sponsorstripe-wrapper{z-index:50;position:sticky;top:var(--fixed-header-height-mobile);height:auto;margin-bottom:0;clear:both;text-align:left;background-color:rgba(0,0,0,0)}.advertory-common-sponsorstripe{position:absolute;top:0;left:0;width:100%;margin:0;border:medium;padding:0;background-color:rgba(0,0,0,0);text-align:left}");r('.advertory-e24-skyscraperleft_1:before,.advertory-e24-skyscraperright_1:before{visibility:hidden;display:block;text-align:left;content:"Annonse";color:#777;font-size:10px;font-family:E24 Text,Arial,sans-serif;letter-spacing:0;line-height:15px}.advertory-e24-skyscraperleft_1>div[role=button],.advertory-e24-skyscraperright_1>div[role=button]{background-color:hsla(0,0%,100%,.45) !important;top:12px !important}.advertory-e24-skyscraperleft_1{float:right}.advertory-e24-skyscraperleft_1-wrapper__front{left:calc(50% - 675px);position:absolute;width:0;top:0;margin-top:0;height:100%}@media screen and (max-width: 1320px){.advertory-e24-skyscraperleft_1-wrapper__front{display:none}}.advertory-e24-skyscraperright_1-wrapper__front{right:calc(50% - 495px);position:absolute;width:0;top:0;margin-top:0;height:100%}@media screen and (max-width: 1320px){.advertory-e24-skyscraperright_1-wrapper__front{display:none}}.advertory-e24-skyscraperright_1__front,.advertory-e24-skyscraperleft_1__front,.advertory-e24-skyscraperright_2__front{display:block;position:absolute;top:0;height:unset;padding-top:0;margin-top:0;animation:none}.advertory-e24-skyscraperright_1__front:before,.advertory-e24-skyscraperleft_1__front:before,.advertory-e24-skyscraperright_2__front:before{content:"Annonse";display:flex;justify-content:flex-start;margin-left:8px;color:var(--text-color);font-size:10px;font-family:E24 Text,Arial,sans-serif;letter-spacing:0;line-height:15px}.advertory-e24-skyscraperright_1__front div[role=button],.advertory-e24-skyscraperleft_1__front div[role=button],.advertory-e24-skyscraperright_2__front div[role=button]{top:15px !important}.advertory-e24-skyscraperright_1__front div[id^=div_utif],.advertory-e24-skyscraperleft_1__front div[id^=div_utif],.advertory-e24-skyscraperright_2__front div[id^=div_utif]{padding-top:0;margin-top:0}.advertory-e24-skyscraperright_2-track{position:absolute;right:0;width:0;height:3000px;contain:size layout style}@media screen and (max-width: 1320px){.advertory-e24-skyscraperright_2-track{display:none}}.advertory-e24-skyscraperright_2-wrapper__front{position:sticky;top:131px;height:700px}@media screen and (max-width: 767px){.advertory-e24-skyscraperright_2-wrapper__front{top:110px}}');r(".advertory-splash-navbar-wrapper{width:100%;border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.advertory-splash-navbar-wrapper .advertory-splash-navbar{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:14px;cursor:default}@media screen and (min-width: 600px){.advertory-splash-navbar-wrapper .advertory-splash-navbar{padding:24px 30px}}@keyframes elementsAnimation{0%{opacity:0;pointer-events:none;cursor:default}95%{opacity:0;pointer-events:none;cursor:default}100%{opacity:1;pointer-events:all;cursor:pointer}}.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-logo{display:block;height:18px;width:fit-content}@media screen and (min-width: 600px){.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-logo{height:26px}}.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-close{display:flex;align-items:center;gap:8px;font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;font-size:14px;line-height:20px;animation:elementsAnimation 1.5s linear;cursor:pointer}.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-close:hover{text-decoration:underline}");const c=()=>e.jsx("div",{role:"button",tabIndex:1,"data-testid":"advertory-splash-navbar-wrapper",className:"advertory-splash-navbar-wrapper",style:{display:"none"},children:e.jsxs("div",{className:"advertory-splash-navbar",children:[e.jsx("img",{id:"advertory-splash-logotype",className:"advertory-splash-logo",width:"250",height:"30"}),e.jsx("div",{className:"advertory-splash-close","data-testid":"advertory-splash-close",children:e.jsx("span",{id:"advertory-splash-close-label"})})]})});var m="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAAAXNSR0IArs4c6QAAAtZJREFUeAHd3EFuwjAQBVDUbZeIM7DqUWANZ0PiDiy4D0JVu4BlpapVK/p/qpEgEGJjezJjS6NAoI3n4Uwg4IxGaKfTaYJYI/aIA2KDmPKxmhpyekFsEUfEDrFCjJsccYMI74h2+8SKeS0QyGWJ+GonifuviDFHA0dCV/vGA+4xkMMC8dOVJNavCMHd4V5zjYHE+hCY+44QrAl9zSUGkgpBYO5HQrAwhjRXGEiINeHe7nCe85YQUwQLY0hzgYFEQkcCc2YBfZEjxxx3mGRIM42BBGIQOGIWF0dGrIjBoKK5o0kygoh4xsiG4BkjO4JHjGIInjCKI7Qwbr0/Rx+ummoBxdbTjg6SZOgSG+TRxBSGOoJgWcIYDMESxuAIFjCAsESEfna4fscoSeRaojPqNcMcgmBqYphF0MQwj6CB4QahJIY7hBIYDyAspR8mlkgg+WjiHkFeiRSMahBSMKpDeBCD50Bj3jHaqgmSdNcycjfB03sbsXwhCA46HlNA70n4RciI4R8hA0Y9CC2M0C+RuJuoIjxJRxWWz9hGzPZ+8fwPhX7pbQKvbsxJlfOiyXOlM72eFtxSAoKA+MfIgOAfIyOCX4xIBB4dOPxDmp/dBNksEUwupDWHSDxxhqgHA8lEI0idrgYjBaEajBwI7jFyIrjFKIHgDqMkghsMDYQEDJ1f+2kimMUYAsEcxpAIZjAsIAyOYQnhDCPm7Dg/w6QVUIsI6hiWEdQwPCAUx/CEUAwDCLE/6zXzXST6nqeAekbINjJqQEjGAAKnCYeeL1T9Gk6Si10in5jdhBP7ppzlx7nSIY0IlxPBYnuo+Hz0NQZjQwhOGO9rLkZC2xlJhWIcCLHrUXA1Eh7E2BOClw7oaq4RBAXJ9Y2MNSHGCF46oN1YQN3UBEm6a4lciHFrxvMb1k+av8MNYnBkcDdhzWAB/Z8m3PWfHa5HTpz+zbnwvDAAr5LAS0Y0CH9NGDAEswYjMgAAAABJRU5ErkJggg==",h="data:image/png;base64,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";r(".advertory-welcome-page-close{padding:0;background:none;border:none;z-index:1;position:fixed;top:42px;left:16px;color:#fff;cursor:pointer;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-welcome-page-close .advertory-welcome-page-close-image{width:22px;height:22px}@media screen and (min-width: 736px){.advertory-welcome-page-close .advertory-welcome-page-close-image{width:28px;height:28px}}.advertory-welcome-page-scroll{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:18px;text-shadow:0 2px 5px rgba(0,0,0,.2);text-align:center;position:absolute;max-width:100%;z-index:1000;left:50%;transform:translate(-50%);cursor:pointer;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-welcome-page-scroll .advertory-welcome-page-scroll-image{width:26px;height:26px;margin-top:19px}@media screen and (min-width: 736px){.advertory-welcome-page-scroll{font-size:calc(24px + 2*(100vw - 736px)/514)}.advertory-welcome-page-scroll .advertory-welcome-page-scroll-image{width:54px;height:54px;margin-top:22px}}");const y=()=>e.jsxs(e.Fragment,{children:[e.jsx(()=>e.jsx("div",{style:{display:"none"},className:"advertory-welcome-page-elements advertory-welcome-page-close smooth-close-takeover","data-testid":"welcome-page-close-button",children:e.jsx("img",{className:"advertory-welcome-page-close-image",src:m,alt:"Stäng annonsen",width:"28",height:"28"})}),{}),e.jsx(()=>e.jsxs("div",{style:{display:"none"},className:"advertory-welcome-page-elements advertory-welcome-page-scroll smooth-close-takeover","data-testid":"welcome-page-arrow-icon",children:[e.jsx("span",{id:"advertory-welcome-page-scroll-label"}),e.jsx("img",{className:"advertory-welcome-page-scroll-image",id:"advertory-welcome-page-scroll-image",src:h,width:"54",height:"54"})]}),{})]});r(".advertory-topscroller-close{padding:0;background:none;border:none;z-index:1;position:fixed;top:42px;left:16px;color:#fff;cursor:pointer;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-topscroller-close img{width:22px;height:22px}@media screen and (min-width: 736px){.advertory-topscroller-close img{width:28px;height:28px}}.advertory-topscroller-scroll{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:18px;text-shadow:0 2px 5px rgba(0,0,0,.2);position:absolute;max-width:100%;text-align:center;z-index:1000;left:50%;transform:translate(-50%);cursor:pointer;top:50vh;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-topscroller-scroll img{width:26px;height:26px;margin-top:19px}@media screen and (min-width: 736px){.advertory-topscroller-scroll{font-size:calc(24px + 2*(100vw - 736px)/514);top:55vh}.advertory-topscroller-scroll img{width:54px;height:54px;margin-top:22px}}@media screen and (min-height: 836px){.advertory-topscroller-scroll{top:50vh !important}}");const v=()=>e.jsxs(e.Fragment,{children:[e.jsx(()=>e.jsx("div",{style:{display:"none"},className:"advertory-topscroller-elements advertory-topscroller-close smooth-close-takeover","data-testid":"topscroller-close-button",children:e.jsx("img",{src:m,alt:"Stäng annonsen",width:"28",height:"28"})}),{}),e.jsx(()=>e.jsxs("div",{style:{display:"none"},className:"advertory-topscroller-elements advertory-topscroller-scroll smooth-close-takeover","data-testid":"topscroller-arrow-icon",children:[e.jsx("span",{id:"advertory-topscroller-scroll-label"}),e.jsx("img",{id:"advertory-topscroller-scroll-image",src:h,width:"54",height:"54"})]}),{})]});r(".advertory-splash-navbar-wrapper{width:100%;border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.advertory-splash-navbar-wrapper .advertory-splash-navbar{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:14px;cursor:default}@media screen and (min-width: 600px){.advertory-splash-navbar-wrapper .advertory-splash-navbar{padding:24px 30px}}@keyframes elementsAnimation{0%{opacity:0;pointer-events:none;cursor:default}95%{opacity:0;pointer-events:none;cursor:default}100%{opacity:1;pointer-events:all;cursor:pointer}}.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-logo{display:block;height:18px;width:fit-content}@media screen and (min-width: 600px){.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-logo{height:26px}}.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-close{display:flex;align-items:center;gap:8px;font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;font-size:14px;line-height:20px;animation:elementsAnimation 1.5s linear;cursor:pointer}.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-close:hover{text-decoration:underline}.advertory-welcome-page-close{padding:0;background:none;border:none;z-index:1;position:fixed;top:42px;left:16px;color:#fff;cursor:pointer;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-welcome-page-close .advertory-welcome-page-close-image{width:22px;height:22px}@media screen and (min-width: 736px){.advertory-welcome-page-close .advertory-welcome-page-close-image{width:28px;height:28px}}.advertory-welcome-page-scroll{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:18px;text-shadow:0 2px 5px rgba(0,0,0,.2);text-align:center;position:absolute;max-width:100%;z-index:1000;left:50%;transform:translate(-50%);cursor:pointer;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-welcome-page-scroll .advertory-welcome-page-scroll-image{width:26px;height:26px;margin-top:19px}@media screen and (min-width: 736px){.advertory-welcome-page-scroll{font-size:calc(24px + 2*(100vw - 736px)/514)}.advertory-welcome-page-scroll .advertory-welcome-page-scroll-image{width:54px;height:54px;margin-top:22px}}.advertory-topscroller-close{padding:0;background:none;border:none;z-index:1;position:fixed;top:42px;left:16px;color:#fff;cursor:pointer;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-topscroller-close img{width:22px;height:22px}@media screen and (min-width: 736px){.advertory-topscroller-close img{width:28px;height:28px}}.advertory-topscroller-scroll{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:18px;text-shadow:0 2px 5px rgba(0,0,0,.2);position:absolute;max-width:100%;text-align:center;z-index:1000;left:50%;transform:translate(-50%);cursor:pointer;top:50vh;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-topscroller-scroll img{width:26px;height:26px;margin-top:19px}@media screen and (min-width: 736px){.advertory-topscroller-scroll{font-size:calc(24px + 2*(100vw - 736px)/514);top:55vh}.advertory-topscroller-scroll img{width:54px;height:54px;margin-top:22px}}@media screen and (min-height: 836px){.advertory-topscroller-scroll{top:50vh !important}}.advertory-takeover-wrapper{display:none;font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;width:100%}.advertory-takeover-wrapper.welcome-page-wrapper{clip-path:inset(0)}.advertory-takeover-wrapper.advertory-splash-wrapper{position:fixed;height:100vh;background-color:#fff;font-weight:700;z-index:10001}.advertory-takeover-wrapper.topscroller-wrapper div[role=button]{border-bottom-left-radius:0;border-bottom-right-radius:13px !important;right:unset}.advertory-takeover-wrapper.topscroller-wrapper iframe[id^=utif_]{width:100%;height:68vh}.advertory-takeover-wrapper.topscroller-wrapper .takeover-topscroller-label{right:0 !important;left:unset !important}.advertory-takeover-wrapper div[role=button]{background-color:hsla(0,0%,100%,.75) !important;border-bottom-left-radius:13px;border-bottom-right-radius:0 !important;left:unset !important;right:0}.advertory-takeover-wrapper .advertory-takeover{position:fixed;height:100vh;width:100%}.advertory-takeover-wrapper .advertory-takeover .advertory-takeover-label{position:absolute;top:0;left:0;font-size:10px;font-weight:700;background-color:hsla(0,0%,100%,.75);color:#585858;padding:7px;letter-spacing:.4px}.takeover-ad-hidden{display:none;visibility:hidden;height:0 !important}body.page-locked{position:fixed;top:0;left:0;right:0;width:100%;overflow:hidden}");r('.advertory-e24-brandboard-wrapper__front{padding-top:10px;margin-bottom:8px}@media screen and (min-width: 740px)and (max-width: 1019px){.advertory-e24-brandboard-wrapper__front{position:relative;display:flex;align-items:center;flex-direction:column;margin-bottom:10px;transform:scale(0.783673)}}.advertory-e24-brandboard-wrapper__front .advertory-e24-brandboard__front{position:relative}.advertory-e24-brandboard-wrapper__front .advertory-e24-brandboard__front:before{content:"Annonse" !important;display:flex;justify-content:flex-start !important;margin-left:8px;color:var(--text-color);text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important}.advertory-e24-brandboard-wrapper__front .advertory-e24-brandboard__front div[role=button]{top:15px !important}.advertory-e24-brandboard-wrapper__article{display:flex;margin-bottom:8px;clear:both}@media screen and (min-width: 740px){.advertory-e24-brandboard-wrapper__article{margin:calc(-40px + 3rem) auto calc(-40px + 4rem) -166px}}@media screen and (min-width: 740px)and (max-width: 1019px){.advertory-e24-brandboard-wrapper__article{align-items:center;flex-direction:column;margin:unset;transform:scale(0.783673)}}.advertory-e24-brandboard-wrapper__article .advertory-e24-brandboard__article{position:relative}.advertory-e24-brandboard-wrapper__article .advertory-e24-brandboard__article:before{content:"Artikkelen fortsetter under annonsen" !important;display:flex;justify-content:center !important;color:#777;text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important}.advertory-e24-brandboard-wrapper__article .advertory-e24-brandboard__article>div[role=button]{top:15px !important}');exports.Brandboard=({adTheme:r,placementId:t})=>{const o=r?`__${r}`:"__article";return e.jsx("div",{className:`advertory-e24-brandboard-wrapper${o}`,children:e.jsx("div",{id:t,style:{minHeight:"250px"},className:`advertory-e24-brandboard${o}`})})},exports.Netboard=({adTheme:r,placementId:t})=>{const o=r&&!(null==r?void 0:r.includes("default"))?`__${r}`:"";return e.jsx("div",{className:`advertory-e24-netboard-wrapper${o}`,children:e.jsx("div",{id:t,style:{minHeight:"250px"},className:`advertory-e24-netboard${o}`})})},exports.Skyscraper=({placementId:r,adTheme:t})=>{const o=t?`__${t}`:"";return e.jsx("div",{className:`advertory-e24-${r}-wrapper${o}`,children:e.jsx("div",{id:r,style:{minWidth:"180px"},className:`advertory-e24-${r}${o}`})})},exports.Takeover=r=>e.jsxs("div",{className:"advertory-takeover-wrapper",children:[e.jsx(c,{}),e.jsx(y,{}),e.jsx(v,{}),e.jsxs("div",{id:r.placementId,className:"advertory-takeover","data-device":"all",children:[e.jsx("div",{className:"div-for-xandr",style:{display:"none"}}),e.jsx("div",{className:"advertory-takeover-label",style:{display:"none"}}),e.jsx("div",{id:`${r.placementId}-button`})]})]}),exports.Topboard=({adTheme:r,placementId:t})=>{const o=r?`__${r}`:"";return e.jsx("div",{className:`advertory-e24-topboard-wrapper${o}`,children:e.jsx("div",{id:t,style:{minWidth:"100%",minHeight:"150px"},className:`advertory-e24-topboard${o}`})})},exports.Wallpaper=({placementId:r})=>e.jsx(t,{placementId:r});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.advertory-aftonbladet-panorama-wrapper{display:flex;justify-content:center;align-items:center;clear:both;margin-bottom:8px;overflow:hidden}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama-wrapper{margin-bottom:16px}}.advertory-aftonbladet-panorama{position:relative;min-height:345px}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama{min-height:320px}}.advertory-aftonbladet-panorama::before{display:block;content:"ANNONS";color:#585858;font-size:10px;font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;font-weight:bold;letter-spacing:.4px;line-height:25px;visibility:hidden}.advertory-aftonbladet-panorama>div[role=button]{background-color:unset !important;left:unset !important;right:0;z-index:9 !important}.advertory-aftonbladet-panorama>div[role=button] svg path{fill:#585858}.advertory-aftonbladet-panorama.outstream{width:100vw;min-height:unset !important;display:grid;justify-items:center}.advertory-aftonbladet-panorama-wrapper__toppanorama{margin-bottom:16px;display:flex;justify-content:center;align-items:center;clear:both;margin-bottom:8px;overflow:hidden}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama-wrapper__toppanorama{margin-bottom:16px}}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama-wrapper__toppanorama{margin-bottom:0;justify-content:unset;margin-left:16px}}.advertory-aftonbladet-panorama-wrapper__toppanorama>.advertory-aftonbladet-panorama{min-height:345px;min-width:320px}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama-wrapper__toppanorama>.advertory-aftonbladet-panorama{min-height:265px}}.advertory-aftonbladet-panorama-wrapper__article{margin:24px -16px;padding:16px 0 36px 0;display:flex;justify-content:center;align-items:center;clear:both;margin-bottom:8px;overflow:hidden}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama-wrapper__article{margin-bottom:16px}}html[data-theme=dark] .advertory-aftonbladet-panorama-wrapper__article{background-color:#121212}.advertory-aftonbladet-panorama-wrapper__article{background-color:#f7f7f7}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama-wrapper__article{margin:24px 0}}.advertory-aftonbladet-panorama-wrapper__sportbladet{margin:24px -16px;padding:16px 0 36px 0;background-color:#feebee;display:flex;justify-content:center;align-items:center;clear:both;margin-bottom:8px;overflow:hidden}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama-wrapper__sportbladet{margin-bottom:16px}}html[data-theme=dark] .advertory-aftonbladet-panorama-wrapper__sportbladet{background-color:#230107}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama-wrapper__sportbladet{margin:24px 0}}.advertory-aftonbladet-panorama-wrapper__full-width-ad{display:block !important}@media screen and (max-width: 590px){.advertory-aftonbladet-panorama-wrapper__full-width-ad{width:100vw;position:relative;margin-left:-50vw !important;left:50%}}.advertory-aftonbladet-panorama-wrapper__full-width-ad .advertory-aftonbladet-panorama__full-width-ad{min-height:150px !important}@media screen and (max-width: 590px){.advertory-aftonbladet-panorama-wrapper__full-width-ad .advertory-aftonbladet-panorama__full-width-ad{width:100vw;position:relative;margin-left:-50vw;left:50%;padding-left:0;max-width:unset !important}}.advertory-aftonbladet-panorama-wrapper__full-width-ad .advertory-aftonbladet-panorama__full-width-ad div[id^=div_utif],.advertory-aftonbladet-panorama-wrapper__full-width-ad .advertory-aftonbladet-panorama__full-width-ad iframe{width:100vw !important}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama-wrapper__full-width-ad .advertory-aftonbladet-panorama__full-width-ad div[id^=div_utif],.advertory-aftonbladet-panorama-wrapper__full-width-ad .advertory-aftonbladet-panorama__full-width-ad iframe{width:100% !important}}.advertory-aftonbladet-panorama-wrapper__live>.advertory-aftonbladet-panorama:has(>div[role=button]){max-width:320px}@media screen and (min-width: 590px){.advertory-aftonbladet-panorama-wrapper__live>.advertory-aftonbladet-panorama:has(>div[role=button]){max-width:unset}}.advertory-aftonbladet-panorama-wrapper__live .advertory-aftonbladet-panorama__full-width-ad{margin-left:calc(-50vw - 10px)}.advertory-aftonbladet-l-format{position:relative;height:273px;overflow:visible;display:block}.advertory-aftonbladet-l-format>.advertory-aftonbladet-panorama{position:absolute}.advertory-aftonbladet-h-format{position:relative;height:275px;overflow:visible;transform:translate(-169px);display:block}.advertory-aftonbladet-h-format>.advertory-aftonbladet-panorama{position:absolute;width:1600px;margin-left:-17px}.advertory-native-ad .advertory-aftonbladet-panorama{min-height:120px !important}.advertory-native-ad::before{display:none !important}.advertory-aftonbladet-panorama__vertical-full-width-ad{margin:10px auto 35px}.advertory-aftonbladet-widescreen-wrapper{justify-content:start;display:flex;justify-content:center;align-items:center;clear:both;margin-bottom:8px;overflow:hidden}@media screen and (min-width: 590px){.advertory-aftonbladet-widescreen-wrapper{margin-bottom:16px}}.advertory-aftonbladet-widescreen{position:relative;min-height:600px;position:absolute;top:0;transition:opacity 450ms linear}.advertory-aftonbladet-widescreen::before{display:block;content:"ANNONS";color:#585858;font-size:10px;font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;font-weight:bold;letter-spacing:.4px;line-height:25px;visibility:hidden}.advertory-aftonbladet-widescreen>div[role=button]{background-color:unset !important;left:unset !important;right:0;z-index:9 !important}.advertory-aftonbladet-widescreen>div[role=button] svg path{fill:#585858}.advertory-aftonbladet-insider-wrapper{display:flex;justify-content:center;align-items:center;clear:both;margin-bottom:8px;overflow:hidden}@media screen and (min-width: 590px){.advertory-aftonbladet-insider-wrapper{margin-bottom:16px}}.advertory-aftonbladet-insider{position:relative;min-height:250px;width:100%;max-width:300px}.advertory-aftonbladet-insider::before{display:block;content:"ANNONS";color:#585858;font-size:10px;font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;font-weight:bold;letter-spacing:.4px;line-height:25px;visibility:hidden}.advertory-aftonbladet-insider>div[role=button]{background-color:unset !important;left:unset !important;right:0;z-index:9 !important}.advertory-aftonbladet-insider>div[role=button] svg path{fill:#585858}.advertory-aftonbladet-integration-wrapper{display:flex;justify-content:center;align-items:center;clear:both;margin-bottom:8px;overflow:hidden}@media screen and (min-width: 590px){.advertory-aftonbladet-integration-wrapper{margin-bottom:16px}}.advertory-aftonbladet-integration{position:relative;min-height:320px}.advertory-aftonbladet-integration::before{display:block;content:"ANNONS";color:#585858;font-size:10px;font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;font-weight:bold;letter-spacing:.4px;line-height:25px;visibility:hidden}.advertory-aftonbladet-integration>div[role=button]{background-color:unset !important;left:unset !important;right:0;z-index:9 !important}.advertory-aftonbladet-integration>div[role=button] svg path{fill:#585858}.advertory-aftonbladet-sponsorstripe-wrapper{z-index:50;position:sticky;top:var(--fixed-header-height-mobile);height:auto;margin-bottom:0;clear:both;text-align:left;background-color:rgba(0,0,0,0);height:0 !important;width:0 !important}.advertory-aftonbladet-sponsorstripe-wrapper .advertory-aftonbladet-sponsorstripe{position:absolute;top:0;left:0;width:100%;margin:0;border:medium;padding:0;background-color:rgba(0,0,0,0);text-align:left}@media print{[class*=advertory]{display:none !important}}.ad-loaded{isolation:isolate}.ad-loaded::before{visibility:visible !important}.disable-cogwheel div[role=button]{display:none !important}.advertory-takeover-wrapper .advertory-splash-navbar-wrapper{border-bottom:4px solid #dd2a30}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.advertory-e24-netboard-wrapper{display:flex;margin-bottom:8px;clear:both}@media screen and (min-width: 740px){.advertory-e24-netboard-wrapper{margin:0 auto calc(-40px + 4rem)}}.advertory-e24-netboard-wrapper .advertory-e24-netboard{position:relative;margin:0 auto;padding-bottom:calc(-40px + 4rem)}@media screen and (min-width: 740px){.advertory-e24-netboard-wrapper .advertory-e24-netboard{margin:unset;padding-bottom:0}}.advertory-e24-netboard-wrapper .advertory-e24-netboard:before{content:"Artikkelen fortsetter under annonsen" !important;display:flex;justify-content:center !important;color:#777;text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important}.advertory-e24-netboard-wrapper .advertory-e24-netboard>div[role=button]{top:15px !important}.advertory-e24-netboard-wrapper__front{display:flex;justify-content:center}.advertory-e24-netboard-wrapper__front .advertory-e24-netboard__front{position:relative}.advertory-e24-netboard-wrapper__front .advertory-e24-netboard__front:before{content:"Annonse" !important;display:flex;justify-content:flex-start !important;margin-left:8px;color:var(--text-color);text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important;position:absolute;top:-15px}.advertory-e24-netboard-wrapper__full-width-ad{padding-top:var(--spacing-x1);padding-bottom:var(--spacing-x3);max-width:100%;width:100%;display:block}.advertory-e24-netboard-wrapper__full-width-ad .advertory-e24-netboard__full-width-ad{width:100vw;position:relative;left:50%;margin-left:-50vw;margin-right:-50vw}.advertory-e24-netboard-wrapper__full-width-ad .advertory-e24-netboard__full-width-ad div[id^=div_utif],.advertory-e24-netboard-wrapper__full-width-ad .advertory-e24-netboard__full-width-ad iframe{width:100% !important}.advertory-e24-skyscraperleft_1:before,.advertory-e24-skyscraperright_1:before{visibility:hidden;display:block;text-align:left;content:"Annonse";color:#777;font-size:10px;font-family:E24 Text,Arial,sans-serif;letter-spacing:0;line-height:15px}.advertory-e24-skyscraperleft_1>div[role=button],.advertory-e24-skyscraperright_1>div[role=button]{background-color:hsla(0,0%,100%,.45) !important;top:12px !important}.advertory-e24-skyscraperleft_1{float:right}.advertory-e24-skyscraperleft_1-wrapper__front{left:calc(50% - 675px);position:absolute;width:0;top:0;margin-top:0;height:100%}@media screen and (max-width: 1320px){.advertory-e24-skyscraperleft_1-wrapper__front{display:none}}.advertory-e24-skyscraperright_1-wrapper__front{right:calc(50% - 495px);position:absolute;width:0;top:0;margin-top:0;height:100%}@media screen and (max-width: 1320px){.advertory-e24-skyscraperright_1-wrapper__front{display:none}}.advertory-e24-skyscraperright_1__front,.advertory-e24-skyscraperleft_1__front,.advertory-e24-skyscraperright_2__front{display:block;position:absolute;top:0;height:unset;padding-top:0;margin-top:0;animation:none}.advertory-e24-skyscraperright_1__front:before,.advertory-e24-skyscraperleft_1__front:before,.advertory-e24-skyscraperright_2__front:before{content:"Annonse";display:flex;justify-content:flex-start;margin-left:8px;color:var(--text-color);font-size:10px;font-family:E24 Text,Arial,sans-serif;letter-spacing:0;line-height:15px}.advertory-e24-skyscraperright_1__front div[role=button],.advertory-e24-skyscraperleft_1__front div[role=button],.advertory-e24-skyscraperright_2__front div[role=button]{top:15px !important}.advertory-e24-skyscraperright_1__front div[id^=div_utif],.advertory-e24-skyscraperleft_1__front div[id^=div_utif],.advertory-e24-skyscraperright_2__front div[id^=div_utif]{padding-top:0;margin-top:0}.advertory-e24-skyscraperright_2-track{position:absolute;right:0;width:0;height:3000px;contain:size layout style}@media screen and (max-width: 1320px){.advertory-e24-skyscraperright_2-track{display:none}}.advertory-e24-skyscraperright_2-wrapper__front{position:sticky;top:131px;height:700px}@media screen and (max-width: 767px){.advertory-e24-skyscraperright_2-wrapper__front{top:110px}}.advertory-e24-topboard-wrapper{display:block;margin-bottom:12px;min-height:150px}.advertory-e24-topboard-wrapper .advertory-e24-topboard>div[id*=utif]{display:flex !important}.advertory-e24-topboard-wrapper .advertory-e24-topboard::before{content:"Annonse" !important;display:flex;justify-content:center !important;color:#777;text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important;visibility:hidden}.advertory-e24-topboard-wrapper .advertory-e24-topboard>div[role=button]{background-color:hsla(0,0%,100%,.45) !important;top:15px !important}.advertory-e24-topboard-wrapper__front{min-height:165px;max-width:990px;margin:0 auto;overflow:hidden}@media screen and (min-width: 768px)and (max-width: 1023px){.advertory-e24-topboard-wrapper__front{transform:scale(0.783673)}}.advertory-e24-topboard-wrapper__front .advertory-e24-topboard__front{position:relative;min-height:150px;margin-bottom:0}@media screen and (min-width: 768px)and (max-width: 1023px){.advertory-e24-topboard-wrapper__front .advertory-e24-topboard__front{width:100%}}.advertory-e24-topboard-wrapper__front .advertory-e24-topboard__front::before{content:"Annonse" !important;display:flex;justify-content:flex-start !important;margin-left:8px;color:var(--text-color);text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important}.advertory-e24-topboard-wrapper__front .advertory-e24-topboard__front div[role=button]{top:15px !important}.advertory-wallpaper-background{z-index:-1}@media screen and (max-width: 1320px){.advertory-wallpaper-background{display:none}}.advertory-e24-wallpaper-track{position:absolute;width:100%;height:3000px;contain:size layout style}@media screen and (max-width: 1320px){.advertory-e24-wallpaper-track{display:none}}.advertory-e24-wallpaper-track .advertory-e24-wallpaper-hero{position:sticky;top:131px;height:calc(100vh - 131px);min-height:800px;max-height:1600px;background-repeat:no-repeat;background-position:center 0;transform:translate3d(0, 0px, 0)}@media screen and (max-width: 1320px){.advertory-e24-wallpaper-track .advertory-e24-wallpaper-hero{top:110px}}.advertory-e24-brandboard-wrapper__front{padding-top:10px;margin-bottom:8px}@media screen and (min-width: 740px)and (max-width: 1019px){.advertory-e24-brandboard-wrapper__front{position:relative;display:flex;align-items:center;flex-direction:column;margin-bottom:10px;transform:scale(0.783673)}}.advertory-e24-brandboard-wrapper__front .advertory-e24-brandboard__front{position:relative}.advertory-e24-brandboard-wrapper__front .advertory-e24-brandboard__front:before{content:"Annonse" !important;display:flex;justify-content:flex-start !important;margin-left:8px;color:var(--text-color);text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important}.advertory-e24-brandboard-wrapper__front .advertory-e24-brandboard__front div[role=button]{top:15px !important}.advertory-e24-brandboard-wrapper__article{display:flex;margin-bottom:8px;clear:both}@media screen and (min-width: 740px){.advertory-e24-brandboard-wrapper__article{margin:calc(-40px + 3rem) auto calc(-40px + 4rem) -166px}}@media screen and (min-width: 740px)and (max-width: 1019px){.advertory-e24-brandboard-wrapper__article{align-items:center;flex-direction:column;margin:unset;transform:scale(0.783673)}}.advertory-e24-brandboard-wrapper__article .advertory-e24-brandboard__article{position:relative}.advertory-e24-brandboard-wrapper__article .advertory-e24-brandboard__article:before{content:"Artikkelen fortsetter under annonsen" !important;display:flex;justify-content:center !important;color:#777;text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important}.advertory-e24-brandboard-wrapper__article .advertory-e24-brandboard__article>div[role=button]{top:15px !important}.advertory-e24-bottomboard-wrapper__front{padding-top:10px;min-height:300px}@media screen and (min-width: 740px)and (max-width: 1019px){.advertory-e24-bottomboard-wrapper__front{margin-bottom:10px;display:flex;align-items:center;flex-direction:column;position:relative;transform:scale(0.783673);width:100% !important;grid-column:span 30}}.advertory-e24-bottomboard-wrapper__front .advertory-e24-bottomboard__front{position:relative;padding-top:10px;margin-bottom:8px}.advertory-e24-bottomboard-wrapper__front .advertory-e24-bottomboard__front:before{content:"Annonse" !important;display:flex;justify-content:flex-start !important;margin-left:8px;color:var(--text-color);text-transform:none;font-size:10px !important;font-family:E24 Text,Arial,sans-serif !important;font-weight:normal !important;line-height:15px;letter-spacing:0 !important}.advertory-e24-bottomboard-wrapper__front .advertory-e24-bottomboard__front div[role=button]{top:25px !important}.advertory-e24-finn-blink-wrapper__front{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.advertory-e24-finn-blink-wrapper__front .advertory-e24-finn-blink__front{height:250px;width:320px;max-width:580px;margin:auto auto 24px;position:relative}@media screen and (min-width: 740px){.advertory-e24-finn-blink-wrapper__front .advertory-e24-finn-blink__front{height:400px;width:580px;max-width:100%}}.advertory-e24-finn-blink-wrapper__article{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.advertory-e24-finn-blink-wrapper__article .advertory-e24-finn-blink__article{height:250px;width:320px;max-width:580px;margin:auto auto 24px;position:relative}@media screen and (min-width: 740px){.advertory-e24-finn-blink-wrapper__article .advertory-e24-finn-blink__article{height:400px;width:580px;max-width:100%}}.advertory-finn-blink-wrapper{height:100%;display:flex !important;align-items:center;justify-content:center}.advertory-finn-blink-wrapper:not(.brandboard-container){width:100%;margin-inline:auto}.advertory-finn-blink{width:100%;height:500px;max-width:580px;display:flex !important;align-items:center;justify-content:center}.advertory-finn-blink::before{content:"" !important}.advertory-finn-blink iframe{max-width:100%}.advertory-splash-navbar-wrapper{width:100%;border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.advertory-splash-navbar-wrapper .advertory-splash-navbar{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:14px;cursor:default}@media screen and (min-width: 600px){.advertory-splash-navbar-wrapper .advertory-splash-navbar{padding:24px 30px}}@keyframes elementsAnimation{0%{opacity:0;pointer-events:none;cursor:default}95%{opacity:0;pointer-events:none;cursor:default}100%{opacity:1;pointer-events:all;cursor:pointer}}.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-logo{display:block;height:18px;width:fit-content}@media screen and (min-width: 600px){.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-logo{height:26px}}.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-close{display:flex;align-items:center;gap:8px;font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;font-size:14px;line-height:20px;animation:elementsAnimation 1.5s linear;cursor:pointer}.advertory-splash-navbar-wrapper .advertory-splash-navbar .advertory-splash-close:hover{text-decoration:underline}.advertory-welcome-page-close{padding:0;background:none;border:none;z-index:1;position:fixed;top:42px;left:16px;color:#fff;cursor:pointer;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-welcome-page-close .advertory-welcome-page-close-image{width:22px;height:22px}@media screen and (min-width: 736px){.advertory-welcome-page-close .advertory-welcome-page-close-image{width:28px;height:28px}}.advertory-welcome-page-scroll{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:18px;text-shadow:0 2px 5px rgba(0,0,0,.2);text-align:center;position:absolute;max-width:100%;z-index:1000;left:50%;transform:translate(-50%);cursor:pointer;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-welcome-page-scroll .advertory-welcome-page-scroll-image{width:26px;height:26px;margin-top:19px}@media screen and (min-width: 736px){.advertory-welcome-page-scroll{font-size:calc(24px + 2*(100vw - 736px)/514)}.advertory-welcome-page-scroll .advertory-welcome-page-scroll-image{width:54px;height:54px;margin-top:22px}}.advertory-topscroller-close{padding:0;background:none;border:none;z-index:1;position:fixed;top:42px;left:16px;color:#fff;cursor:pointer;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-topscroller-close img{width:22px;height:22px}@media screen and (min-width: 736px){.advertory-topscroller-close img{width:28px;height:28px}}.advertory-topscroller-scroll{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:18px;text-shadow:0 2px 5px rgba(0,0,0,.2);position:absolute;max-width:100%;text-align:center;z-index:1000;left:50%;transform:translate(-50%);cursor:pointer;top:50vh;filter:drop-shadow(rgba(0, 0, 0, 0.2) -1px -1px 1px) drop-shadow(rgba(0, 0, 0, 0.2) 1px 1px 1px)}.advertory-topscroller-scroll img{width:26px;height:26px;margin-top:19px}@media screen and (min-width: 736px){.advertory-topscroller-scroll{font-size:calc(24px + 2*(100vw - 736px)/514);top:55vh}.advertory-topscroller-scroll img{width:54px;height:54px;margin-top:22px}}@media screen and (min-height: 836px){.advertory-topscroller-scroll{top:50vh !important}}.advertory-takeover-wrapper{display:none;font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;width:100%}.advertory-takeover-wrapper.welcome-page-wrapper{clip-path:inset(0)}.advertory-takeover-wrapper.advertory-splash-wrapper{position:fixed;height:100vh;background-color:#fff;font-weight:700;z-index:10001}.advertory-takeover-wrapper.topscroller-wrapper div[role=button]{border-bottom-left-radius:0;border-bottom-right-radius:13px !important;right:unset}.advertory-takeover-wrapper.topscroller-wrapper iframe[id^=utif_]{width:100%;height:68vh}.advertory-takeover-wrapper.topscroller-wrapper .takeover-topscroller-label{right:0 !important;left:unset !important}.advertory-takeover-wrapper div[role=button]{background-color:hsla(0,0%,100%,.75) !important;border-bottom-left-radius:13px;border-bottom-right-radius:0 !important;left:unset !important;right:0}.advertory-takeover-wrapper .advertory-takeover{position:fixed;height:100vh;width:100%}.advertory-takeover-wrapper .advertory-takeover .advertory-takeover-label{position:absolute;top:0;left:0;font-size:10px;font-weight:700;background-color:hsla(0,0%,100%,.75);color:#585858;padding:7px;letter-spacing:.4px}.takeover-ad-hidden{display:none;visibility:hidden;height:0 !important}body.page-locked{position:fixed;top:0;left:0;right:0;width:100%;overflow:hidden}@media print{[class*=advertory]{display:none !important}}.ad-loaded{isolation:isolate}.ad-loaded::before{visibility:visible !important}.disable-cogwheel div[role=button]{display:none !important}.topscroller-wrapper{clip-path:inset(0 0 0 0);height:65vh}.advertory-takeover-wrapper .advertory-takeover .advertory-takeover-label.takeover-topscroller-label{background-color:hsla(0,0%,100%,.8);padding:10px 14px;color:#525252;font-size:12px}.gdprAdTransparencyCogWheelButton{z-index:997 !important}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { updateAdvertory } from 'core/handlers/ad-server';
|
|
2
|
+
import { getVideoPPIDs } from '../features/tracker';
|
|
3
|
+
declare const initAdvertoryPackage: (config: import("core/interface/config").SiteConfig) => Promise<void>;
|
|
4
|
+
export { initAdvertoryPackage, updateAdvertory, getVideoPPIDs };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { updateAdvertory } from 'core/handlers/ad-server';
|
|
2
|
+
import { getVideoPPIDs } from '../features/tracker';
|
|
3
|
+
declare const initAdvertoryPackage: (config: import("core/interface/config").SiteConfig) => Promise<void>;
|
|
4
|
+
export { initAdvertoryPackage, updateAdvertory, getVideoPPIDs };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { updateAdvertory } from 'core/handlers/ad-server';
|
|
2
|
+
import { getVideoPPIDs } from 'features/tracker';
|
|
3
|
+
declare const initAdvertoryPackage: (config: import("core/interface/config").SiteConfig) => Promise<void>;
|
|
4
|
+
export { initAdvertoryPackage, updateAdvertory, getVideoPPIDs };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { updateAdvertory } from 'core/handlers/ad-server';
|
|
2
|
+
import { getVideoPPIDs } from 'features/tracker';
|
|
3
|
+
declare const initAdvertoryPackage: (config: import("core/interface/config").SiteConfig) => Promise<void>;
|
|
4
|
+
export { initAdvertoryPackage, updateAdvertory, getVideoPPIDs };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { updateAdvertory } from 'core/handlers/ad-server';
|
|
2
|
+
import { getVideoPPIDs } from 'features/tracker';
|
|
3
|
+
declare const initAdvertoryPackage: (config: import("core/interface/config").SiteConfig) => Promise<void>;
|
|
4
|
+
export { initAdvertoryPackage, updateAdvertory, getVideoPPIDs };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { updateAdvertory } from 'core/handlers/ad-server';
|
|
2
|
+
import { getVideoPPIDs } from '../features/tracker';
|
|
3
|
+
declare const initAdvertoryPackage: (config: import("core/interface/config").SiteConfig) => Promise<void>;
|
|
4
|
+
export { initAdvertoryPackage, updateAdvertory, getVideoPPIDs };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { updateAdvertory } from 'core/handlers/ad-server';
|
|
2
|
+
import { getVideoPPIDs } from 'features/tracker';
|
|
3
|
+
declare const initAdvertoryPackage: (config: import("core/interface/config").SiteConfig) => Promise<void>;
|
|
4
|
+
export { initAdvertoryPackage, updateAdvertory, getVideoPPIDs };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SiteConfig, SiteHandlers } from 'core/interface/config';
|
|
2
|
+
declare const DEFAULT_REQUEST_SIZE = 6;
|
|
3
|
+
declare class Config {
|
|
4
|
+
private static readonly DEFAULT_SITE_HANDLERS;
|
|
5
|
+
private config;
|
|
6
|
+
private siteHandlers;
|
|
7
|
+
set(siteConfig: SiteConfig): void;
|
|
8
|
+
modifyConfigProperties(propertiesToBeUpdated: Partial<SiteConfig>): void;
|
|
9
|
+
get(): Readonly<SiteConfig>;
|
|
10
|
+
getHandlers(): SiteHandlers;
|
|
11
|
+
setHandlers(siteConfig: SiteHandlers): void;
|
|
12
|
+
}
|
|
13
|
+
declare const config: Config;
|
|
14
|
+
declare const modifyConfigProperties: (propertiesToBeUpdated: Partial<SiteConfig>) => void;
|
|
15
|
+
export { config, modifyConfigProperties, DEFAULT_REQUEST_SIZE, Config };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ResetWrapperParams } from '../interface/refresh';
|
|
2
|
+
declare const clearThrottleState: () => void;
|
|
3
|
+
declare const setAdWrapperHeight: ({ adWrapper, placementContainer }: ResetWrapperParams) => void;
|
|
4
|
+
declare const resetAdWrapperHeight: ({ adWrapper, placementContainer }: ResetWrapperParams) => void;
|
|
5
|
+
declare const subscribeForRefresh: (node: HTMLElement, margin: number, renderTime: number, delayTime: number) => void;
|
|
6
|
+
export { subscribeForRefresh, clearThrottleState, resetAdWrapperHeight, setAdWrapperHeight };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { AstAdObj } from 'core/interface/ast';
|
|
2
|
+
declare const getElementToSubscribeForShowTag: (adObj: AstAdObj) => HTMLElement | null;
|
|
3
|
+
declare const subscribeForShowTag: (node: HTMLElement, margin: number) => Promise<void>;
|
|
4
|
+
export { subscribeForShowTag, getElementToSubscribeForShowTag };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ObserverOptions } from 'core/interface/observer';
|
|
2
|
+
declare const getObserverOptions: (margin: number) => ObserverOptions;
|
|
3
|
+
declare const isValidForRefresh: (renderTime: number, adRefreshDelayTime?: number) => boolean;
|
|
4
|
+
export { getObserverOptions, isValidForRefresh };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AstAdObj } from 'core/interface/ast';
|
|
2
|
+
import { Placement, RefreshConfig } from 'core/interface/config';
|
|
3
|
+
declare const setupRefreshOnScroll: (adObj: AstAdObj, refreshConfig?: RefreshConfig) => void;
|
|
4
|
+
declare const setupRefreshOnVisibilityState: (placementsToRefresh: Array<Placement>) => void;
|
|
5
|
+
declare const setupRefreshOnBackForwardNavigation: (placements: Array<Placement>) => void;
|
|
6
|
+
export { setupRefreshOnScroll, setupRefreshOnVisibilityState, setupRefreshOnBackForwardNavigation };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const clearProbableDimensions: (targetId: string) => void;
|
|
2
|
+
declare const addProbableHeight: (targetId: string) => void;
|
|
3
|
+
declare const setMinSizesBasedOnProbableValues: (adContainerId: string) => void;
|
|
4
|
+
export { setMinSizesBasedOnProbableValues, clearProbableDimensions, addProbableHeight };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AstAdObj } from 'core/interface/ast';
|
|
2
|
+
import { SpecialFormat } from 'core/interface/formats';
|
|
3
|
+
declare const isFullscreenScrollAd: (adObj: AstAdObj) => boolean;
|
|
4
|
+
declare const isNativeAd: (adObj: AstAdObj) => boolean;
|
|
5
|
+
declare const isFullwidthAd: (adObj: AstAdObj) => boolean;
|
|
6
|
+
declare const isVerticalFullwidthAd: (adObj: AstAdObj) => boolean;
|
|
7
|
+
declare const isTakeoverAd: (adObj: AstAdObj) => boolean;
|
|
8
|
+
declare const is4X4TakeoverAd: (adObj: AstAdObj) => boolean;
|
|
9
|
+
declare const isWallpaperAd: (adObj: AstAdObj) => boolean;
|
|
10
|
+
declare const isSkyscraperLeftAd: (adObj: AstAdObj) => boolean;
|
|
11
|
+
declare const isSkyscraperRight2Ad: (adObj: AstAdObj) => boolean;
|
|
12
|
+
declare const isSkyscraperAd: (adObj: AstAdObj) => boolean;
|
|
13
|
+
declare const isCollapseAd: (adObj: AstAdObj) => boolean;
|
|
14
|
+
declare const isSponsorstripeAd: (adObj: AstAdObj) => boolean;
|
|
15
|
+
declare const isBrandboardAd: (adObj: AstAdObj) => boolean;
|
|
16
|
+
declare const isFinnBlink: (targetId: string) => boolean;
|
|
17
|
+
declare const isTopboardAd: (adObj: AstAdObj) => boolean;
|
|
18
|
+
declare const isNetboardAd: (adObj: AstAdObj) => boolean;
|
|
19
|
+
declare const isBoardAd: (adObj: AstAdObj) => boolean;
|
|
20
|
+
declare const isPanoramaAd: (adObj: AstAdObj) => boolean;
|
|
21
|
+
declare const isMidboardAd: (adObj: AstAdObj) => boolean;
|
|
22
|
+
declare const isWidescreenAd: (adObj: AstAdObj) => boolean;
|
|
23
|
+
declare const isInsiderAd: (adObj: AstAdObj) => boolean;
|
|
24
|
+
declare const isOutstreamPlacement: (adObj: AstAdObj) => boolean;
|
|
25
|
+
declare const isOutstreamAd: (adObj: AstAdObj) => boolean;
|
|
26
|
+
declare const isLFormatAd: (adObj: AstAdObj) => boolean;
|
|
27
|
+
declare const isHFormatAd: (adObj: AstAdObj) => boolean;
|
|
28
|
+
declare const isToppanoramaAd: (adObj: AstAdObj) => boolean;
|
|
29
|
+
declare const isBuyrecipeAd: (adObj: AstAdObj) => boolean;
|
|
30
|
+
declare const isBackfillAd: (adObj: AstAdObj) => boolean;
|
|
31
|
+
declare const isAlcoholNativeAd: (adObj: AstAdObj) => boolean;
|
|
32
|
+
declare const isSpecialFormat: (adObj: AstAdObj, format: SpecialFormat) => boolean;
|
|
33
|
+
export { isFullscreenScrollAd, isNativeAd, isTakeoverAd, is4X4TakeoverAd, isFullwidthAd, isVerticalFullwidthAd, isCollapseAd, isWallpaperAd, isSkyscraperAd, isSkyscraperLeftAd, isSkyscraperRight2Ad, isSponsorstripeAd, isBrandboardAd, isFinnBlink, isToppanoramaAd, isTopboardAd, isNetboardAd, isBoardAd, isPanoramaAd, isMidboardAd, isWidescreenAd, isInsiderAd, isOutstreamAd, isOutstreamPlacement, isLFormatAd, isHFormatAd, isBuyrecipeAd, isBackfillAd, isAlcoholNativeAd, isSpecialFormat };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { AstApnTag, AstNativeParams } from 'core/interface/ast';
|
|
2
|
+
declare const getDefaultNativeAdsSettings: (nativeCustomProperties?: Array<string>) => AstNativeParams;
|
|
3
|
+
declare const getDefaultEmptyApnTag: () => AstApnTag;
|
|
4
|
+
export { getDefaultNativeAdsSettings, getDefaultEmptyApnTag };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AstAdObj } from 'core/interface/ast';
|
|
2
|
+
import { Placement, SiteConfig, SiteHandlers } from 'core/interface/config';
|
|
3
|
+
import { addToApnTagQueue } from 'utils/common';
|
|
4
|
+
import { getDefaultEmptyApnTag } from './default-data';
|
|
5
|
+
import 'interface/global';
|
|
6
|
+
import 'interface/glimr';
|
|
7
|
+
import 'interface/png-rollup-module';
|
|
8
|
+
import { UpdateAdvertoryConfig } from 'core/interface/update-advertory';
|
|
9
|
+
declare const setupApnTag: () => void;
|
|
10
|
+
declare const loadXandrLibrary: () => Promise<void>;
|
|
11
|
+
declare const defineTags: (placements: Array<Placement>) => void;
|
|
12
|
+
declare const loadTags: (placements: Array<Placement>) => void;
|
|
13
|
+
declare const showAd: (placement: Placement, adObj: AstAdObj) => Promise<void>;
|
|
14
|
+
declare const loadAds: (placements: Array<Placement>) => Promise<void>;
|
|
15
|
+
declare const setApnTagEventHandlers: () => Promise<void>;
|
|
16
|
+
declare const updateAdvertory: (configPropertiesToUpdate?: Partial<SiteConfig>, updateAdvertoryConfig?: UpdateAdvertoryConfig) => Promise<Array<Placement>>;
|
|
17
|
+
declare const init: (siteConfig: SiteConfig, siteFunctions: SiteHandlers) => Promise<void>;
|
|
18
|
+
export { init, setupApnTag, setApnTagEventHandlers, loadXandrLibrary, defineTags, loadTags, showAd, loadAds, getDefaultEmptyApnTag, addToApnTagQueue, updateAdvertory };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Placement } from 'core/interface/config';
|
|
2
|
+
declare const sortPlacementsBasedOnHorseshoe: (placements: Array<Placement>) => Array<Placement>;
|
|
3
|
+
declare const sortPlacementsBasedOnTheSiteOrder: (placements: Array<Placement>) => Array<Placement>;
|
|
4
|
+
export { sortPlacementsBasedOnHorseshoe, sortPlacementsBasedOnTheSiteOrder };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DevicePlacementBatches, Placement, PlacementsGroup } from 'core/interface/config';
|
|
2
|
+
import { PlacementGroups } from 'core/interface/placement-groups';
|
|
3
|
+
declare const NO_GROUPED_PLACEMENTS = "noGroupedPlacements";
|
|
4
|
+
declare const getAdType: (elementId: string) => string;
|
|
5
|
+
declare const getAvailablePlacements: (selector?: string) => Array<Placement>;
|
|
6
|
+
declare const getBackfillGroups: (placements: Array<Placement>) => PlacementsGroup;
|
|
7
|
+
declare const getPlacementGroups: (placements: Array<Placement>, devicePlacementBatches: DevicePlacementBatches) => PlacementsGroup;
|
|
8
|
+
export declare const getNoGroupedPlacements: (placements: Array<Placement>, usedTargetIds: Set<string>) => Array<Placement>;
|
|
9
|
+
declare const splitPlacements: (placements: Array<Placement>) => PlacementGroups;
|
|
10
|
+
export { getAvailablePlacements, getAdType, splitPlacements, NO_GROUPED_PLACEMENTS, getBackfillGroups, getPlacementGroups };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|