@atlaskit/profilecard 23.2.2 → 23.2.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
  3. package/dist/cjs/client/getTeamFromAGG.js +1 -1
  4. package/dist/cjs/components/Team/TeamProfileCard.js +1 -1
  5. package/dist/cjs/components/User/ProfileCardDetails.js +1 -1
  6. package/dist/cjs/styled/Card.compiled.css +2 -2
  7. package/dist/cjs/styled/Card.js +6 -6
  8. package/dist/cjs/styled/Error.compiled.css +1 -1
  9. package/dist/cjs/styled/Error.js +2 -2
  10. package/dist/cjs/styled/ReportingLines.compiled.css +1 -1
  11. package/dist/cjs/styled/ReportingLines.js +2 -2
  12. package/dist/cjs/styled/TeamCard.compiled.css +1 -1
  13. package/dist/cjs/styled/TeamCard.js +2 -2
  14. package/dist/cjs/util/analytics.js +1 -1
  15. package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
  16. package/dist/es2019/client/getTeamFromAGG.js +1 -1
  17. package/dist/es2019/components/Team/TeamProfileCard.js +1 -1
  18. package/dist/es2019/components/User/ProfileCardDetails.js +1 -1
  19. package/dist/es2019/styled/Card.compiled.css +2 -2
  20. package/dist/es2019/styled/Card.js +6 -6
  21. package/dist/es2019/styled/Error.compiled.css +1 -1
  22. package/dist/es2019/styled/Error.js +2 -2
  23. package/dist/es2019/styled/ReportingLines.compiled.css +1 -1
  24. package/dist/es2019/styled/ReportingLines.js +2 -2
  25. package/dist/es2019/styled/TeamCard.compiled.css +1 -1
  26. package/dist/es2019/styled/TeamCard.js +2 -2
  27. package/dist/es2019/util/analytics.js +1 -1
  28. package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
  29. package/dist/esm/client/getTeamFromAGG.js +1 -1
  30. package/dist/esm/components/Team/TeamProfileCard.js +1 -1
  31. package/dist/esm/components/User/ProfileCardDetails.js +1 -1
  32. package/dist/esm/styled/Card.compiled.css +2 -2
  33. package/dist/esm/styled/Card.js +6 -6
  34. package/dist/esm/styled/Error.compiled.css +1 -1
  35. package/dist/esm/styled/Error.js +2 -2
  36. package/dist/esm/styled/ReportingLines.compiled.css +1 -1
  37. package/dist/esm/styled/ReportingLines.js +2 -2
  38. package/dist/esm/styled/TeamCard.compiled.css +1 -1
  39. package/dist/esm/styled/TeamCard.js +2 -2
  40. package/dist/esm/util/analytics.js +1 -1
  41. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 23.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#121658](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/121658)
