@atlaskit/people-teams-ui-public 3.1.2 → 3.1.3
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/common/utils/analytics/hooks.js +1 -1
- package/dist/cjs/ui/verified-team-icon/main.js +0 -1
- package/dist/es2019/common/utils/analytics/hooks.js +1 -1
- package/dist/es2019/ui/verified-team-icon/main.js +0 -1
- package/dist/esm/common/utils/analytics/hooks.js +1 -1
- package/dist/esm/ui/verified-team-icon/main.js +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/people-teams-ui-public
|
|
2
2
|
|
|
3
|
+
## 3.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#151525](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/151525)
|
|
8
|
+
[`cbaf5dcdd75f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cbaf5dcdd75f0) -
|
|
9
|
+
NO-ISSUE Fix verified team icon a11y conflict
|
|
10
|
+
|
|
3
11
|
## 3.1.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -16,7 +16,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
16
16
|
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; }
|
|
17
17
|
var defaultAnalyticsContextData = {
|
|
18
18
|
packageName: "@atlaskit/people-teams-ui-public",
|
|
19
|
-
packageVersion: "3.1.
|
|
19
|
+
packageVersion: "3.1.3"
|
|
20
20
|
};
|
|
21
21
|
function PeopleTeamsAnalyticsProvider(_ref) {
|
|
22
22
|
var analyticsContextData = _ref.analyticsContextData,
|
|
@@ -24,7 +24,6 @@ var VerifiedTeamIcon = exports.VerifiedTeamIcon = function VerifiedTeamIcon(_ref
|
|
|
24
24
|
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
25
25
|
tabIndex: 0,
|
|
26
26
|
role: "button",
|
|
27
|
-
"aria-hidden": "true",
|
|
28
27
|
"data-testid": "verified-team-icon"
|
|
29
28
|
}, ' ', /*#__PURE__*/_react.default.createElement(_statusVerified.default, {
|
|
30
29
|
color: "var(--ds-icon-accent-blue, #1D7AFC)",
|
|
@@ -2,7 +2,7 @@ import React, { useMemo } from 'react';
|
|
|
2
2
|
import { PeopleTeamsAnalyticsContext } from '@atlaskit/analytics-namespaced-context';
|
|
3
3
|
const defaultAnalyticsContextData = {
|
|
4
4
|
packageName: "@atlaskit/people-teams-ui-public",
|
|
5
|
-
packageVersion: "3.1.
|
|
5
|
+
packageVersion: "3.1.3"
|
|
6
6
|
};
|
|
7
7
|
export function PeopleTeamsAnalyticsProvider({
|
|
8
8
|
analyticsContextData,
|
|
@@ -18,7 +18,6 @@ export const VerifiedTeamIcon = ({
|
|
|
18
18
|
}, /*#__PURE__*/React.createElement("span", {
|
|
19
19
|
tabIndex: 0,
|
|
20
20
|
role: "button",
|
|
21
|
-
"aria-hidden": "true",
|
|
22
21
|
"data-testid": "verified-team-icon"
|
|
23
22
|
}, ' ', /*#__PURE__*/React.createElement(VerifiedIcon, {
|
|
24
23
|
color: "var(--ds-icon-accent-blue, #1D7AFC)",
|
|
@@ -6,7 +6,7 @@ import React, { useMemo } from 'react';
|
|
|
6
6
|
import { PeopleTeamsAnalyticsContext } from '@atlaskit/analytics-namespaced-context';
|
|
7
7
|
var defaultAnalyticsContextData = {
|
|
8
8
|
packageName: "@atlaskit/people-teams-ui-public",
|
|
9
|
-
packageVersion: "3.1.
|
|
9
|
+
packageVersion: "3.1.3"
|
|
10
10
|
};
|
|
11
11
|
export function PeopleTeamsAnalyticsProvider(_ref) {
|
|
12
12
|
var analyticsContextData = _ref.analyticsContextData,
|
|
@@ -17,7 +17,6 @@ export var VerifiedTeamIcon = function VerifiedTeamIcon(_ref) {
|
|
|
17
17
|
}, /*#__PURE__*/React.createElement("span", {
|
|
18
18
|
tabIndex: 0,
|
|
19
19
|
role: "button",
|
|
20
|
-
"aria-hidden": "true",
|
|
21
20
|
"data-testid": "verified-team-icon"
|
|
22
21
|
}, ' ', /*#__PURE__*/React.createElement(VerifiedIcon, {
|
|
23
22
|
color: "var(--ds-icon-accent-blue, #1D7AFC)",
|