@atlaskit/give-kudos 4.16.2 → 4.17.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
CHANGED
|
@@ -268,6 +268,7 @@ var GiveKudosLauncher = function GiveKudosLauncher(props) {
|
|
|
268
268
|
height: "100%",
|
|
269
269
|
frameBorder: "0",
|
|
270
270
|
allow: "camera;microphone",
|
|
271
|
+
title: intl.formatMessage(_messages.default.giveKudosButton),
|
|
271
272
|
className: (0, _runtime.ax)([styles.iframe])
|
|
272
273
|
}));
|
|
273
274
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
@@ -249,6 +249,7 @@ const GiveKudosLauncher = props => {
|
|
|
249
249
|
height: "100%",
|
|
250
250
|
frameBorder: "0",
|
|
251
251
|
allow: "camera;microphone",
|
|
252
|
+
title: intl.formatMessage(messages.giveKudosButton),
|
|
252
253
|
className: ax([styles.iframe])
|
|
253
254
|
}));
|
|
254
255
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
@@ -259,6 +259,7 @@ var GiveKudosLauncher = function GiveKudosLauncher(props) {
|
|
|
259
259
|
height: "100%",
|
|
260
260
|
frameBorder: "0",
|
|
261
261
|
allow: "camera;microphone",
|
|
262
|
+
title: intl.formatMessage(messages.giveKudosButton),
|
|
262
263
|
className: ax([styles.iframe])
|
|
263
264
|
}));
|
|
264
265
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|