@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
|
@@ -309,7 +309,6 @@ interface AppearanceConfig {
|
|
|
309
309
|
clearProbableDimensionsEnabled?: boolean;
|
|
310
310
|
isDarkModeEnabled?: boolean;
|
|
311
311
|
mainColumnWidth?: number;
|
|
312
|
-
subsectionTheme?: string;
|
|
313
312
|
}
|
|
314
313
|
interface PageSectionsSelectors {
|
|
315
314
|
top?: string;
|
|
@@ -456,7 +455,7 @@ interface NorstatConfig {
|
|
|
456
455
|
enabled: true;
|
|
457
456
|
}
|
|
458
457
|
interface SponsorstripeConfig {
|
|
459
|
-
|
|
458
|
+
toggleEnabled: boolean;
|
|
460
459
|
headerSelector?: string;
|
|
461
460
|
containersSelectors?: Array<string>;
|
|
462
461
|
}
|
|
@@ -309,7 +309,6 @@ interface AppearanceConfig {
|
|
|
309
309
|
clearProbableDimensionsEnabled?: boolean;
|
|
310
310
|
isDarkModeEnabled?: boolean;
|
|
311
311
|
mainColumnWidth?: number;
|
|
312
|
-
subsectionTheme?: string;
|
|
313
312
|
}
|
|
314
313
|
interface PageSectionsSelectors {
|
|
315
314
|
top?: string;
|
|
@@ -456,7 +455,7 @@ interface NorstatConfig {
|
|
|
456
455
|
enabled: true;
|
|
457
456
|
}
|
|
458
457
|
interface SponsorstripeConfig {
|
|
459
|
-
|
|
458
|
+
toggleEnabled: boolean;
|
|
460
459
|
headerSelector?: string;
|
|
461
460
|
containersSelectors?: Array<string>;
|
|
462
461
|
}
|
|
@@ -254,7 +254,6 @@ interface AppearanceConfig {
|
|
|
254
254
|
clearProbableDimensionsEnabled?: boolean;
|
|
255
255
|
isDarkModeEnabled?: boolean;
|
|
256
256
|
mainColumnWidth?: number;
|
|
257
|
-
subsectionTheme?: string;
|
|
258
257
|
}
|
|
259
258
|
interface PageSectionsSelectors {
|
|
260
259
|
top?: string;
|
|
@@ -401,7 +400,7 @@ interface NorstatConfig {
|
|
|
401
400
|
enabled: true;
|
|
402
401
|
}
|
|
403
402
|
interface SponsorstripeConfig {
|
|
404
|
-
|
|
403
|
+
toggleEnabled: boolean;
|
|
405
404
|
headerSelector?: string;
|
|
406
405
|
containersSelectors?: Array<string>;
|
|
407
406
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schibsted/advertory",
|
|
3
|
-
"version": "2.55.
|
|
3
|
+
"version": "2.55.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "node node_modules/rollup/dist/bin/rollup -c rollup-config/default.mjs && npm run post:build",
|
|
6
6
|
"build:dev": "MODE=dev NODE_OPTIONS=--max-old-space-size=131072 npm run build",
|