@times-components/ts-components 1.62.3 → 1.62.4
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.62.4](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.62.3...@times-components/ts-components@1.62.4) (2023-01-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **TDP-2934:** Update copy in real name commenting blue banner ([#3209](https://github.com/newsuk/times-components/issues/3209)) ([5aab697](https://github.com/newsuk/times-components/commit/5aab697d9459ffe326a7f14f5e8f4c15b63cf3f5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [1.62.3](https://github.com/newsuk/times-components/compare/@times-components/ts-components@1.62.2...@times-components/ts-components@1.62.3) (2023-01-04)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -5,9 +5,9 @@ import { select } from '@storybook/addon-knobs';
|
|
|
5
5
|
storiesOf('Typescript Component/InlineMessage', module).add('default', () => {
|
|
6
6
|
const type = select('Level', ['info', 'warning', 'error'], 'info');
|
|
7
7
|
return (React.createElement(InlineMessage, { title: "Real-name comments", type: type },
|
|
8
|
-
"
|
|
8
|
+
"Our policy is now for commenters to use real names. You may",
|
|
9
9
|
' ',
|
|
10
10
|
React.createElement("a", { href: "https://home.thetimes.co.uk/" }, "edit your screen name here"),
|
|
11
11
|
"."));
|
|
12
12
|
});
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSW5saW5lTWVzc2FnZS5zdG9yaWVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2NvbXBvbmVudHMvaW5saW5lLW1lc3NhZ2UvSW5saW5lTWVzc2FnZS5zdG9yaWVzLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssTUFBTSxPQUFPLENBQUM7QUFDMUIsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNoRCxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFaEQsU0FBUyxDQUFDLG9DQUFvQyxFQUFFLE1BQU0sQ0FBQyxDQUFDLEdBQUcsQ0FBQyxTQUFTLEVBQUUsR0FBRyxFQUFFO0lBQzFFLE1BQU0sSUFBSSxHQUFHLE1BQU0sQ0FBQyxPQUFPLEVBQUUsQ0FBQyxNQUFNLEVBQUUsU0FBUyxFQUFFLE9BQU8sQ0FBQyxFQUFFLE1BQU0sQ0FBQyxDQUFDO0lBQ25FLE9BQU8sQ0FDTCxvQkFBQyxhQUFhLElBQUMsS0FBSyxFQUFDLG9CQUFvQixFQUFDLElBQUksRUFBRSxJQUFJOztRQUNVLEdBQUc7UUFDL0QsMkJBQUcsSUFBSSxFQUFDLDhCQUE4QixpQ0FBK0I7WUFDdkQsQ0FDakIsQ0FBQztBQUNKLENBQUMsQ0FBQyxDQUFDIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/ts-components",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.4",
|
|
4
4
|
"description": "Reuseable Typescript React Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dev": "dist/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@times-components/link": "3.11.6",
|
|
57
57
|
"@times-components/provider": "1.33.6",
|
|
58
58
|
"@times-components/provider-queries": "2.18.0",
|
|
59
|
-
"@times-components/related-articles": "6.12.
|
|
59
|
+
"@times-components/related-articles": "6.12.28",
|
|
60
60
|
"@times-components/ts-slices": "1.6.7",
|
|
61
61
|
"@times-components/ts-styleguide": "1.37.6",
|
|
62
62
|
"@times-components/utils": "6.15.6",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"@testing-library/jest-dom/extend-expect"
|
|
113
113
|
]
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "a726e5a83043903d3a93e23ec1442b19847d79b9"
|
|
116
116
|
}
|
|
@@ -7,7 +7,7 @@ storiesOf('Typescript Component/InlineMessage', module).add('default', () => {
|
|
|
7
7
|
const type = select('Level', ['info', 'warning', 'error'], 'info');
|
|
8
8
|
return (
|
|
9
9
|
<InlineMessage title="Real-name comments" type={type}>
|
|
10
|
-
|
|
10
|
+
Our policy is now for commenters to use real names. You may{' '}
|
|
11
11
|
<a href="https://home.thetimes.co.uk/">edit your screen name here</a>.
|
|
12
12
|
</InlineMessage>
|
|
13
13
|
);
|