@newskit-render/core 4.2.2 → 4.3.0-alpha.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 CHANGED
@@ -3,6 +3,14 @@
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
+ ## [4.2.2](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.2.2-alpha.0...@newskit-render/core@4.2.2) (2023-04-06)
7
+
8
+ **Note:** Version bump only for package @newskit-render/core
9
+
10
+
11
+
12
+
13
+
6
14
  ## [4.2.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.2.1-alpha.1...@newskit-render/core@4.2.1) (2023-04-05)
7
15
 
8
16
  **Note:** Version bump only for package @newskit-render/core
@@ -6,7 +6,7 @@ exports[`Recommendation render related article page when data is null page 1`] =
6
6
  class="css-1d2q07x"
7
7
  >
8
8
  <div
9
- class="css-1l668x8"
9
+ class="css-hpal4s"
10
10
  data-testid="NavigationPrimary"
11
11
  >
12
12
  <div
@@ -24,7 +24,7 @@ exports[`Recommendation render related article page when data is null page 1`] =
24
24
  class="css-17x5lw"
25
25
  >
26
26
  <div
27
- class="css-u544wz"
27
+ class="css-swzsha"
28
28
  >
29
29
  <figure
30
30
  class="css-x0vdlo"
@@ -6,7 +6,7 @@ exports[`getServerSideProps Homepage 1`] = `
6
6
  class="css-1d2q07x"
7
7
  >
8
8
  <div
9
- class="css-1l668x8"
9
+ class="css-hpal4s"
10
10
  data-testid="NavigationPrimary"
11
11
  >
12
12
  <div
@@ -24,7 +24,7 @@ exports[`getServerSideProps Homepage 1`] = `
24
24
  class="css-17x5lw"
25
25
  >
26
26
  <div
27
- class="css-u544wz"
27
+ class="css-swzsha"
28
28
  >
29
29
  <figure
30
30
  class="css-x0vdlo"
@@ -6,7 +6,7 @@ exports[`Recommendation render related article page when data is null page 1`] =
6
6
  class="css-1d2q07x"
7
7
  >
8
8
  <div
9
- class="css-1l668x8"
9
+ class="css-hpal4s"
10
10
  data-testid="NavigationPrimary"
11
11
  >
12
12
  <div
@@ -24,7 +24,7 @@ exports[`Recommendation render related article page when data is null page 1`] =
24
24
  class="css-17x5lw"
25
25
  >
26
26
  <div
27
- class="css-u544wz"
27
+ class="css-swzsha"
28
28
  >
29
29
  <figure
30
30
  class="css-x0vdlo"
@@ -6,7 +6,7 @@ exports[`Article should render tile and sub title 1`] = `
6
6
  class="css-1d2q07x"
7
7
  >
8
8
  <div
9
- class="css-1l668x8"
9
+ class="css-hpal4s"
10
10
  data-testid="NavigationPrimary"
11
11
  >
12
12
  <div
@@ -24,7 +24,7 @@ exports[`Article should render tile and sub title 1`] = `
24
24
  class="css-17x5lw"
25
25
  >
26
26
  <div
27
- class="css-u544wz"
27
+ class="css-swzsha"
28
28
  >
29
29
  <figure
30
30
  class="css-x0vdlo"
@@ -5,16 +5,16 @@ describe('My account commenting notifications', () => {
5
5
  })
6
6
 
7
7
  it('Should display commenting notifications', () => {
8
- cy.get('[data-testid="layout-Cell"]').contains(
8
+ cy.get('[data-testid="layout-grid"]').contains(
9
9
  'Edit your commenting notifications'
10
10
  )
11
- cy.get('[data-testid="layout-Cell"]').contains(
11
+ cy.get('[data-testid="layout-grid"]').contains(
12
12
  'When someone mentions me in a comment'
13
13
  )
14
- cy.get('[data-testid="layout-Cell"]').contains(
14
+ cy.get('[data-testid="layout-grid"]').contains(
15
15
  'When someone likes one of my comments'
16
16
  )
17
- cy.get('[data-testid="layout-Cell"]').contains(
17
+ cy.get('[data-testid="layout-grid"]').contains(
18
18
  'When someone replies to one of my comments'
19
19
  )
20
20
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "4.2.2",
3
+ "version": "4.3.0-alpha.1",
4
4
  "description": "Newskit Render - Core package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -41,12 +41,12 @@
41
41
  "@emotion/styled": "11.9.3",
42
42
  "@newskit-render/api": "^1.6.8",
43
43
  "@newskit-render/auth": "^1.3.11",
44
- "@newskit-render/checkout": "^3.0.6",
44
+ "@newskit-render/checkout": "^3.1.0-alpha.1",
45
45
  "@newskit-render/feature-flags": "^1.4.11",
46
46
  "@newskit-render/feed": "^1.4.18",
47
- "@newskit-render/my-account": "^6.1.3",
48
- "@newskit-render/shared-components": "^3.2.3",
49
- "@newskit-render/standalone-components": "^3.3.3",
47
+ "@newskit-render/my-account": "^6.2.0-alpha.1",
48
+ "@newskit-render/shared-components": "^3.3.0-alpha.1",
49
+ "@newskit-render/standalone-components": "^3.4.0-alpha.1",
50
50
  "@newskit-render/validation": "^1.6.0",
51
51
  "@next/font": "13.1.6",
52
52
  "cross-fetch": "3.1.5",