@newskit-render/core 1.44.0 → 1.44.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/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.44.2](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.44.1...@newskit-render/core@1.44.2) (2022-03-30)
7
+
8
+ **Note:** Version bump only for package @newskit-render/core
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.44.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.44.0...@newskit-render/core@1.44.1) (2022-03-30)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **PPDSR-691:** missing styles in temp files ([#658](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/658)) ([2b01484](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/2b01484dba99814d0a9ddb0987e9ba0b48f6401f))
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.44.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.43.1...@newskit-render/core@1.44.0) (2022-03-29)
7
26
 
8
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "1.44.0",
3
+ "version": "1.44.2",
4
4
  "description": "Newskit Render - Core package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -34,10 +34,10 @@
34
34
  "dependencies": {
35
35
  "@apollo/client": "3.4.16",
36
36
  "@newskit-render/api": "^0.18.0",
37
- "@newskit-render/auth": "^0.31.2",
37
+ "@newskit-render/auth": "^0.31.3",
38
38
  "@newskit-render/checkout": "^0.26.3",
39
39
  "@newskit-render/feature-flags": "^0.13.0",
40
- "@newskit-render/feed": "^0.5.1",
40
+ "@newskit-render/feed": "^0.5.2",
41
41
  "@newskit-render/my-account": "^0.152.0",
42
42
  "@newskit-render/shared-components": "^0.45.0",
43
43
  "@newskit-render/validation": "^0.39.1",
package/temp/_app.tsx CHANGED
@@ -13,6 +13,215 @@ if (!process.browser) {
13
13
  }
14
14
 
15
15
  const GlobalStyling = css`
16
+ @font-face {
17
+ font-family: GillSansMTStd-Medium;
18
+ src: url('/fonts/GillSansMTStd-Medium.otf');
19
+ }
20
+ @font-face {
21
+ font-family: TimesModern-Bold;
22
+ src: url('/fonts/TimesDigital-Bold.ttf') format('truetype');
23
+ }
24
+ @font-face {
25
+ font-family: TimesModern-Regular;
26
+ src: url('/fonts/TimesDigital-Regular.ttf') format('truetype');
27
+ }
28
+ @font-face {
29
+ font-family: TimesDigitalW04-Regular;
30
+ src: url('/fonts/TimesDigitalW04-Regular.ttf') format('truetype');
31
+ }
32
+ @font-face {
33
+ font-family: Montserrat;
34
+ src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
35
+ }
36
+ @font-face {
37
+ font-family: TheSun-Bold;
38
+ src: url('/fonts/TheSun-Bold.ttf') format('truetype');
39
+ }
40
+ @font-face {
41
+ font-family: TheSun-HeavyNarrow;
42
+ src: url('/fonts/TheSun-HeavyNarrow.ttf') format('truetype');
43
+ }
44
+ @font-face {
45
+ font-family: TheSun-Regular;
46
+ src: url('/fonts/TheSun-Regular.ttf') format('truetype');
47
+ }
48
+ @font-face {
49
+ font-family: TheSun-Medium;
50
+ src: url('/fonts/TheSun-Medium.ttf') format('truetype');
51
+ }
52
+ @font-face {
53
+ font-family: 'DM Sans';
54
+ src: url('/fonts/dmsans-regular-webfont.woff2') format('woff2'),
55
+ url('/fonts/dmsans-regular-webfont.woff') format('woff');
56
+ font-style: normal;
57
+ font-weight: 400;
58
+ font-display: swap;
59
+ }
60
+ @font-face {
61
+ font-family: 'DM Sans';
62
+ src: url('/fonts/dmsans-italic-webfont.woff2') format('woff2'),
63
+ url('/fonts/dmsans-italic-webfont.woff') format('woff');
64
+ font-style: italic;
65
+ font-weight: 400;
66
+ font-display: swap;
67
+ }
68
+ @font-face {
69
+ font-family: 'DM Sans';
70
+ src: url('/fonts/dmsans-medium-webfont.woff2') format('woff2'),
71
+ url('/fonts/dmsans-medium-webfont.woff') format('woff');
72
+ font-style: normal;
73
+ font-weight: 500;
74
+ font-display: swap;
75
+ }
76
+ @font-face {
77
+ font-family: 'DM Sans';
78
+ src: url('/fonts/dmsans-mediumitalic-webfont.woff2') format('woff2'),
79
+ url('/fonts/dmsans-mediumitalic-webfont.woff') format('woff');
80
+ font-style: italic;
81
+ font-weight: 500;
82
+ font-display: swap;
83
+ }
84
+ @font-face {
85
+ font-family: 'DM Sans';
86
+ src: url('/fonts/dmsans-bold-webfont.woff2') format('woff2'),
87
+ url('/fonts/dmsans-bold-webfont.woff') format('woff');
88
+ font-style: normal;
89
+ font-weight: 700;
90
+ font-display: swap;
91
+ }
92
+ @font-face {
93
+ font-family: 'DM Sans';
94
+ src: url('/fonts/dmsans-bolditalic-webfont.woff2') format('woff2'),
95
+ url('/fonts/dmsans-bolditalic-webfont.woff') format('woff');
96
+ font-style: italic;
97
+ font-weight: 700;
98
+ font-display: swap;
99
+ }
100
+ @font-face {
101
+ font-family: 'Poppins';
102
+ src: url('/fonts/poppins-bold-webfont.woff2') format('woff2'),
103
+ url('/fonts/poppins-bold-webfont.woff') format('woff');
104
+ font-weight: 700;
105
+ font-style: normal;
106
+ }
107
+ @font-face {
108
+ font-family: 'Poppins';
109
+ src: url('/fonts/poppins-bolditalic-webfont.woff2') format('woff2'),
110
+ url('/fonts/poppins-bolditalic-webfont.woff') format('woff');
111
+ font-weight: normal;
112
+ font-style: italic;
113
+ }
114
+ @font-face {
115
+ font-family: 'Poppins';
116
+ src: url('/fonts/poppins-extrabold-webfont.woff2') format('woff2'),
117
+ url('/fonts/poppins-extrabold-webfont.woff') format('woff');
118
+ font-weight: 800;
119
+ font-style: normal;
120
+ }
121
+ @font-face {
122
+ font-family: 'Poppins';
123
+ src: url('/fonts/poppins-extrabolditalic-webfont.woff2') format('woff2'),
124
+ url('/fonts/poppins-extrabolditalic-webfont.woff') format('woff');
125
+ font-weight: 800;
126
+ font-style: italic;
127
+ }
128
+ @font-face {
129
+ font-family: 'Poppins';
130
+ src: url('/fonts/poppins-italic-webfont.woff2') format('woff2'),
131
+ url('/fonts/poppins-italic-webfont.woff') format('woff');
132
+ font-weight: 400;
133
+ font-style: italic;
134
+ }
135
+ @font-face {
136
+ font-family: 'Poppins';
137
+ src: url('/fonts/poppins-light-webfont.woff2') format('woff2'),
138
+ url('/fonts/poppins-light-webfont.woff') format('woff');
139
+ font-weight: 300;
140
+ font-style: normal;
141
+ }
142
+ @font-face {
143
+ font-family: 'Poppins';
144
+ src: url('/fonts/poppins-lightitalic-webfont.woff2') format('woff2'),
145
+ url('/fonts/poppins-lightitalic-webfont.woff') format('woff');
146
+ font-weight: 300;
147
+ font-style: italic;
148
+ }
149
+ @font-face {
150
+ font-family: 'Poppins';
151
+ src: url('/fonts/poppins-medium-webfont.woff2') format('woff2'),
152
+ url('/fonts/poppins-medium-webfont.woff') format('woff');
153
+ font-weight: 500;
154
+ font-style: normal;
155
+ }
156
+ @font-face {
157
+ font-family: 'Poppins';
158
+ src: url('/fonts/poppins-mediumitalic-webfont.woff2') format('woff2'),
159
+ url('/fonts/poppins-mediumitalic-webfont.woff') format('woff');
160
+ font-weight: 500;
161
+ font-style: italic;
162
+ }
163
+ @font-face {
164
+ font-family: 'Poppins';
165
+ src: url('/fonts/poppins-regular-webfont.woff2') format('woff2'),
166
+ url('/fonts/poppins-regular-webfont.woff') format('woff');
167
+ font-weight: 400;
168
+ font-style: normal;
169
+ }
170
+ @font-face {
171
+ font-family: 'Poppins';
172
+ src: url('/fonts/poppins-semibold-webfont.woff2') format('woff2'),
173
+ url('/fonts/poppins-semibold-webfont.woff') format('woff');
174
+ font-weight: 600;
175
+ font-style: normal;
176
+ }
177
+ @font-face {
178
+ font-family: 'Poppins';
179
+ src: url('/fonts/poppins-semibolditalic-webfont.woff2') format('woff2'),
180
+ url('/fonts/poppins-semibolditalic-webfont.woff') format('woff');
181
+ font-weight: 600;
182
+ font-style: italic;
183
+ }
184
+ @font-face {
185
+ font-family: 'DM Mono';
186
+ src: url('/fonts/dmmono-medium.woff2') format('woff2'),
187
+ url('/fonts/dmmono-medium.woff') format('woff');
188
+ font-style: normal;
189
+ font-weight: 500;
190
+ font-display: swap;
191
+ }
192
+ @font-face {
193
+ font-family: 'Bitter';
194
+ src: url('/fonts/bitter-regular.woff2') format('woff2'),
195
+ url('/fonts/bitter-regular.woff') format('woff');
196
+ font-style: normal;
197
+ font-weight: 400;
198
+ font-display: swap;
199
+ }
200
+ @font-face {
201
+ font-family: 'Bitter';
202
+ src: url('/fonts/bitter-medium.woff2') format('woff2'),
203
+ url('/fonts/bitter-medium.woff') format('woff');
204
+ font-style: normal;
205
+ font-weight: 500;
206
+ font-display: swap;
207
+ }
208
+ @font-face {
209
+ font-family: 'Bitter';
210
+ src: url('/fonts/bitter-mediumitalic.woff2') format('woff2'),
211
+ url('/fonts/bitter-mediumitalic.woff') format('woff');
212
+ font-style: italic;
213
+ font-weight: 500;
214
+ font-display: swap;
215
+ }
216
+ @font-face {
217
+ font-family: 'Bitter';
218
+ src: url('/fonts/bitter-semibold.woff2') format('woff2'),
219
+ url('/fonts/bitter-semibold.woff') format('woff');
220
+ font-style: normal;
221
+ font-weight: 600;
222
+ font-display: swap;
223
+ }
224
+
16
225
  html,
17
226
  body {
18
227
  padding: 0;
package/temp/header.tsx CHANGED
@@ -25,7 +25,7 @@ export const headerSize = 'sizing100'
25
25
 
26
26
  const StyledHeader = styled.div`
27
27
  ${getSizingCssFromTheme('height', headerSize)}
28
- ${getColorCssFromTheme('backgroundColor', 'neutral100')};
28
+ ${getColorCssFromTheme('backgroundColor', 'interfaceBrand010')};
29
29
  a,
30
30
  a:visited:not(:disabled) {
31
31
  ${getColorCssFromTheme('color', 'white')};