@reuters-graphics/graphics-components 2.0.2 → 2.0.3

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.
@@ -74,28 +74,26 @@ $: articleLdJson = {
74
74
  <title>{seoTitle}</title>
75
75
  <meta name="description" content="{seoDescription}" />
76
76
  <link rel="canonical" href="{canonicalUrl}" />
77
- <link
78
- rel="shortcut icon"
79
- type="image/x-icon"
80
- href="https://s3.reutersmedia.net/resources_v2/images/favicon/favicon.ico"
81
- />
82
77
  <link
83
78
  rel="icon"
84
79
  type="image/png"
85
- href="https://s3.reutersmedia.net/resources_v2/images/favicon/favicon-16x16.png"
86
- sizes="16x16"
80
+ href="https://graphics.thomsonreuters.com/style-assets/images/logos/favicon/favicon-96x96.png"
81
+ sizes="96x96"
87
82
  />
88
83
  <link
89
84
  rel="icon"
90
- type="image/png"
91
- href="https://s1.reutersmedia.net/resources_v2/images/favicon/favicon-32x32.png"
92
- sizes="32x32"
85
+ type="image/svg+xml"
86
+ href="https://graphics.thomsonreuters.com/style-assets/images/logos/favicon/kinesis.svg"
93
87
  />
94
88
  <link
95
- rel="icon"
96
- type="image/png"
97
- href="https://s3.reutersmedia.net/resources_v2/images/favicon/favicon-96x96.png"
98
- sizes="96x96"
89
+ rel="shortcut icon"
90
+ type="image/x-icon"
91
+ href="https://graphics.thomsonreuters.com/style-assets/images/logos/favicon/favicon.ico"
92
+ />
93
+ <link
94
+ rel="apple-touch-icon"
95
+ sizes="180x180"
96
+ href="https://graphics.thomsonreuters.com/style-assets/images/logos/favicon/apple-touch-icon.png"
99
97
  />
100
98
 
101
99
  <meta property="og:url" content="{canonicalUrl}" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reuters-graphics/graphics-components",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://reuters-graphics.github.io/graphics-components",