@schibsted/advertory 2.62.0 → 2.62.1

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.
Files changed (47) hide show
  1. package/core/aftenposten/es/index.css +1 -1
  2. package/core/aftenpostenv2/es/index.css +1 -1
  3. package/core/aftonbladet/es/index.css +1 -1
  4. package/core/aftonbladetv2/es/index.css +1 -1
  5. package/core/bt/es/index.css +1 -1
  6. package/core/e24/es/index.css +1 -1
  7. package/core/e24/es/index.js +1 -1
  8. package/core/e24/index.js +1 -1
  9. package/core/koket/es/index.css +1 -1
  10. package/core/sa/es/index.css +1 -1
  11. package/core/svd/es/index.css +1 -1
  12. package/core/svdv2/es/index.css +1 -1
  13. package/core/tv4/es/index.css +1 -1
  14. package/core/vg/es/index.css +1 -1
  15. package/core/vgv2/es/index.css +1 -1
  16. package/features/ad-native/index.js +1 -1
  17. package/package.json +1 -1
  18. package/sites/aftenposten/es/index.css +1 -1
  19. package/sites/aftenposten/index.js +1 -1
  20. package/sites/aftenpostenv2/es/index.css +1 -1
  21. package/sites/aftonbladet/es/index.css +1 -1
  22. package/sites/aftonbladetv2/es/index.css +1 -1
  23. package/sites/bt/es/index.css +1 -1
  24. package/sites/bt/index.js +1 -1
  25. package/sites/e24/es/index.css +1 -1
  26. package/sites/fotbollskanalen/es/index.css +1 -1
  27. package/sites/koket/es/index.css +1 -1
  28. package/sites/sa/es/index.css +1 -1
  29. package/sites/sa/index.js +1 -1
  30. package/sites/svd/es/index.css +1 -1
  31. package/sites/svd/index.js +1 -1
  32. package/sites/svdv2/es/index.css +1 -1
  33. package/sites/tv4/es/index.css +1 -1
  34. package/sites/tvnu/index.js +1 -1
  35. package/sites/vg/es/index.css +1 -1
  36. package/sites/vg/index.js +1 -1
  37. package/sites/vgv2/es/index.css +1 -1
  38. package/types/features/ad-native/sites/e24v2/e24-init.d.ts +0 -5
  39. package/types/features/ad-native/sites/e24v2/index.d.ts +0 -10
  40. package/types/features/ad-native/sites/e24v2/templates/articles/content/index.d.ts +0 -4
  41. package/types/features/ad-native/sites/e24v2/templates/articles/content-display-basic/index.d.ts +0 -4
  42. package/types/features/ad-native/sites/e24v2/templates/articles/index.d.ts +0 -3
  43. package/types/features/ad-native/sites/e24v2/templates/articles/recirc/index.d.ts +0 -4
  44. package/types/features/ad-native/sites/e24v2/templates/front/content/index.d.ts +0 -4
  45. package/types/features/ad-native/sites/e24v2/templates/front/content-display-basic/index.d.ts +0 -4
  46. package/types/features/ad-native/sites/e24v2/templates/front/index.d.ts +0 -3
  47. /package/types/features/ad-native/sites/{e24v2 → e24}/templates/front/aksjelive/index.d.ts +0 -0
@@ -1,5 +0,0 @@
1
- import { AstAdObj } from 'core/interface/ast';
2
- import { SiteConfig } from 'core/interface/config';
3
- import './styles.scss';
4
- declare const initAdsOnE24: (adObj: AstAdObj, options?: Partial<SiteConfig>) => void;
5
- export { initAdsOnE24 };
@@ -1,10 +0,0 @@
1
- import { AdNativeTemplates } from 'features/interface/ad-native';
2
- declare const articlesTemplates: {
3
- displayTemplates: AdNativeTemplates;
4
- videoTemplates: AdNativeTemplates;
5
- };
6
- declare const frontTemplates: {
7
- displayTemplates: AdNativeTemplates;
8
- videoTemplates: AdNativeTemplates;
9
- };
10
- export { articlesTemplates, frontTemplates };
@@ -1,4 +0,0 @@
1
- import { AdNativeData } from 'features/interface/ad-native';
2
- import './styles.scss';
3
- declare const content: ({ containerId, url, title, logo, sponsoredBy, img, description }: AdNativeData) => string;
4
- export { content };
@@ -1,4 +0,0 @@
1
- import { AdNativeData } from 'features/interface/ad-native';
2
- import './styles.scss';
3
- declare const contentDisplayBasic: ({ containerId, url, title, logo, sponsoredBy, img }: AdNativeData) => string;
4
- export { contentDisplayBasic };
@@ -1,3 +0,0 @@
1
- import { AdNativeTemplates } from 'features/interface/ad-native';
2
- declare const TEMPLATES_ARTICLES: AdNativeTemplates;
3
- export { TEMPLATES_ARTICLES };
@@ -1,4 +0,0 @@
1
- import { AdNativeData } from 'features/interface/ad-native';
2
- import './styles.scss';
3
- declare const recirc: ({ containerId, url, title, logo, sponsoredBy, img }: AdNativeData) => string;
4
- export { recirc };
@@ -1,4 +0,0 @@
1
- import { AdNativeData } from 'features/interface/ad-native';
2
- import './styles.scss';
3
- declare const content: ({ containerId, url, title, logo, sponsoredBy, img, description }: AdNativeData) => string;
4
- export { content };
@@ -1,4 +0,0 @@
1
- import { AdNativeData } from 'features/interface/ad-native';
2
- import './styles.scss';
3
- declare const contentDisplayBasic: ({ containerId, url, title, logo, sponsoredBy, img }: AdNativeData) => string;
4
- export { contentDisplayBasic };
@@ -1,3 +0,0 @@
1
- import { AdNativeTemplates } from 'features/interface/ad-native';
2
- declare const TEMPLATES_FRONT: AdNativeTemplates;
3
- export { TEMPLATES_FRONT };