@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
|
@@ -306,7 +306,6 @@ interface AppearanceConfig {
|
|
|
306
306
|
clearProbableDimensionsEnabled?: boolean;
|
|
307
307
|
isDarkModeEnabled?: boolean;
|
|
308
308
|
mainColumnWidth?: number;
|
|
309
|
-
subsectionTheme?: string;
|
|
310
309
|
}
|
|
311
310
|
interface PageSectionsSelectors {
|
|
312
311
|
top?: string;
|
|
@@ -453,7 +452,7 @@ interface NorstatConfig {
|
|
|
453
452
|
enabled: true;
|
|
454
453
|
}
|
|
455
454
|
interface SponsorstripeConfig {
|
|
456
|
-
|
|
455
|
+
toggleEnabled: boolean;
|
|
457
456
|
headerSelector?: string;
|
|
458
457
|
containersSelectors?: Array<string>;
|
|
459
458
|
}
|