@atlaskit/teams-public 0.72.0 → 0.72.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 +7 -0
- package/dist/cjs/ui/team-containers/disconnect-dialog/async.js +1 -1
- package/dist/cjs/ui/team-containers/team-link-card/index.js +2 -2
- package/dist/es2019/ui/team-containers/disconnect-dialog/async.js +2 -0
- package/dist/es2019/ui/team-containers/team-link-card/index.js +2 -2
- package/dist/esm/ui/team-containers/disconnect-dialog/async.js +2 -0
- package/dist/esm/ui/team-containers/team-link-card/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,7 @@ exports.DisconnectDialogLazy = void 0;
|
|
|
8
8
|
var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
|
|
9
9
|
var _react = _interopRequireDefault(require("react"));
|
|
10
10
|
var _reactLooselyLazy = require("react-loosely-lazy");
|
|
11
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != (0, _typeof2.default)(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
11
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != (0, _typeof2.default)(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } // oxlint-disable-next-line @atlassian/no-restricted-imports
|
|
12
12
|
var DisconnectDialogLazyInner = (0, _reactLooselyLazy.lazyForPaint)(function () {
|
|
13
13
|
return Promise.resolve().then(function () {
|
|
14
14
|
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_teams-public_disconnect-dialog" */'./index'));
|
|
@@ -325,7 +325,7 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
325
325
|
editLink: {
|
|
326
326
|
id: 'ptc-directory.team-containers.edit-link',
|
|
327
327
|
defaultMessage: 'Edit link',
|
|
328
|
-
description: '
|
|
328
|
+
description: 'Label for the edit link option in the team link card dropdown menu'
|
|
329
329
|
},
|
|
330
330
|
removeLink: {
|
|
331
331
|
id: 'ptc-directory.team-containers.remove-link',
|
|
@@ -335,6 +335,6 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
335
335
|
linkExternalIconLabel: {
|
|
336
336
|
id: 'ptc-directory.team-containers.link-external-icon-label',
|
|
337
337
|
defaultMessage: 'Open link in new tab',
|
|
338
|
-
description: '
|
|
338
|
+
description: 'Accessible label for the external link icon on team link cards that opens in a new tab'
|
|
339
339
|
}
|
|
340
340
|
});
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
|
|
3
|
+
// oxlint-disable-next-line @atlassian/no-restricted-imports
|
|
2
4
|
import { lazyForPaint, LazySuspense } from 'react-loosely-lazy';
|
|
3
5
|
const DisconnectDialogLazyInner = lazyForPaint(() => import( /* webpackChunkName: "@atlaskit-internal_teams-public_disconnect-dialog" */'./index').then(({
|
|
4
6
|
DisconnectDialog
|
|
@@ -295,7 +295,7 @@ const messages = defineMessages({
|
|
|
295
295
|
editLink: {
|
|
296
296
|
id: 'ptc-directory.team-containers.edit-link',
|
|
297
297
|
defaultMessage: 'Edit link',
|
|
298
|
-
description: '
|
|
298
|
+
description: 'Label for the edit link option in the team link card dropdown menu'
|
|
299
299
|
},
|
|
300
300
|
removeLink: {
|
|
301
301
|
id: 'ptc-directory.team-containers.remove-link',
|
|
@@ -305,6 +305,6 @@ const messages = defineMessages({
|
|
|
305
305
|
linkExternalIconLabel: {
|
|
306
306
|
id: 'ptc-directory.team-containers.link-external-icon-label',
|
|
307
307
|
defaultMessage: 'Open link in new tab',
|
|
308
|
-
description: '
|
|
308
|
+
description: 'Accessible label for the external link icon on team link cards that opens in a new tab'
|
|
309
309
|
}
|
|
310
310
|
});
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
|
|
3
|
+
// oxlint-disable-next-line @atlassian/no-restricted-imports
|
|
2
4
|
import { lazyForPaint, LazySuspense } from 'react-loosely-lazy';
|
|
3
5
|
var DisconnectDialogLazyInner = lazyForPaint(function () {
|
|
4
6
|
return import( /* webpackChunkName: "@atlaskit-internal_teams-public_disconnect-dialog" */'./index').then(function (_ref) {
|
|
@@ -316,7 +316,7 @@ var messages = defineMessages({
|
|
|
316
316
|
editLink: {
|
|
317
317
|
id: 'ptc-directory.team-containers.edit-link',
|
|
318
318
|
defaultMessage: 'Edit link',
|
|
319
|
-
description: '
|
|
319
|
+
description: 'Label for the edit link option in the team link card dropdown menu'
|
|
320
320
|
},
|
|
321
321
|
removeLink: {
|
|
322
322
|
id: 'ptc-directory.team-containers.remove-link',
|
|
@@ -326,6 +326,6 @@ var messages = defineMessages({
|
|
|
326
326
|
linkExternalIconLabel: {
|
|
327
327
|
id: 'ptc-directory.team-containers.link-external-icon-label',
|
|
328
328
|
defaultMessage: 'Open link in new tab',
|
|
329
|
-
description: '
|
|
329
|
+
description: 'Accessible label for the external link icon on team link cards that opens in a new tab'
|
|
330
330
|
}
|
|
331
331
|
});
|