@atlaskit/people-teams-ui-public 3.6.1 → 3.6.2
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 +6 -0
- package/dist/cjs/common/utils/analytics/hooks.js +1 -1
- package/dist/cjs/ui/verified-team-icon/main.js +2 -2
- package/dist/es2019/common/utils/analytics/hooks.js +1 -1
- package/dist/es2019/ui/verified-team-icon/main.js +2 -2
- package/dist/esm/common/utils/analytics/hooks.js +1 -1
- package/dist/esm/ui/verified-team-icon/main.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -15,7 +15,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
15
15
|
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; }
|
|
16
16
|
var defaultAnalyticsContextData = {
|
|
17
17
|
packageName: "@atlaskit/people-teams-ui-public",
|
|
18
|
-
packageVersion: "3.6.
|
|
18
|
+
packageVersion: "3.6.1"
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -27,12 +27,12 @@ var VerifiedTeamIcon = exports.VerifiedTeamIcon = function VerifiedTeamIcon(_ref
|
|
|
27
27
|
role: "button",
|
|
28
28
|
"data-testid": "verified-team-icon"
|
|
29
29
|
}, ' ', /*#__PURE__*/_react.default.createElement(_statusVerified.default, {
|
|
30
|
-
color: "var(--ds-icon-accent-blue, #
|
|
30
|
+
color: "var(--ds-icon-accent-blue, #357DE8)",
|
|
31
31
|
size: size,
|
|
32
32
|
label: tooltipContent,
|
|
33
33
|
spacing: "spacious"
|
|
34
34
|
}))) : /*#__PURE__*/_react.default.createElement(_statusVerified.default, {
|
|
35
|
-
color: "var(--ds-icon-accent-blue, #
|
|
35
|
+
color: "var(--ds-icon-accent-blue, #357DE8)",
|
|
36
36
|
size: size,
|
|
37
37
|
spacing: "spacious",
|
|
38
38
|
label: label
|
|
@@ -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.6.
|
|
5
|
+
packageVersion: "3.6.1"
|
|
6
6
|
};
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -20,12 +20,12 @@ export const VerifiedTeamIcon = ({
|
|
|
20
20
|
role: "button",
|
|
21
21
|
"data-testid": "verified-team-icon"
|
|
22
22
|
}, ' ', /*#__PURE__*/React.createElement(VerifiedIcon, {
|
|
23
|
-
color: "var(--ds-icon-accent-blue, #
|
|
23
|
+
color: "var(--ds-icon-accent-blue, #357DE8)",
|
|
24
24
|
size: size,
|
|
25
25
|
label: tooltipContent,
|
|
26
26
|
spacing: "spacious"
|
|
27
27
|
}))) : /*#__PURE__*/React.createElement(VerifiedIcon, {
|
|
28
|
-
color: "var(--ds-icon-accent-blue, #
|
|
28
|
+
color: "var(--ds-icon-accent-blue, #357DE8)",
|
|
29
29
|
size: size,
|
|
30
30
|
spacing: "spacious",
|
|
31
31
|
label: label
|
|
@@ -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.6.
|
|
9
|
+
packageVersion: "3.6.1"
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
/**
|
|
@@ -20,12 +20,12 @@ export var VerifiedTeamIcon = function VerifiedTeamIcon(_ref) {
|
|
|
20
20
|
role: "button",
|
|
21
21
|
"data-testid": "verified-team-icon"
|
|
22
22
|
}, ' ', /*#__PURE__*/React.createElement(VerifiedIcon, {
|
|
23
|
-
color: "var(--ds-icon-accent-blue, #
|
|
23
|
+
color: "var(--ds-icon-accent-blue, #357DE8)",
|
|
24
24
|
size: size,
|
|
25
25
|
label: tooltipContent,
|
|
26
26
|
spacing: "spacious"
|
|
27
27
|
}))) : /*#__PURE__*/React.createElement(VerifiedIcon, {
|
|
28
|
-
color: "var(--ds-icon-accent-blue, #
|
|
28
|
+
color: "var(--ds-icon-accent-blue, #357DE8)",
|
|
29
29
|
size: size,
|
|
30
30
|
spacing: "spacious",
|
|
31
31
|
label: label
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/people-teams-ui-public",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.2",
|
|
4
4
|
"description": "UI components for public packages",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@atlaskit/analytics-namespaced-context": "^7.1.0",
|
|
39
|
-
"@atlaskit/icon": "^
|
|
39
|
+
"@atlaskit/icon": "^29.0.0",
|
|
40
40
|
"@atlaskit/legacy-custom-icons": "^0.22.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
42
42
|
"@atlaskit/primitives": "^16.1.0",
|