@jetbrains/ring-ui 5.0.137 → 5.0.139
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/components/auth/auth__core.d.ts +1 -1
- package/components/auth/auth__core.js +21 -26
- package/components/auth-dialog/auth-dialog.js +3 -1
- package/components/date-picker/date-input.js +3 -1
- package/components/editable-heading/editable-heading.css +7 -3
- package/components/editable-heading/editable-heading.js +29 -8
- package/components/global/react-render-adapter.js +16 -31
- package/components/header/profile.d.ts +3 -1
- package/components/header/profile.js +15 -11
- package/components/i18n/README.md +46 -0
- package/components/i18n/i18n-context.d.ts +13 -0
- package/components/i18n/i18n-context.js +14 -0
- package/components/i18n/i18n.d.ts +59 -0
- package/components/i18n/i18n.js +26 -0
- package/components/i18n/messages.json +53 -0
- package/components/input/input.d.ts +1 -4
- package/components/input/input.js +16 -16
- package/components/message/message.d.ts +1 -5
- package/components/message/message.js +17 -16
- package/components/pager/pager.d.ts +3 -8
- package/components/pager/pager.js +11 -12
- package/components/query-assist/query-assist.d.ts +1 -5
- package/components/query-assist/query-assist.js +30 -29
- package/components/select/select.d.ts +2 -4
- package/components/select/select.js +14 -11
- package/components/select/select__filter.d.ts +0 -1
- package/components/select/select__filter.js +4 -2
- package/components/user-agreement/user-agreement.d.ts +1 -9
- package/components/user-agreement/user-agreement.js +31 -30
- package/components/user-card/card.d.ts +14 -13
- package/components/user-card/card.js +26 -27
- package/dist/_helpers/card.js +28 -33
- package/dist/_helpers/select__filter.js +17 -10
- package/dist/auth/auth.js +1 -0
- package/dist/auth/auth__core.d.ts +1 -1
- package/dist/auth/auth__core.js +18 -27
- package/dist/auth/landing.js +1 -0
- package/dist/auth-dialog/auth-dialog.js +1 -1
- package/dist/auth-ng/auth-ng.js +1 -0
- package/dist/date-picker/date-input.js +3 -1
- package/dist/date-picker/date-picker.js +2 -0
- package/dist/date-picker/date-popup.js +2 -0
- package/dist/editable-heading/editable-heading.js +32 -9
- package/dist/global/react-render-adapter.js +0 -2
- package/dist/header/header.js +2 -0
- package/dist/header/profile.d.ts +3 -1
- package/dist/header/profile.js +27 -15
- package/dist/header/smart-profile.js +2 -0
- package/dist/header/smart-services.js +1 -0
- package/dist/i18n/i18n-context.d.ts +13 -0
- package/dist/i18n/i18n-context.js +24 -0
- package/dist/i18n/i18n.d.ts +59 -0
- package/dist/i18n/i18n.js +136 -0
- package/dist/input/input.d.ts +1 -4
- package/dist/input/input.js +35 -30
- package/dist/link/link.js +1 -1
- package/dist/message/message.d.ts +1 -5
- package/dist/message/message.js +41 -35
- package/dist/pager/pager.d.ts +3 -8
- package/dist/pager/pager.js +25 -15
- package/dist/pager-ng/pager-ng.js +2 -0
- package/dist/permissions-ng/permissions-ng.js +1 -0
- package/dist/query-assist/query-assist.d.ts +1 -5
- package/dist/query-assist/query-assist.js +105 -93
- package/dist/query-assist-ng/query-assist-ng.js +2 -0
- package/dist/select/select.d.ts +2 -4
- package/dist/select/select.js +54 -47
- package/dist/select/select__filter.d.ts +0 -1
- package/dist/select/select__filter.js +2 -0
- package/dist/select/select__popup.js +2 -0
- package/dist/select-ng/select-ng.js +2 -0
- package/dist/select-ng/select-ng__lazy.js +2 -0
- package/dist/style.css +1 -1
- package/dist/table-legacy-ng/table-legacy-ng.js +2 -0
- package/dist/table-legacy-ng/table-legacy-ng__pager.js +2 -0
- package/dist/tags-input/tags-input.js +2 -0
- package/dist/tags-input-ng/tags-input-ng.js +2 -0
- package/dist/user-agreement/service.js +2 -0
- package/dist/user-agreement/user-agreement.d.ts +1 -9
- package/dist/user-agreement/user-agreement.js +41 -41
- package/dist/user-card/card.d.ts +14 -13
- package/dist/user-card/card.js +2 -0
- package/dist/user-card/smart-user-card-tooltip.js +2 -0
- package/dist/user-card/tooltip.js +2 -0
- package/dist/user-card/user-card.js +2 -0
- package/dist/user-card-ng/user-card-ng.js +2 -0
- package/package.json +32 -32
|
@@ -88,6 +88,8 @@ import '../list/list__separator.js';
|
|
|
88
88
|
import '../list/list__hint.js';
|
|
89
89
|
import '../list/consts.js';
|
|
90
90
|
import '../input/input.js';
|
|
91
|
+
import '../i18n/i18n-context.js';
|
|
92
|
+
import '../i18n/i18n.js';
|
|
91
93
|
import '../_helpers/input.js';
|
|
92
94
|
import '../input/input-label.js';
|
|
93
95
|
import '../global/rerender-hoc.js';
|
|
@@ -78,6 +78,8 @@ import '../list/list__separator.js';
|
|
|
78
78
|
import '../list/list__hint.js';
|
|
79
79
|
import '../list/consts.js';
|
|
80
80
|
import '../input/input.js';
|
|
81
|
+
import '../i18n/i18n-context.js';
|
|
82
|
+
import '../i18n/i18n.js';
|
|
81
83
|
import '../_helpers/input.js';
|
|
82
84
|
import '../input/input-label.js';
|
|
83
85
|
import '../global/rerender-hoc.js';
|
|
@@ -69,6 +69,8 @@ import '../list/list__hint.js';
|
|
|
69
69
|
import '../list/consts.js';
|
|
70
70
|
import '../input/input-label.js';
|
|
71
71
|
import '../global/fuzzy-highlight.js';
|
|
72
|
+
import '../i18n/i18n-context.js';
|
|
73
|
+
import '../i18n/i18n.js';
|
|
72
74
|
import '../select/select__popup.js';
|
|
73
75
|
import '@jetbrains/icons/search';
|
|
74
76
|
import '../loader-inline/loader-inline.js';
|
|
@@ -69,6 +69,8 @@ import '../list/list__separator.js';
|
|
|
69
69
|
import '../list/list__hint.js';
|
|
70
70
|
import '../list/consts.js';
|
|
71
71
|
import '../input/input.js';
|
|
72
|
+
import '../i18n/i18n-context.js';
|
|
73
|
+
import '../i18n/i18n.js';
|
|
72
74
|
import '../_helpers/input.js';
|
|
73
75
|
import '../input/input-label.js';
|
|
74
76
|
import '../global/rerender-hoc.js';
|
|
@@ -72,6 +72,8 @@ import 'highlight.js/lib/core';
|
|
|
72
72
|
import '../markdown/link.js';
|
|
73
73
|
import '../markdown/heading.js';
|
|
74
74
|
import '../heading/heading.js';
|
|
75
|
+
import '../i18n/i18n-context.js';
|
|
76
|
+
import '../i18n/i18n.js';
|
|
75
77
|
|
|
76
78
|
const GUEST_SESSION_KEY = 'end-user-agreement-consent';
|
|
77
79
|
const ONE_HOUR = 60 * 60 * 1000; // eslint-disable-line @typescript-eslint/no-magic-numbers
|
|
@@ -14,7 +14,7 @@ export interface UserAgreementTranslations {
|
|
|
14
14
|
}
|
|
15
15
|
export interface UserAgreementProps {
|
|
16
16
|
text: string;
|
|
17
|
-
translations
|
|
17
|
+
translations?: UserAgreementTranslations | null | undefined;
|
|
18
18
|
show: boolean;
|
|
19
19
|
onAccept: () => void;
|
|
20
20
|
onDecline: () => void;
|
|
@@ -46,14 +46,6 @@ export default class UserAgreement extends PureComponent<UserAgreementProps> {
|
|
|
46
46
|
className: PropTypes.Requireable<string>;
|
|
47
47
|
};
|
|
48
48
|
static defaultProps: {
|
|
49
|
-
translations: {
|
|
50
|
-
userAgreement: string;
|
|
51
|
-
accept: string;
|
|
52
|
-
decline: string;
|
|
53
|
-
close: string;
|
|
54
|
-
scrollToAccept: string;
|
|
55
|
-
remindLater: string;
|
|
56
|
-
};
|
|
57
49
|
show: boolean;
|
|
58
50
|
onAccept: typeof noop;
|
|
59
51
|
onDecline: typeof noop;
|
|
@@ -6,6 +6,7 @@ import '../island/island.js';
|
|
|
6
6
|
import Panel from '../panel/panel.js';
|
|
7
7
|
import { Button } from '../button/button.js';
|
|
8
8
|
import Markdown from '../markdown/markdown.js';
|
|
9
|
+
import { I18nContext } from '../i18n/i18n-context.js';
|
|
9
10
|
import HeaderWrapper from '../island/header.js';
|
|
10
11
|
import ContentWrapper from '../island/content.js';
|
|
11
12
|
import '../_helpers/_rollupPluginBabelHelpers.js';
|
|
@@ -50,6 +51,7 @@ import '../link/link.js';
|
|
|
50
51
|
import '../_helpers/link.js';
|
|
51
52
|
import '../markdown/heading.js';
|
|
52
53
|
import '../heading/heading.js';
|
|
54
|
+
import '../i18n/i18n.js';
|
|
53
55
|
import 'element-resize-detector';
|
|
54
56
|
import '../global/schedule-raf.js';
|
|
55
57
|
|
|
@@ -79,14 +81,6 @@ class UserAgreement extends PureComponent {
|
|
|
79
81
|
className: PropTypes.string
|
|
80
82
|
};
|
|
81
83
|
static defaultProps = {
|
|
82
|
-
translations: {
|
|
83
|
-
userAgreement: 'User Agreement',
|
|
84
|
-
accept: 'Accept',
|
|
85
|
-
decline: 'Decline',
|
|
86
|
-
close: 'Close',
|
|
87
|
-
scrollToAccept: 'View the entire agreement to continue',
|
|
88
|
-
remindLater: 'Remind me later'
|
|
89
|
-
},
|
|
90
84
|
show: false,
|
|
91
85
|
onAccept: noop,
|
|
92
86
|
onDecline: noop,
|
|
@@ -113,39 +107,45 @@ class UserAgreement extends PureComponent {
|
|
|
113
107
|
preview,
|
|
114
108
|
className
|
|
115
109
|
} = this.props;
|
|
116
|
-
return /*#__PURE__*/React.createElement(
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
110
|
+
return /*#__PURE__*/React.createElement(I18nContext.Consumer, null, _ref => {
|
|
111
|
+
var _translations$userAgr, _translations$userAgr2, _translations$scrollT, _translations$accept, _translations$decline, _translations$scrollT2, _translations$remindL, _translations$close;
|
|
112
|
+
let {
|
|
113
|
+
translate
|
|
114
|
+
} = _ref;
|
|
115
|
+
return /*#__PURE__*/React.createElement(Dialog, {
|
|
116
|
+
label: (_translations$userAgr = translations?.userAgreement) !== null && _translations$userAgr !== void 0 ? _translations$userAgr : translate('userAgreement'),
|
|
117
|
+
show: show,
|
|
118
|
+
className: classNames(modules_f5ed85cf.agreementDialog, className),
|
|
119
|
+
contentClassName: modules_f5ed85cf.dialogContent,
|
|
120
|
+
trapFocus: true,
|
|
121
|
+
autoFocusFirst: false,
|
|
122
|
+
"data-test": "user-agreement"
|
|
123
|
+
}, /*#__PURE__*/React.createElement(HeaderWrapper, null, (_translations$userAgr2 = translations?.userAgreement) !== null && _translations$userAgr2 !== void 0 ? _translations$userAgr2 : translate('userAgreement')), /*#__PURE__*/React.createElement(ContentWrapper, {
|
|
124
|
+
fade: true,
|
|
125
|
+
onScrollToBottom: this.onScrollToBottom
|
|
126
|
+
}, /*#__PURE__*/React.createElement(Markdown, null, text)), !preview && /*#__PURE__*/React.createElement(Panel, null, onRemindLater && !scrolledDown && /*#__PURE__*/React.createElement("div", {
|
|
127
|
+
className: modules_f5ed85cf.suggestion
|
|
128
|
+
}, (_translations$scrollT = translations?.scrollToAccept) !== null && _translations$scrollT !== void 0 ? _translations$scrollT : translate('scrollToAccept')), /*#__PURE__*/React.createElement(Button, {
|
|
129
|
+
primary: true,
|
|
130
|
+
disabled: !scrolledDown,
|
|
131
|
+
onClick: onAccept,
|
|
132
|
+
"data-test": "accept"
|
|
133
|
+
}, (_translations$accept = translations?.accept) !== null && _translations$accept !== void 0 ? _translations$accept : translate('accept')), /*#__PURE__*/React.createElement(Button, {
|
|
134
|
+
onClick: onDecline,
|
|
135
|
+
autoFocus: true,
|
|
136
|
+
"data-test": "decline"
|
|
137
|
+
}, (_translations$decline = translations?.decline) !== null && _translations$decline !== void 0 ? _translations$decline : translate('decline')), !onRemindLater && !scrolledDown && /*#__PURE__*/React.createElement("span", {
|
|
138
|
+
className: modules_f5ed85cf.suggestion
|
|
139
|
+
}, (_translations$scrollT2 = translations?.scrollToAccept) !== null && _translations$scrollT2 !== void 0 ? _translations$scrollT2 : translate('scrollToAccept')), onRemindLater && /*#__PURE__*/React.createElement(Button, {
|
|
140
|
+
className: modules_f5ed85cf.remindLaterButton,
|
|
141
|
+
onClick: onRemindLater,
|
|
142
|
+
"data-test": "later"
|
|
143
|
+
}, (_translations$remindL = translations?.remindLater) !== null && _translations$remindL !== void 0 ? _translations$remindL : translate('remindLater'))), preview && /*#__PURE__*/React.createElement(Panel, null, /*#__PURE__*/React.createElement(Button, {
|
|
144
|
+
onClick: onClose,
|
|
145
|
+
autoFocus: true,
|
|
146
|
+
"data-test": "close"
|
|
147
|
+
}, (_translations$close = translations?.close) !== null && _translations$close !== void 0 ? _translations$close : translate('close'))));
|
|
148
|
+
});
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
|
package/dist/user-card/card.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HTMLAttributes, PureComponent, ReactElement } from 'react';
|
|
1
|
+
import React, { HTMLAttributes, PureComponent, ReactElement } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
export interface UserCardUser {
|
|
4
4
|
name: string;
|
|
@@ -22,7 +22,8 @@ export interface UserCardWording {
|
|
|
22
22
|
}
|
|
23
23
|
export interface UserCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
24
24
|
user: UserCardUser;
|
|
25
|
-
wording
|
|
25
|
+
wording?: UserCardWording | null | undefined;
|
|
26
|
+
translations?: UserCardWording | null | undefined;
|
|
26
27
|
info?: ReactElement | readonly ReactElement[] | string;
|
|
27
28
|
avatarInfo?: ReactElement | readonly ReactElement[] | string;
|
|
28
29
|
'data-test'?: string | null | undefined;
|
|
@@ -52,18 +53,18 @@ export default class UserCard extends PureComponent<UserCardProps> {
|
|
|
52
53
|
copingToClipboardError: PropTypes.Requireable<string>;
|
|
53
54
|
unverified: PropTypes.Requireable<string>;
|
|
54
55
|
}>>;
|
|
56
|
+
translations: PropTypes.Requireable<PropTypes.InferProps<{
|
|
57
|
+
banned: PropTypes.Validator<string>;
|
|
58
|
+
online: PropTypes.Validator<string>;
|
|
59
|
+
offline: PropTypes.Validator<string>;
|
|
60
|
+
copyToClipboard: PropTypes.Requireable<string>;
|
|
61
|
+
copiedToClipboard: PropTypes.Requireable<string>;
|
|
62
|
+
copingToClipboardError: PropTypes.Requireable<string>;
|
|
63
|
+
unverified: PropTypes.Requireable<string>;
|
|
64
|
+
}>>;
|
|
55
65
|
};
|
|
56
|
-
static
|
|
57
|
-
|
|
58
|
-
banned: string;
|
|
59
|
-
online: string;
|
|
60
|
-
offline: string;
|
|
61
|
-
copyToClipboard: string;
|
|
62
|
-
copiedToClipboard: string;
|
|
63
|
-
copingToClipboardError: string;
|
|
64
|
-
unverified: string;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
66
|
+
static contextType: React.Context<import("../i18n/i18n-context").I18nContextProps>;
|
|
67
|
+
context: React.ContextType<typeof UserCard.contextType>;
|
|
67
68
|
copyEmail: () => void;
|
|
68
69
|
render(): JSX.Element;
|
|
69
70
|
}
|
package/dist/user-card/card.js
CHANGED
|
@@ -8,6 +8,7 @@ import '../link/link.js';
|
|
|
8
8
|
import '../clipboard/clipboard.js';
|
|
9
9
|
import '../_helpers/badge.js';
|
|
10
10
|
import '../icon/icon.js';
|
|
11
|
+
import '../i18n/i18n-context.js';
|
|
11
12
|
export { U as default } from '../_helpers/card.js';
|
|
12
13
|
import '../icon/icon__constants.js';
|
|
13
14
|
import '../global/url.js';
|
|
@@ -49,3 +50,4 @@ import '../popup/position.js';
|
|
|
49
50
|
import '../popup/popup.consts.js';
|
|
50
51
|
import '../alert/container.js';
|
|
51
52
|
import '../clipboard/clipboard-fallback.js';
|
|
53
|
+
import '../i18n/i18n.js';
|
|
@@ -53,6 +53,8 @@ import '../_helpers/theme.js';
|
|
|
53
53
|
import '../alert/container.js';
|
|
54
54
|
import '../clipboard/clipboard-fallback.js';
|
|
55
55
|
import '../_helpers/badge.js';
|
|
56
|
+
import '../i18n/i18n-context.js';
|
|
57
|
+
import '../i18n/i18n.js';
|
|
56
58
|
|
|
57
59
|
class SmartUserCardTooltip extends Component {
|
|
58
60
|
static propTypes = {
|
|
@@ -52,6 +52,8 @@ import '../_helpers/theme.js';
|
|
|
52
52
|
import '../alert/container.js';
|
|
53
53
|
import '../clipboard/clipboard-fallback.js';
|
|
54
54
|
import '../_helpers/badge.js';
|
|
55
|
+
import '../i18n/i18n-context.js';
|
|
56
|
+
import '../i18n/i18n.js';
|
|
55
57
|
|
|
56
58
|
const DEFAULT_TIMEOUT = 300;
|
|
57
59
|
class UserCardTooltip extends Component {
|
|
@@ -51,6 +51,8 @@ import '../popup/popup.consts.js';
|
|
|
51
51
|
import '../alert/container.js';
|
|
52
52
|
import '../clipboard/clipboard-fallback.js';
|
|
53
53
|
import '../_helpers/badge.js';
|
|
54
|
+
import '../i18n/i18n-context.js';
|
|
55
|
+
import '../i18n/i18n.js';
|
|
54
56
|
import '../dropdown/dropdown.js';
|
|
55
57
|
import '../global/typescript-utils.js';
|
|
56
58
|
import '../_helpers/anchor.js';
|
|
@@ -55,6 +55,8 @@ import '../popup/popup.consts.js';
|
|
|
55
55
|
import '../alert/container.js';
|
|
56
56
|
import '../clipboard/clipboard-fallback.js';
|
|
57
57
|
import '../_helpers/badge.js';
|
|
58
|
+
import '../i18n/i18n-context.js';
|
|
59
|
+
import '../i18n/i18n.js';
|
|
58
60
|
import '../dropdown/dropdown.js';
|
|
59
61
|
import '../global/typescript-utils.js';
|
|
60
62
|
import '../_helpers/anchor.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.139",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -75,48 +75,49 @@
|
|
|
75
75
|
},
|
|
76
76
|
"readmeFilename": "README.md",
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@babel/cli": "^7.21.
|
|
79
|
-
"@babel/eslint-parser": "^7.21.
|
|
78
|
+
"@babel/cli": "^7.21.5",
|
|
79
|
+
"@babel/eslint-parser": "^7.21.8",
|
|
80
80
|
"@jetbrains/eslint-config": "^5.4.1",
|
|
81
81
|
"@jetbrains/stylelint-config": "^4.0.1",
|
|
82
82
|
"@primer/octicons": "^18.3.0",
|
|
83
83
|
"@rollup/plugin-babel": "^6.0.3",
|
|
84
|
+
"@rollup/plugin-json": "^6.0.0",
|
|
84
85
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
85
86
|
"@rollup/plugin-replace": "^5.0.2",
|
|
86
87
|
"@storybook/addon-a11y": "7.0.7",
|
|
87
88
|
"@storybook/addon-docs": "7.0.7",
|
|
88
|
-
"@storybook/addon-essentials": "7.0.
|
|
89
|
-
"@storybook/addon-storyshots": "7.0.
|
|
89
|
+
"@storybook/addon-essentials": "7.0.7",
|
|
90
|
+
"@storybook/addon-storyshots": "7.0.7",
|
|
90
91
|
"@storybook/addon-storyshots-puppeteer": "7.0.7",
|
|
91
92
|
"@storybook/addon-storysource": "7.0.7",
|
|
92
|
-
"@storybook/addons": "7.0.
|
|
93
|
-
"@storybook/
|
|
94
|
-
"@storybook/html": "7.0.2",
|
|
93
|
+
"@storybook/addons": "7.0.7",
|
|
94
|
+
"@storybook/html": "7.0.7",
|
|
95
95
|
"@storybook/html-webpack5": "^7.0.7",
|
|
96
|
-
"@storybook/preview-api": "7.0.
|
|
97
|
-
"@storybook/react": "7.0.
|
|
96
|
+
"@storybook/preview-api": "7.0.7",
|
|
97
|
+
"@storybook/react": "7.0.7",
|
|
98
98
|
"@storybook/source-loader": "7.0.7",
|
|
99
|
-
"@storybook/theming": "7.0.
|
|
99
|
+
"@storybook/theming": "7.0.7",
|
|
100
100
|
"@testing-library/react": "^14.0.0",
|
|
101
101
|
"@testing-library/user-event": "^14.4.3",
|
|
102
|
-
"@types/chai": "^4.3.
|
|
102
|
+
"@types/chai": "^4.3.5",
|
|
103
103
|
"@types/chai-as-promised": "^7.1.5",
|
|
104
104
|
"@types/chai-dom": "0.0.10",
|
|
105
105
|
"@types/chai-enzyme": "^0.6.8",
|
|
106
106
|
"@types/enzyme": "^3.10.13",
|
|
107
|
-
"@types/react": "^18.0
|
|
108
|
-
"@types/react-dom": "^18.
|
|
107
|
+
"@types/react": "^18.2.0",
|
|
108
|
+
"@types/react-dom": "^18.2.1",
|
|
109
109
|
"@types/sinon": "^10.0.14",
|
|
110
110
|
"@types/sinon-chai": "^3.2.9",
|
|
111
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
112
|
-
"@typescript-eslint/parser": "^5.59.
|
|
111
|
+
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
112
|
+
"@typescript-eslint/parser": "^5.59.2",
|
|
113
113
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
|
114
|
+
"acorn": "^8.8.2",
|
|
114
115
|
"angular": "^1.8.3",
|
|
115
116
|
"angular-mocks": "^1.8.3",
|
|
116
117
|
"angular-route": "^1.8.3",
|
|
117
118
|
"babel-plugin-react-docgen": "^4.2.1",
|
|
118
119
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
119
|
-
"caniuse-lite": "^1.0.
|
|
120
|
+
"caniuse-lite": "^1.0.30001482",
|
|
120
121
|
"chai": "^4.3.7",
|
|
121
122
|
"chai-as-promised": "^7.1.1",
|
|
122
123
|
"chai-dom": "^1.10.0",
|
|
@@ -142,31 +143,31 @@
|
|
|
142
143
|
"jest": "~29.5.0",
|
|
143
144
|
"jest-environment-jsdom": "^29.5.0",
|
|
144
145
|
"jest-teamcity": "^1.10.0",
|
|
145
|
-
"karma": "^6.4.
|
|
146
|
+
"karma": "^6.4.2",
|
|
146
147
|
"karma-chrome-launcher": "3.2.0",
|
|
147
148
|
"karma-mocha": "^2.0.1",
|
|
148
149
|
"karma-sourcemap-loader": "^0.4.0",
|
|
149
150
|
"karma-teamcity-reporter": "^2.0.0",
|
|
150
151
|
"karma-webpack": "^5.0.0",
|
|
151
|
-
"lint-staged": "^13.2.
|
|
152
|
+
"lint-staged": "^13.2.2",
|
|
152
153
|
"merge-options": "^3.0.4",
|
|
153
154
|
"mocha": "^10.2.0",
|
|
154
155
|
"pinst": "^3.0.0",
|
|
155
|
-
"prettier": "^2.8.
|
|
156
|
-
"puppeteer": "^
|
|
156
|
+
"prettier": "^2.8.8",
|
|
157
|
+
"puppeteer": "^20.0.0",
|
|
157
158
|
"raw-loader": "^4.0.2",
|
|
158
159
|
"react": "^18.2.0",
|
|
159
160
|
"react-dom": "^18.2.0",
|
|
160
161
|
"react-test-renderer": "^18.2.0",
|
|
161
162
|
"regenerator-runtime": "^0.13.11",
|
|
162
163
|
"rimraf": "^5.0.0",
|
|
163
|
-
"rollup": "^3.21.
|
|
164
|
+
"rollup": "^3.21.3",
|
|
164
165
|
"rollup-plugin-clear": "^2.0.7",
|
|
165
166
|
"rollup-plugin-styles": "^4.0.0",
|
|
166
167
|
"sinon": "^15.0.4",
|
|
167
168
|
"sinon-chai": "^3.7.0",
|
|
168
169
|
"storage-mock": "^2.1.0",
|
|
169
|
-
"storybook": "^7.0.
|
|
170
|
+
"storybook": "^7.0.7",
|
|
170
171
|
"storybook-addon-themes": "^6.1.0",
|
|
171
172
|
"storybook-zeplin": "^2.0.0",
|
|
172
173
|
"stylelint": "^15.6.0",
|
|
@@ -175,10 +176,9 @@
|
|
|
175
176
|
"terser-webpack-plugin": "^5.3.7",
|
|
176
177
|
"typescript": "~5.0.4",
|
|
177
178
|
"wallaby-webpack": "^3.9.16",
|
|
178
|
-
"webpack": "^5.
|
|
179
|
+
"webpack": "^5.81.0",
|
|
179
180
|
"webpack-cli": "^5.0.2",
|
|
180
|
-
"xmlappend": "^1.0.4"
|
|
181
|
-
"yo": "^4.3.1"
|
|
181
|
+
"xmlappend": "^1.0.4"
|
|
182
182
|
},
|
|
183
183
|
"peerDependencies": {
|
|
184
184
|
"@types/react": ">=16.8.0",
|
|
@@ -200,8 +200,8 @@
|
|
|
200
200
|
}
|
|
201
201
|
},
|
|
202
202
|
"dependencies": {
|
|
203
|
-
"@babel/core": "^7.21.
|
|
204
|
-
"@babel/preset-typescript": "^7.21.
|
|
203
|
+
"@babel/core": "^7.21.8",
|
|
204
|
+
"@babel/preset-typescript": "^7.21.5",
|
|
205
205
|
"@jetbrains/babel-preset-jetbrains": "^2.3.2",
|
|
206
206
|
"@jetbrains/icons": "^3.21.0",
|
|
207
207
|
"@jetbrains/logos": "^2.2.16",
|
|
@@ -223,8 +223,8 @@
|
|
|
223
223
|
"compile-code-loader": "^1.0.0",
|
|
224
224
|
"css-loader": "^6.7.3",
|
|
225
225
|
"csstype": "^3.1.2",
|
|
226
|
-
"date-fns": "^2.
|
|
227
|
-
"deep-equal": "^2.2.
|
|
226
|
+
"date-fns": "^2.30.0",
|
|
227
|
+
"deep-equal": "^2.2.1",
|
|
228
228
|
"element-resize-detector": "^1.2.4",
|
|
229
229
|
"es6-error": "^4.1.1",
|
|
230
230
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
@@ -238,10 +238,10 @@
|
|
|
238
238
|
"just-debounce-it": "^3.2.0",
|
|
239
239
|
"memoize-one": "^6.0.0",
|
|
240
240
|
"postcss": "^8.4.23",
|
|
241
|
-
"postcss-calc": "^
|
|
241
|
+
"postcss-calc": "^9.0.0",
|
|
242
242
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
243
243
|
"postcss-font-family-system-ui": "^5.0.0",
|
|
244
|
-
"postcss-loader": "^7.
|
|
244
|
+
"postcss-loader": "^7.3.0",
|
|
245
245
|
"postcss-modules-values-replace": "^4.1.0",
|
|
246
246
|
"postcss-preset-env": "^8.3.2",
|
|
247
247
|
"prop-types": "^15.8.1",
|