@pingux/astro 2.197.0-alpha.0 → 2.198.7-alpha.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/lib/cjs/components/ComboBox/ComboBoxInput.js +3 -2
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.js +1 -1
- package/lib/cjs/components/HelpHint/HelpHint.js +3 -18
- package/lib/cjs/components/IconButton/IconButton.styles.d.ts +2 -2
- package/lib/cjs/components/IconWrapper/IconWrapper.js +1 -3
- package/lib/cjs/components/Modal/Modal.styles.d.ts +0 -4
- package/lib/cjs/components/Modal/Modal.styles.js +1 -3
- package/lib/cjs/components/Modal/ModalHeader.js +15 -7
- package/lib/cjs/components/MultivaluesField/CondensedMultivaluesField.js +3 -3
- package/lib/cjs/components/PanelHeader/PanelHeader.js +2 -2
- package/lib/cjs/hooks/useGetTheme/useGetTheme.d.ts +6 -0
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.js +2 -2
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/icons.d.ts +2 -0
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/index.d.ts +3 -0
- package/lib/cjs/styles/themeOverrides/onyxSideNav.d.ts +2 -0
- package/lib/cjs/styles/themes/astro/customProperties/icons.d.ts +2 -0
- package/lib/cjs/styles/themes/astro/customProperties/icons.js +21 -1
- package/lib/cjs/styles/themes/astro/customProperties/index.d.ts +3 -0
- package/lib/cjs/styles/themes/astro/customProperties/index.js +3 -1
- package/lib/cjs/styles/themes/next-gen/colors/colors.js +1 -1
- package/lib/cjs/styles/themes/next-gen/customProperties/customSizes.d.ts +1 -0
- package/lib/cjs/styles/themes/next-gen/customProperties/customSizes.js +3 -1
- package/lib/cjs/styles/themes/next-gen/customProperties/icons.d.ts +2 -0
- package/lib/cjs/styles/themes/next-gen/customProperties/icons.js +1 -1
- package/lib/cjs/styles/themes/next-gen/customProperties/index.d.ts +3 -0
- package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +27 -6
- package/lib/cjs/styles/themes/next-gen/next-gen.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/button.d.ts +3 -0
- package/lib/cjs/styles/themes/next-gen/variants/button.js +3 -0
- package/lib/cjs/styles/themes/next-gen/variants/iconWrapper.d.ts +10 -0
- package/lib/cjs/styles/themes/next-gen/variants/iconWrapper.js +2 -0
- package/lib/cjs/styles/themes/next-gen/variants/messages.d.ts +0 -1
- package/lib/cjs/styles/themes/next-gen/variants/messages.js +1 -2
- package/lib/cjs/styles/themes/next-gen/variants/panelHeader.d.ts +0 -3
- package/lib/cjs/styles/themes/next-gen/variants/panelHeader.js +1 -5
- package/lib/cjs/styles/themes/next-gen/variants/text.d.ts +7 -0
- package/lib/cjs/styles/themes/next-gen/variants/text.js +4 -0
- package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +14 -5
- package/lib/cjs/styles/themes/next-gen/variants/variants.js +5 -2
- package/lib/cjs/types/Modal.d.ts +2 -0
- package/lib/components/ComboBox/ComboBoxInput.js +3 -2
- package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.js +1 -1
- package/lib/components/HelpHint/HelpHint.js +4 -19
- package/lib/components/IconWrapper/IconWrapper.js +1 -3
- package/lib/components/Modal/Modal.styles.js +1 -3
- package/lib/components/Modal/ModalHeader.js +15 -7
- package/lib/components/MultivaluesField/CondensedMultivaluesField.js +3 -3
- package/lib/components/PanelHeader/PanelHeader.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/colors.js +2 -2
- package/lib/styles/themes/astro/customProperties/icons.js +21 -1
- package/lib/styles/themes/astro/customProperties/index.js +3 -1
- package/lib/styles/themes/next-gen/colors/colors.js +1 -1
- package/lib/styles/themes/next-gen/customProperties/customSizes.js +3 -1
- package/lib/styles/themes/next-gen/customProperties/icons.js +1 -1
- package/lib/styles/themes/next-gen/next-gen.js +1 -1
- package/lib/styles/themes/next-gen/variants/button.js +3 -0
- package/lib/styles/themes/next-gen/variants/iconWrapper.js +2 -0
- package/lib/styles/themes/next-gen/variants/messages.js +1 -2
- package/lib/styles/themes/next-gen/variants/panelHeader.js +1 -5
- package/lib/styles/themes/next-gen/variants/text.js +4 -0
- package/lib/styles/themes/next-gen/variants/variants.js +5 -2
- package/package.json +1 -1
|
@@ -103,8 +103,9 @@ var ComboBoxInput = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
103
103
|
transform: 'rotate(180deg)'
|
|
104
104
|
} : null,
|
|
105
105
|
title: {
|
|
106
|
-
name: '
|
|
107
|
-
}
|
|
106
|
+
name: ''
|
|
107
|
+
},
|
|
108
|
+
"aria-hidden": "true"
|
|
108
109
|
}))));
|
|
109
110
|
return (0, _react2.jsx)(_reactAria.FocusRing, {
|
|
110
111
|
within: true,
|
|
@@ -285,7 +285,7 @@ var EnvironmentBreadcrumb = /*#__PURE__*/(0, _react.forwardRef)(function (props,
|
|
|
285
285
|
onChange: function onChange(val) {
|
|
286
286
|
return setSearchValue(val);
|
|
287
287
|
},
|
|
288
|
-
p: "
|
|
288
|
+
p: "sm"
|
|
289
289
|
}, searchProps)), (0, _react2.jsx)(_visuallyHidden.VisuallyHidden, {
|
|
290
290
|
role: "alert",
|
|
291
291
|
"aria-live": "polite",
|
|
@@ -19,29 +19,12 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
19
19
|
var _reactAria = require("react-aria");
|
|
20
20
|
var _reactStately = require("react-stately");
|
|
21
21
|
var _interactions = require("@react-aria/interactions");
|
|
22
|
-
var _uuid = require("uuid");
|
|
23
22
|
var _ = require("../..");
|
|
24
23
|
var _hooks = require("../../hooks");
|
|
25
24
|
var _safariAgent = require("../../styles/safariAgent");
|
|
26
25
|
var _react2 = require("@emotion/react");
|
|
27
26
|
var _excluded = ["align", "arrowCrossOffset", "children", "className", "closeDelay", "direction", "hasNoArrow", "iconButtonProps", "isDarkMode", "isNotFlippable", "popoverProps", "tooltipProps"];
|
|
28
27
|
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" != _typeof(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); }
|
|
29
|
-
var HelpIcon = function HelpIcon() {
|
|
30
|
-
var uid = (0, _uuid.v4)();
|
|
31
|
-
return (0, _react2.jsx)("svg", {
|
|
32
|
-
width: "7",
|
|
33
|
-
height: "9",
|
|
34
|
-
viewBox: "0 0 7 9",
|
|
35
|
-
fill: "none",
|
|
36
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
-
"aria-labelledby": uid
|
|
38
|
-
}, (0, _react2.jsx)("title", {
|
|
39
|
-
id: uid
|
|
40
|
-
}, "Help Icon"), (0, _react2.jsx)("path", {
|
|
41
|
-
d: "M2.56685 7.306V9H4.29385V7.306H2.56685ZM0.795848 3.676H2.41285C2.41285 3.478 2.43485 3.29467 2.47885 3.126C2.52285 2.95 2.58885 2.79967 2.67685 2.675C2.77218 2.543 2.88951 2.44033 3.02885 2.367C3.17551 2.28633 3.34785 2.246 3.54585 2.246C3.83918 2.246 4.06651 2.32667 4.22785 2.488C4.39651 2.64933 4.48085 2.89867 4.48085 3.236C4.48818 3.434 4.45151 3.599 4.37085 3.731C4.29751 3.863 4.19851 3.984 4.07385 4.094C3.94918 4.204 3.81351 4.314 3.66685 4.424C3.52018 4.534 3.38085 4.666 3.24885 4.82C3.11685 4.96667 2.99951 5.14633 2.89685 5.359C2.80151 5.57167 2.74285 5.83567 2.72085 6.151V6.646H4.20585V6.228C4.23518 6.008 4.30485 5.82467 4.41485 5.678C4.53218 5.53133 4.66418 5.403 4.81085 5.293C4.95751 5.17567 5.11151 5.062 5.27285 4.952C5.44151 4.83467 5.59185 4.69533 5.72385 4.534C5.86318 4.37267 5.97685 4.17833 6.06485 3.951C6.16018 3.72367 6.20785 3.434 6.20785 3.082C6.20785 2.86933 6.16018 2.642 6.06485 2.4C5.97685 2.15067 5.82651 1.91967 5.61385 1.707C5.40118 1.49433 5.11885 1.31833 4.76685 1.179C4.42218 1.03233 3.98951 0.959 3.46885 0.959C3.06551 0.959 2.69885 1.02867 2.36885 1.168C2.04618 1.3 1.76751 1.487 1.53285 1.729C1.30551 1.971 1.12585 2.257 0.993848 2.587C0.869181 2.917 0.803181 3.28 0.795848 3.676Z",
|
|
42
|
-
fill: "#3B4A58"
|
|
43
|
-
}));
|
|
44
|
-
};
|
|
45
28
|
var HelpHint = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
46
29
|
var _context;
|
|
47
30
|
var align = props.align,
|
|
@@ -57,6 +40,8 @@ var HelpHint = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
57
40
|
popoverProps = props.popoverProps,
|
|
58
41
|
tooltipProps = props.tooltipProps,
|
|
59
42
|
others = (0, _objectWithoutProperties2["default"])(props, _excluded);
|
|
43
|
+
var _useGetTheme = (0, _hooks.useGetTheme)(),
|
|
44
|
+
icons = _useGetTheme.icons;
|
|
60
45
|
var _useState = (0, _react.useState)(false),
|
|
61
46
|
_useState2 = (0, _slicedToArray2["default"])(_useState, 2),
|
|
62
47
|
isFocusWithinOverlay = _useState2[0],
|
|
@@ -145,7 +130,7 @@ var HelpHint = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
145
130
|
"data-testid": "help-hint__button",
|
|
146
131
|
variant: "hintButton"
|
|
147
132
|
}, (0, _reactAria.mergeProps)(triggerProps, iconButtonProps, focusProps, hoverProps)), (0, _react2.jsx)(_.Icon, {
|
|
148
|
-
icon:
|
|
133
|
+
icon: icons.helpHint
|
|
149
134
|
})), (0, _react2.jsx)(_.PopoverContainer, (0, _extends2["default"])({
|
|
150
135
|
arrowCrossOffset: arrowCrossOffset,
|
|
151
136
|
arrowProps: {
|
|
@@ -399,8 +399,6 @@ declare const _default: {
|
|
|
399
399
|
top: number;
|
|
400
400
|
right: number;
|
|
401
401
|
alignSelf: string;
|
|
402
|
-
width: string;
|
|
403
|
-
height: string;
|
|
404
402
|
justifyContent: string;
|
|
405
403
|
appearance: string;
|
|
406
404
|
alignItems: string;
|
|
@@ -411,6 +409,8 @@ declare const _default: {
|
|
|
411
409
|
cursor: string;
|
|
412
410
|
bg: string;
|
|
413
411
|
p: string;
|
|
412
|
+
width: string;
|
|
413
|
+
height: string;
|
|
414
414
|
path: {
|
|
415
415
|
fill: string;
|
|
416
416
|
};
|
|
@@ -63,9 +63,7 @@ var IconWrapper = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
63
63
|
sx: _objectSpread({
|
|
64
64
|
backgroundColor: "iconWrapper.wrapper.".concat(finalColor)
|
|
65
65
|
}, sx),
|
|
66
|
-
className: classNames
|
|
67
|
-
justifyContent: "center",
|
|
68
|
-
alignItems: "center"
|
|
66
|
+
className: classNames
|
|
69
67
|
}, wrapperProps), (0, _react2.jsx)(_index.Icon, (0, _extends2["default"])({
|
|
70
68
|
icon: icon,
|
|
71
69
|
size: sizeProps.size,
|
|
@@ -3,8 +3,6 @@ export declare const closeButton: {
|
|
|
3
3
|
top: number;
|
|
4
4
|
right: number;
|
|
5
5
|
alignSelf: string;
|
|
6
|
-
width: string;
|
|
7
|
-
height: string;
|
|
8
6
|
};
|
|
9
7
|
export declare const modalCloseButton: {
|
|
10
8
|
position: string;
|
|
@@ -110,8 +108,6 @@ declare const _default: {
|
|
|
110
108
|
top: number;
|
|
111
109
|
right: number;
|
|
112
110
|
alignSelf: string;
|
|
113
|
-
width: string;
|
|
114
|
-
height: string;
|
|
115
111
|
};
|
|
116
112
|
};
|
|
117
113
|
export default _default;
|
|
@@ -19,13 +19,13 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs3/he
|
|
|
19
19
|
var _extends2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/extends"));
|
|
20
20
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/objectWithoutProperties"));
|
|
21
21
|
var _react = _interopRequireWildcard(require("react"));
|
|
22
|
-
var
|
|
22
|
+
var _hooks = require("../../hooks");
|
|
23
23
|
var _Box = _interopRequireDefault(require("../Box"));
|
|
24
24
|
var _Icon = _interopRequireDefault(require("../Icon"));
|
|
25
25
|
var _IconButton = _interopRequireDefault(require("../IconButton"));
|
|
26
26
|
var _Text = _interopRequireDefault(require("../Text"));
|
|
27
27
|
var _react2 = require("@emotion/react");
|
|
28
|
-
var _excluded = ["closeButton", "hasCloseButton", "title", "onClose", "containerProps", "titleProps", "hasNoSeparator"];
|
|
28
|
+
var _excluded = ["closeButton", "hasCloseButton", "title", "onClose", "containerProps", "titleProps", "hasNoSeparator", "closeButtonProps"];
|
|
29
29
|
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" != _typeof(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); }
|
|
30
30
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
31
31
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -37,10 +37,17 @@ var ModalHeader = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
37
37
|
containerProps = props.containerProps,
|
|
38
38
|
titleProps = props.titleProps,
|
|
39
39
|
hasNoSeparator = props.hasNoSeparator,
|
|
40
|
+
closeButtonProps = props.closeButtonProps,
|
|
40
41
|
rest = (0, _objectWithoutProperties2["default"])(props, _excluded);
|
|
42
|
+
var _useGetTheme = (0, _hooks.useGetTheme)(),
|
|
43
|
+
icons = _useGetTheme.icons,
|
|
44
|
+
modalCloseIconSize = _useGetTheme.modalCloseIconSize;
|
|
45
|
+
var ModalCloseIcon = icons.ModalCloseIcon;
|
|
41
46
|
var titleContent = typeof title === 'string' && title ? (0, _react2.jsx)(_Box["default"], {
|
|
42
47
|
flex: "1"
|
|
43
|
-
}, (0, _react2.jsx)(_Text["default"], (0, _extends2["default"])({
|
|
48
|
+
}, (0, _react2.jsx)(_Text["default"], (0, _extends2["default"])({
|
|
49
|
+
as: "h3"
|
|
50
|
+
}, titleProps, {
|
|
44
51
|
variant: "modalTitle",
|
|
45
52
|
role: "heading",
|
|
46
53
|
"aria-level": 1
|
|
@@ -55,16 +62,17 @@ var ModalHeader = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
55
62
|
sx: _objectSpread({
|
|
56
63
|
borderBottomWidth: hasNoSeparator ? '0px' : '1px'
|
|
57
64
|
}, rest.sx)
|
|
58
|
-
}, containerProps, rest), titleContent, hasCloseButton && (closeButton !== null && closeButton !== void 0 ? closeButton : (0, _react2.jsx)(_IconButton["default"], {
|
|
65
|
+
}, containerProps, rest), titleContent, hasCloseButton && (closeButton !== null && closeButton !== void 0 ? closeButton : (0, _react2.jsx)(_IconButton["default"], (0, _extends2["default"])({
|
|
59
66
|
"aria-label": "Close modal window",
|
|
60
67
|
"data-id": "icon-button__close-modal-window",
|
|
61
68
|
variant: "modalHeaderCloseButton",
|
|
62
69
|
onPress: onClose
|
|
63
|
-
}, (0, _react2.jsx)(_Icon["default"], {
|
|
64
|
-
icon:
|
|
70
|
+
}, closeButtonProps), (0, _react2.jsx)(_Icon["default"], {
|
|
71
|
+
icon: ModalCloseIcon,
|
|
65
72
|
title: {
|
|
66
73
|
name: 'Close Icon'
|
|
67
|
-
}
|
|
74
|
+
},
|
|
75
|
+
size: modalCloseIconSize
|
|
68
76
|
}))));
|
|
69
77
|
});
|
|
70
78
|
ModalHeader.displayName = 'ModalHeader';
|
|
@@ -393,15 +393,15 @@ var CondensedMultivaluesField = /*#__PURE__*/(0, _react.forwardRef)(function (pr
|
|
|
393
393
|
onClick: handleButtonPress,
|
|
394
394
|
sx: {
|
|
395
395
|
border: 'none'
|
|
396
|
+
},
|
|
397
|
+
title: {
|
|
398
|
+
name: ''
|
|
396
399
|
}
|
|
397
400
|
}, (0, _react2.jsx)(_.Icon, (0, _extends2["default"])({
|
|
398
401
|
icon: isOpen ? MenuUp : MenuDown
|
|
399
402
|
}, isOnyx && {
|
|
400
403
|
size: 'sm'
|
|
401
404
|
}, {
|
|
402
|
-
title: {
|
|
403
|
-
name: ''
|
|
404
|
-
},
|
|
405
405
|
"aria-hidden": "true"
|
|
406
406
|
}))));
|
|
407
407
|
return (0, _react2.jsx)(_MultivaluesContext.MultivaluesContext.Provider, {
|
|
@@ -63,9 +63,9 @@ var PanelHeader = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
|
63
63
|
var renderAvatar = (0, _react2.jsx)(_index.Avatar, (0, _extends2["default"])({
|
|
64
64
|
src: image === null || image === void 0 ? void 0 : image.src,
|
|
65
65
|
isSquare: !!(image !== null && image !== void 0 && image.src),
|
|
66
|
-
size: "
|
|
66
|
+
size: "sm",
|
|
67
67
|
defaultText: avatarDefaultText,
|
|
68
|
-
mr: "
|
|
68
|
+
mr: "md"
|
|
69
69
|
}, avatarProps));
|
|
70
70
|
var renderImage = !icon && image && (0, _react2.jsx)(_index.Box, {
|
|
71
71
|
variant: "panelHeader.iconWrapper"
|
|
@@ -58,6 +58,8 @@ declare const useGetTheme: () => {
|
|
|
58
58
|
SuccessCircle: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
59
59
|
userExperienceIcon: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
60
60
|
WarningIcon: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
61
|
+
helpHint: () => import("react/jsx-runtime").JSX.Element;
|
|
62
|
+
ModalCloseIcon: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
61
63
|
};
|
|
62
64
|
styles: {
|
|
63
65
|
navButtonEstHeight: number;
|
|
@@ -99,6 +101,7 @@ declare const useGetTheme: () => {
|
|
|
99
101
|
};
|
|
100
102
|
linkSelectFieldWidth: string;
|
|
101
103
|
badgeTextFontSize: string;
|
|
104
|
+
modalCloseIconSize: import("../..").IconSize;
|
|
102
105
|
themeState: {
|
|
103
106
|
isAstro: boolean;
|
|
104
107
|
isOnyx: boolean;
|
|
@@ -151,6 +154,8 @@ declare const useGetTheme: () => {
|
|
|
151
154
|
SuccessCircle: string;
|
|
152
155
|
userExperienceIcon: string;
|
|
153
156
|
WarningIcon: string;
|
|
157
|
+
helpHint: string;
|
|
158
|
+
ModalCloseIcon: string;
|
|
154
159
|
};
|
|
155
160
|
defaultIconColor: string;
|
|
156
161
|
badgeStyles: {
|
|
@@ -167,6 +172,7 @@ declare const useGetTheme: () => {
|
|
|
167
172
|
pageHeaderAddIconMargin: string;
|
|
168
173
|
pageHeaderAddIconSize: string;
|
|
169
174
|
defaultLoaderSize: number;
|
|
175
|
+
modalCloseIconSize: import("../..").IconSize;
|
|
170
176
|
accordionHoveredState: {
|
|
171
177
|
'&.is-hovered': {
|
|
172
178
|
color: string;
|
|
@@ -151,8 +151,8 @@ var colors = exports.colors = _objectSpread(_objectSpread({
|
|
|
151
151
|
darkteal: _onyxTokens.astroTokensDark.color.teal[100],
|
|
152
152
|
darkcyan: _onyxTokens.astroTokensDark.color.cyan[100],
|
|
153
153
|
text: {
|
|
154
|
-
primary: _onyxTokens.astroTokensDark.color.
|
|
155
|
-
secondary: _onyxTokens.astroTokensDark.color.
|
|
154
|
+
primary: _onyxTokens.astroTokensDark.color.font.base,
|
|
155
|
+
secondary: _onyxTokens.astroTokensDark.color.font.light,
|
|
156
156
|
message: 'white',
|
|
157
157
|
fieldHelper: _onyxTokens.astroTokensDark.color.gray[400]
|
|
158
158
|
},
|
|
@@ -43,6 +43,8 @@ export declare const nextGenDarkThemeValues: {
|
|
|
43
43
|
SuccessCircle: string;
|
|
44
44
|
userExperienceIcon: string;
|
|
45
45
|
WarningIcon: string;
|
|
46
|
+
helpHint: string;
|
|
47
|
+
ModalCloseIcon: string;
|
|
46
48
|
};
|
|
47
49
|
defaultIconColor: string;
|
|
48
50
|
badgeStyles: {
|
|
@@ -59,6 +61,7 @@ export declare const nextGenDarkThemeValues: {
|
|
|
59
61
|
pageHeaderAddIconMargin: string;
|
|
60
62
|
pageHeaderAddIconSize: string;
|
|
61
63
|
defaultLoaderSize: number;
|
|
64
|
+
modalCloseIconSize: import("../../../..").IconSize;
|
|
62
65
|
accordionHoveredState: {
|
|
63
66
|
'&.is-hovered': {
|
|
64
67
|
color: string;
|
|
@@ -41,5 +41,7 @@ declare const _default: {
|
|
|
41
41
|
SuccessCircle: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
42
42
|
userExperienceIcon: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
43
43
|
WarningIcon: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
44
|
+
helpHint: () => import("react/jsx-runtime").JSX.Element;
|
|
45
|
+
ModalCloseIcon: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
44
46
|
};
|
|
45
47
|
export default _default;
|
|
@@ -10,6 +10,7 @@ _Object$defineProperty(exports, "__esModule", {
|
|
|
10
10
|
});
|
|
11
11
|
exports["default"] = void 0;
|
|
12
12
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/defineProperty"));
|
|
13
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
14
|
var _AccountCogIcon = _interopRequireDefault(require("@pingux/mdi-react/AccountCogIcon"));
|
|
14
15
|
var _AccountMultipleIcon = _interopRequireDefault(require("@pingux/mdi-react/AccountMultipleIcon"));
|
|
15
16
|
var _AlertCircleIcon = _interopRequireDefault(require("@pingux/mdi-react/AlertCircleIcon"));
|
|
@@ -24,6 +25,7 @@ var _CheckboxBlankCircleOutlineIcon = _interopRequireDefault(require("@pingux/md
|
|
|
24
25
|
var _CheckCircleIcon = _interopRequireDefault(require("@pingux/mdi-react/CheckCircleIcon"));
|
|
25
26
|
var _CheckCircleOutlineIcon = _interopRequireDefault(require("@pingux/mdi-react/CheckCircleOutlineIcon"));
|
|
26
27
|
var _ClipboardIcon = _interopRequireDefault(require("@pingux/mdi-react/ClipboardIcon"));
|
|
28
|
+
var _CloseIcon = _interopRequireDefault(require("@pingux/mdi-react/CloseIcon"));
|
|
27
29
|
var _CloseOctagonOutlineIcon = _interopRequireDefault(require("@pingux/mdi-react/CloseOctagonOutlineIcon"));
|
|
28
30
|
var _ConnectionIcon = _interopRequireDefault(require("@pingux/mdi-react/ConnectionIcon"));
|
|
29
31
|
var _CreateIcon = _interopRequireDefault(require("@pingux/mdi-react/CreateIcon"));
|
|
@@ -48,9 +50,27 @@ var _ShieldStarOutlineIcon = _interopRequireDefault(require("@pingux/mdi-react/S
|
|
|
48
50
|
var _TransitConnectionVariantIcon = _interopRequireDefault(require("@pingux/mdi-react/TransitConnectionVariantIcon"));
|
|
49
51
|
var _ViewDashboardIcon = _interopRequireDefault(require("@pingux/mdi-react/ViewDashboardIcon"));
|
|
50
52
|
var _WebIcon = _interopRequireDefault(require("@pingux/mdi-react/WebIcon"));
|
|
53
|
+
var _uuid = require("uuid");
|
|
51
54
|
var _logos = require("../../../../utils/devUtils/constants/logos");
|
|
52
55
|
var _statuses = _interopRequireWildcard(require("../../../../utils/devUtils/constants/statuses"));
|
|
53
56
|
var _navBarIcons = require("./navBarIcons");
|
|
57
|
+
var _react2 = require("@emotion/react");
|
|
54
58
|
var _statuses$DEFAULT$sta;
|
|
55
59
|
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" != _typeof(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); }
|
|
56
|
-
var
|
|
60
|
+
var HelpIcon = function HelpIcon() {
|
|
61
|
+
var uid = (0, _uuid.v4)();
|
|
62
|
+
return (0, _react2.jsx)("svg", {
|
|
63
|
+
width: "7",
|
|
64
|
+
height: "9",
|
|
65
|
+
viewBox: "0 0 7 9",
|
|
66
|
+
fill: "none",
|
|
67
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
68
|
+
"aria-labelledby": uid
|
|
69
|
+
}, (0, _react2.jsx)("title", {
|
|
70
|
+
id: uid
|
|
71
|
+
}, "Help Icon"), (0, _react2.jsx)("path", {
|
|
72
|
+
d: "M2.56685 7.306V9H4.29385V7.306H2.56685ZM0.795848 3.676H2.41285C2.41285 3.478 2.43485 3.29467 2.47885 3.126C2.52285 2.95 2.58885 2.79967 2.67685 2.675C2.77218 2.543 2.88951 2.44033 3.02885 2.367C3.17551 2.28633 3.34785 2.246 3.54585 2.246C3.83918 2.246 4.06651 2.32667 4.22785 2.488C4.39651 2.64933 4.48085 2.89867 4.48085 3.236C4.48818 3.434 4.45151 3.599 4.37085 3.731C4.29751 3.863 4.19851 3.984 4.07385 4.094C3.94918 4.204 3.81351 4.314 3.66685 4.424C3.52018 4.534 3.38085 4.666 3.24885 4.82C3.11685 4.96667 2.99951 5.14633 2.89685 5.359C2.80151 5.57167 2.74285 5.83567 2.72085 6.151V6.646H4.20585V6.228C4.23518 6.008 4.30485 5.82467 4.41485 5.678C4.53218 5.53133 4.66418 5.403 4.81085 5.293C4.95751 5.17567 5.11151 5.062 5.27285 4.952C5.44151 4.83467 5.59185 4.69533 5.72385 4.534C5.86318 4.37267 5.97685 4.17833 6.06485 3.951C6.16018 3.72367 6.20785 3.434 6.20785 3.082C6.20785 2.86933 6.16018 2.642 6.06485 2.4C5.97685 2.15067 5.82651 1.91967 5.61385 1.707C5.40118 1.49433 5.11885 1.31833 4.76685 1.179C4.42218 1.03233 3.98951 0.959 3.46885 0.959C3.06551 0.959 2.69885 1.02867 2.36885 1.168C2.04618 1.3 1.76751 1.487 1.53285 1.729C1.30551 1.971 1.12585 2.257 0.993848 2.587C0.869181 2.917 0.803181 3.28 0.795848 3.676Z",
|
|
73
|
+
fill: "#3B4A58"
|
|
74
|
+
}));
|
|
75
|
+
};
|
|
76
|
+
var _default = exports["default"] = (_statuses$DEFAULT$sta = {}, (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_statuses$DEFAULT$sta, _statuses["default"].DEFAULT, _InformationIcon["default"]), _statuses["default"].ERROR, _AlertCircleIcon["default"]), _statuses["default"].SUCCESS, _CheckCircleIcon["default"]), _statuses["default"].WARNING, _AlertIcon["default"]), _statuses.statusIcon.CRITICAL, _AlertCircleOutlineIcon["default"]), _statuses.statusIcon.FATAL, _CloseOctagonOutlineIcon["default"]), _statuses.statusIcon.INFO, _InformationOutlineIcon["default"]), _statuses.statusIcon.MAJOR, _ArrowUpIcon["default"]), _statuses.statusIcon.MINOR, _ArrowDownIcon["default"]), _statuses.statusIcon.WARNING_NEUTRAL, _AlertOutlineIcon["default"]), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_statuses$DEFAULT$sta, "aic", _navBarIcons.Aic), "applicationsIcon", _ApplicationOutlineIcon["default"]), "Ascending", _MenuUpIcon["default"]), "authenticationIcon", _CheckCircleOutlineIcon["default"]), "clipboard", _ClipboardIcon["default"]), "CreateIcon", _CreateIcon["default"]), "daVinci", _navBarIcons.DaVinci), "DefaultCircle", _CheckboxBlankCircleOutlineIcon["default"]), "Descending", _MenuDownIcon["default"]), "popoverMenuIcon", _MoreVertIcon["default"]), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_statuses$DEFAULT$sta, "ErrorCircle", _AlertCircleIcon["default"]), "integrationsIcon", _ConnectionIcon["default"]), "listViewMenu", _MoreVertIcon["default"]), "mdiAccountCog", _AccountCogIcon["default"]), "mdiAccountMultiple", _AccountMultipleIcon["default"]), "mdiEarth", _EarthIcon["default"]), "mdiEmoticonHappyOutline", _EmoticonHappyOutlineIcon["default"]), "mdiFingerprint", _FingerprintIcon["default"]), "mdiPlayCircleIcon", _PlayCircleIcon["default"]), "mdiScaleBalance", _ScaleBalanceIcon["default"]), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_statuses$DEFAULT$sta, "mdiShoCard", _navBarIcons.Credentials), "mdiTransitConnectionVariant", _TransitConnectionVariantIcon["default"]), "mdiViewDashboard", _ViewDashboardIcon["default"]), "mdiWeb", _GlobeIcon["default"]), "MenuDown", _MenuDownIcon["default"]), "MenuUp", _MenuUpIcon["default"]), "monitoringIcon", _PulseIcon["default"]), "openInNew", _OpenInNewIcon["default"]), "overviewIcon", _WebIcon["default"]), "p1verify", _navBarIcons.Verify), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_statuses$DEFAULT$sta, "pam", _navBarIcons.PamIcon), "PingAuthorize", _KeyChainVariantIcon["default"]), "HomeIcon", _HomeIcon["default"]), "pingLogoHorizontalSmall", _logos.pingLogoHorizontalSmallWhite), "protect", _navBarIcons.Protect), "rocketLaunchIcon", _RocketLaunchIcon["default"]), "shareFeedbackIcon", _ChatIcon["default"]), "shieldStar", _ShieldStarOutlineIcon["default"]), "SuccessCircle", _CheckCircleIcon["default"]), "userExperienceIcon", _MonitorScreenshotIcon["default"]), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_statuses$DEFAULT$sta, "WarningIcon", _AlertOutlineIcon["default"]), "helpHint", HelpIcon), "ModalCloseIcon", _CloseIcon["default"]));
|
|
@@ -52,6 +52,8 @@ export declare const astroThemeValues: {
|
|
|
52
52
|
SuccessCircle: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
53
53
|
userExperienceIcon: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
54
54
|
WarningIcon: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
55
|
+
helpHint: () => import("react/jsx-runtime").JSX.Element;
|
|
56
|
+
ModalCloseIcon: import("@pingux/mdi-react").MdiReactIconComponentType;
|
|
55
57
|
};
|
|
56
58
|
styles: {
|
|
57
59
|
navButtonEstHeight: number;
|
|
@@ -93,4 +95,5 @@ export declare const astroThemeValues: {
|
|
|
93
95
|
};
|
|
94
96
|
linkSelectFieldWidth: string;
|
|
95
97
|
badgeTextFontSize: string;
|
|
98
|
+
modalCloseIconSize: IconSize;
|
|
96
99
|
};
|
|
@@ -35,6 +35,7 @@ var linkSelectFieldWidth = '10em';
|
|
|
35
35
|
var calendarIconSize = 25;
|
|
36
36
|
var navBarIconSize = 18;
|
|
37
37
|
var badgeTextFontSize = '';
|
|
38
|
+
var modalCloseIconSize = 'sm';
|
|
38
39
|
var astroThemeValues = exports.astroThemeValues = {
|
|
39
40
|
accordionHoveredState: _Accordion.hoveredState,
|
|
40
41
|
accordionItemDefaultLabelTag: accordionItemDefaultLabelTag,
|
|
@@ -67,5 +68,6 @@ var astroThemeValues = exports.astroThemeValues = {
|
|
|
67
68
|
greyText: '#FFFFFF'
|
|
68
69
|
},
|
|
69
70
|
linkSelectFieldWidth: linkSelectFieldWidth,
|
|
70
|
-
badgeTextFontSize: badgeTextFontSize
|
|
71
|
+
badgeTextFontSize: badgeTextFontSize,
|
|
72
|
+
modalCloseIconSize: modalCloseIconSize
|
|
71
73
|
};
|
|
@@ -93,7 +93,7 @@ var info = exports.info = {
|
|
|
93
93
|
};
|
|
94
94
|
var text = {
|
|
95
95
|
primary: _onyxTokens.astroTokens.color.font.base,
|
|
96
|
-
secondary: _onyxTokens.astroTokens.color.
|
|
96
|
+
secondary: _onyxTokens.astroTokens.color.font.light,
|
|
97
97
|
message: _onyxTokens.astroTokens.color.gray[700],
|
|
98
98
|
fieldHelper: _onyxTokens.astroTokens.color.gray[500]
|
|
99
99
|
};
|
|
@@ -13,6 +13,7 @@ var pageHeaderTitleMargin = 'sm';
|
|
|
13
13
|
var pageHeaderAddIconMargin = 'md';
|
|
14
14
|
var pageHeaderAddIconSize = 'md';
|
|
15
15
|
var defaultLoaderSize = 32;
|
|
16
|
+
var modalCloseIconSize = 'md';
|
|
16
17
|
var _default = exports["default"] = {
|
|
17
18
|
copyButtonSize: copyButtonSize,
|
|
18
19
|
breadcrumbIconSize: breadcrumbIconSize,
|
|
@@ -21,5 +22,6 @@ var _default = exports["default"] = {
|
|
|
21
22
|
pageHeaderTitleMargin: pageHeaderTitleMargin,
|
|
22
23
|
pageHeaderAddIconMargin: pageHeaderAddIconMargin,
|
|
23
24
|
pageHeaderAddIconSize: pageHeaderAddIconSize,
|
|
24
|
-
defaultLoaderSize: defaultLoaderSize
|
|
25
|
+
defaultLoaderSize: defaultLoaderSize,
|
|
26
|
+
modalCloseIconSize: modalCloseIconSize
|
|
25
27
|
};
|
|
@@ -20,5 +20,5 @@ var _statuses = _interopRequireWildcard(require("../../../../utils/devUtils/cons
|
|
|
20
20
|
var _navBarIcons = require("../../astro/customProperties/navBarIcons");
|
|
21
21
|
var _icons;
|
|
22
22
|
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" != _typeof(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); }
|
|
23
|
-
var icons = (_icons = {}, (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, _statuses["default"].DEFAULT, 'info'), _statuses["default"].ERROR, 'error'), _statuses["default"].SUCCESS, 'check_circle'), _statuses["default"].WARNING, 'warning'), _statuses.statusIcon.CRITICAL, 'error'), _statuses.statusIcon.FATAL, 'dangerous'), _statuses.statusIcon.INFO, 'info'), _statuses.statusIcon.MAJOR, 'arrow_upward'), _statuses.statusIcon.MINOR, 'arrow_downward'), _statuses.statusIcon.WARNING_NEUTRAL, 'warning'), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, "aic", _navBarIcons.Aic), "applicationsIcon", 'apps'), "Ascending", 'arrow_upward'), "authenticationIcon", 'check_circle'), "clipboard", 'content_paste'), "CreateIcon", 'edit'), "daVinci", 'account_tree'), "DefaultCircle", 'circle'), "Descending", 'arrow_downward'), "popoverMenuIcon", 'more_horiz'), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, "ErrorCircle", 'error'), "HomeIcon", 'home'), "integrationsIcon", 'widgets'), "listViewMenu", 'more_horiz'), "mdiAccountCog", 'manage_accounts'), "mdiAccountMultiple", 'group'), "mdiEarth", _SettingsOutlineIcon["default"]), "mdiEmoticonHappyOutline", _EmoticonHappyOutlineIcon["default"]), "mdiFingerprint", 'fingerprint'), "mdiPlayCircleIcon", 'play_circle'), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, "mdiScaleBalance", 'balance'), "mdiShoCard", 'id_card'), "mdiTransitConnectionVariant", _TransitConnectionVariantIcon["default"]), "mdiViewDashboard", 'dashboard'), "mdiWeb", 'globe'), "MenuDown", 'keyboard_arrow_down'), "MenuUp", 'keyboard_arrow_up'), "monitoringIcon", _ShowChartIcon["default"]), "openInNew", 'open_in_new'), "overviewIcon", 'dashboard'), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, "p1verify", 'person_check'), "pam", _navBarIcons.PamIcon), "PingAuthorize", 'key'), "pingLogoHorizontalSmall", _logos.pingLogoHorizontalSmall), "protect", _navBarIcons.Protect), "rocketLaunchIcon", 'rocket_launch'), "shareFeedbackIcon", 'chat'), "shieldStar", _ShieldStarOutlineIcon["default"]), "SuccessCircle", 'check_circle'), "userExperienceIcon", 'palette'), (0, _defineProperty2["default"])(_icons, "WarningIcon", 'warning'));
|
|
23
|
+
var icons = (_icons = {}, (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, _statuses["default"].DEFAULT, 'info'), _statuses["default"].ERROR, 'error'), _statuses["default"].SUCCESS, 'check_circle'), _statuses["default"].WARNING, 'warning'), _statuses.statusIcon.CRITICAL, 'error'), _statuses.statusIcon.FATAL, 'dangerous'), _statuses.statusIcon.INFO, 'info'), _statuses.statusIcon.MAJOR, 'arrow_upward'), _statuses.statusIcon.MINOR, 'arrow_downward'), _statuses.statusIcon.WARNING_NEUTRAL, 'warning'), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, "aic", _navBarIcons.Aic), "applicationsIcon", 'apps'), "Ascending", 'arrow_upward'), "authenticationIcon", 'check_circle'), "clipboard", 'content_paste'), "CreateIcon", 'edit'), "daVinci", 'account_tree'), "DefaultCircle", 'circle'), "Descending", 'arrow_downward'), "popoverMenuIcon", 'more_horiz'), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, "ErrorCircle", 'error'), "HomeIcon", 'home'), "integrationsIcon", 'widgets'), "listViewMenu", 'more_horiz'), "mdiAccountCog", 'manage_accounts'), "mdiAccountMultiple", 'group'), "mdiEarth", _SettingsOutlineIcon["default"]), "mdiEmoticonHappyOutline", _EmoticonHappyOutlineIcon["default"]), "mdiFingerprint", 'fingerprint'), "mdiPlayCircleIcon", 'play_circle'), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, "mdiScaleBalance", 'balance'), "mdiShoCard", 'id_card'), "mdiTransitConnectionVariant", _TransitConnectionVariantIcon["default"]), "mdiViewDashboard", 'dashboard'), "mdiWeb", 'globe'), "MenuDown", 'keyboard_arrow_down'), "MenuUp", 'keyboard_arrow_up'), "monitoringIcon", _ShowChartIcon["default"]), "openInNew", 'open_in_new'), "overviewIcon", 'dashboard'), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, "p1verify", 'person_check'), "pam", _navBarIcons.PamIcon), "PingAuthorize", 'key'), "pingLogoHorizontalSmall", _logos.pingLogoHorizontalSmall), "protect", _navBarIcons.Protect), "rocketLaunchIcon", 'rocket_launch'), "shareFeedbackIcon", 'chat'), "shieldStar", _ShieldStarOutlineIcon["default"]), "SuccessCircle", 'check_circle'), "userExperienceIcon", 'palette'), (0, _defineProperty2["default"])((0, _defineProperty2["default"])((0, _defineProperty2["default"])(_icons, "WarningIcon", 'warning'), "helpHint", 'help_outline'), "ModalCloseIcon", 'close'));
|
|
24
24
|
var _default = exports["default"] = icons;
|
|
@@ -9,6 +9,7 @@ export declare const nextGenThemeValues: {
|
|
|
9
9
|
pageHeaderAddIconMargin: string;
|
|
10
10
|
pageHeaderAddIconSize: string;
|
|
11
11
|
defaultLoaderSize: number;
|
|
12
|
+
modalCloseIconSize: IconSize;
|
|
12
13
|
accordionHoveredState: {
|
|
13
14
|
'&.is-hovered': {
|
|
14
15
|
color: string;
|
|
@@ -64,6 +65,8 @@ export declare const nextGenThemeValues: {
|
|
|
64
65
|
SuccessCircle: string;
|
|
65
66
|
userExperienceIcon: string;
|
|
66
67
|
WarningIcon: string;
|
|
68
|
+
helpHint: string;
|
|
69
|
+
ModalCloseIcon: string;
|
|
67
70
|
};
|
|
68
71
|
tShirtSizes: {
|
|
69
72
|
'icon-50': string;
|
|
@@ -1542,6 +1542,9 @@ declare const _default: {
|
|
|
1542
1542
|
alignSelf: string;
|
|
1543
1543
|
};
|
|
1544
1544
|
hintButton: {
|
|
1545
|
+
maxWidth: string;
|
|
1546
|
+
maxHeight: string;
|
|
1547
|
+
borderRadius: string;
|
|
1545
1548
|
backgroundColor: string;
|
|
1546
1549
|
path: {
|
|
1547
1550
|
fill: string;
|
|
@@ -2901,7 +2904,7 @@ declare const _default: {
|
|
|
2901
2904
|
};
|
|
2902
2905
|
lineHeights: {
|
|
2903
2906
|
body: any;
|
|
2904
|
-
xs:
|
|
2907
|
+
xs: any;
|
|
2905
2908
|
sm: string;
|
|
2906
2909
|
md: string;
|
|
2907
2910
|
};
|
|
@@ -3052,6 +3055,13 @@ declare const _default: {
|
|
|
3052
3055
|
base: {
|
|
3053
3056
|
lineHeight: string;
|
|
3054
3057
|
};
|
|
3058
|
+
modalTitle: {
|
|
3059
|
+
lineHeight: string;
|
|
3060
|
+
fontSize: any;
|
|
3061
|
+
fontWeight: number;
|
|
3062
|
+
color: string;
|
|
3063
|
+
fontFamily: string;
|
|
3064
|
+
};
|
|
3055
3065
|
buttonSubtitle: {
|
|
3056
3066
|
fontSize: string;
|
|
3057
3067
|
fontWeight: number;
|
|
@@ -3176,6 +3186,8 @@ declare const _default: {
|
|
|
3176
3186
|
SuccessCircle: string;
|
|
3177
3187
|
userExperienceIcon: string;
|
|
3178
3188
|
WarningIcon: string;
|
|
3189
|
+
helpHint: string;
|
|
3190
|
+
ModalCloseIcon: string;
|
|
3179
3191
|
};
|
|
3180
3192
|
fonts: {
|
|
3181
3193
|
standard: string;
|
|
@@ -5400,6 +5412,8 @@ declare const _default: {
|
|
|
5400
5412
|
};
|
|
5401
5413
|
iconWrapper: {
|
|
5402
5414
|
xs: {
|
|
5415
|
+
justifyContent: string;
|
|
5416
|
+
alignItems: string;
|
|
5403
5417
|
'&.is-circle': {
|
|
5404
5418
|
borderRadius: string;
|
|
5405
5419
|
};
|
|
@@ -5411,6 +5425,8 @@ declare const _default: {
|
|
|
5411
5425
|
fontSize: any;
|
|
5412
5426
|
};
|
|
5413
5427
|
sm: {
|
|
5428
|
+
justifyContent: string;
|
|
5429
|
+
alignItems: string;
|
|
5414
5430
|
'&.is-circle': {
|
|
5415
5431
|
borderRadius: string;
|
|
5416
5432
|
};
|
|
@@ -5422,6 +5438,8 @@ declare const _default: {
|
|
|
5422
5438
|
fontSize: any;
|
|
5423
5439
|
};
|
|
5424
5440
|
md: {
|
|
5441
|
+
justifyContent: string;
|
|
5442
|
+
alignItems: string;
|
|
5425
5443
|
'&.is-circle': {
|
|
5426
5444
|
borderRadius: string;
|
|
5427
5445
|
};
|
|
@@ -5433,6 +5451,8 @@ declare const _default: {
|
|
|
5433
5451
|
fontSize: any;
|
|
5434
5452
|
};
|
|
5435
5453
|
lg: {
|
|
5454
|
+
justifyContent: string;
|
|
5455
|
+
alignItems: string;
|
|
5436
5456
|
'&.is-circle': {
|
|
5437
5457
|
borderRadius: string;
|
|
5438
5458
|
};
|
|
@@ -5444,6 +5464,8 @@ declare const _default: {
|
|
|
5444
5464
|
fontSize: any;
|
|
5445
5465
|
};
|
|
5446
5466
|
xl: {
|
|
5467
|
+
justifyContent: string;
|
|
5468
|
+
alignItems: string;
|
|
5447
5469
|
'&.is-circle': {
|
|
5448
5470
|
borderRadius: string;
|
|
5449
5471
|
};
|
|
@@ -5457,13 +5479,15 @@ declare const _default: {
|
|
|
5457
5479
|
};
|
|
5458
5480
|
listBox: {
|
|
5459
5481
|
container: {
|
|
5460
|
-
|
|
5482
|
+
pl: string;
|
|
5483
|
+
pr: number;
|
|
5461
5484
|
py: string;
|
|
5462
5485
|
};
|
|
5463
5486
|
option: {
|
|
5464
5487
|
py: string;
|
|
5465
5488
|
pl: string;
|
|
5466
5489
|
pr: string;
|
|
5490
|
+
mr: string;
|
|
5467
5491
|
justifyContent: string;
|
|
5468
5492
|
borderRadius: string;
|
|
5469
5493
|
lineHeight: string;
|
|
@@ -5731,7 +5755,6 @@ declare const _default: {
|
|
|
5731
5755
|
message: {
|
|
5732
5756
|
wrapper: {
|
|
5733
5757
|
gap: string;
|
|
5734
|
-
right: string;
|
|
5735
5758
|
};
|
|
5736
5759
|
item: {
|
|
5737
5760
|
maxWidth: number;
|
|
@@ -5850,6 +5873,7 @@ declare const _default: {
|
|
|
5850
5873
|
borderTopColor: string;
|
|
5851
5874
|
borderRadius: string;
|
|
5852
5875
|
p: string;
|
|
5876
|
+
flexDirection: string;
|
|
5853
5877
|
};
|
|
5854
5878
|
footerContainer: {
|
|
5855
5879
|
borderTop: string;
|
|
@@ -6069,9 +6093,6 @@ declare const _default: {
|
|
|
6069
6093
|
alignSelf: string;
|
|
6070
6094
|
mr: string;
|
|
6071
6095
|
};
|
|
6072
|
-
wrapper: {
|
|
6073
|
-
mr: string;
|
|
6074
|
-
};
|
|
6075
6096
|
};
|
|
6076
6097
|
popoverMenu: {
|
|
6077
6098
|
container: {
|