@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/teams-public
2
2
 
3
+ ## 0.72.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`79cd2fc60c2a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79cd2fc60c2a2) -
8
+ Fix require-description ESLint violation
9
+
3
10
  ## 0.72.0
4
11
 
5
12
  ### Minor Changes
@@ -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: 'Edit link option in dropdown'
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: 'Open link in new tab'
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: 'Edit link option in dropdown'
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: 'Open link in new tab'
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: 'Edit link option in dropdown'
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: 'Open link in new tab'
329
+ description: 'Accessible label for the external link icon on team link cards that opens in a new tab'
330
330
  }
331
331
  });
package/package.json CHANGED
@@ -107,7 +107,7 @@
107
107
  }
108
108
  },
109
109
  "name": "@atlaskit/teams-public",
110
- "version": "0.72.0",
110
+ "version": "0.72.1",
111
111
  "description": "Public components related to teams",
112
112
  "author": "Atlassian Pty Ltd",
113
113
  "license": "Apache-2.0",