@jetbrains/ring-ui 5.0.139 → 5.0.141
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/alert/alert.d.ts +1 -1
- package/components/alert-service/alert-service.d.ts +2 -2
- package/components/auth-dialog/auth-dialog.d.ts +2 -2
- package/components/avatar/avatar.d.ts +2 -2
- package/components/avatar/fallback-avatar.d.ts +2 -1
- package/components/badge/badge.d.ts +2 -2
- package/components/button/button.d.ts +1 -1
- package/components/button-group/button-group.d.ts +2 -2
- package/components/button-group/caption.d.ts +2 -2
- package/components/button-set/button-set.d.ts +2 -2
- package/components/button-toolbar/button-toolbar.d.ts +2 -2
- package/components/checkbox/checkbox.d.ts +2 -2
- package/components/code/code.d.ts +1 -1
- package/components/confirm/confirm.d.ts +1 -1
- package/components/content-layout/content-layout.d.ts +2 -2
- package/components/content-layout/sidebar.d.ts +2 -2
- package/components/contenteditable/contenteditable.d.ts +3 -3
- package/components/data-list/data-list.d.ts +3 -3
- package/components/data-list/data-list.mock.d.ts +2 -2
- package/components/data-list/item.d.ts +3 -3
- package/components/data-list/title.d.ts +1 -1
- package/components/date-picker/consts.d.ts +5 -5
- package/components/date-picker/date-input.d.ts +3 -12
- package/components/date-picker/date-input.js +7 -15
- package/components/date-picker/date-picker.d.ts +8 -6
- package/components/date-picker/date-picker.js +9 -15
- package/components/date-picker/date-popup.d.ts +1 -1
- package/components/date-picker/day.d.ts +2 -2
- package/components/date-picker/month-names.d.ts +2 -1
- package/components/date-picker/month-slider.d.ts +2 -2
- package/components/date-picker/month.d.ts +2 -1
- package/components/date-picker/months.d.ts +2 -1
- package/components/date-picker/weekdays.d.ts +2 -1
- package/components/date-picker/years.d.ts +2 -2
- package/components/dropdown/anchor.d.ts +1 -1
- package/components/dropdown/dropdown.d.ts +8 -1
- package/components/editable-heading/editable-heading.d.ts +2 -2
- package/components/error-bubble/error-bubble.d.ts +2 -2
- package/components/error-message/error-message.d.ts +2 -2
- package/components/global/create-stateful-context.d.ts +1 -1
- package/components/global/react-dom-renderer.d.ts +2 -2
- package/components/grid/col.d.ts +2 -2
- package/components/grid/grid.d.ts +2 -2
- package/components/grid/row.d.ts +2 -2
- package/components/group/group.d.ts +2 -2
- package/components/header/header.d.ts +2 -2
- package/components/header/logo.d.ts +2 -2
- package/components/header/profile.d.ts +1 -1
- package/components/header/services-link.d.ts +2 -2
- package/components/header/services.d.ts +2 -2
- package/components/header/smart-profile.d.ts +2 -2
- package/components/header/smart-services.d.ts +2 -2
- package/components/header/tray-icon.d.ts +2 -2
- package/components/header/tray.d.ts +2 -2
- package/components/icon/icon.d.ts +2 -2
- package/components/icon/icon__svg.d.ts +1 -1
- package/components/input/input-label.d.ts +2 -2
- package/components/input/input.d.ts +1 -1
- package/components/island/adaptive-island-hoc.d.ts +2 -2
- package/components/island/content.d.ts +1 -1
- package/components/island/header.d.ts +2 -2
- package/components/island/island.d.ts +3 -3
- package/components/island-legacy/content-legacy.d.ts +2 -2
- package/components/island-legacy/header-legacy.d.ts +2 -2
- package/components/island-legacy/island-legacy.d.ts +2 -2
- package/components/link/clickableLink.d.ts +1 -1
- package/components/link/link.d.ts +8 -8
- package/components/list/list.d.ts +6 -6
- package/components/list/list__custom.d.ts +1 -1
- package/components/list/list__hint.d.ts +2 -2
- package/components/list/list__item.d.ts +2 -2
- package/components/list/list__link.d.ts +2 -2
- package/components/list/list__separator.d.ts +2 -2
- package/components/list/list__title.d.ts +2 -2
- package/components/loader/loader.d.ts +2 -2
- package/components/loader-inline/loader-inline.d.ts +2 -2
- package/components/loader-screen/loader-screen.d.ts +2 -2
- package/components/login-dialog/login-dialog.d.ts +2 -2
- package/components/markdown/code.d.ts +2 -1
- package/components/markdown/heading.d.ts +2 -1
- package/components/markdown/link.d.ts +2 -1
- package/components/markdown/markdown.d.ts +2 -2
- package/components/message/message.d.ts +2 -2
- package/components/pager/pager.d.ts +5 -5
- package/components/panel/panel.d.ts +2 -2
- package/components/popup/popup.d.ts +2 -2
- package/components/popup-menu/popup-menu.d.ts +2 -2
- package/components/progress-bar/progress-bar.d.ts +2 -2
- package/components/query-assist/query-assist.d.ts +2 -2
- package/components/query-assist/query-assist__suggestions.d.ts +2 -1
- package/components/radio/radio.d.ts +1 -1
- package/components/radio/radio__item.d.ts +1 -1
- package/components/select/select.d.ts +4 -4
- package/components/select/select.js +1 -1
- package/components/select/select__filter.d.ts +2 -2
- package/components/select/select__popup.d.ts +7 -7
- package/components/shortcuts/shortcuts-hoc.d.ts +2 -2
- package/components/tab-trap/tab-trap.d.ts +1 -1
- package/components/table/cell.d.ts +2 -2
- package/components/table/disable-hover-hoc.d.ts +2 -2
- package/components/table/header-cell.d.ts +2 -2
- package/components/table/header.d.ts +3 -3
- package/components/table/multitable.d.ts +2 -2
- package/components/table/row-with-focus-sensor.d.ts +1 -1
- package/components/table/row.d.ts +1 -1
- package/components/table/smart-table.d.ts +1 -1
- package/components/table/table.d.ts +4 -4
- package/components/tabs/collapsible-more.d.ts +3 -3
- package/components/tabs/collapsible-tab.d.ts +1 -1
- package/components/tabs/collapsible-tabs.d.ts +2 -2
- package/components/tabs/dumb-tabs.d.ts +3 -3
- package/components/tabs/smart-tabs.d.ts +2 -2
- package/components/tabs/tab-link.d.ts +1 -1
- package/components/tabs/tab.d.ts +2 -2
- package/components/tag/tag.d.ts +5 -5
- package/components/tags-input/tags-input.d.ts +1 -1
- package/components/tags-list/tags-list.d.ts +2 -2
- package/components/text/text.d.ts +2 -2
- package/components/toggle/toggle.d.ts +2 -2
- package/components/tooltip/tooltip.d.ts +1 -1
- package/components/user-agreement/user-agreement.d.ts +2 -2
- package/components/user-card/card.d.ts +1 -1
- package/components/user-card/smart-user-card-tooltip.d.ts +3 -3
- package/components/user-card/tooltip.d.ts +3 -3
- package/dist/_helpers/anchor.js +1 -1
- package/dist/_helpers/badge.js +1 -1
- package/dist/_helpers/button-group.js +1 -1
- package/dist/_helpers/button-set.js +1 -1
- package/dist/_helpers/button-toolbar.js +1 -1
- package/dist/_helpers/button__classes.js +1 -1
- package/dist/_helpers/card.js +1 -1
- package/dist/_helpers/checkbox.js +1 -1
- package/dist/_helpers/date-picker.js +1 -1
- package/dist/_helpers/dialog__body-scroll-preventer.js +1 -1
- package/dist/_helpers/error-message.js +1 -1
- package/dist/_helpers/footer.js +1 -1
- package/dist/_helpers/grid.js +1 -1
- package/dist/_helpers/group.js +1 -1
- package/dist/_helpers/header.js +1 -1
- package/dist/_helpers/icon.js +1 -1
- package/dist/_helpers/input.js +1 -1
- package/dist/_helpers/island.js +1 -1
- package/dist/_helpers/link.js +1 -1
- package/dist/_helpers/list.js +1 -1
- package/dist/_helpers/loader-inline.js +1 -1
- package/dist/_helpers/loader-screen.js +1 -1
- package/dist/_helpers/panel.js +1 -1
- package/dist/_helpers/query-assist__suggestions.js +1 -1
- package/dist/_helpers/radio.js +1 -1
- package/dist/_helpers/select__filter.js +1 -1
- package/dist/_helpers/services-link.js +1 -1
- package/dist/_helpers/sidebar.js +1 -1
- package/dist/_helpers/table.js +1 -1
- package/dist/_helpers/tabs.js +1 -1
- package/dist/_helpers/theme.js +1 -1
- package/dist/_helpers/title.js +1 -1
- package/dist/alert/alert.d.ts +1 -1
- package/dist/alert/alert.js +1 -1
- package/dist/alert/container.js +1 -1
- package/dist/alert-service/alert-service.d.ts +2 -2
- package/dist/auth/down-notification.js +1 -1
- package/dist/auth/iframe-flow.js +1 -1
- package/dist/auth/landing.js +3 -3
- package/dist/auth-dialog/auth-dialog.d.ts +2 -2
- package/dist/auth-dialog/auth-dialog.js +1 -1
- package/dist/avatar/avatar.d.ts +2 -2
- package/dist/avatar/avatar.js +1 -1
- package/dist/avatar/fallback-avatar.d.ts +2 -1
- package/dist/avatar-editor-ng/avatar-editor-ng.js +2 -2
- package/dist/badge/badge.d.ts +2 -2
- package/dist/breadcrumb-ng/breadcrumb-ng.js +3 -3
- package/dist/button/button.d.ts +1 -1
- package/dist/button-group/button-group.d.ts +2 -2
- package/dist/button-group/caption.d.ts +2 -2
- package/dist/button-ng/button-ng.js +3 -3
- package/dist/button-set/button-set.d.ts +2 -2
- package/dist/button-toolbar/button-toolbar.d.ts +2 -2
- package/dist/checkbox/checkbox.d.ts +2 -2
- package/dist/code/code.d.ts +1 -1
- package/dist/code/code.js +1 -1
- package/dist/confirm/confirm.d.ts +1 -1
- package/dist/confirm/confirm.js +1 -1
- package/dist/confirm-ng/confirm-ng.js +2 -2
- package/dist/content-layout/content-layout.d.ts +2 -2
- package/dist/content-layout/sidebar.d.ts +2 -2
- package/dist/contenteditable/contenteditable.d.ts +3 -3
- package/dist/data-list/data-list.d.ts +3 -3
- package/dist/data-list/data-list.mock.d.ts +2 -2
- package/dist/data-list/item.d.ts +3 -3
- package/dist/data-list/title.d.ts +1 -1
- package/dist/date-picker/consts.d.ts +5 -5
- package/dist/date-picker/date-input.d.ts +3 -12
- package/dist/date-picker/date-input.js +11 -17
- package/dist/date-picker/date-picker.d.ts +8 -6
- package/dist/date-picker/date-picker.js +15 -18
- package/dist/date-picker/date-popup.d.ts +1 -1
- package/dist/date-picker/date-popup.js +1 -1
- package/dist/date-picker/day.d.ts +2 -2
- package/dist/date-picker/month-names.d.ts +2 -1
- package/dist/date-picker/month-slider.d.ts +2 -2
- package/dist/date-picker/month.d.ts +2 -1
- package/dist/date-picker/months.d.ts +2 -1
- package/dist/date-picker/weekdays.d.ts +2 -1
- package/dist/date-picker/years.d.ts +2 -2
- package/dist/dialog-ng/dialog-ng.js +9 -9
- package/dist/docked-panel-ng/docked-panel-ng.js +1 -1
- package/dist/dropdown/anchor.d.ts +1 -1
- package/dist/dropdown/dropdown.d.ts +8 -1
- package/dist/editable-heading/editable-heading.d.ts +2 -2
- package/dist/error-bubble/error-bubble.d.ts +2 -2
- package/dist/error-bubble/error-bubble.js +1 -1
- package/dist/error-message/error-message.d.ts +2 -2
- package/dist/error-message-ng/error-message-ng.js +2 -2
- package/dist/form-ng/form-ng.js +2 -2
- package/dist/global/create-stateful-context.d.ts +1 -1
- package/dist/global/react-dom-renderer.d.ts +2 -2
- package/dist/grid/col.d.ts +2 -2
- package/dist/grid/grid.d.ts +2 -2
- package/dist/grid/row.d.ts +2 -2
- package/dist/group/group.d.ts +2 -2
- package/dist/header/header.d.ts +2 -2
- package/dist/header/logo.d.ts +2 -2
- package/dist/header/profile.d.ts +1 -1
- package/dist/header/services-link.d.ts +2 -2
- package/dist/header/services.d.ts +2 -2
- package/dist/header/smart-profile.d.ts +2 -2
- package/dist/header/smart-services.d.ts +2 -2
- package/dist/header/tray-icon.d.ts +2 -2
- package/dist/header/tray.d.ts +2 -2
- package/dist/heading/heading.js +1 -1
- package/dist/icon/icon.d.ts +2 -2
- package/dist/icon/icon__svg.d.ts +1 -1
- package/dist/input/input-label.d.ts +2 -2
- package/dist/input/input.d.ts +1 -1
- package/dist/input-ng/input-ng.js +2 -2
- package/dist/island/adaptive-island-hoc.d.ts +2 -2
- package/dist/island/content.d.ts +1 -1
- package/dist/island/header.d.ts +2 -2
- package/dist/island/island.d.ts +3 -3
- package/dist/island-legacy/content-legacy.d.ts +2 -2
- package/dist/island-legacy/header-legacy.d.ts +2 -2
- package/dist/island-legacy/island-legacy.d.ts +2 -2
- package/dist/link/clickableLink.d.ts +1 -1
- package/dist/link/link.d.ts +8 -8
- package/dist/link/link.js +1 -1
- package/dist/link-ng/link-ng.js +2 -2
- package/dist/list/list.d.ts +6 -6
- package/dist/list/list__custom.d.ts +1 -1
- package/dist/list/list__hint.d.ts +2 -2
- package/dist/list/list__item.d.ts +2 -2
- package/dist/list/list__link.d.ts +2 -2
- package/dist/list/list__separator.d.ts +2 -2
- package/dist/list/list__title.d.ts +2 -2
- package/dist/loader/loader.d.ts +2 -2
- package/dist/loader/loader__core.js +1 -1
- package/dist/loader-inline/loader-inline.d.ts +2 -2
- package/dist/loader-screen/loader-screen.d.ts +2 -2
- package/dist/login-dialog/login-dialog.d.ts +2 -2
- package/dist/login-dialog/login-dialog.js +1 -1
- package/dist/markdown/code.d.ts +2 -1
- package/dist/markdown/heading.d.ts +2 -1
- package/dist/markdown/link.d.ts +2 -1
- package/dist/markdown/markdown.d.ts +2 -2
- package/dist/markdown/markdown.js +1 -1
- package/dist/message/message.d.ts +2 -2
- package/dist/message/message.js +1 -1
- package/dist/message-bundle-ng/message-bundle-ng.js +2 -2
- package/dist/old-browsers-message/white-list.js +2 -2
- package/dist/pager/pager.d.ts +5 -5
- package/dist/pager/pager.js +1 -1
- package/dist/panel/panel.d.ts +2 -2
- package/dist/popup/popup.d.ts +2 -2
- package/dist/popup/popup.js +1 -1
- package/dist/popup-menu/popup-menu.d.ts +2 -2
- package/dist/progress-bar/progress-bar.d.ts +2 -2
- package/dist/progress-bar/progress-bar.js +1 -1
- package/dist/query-assist/query-assist.d.ts +2 -2
- package/dist/query-assist/query-assist.js +4 -4
- package/dist/query-assist/query-assist__suggestions.d.ts +2 -1
- package/dist/radio/radio.d.ts +1 -1
- package/dist/radio/radio__item.d.ts +1 -1
- package/dist/save-field-ng/save-field-ng.js +5 -5
- package/dist/select/select.d.ts +4 -4
- package/dist/select/select.js +3 -3
- package/dist/select/select__filter.d.ts +2 -2
- package/dist/select/select__popup.d.ts +7 -7
- package/dist/select/select__popup.js +4 -4
- package/dist/select-ng/select-ng.js +2 -2
- package/dist/shortcuts/core.js +2 -2
- package/dist/shortcuts/shortcuts-hoc.d.ts +2 -2
- package/dist/shortcuts/shortcuts.js +6 -6
- package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +3 -3
- package/dist/shortcuts-ng/shortcuts-ng.js +24 -24
- package/dist/sidebar-ng/sidebar-ng.js +2 -2
- package/dist/style.css +1 -1
- package/dist/tab-trap/tab-trap.d.ts +1 -1
- package/dist/tab-trap/tab-trap.js +1 -1
- package/dist/table/cell.d.ts +2 -2
- package/dist/table/disable-hover-hoc.d.ts +2 -2
- package/dist/table/header-cell.d.ts +2 -2
- package/dist/table/header.d.ts +3 -3
- package/dist/table/multitable.d.ts +2 -2
- package/dist/table/row-with-focus-sensor.d.ts +1 -1
- package/dist/table/row.d.ts +1 -1
- package/dist/table/smart-table.d.ts +1 -1
- package/dist/table/table.d.ts +4 -4
- package/dist/table-legacy-ng/table-legacy-ng__pager.js +2 -2
- package/dist/tabs/collapsible-more.d.ts +3 -3
- package/dist/tabs/collapsible-more.js +5 -5
- package/dist/tabs/collapsible-tab.d.ts +1 -1
- package/dist/tabs/collapsible-tabs.d.ts +2 -2
- package/dist/tabs/dumb-tabs.d.ts +3 -3
- package/dist/tabs/smart-tabs.d.ts +2 -2
- package/dist/tabs/tab-link.d.ts +1 -1
- package/dist/tabs/tab.d.ts +2 -2
- package/dist/tag/tag.d.ts +5 -5
- package/dist/tag/tag.js +1 -1
- package/dist/tags-input/tags-input.d.ts +1 -1
- package/dist/tags-input/tags-input.js +1 -1
- package/dist/tags-list/tags-list.d.ts +2 -2
- package/dist/text/text.d.ts +2 -2
- package/dist/text/text.js +1 -1
- package/dist/toggle/toggle.d.ts +2 -2
- package/dist/toggle/toggle.js +1 -1
- package/dist/tooltip/tooltip.d.ts +1 -1
- package/dist/tooltip/tooltip.js +1 -1
- package/dist/user-agreement/service.js +7 -7
- package/dist/user-agreement/user-agreement.d.ts +2 -2
- package/dist/user-agreement/user-agreement.js +4 -4
- package/dist/user-card/card.d.ts +1 -1
- package/dist/user-card/smart-user-card-tooltip.d.ts +3 -3
- package/dist/user-card/smart-user-card-tooltip.js +28 -28
- package/dist/user-card/tooltip.d.ts +3 -3
- package/dist/user-card-ng/user-card-ng.js +4 -4
- package/package.json +43 -43
|
@@ -1,31 +1,43 @@
|
|
|
1
|
+
import { m as modules_a4196c17 } from '../_helpers/card.js';
|
|
2
|
+
import UserCardTooltip from './tooltip.js';
|
|
1
3
|
import { _ as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
4
|
import React, { Component } from 'react';
|
|
3
5
|
import PropTypes from 'prop-types';
|
|
4
6
|
import LoaderInline from '../loader-inline/loader-inline.js';
|
|
5
|
-
import UserCardTooltip from './tooltip.js';
|
|
6
|
-
import { m as modules_a4196c17 } from '../_helpers/card.js';
|
|
7
7
|
import 'classnames';
|
|
8
|
+
import '@jetbrains/icons/copy';
|
|
9
|
+
import '../avatar/avatar.js';
|
|
10
|
+
import '../global/url.js';
|
|
11
|
+
import '../global/dom.js';
|
|
12
|
+
import '../avatar/fallback-avatar.js';
|
|
13
|
+
import '../global/get-uid.js';
|
|
14
|
+
import '../link/link.js';
|
|
15
|
+
import '../global/memoize.js';
|
|
8
16
|
import '../global/data-tests.js';
|
|
9
|
-
import '../
|
|
10
|
-
import '../
|
|
11
|
-
import '../
|
|
12
|
-
import '../
|
|
13
|
-
import '
|
|
17
|
+
import '../link/clickableLink.js';
|
|
18
|
+
import '../_helpers/link.js';
|
|
19
|
+
import '../clipboard/clipboard.js';
|
|
20
|
+
import '../alert-service/alert-service.js';
|
|
21
|
+
import '../global/react-render-adapter.js';
|
|
22
|
+
import 'react-dom';
|
|
23
|
+
import '../alert/alert.js';
|
|
24
|
+
import '@jetbrains/icons/exception';
|
|
25
|
+
import '@jetbrains/icons/checkmark';
|
|
26
|
+
import '@jetbrains/icons/warning';
|
|
27
|
+
import '@jetbrains/icons/close';
|
|
14
28
|
import '../icon/icon.js';
|
|
15
29
|
import 'util-deprecate';
|
|
16
30
|
import '../icon/icon__constants.js';
|
|
17
31
|
import '../_helpers/icon.js';
|
|
18
32
|
import '../icon/icon__svg.js';
|
|
19
|
-
import '../global/memoize.js';
|
|
20
33
|
import '../button/button.js';
|
|
21
|
-
import '
|
|
34
|
+
import '@jetbrains/icons/chevron-10px';
|
|
22
35
|
import '../global/controls-height.js';
|
|
23
36
|
import '../_helpers/button__classes.js';
|
|
37
|
+
import '../_helpers/theme.js';
|
|
38
|
+
import '../popup/popup.target.js';
|
|
24
39
|
import '../popup/popup.js';
|
|
25
|
-
import 'react-dom';
|
|
26
|
-
import '../global/get-uid.js';
|
|
27
40
|
import '../global/schedule-raf.js';
|
|
28
|
-
import '../global/dom.js';
|
|
29
41
|
import '../shortcuts/shortcuts.js';
|
|
30
42
|
import '../shortcuts/core.js';
|
|
31
43
|
import 'combokeys';
|
|
@@ -34,27 +46,15 @@ import 'sniffr';
|
|
|
34
46
|
import '../tab-trap/tab-trap.js';
|
|
35
47
|
import '../popup/position.js';
|
|
36
48
|
import '../popup/popup.consts.js';
|
|
37
|
-
import '../popup/popup.target.js';
|
|
38
|
-
import '@jetbrains/icons/copy';
|
|
39
|
-
import '../avatar/avatar.js';
|
|
40
|
-
import '../global/url.js';
|
|
41
|
-
import '../avatar/fallback-avatar.js';
|
|
42
|
-
import '../link/link.js';
|
|
43
|
-
import '../_helpers/link.js';
|
|
44
|
-
import '../clipboard/clipboard.js';
|
|
45
|
-
import '../alert-service/alert-service.js';
|
|
46
|
-
import '../global/react-render-adapter.js';
|
|
47
|
-
import '../alert/alert.js';
|
|
48
|
-
import '@jetbrains/icons/exception';
|
|
49
|
-
import '@jetbrains/icons/checkmark';
|
|
50
|
-
import '@jetbrains/icons/warning';
|
|
51
|
-
import '@jetbrains/icons/close';
|
|
52
|
-
import '../_helpers/theme.js';
|
|
53
49
|
import '../alert/container.js';
|
|
50
|
+
import '../_helpers/loader-inline.js';
|
|
54
51
|
import '../clipboard/clipboard-fallback.js';
|
|
55
52
|
import '../_helpers/badge.js';
|
|
56
53
|
import '../i18n/i18n-context.js';
|
|
57
54
|
import '../i18n/i18n.js';
|
|
55
|
+
import '../dropdown/dropdown.js';
|
|
56
|
+
import '../global/typescript-utils.js';
|
|
57
|
+
import '../_helpers/anchor.js';
|
|
58
58
|
|
|
59
59
|
class SmartUserCardTooltip extends Component {
|
|
60
60
|
static propTypes = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement, ReactNode } from 'react';
|
|
1
|
+
import React, { 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) => JSX.Element;
|
|
26
|
+
renderUserCard: (props: UserCardAttrs) => React.JSX.Element;
|
|
27
27
|
renderNoUser: () => string;
|
|
28
28
|
dropdownProps: {
|
|
29
29
|
hoverShowTimeOut: number;
|
|
30
30
|
hoverHideTimeOut: number;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
-
render(): JSX.Element;
|
|
33
|
+
render(): React.JSX.Element;
|
|
34
34
|
}
|
|
35
35
|
export type UserCardTooltipAttrs = JSX.LibraryManagedAttributes<typeof UserCardTooltip, UserCardTooltipProps>;
|
|
36
36
|
export {};
|
|
@@ -8,12 +8,9 @@ import 'react-dom';
|
|
|
8
8
|
import '../global/ring-angular-component.js';
|
|
9
9
|
import '../global/react-dom-renderer.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
+
import '../_helpers/card.js';
|
|
11
12
|
import '../_helpers/_rollupPluginBabelHelpers.js';
|
|
12
|
-
import '../loader-inline/loader-inline.js';
|
|
13
13
|
import 'classnames';
|
|
14
|
-
import '../global/data-tests.js';
|
|
15
|
-
import '../_helpers/loader-inline.js';
|
|
16
|
-
import '../_helpers/card.js';
|
|
17
14
|
import '@jetbrains/icons/copy';
|
|
18
15
|
import '../avatar/avatar.js';
|
|
19
16
|
import '../global/url.js';
|
|
@@ -22,6 +19,7 @@ import '../avatar/fallback-avatar.js';
|
|
|
22
19
|
import '../global/get-uid.js';
|
|
23
20
|
import '../link/link.js';
|
|
24
21
|
import '../global/memoize.js';
|
|
22
|
+
import '../global/data-tests.js';
|
|
25
23
|
import '../link/clickableLink.js';
|
|
26
24
|
import '../_helpers/link.js';
|
|
27
25
|
import '../clipboard/clipboard.js';
|
|
@@ -36,6 +34,8 @@ import 'util-deprecate';
|
|
|
36
34
|
import '../icon/icon__constants.js';
|
|
37
35
|
import '../_helpers/icon.js';
|
|
38
36
|
import '../icon/icon__svg.js';
|
|
37
|
+
import '../loader-inline/loader-inline.js';
|
|
38
|
+
import '../_helpers/loader-inline.js';
|
|
39
39
|
import '../button/button.js';
|
|
40
40
|
import '@jetbrains/icons/chevron-10px';
|
|
41
41
|
import '../global/controls-height.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.141",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -79,24 +79,24 @@
|
|
|
79
79
|
"@babel/eslint-parser": "^7.21.8",
|
|
80
80
|
"@jetbrains/eslint-config": "^5.4.1",
|
|
81
81
|
"@jetbrains/stylelint-config": "^4.0.1",
|
|
82
|
-
"@primer/octicons": "^
|
|
82
|
+
"@primer/octicons": "^19.1.0",
|
|
83
83
|
"@rollup/plugin-babel": "^6.0.3",
|
|
84
84
|
"@rollup/plugin-json": "^6.0.0",
|
|
85
85
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
86
86
|
"@rollup/plugin-replace": "^5.0.2",
|
|
87
|
-
"@storybook/addon-a11y": "7.0.
|
|
88
|
-
"@storybook/addon-docs": "7.0.
|
|
89
|
-
"@storybook/addon-essentials": "7.0.
|
|
90
|
-
"@storybook/addon-storyshots": "7.0.
|
|
91
|
-
"@storybook/addon-storyshots-puppeteer": "7.0.
|
|
92
|
-
"@storybook/addon-storysource": "7.0.
|
|
93
|
-
"@storybook/addons": "7.0.
|
|
94
|
-
"@storybook/html": "7.0.
|
|
95
|
-
"@storybook/html-webpack5": "^7.0.
|
|
96
|
-
"@storybook/preview-api": "7.0.
|
|
97
|
-
"@storybook/react": "7.0.
|
|
98
|
-
"@storybook/source-loader": "7.0.
|
|
99
|
-
"@storybook/theming": "7.0.
|
|
87
|
+
"@storybook/addon-a11y": "7.0.12",
|
|
88
|
+
"@storybook/addon-docs": "7.0.12",
|
|
89
|
+
"@storybook/addon-essentials": "7.0.12",
|
|
90
|
+
"@storybook/addon-storyshots": "7.0.12",
|
|
91
|
+
"@storybook/addon-storyshots-puppeteer": "7.0.12",
|
|
92
|
+
"@storybook/addon-storysource": "7.0.12",
|
|
93
|
+
"@storybook/addons": "7.0.12",
|
|
94
|
+
"@storybook/html": "7.0.12",
|
|
95
|
+
"@storybook/html-webpack5": "^7.0.12",
|
|
96
|
+
"@storybook/preview-api": "7.0.12",
|
|
97
|
+
"@storybook/react": "7.0.12",
|
|
98
|
+
"@storybook/source-loader": "7.0.12",
|
|
99
|
+
"@storybook/theming": "7.0.12",
|
|
100
100
|
"@testing-library/react": "^14.0.0",
|
|
101
101
|
"@testing-library/user-event": "^14.4.3",
|
|
102
102
|
"@types/chai": "^4.3.5",
|
|
@@ -104,12 +104,12 @@
|
|
|
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.2.
|
|
108
|
-
"@types/react-dom": "^18.2.
|
|
109
|
-
"@types/sinon": "^10.0.
|
|
107
|
+
"@types/react": "^18.2.6",
|
|
108
|
+
"@types/react-dom": "^18.2.4",
|
|
109
|
+
"@types/sinon": "^10.0.15",
|
|
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.6",
|
|
112
|
+
"@typescript-eslint/parser": "^5.59.6",
|
|
113
113
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
|
114
114
|
"acorn": "^8.8.2",
|
|
115
115
|
"angular": "^1.8.3",
|
|
@@ -117,25 +117,25 @@
|
|
|
117
117
|
"angular-route": "^1.8.3",
|
|
118
118
|
"babel-plugin-react-docgen": "^4.2.1",
|
|
119
119
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
120
|
-
"caniuse-lite": "^1.0.
|
|
120
|
+
"caniuse-lite": "^1.0.30001489",
|
|
121
121
|
"chai": "^4.3.7",
|
|
122
122
|
"chai-as-promised": "^7.1.1",
|
|
123
123
|
"chai-dom": "^1.10.0",
|
|
124
124
|
"chai-enzyme": "1.0.0-beta.1",
|
|
125
125
|
"cheerio": "^1.0.0-rc.12",
|
|
126
|
-
"core-js": "^3.30.
|
|
126
|
+
"core-js": "^3.30.2",
|
|
127
127
|
"cpy-cli": "^3.1.1",
|
|
128
128
|
"enzyme": "^3.11.0",
|
|
129
|
-
"eslint": "^8.
|
|
129
|
+
"eslint": "^8.41.0",
|
|
130
130
|
"eslint-import-resolver-webpack": "^0.13.2",
|
|
131
131
|
"eslint-plugin-angular": "^4.1.0",
|
|
132
132
|
"eslint-plugin-bdd": "^2.1.1",
|
|
133
133
|
"eslint-plugin-import": "^2.27.5",
|
|
134
134
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
135
135
|
"eslint-plugin-react": "^7.32.2",
|
|
136
|
-
"eslint-plugin-storybook": "^0.6.
|
|
136
|
+
"eslint-plugin-storybook": "^0.6.12",
|
|
137
137
|
"events": "^3.3.0",
|
|
138
|
-
"glob": "^
|
|
138
|
+
"glob": "^8.1.0",
|
|
139
139
|
"html-webpack-plugin": "^5.5.1",
|
|
140
140
|
"husky": "^8.0.3",
|
|
141
141
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -154,30 +154,30 @@
|
|
|
154
154
|
"mocha": "^10.2.0",
|
|
155
155
|
"pinst": "^3.0.0",
|
|
156
156
|
"prettier": "^2.8.8",
|
|
157
|
-
"puppeteer": "^20.
|
|
157
|
+
"puppeteer": "^20.3.0",
|
|
158
158
|
"raw-loader": "^4.0.2",
|
|
159
159
|
"react": "^18.2.0",
|
|
160
160
|
"react-dom": "^18.2.0",
|
|
161
161
|
"react-test-renderer": "^18.2.0",
|
|
162
162
|
"regenerator-runtime": "^0.13.11",
|
|
163
|
-
"rimraf": "^5.0.
|
|
164
|
-
"rollup": "^3.
|
|
163
|
+
"rimraf": "^5.0.1",
|
|
164
|
+
"rollup": "^3.23.0",
|
|
165
165
|
"rollup-plugin-clear": "^2.0.7",
|
|
166
166
|
"rollup-plugin-styles": "^4.0.0",
|
|
167
|
-
"sinon": "^15.0
|
|
167
|
+
"sinon": "^15.1.0",
|
|
168
168
|
"sinon-chai": "^3.7.0",
|
|
169
169
|
"storage-mock": "^2.1.0",
|
|
170
|
-
"storybook": "^7.0.
|
|
170
|
+
"storybook": "^7.0.12",
|
|
171
171
|
"storybook-addon-themes": "^6.1.0",
|
|
172
172
|
"storybook-zeplin": "^2.0.0",
|
|
173
|
-
"stylelint": "^15.6.
|
|
173
|
+
"stylelint": "^15.6.2",
|
|
174
174
|
"svg-inline-loader": "^0.8.2",
|
|
175
175
|
"teamcity-service-messages": "^0.1.14",
|
|
176
|
-
"terser-webpack-plugin": "^5.3.
|
|
176
|
+
"terser-webpack-plugin": "^5.3.9",
|
|
177
177
|
"typescript": "~5.0.4",
|
|
178
178
|
"wallaby-webpack": "^3.9.16",
|
|
179
|
-
"webpack": "^5.
|
|
180
|
-
"webpack-cli": "^5.
|
|
179
|
+
"webpack": "^5.83.1",
|
|
180
|
+
"webpack-cli": "^5.1.1",
|
|
181
181
|
"xmlappend": "^1.0.4"
|
|
182
182
|
},
|
|
183
183
|
"peerDependencies": {
|
|
@@ -211,17 +211,17 @@
|
|
|
211
211
|
"@types/element-resize-detector": "^1.1.3",
|
|
212
212
|
"@types/google.analytics": "0.0.42",
|
|
213
213
|
"@types/prop-types": "^15.7.5",
|
|
214
|
-
"@types/react-virtualized": "9.21.
|
|
214
|
+
"@types/react-virtualized": "9.21.22",
|
|
215
215
|
"@types/util-deprecate": "^1.0.0",
|
|
216
216
|
"@ungap/url-search-params": "^0.2.2",
|
|
217
217
|
"babel-loader": "9.1.2",
|
|
218
|
-
"babel-plugin-transform-define": "^2.1.
|
|
218
|
+
"babel-plugin-transform-define": "^2.1.1",
|
|
219
219
|
"browserslist": "^4.21.5",
|
|
220
220
|
"change-case": "^4.1.1",
|
|
221
221
|
"classnames": "^2.3.2",
|
|
222
222
|
"combokeys": "^3.0.1",
|
|
223
223
|
"compile-code-loader": "^1.0.0",
|
|
224
|
-
"css-loader": "^6.7.
|
|
224
|
+
"css-loader": "^6.7.4",
|
|
225
225
|
"csstype": "^3.1.2",
|
|
226
226
|
"date-fns": "^2.30.0",
|
|
227
227
|
"deep-equal": "^2.2.1",
|
|
@@ -231,31 +231,31 @@
|
|
|
231
231
|
"extricate-loader": "^3.0.0",
|
|
232
232
|
"fastdom": "^1.0.11",
|
|
233
233
|
"file-loader": "^6.2.0",
|
|
234
|
-
"focus-trap": "^7.4.
|
|
234
|
+
"focus-trap": "^7.4.3",
|
|
235
235
|
"highlight.js": "^10.7.2",
|
|
236
236
|
"html-loader": "^4.2.0",
|
|
237
237
|
"interpolate-loader": "^2.0.1",
|
|
238
238
|
"just-debounce-it": "^3.2.0",
|
|
239
239
|
"memoize-one": "^6.0.0",
|
|
240
240
|
"postcss": "^8.4.23",
|
|
241
|
-
"postcss-calc": "^9.0.
|
|
241
|
+
"postcss-calc": "^9.0.1",
|
|
242
242
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
243
243
|
"postcss-font-family-system-ui": "^5.0.0",
|
|
244
244
|
"postcss-loader": "^7.3.0",
|
|
245
245
|
"postcss-modules-values-replace": "^4.1.0",
|
|
246
|
-
"postcss-preset-env": "^8.
|
|
246
|
+
"postcss-preset-env": "^8.4.1",
|
|
247
247
|
"prop-types": "^15.8.1",
|
|
248
248
|
"react-markdown": "^8.0.7",
|
|
249
249
|
"react-movable": "^3.0.4",
|
|
250
|
-
"react-virtualized": "^9.22.
|
|
250
|
+
"react-virtualized": "^9.22.5",
|
|
251
251
|
"react-waypoint": "^10.3.0",
|
|
252
|
-
"remark-breaks": "^3.0.
|
|
252
|
+
"remark-breaks": "^3.0.3",
|
|
253
253
|
"remark-gfm": "^3.0.1",
|
|
254
254
|
"scrollbar-width": "^3.1.1",
|
|
255
255
|
"simply-uuid": "^1.0.1",
|
|
256
256
|
"sniffr": "^1.2.0",
|
|
257
257
|
"style-inject": "^0.3.0",
|
|
258
|
-
"style-loader": "~3.3.
|
|
258
|
+
"style-loader": "~3.3.3",
|
|
259
259
|
"url-loader": "^4.1.1",
|
|
260
260
|
"util-deprecate": "^1.0.2"
|
|
261
261
|
},
|