@atlaskit/profilecard 22.0.2 → 22.1.0
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 +14 -0
- package/afm-cc/tsconfig.json +3 -0
- package/afm-jira/tsconfig.json +3 -0
- package/afm-post-office/tsconfig.json +3 -0
- package/dist/cjs/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/cjs/client/getTeamFromAGG.js +1 -1
- package/dist/cjs/components/Icon/IconLabel.js +5 -6
- package/dist/cjs/components/User/OverflowProfileCardButtons.js +1 -1
- package/dist/cjs/components/User/ProfileCard.js +4 -4
- package/dist/cjs/components/User/ProfileCardDetails.js +3 -2
- package/dist/cjs/components/User/ProfileCardResourced.js +1 -1
- package/dist/cjs/components/User/ProfileCardTrigger.js +1 -1
- package/dist/cjs/styled/Card.compiled.css +78 -0
- package/dist/cjs/styled/Card.js +225 -46
- package/dist/cjs/styled/ReportingLines.compiled.css +10 -0
- package/dist/cjs/styled/ReportingLines.js +44 -7
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/es2019/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/es2019/client/getTeamFromAGG.js +1 -1
- package/dist/es2019/components/Icon/IconLabel.js +5 -6
- package/dist/es2019/components/User/OverflowProfileCardButtons.js +1 -1
- package/dist/es2019/components/User/ProfileCard.js +4 -4
- package/dist/es2019/components/User/ProfileCardDetails.js +3 -2
- package/dist/es2019/components/User/ProfileCardResourced.js +1 -1
- package/dist/es2019/components/User/ProfileCardTrigger.js +1 -1
- package/dist/es2019/styled/Card.compiled.css +78 -0
- package/dist/es2019/styled/Card.js +199 -46
- package/dist/es2019/styled/ReportingLines.compiled.css +10 -0
- package/dist/es2019/styled/ReportingLines.js +42 -7
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/client/getOrgIdForCloudIdFromAGG.js +1 -1
- package/dist/esm/client/getTeamFromAGG.js +1 -1
- package/dist/esm/components/Icon/IconLabel.js +5 -6
- package/dist/esm/components/User/OverflowProfileCardButtons.js +1 -1
- package/dist/esm/components/User/ProfileCard.js +4 -4
- package/dist/esm/components/User/ProfileCardDetails.js +3 -2
- package/dist/esm/components/User/ProfileCardResourced.js +1 -1
- package/dist/esm/components/User/ProfileCardTrigger.js +1 -1
- package/dist/esm/styled/Card.compiled.css +78 -0
- package/dist/esm/styled/Card.js +225 -48
- package/dist/esm/styled/ReportingLines.compiled.css +10 -0
- package/dist/esm/styled/ReportingLines.js +46 -7
- package/dist/esm/util/analytics.js +1 -1
- package/dist/types/components/Agent/Actions.d.ts +2 -2
- package/dist/types/components/Agent/AgentDeleteConfirmationModal.d.ts +2 -2
- package/dist/types/components/Agent/AgentProfileCard.d.ts +2 -2
- package/dist/types/components/Agent/AgentProfileCardResourced.d.ts +1 -1
- package/dist/types/components/Agent/AgentProfileCardTrigger.d.ts +2 -2
- package/dist/types/components/Agent/AgentProfileCardWrapper.d.ts +1 -1
- package/dist/types/components/Agent/ConversationStarters.d.ts +2 -2
- package/dist/types/components/Agent/lazyAgentProfileCard.d.ts +1 -1
- package/dist/types/components/Error/AccessLockSVG.d.ts +2 -2
- package/dist/types/components/Error/ErrorIllustration.d.ts +2 -2
- package/dist/types/components/Error/ErrorMessage.d.ts +2 -2
- package/dist/types/components/Icon/IconLabel.d.ts +2 -1
- package/dist/types/components/Team/TeamForbiddenErrorState.d.ts +2 -2
- package/dist/types/components/Team/TeamLoadingState.d.ts +2 -2
- package/dist/types/components/Team/TeamProfileCard.d.ts +2 -2
- package/dist/types/components/Team/TeamProfileCardTrigger.d.ts +5 -5
- package/dist/types/components/Team/lazyTeamProfileCard.d.ts +1 -1
- package/dist/types/components/User/OverflowProfileCardButtons.d.ts +1 -1
- package/dist/types/components/User/ProfileCard.d.ts +1 -1
- package/dist/types/components/User/ProfileCardDetails.d.ts +2 -2
- package/dist/types/components/User/ProfileCardTrigger.d.ts +2 -2
- package/dist/types/components/User/ReportingLinesDetails.d.ts +2 -2
- package/dist/types/components/User/UserLoadingState.d.ts +2 -2
- package/dist/types/components/common/LoadingState.d.ts +2 -2
- package/dist/types/components/common/ProfileCardTrigger.d.ts +2 -2
- package/dist/types/components/common/ProfileCardWrapper.d.ts +1 -1
- package/dist/types/styled/Card.d.ts +64 -84
- package/dist/types/styled/Error.d.ts +3 -3
- package/dist/types/styled/ReportingLines.d.ts +13 -17
- package/dist/types/styled/TeamCard.d.ts +15 -15
- package/dist/types-ts4.5/components/Agent/Actions.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentDeleteConfirmationModal.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentProfileCard.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentProfileCardResourced.d.ts +1 -1
- package/dist/types-ts4.5/components/Agent/AgentProfileCardTrigger.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/AgentProfileCardWrapper.d.ts +1 -1
- package/dist/types-ts4.5/components/Agent/ConversationStarters.d.ts +2 -2
- package/dist/types-ts4.5/components/Agent/lazyAgentProfileCard.d.ts +1 -1
- package/dist/types-ts4.5/components/Error/AccessLockSVG.d.ts +2 -2
- package/dist/types-ts4.5/components/Error/ErrorIllustration.d.ts +2 -2
- package/dist/types-ts4.5/components/Error/ErrorMessage.d.ts +2 -2
- package/dist/types-ts4.5/components/Icon/IconLabel.d.ts +2 -1
- package/dist/types-ts4.5/components/Team/TeamForbiddenErrorState.d.ts +2 -2
- package/dist/types-ts4.5/components/Team/TeamLoadingState.d.ts +2 -2
- package/dist/types-ts4.5/components/Team/TeamProfileCard.d.ts +2 -2
- package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +5 -5
- package/dist/types-ts4.5/components/Team/lazyTeamProfileCard.d.ts +1 -1
- package/dist/types-ts4.5/components/User/OverflowProfileCardButtons.d.ts +1 -1
- package/dist/types-ts4.5/components/User/ProfileCard.d.ts +1 -1
- package/dist/types-ts4.5/components/User/ProfileCardDetails.d.ts +2 -2
- package/dist/types-ts4.5/components/User/ProfileCardTrigger.d.ts +2 -2
- package/dist/types-ts4.5/components/User/ReportingLinesDetails.d.ts +2 -2
- package/dist/types-ts4.5/components/User/UserLoadingState.d.ts +2 -2
- package/dist/types-ts4.5/components/common/LoadingState.d.ts +2 -2
- package/dist/types-ts4.5/components/common/ProfileCardTrigger.d.ts +2 -2
- package/dist/types-ts4.5/components/common/ProfileCardWrapper.d.ts +1 -1
- package/dist/types-ts4.5/styled/Card.d.ts +64 -84
- package/dist/types-ts4.5/styled/Error.d.ts +3 -3
- package/dist/types-ts4.5/styled/ReportingLines.d.ts +13 -17
- package/dist/types-ts4.5/styled/TeamCard.d.ts +15 -15
- package/package.json +10 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* ReportingLines.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
1
2
|
"use strict";
|
|
2
3
|
|
|
3
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -5,32 +6,68 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
6
|
value: true
|
|
6
7
|
});
|
|
7
8
|
exports.ReportingLinesSection = exports.OffsetWrapper = exports.ManagerSection = exports.ManagerName = void 0;
|
|
9
|
+
require("./ReportingLines.compiled.css");
|
|
10
|
+
var _runtime = require("@compiled/react/runtime");
|
|
11
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
12
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
13
|
+
var _css = require("@atlaskit/css");
|
|
14
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
15
|
+
var _compiled = require("@atlaskit/primitives/compiled");
|
|
9
16
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
17
|
+
var styles = {
|
|
18
|
+
reportingLinesSection: "_18u01b66 _19pku2gc",
|
|
19
|
+
managerSection: "_1e0c1txw _4cvr1h6o _18u01b66 _19pk1b66 _otyr1b66 _2hwx1b66",
|
|
20
|
+
managerName: "_11c81vlj _18u0u2gc",
|
|
21
|
+
offsetWrapper: "_19pk1b66 _18u0r5cr"
|
|
22
|
+
};
|
|
10
23
|
|
|
11
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
12
|
-
var
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/use-primitives -- Ignored via go/DSP-18766
|
|
25
|
+
var ReportingLinesSectionLegacy = _styled.default.div({
|
|
13
26
|
// Minor left margin to align better with existing icon fields
|
|
14
27
|
marginLeft: "var(--ds-space-050, 4px)",
|
|
15
28
|
marginTop: "var(--ds-space-100, 8px)"
|
|
16
29
|
});
|
|
30
|
+
var ReportingLinesSection = exports.ReportingLinesSection = function ReportingLinesSection(_ref) {
|
|
31
|
+
var children = _ref.children;
|
|
32
|
+
return (0, _platformFeatureFlags.fg)('compiled-migration-profilecard') ? /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
33
|
+
xcss: (0, _css.cx)(styles.reportingLinesSection)
|
|
34
|
+
}, children) : /*#__PURE__*/_react.default.createElement(ReportingLinesSectionLegacy, null, children);
|
|
35
|
+
};
|
|
17
36
|
|
|
18
37
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
19
|
-
var
|
|
38
|
+
var ManagerSectionLegacy = _styled.default.div({
|
|
20
39
|
display: 'flex',
|
|
21
40
|
alignItems: 'center',
|
|
22
41
|
margin: "var(--ds-space-050, 4px)".concat(" ", "var(--ds-space-050, 4px)")
|
|
23
42
|
});
|
|
43
|
+
var ManagerSection = exports.ManagerSection = function ManagerSection(_ref2) {
|
|
44
|
+
var children = _ref2.children;
|
|
45
|
+
return (0, _platformFeatureFlags.fg)('compiled-migration-profilecard') ? /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
46
|
+
xcss: (0, _css.cx)(styles.managerSection)
|
|
47
|
+
}, children) : /*#__PURE__*/_react.default.createElement(ManagerSectionLegacy, null, children);
|
|
48
|
+
};
|
|
24
49
|
|
|
25
50
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
26
|
-
var
|
|
51
|
+
var ManagerNameLegacy = _styled.default.span({
|
|
27
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)",
|
|
28
53
|
marginLeft: "var(--ds-space-100, 8px)"
|
|
29
54
|
});
|
|
55
|
+
var ManagerName = exports.ManagerName = function ManagerName(_ref3) {
|
|
56
|
+
var children = _ref3.children;
|
|
57
|
+
return (0, _platformFeatureFlags.fg)('compiled-migration-profilecard') ? /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
58
|
+
xcss: (0, _css.cx)(styles.managerName)
|
|
59
|
+
}, children) : /*#__PURE__*/_react.default.createElement(ManagerNameLegacy, null, children);
|
|
60
|
+
};
|
|
30
61
|
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
32
|
-
var
|
|
62
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/use-primitives -- Ignored via go/DSP-18766
|
|
63
|
+
var OffsetWrapperLegacy = _styled.default.div({
|
|
33
64
|
marginTop: "var(--ds-space-050, 4px)",
|
|
34
65
|
// Offset left margin so the avatar aligns with the heading
|
|
35
66
|
marginLeft: "var(--ds-space-negative-050, -4px)"
|
|
36
|
-
});
|
|
67
|
+
});
|
|
68
|
+
var OffsetWrapper = exports.OffsetWrapper = function OffsetWrapper(_ref4) {
|
|
69
|
+
var children = _ref4.children;
|
|
70
|
+
return (0, _platformFeatureFlags.fg)('compiled-migration-profilecard') ? /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
71
|
+
xcss: (0, _css.cx)(styles.offsetWrapper)
|
|
72
|
+
}, children) : /*#__PURE__*/_react.default.createElement(OffsetWrapperLegacy, null, children);
|
|
73
|
+
};
|
|
@@ -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: "22.0
|
|
48
|
+
packageVersion: "22.1.0"
|
|
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', "22.0
|
|
9
|
+
headers.append('atl-client-version', "22.1.0");
|
|
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', "22.0
|
|
78
|
+
headers.append('atl-client-version', "22.1.0");
|
|
79
79
|
return headers;
|
|
80
80
|
};
|
|
81
81
|
export async function getTeamFromAGG(url, teamId, siteId) {
|
|
@@ -4,6 +4,7 @@ import IconRecent from '@atlaskit/icon/core/migration/clock--recent';
|
|
|
4
4
|
import IconEmail from '@atlaskit/icon/core/migration/email';
|
|
5
5
|
import IconLocation from '@atlaskit/icon/core/migration/location';
|
|
6
6
|
import OfficeBuildingIcon from '@atlaskit/icon/core/migration/office-building';
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
8
|
import { DetailsLabel, DetailsLabelIcon, DetailsLabelText } from '../../styled/Card';
|
|
8
9
|
const icons = {
|
|
9
10
|
location: IconLocation,
|
|
@@ -22,13 +23,11 @@ export default class IconLabel extends React.PureComponent {
|
|
|
22
23
|
const displayIcon = IconElement ? /*#__PURE__*/React.createElement(IconElement, {
|
|
23
24
|
label: `${this.props.icon}`,
|
|
24
25
|
LEGACY_size: "small",
|
|
25
|
-
color: "currentColor
|
|
26
|
+
color: fg('compiled-migration-profilecard') ? "var(--ds-text-subtlest, #626F86)" : 'currentColor'
|
|
26
27
|
}) : null;
|
|
27
|
-
return /*#__PURE__*/React.createElement(DetailsLabel,
|
|
28
|
-
|
|
29
|
-
}, displayIcon), /*#__PURE__*/React.createElement(DetailsLabelText,
|
|
30
|
-
as: "dd"
|
|
31
|
-
}, this.props.children));
|
|
28
|
+
return /*#__PURE__*/React.createElement(DetailsLabel, {
|
|
29
|
+
extraTopSpace: this.props.extraTopSpace
|
|
30
|
+
}, /*#__PURE__*/React.createElement(DetailsLabelIcon, null, displayIcon), /*#__PURE__*/React.createElement(DetailsLabelText, null, this.props.children));
|
|
32
31
|
}
|
|
33
32
|
}
|
|
34
33
|
_defineProperty(IconLabel, "defaultProps", {
|
|
@@ -31,7 +31,7 @@ export const OverflowProfileCardButtons = props => {
|
|
|
31
31
|
});
|
|
32
32
|
}, [numActions, fireAnalyticsWithDuration]);
|
|
33
33
|
return /*#__PURE__*/React.createElement(OverflowActionButtonsWrapper, {
|
|
34
|
-
|
|
34
|
+
testId: "profilecard-actions-overflow"
|
|
35
35
|
}, /*#__PURE__*/React.createElement(DropdownMenu, {
|
|
36
36
|
onOpenChange: onOpenChange,
|
|
37
37
|
placement: 'bottom-end',
|
|
@@ -44,9 +44,9 @@ const useKudos = (cloudId, userId, teamCentralBaseUrl, openKudosDrawer) => {
|
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
const Wrapper = props => /*#__PURE__*/React.createElement(CardWrapper, {
|
|
47
|
-
|
|
47
|
+
testId: "profilecard",
|
|
48
48
|
role: "dialog",
|
|
49
|
-
|
|
49
|
+
labelledBy: "profilecard-name-label"
|
|
50
50
|
}, props.children);
|
|
51
51
|
export const ProfilecardInternal = props => {
|
|
52
52
|
const [openTime] = useState(getPageTime());
|
|
@@ -148,7 +148,7 @@ const Actions = ({
|
|
|
148
148
|
const regularActions = actions.slice(0, ACTION_OVERFLOW_THRESHOLD);
|
|
149
149
|
const overflowActions = actions.length > ACTION_OVERFLOW_THRESHOLD ? actions.slice(ACTION_OVERFLOW_THRESHOLD) : undefined;
|
|
150
150
|
return /*#__PURE__*/React.createElement(ActionButtonGroup, {
|
|
151
|
-
|
|
151
|
+
testId: "profilecard-actions"
|
|
152
152
|
}, regularActions.map((action, index) => {
|
|
153
153
|
const isKudos = action.id === GIVE_KUDOS_ACTION_ID;
|
|
154
154
|
const button = /*#__PURE__*/React.createElement(FocusRing, {
|
|
@@ -182,7 +182,7 @@ const LoadingView = ({
|
|
|
182
182
|
}));
|
|
183
183
|
}, [fireAnalyticsWithDuration]);
|
|
184
184
|
return /*#__PURE__*/React.createElement(SpinnerContainer, {
|
|
185
|
-
|
|
185
|
+
testId: "profilecard-spinner-container"
|
|
186
186
|
}, /*#__PURE__*/React.createElement(Spinner, null));
|
|
187
187
|
};
|
|
188
188
|
export default withAnalyticsEvents()(ProfilecardInternal);
|
|
@@ -81,7 +81,7 @@ const BotProfileCardDetails = props => {
|
|
|
81
81
|
fullName,
|
|
82
82
|
nickname
|
|
83
83
|
} = props;
|
|
84
|
-
return /*#__PURE__*/React.createElement(DetailsGroup, null, renderName(nickname, fullName), /*#__PURE__*/React.createElement(AppTitleLabel, null, "
|
|
84
|
+
return /*#__PURE__*/React.createElement(DetailsGroup, null, renderName(nickname, fullName), /*#__PURE__*/React.createElement(AppTitleLabel, null, "APP"));
|
|
85
85
|
};
|
|
86
86
|
const DisabledProfileCardDetails = props => {
|
|
87
87
|
const {
|
|
@@ -124,7 +124,8 @@ export const ProfileCardDetails = props => {
|
|
|
124
124
|
as: "dl",
|
|
125
125
|
xcss: detailedListWrapperStyles
|
|
126
126
|
}, /*#__PURE__*/React.createElement(IconLabel, {
|
|
127
|
-
icon: "email"
|
|
127
|
+
icon: "email",
|
|
128
|
+
extraTopSpace: true
|
|
128
129
|
}, props.email), /*#__PURE__*/React.createElement(IconLabel, {
|
|
129
130
|
icon: "time"
|
|
130
131
|
}, props.timestring), /*#__PURE__*/React.createElement(IconLabel, {
|
|
@@ -134,7 +134,7 @@ class ProfileCardResourced extends React.PureComponent {
|
|
|
134
134
|
}));
|
|
135
135
|
} else if (hasError) {
|
|
136
136
|
return /*#__PURE__*/React.createElement(CardWrapper, {
|
|
137
|
-
|
|
137
|
+
testId: "profile-card-resourced-error-state"
|
|
138
138
|
}, /*#__PURE__*/React.createElement(ErrorMessage, {
|
|
139
139
|
errorType: error,
|
|
140
140
|
reload: this.clientFetchProfile,
|
|
@@ -341,7 +341,7 @@ export default function ProfilecardTriggerNext({
|
|
|
341
341
|
const LoadingView = ({
|
|
342
342
|
fireAnalytics
|
|
343
343
|
}) => /*#__PURE__*/React.createElement(CardWrapper, {
|
|
344
|
-
|
|
344
|
+
testId: "profilecard.profilecardtrigger.loading"
|
|
345
345
|
}, /*#__PURE__*/React.createElement(UserLoadingState, {
|
|
346
346
|
fireAnalytics: fireAnalytics
|
|
347
347
|
}));
|
|
@@ -0,0 +1,78 @@
|
|
|
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)}
|
|
3
|
+
._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
|
|
4
|
+
._zulp12x7{gap:var(--ds-space-075,6px)}
|
|
5
|
+
._zulpu2gc{gap:var(--ds-space-100,8px)}
|
|
6
|
+
._12vemgnk{background-repeat:no-repeat}
|
|
7
|
+
._154i1ejb{top:var(--ds-space-300,24px)}
|
|
8
|
+
._154ixy5q{top:var(--ds-space-400,2pc)}
|
|
9
|
+
._154ize3t{top:var(--ds-space-0,0)}
|
|
10
|
+
._16jlkb7n{flex-grow:1}
|
|
11
|
+
._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
|
|
12
|
+
._18m915vq{overflow-y:hidden}
|
|
13
|
+
._18u01epz{margin-left:var(--ds-space-1000,5pc)}
|
|
14
|
+
._18u0u2gc{margin-left:var(--ds-space-100,8px)}
|
|
15
|
+
._18u0utpp{margin-left:var(--ds-space-150,9pt)}
|
|
16
|
+
._18u0ze3t{margin-left:var(--ds-space-0,0)}
|
|
17
|
+
._19bv12x7{padding-left:var(--ds-space-075,6px)}
|
|
18
|
+
._19bv1ejb{padding-left:var(--ds-space-300,24px)}
|
|
19
|
+
._19bvxy5q{padding-left:var(--ds-space-400,2pc)}
|
|
20
|
+
._19pk1b66{margin-top:var(--ds-space-050,4px)}
|
|
21
|
+
._19pkpxbi{margin-top:var(--ds-space-200,1pc)}
|
|
22
|
+
._19pkutpp{margin-top:var(--ds-space-150,9pt)}
|
|
23
|
+
._19pkxy5q{margin-top:var(--ds-space-400,2pc)}
|
|
24
|
+
._19pkze3t{margin-top:var(--ds-space-0,0)}
|
|
25
|
+
._1bah1h6o{justify-content:center}
|
|
26
|
+
._1bah1y6m{justify-content:flex-start}
|
|
27
|
+
._1bahesu3{justify-content:flex-end}
|
|
28
|
+
._1bsb18pt{width:228px}
|
|
29
|
+
._1bsb1gwv{width:360px}
|
|
30
|
+
._1bsb1ns9{width:-moz-fit-content;width:fit-content}
|
|
31
|
+
._1bsb1w81{width:150px}
|
|
32
|
+
._1bsb7vkz{width:1pc}
|
|
33
|
+
._1bsbzwfg{width:2pc}
|
|
34
|
+
._1bto1l2s{text-overflow:ellipsis}
|
|
35
|
+
._1e0c1o8l{display:inline-block}
|
|
36
|
+
._1e0c1txw{display:flex}
|
|
37
|
+
._1e0c1ule{display:block}
|
|
38
|
+
._1e0cglyw{display:none}
|
|
39
|
+
._1itk1419{background-image:linear-gradient(to bottom,var(--ds-background-brand-bold,#0c66e4) 0,var(--ds-background-brand-bold,#0c66e4) 100%)}
|
|
40
|
+
._1itkkf3t{background-image:linear-gradient(to bottom,var(--ds-background-disabled,#091e4208) 0,var(--ds-background-disabled,#091e4208) 100%)}
|
|
41
|
+
._1itkq1hn{background-image:radial-gradient(circle,var(--ds-background-information-pressed,#85b8ff) 0,var(--ds-background-discovery-pressed,#b8acf6) 25%,transparent 50%)}
|
|
42
|
+
._1lrw14bs{background-size:100% 6pc}
|
|
43
|
+
._1ltv1ejb{left:var(--ds-space-300,24px)}
|
|
44
|
+
._1ltvze3t{left:var(--ds-space-0,0)}
|
|
45
|
+
._1n261g80{flex-wrap:wrap}
|
|
46
|
+
._1o9zidpf{flex-shrink:0}
|
|
47
|
+
._1pby1mrw{z-index:-1}
|
|
48
|
+
._1reo15vq{overflow-x:hidden}
|
|
49
|
+
._1tkebv7e{min-height:136px}
|
|
50
|
+
._1xi2ze3t{right:var(--ds-space-0,0)}
|
|
51
|
+
._2hwxze3t{margin-right:var(--ds-space-0,0)}
|
|
52
|
+
._2lx21bp4{flex-direction:column}
|
|
53
|
+
._2lx2vrvc{flex-direction:row}
|
|
54
|
+
._4cvr1h6o{align-items:center}
|
|
55
|
+
._4t3i16xz{height:6pc}
|
|
56
|
+
._4t3i1w81{height:150px}
|
|
57
|
+
._4t3i7vkz{height:1pc}
|
|
58
|
+
._4t3izwfg{height:2pc}
|
|
59
|
+
._5sagi11n{animation-duration:3s}
|
|
60
|
+
._94n5ze3t{bottom:var(--ds-space-0,0)}
|
|
61
|
+
._ca0q1ejb{padding-top:var(--ds-space-300,24px)}
|
|
62
|
+
._i0dl1wug{flex-basis:auto}
|
|
63
|
+
._j7hq1q51{animation-name:k1ojqp0a}
|
|
64
|
+
._kqswh2mm{position:relative}
|
|
65
|
+
._kqswstnw{position:absolute}
|
|
66
|
+
._mkrz1rip{clip-path:inset(0 0 0 0 round 3px)}
|
|
67
|
+
._n3td1ejb{padding-bottom:var(--ds-space-300,24px)}
|
|
68
|
+
._o5721q9c{white-space:nowrap}
|
|
69
|
+
._otyrze3t{margin-bottom:var(--ds-space-0,0)}
|
|
70
|
+
._s7n4jp4b{vertical-align:top}
|
|
71
|
+
._syaz131l{color:var(--ds-text-subtlest,#626f86)}
|
|
72
|
+
._syaz1fxt{color:var(--ds-text,#172b4d)}
|
|
73
|
+
._tip8kb7n{animation-iteration-count:1}
|
|
74
|
+
._u5f312x7{padding-right:var(--ds-space-075,6px)}
|
|
75
|
+
._u5f31ejb{padding-right:var(--ds-space-300,24px)}
|
|
76
|
+
._uiztglyw{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
77
|
+
._y3gnusic{text-align:right}
|
|
78
|
+
@keyframes k1ojqp0a{0%{transform:translate(-5pc,-50px)}to{transform:translate(90px,-70px)}}
|