@schibsted/advertory 2.55.0 → 2.55.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/aftenposten/es/index.css +1 -1
- package/core/aftenposten/es/index.d.ts +1 -2
- package/core/aftenposten/es/index.js +1 -1
- package/core/aftenposten/index.d.ts +1 -2
- package/core/aftenposten/index.js +1 -1
- package/core/aftonbladet/es/index.css +1 -1
- package/core/aftonbladet/es/index.d.ts +1 -2
- package/core/aftonbladet/es/index.js +1 -1
- package/core/aftonbladet/index.d.ts +1 -2
- package/core/aftonbladet/index.js +1 -1
- package/core/aftonbladetv2/es/index.css +1 -1
- package/core/aftonbladetv2/es/index.d.ts +1 -2
- package/core/aftonbladetv2/es/index.js +1 -1
- package/core/bt/es/index.css +1 -1
- package/core/bt/es/index.d.ts +1 -2
- package/core/bt/index.d.ts +1 -2
- package/core/e24/es/index.css +1 -1
- package/core/e24/es/index.d.ts +1 -2
- package/core/e24/index.d.ts +1 -2
- package/core/e24v2/es/index.css +1 -1
- package/core/e24v2/es/index.d.ts +1 -2
- package/core/fotbollskanalen/es/index.css +1 -1
- package/core/fotbollskanalen/es/index.d.ts +1 -2
- package/core/fotbollskanalen/index.d.ts +1 -2
- package/core/godare/index.d.ts +1 -2
- package/core/godt/index.d.ts +1 -2
- package/core/klart/index.d.ts +1 -2
- package/core/koket/es/index.css +1 -1
- package/core/koket/es/index.d.ts +1 -2
- package/core/koket/index.d.ts +1 -2
- package/core/kompakt/index.d.ts +1 -2
- package/core/minmote/index.d.ts +1 -2
- package/core/pent/index.d.ts +1 -2
- package/core/sa/es/index.css +1 -1
- package/core/sa/es/index.d.ts +1 -2
- package/core/sa/index.d.ts +1 -2
- package/core/svd/es/index.css +1 -1
- package/core/svd/es/index.d.ts +1 -2
- package/core/svd/es/index.js +1 -1
- package/core/svd/index.d.ts +1 -2
- package/core/svd/index.js +1 -1
- package/core/svdv2/es/index.css +1 -1
- package/core/svdv2/es/index.d.ts +1 -2
- package/core/svdv2/es/index.js +1 -1
- package/core/tek/index.d.ts +1 -2
- package/core/tv4/es/index.css +1 -1
- package/core/tv4/es/index.d.ts +1 -2
- package/core/tv4/index.d.ts +1 -2
- package/core/tvnu/index.d.ts +1 -2
- package/core/vg/es/index.css +1 -1
- package/core/vg/es/index.d.ts +1 -2
- package/core/vg/es/index.js +1 -1
- package/core/vg/index.d.ts +1 -2
- package/core/vg/index.js +1 -1
- package/core/vgv2/es/index.css +1 -1
- package/core/vgv2/es/index.d.ts +1 -2
- package/core/vgv2/es/index.js +1 -1
- package/features/ad-native/index.d.ts +1 -2
- package/features/ad-native/index.js +1 -1
- package/features/dr-edition/es/index.d.ts +1 -2
- package/features/dr-edition/index.d.ts +1 -2
- package/features/tracker/index.d.ts +1 -2
- package/package.json +1 -1
- package/sites/aftenposten/es/index.css +1 -1
- package/sites/aftonbladet/es/index.css +1 -1
- package/sites/aftonbladetv2/es/index.css +1 -1
- package/sites/bt/es/index.css +1 -1
- package/sites/e24/es/index.css +1 -1
- package/sites/e24v2/es/index.css +1 -1
- package/sites/koket/es/index.css +1 -1
- package/sites/sa/es/index.css +1 -1
- package/sites/svd/es/index.css +1 -1
- package/sites/svdv2/es/index.css +1 -1
- package/sites/tv4/es/index.css +1 -1
- package/sites/vg/es/index.css +1 -1
- package/sites/vgv2/es/index.css +1 -1
- package/styles/svdv2/styles.css +1 -1
- package/styles/vgv2/styles.css +1 -1
- package/types/core/interface/config.d.ts +1 -2
|
@@ -444,7 +444,6 @@ interface AppearanceConfig {
|
|
|
444
444
|
clearProbableDimensionsEnabled?: boolean;
|
|
445
445
|
isDarkModeEnabled?: boolean;
|
|
446
446
|
mainColumnWidth?: number;
|
|
447
|
-
subsectionTheme?: string;
|
|
448
447
|
}
|
|
449
448
|
interface PageSectionsSelectors {
|
|
450
449
|
top?: string;
|
|
@@ -591,7 +590,7 @@ interface NorstatConfig {
|
|
|
591
590
|
enabled: true;
|
|
592
591
|
}
|
|
593
592
|
interface SponsorstripeConfig {
|
|
594
|
-
|
|
593
|
+
toggleEnabled: boolean;
|
|
595
594
|
headerSelector?: string;
|
|
596
595
|
containersSelectors?: Array<string>;
|
|
597
596
|
}
|