8
+ [`87935efc5eab4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87935efc5eab4) -
9
+ PTC-20 Clean up verified teams feature gate
10
+
3
11
  ## 23.2.2
4
12
 
5
13
  ### Patch Changes
@@ -11,7 +11,7 @@ var _graphqlUtils = require("./graphqlUtils");
11
11
  var ORG_ID_FROM_CLOUD_ID_QUERY = "query OrgIdFromCloudId($cloudId: ID!) {\n\ttenantContexts(cloudIds: [$cloudId]) {\n\t\torgId\n\t}\n}";
12
12
  var addHeaders = function addHeaders(headers) {
13
13
  headers.append('atl-client-name', "@atlaskit/profilecard");
14
- headers.append('atl-client-version', "23.2.2");
14
+ headers.append('atl-client-version', "23.2.3");
15
15
  return headers;
16
16
  };
17
17
  function getOrgIdForCloudIdFromAGG(_x, _x2) {
@@ -66,7 +66,7 @@ var addHeaders = exports.addHeaders = function addHeaders(headers) {
66
66
  headers.append('X-ExperimentalApi', 'teams-beta');
67
67
  headers.append('X-ExperimentalApi', 'team-members-beta');
68
68
  headers.append('atl-client-name', "@atlaskit/profilecard");
69
- headers.append('atl-client-version', "23.2.2");
69
+ headers.append('atl-client-version', "23.2.3");
70
70
  return headers;
71
71
  };
72
72
  function getTeamFromAGG(_x, _x2, _x3) {
@@ -264,7 +264,7 @@ var TeamProfilecardContent = function TeamProfilecardContent(_ref5) {
264
264
  label: team.displayName
265
265
  }), /*#__PURE__*/_react.default.createElement(_TeamCard.CardContent, null, /*#__PURE__*/_react.default.createElement(_tooltip.default, {
266
266
  content: team.displayName
267
- }, /*#__PURE__*/_react.default.createElement(_compiled.Inline, null, /*#__PURE__*/_react.default.createElement(_TeamCard.TeamName, null, team.displayName), team.isVerified && (0, _platformFeatureFlags.fg)('show_verified_team_icon_in_profile_card') && /*#__PURE__*/_react.default.createElement(_verifiedTeamIcon.VerifiedTeamIcon, null))), /*#__PURE__*/_react.default.createElement(TeamMembers, {
267
+ }, /*#__PURE__*/_react.default.createElement(_compiled.Inline, null, /*#__PURE__*/_react.default.createElement(_TeamCard.TeamName, null, team.displayName), team.isVerified && /*#__PURE__*/_react.default.createElement(_verifiedTeamIcon.VerifiedTeamIcon, null))), /*#__PURE__*/_react.default.createElement(TeamMembers, {
268
268
  analytics: analytics,
269
269
  members: team.members,
270
270
  generateUserLink: generateUserLink,
@@ -25,7 +25,7 @@ var fullNameLabelStyles = (0, _primitives.xcss)({
25
25
  overflow: 'hidden',
26
26
  textOverflow: 'ellipsis',
27
27
  whiteSpace: 'nowrap',
28
- font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
28
+ font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
29
29
  });
30
30
  var noMetaLabelStyles = (0, _primitives.xcss)({
31
31
  marginTop: 'space.400',
@@ -1,5 +1,5 @@
1
- ._11c81vlj{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
2
- ._11c8qk37{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
+ ._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
3
3
  ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
4
4
  ._zulp12x7{gap:var(--ds-space-075,6px)}
5
5
  ._zulpu2gc{gap:var(--ds-space-100,8px)}
@@ -34,7 +34,7 @@ var styles = {
34
34
  overflowActionButtonsWrapper: "_1e0c1o8l _1bsbzwfg _4t3izwfg",
35
35
  cardContent: "_1e0c1txw _2lx21bp4 _1tkebv7e",
36
36
  detailsGroup: "_1e0c1txw _2lx21bp4 _18u01epz _19bvxy5q _1bsb18pt",
37
- disabledInfo: "_11c81vlj _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
37
+ disabledInfo: "_11c81o8v _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
38
38
  lozengeWrapper: "_19pkpxbi _1e0c1ule",
39
39
  customLozengeContainer: "_1e0c1txw _2lx2vrvc _1n261g80 _1bah1y6m _19pkutpp",
40
40
  spinnerContainer: "_4cvr1h6o _1e0c1txw _4t3i16xz _1bah1h6o _kqswh2mm",
@@ -45,7 +45,7 @@ var styles = {
45
45
  detailsLabel: "_zulpu2gc _1e0c1txw _4cvr1h6o _1bah1y6m _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t _o5721q9c",
46
46
  detailsLabelExtraTopSpace: "_19pkxy5q",
47
47
  detailsLabelIcon: "_1e0c1txw _1o9zidpf _syaz131l _1bsb7vkz _4t3i7vkz _s7n4jp4b _19pkze3t",
48
- detailsLabelText: "_1reo15vq _18m915vq _11c8qk37 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
48
+ detailsLabelText: "_1reo15vq _18m915vq _11c8dcr7 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
49
49
  kudosBlobAnimation: "_1e0cglyw _4t3i1w81 _1bsb1w81 _1pby1mrw _kqswstnw _j7hq1q51 _tip8kb7n _5sagi11n _1itkq1hn",
50
50
  jobTitleLabel: "_19pkze3t _otyrze3t _18u0utpp _2hwxze3t",
51
51
  appTitleLabel: "_2rkoglpi _syaz1fxt _u5f312x7 _19bv12x7 _1bsb1ns9 _19pk1b66 _otyrze3t _18u0utpp _2hwxze3t"
@@ -172,7 +172,7 @@ var DisabledInfo = exports.DisabledInfo = function DisabledInfo(_ref9) {
172
172
  }, children) : /*#__PURE__*/_react.default.createElement(DisabledInfoLegacy, null, children);
173
173
  };
174
174
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
175
- var DisabledInfoLegacy = _styled.default.div(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: ", " 0 0 0;\n\tline-height: 16px;\n"])), "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)", _constants2.labelTextColor, "var(--ds-space-150, 12px)");
175
+ var DisabledInfoLegacy = _styled.default.div(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: ", " 0 0 0;\n\tline-height: 16px;\n"])), "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", _constants2.labelTextColor, "var(--ds-space-150, 12px)");
176
176
  var LozengeWrapper = exports.LozengeWrapper = function LozengeWrapper(_ref10) {
177
177
  var children = _ref10.children;
178
178
  return (0, _platformFeatureFlags.fg)('compiled-migration-profilecard') ? /*#__PURE__*/_react.default.createElement(_compiled.Box, {
@@ -199,7 +199,7 @@ var JobTitleLabel = exports.JobTitleLabel = function JobTitleLabel(_ref12) {
199
199
  }, children)) : /*#__PURE__*/_react.default.createElement(JobTitleLabelLegacy, null, children);
200
200
  };
201
201
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
202
- var JobTitleLabelLegacy = _styled.default.span(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: 0 0 ", " 0;\n"])), "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)", _constants2.headerTextColor, "var(--ds-space-150, 12px)");
202
+ var JobTitleLabelLegacy = _styled.default.span(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: 0 0 ", " 0;\n"])), "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", _constants2.headerTextColor, "var(--ds-space-150, 12px)");
203
203
  var AppTitleLabel = exports.AppTitleLabel = function AppTitleLabel(_ref13) {
204
204
  var children = _ref13.children;
205
205
  return (0, _platformFeatureFlags.fg)('compiled-migration-profilecard') ? /*#__PURE__*/_react.default.createElement(_compiled.Box, {
@@ -212,7 +212,7 @@ var AppTitleLabel = exports.AppTitleLabel = function AppTitleLabel(_ref13) {
212
212
  }, children)) : /*#__PURE__*/_react.default.createElement(AppTitleLabelLegacy, null, children);
213
213
  };
214
214
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
215
- var AppTitleLabelLegacy = _styled.default.span(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteral2.default)(["\n\tbackground: ", ";\n\tcolor: ", ";\n\tborder-radius: ", ";\n\tpadding: 0 ", ";\n\twidth: fit-content;\n\tfont-weight: ", ";\n\ttext-transform: uppercase;\n\n\tfont: ", ";\n\tmargin: ", " 0 ", " 0;\n"])), _constants2.appLabelBgColor, _constants2.appLabelTextColor, (0, _constants.borderRadius)(), "var(--ds-space-075, 6px)", "var(--ds-font-weight-bold, 700)", "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-150, 12px)");
215
+ var AppTitleLabelLegacy = _styled.default.span(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteral2.default)(["\n\tbackground: ", ";\n\tcolor: ", ";\n\tborder-radius: ", ";\n\tpadding: 0 ", ";\n\twidth: fit-content;\n\tfont-weight: ", ";\n\ttext-transform: uppercase;\n\n\tfont: ", ";\n\tmargin: ", " 0 ", " 0;\n"])), _constants2.appLabelBgColor, _constants2.appLabelTextColor, (0, _constants.borderRadius)(), "var(--ds-space-075, 6px)", "var(--ds-font-weight-bold, 700)", "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-150, 12px)");
216
216
  var SpinnerContainer = exports.SpinnerContainer = function SpinnerContainer(_ref14) {
217
217
  var children = _ref14.children,
218
218
  testId = _ref14.testId;
@@ -273,4 +273,4 @@ var DetailsLabelText = exports.DetailsLabelText = function DetailsLabelText(_ref
273
273
  }, children) : /*#__PURE__*/_react.default.createElement(DetailsLabelTextLegacy, null, children);
274
274
  };
275
275
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
276
- var DetailsLabelTextLegacy = _styled.default.dd(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteral2.default)(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\tcolor: ", ";\n\tfont: ", ";\n\tpadding-block: ", ";\n\tpadding-left: ", ";\n\tmargin-inline-start: 0;\n\tmargin-top: 0;\n"])), _constants2.labelTextColor, "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)");
276
+ var DetailsLabelTextLegacy = _styled.default.dd(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteral2.default)(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\tcolor: ", ";\n\tfont: ", ";\n\tpadding-block: ", ";\n\tpadding-left: ", ";\n\tmargin-inline-start: 0;\n\tmargin-top: 0;\n"])), _constants2.labelTextColor, "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)");
@@ -1,4 +1,4 @@
1
- ._11c81oud{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._19bv1ejb{padding-left:var(--ds-space-300,24px)}
3
3
  ._19pku2gc{margin-top:var(--ds-space-100,8px)}
4
4
  ._ca0q1ejb{padding-top:var(--ds-space-300,24px)}
@@ -19,7 +19,7 @@ var _constants = require("./constants");
19
19
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
20
20
  var styles = {
21
21
  errorWrapper: "_y3gn1h6o _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb",
22
- errorTitle: "_11c81oud _syaz1fxt _19pku2gc",
22
+ errorTitle: "_11c82smr _syaz1fxt _19pku2gc",
23
23
  teamErrorText: "_syaz1wmz _19pku2gc"
24
24
  };
25
25
  var ErrorWrapper = exports.ErrorWrapper = function ErrorWrapper(props) {
@@ -43,7 +43,7 @@ var ErrorTitle = exports.ErrorTitle = function ErrorTitle(props) {
43
43
  };
44
44
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
45
45
  var ErrorTitleLegacy = _styled.default.p({
46
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
46
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
47
47
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
48
48
  color: _constants.errorTitleColor,
49
49
  margin: "var(--ds-space-100, 8px)".concat(" 0")
@@ -1,4 +1,4 @@
1
- ._11c81vlj{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._18u01b66{margin-left:var(--ds-space-050,4px)}
3
3
  ._18u0r5cr{margin-left:var(--ds-space-negative-050,-4px)}
4
4
  ._18u0u2gc{margin-left:var(--ds-space-100,8px)}
@@ -17,7 +17,7 @@ var _compiled = require("@atlaskit/primitives/compiled");
17
17
  var styles = {
18
18
  reportingLinesSection: "_18u01b66 _19pku2gc",
19
19
  managerSection: "_1e0c1txw _4cvr1h6o _18u01b66 _19pk1b66 _otyr1b66 _2hwx1b66",
20
- managerName: "_11c81vlj _18u0u2gc",
20
+ managerName: "_11c81o8v _18u0u2gc",
21
21
  offsetWrapper: "_19pk1b66 _18u0r5cr"
22
22
  };
23
23
 
@@ -49,7 +49,7 @@ var ManagerSection = exports.ManagerSection = function ManagerSection(_ref2) {
49
49
 
50
50
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
51
51
  var ManagerNameLegacy = _styled.default.span({
52
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
52
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
53
53
  marginLeft: "var(--ds-space-100, 8px)"
54
54
  });
55
55
  var ManagerName = exports.ManagerName = function ManagerName(_ref3) {
@@ -1,4 +1,4 @@
1
- ._11c8o0gd{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
3
3
  ._16jlkb7n{flex-grow:1}
4
4
  ._18m915vq{overflow-y:hidden}
@@ -26,7 +26,7 @@ var styles = {
26
26
  teamforbiddenerrorstatewrapper: "_1bsbnklw _kqswh2mm",
27
27
  cardheader: "_4t3i1qr7 _1bsb1osq",
28
28
  cardcontent: "_1e0c1txw _2lx21bp4 _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb _1tke1l8a",
29
- teamname: "_11c8o0gd _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
29
+ teamname: "_11c8lodh _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
30
30
  membercount: "_syaz1wmz _19pk1b66",
31
31
  avatarsection: "_19pkpxbi _18u01i6y",
32
32
  descriptionwrapper: "_19pkpxbi _4cvr1h6o _1e0c1txw",
@@ -124,7 +124,7 @@ var TeamName = exports.TeamName = function TeamName(props) {
124
124
  };
125
125
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
126
126
  var TeamNameLegacy = _styled.default.h6({
127
- font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
127
+ font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
128
128
  textTransform: 'none',
129
129
  overflow: 'hidden',
130
130
  maxHeight: '48px',
@@ -45,7 +45,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
45
45
  actionSubjectId: actionSubjectId,
46
46
  attributes: _objectSpread(_objectSpread({
47
47
  packageName: "@atlaskit/profilecard",
48
- packageVersion: "23.2.2"
48
+ packageVersion: "23.2.3"
49
49
  }, attributes), {}, {
50
50
  firedAt: Math.round((0, _performance.getPageTime)())
51
51
  })
@@ -6,7 +6,7 @@ const ORG_ID_FROM_CLOUD_ID_QUERY = `query OrgIdFromCloudId($cloudId: ID!) {
6
6
  }`;
7
7
  const addHeaders = headers => {
8
8
  headers.append('atl-client-name', "@atlaskit/profilecard");
9
- headers.append('atl-client-version', "23.2.2");
9
+ headers.append('atl-client-version', "23.2.3");
10
10
  return headers;
11
11
  };
12
12
  export async function getOrgIdForCloudIdFromAGG(url, cloudId) {
@@ -75,7 +75,7 @@ export const addHeaders = headers => {
75
75
  headers.append('X-ExperimentalApi', 'teams-beta');
76
76
  headers.append('X-ExperimentalApi', 'team-members-beta');
77
77
  headers.append('atl-client-name', "@atlaskit/profilecard");
78
- headers.append('atl-client-version', "23.2.2");
78
+ headers.append('atl-client-version', "23.2.3");
79
79
  return headers;
80
80
  };
81
81
  export async function getTeamFromAGG(url, teamId, siteId) {
@@ -230,7 +230,7 @@ const TeamProfilecardContent = ({
230
230
  label: team.displayName
231
231
  }), /*#__PURE__*/React.createElement(CardContent, null, /*#__PURE__*/React.createElement(Tooltip, {
232
232
  content: team.displayName
233
- }, /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement(TeamName, null, team.displayName), team.isVerified && fg('show_verified_team_icon_in_profile_card') && /*#__PURE__*/React.createElement(VerifiedTeamIcon, null))), /*#__PURE__*/React.createElement(TeamMembers, {
233
+ }, /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement(TeamName, null, team.displayName), team.isVerified && /*#__PURE__*/React.createElement(VerifiedTeamIcon, null))), /*#__PURE__*/React.createElement(TeamMembers, {
234
234
  analytics: analytics,
235
235
  members: team.members,
236
236
  generateUserLink: generateUserLink,
@@ -16,7 +16,7 @@ const fullNameLabelStyles = xcss({
16
16
  overflow: 'hidden',
17
17
  textOverflow: 'ellipsis',
18
18
  whiteSpace: 'nowrap',
19
- font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
19
+ font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
20
20
  });
21
21
  const noMetaLabelStyles = xcss({
22
22
  marginTop: 'space.400',
@@ -1,5 +1,5 @@
1
- ._11c81vlj{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
2
- ._11c8qk37{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
+ ._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
3
3
  ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
4
4
  ._zulp12x7{gap:var(--ds-space-075,6px)}
5
5
  ._zulpu2gc{gap:var(--ds-space-100,8px)}
@@ -25,7 +25,7 @@ const styles = {
25
25
  overflowActionButtonsWrapper: "_1e0c1o8l _1bsbzwfg _4t3izwfg",
26
26
  cardContent: "_1e0c1txw _2lx21bp4 _1tkebv7e",
27
27
  detailsGroup: "_1e0c1txw _2lx21bp4 _18u01epz _19bvxy5q _1bsb18pt",
28
- disabledInfo: "_11c81vlj _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
28
+ disabledInfo: "_11c81o8v _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
29
29
  lozengeWrapper: "_19pkpxbi _1e0c1ule",
30
30
  customLozengeContainer: "_1e0c1txw _2lx2vrvc _1n261g80 _1bah1y6m _19pkutpp",
31
31
  spinnerContainer: "_4cvr1h6o _1e0c1txw _4t3i16xz _1bah1h6o _kqswh2mm",
@@ -36,7 +36,7 @@ const styles = {
36
36
  detailsLabel: "_zulpu2gc _1e0c1txw _4cvr1h6o _1bah1y6m _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t _o5721q9c",
37
37
  detailsLabelExtraTopSpace: "_19pkxy5q",
38
38
  detailsLabelIcon: "_1e0c1txw _1o9zidpf _syaz131l _1bsb7vkz _4t3i7vkz _s7n4jp4b _19pkze3t",
39
- detailsLabelText: "_1reo15vq _18m915vq _11c8qk37 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
39
+ detailsLabelText: "_1reo15vq _18m915vq _11c8dcr7 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
40
40
  kudosBlobAnimation: "_1e0cglyw _4t3i1w81 _1bsb1w81 _1pby1mrw _kqswstnw _j7hq1q51 _tip8kb7n _5sagi11n _1itkq1hn",
41
41
  jobTitleLabel: "_19pkze3t _otyrze3t _18u0utpp _2hwxze3t",
42
42
  appTitleLabel: "_2rkoglpi _syaz1fxt _u5f312x7 _19bv12x7 _1bsb1ns9 _19pk1b66 _otyrze3t _18u0utpp _2hwxze3t"
@@ -248,7 +248,7 @@ export const DisabledInfo = ({
248
248
  }, children) : /*#__PURE__*/React.createElement(DisabledInfoLegacy, null, children);
249
249
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
250
250
  const DisabledInfoLegacy = styled.div`
251
- font: ${"var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"};
251
+ font: ${"var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"};
252
252
  color: ${labelTextColor};
253
253
  margin: ${"var(--ds-space-150, 12px)"} 0 0 0;
254
254
  line-height: 16px;
@@ -297,7 +297,7 @@ const JobTitleLabelLegacy = styled.span`
297
297
  text-overflow: ellipsis;
298
298
  white-space: nowrap;
299
299
 
300
- font: ${"var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"};
300
+ font: ${"var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"};
301
301
  color: ${headerTextColor};
302
302
  margin: 0 0 ${"var(--ds-space-150, 12px)"} 0;
303
303
  `;
@@ -321,7 +321,7 @@ const AppTitleLabelLegacy = styled.span`
321
321
  font-weight: ${"var(--ds-font-weight-bold, 700)"};
322
322
  text-transform: uppercase;
323
323
 
324
- font: ${"var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"};
324
+ font: ${"var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"};
325
325
  margin: ${"var(--ds-space-050, 4px)"} 0 ${"var(--ds-space-150, 12px)"} 0;
326
326
  `;
327
327
  export const SpinnerContainer = ({
@@ -420,7 +420,7 @@ const DetailsLabelTextLegacy = styled.dd`
420
420
  overflow: hidden;
421
421
  text-overflow: ellipsis;
422
422
  color: ${labelTextColor};
423
- font: ${"var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"};
423
+ font: ${"var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"};
424
424
  padding-block: ${"var(--ds-space-050, 4px)"};
425
425
  padding-left: ${"var(--ds-space-050, 4px)"};
426
426
  margin-inline-start: 0;
@@ -1,4 +1,4 @@
1
- ._11c81oud{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._19bv1ejb{padding-left:var(--ds-space-300,24px)}
3
3
  ._19pku2gc{margin-top:var(--ds-space-100,8px)}
4
4
  ._ca0q1ejb{padding-top:var(--ds-space-300,24px)}
@@ -13,7 +13,7 @@ import { N200 } from '@atlaskit/theme/colors';
13
13
  import { errorIconColor, errorTitleColor } from './constants';
14
14
  const styles = {
15
15
  errorWrapper: "_y3gn1h6o _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb",
16
- errorTitle: "_11c81oud _syaz1fxt _19pku2gc",
16
+ errorTitle: "_11c82smr _syaz1fxt _19pku2gc",
17
17
  teamErrorText: "_syaz1wmz _19pku2gc"
18
18
  };
19
19
  export const ErrorWrapper = props => fg('compiled-migration-profilecard') ? /*#__PURE__*/React.createElement(Box, _extends({
@@ -33,7 +33,7 @@ export const ErrorTitle = props => fg('compiled-migration-profilecard') ? /*#__P
33
33
  }, props.children) : /*#__PURE__*/React.createElement(ErrorTitleLegacy, null, props.children);
34
34
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
35
35
  const ErrorTitleLegacy = styled.p({
36
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
36
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
37
37
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
38
38
  color: errorTitleColor,
39
39
  margin: `${"var(--ds-space-100, 8px)"} 0`
@@ -1,4 +1,4 @@
1
- ._11c81vlj{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._18u01b66{margin-left:var(--ds-space-050,4px)}
3
3
  ._18u0r5cr{margin-left:var(--ds-space-negative-050,-4px)}
4
4
  ._18u0u2gc{margin-left:var(--ds-space-100,8px)}
@@ -11,7 +11,7 @@ import { Box } from '@atlaskit/primitives/compiled';
11
11
  const styles = {
12
12
  reportingLinesSection: "_18u01b66 _19pku2gc",
13
13
  managerSection: "_1e0c1txw _4cvr1h6o _18u01b66 _19pk1b66 _otyr1b66 _2hwx1b66",
14
- managerName: "_11c81vlj _18u0u2gc",
14
+ managerName: "_11c81o8v _18u0u2gc",
15
15
  offsetWrapper: "_19pk1b66 _18u0r5cr"
16
16
  };
17
17
 
@@ -41,7 +41,7 @@ export const ManagerSection = ({
41
41
 
42
42
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
43
43
  const ManagerNameLegacy = styled.span({
44
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
44
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
45
45
  marginLeft: "var(--ds-space-100, 8px)"
46
46
  });
47
47
  export const ManagerName = ({
@@ -1,4 +1,4 @@
1
- ._11c8o0gd{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
3
3
  ._16jlkb7n{flex-grow:1}
4
4
  ._18m915vq{overflow-y:hidden}
@@ -19,7 +19,7 @@ const styles = {
19
19
  teamforbiddenerrorstatewrapper: "_1bsbnklw _kqswh2mm",
20
20
  cardheader: "_4t3i1qr7 _1bsb1osq",
21
21
  cardcontent: "_1e0c1txw _2lx21bp4 _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb _1tke1l8a",
22
- teamname: "_11c8o0gd _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
22
+ teamname: "_11c8lodh _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
23
23
  membercount: "_syaz1wmz _19pk1b66",
24
24
  avatarsection: "_19pkpxbi _18u01i6y",
25
25
  descriptionwrapper: "_19pkpxbi _4cvr1h6o _1e0c1txw",
@@ -111,7 +111,7 @@ export const TeamName = props => fg('compiled-migration-profilecard') ? /*#__PUR
111
111
  }, props)) : /*#__PURE__*/React.createElement(TeamNameLegacy, props);
112
112
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
113
113
  const TeamNameLegacy = styled.h6({
114
- font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
114
+ font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
115
115
  textTransform: 'none',
116
116
  overflow: 'hidden',
117
117
  maxHeight: '48px',
@@ -32,7 +32,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
32
32
  actionSubjectId,
33
33
  attributes: {
34
34
  packageName: "@atlaskit/profilecard",
35
- packageVersion: "23.2.2",
35
+ packageVersion: "23.2.3",
36
36
  ...attributes,
37
37
  firedAt: Math.round(getPageTime())
38
38
  }
@@ -4,7 +4,7 @@ import { AGGQuery } from './graphqlUtils';
4
4
  var ORG_ID_FROM_CLOUD_ID_QUERY = "query OrgIdFromCloudId($cloudId: ID!) {\n\ttenantContexts(cloudIds: [$cloudId]) {\n\t\torgId\n\t}\n}";
5
5
  var addHeaders = function addHeaders(headers) {
6
6
  headers.append('atl-client-name', "@atlaskit/profilecard");
7
- headers.append('atl-client-version', "23.2.2");
7
+ headers.append('atl-client-version', "23.2.3");
8
8
  return headers;
9
9
  };
10
10
  export function getOrgIdForCloudIdFromAGG(_x, _x2) {
@@ -57,7 +57,7 @@ export var addHeaders = function addHeaders(headers) {
57
57
  headers.append('X-ExperimentalApi', 'teams-beta');
58
58
  headers.append('X-ExperimentalApi', 'team-members-beta');
59
59
  headers.append('atl-client-name', "@atlaskit/profilecard");
60
- headers.append('atl-client-version', "23.2.2");
60
+ headers.append('atl-client-version', "23.2.3");
61
61
  return headers;
62
62
  };
63
63
  export function getTeamFromAGG(_x, _x2, _x3) {
@@ -254,7 +254,7 @@ var TeamProfilecardContent = function TeamProfilecardContent(_ref5) {
254
254
  label: team.displayName
255
255
  }), /*#__PURE__*/React.createElement(CardContent, null, /*#__PURE__*/React.createElement(Tooltip, {
256
256
  content: team.displayName
257
- }, /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement(TeamName, null, team.displayName), team.isVerified && fg('show_verified_team_icon_in_profile_card') && /*#__PURE__*/React.createElement(VerifiedTeamIcon, null))), /*#__PURE__*/React.createElement(TeamMembers, {
257
+ }, /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement(TeamName, null, team.displayName), team.isVerified && /*#__PURE__*/React.createElement(VerifiedTeamIcon, null))), /*#__PURE__*/React.createElement(TeamMembers, {
258
258
  analytics: analytics,
259
259
  members: team.members,
260
260
  generateUserLink: generateUserLink,
@@ -18,7 +18,7 @@ var fullNameLabelStyles = xcss({
18
18
  overflow: 'hidden',
19
19
  textOverflow: 'ellipsis',
20
20
  whiteSpace: 'nowrap',
21
- font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
21
+ font: "var(--ds-font-body-large, normal 400 16px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
22
22
  });
23
23
  var noMetaLabelStyles = xcss({
24
24
  marginTop: 'space.400',
@@ -1,5 +1,5 @@
1
- ._11c81vlj{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
2
- ._11c8qk37{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
+ ._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
3
3
  ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
4
4
  ._zulp12x7{gap:var(--ds-space-075,6px)}
5
5
  ._zulpu2gc{gap:var(--ds-space-100,8px)}
@@ -27,7 +27,7 @@ var styles = {
27
27
  overflowActionButtonsWrapper: "_1e0c1o8l _1bsbzwfg _4t3izwfg",
28
28
  cardContent: "_1e0c1txw _2lx21bp4 _1tkebv7e",
29
29
  detailsGroup: "_1e0c1txw _2lx21bp4 _18u01epz _19bvxy5q _1bsb18pt",
30
- disabledInfo: "_11c81vlj _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
30
+ disabledInfo: "_11c81o8v _syaz1fxt _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t",
31
31
  lozengeWrapper: "_19pkpxbi _1e0c1ule",
32
32
  customLozengeContainer: "_1e0c1txw _2lx2vrvc _1n261g80 _1bah1y6m _19pkutpp",
33
33
  spinnerContainer: "_4cvr1h6o _1e0c1txw _4t3i16xz _1bah1h6o _kqswh2mm",
@@ -38,7 +38,7 @@ var styles = {
38
38
  detailsLabel: "_zulpu2gc _1e0c1txw _4cvr1h6o _1bah1y6m _19pkutpp _2hwxze3t _18u0ze3t _otyrze3t _o5721q9c",
39
39
  detailsLabelExtraTopSpace: "_19pkxy5q",
40
40
  detailsLabelIcon: "_1e0c1txw _1o9zidpf _syaz131l _1bsb7vkz _4t3i7vkz _s7n4jp4b _19pkze3t",
41
- detailsLabelText: "_1reo15vq _18m915vq _11c8qk37 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
41
+ detailsLabelText: "_1reo15vq _18m915vq _11c8dcr7 _1bto1l2s _syaz1fxt _19pkze3t _18u0ze3t",
42
42
  kudosBlobAnimation: "_1e0cglyw _4t3i1w81 _1bsb1w81 _1pby1mrw _kqswstnw _j7hq1q51 _tip8kb7n _5sagi11n _1itkq1hn",
43
43
  jobTitleLabel: "_19pkze3t _otyrze3t _18u0utpp _2hwxze3t",
44
44
  appTitleLabel: "_2rkoglpi _syaz1fxt _u5f312x7 _19bv12x7 _1bsb1ns9 _19pk1b66 _otyrze3t _18u0utpp _2hwxze3t"
@@ -165,7 +165,7 @@ export var DisabledInfo = function DisabledInfo(_ref9) {
165
165
  }, children) : /*#__PURE__*/React.createElement(DisabledInfoLegacy, null, children);
166
166
  };
167
167
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
168
- var DisabledInfoLegacy = styled.div(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: ", " 0 0 0;\n\tline-height: 16px;\n"])), "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)", labelTextColor, "var(--ds-space-150, 12px)");
168
+ var DisabledInfoLegacy = styled.div(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: ", " 0 0 0;\n\tline-height: 16px;\n"])), "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", labelTextColor, "var(--ds-space-150, 12px)");
169
169
  export var LozengeWrapper = function LozengeWrapper(_ref10) {
170
170
  var children = _ref10.children;
171
171
  return fg('compiled-migration-profilecard') ? /*#__PURE__*/React.createElement(Box, {
@@ -192,7 +192,7 @@ export var JobTitleLabel = function JobTitleLabel(_ref12) {
192
192
  }, children)) : /*#__PURE__*/React.createElement(JobTitleLabelLegacy, null, children);
193
193
  };
194
194
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
195
- var JobTitleLabelLegacy = styled.span(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: 0 0 ", " 0;\n"])), "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)", headerTextColor, "var(--ds-space-150, 12px)");
195
+ var JobTitleLabelLegacy = styled.span(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n\n\tfont: ", ";\n\tcolor: ", ";\n\tmargin: 0 0 ", " 0;\n"])), "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", headerTextColor, "var(--ds-space-150, 12px)");
196
196
  export var AppTitleLabel = function AppTitleLabel(_ref13) {
197
197
  var children = _ref13.children;
198
198
  return fg('compiled-migration-profilecard') ? /*#__PURE__*/React.createElement(Box, {
@@ -205,7 +205,7 @@ export var AppTitleLabel = function AppTitleLabel(_ref13) {
205
205
  }, children)) : /*#__PURE__*/React.createElement(AppTitleLabelLegacy, null, children);
206
206
  };
207
207
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
208
- var AppTitleLabelLegacy = styled.span(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\n\tbackground: ", ";\n\tcolor: ", ";\n\tborder-radius: ", ";\n\tpadding: 0 ", ";\n\twidth: fit-content;\n\tfont-weight: ", ";\n\ttext-transform: uppercase;\n\n\tfont: ", ";\n\tmargin: ", " 0 ", " 0;\n"])), appLabelBgColor, appLabelTextColor, borderRadius(), "var(--ds-space-075, 6px)", "var(--ds-font-weight-bold, 700)", "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-150, 12px)");
208
+ var AppTitleLabelLegacy = styled.span(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["\n\tbackground: ", ";\n\tcolor: ", ";\n\tborder-radius: ", ";\n\tpadding: 0 ", ";\n\twidth: fit-content;\n\tfont-weight: ", ";\n\ttext-transform: uppercase;\n\n\tfont: ", ";\n\tmargin: ", " 0 ", " 0;\n"])), appLabelBgColor, appLabelTextColor, borderRadius(), "var(--ds-space-075, 6px)", "var(--ds-font-weight-bold, 700)", "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-150, 12px)");
209
209
  export var SpinnerContainer = function SpinnerContainer(_ref14) {
210
210
  var children = _ref14.children,
211
211
  testId = _ref14.testId;
@@ -266,4 +266,4 @@ export var DetailsLabelText = function DetailsLabelText(_ref18) {
266
266
  }, children) : /*#__PURE__*/React.createElement(DetailsLabelTextLegacy, null, children);
267
267
  };
268
268
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
269
- var DetailsLabelTextLegacy = styled.dd(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\tcolor: ", ";\n\tfont: ", ";\n\tpadding-block: ", ";\n\tpadding-left: ", ";\n\tmargin-inline-start: 0;\n\tmargin-top: 0;\n"])), labelTextColor, "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)");
269
+ var DetailsLabelTextLegacy = styled.dd(_templateObject21 || (_templateObject21 = _taggedTemplateLiteral(["\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\tcolor: ", ";\n\tfont: ", ";\n\tpadding-block: ", ";\n\tpadding-left: ", ";\n\tmargin-inline-start: 0;\n\tmargin-top: 0;\n"])), labelTextColor, "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)", "var(--ds-space-050, 4px)", "var(--ds-space-050, 4px)");
@@ -1,4 +1,4 @@
1
- ._11c81oud{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._19bv1ejb{padding-left:var(--ds-space-300,24px)}
3
3
  ._19pku2gc{margin-top:var(--ds-space-100,8px)}
4
4
  ._ca0q1ejb{padding-top:var(--ds-space-300,24px)}
@@ -13,7 +13,7 @@ import { N200 } from '@atlaskit/theme/colors';
13
13
  import { errorIconColor, errorTitleColor } from './constants';
14
14
  var styles = {
15
15
  errorWrapper: "_y3gn1h6o _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb",
16
- errorTitle: "_11c81oud _syaz1fxt _19pku2gc",
16
+ errorTitle: "_11c82smr _syaz1fxt _19pku2gc",
17
17
  teamErrorText: "_syaz1wmz _19pku2gc"
18
18
  };
19
19
  export var ErrorWrapper = function ErrorWrapper(props) {
@@ -37,7 +37,7 @@ export var ErrorTitle = function ErrorTitle(props) {
37
37
  };
38
38
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
39
39
  var ErrorTitleLegacy = styled.p({
40
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
40
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
41
41
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
42
42
  color: errorTitleColor,
43
43
  margin: "var(--ds-space-100, 8px)".concat(" 0")
@@ -1,4 +1,4 @@
1
- ._11c81vlj{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._18u01b66{margin-left:var(--ds-space-050,4px)}
3
3
  ._18u0r5cr{margin-left:var(--ds-space-negative-050,-4px)}
4
4
  ._18u0u2gc{margin-left:var(--ds-space-100,8px)}
@@ -11,7 +11,7 @@ import { Box } from '@atlaskit/primitives/compiled';
11
11
  var styles = {
12
12
  reportingLinesSection: "_18u01b66 _19pku2gc",
13
13
  managerSection: "_1e0c1txw _4cvr1h6o _18u01b66 _19pk1b66 _otyr1b66 _2hwx1b66",
14
- managerName: "_11c81vlj _18u0u2gc",
14
+ managerName: "_11c81o8v _18u0u2gc",
15
15
  offsetWrapper: "_19pk1b66 _18u0r5cr"
16
16
  };
17
17
 
@@ -43,7 +43,7 @@ export var ManagerSection = function ManagerSection(_ref2) {
43
43
 
44
44
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
45
45
  var ManagerNameLegacy = styled.span({
46
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
46
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
47
47
  marginLeft: "var(--ds-space-100, 8px)"
48
48
  });
49
49
  export var ManagerName = function ManagerName(_ref3) {
@@ -1,4 +1,4 @@
1
- ._11c8o0gd{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c8lodh{font:var(--ds-font-heading-medium,normal 500 20px/24px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
3
3
  ._16jlkb7n{flex-grow:1}
4
4
  ._18m915vq{overflow-y:hidden}
@@ -21,7 +21,7 @@ var styles = {
21
21
  teamforbiddenerrorstatewrapper: "_1bsbnklw _kqswh2mm",
22
22
  cardheader: "_4t3i1qr7 _1bsb1osq",
23
23
  cardcontent: "_1e0c1txw _2lx21bp4 _ca0q1ejb _u5f31ejb _n3td1ejb _19bv1ejb _1tke1l8a",
24
- teamname: "_11c8o0gd _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
24
+ teamname: "_11c8lodh _1reo15vq _18m915vq _1p1dglyw _c71lckbl _1e0ccj1k",
25
25
  membercount: "_syaz1wmz _19pk1b66",
26
26
  avatarsection: "_19pkpxbi _18u01i6y",
27
27
  descriptionwrapper: "_19pkpxbi _4cvr1h6o _1e0c1txw",
@@ -119,7 +119,7 @@ export var TeamName = function TeamName(props) {
119
119
  };
120
120
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
121
121
  var TeamNameLegacy = styled.h6({
122
- font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
122
+ font: "var(--ds-font-heading-medium, normal 500 20px/24px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
123
123
  textTransform: 'none',
124
124
  overflow: 'hidden',
125
125
  maxHeight: '48px',
@@ -39,7 +39,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
39
39
  actionSubjectId: actionSubjectId,
40
40
  attributes: _objectSpread(_objectSpread({
41
41
  packageName: "@atlaskit/profilecard",
42
- packageVersion: "23.2.2"
42
+ packageVersion: "23.2.3"
43
43
  }, attributes), {}, {
44
44
  firedAt: Math.round(getPageTime())
45
45
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "23.2.2",
3
+ "version": "23.2.3",
4
4
  "description": "A React component to display a card with user information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -61,7 +61,7 @@
61
61
  "@atlaskit/focus-ring": "^3.0.0",
62
62
  "@atlaskit/give-kudos": "^4.0.0",
63
63
  "@atlaskit/icon": "^24.1.0",
64
- "@atlaskit/lozenge": "^12.0.0",
64
+ "@atlaskit/lozenge": "^12.1.0",
65
65
  "@atlaskit/menu": "^3.1.0",
66
66
  "@atlaskit/modal-dialog": "^13.0.0",
67
67
  "@atlaskit/people-teams-ui-public": "^3.0.0",
@@ -72,7 +72,7 @@
72
72
  "@atlaskit/rovo-triggers": "^2.1.0",
73
73
  "@atlaskit/spinner": "^18.0.0",
74
74
  "@atlaskit/theme": "^17.0.0",
75
- "@atlaskit/tokens": "^4.2.0",
75
+ "@atlaskit/tokens": "^4.3.0",
76
76
  "@atlaskit/tooltip": "^20.0.0",
77
77
  "@babel/runtime": "^7.0.0",
78
78
  "@compiled/react": "^0.18.2",
@@ -138,9 +138,6 @@
138
138
  "rovo_use_agent_permissions": {
139
139
  "type": "boolean"
140
140
  },
141
- "show_verified_team_icon_in_profile_card": {
142
- "type": "boolean"
143
- },
144
141
  "team_id_to_ari_safe": {
145
142
  "type": "boolean"
146
143
  },