@newskit-render/core 1.13.3 → 1.14.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.
- package/CHANGELOG.md +30 -0
- package/package.json +5 -5
- package/pages/_app.tsx +172 -0
- package/public/fonts/bitter-medium.woff +0 -0
- package/public/fonts/bitter-medium.woff2 +0 -0
- package/public/fonts/bitter-mediumitalic.woff +0 -0
- package/public/fonts/bitter-mediumitalic.woff2 +0 -0
- package/public/fonts/bitter-regular.woff +0 -0
- package/public/fonts/bitter-regular.woff2 +0 -0
- package/public/fonts/bitter-semibold.woff +0 -0
- package/public/fonts/bitter-semibold.woff2 +0 -0
- package/public/fonts/dmmono-medium.woff +0 -0
- package/public/fonts/dmmono-medium.woff2 +0 -0
- package/public/fonts/dmsans-bold-webfont.woff +0 -0
- package/public/fonts/dmsans-bold-webfont.woff2 +0 -0
- package/public/fonts/dmsans-bolditalic-webfont.woff +0 -0
- package/public/fonts/dmsans-bolditalic-webfont.woff2 +0 -0
- package/public/fonts/dmsans-italic-webfont.woff +0 -0
- package/public/fonts/dmsans-italic-webfont.woff2 +0 -0
- package/public/fonts/dmsans-medium-webfont.woff +0 -0
- package/public/fonts/dmsans-medium-webfont.woff2 +0 -0
- package/public/fonts/dmsans-mediumitalic-webfont.woff +0 -0
- package/public/fonts/dmsans-mediumitalic-webfont.woff2 +0 -0
- package/public/fonts/dmsans-regular-webfont.woff +0 -0
- package/public/fonts/dmsans-regular-webfont.woff2 +0 -0
- package/public/fonts/notosans-bold-webfont.woff +0 -0
- package/public/fonts/notosans-bold-webfont.woff2 +0 -0
- package/public/fonts/notosans-italic-webfont.woff +0 -0
- package/public/fonts/notosans-italic-webfont.woff2 +0 -0
- package/public/fonts/notosans-medium-webfont.woff +0 -0
- package/public/fonts/notosans-medium-webfont.woff2 +0 -0
- package/public/fonts/notosans-regular-webfont.woff +0 -0
- package/public/fonts/notosans-regular-webfont.woff2 +0 -0
- package/public/fonts/poppins-bold-webfont.woff +0 -0
- package/public/fonts/poppins-bold-webfont.woff2 +0 -0
- package/public/fonts/poppins-bolditalic-webfont.woff +0 -0
- package/public/fonts/poppins-bolditalic-webfont.woff2 +0 -0
- package/public/fonts/poppins-extrabold-webfont.woff +0 -0
- package/public/fonts/poppins-extrabold-webfont.woff2 +0 -0
- package/public/fonts/poppins-extrabolditalic-webfont.woff +0 -0
- package/public/fonts/poppins-extrabolditalic-webfont.woff2 +0 -0
- package/public/fonts/poppins-italic-webfont.woff +0 -0
- package/public/fonts/poppins-italic-webfont.woff2 +0 -0
- package/public/fonts/poppins-light-webfont.woff +0 -0
- package/public/fonts/poppins-light-webfont.woff2 +0 -0
- package/public/fonts/poppins-lightitalic-webfont.woff +0 -0
- package/public/fonts/poppins-lightitalic-webfont.woff2 +0 -0
- package/public/fonts/poppins-medium-webfont.woff +0 -0
- package/public/fonts/poppins-medium-webfont.woff2 +0 -0
- package/public/fonts/poppins-mediumitalic-webfont.woff +0 -0
- package/public/fonts/poppins-mediumitalic-webfont.woff2 +0 -0
- package/public/fonts/poppins-regular-webfont.woff +0 -0
- package/public/fonts/poppins-regular-webfont.woff2 +0 -0
- package/public/fonts/poppins-semibold-webfont.woff +0 -0
- package/public/fonts/poppins-semibold-webfont.woff2 +0 -0
- package/public/fonts/poppins-semibolditalic-webfont.woff +0 -0
- package/public/fonts/poppins-semibolditalic-webfont.woff2 +0 -0
- package/public/fonts/source-serif-pro-600.woff +0 -0
- package/public/fonts/source-serif-pro-600.woff2 +0 -0
- package/public/fonts/source-serif-pro-600italic.woff +0 -0
- package/public/fonts/source-serif-pro-600italic.woff2 +0 -0
- package/public/fonts/source-serif-pro-700.woff +0 -0
- package/public/fonts/source-serif-pro-700.woff2 +0 -0
- package/public/fonts/source-serif-pro-700italic.woff +0 -0
- package/public/fonts/source-serif-pro-700italic.woff2 +0 -0
- package/public/fonts/source-serif-pro-italic.woff +0 -0
- package/public/fonts/source-serif-pro-italic.woff2 +0 -0
- package/public/fonts/source-serif-pro-regular.woff +0 -0
- package/public/fonts/source-serif-pro-regular.woff2 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
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.14.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.14.0...@newskit-render/core@1.14.1) (2022-01-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @newskit-render/core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.14.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.13.4...@newskit-render/core@1.14.0) (2022-01-20)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **PPDSR-543:** Update newskitAPI session ([#564](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/564)) ([1e60be8](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/1e60be84984fc5fa163a9ab2e29d1e6a4eb4a935))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [1.13.4](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.13.3...@newskit-render/core@1.13.4) (2022-01-19)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **PPDSR-628:** add new fonts ([#557](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/557)) ([541bc58](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/541bc5832dea4abd7d94f93f9c5ff32704da2326))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
## [1.13.3](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.13.2...@newskit-render/core@1.13.3) (2022-01-19)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @newskit-render/core
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.1",
|
|
4
4
|
"description": "Newskit Render - Core package",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@apollo/client": "^3.4.16",
|
|
34
|
-
"@newskit-render/api": "^0.
|
|
34
|
+
"@newskit-render/api": "^0.9.0",
|
|
35
35
|
"@newskit-render/auth": "^0.25.0",
|
|
36
|
-
"@newskit-render/checkout": "^0.15.
|
|
37
|
-
"@newskit-render/my-account": "^0.
|
|
38
|
-
"@newskit-render/shared-components": "^0.
|
|
36
|
+
"@newskit-render/checkout": "^0.15.2",
|
|
37
|
+
"@newskit-render/my-account": "^0.124.1",
|
|
38
|
+
"@newskit-render/shared-components": "^0.26.1",
|
|
39
39
|
"@newskit-render/sitemap": "^0.28.0",
|
|
40
40
|
"@newskit-render/validation": "^0.30.0",
|
|
41
41
|
"cross-fetch": "^3.1.4",
|
package/pages/_app.tsx
CHANGED
|
@@ -49,6 +49,178 @@ const GlobalStyling = css`
|
|
|
49
49
|
font-family: TheSun-Medium;
|
|
50
50
|
src: url('/fonts/TheSun-Medium.ttf') format('truetype');
|
|
51
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
|
+
}
|
|
52
224
|
|
|
53
225
|
html,
|
|
54
226
|
body {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|