@newskit-render/core 1.32.0 → 1.32.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,17 @@
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.32.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.32.0...@newskit-render/core@1.32.1) (2022-03-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **PPDSR-633:** update temp header ([#622](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/622)) ([dc77a3a](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/dc77a3ae4e946523817a67a210516c88fc43f768))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.32.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.31.0...@newskit-render/core@1.32.0) (2022-03-09)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "1.32.0",
3
+ "version": "1.32.1",
4
4
  "description": "Newskit Render - Core package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
package/temp/header.tsx CHANGED
@@ -88,21 +88,31 @@ const Navigation = styled.div`
88
88
  const pastDueBanner = {
89
89
  firstNotice: {
90
90
  title: "We haven't been able to take payment",
91
- text: 'You may need to update your payment details to keep your subscription.',
91
+ text:
92
+ 'You may need to update your payment details to keep your subscription.',
92
93
  button: 'Update payment details',
93
94
  },
94
95
  secondNotice: {
95
96
  title: 'Act now to keep your subscription',
96
- text: 'We’ve tried several times, but haven’t been able to take payment. Please update your payment details to keep your subscription.',
97
+ text:
98
+ 'We’ve tried several times, but haven’t been able to take payment. Please update your payment details to keep your subscription.',
97
99
  button: 'Update payment details',
98
100
  },
99
101
  terminated: {
100
102
  title: 'Your subscription has been terminated',
101
- text: 'We didn’t receive payment for your subscription. To reactivate it, please call 0800 018 5177.',
103
+ text:
104
+ 'We didn’t receive payment for your subscription. To reactivate it, please call 0800 018 5177.',
102
105
  },
103
106
  cancelled: {
104
107
  title: 'Your subscription has been cancelled.',
105
- text: 'You’ll no longer have access to subscription benefits. To re-activate call 0800 555 1234.',
108
+ text:
109
+ 'You’ll no longer have access to subscription benefits. To re-activate call 0800 555 1234.',
110
+ },
111
+ toBeCancelled: {
112
+ title: 'Your subscription will end soon.',
113
+ phoneNumber: '0800 555 1234',
114
+ text:
115
+ 'You have cacelled your subscription and will lose access to all benefits on ##DATE##. To re-activate your subcsription call ##PHONE_NUMBER##.',
106
116
  },
107
117
  treshold: {
108
118
  firstNotice: 26,