@atlaskit/reactions 22.16.14 → 23.0.0
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 +8 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/shared/i18n.js +6 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/shared/i18n.js +6 -1
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/shared/i18n.js +6 -1
- package/dist/types/shared/i18n.d.ts +5 -0
- package/dist/types-ts4.5/shared/i18n.d.ts +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/reactions
|
|
2
2
|
|
|
3
|
+
## 23.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#101694](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101694)
|
|
8
|
+
[`948ffe9fc5518`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/948ffe9fc5518) -
|
|
9
|
+
Update and add i18n translations for Reactions Dialog
|
|
10
|
+
|
|
3
11
|
## 22.16.14
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -11,7 +11,7 @@ var _analyticsGasTypes = require("@atlaskit/analytics-gas-types");
|
|
|
11
11
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
12
12
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
13
13
|
var packageName = "@atlaskit/reactions";
|
|
14
|
-
var packageVersion = "
|
|
14
|
+
var packageVersion = "23.0.0";
|
|
15
15
|
/**
|
|
16
16
|
* TODO: move to utility package?
|
|
17
17
|
* A random sampling function
|
package/dist/cjs/shared/i18n.js
CHANGED
|
@@ -73,12 +73,17 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
73
73
|
},
|
|
74
74
|
seeWhoReacted: {
|
|
75
75
|
id: 'reactions.dialog.viewall',
|
|
76
|
-
defaultMessage: '
|
|
76
|
+
defaultMessage: 'View all',
|
|
77
77
|
description: 'Link button to show who reacted in a modal'
|
|
78
78
|
},
|
|
79
79
|
seeWhoReactedTooltip: {
|
|
80
80
|
id: 'reactions.dialog.viewall.tooltip',
|
|
81
81
|
defaultMessage: 'View all user reactions',
|
|
82
82
|
description: 'Tooltip content of see who reacted link'
|
|
83
|
+
},
|
|
84
|
+
peopleWhoReactedSubheading: {
|
|
85
|
+
id: 'reactions.dialog.people-who-reacted.subheader',
|
|
86
|
+
defaultMessage: 'People who reacted with {emojiShortName}',
|
|
87
|
+
description: 'Subheading that shows the user which emoji tab they are on'
|
|
83
88
|
}
|
|
84
89
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
2
2
|
import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
|
|
3
3
|
const packageName = "@atlaskit/reactions";
|
|
4
|
-
const packageVersion = "
|
|
4
|
+
const packageVersion = "23.0.0";
|
|
5
5
|
/**
|
|
6
6
|
* TODO: move to utility package?
|
|
7
7
|
* A random sampling function
|
|
@@ -70,12 +70,17 @@ export const messages = defineMessages({
|
|
|
70
70
|
},
|
|
71
71
|
seeWhoReacted: {
|
|
72
72
|
id: 'reactions.dialog.viewall',
|
|
73
|
-
defaultMessage: '
|
|
73
|
+
defaultMessage: 'View all',
|
|
74
74
|
description: 'Link button to show who reacted in a modal'
|
|
75
75
|
},
|
|
76
76
|
seeWhoReactedTooltip: {
|
|
77
77
|
id: 'reactions.dialog.viewall.tooltip',
|
|
78
78
|
defaultMessage: 'View all user reactions',
|
|
79
79
|
description: 'Tooltip content of see who reacted link'
|
|
80
|
+
},
|
|
81
|
+
peopleWhoReactedSubheading: {
|
|
82
|
+
id: 'reactions.dialog.people-who-reacted.subheader',
|
|
83
|
+
defaultMessage: 'People who reacted with {emojiShortName}',
|
|
84
|
+
description: 'Subheading that shows the user which emoji tab they are on'
|
|
80
85
|
}
|
|
81
86
|
});
|
|
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
5
5
|
import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
|
|
6
6
|
var packageName = "@atlaskit/reactions";
|
|
7
|
-
var packageVersion = "
|
|
7
|
+
var packageVersion = "23.0.0";
|
|
8
8
|
/**
|
|
9
9
|
* TODO: move to utility package?
|
|
10
10
|
* A random sampling function
|
package/dist/esm/shared/i18n.js
CHANGED
|
@@ -67,12 +67,17 @@ export var messages = defineMessages({
|
|
|
67
67
|
},
|
|
68
68
|
seeWhoReacted: {
|
|
69
69
|
id: 'reactions.dialog.viewall',
|
|
70
|
-
defaultMessage: '
|
|
70
|
+
defaultMessage: 'View all',
|
|
71
71
|
description: 'Link button to show who reacted in a modal'
|
|
72
72
|
},
|
|
73
73
|
seeWhoReactedTooltip: {
|
|
74
74
|
id: 'reactions.dialog.viewall.tooltip',
|
|
75
75
|
defaultMessage: 'View all user reactions',
|
|
76
76
|
description: 'Tooltip content of see who reacted link'
|
|
77
|
+
},
|
|
78
|
+
peopleWhoReactedSubheading: {
|
|
79
|
+
id: 'reactions.dialog.people-who-reacted.subheader',
|
|
80
|
+
defaultMessage: 'People who reacted with {emojiShortName}',
|
|
81
|
+
description: 'Subheading that shows the user which emoji tab they are on'
|
|
77
82
|
}
|
|
78
83
|
});
|