@jetbrains/ring-ui 6.0.35 → 6.0.37
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/babel.config.js +4 -1
- package/components/alert/alert.css +0 -7
- package/components/alert/alert.d.ts +2 -1
- package/components/alert/alert.js +2 -1
- package/components/alert/container.css +4 -0
- package/components/alert/container.d.ts +2 -2
- package/components/alert/container.js +1 -1
- package/components/alert-service/alert-service.d.ts +2 -2
- package/components/alert-service/alert-service.js +0 -1
- package/components/auth/down-notification.d.ts +1 -1
- package/components/auth/down-notification.js +1 -1
- package/components/auth/iframe-flow.js +0 -1
- package/components/auth/request-builder.d.ts +0 -1
- package/components/auth/token-validator.d.ts +1 -1
- package/components/auth-dialog/auth-dialog.d.ts +2 -2
- package/components/auth-dialog/auth-dialog.js +1 -1
- package/components/auth-dialog-service/auth-dialog-service.d.ts +0 -1
- package/components/auth-dialog-service/auth-dialog-service.js +0 -1
- package/components/avatar/avatar.d.ts +2 -2
- package/components/avatar/avatar.js +1 -1
- package/components/avatar/fallback-avatar.d.ts +1 -2
- package/components/avatar/fallback-avatar.js +1 -1
- package/components/badge/badge.d.ts +2 -2
- package/components/badge/badge.js +1 -1
- package/components/breadcrumbs/breadcrumbs.css +7 -0
- package/components/breadcrumbs/breadcrumbs.d.ts +6 -0
- package/components/breadcrumbs/breadcrumbs.js +11 -0
- package/components/button/button.d.ts +2 -1
- package/components/button/button.js +2 -1
- package/components/button-group/button-group.css +12 -11
- package/components/button-group/button-group.d.ts +4 -2
- package/components/button-group/button-group.js +9 -3
- package/components/button-group/caption.d.ts +2 -2
- package/components/button-group/caption.js +1 -1
- package/components/button-set/button-set.d.ts +2 -2
- package/components/button-set/button-set.js +1 -1
- package/components/button-toolbar/button-toolbar.d.ts +2 -2
- package/components/button-toolbar/button-toolbar.js +1 -1
- package/components/checkbox/checkbox.css +16 -20
- package/components/checkbox/checkbox.d.ts +3 -2
- package/components/checkbox/checkbox.js +12 -6
- package/components/code/code.d.ts +3 -4
- package/components/code/code.js +1 -1
- package/components/collapse/collapse-content.d.ts +2 -1
- package/components/collapse/collapse-content.js +2 -1
- package/components/collapse/collapse-context.d.ts +0 -1
- package/components/collapse/collapse-control.d.ts +1 -1
- package/components/collapse/collapse-control.js +2 -1
- package/components/collapse/collapse.d.ts +2 -1
- package/components/collapse/collapse.js +2 -1
- package/components/confirm/confirm.d.ts +2 -1
- package/components/confirm/confirm.js +2 -1
- package/components/confirm-service/confirm-service.js +0 -1
- package/components/content-layout/content-layout.d.ts +2 -2
- package/components/content-layout/content-layout.js +2 -2
- package/components/content-layout/sidebar.d.ts +2 -2
- package/components/content-layout/sidebar.js +1 -1
- package/components/contenteditable/contenteditable.d.ts +3 -3
- package/components/contenteditable/contenteditable.js +1 -1
- package/components/control-help/control-help.css +8 -0
- package/components/control-help/control-help.d.ts +4 -0
- package/components/control-help/control-help.js +5 -0
- package/components/control-label/control-label.d.ts +2 -1
- package/components/control-label/control-label.js +1 -1
- package/components/data-list/data-list.d.ts +15 -15
- package/components/data-list/data-list.js +1 -1
- package/components/data-list/data-list.mock.d.ts +2 -2
- package/components/data-list/data-list.mock.js +0 -2
- package/components/data-list/item.d.ts +3 -3
- package/components/data-list/item.js +1 -1
- package/components/data-list/title.d.ts +3 -3
- package/components/data-list/title.js +1 -1
- package/components/date-picker/date-input.d.ts +1 -1
- package/components/date-picker/date-input.js +1 -1
- package/components/date-picker/date-picker.d.ts +2 -1
- package/components/date-picker/date-picker.js +2 -1
- package/components/date-picker/date-popup.d.ts +2 -1
- package/components/date-picker/date-popup.js +2 -1
- package/components/date-picker/day.d.ts +3 -3
- package/components/date-picker/day.js +1 -1
- package/components/date-picker/month-names.d.ts +1 -2
- package/components/date-picker/month-names.js +1 -1
- package/components/date-picker/month-slider.d.ts +2 -2
- package/components/date-picker/month-slider.js +1 -1
- package/components/date-picker/month.d.ts +1 -2
- package/components/date-picker/month.js +0 -1
- package/components/date-picker/months.d.ts +1 -2
- package/components/date-picker/months.js +1 -1
- package/components/date-picker/weekdays.d.ts +1 -2
- package/components/date-picker/weekdays.js +0 -1
- package/components/date-picker/years.d.ts +3 -3
- package/components/date-picker/years.js +1 -1
- package/components/dialog/dialog.d.ts +2 -1
- package/components/dialog/dialog.js +2 -1
- package/components/dropdown/anchor.d.ts +2 -3
- package/components/dropdown/anchor.js +1 -1
- package/components/dropdown/dropdown.d.ts +2 -1
- package/components/dropdown/dropdown.js +2 -1
- package/components/dropdown-menu/dropdown-menu.d.ts +3 -3
- package/components/dropdown-menu/dropdown-menu.js +2 -2
- package/components/editable-heading/editable-heading.d.ts +2 -1
- package/components/editable-heading/editable-heading.js +2 -1
- package/components/error-bubble/error-bubble.d.ts +2 -2
- package/components/error-bubble/error-bubble.js +1 -1
- package/components/error-message/error-message.d.ts +2 -2
- package/components/error-message/error-message.js +1 -1
- package/components/footer/footer.css +1 -1
- package/components/footer/footer.d.ts +2 -2
- package/components/footer/footer.js +1 -1
- package/components/form/form.css +1 -1
- package/components/form/form.stories.js +0 -1
- package/components/global/controls-height.d.ts +0 -1
- package/components/global/create-stateful-context.d.ts +5 -5
- package/components/global/create-stateful-context.js +1 -1
- package/components/global/dom.d.ts +2 -2
- package/components/global/focus-sensor-hoc.js +1 -1
- package/components/global/get-event-key.d.ts +1 -1
- package/components/global/react-dom-renderer.d.ts +2 -2
- package/components/global/react-dom-renderer.js +1 -1
- package/components/global/rerender-hoc.d.ts +2 -2
- package/components/global/rerender-hoc.js +1 -1
- package/components/global/theme.d.ts +3 -3
- package/components/global/theme.js +1 -1
- package/components/global/typescript-utils.d.ts +1 -1
- package/components/grid/col.d.ts +2 -2
- package/components/grid/col.js +1 -1
- package/components/grid/grid.d.ts +2 -2
- package/components/grid/grid.js +1 -1
- package/components/grid/row.d.ts +2 -2
- package/components/grid/row.js +1 -1
- package/components/group/group.d.ts +2 -2
- package/components/group/group.js +1 -1
- package/components/header/header.d.ts +2 -2
- package/components/header/header.js +1 -1
- package/components/header/logo.d.ts +2 -2
- package/components/header/logo.js +1 -1
- package/components/header/profile.d.ts +4 -3
- package/components/header/profile.js +2 -1
- package/components/header/services-link.d.ts +2 -2
- package/components/header/services-link.js +1 -1
- package/components/header/services.d.ts +2 -2
- package/components/header/services.js +1 -1
- package/components/header/smart-profile.d.ts +2 -2
- package/components/header/smart-profile.js +1 -1
- package/components/header/smart-services.d.ts +2 -2
- package/components/header/smart-services.js +1 -1
- package/components/header/tray-icon.d.ts +2 -2
- package/components/header/tray-icon.js +1 -1
- package/components/header/tray.d.ts +2 -2
- package/components/header/tray.js +1 -1
- package/components/heading/heading.d.ts +6 -6
- package/components/heading/heading.js +1 -1
- package/components/i18n/i18n-context.d.ts +1 -1
- package/components/i18n/i18n-context.js +2 -1
- package/components/icon/icon.d.ts +2 -2
- package/components/icon/icon.js +1 -1
- package/components/icon/icon__svg.d.ts +3 -3
- package/components/icon/icon__svg.js +1 -1
- package/components/input/input.css +5 -1
- package/components/input/input.d.ts +3 -2
- package/components/input/input.js +8 -6
- package/components/input-size/input-size.stories.js +0 -1
- package/components/island/adaptive-island-hoc.d.ts +15 -15
- package/components/island/adaptive-island-hoc.js +1 -1
- package/components/island/content.d.ts +3 -3
- package/components/island/content.js +1 -1
- package/components/island/header.d.ts +2 -2
- package/components/island/header.js +1 -1
- package/components/island/island.css +1 -1
- package/components/island/island.d.ts +14 -14
- package/components/island/island.js +1 -1
- package/components/island-legacy/content-legacy.d.ts +2 -2
- package/components/island-legacy/content-legacy.js +1 -1
- package/components/island-legacy/header-legacy.d.ts +2 -2
- package/components/island-legacy/header-legacy.js +1 -1
- package/components/island-legacy/island-legacy.d.ts +2 -2
- package/components/island-legacy/island-legacy.js +1 -1
- package/components/link/clickableLink.d.ts +2 -1
- package/components/link/clickableLink.js +2 -1
- package/components/link/link.d.ts +23 -23
- package/components/link/link.js +1 -1
- package/components/list/consts.d.ts +2 -1
- package/components/list/list.d.ts +11 -11
- package/components/list/list.js +1 -1
- package/components/list/list__custom.d.ts +2 -1
- package/components/list/list__custom.js +2 -1
- package/components/list/list__hint.d.ts +2 -2
- package/components/list/list__hint.js +1 -1
- package/components/list/list__item.d.ts +2 -2
- package/components/list/list__item.js +2 -2
- package/components/list/list__link.d.ts +2 -2
- package/components/list/list__link.js +1 -1
- package/components/list/list__separator.d.ts +2 -2
- package/components/list/list__separator.js +1 -1
- package/components/list/list__title.d.ts +2 -2
- package/components/list/list__title.js +1 -1
- package/components/loader/loader.d.ts +2 -2
- package/components/loader/loader.js +1 -1
- package/components/loader-inline/loader-inline.d.ts +2 -2
- package/components/loader-inline/loader-inline.js +1 -1
- package/components/loader-screen/loader-screen.d.ts +2 -2
- package/components/loader-screen/loader-screen.js +1 -1
- package/components/login-dialog/login-dialog.d.ts +2 -2
- package/components/login-dialog/login-dialog.js +1 -1
- package/components/login-dialog/service.js +0 -1
- package/components/markdown/markdown.d.ts +2 -2
- package/components/markdown/markdown.js +1 -1
- package/components/message/message.d.ts +2 -2
- package/components/message/message.js +1 -1
- package/components/pager/pager.d.ts +2 -1
- package/components/pager/pager.js +2 -1
- package/components/panel/panel.d.ts +2 -2
- package/components/panel/panel.js +1 -1
- package/components/popup/popup.d.ts +4 -3
- package/components/popup/popup.js +2 -1
- package/components/popup/popup.target.d.ts +3 -3
- package/components/popup/popup.target.js +1 -1
- package/components/popup-menu/popup-menu.d.ts +2 -2
- package/components/popup-menu/popup-menu.js +0 -1
- package/components/progress-bar/progress-bar.d.ts +2 -2
- package/components/progress-bar/progress-bar.js +1 -1
- package/components/query-assist/query-assist.d.ts +3 -2
- package/components/query-assist/query-assist.js +4 -3
- package/components/query-assist/query-assist__suggestions.d.ts +1 -2
- package/components/query-assist/query-assist__suggestions.js +0 -1
- package/components/radio/radio.d.ts +3 -3
- package/components/radio/radio.js +1 -1
- package/components/radio/radio__item.d.ts +9 -6
- package/components/radio/radio__item.js +10 -6
- package/components/select/select-popup.css +1 -0
- package/components/select/select.css +1 -1
- package/components/select/select.d.ts +5 -2
- package/components/select/select.js +5 -3
- package/components/select/select__filter.d.ts +2 -2
- package/components/select/select__filter.js +1 -1
- package/components/select/select__popup.d.ts +4 -35
- package/components/select/select__popup.js +4 -3
- package/components/shortcuts/core.d.ts +0 -1
- package/components/shortcuts/shortcuts-hoc.d.ts +12 -12
- package/components/shortcuts/shortcuts-hoc.js +2 -2
- package/components/slider/slider.d.ts +2 -1
- package/components/slider/slider.js +2 -1
- package/components/tab-trap/tab-trap.d.ts +2 -1
- package/components/tab-trap/tab-trap.js +2 -1
- package/components/table/cell.d.ts +2 -2
- package/components/table/cell.js +1 -1
- package/components/table/disable-hover-hoc.d.ts +13 -13
- package/components/table/disable-hover-hoc.js +1 -1
- package/components/table/header-cell.d.ts +2 -2
- package/components/table/header-cell.js +1 -1
- package/components/table/header.d.ts +3 -3
- package/components/table/header.js +1 -1
- package/components/table/multitable.d.ts +2 -2
- package/components/table/multitable.js +1 -1
- package/components/table/row-with-focus-sensor.d.ts +3 -3
- package/components/table/row-with-focus-sensor.js +1 -1
- package/components/table/row.d.ts +2 -1
- package/components/table/row.js +2 -1
- package/components/table/selection-shortcuts-hoc.js +1 -1
- package/components/table/smart-table.d.ts +44 -44
- package/components/table/smart-table.js +1 -1
- package/components/table/table.d.ts +6 -5
- package/components/table/table.js +2 -1
- package/components/table-legacy/table-legacy.css +1 -1
- package/components/tabs/collapsible-more.d.ts +4 -4
- package/components/tabs/collapsible-more.js +8 -8
- package/components/tabs/collapsible-tab.d.ts +2 -1
- package/components/tabs/collapsible-tab.js +1 -1
- package/components/tabs/collapsible-tabs.d.ts +4 -4
- package/components/tabs/collapsible-tabs.js +14 -14
- package/components/tabs/custom-item.d.ts +1 -1
- package/components/tabs/dumb-tabs.d.ts +2 -1
- package/components/tabs/dumb-tabs.js +2 -1
- package/components/tabs/smart-tabs.d.ts +2 -2
- package/components/tabs/smart-tabs.js +1 -1
- package/components/tabs/tab-link.d.ts +3 -3
- package/components/tabs/tab-link.js +1 -1
- package/components/tabs/tab.d.ts +2 -2
- package/components/tabs/tab.js +1 -1
- package/components/tag/tag.d.ts +2 -1
- package/components/tag/tag.js +2 -1
- package/components/tags-input/tags-input.d.ts +3 -2
- package/components/tags-input/tags-input.js +2 -1
- package/components/tags-list/tags-list.d.ts +2 -1
- package/components/tags-list/tags-list.js +2 -1
- package/components/text/text.d.ts +2 -2
- package/components/text/text.js +1 -1
- package/components/toggle/toggle.d.ts +2 -2
- package/components/toggle/toggle.js +1 -1
- package/components/tooltip/tooltip.d.ts +2 -1
- package/components/tooltip/tooltip.js +2 -1
- package/components/user-agreement/service.js +2 -3
- package/components/user-agreement/user-agreement.d.ts +2 -2
- package/components/user-agreement/user-agreement.js +1 -1
- package/components/user-card/card.d.ts +2 -1
- package/components/user-card/card.js +2 -1
- package/components/user-card/smart-user-card-tooltip.d.ts +3 -3
- package/components/user-card/smart-user-card-tooltip.js +1 -1
- package/components/user-card/tooltip.d.ts +3 -3
- package/components/user-card/tooltip.js +1 -1
- package/components/user-card/user-card.css +1 -1
- package/package.json +32 -31
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { InputHTMLAttributes, PureComponent, ReactNode } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
export declare const Size: {
|
|
4
4
|
Size14: string;
|
|
@@ -33,7 +33,7 @@ declare class Toggle extends PureComponent<ToggleProps> {
|
|
|
33
33
|
static defaultProps: {
|
|
34
34
|
size: string;
|
|
35
35
|
};
|
|
36
|
-
render():
|
|
36
|
+
render(): import("react").JSX.Element;
|
|
37
37
|
}
|
|
38
38
|
export type ToggleAttrs = JSX.LibraryManagedAttributes<typeof Toggle, ToggleProps>;
|
|
39
39
|
export default Toggle;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { AllHTMLAttributes, Component, ReactNode } from 'react';
|
|
2
|
+
import * as React from 'react';
|
|
2
3
|
import PropTypes from 'prop-types';
|
|
3
4
|
import Popup, { PopupAttrs } from '../popup/popup';
|
|
4
5
|
import { Listeners } from '../global/dom';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { createRoot } from 'react-dom/client';
|
|
3
2
|
import Storage from '../storage/storage';
|
|
4
3
|
import alertService from '../alert-service/alert-service';
|
|
@@ -84,14 +83,14 @@ export default class UserAgreementService {
|
|
|
84
83
|
localStorage.setItem(storageKey, JSON.stringify({ command: hideMessage, tabId: this.tabId }));
|
|
85
84
|
};
|
|
86
85
|
getUserAgreement = async () => {
|
|
87
|
-
this.userAgreement = await this.config.getUserAgreement() || DEFAULT_AGREEMENT;
|
|
86
|
+
this.userAgreement = (await this.config.getUserAgreement()) || DEFAULT_AGREEMENT;
|
|
88
87
|
return this.userAgreement;
|
|
89
88
|
};
|
|
90
89
|
getUserConsent = async () => {
|
|
91
90
|
const { guest, endUserAgreementConsent } = await this.config.getUserConsent();
|
|
92
91
|
this.guest = guest;
|
|
93
92
|
if (guest) {
|
|
94
|
-
this.userConsent = await this.storage.get(GUEST_SESSION_KEY) || this.userConsent;
|
|
93
|
+
this.userConsent = (await this.storage.get(GUEST_SESSION_KEY)) || this.userConsent;
|
|
95
94
|
}
|
|
96
95
|
else {
|
|
97
96
|
this.userConsent = endUserAgreementConsent || this.userConsent;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @name User Agreement
|
|
3
3
|
*/
|
|
4
|
-
import
|
|
4
|
+
import { PureComponent, ReactNode } from 'react';
|
|
5
5
|
import PropTypes from 'prop-types';
|
|
6
6
|
declare function noop(): void;
|
|
7
7
|
export interface UserAgreementTranslations {
|
|
@@ -54,7 +54,7 @@ export default class UserAgreement extends PureComponent<UserAgreementProps> {
|
|
|
54
54
|
scrolledDown: boolean;
|
|
55
55
|
};
|
|
56
56
|
onScrollToBottom: () => void;
|
|
57
|
-
render():
|
|
57
|
+
render(): import("react").JSX.Element;
|
|
58
58
|
}
|
|
59
59
|
export type UserAgreementAttrs = JSX.LibraryManagedAttributes<typeof UserAgreement, UserAgreementProps>;
|
|
60
60
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Component } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { UserCardTooltipAttrs } from './tooltip';
|
|
4
4
|
import { UserCardUser } from './card';
|
|
@@ -15,6 +15,6 @@ export default class SmartUserCardTooltip extends Component<SmartUserCardTooltip
|
|
|
15
15
|
loading: boolean;
|
|
16
16
|
};
|
|
17
17
|
loadUser: () => Promise<void>;
|
|
18
|
-
renderNoUser: () => "" |
|
|
19
|
-
render():
|
|
18
|
+
renderNoUser: () => "" | import("react").JSX.Element;
|
|
19
|
+
render(): import("react").JSX.Element;
|
|
20
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Component, ReactElement, ReactNode } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { DropdownAttrs } from '../dropdown/dropdown';
|
|
4
4
|
import { UserCardAttrs, UserCardUser } from './card';
|
|
@@ -23,14 +23,14 @@ export default class UserCardTooltip extends Component<UserCardTooltipProps> {
|
|
|
23
23
|
renderNoUser: PropTypes.Requireable<(...args: any[]) => any>;
|
|
24
24
|
};
|
|
25
25
|
static defaultProps: {
|
|
26
|
-
renderUserCard: (props: UserCardAttrs) =>
|
|
26
|
+
renderUserCard: (props: UserCardAttrs) => import("react").JSX.Element;
|
|
27
27
|
renderNoUser: () => string;
|
|
28
28
|
dropdownProps: {
|
|
29
29
|
hoverShowTimeOut: number;
|
|
30
30
|
hoverHideTimeOut: number;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
-
render():
|
|
33
|
+
render(): import("react").JSX.Element;
|
|
34
34
|
}
|
|
35
35
|
export type UserCardTooltipAttrs = JSX.LibraryManagedAttributes<typeof UserCardTooltip, UserCardTooltipProps>;
|
|
36
36
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.37",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"console-errors": "jest console-errors.test.js --watchAll",
|
|
41
41
|
"console-errors-ci": "jest console-errors.test.js --reporters=jest-teamcity",
|
|
42
42
|
"test": "vitest src",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
43
|
+
"screenshots-gui": "npm --prefix packages/screenshots run gui",
|
|
44
|
+
"screenshots-test": "npm --prefix packages/screenshots run test",
|
|
45
|
+
"screenshots-test-ci": "npm --prefix packages/screenshots run test-ci",
|
|
46
|
+
"screenshots-gather": "npm --prefix packages/screenshots run gather",
|
|
47
47
|
"build-stories": "storybook build --quiet -c .storybook -o storybook-dist",
|
|
48
48
|
"prebuild": "rimraf components && tsc --project tsconfig-build.json && cpy '**/*' '!**/*.ts' '!**/*.tsx' '!**/__mocks__/**' ../components --parents --cwd=src/",
|
|
49
49
|
"build": "./node_modules/.bin/rollup -c --bundleConfigAsCjs",
|
|
@@ -83,21 +83,21 @@
|
|
|
83
83
|
"@jetbrains/eslint-config": "^5.4.2",
|
|
84
84
|
"@jetbrains/logos": "3.0.0-canary.734b213.0",
|
|
85
85
|
"@jetbrains/stylelint-config": "^4.0.2",
|
|
86
|
-
"@primer/octicons": "^19.
|
|
86
|
+
"@primer/octicons": "^19.10.0",
|
|
87
87
|
"@rollup/plugin-babel": "^6.0.4",
|
|
88
88
|
"@rollup/plugin-json": "^6.1.0",
|
|
89
89
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
90
90
|
"@rollup/plugin-replace": "^5.0.7",
|
|
91
|
-
"@storybook/addon-a11y": "8.1.
|
|
92
|
-
"@storybook/addon-docs": "8.1.
|
|
93
|
-
"@storybook/addon-essentials": "8.1.
|
|
94
|
-
"@storybook/components": "8.1.
|
|
95
|
-
"@storybook/manager-api": "8.1.
|
|
96
|
-
"@storybook/preview-api": "8.1.
|
|
97
|
-
"@storybook/react": "8.1.
|
|
98
|
-
"@storybook/react-webpack5": "8.1.
|
|
91
|
+
"@storybook/addon-a11y": "8.1.10",
|
|
92
|
+
"@storybook/addon-docs": "8.1.10",
|
|
93
|
+
"@storybook/addon-essentials": "8.1.10",
|
|
94
|
+
"@storybook/components": "8.1.10",
|
|
95
|
+
"@storybook/manager-api": "8.1.10",
|
|
96
|
+
"@storybook/preview-api": "8.1.10",
|
|
97
|
+
"@storybook/react": "8.1.10",
|
|
98
|
+
"@storybook/react-webpack5": "8.1.10",
|
|
99
99
|
"@storybook/test-runner": "^0.18.2",
|
|
100
|
-
"@storybook/theming": "8.1.
|
|
100
|
+
"@storybook/theming": "8.1.10",
|
|
101
101
|
"@testing-library/dom": "^10.1.0",
|
|
102
102
|
"@testing-library/react": "^16.0.0",
|
|
103
103
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -111,16 +111,17 @@
|
|
|
111
111
|
"@types/react-dom": "^18.3.0",
|
|
112
112
|
"@types/sinon": "^17.0.3",
|
|
113
113
|
"@types/sinon-chai": "^3.2.12",
|
|
114
|
-
"@
|
|
115
|
-
"@typescript-eslint/
|
|
116
|
-
"@
|
|
114
|
+
"@types/webpack-env": "^1.18.5",
|
|
115
|
+
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
116
|
+
"@typescript-eslint/parser": "^7.13.1",
|
|
117
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
117
118
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
|
118
|
-
"acorn": "^8.
|
|
119
|
+
"acorn": "^8.12.0",
|
|
119
120
|
"axe-playwright": "^2.0.1",
|
|
120
121
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
121
|
-
"caniuse-lite": "^1.0.
|
|
122
|
+
"caniuse-lite": "^1.0.30001636",
|
|
122
123
|
"chai": "^5.1.1",
|
|
123
|
-
"chai-as-promised": "^
|
|
124
|
+
"chai-as-promised": "^8.0.0",
|
|
124
125
|
"chai-dom": "^1.10.0",
|
|
125
126
|
"chai-enzyme": "1.0.0-beta.1",
|
|
126
127
|
"cheerio": "^1.0.0-rc.12",
|
|
@@ -131,11 +132,11 @@
|
|
|
131
132
|
"eslint-import-resolver-webpack": "^0.13.8",
|
|
132
133
|
"eslint-plugin-bdd": "^2.1.1",
|
|
133
134
|
"eslint-plugin-import": "^2.29.1",
|
|
134
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
135
|
-
"eslint-plugin-react": "^7.34.
|
|
135
|
+
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
136
|
+
"eslint-plugin-react": "^7.34.3",
|
|
136
137
|
"eslint-plugin-storybook": "^0.8.0",
|
|
137
138
|
"events": "^3.3.0",
|
|
138
|
-
"glob": "^10.4.
|
|
139
|
+
"glob": "^10.4.2",
|
|
139
140
|
"html-webpack-plugin": "^5.6.0",
|
|
140
141
|
"http-server": "^14.1.1",
|
|
141
142
|
"husky": "^9.0.11",
|
|
@@ -143,11 +144,11 @@
|
|
|
143
144
|
"jest": "~29.7.0",
|
|
144
145
|
"jest-environment-jsdom": "^29.7.0",
|
|
145
146
|
"jest-teamcity": "^1.10.0",
|
|
146
|
-
"lint-staged": "^15.2.
|
|
147
|
+
"lint-staged": "^15.2.7",
|
|
147
148
|
"markdown-it": "^14.1.0",
|
|
148
149
|
"merge-options": "^3.0.4",
|
|
149
150
|
"pinst": "^3.0.0",
|
|
150
|
-
"prettier": "^3.3.
|
|
151
|
+
"prettier": "^3.3.2",
|
|
151
152
|
"raw-loader": "^4.0.2",
|
|
152
153
|
"react": "^18.3.1",
|
|
153
154
|
"react-dom": "^18.3.1",
|
|
@@ -160,17 +161,17 @@
|
|
|
160
161
|
"sinon": "^18.0.0",
|
|
161
162
|
"sinon-chai": "^3.7.0",
|
|
162
163
|
"storage-mock": "^2.1.0",
|
|
163
|
-
"storybook": "8.1.
|
|
164
|
+
"storybook": "8.1.10",
|
|
164
165
|
"storybook-addon-themes": "^6.1.0",
|
|
165
166
|
"stylelint": "^16.6.1",
|
|
166
167
|
"svg-inline-loader": "^0.8.2",
|
|
167
168
|
"teamcity-service-messages": "^0.1.14",
|
|
168
169
|
"terser-webpack-plugin": "^5.3.10",
|
|
169
|
-
"typescript": "~5.
|
|
170
|
+
"typescript": "~5.5.2",
|
|
170
171
|
"vitest": "^1.6.0",
|
|
171
172
|
"vitest-teamcity-reporter": "^0.3.0",
|
|
172
173
|
"wallaby-webpack": "^3.9.16",
|
|
173
|
-
"webpack": "^5.
|
|
174
|
+
"webpack": "^5.92.1",
|
|
174
175
|
"webpack-cli": "^5.1.4",
|
|
175
176
|
"xmlappend": "^1.0.4"
|
|
176
177
|
},
|
|
@@ -196,7 +197,7 @@
|
|
|
196
197
|
"dependencies": {
|
|
197
198
|
"@babel/core": "^7.24.7",
|
|
198
199
|
"@babel/preset-typescript": "^7.24.7",
|
|
199
|
-
"@jetbrains/babel-preset-jetbrains": "^2.
|
|
200
|
+
"@jetbrains/babel-preset-jetbrains": "^2.4.0",
|
|
200
201
|
"@jetbrains/icons": "^4.2.0",
|
|
201
202
|
"@jetbrains/postcss-require-hover": "^0.1.2",
|
|
202
203
|
"@types/combokeys": "^2.4.9",
|
|
@@ -208,7 +209,7 @@
|
|
|
208
209
|
"@ungap/url-search-params": "^0.2.2",
|
|
209
210
|
"babel-loader": "9.1.3",
|
|
210
211
|
"babel-plugin-transform-define": "^2.1.4",
|
|
211
|
-
"browserslist": "^4.23.
|
|
212
|
+
"browserslist": "^4.23.1",
|
|
212
213
|
"change-case": "^4.1.1",
|
|
213
214
|
"classnames": "^2.5.1",
|
|
214
215
|
"combokeys": "^3.0.1",
|