@jetbrains/ring-ui-built 6.0.2 → 6.0.4
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/_helpers/_rollupPluginBabelHelpers.js +9 -12
- package/components/_helpers/anchor.js +1 -1
- package/components/_helpers/caption.js +1 -1
- package/components/_helpers/card.js +1 -1
- package/components/_helpers/icon__svg.js +1 -1
- package/components/_helpers/input.js +1 -1
- package/components/_helpers/query-assist__suggestions.js +1 -1
- package/components/_helpers/select__filter.js +1 -1
- package/components/_helpers/services-link.js +1 -1
- package/components/_helpers/sidebar.js +1 -1
- package/components/_helpers/tab-link.js +1 -1
- package/components/_helpers/theme.js +1 -1
- package/components/_helpers/title.js +1 -1
- package/components/alert/alert.js +1 -1
- package/components/alert/container.js +1 -1
- package/components/alert-service/alert-service.js +1 -1
- package/components/analytics/analytics.js +1 -1
- package/components/analytics/analytics__custom-plugin.js +1 -1
- package/components/auth/auth.js +1 -1
- package/components/auth/auth__core.js +1 -1
- package/components/auth/background-flow.js +1 -1
- package/components/auth/down-notification.js +1 -1
- package/components/auth/iframe-flow.js +1 -1
- package/components/auth/request-builder.js +1 -1
- package/components/auth/response-parser.js +1 -1
- package/components/auth/storage.js +1 -1
- package/components/auth/token-validator.js +1 -1
- package/components/auth/window-flow.js +1 -1
- package/components/auth-dialog/auth-dialog.js +1 -1
- package/components/auth-dialog-service/auth-dialog-service.js +1 -1
- package/components/avatar/avatar.js +1 -1
- package/components/avatar/fallback-avatar.js +1 -1
- package/components/badge/badge.js +1 -1
- package/components/button/button.js +1 -1
- package/components/button-group/button-group.js +1 -1
- package/components/button-set/button-set.js +1 -1
- package/components/button-toolbar/button-toolbar.js +1 -1
- package/components/caret/caret.js +1 -1
- package/components/checkbox/checkbox.js +1 -1
- package/components/clipboard/clipboard.js +1 -1
- package/components/code/code.js +1 -1
- package/components/collapse/collapse-content.d.ts +11 -0
- package/components/collapse/collapse-content.js +121 -0
- package/components/collapse/collapse-context.d.ts +10 -0
- package/components/collapse/collapse-context.js +12 -0
- package/components/collapse/collapse-control.d.ts +11 -0
- package/components/collapse/collapse-control.js +38 -0
- package/components/collapse/collapse.d.ts +12 -0
- package/components/collapse/collapse.js +41 -0
- package/components/collapse/consts.d.ts +4 -0
- package/components/collapse/consts.js +6 -0
- package/components/collapse/utils.d.ts +1 -0
- package/components/collapse/utils.js +5 -0
- package/components/confirm/confirm.js +1 -1
- package/components/confirm-service/confirm-service.js +1 -1
- package/components/content-layout/content-layout.js +1 -1
- package/components/contenteditable/contenteditable.js +1 -1
- package/components/control-label/control-label.js +1 -1
- package/components/data-list/data-list.js +1 -1
- package/components/data-list/item.js +1 -1
- package/components/data-list/selection.js +1 -1
- package/components/date-picker/consts.js +1 -1
- package/components/date-picker/date-input.js +1 -1
- package/components/date-picker/date-picker.js +8 -8
- package/components/date-picker/date-popup.js +5 -5
- package/components/date-picker/day.js +10 -10
- package/components/date-picker/month-names.js +7 -7
- package/components/date-picker/month-slider.js +4 -4
- package/components/date-picker/month.js +6 -6
- package/components/date-picker/months.js +7 -7
- package/components/date-picker/weekdays.js +4 -4
- package/components/date-picker/years.js +12 -12
- package/components/dialog/dialog.js +1 -1
- package/components/dropdown/dropdown.js +1 -1
- package/components/dropdown-menu/dropdown-menu.js +1 -1
- package/components/editable-heading/editable-heading.js +1 -1
- package/components/error-bubble/error-bubble.js +1 -1
- package/components/error-message/error-message.js +1 -1
- package/components/global/create-stateful-context.js +1 -1
- package/components/global/data-tests.js +1 -1
- package/components/global/dom.js +1 -1
- package/components/global/focus-sensor-hoc.js +1 -1
- package/components/global/inject-styles.js +1 -1
- package/components/global/listeners.js +1 -1
- package/components/global/react-dom-renderer.js +1 -1
- package/components/global/rerender-hoc.js +1 -1
- package/components/grid/col.js +1 -1
- package/components/grid/grid.js +1 -1
- package/components/grid/row.js +1 -1
- package/components/group/group.js +1 -1
- package/components/header/header.js +1 -1
- package/components/header/logo.js +1 -1
- package/components/header/profile.js +1 -1
- package/components/header/services.js +1 -1
- package/components/header/smart-profile.js +1 -1
- package/components/header/smart-services.js +1 -1
- package/components/header/tray-icon.js +1 -1
- package/components/header/tray.js +1 -1
- package/components/heading/heading.js +1 -1
- package/components/http/http.js +1 -1
- package/components/http/http.mock.js +1 -1
- package/components/hub-source/hub-source.js +1 -1
- package/components/hub-source/hub-source__user.js +1 -1
- package/components/hub-source/hub-source__users-groups.js +1 -1
- package/components/i18n/i18n.js +1 -1
- package/components/icon/icon.js +1 -1
- package/components/island/adaptive-island-hoc.js +1 -1
- package/components/island/content.js +1 -1
- package/components/island/header.js +1 -1
- package/components/island/island.js +1 -1
- package/components/island-legacy/content-legacy.js +1 -1
- package/components/island-legacy/header-legacy.js +1 -1
- package/components/island-legacy/island-legacy.js +1 -1
- package/components/link/clickableLink.js +1 -1
- package/components/link/link.js +1 -1
- package/components/list/list.js +1 -1
- package/components/list/list__custom.js +1 -1
- package/components/list/list__hint.js +1 -1
- package/components/list/list__item.js +1 -1
- package/components/list/list__link.js +1 -1
- package/components/list/list__separator.js +1 -1
- package/components/list/list__title.js +1 -1
- package/components/list/list__users-groups-source.js +1 -1
- package/components/loader/loader.js +1 -1
- package/components/loader/loader__core.js +1 -1
- package/components/loader-inline/loader-inline.js +1 -1
- package/components/loader-screen/loader-screen.js +1 -1
- package/components/login-dialog/login-dialog.js +1 -1
- package/components/login-dialog/service.js +1 -1
- package/components/markdown/markdown.js +1 -1
- package/components/message/message.js +1 -1
- package/components/old-browsers-message/white-list.js +3 -3
- package/components/pager/pager.js +1 -1
- package/components/panel/panel.js +1 -1
- package/components/permissions/permissions.js +1 -1
- package/components/permissions/permissions__cache.js +1 -1
- package/components/popup/popup.js +1 -1
- package/components/popup/popup.target.js +1 -1
- package/components/popup/position.js +1 -1
- package/components/popup-menu/popup-menu.js +1 -1
- package/components/progress-bar/progress-bar.js +1 -1
- package/components/query-assist/query-assist.js +1 -1
- package/components/radio/radio.js +1 -1
- package/components/radio/radio__item.js +1 -1
- package/components/select/select.js +1 -1
- package/components/select/select__popup.js +5 -5
- package/components/shortcuts/core.js +1 -1
- package/components/shortcuts/shortcuts-hoc.js +1 -1
- package/components/shortcuts/shortcuts.js +1 -1
- package/components/storage/storage__fallback.js +1 -1
- package/components/storage/storage__local.js +1 -1
- package/components/style.css +1 -1
- package/components/tab-trap/tab-trap.js +1 -1
- package/components/table/cell.js +1 -1
- package/components/table/disable-hover-hoc.js +1 -1
- package/components/table/header-cell.js +1 -1
- package/components/table/header.js +1 -1
- package/components/table/multitable.js +1 -1
- package/components/table/row-with-focus-sensor.js +1 -1
- package/components/table/row.js +1 -1
- package/components/table/selection-shortcuts-hoc.js +1 -1
- package/components/table/selection.js +1 -1
- package/components/table/smart-table.js +1 -1
- package/components/table/table.js +1 -1
- package/components/tabs/collapsible-more.js +1 -1
- package/components/tabs/collapsible-tab.js +1 -1
- package/components/tabs/collapsible-tabs.js +1 -1
- package/components/tabs/dumb-tabs.js +1 -1
- package/components/tabs/smart-tabs.js +1 -1
- package/components/tabs/tab.js +1 -1
- package/components/tag/tag.js +1 -1
- package/components/tags-input/tags-input.js +2 -2
- package/components/tags-list/tags-list.js +1 -1
- package/components/text/text.js +1 -1
- package/components/toggle/toggle.js +1 -1
- package/components/tooltip/tooltip.js +1 -1
- package/components/user-agreement/service.js +1 -1
- package/components/user-agreement/user-agreement.js +1 -1
- package/components/user-card/smart-user-card-tooltip.js +46 -46
- package/components/user-card/tooltip.js +1 -1
- package/package.json +5 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, l as _toConsumableArray, f as _createClass, g as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import 'core-js/modules/es.array.filter.js';
|
4
4
|
import 'core-js/modules/es.object.to-string.js';
|
package/components/table/cell.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import React, { PureComponent } from 'react';
|
3
3
|
import PropTypes from 'prop-types';
|
4
4
|
import classNames from 'classnames';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import 'core-js/modules/es.array.includes.js';
|
4
4
|
import React, { PureComponent } from 'react';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, g as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import React, { PureComponent } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import 'core-js/modules/es.array.map.js';
|
4
4
|
import React, { PureComponent } from 'react';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import 'core-js/modules/es.array.find-index.js';
|
4
4
|
import 'core-js/modules/es.object.to-string.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty,
|
1
|
+
import { a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty, d as _assertThisInitialized, f as _createClass, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import React, { PureComponent } from 'react';
|
4
4
|
import focusSensorHOC from '../global/focus-sensor-hoc.js';
|
package/components/table/row.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, g as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import 'core-js/modules/es.array.map.js';
|
4
4
|
import React, { PureComponent } from 'react';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { h as _objectSpread2, g as _objectWithoutProperties, a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty, d as _assertThisInitialized, f as _createClass, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import React, { PureComponent } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { f as _createClass, l as _toConsumableArray, c as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.iterator.js';
|
3
3
|
import 'core-js/modules/es.object.to-string.js';
|
4
4
|
import 'core-js/modules/es.set.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { g as _objectWithoutProperties, _ as _defineProperty, h as _objectSpread2, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import React, { PureComponent } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, i as _extends, g as _objectWithoutProperties, h as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import 'core-js/modules/es.array.map.js';
|
4
4
|
import React, { PureComponent, Component } from 'react';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { g as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.object.to-string.js';
|
3
3
|
import 'core-js/modules/es.array.map.js';
|
4
4
|
import React from 'react';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { i as _extends, g as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.map.js';
|
3
3
|
import React from 'react';
|
4
4
|
import classNames from 'classnames';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { k as _slicedToArray, l as _toConsumableArray } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.find-index.js';
|
3
3
|
import 'core-js/modules/es.array.filter.js';
|
4
4
|
import 'core-js/modules/es.object.to-string.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, i as _extends, f as _createClass, g as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import 'core-js/modules/es.array.filter.js';
|
4
4
|
import 'core-js/modules/es.object.to-string.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, g as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import React, { PureComponent } from 'react';
|
3
3
|
import PropTypes from 'prop-types';
|
4
4
|
import joinDataTestAttributes from '../global/data-tests.js';
|
package/components/tabs/tab.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import React, { PureComponent } from 'react';
|
3
3
|
import PropTypes from 'prop-types';
|
4
4
|
import classNames from 'classnames';
|
package/components/tag/tag.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import React, { PureComponent } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, e as _asyncToGenerator, f as _createClass, j as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.filter.js';
|
3
3
|
import 'core-js/modules/es.object.to-string.js';
|
4
4
|
import 'core-js/modules/es.array.concat.js';
|
@@ -44,10 +44,10 @@ import 'util-deprecate';
|
|
44
44
|
import '../icon/icon__constants.js';
|
45
45
|
import '../_helpers/icon__svg.js';
|
46
46
|
import 'core-js/modules/es.string.starts-with.js';
|
47
|
+
import 'core-js/modules/es.weak-map.js';
|
47
48
|
import '../button/button.js';
|
48
49
|
import '../link/clickableLink.js';
|
49
50
|
import '../_helpers/button__classes.js';
|
50
|
-
import 'core-js/modules/es.weak-map.js';
|
51
51
|
import '../avatar/avatar.js';
|
52
52
|
import '../global/url.js';
|
53
53
|
import 'core-js/modules/es.string.match.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass, i as _extends, g as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.map.js';
|
3
3
|
import React, { Component } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
package/components/text/text.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass, g as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.map.js';
|
3
3
|
import React, { Component } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass, g as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.object.values.js';
|
3
3
|
import React, { PureComponent } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass, g as _objectWithoutProperties, i as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import React, { Component, createContext } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { f as _createClass, c as _classCallCheck, _ as _defineProperty, e as _asyncToGenerator, h as _objectSpread2, j as _regeneratorRuntime, k as _slicedToArray } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.iterator.js';
|
3
3
|
import 'core-js/modules/es.object.to-string.js';
|
4
4
|
import 'core-js/modules/es.promise.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, f as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/es.array.concat.js';
|
3
3
|
import React, { PureComponent } from 'react';
|
4
4
|
import PropTypes from 'prop-types';
|
@@ -1,71 +1,54 @@
|
|
1
|
-
import {
|
2
|
-
import UserCardTooltip from './tooltip.js';
|
3
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, h as _asyncToGenerator, d as _createClass, e as _objectWithoutProperties, g as _objectSpread2, f as _extends, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _assertThisInitialized, e as _asyncToGenerator, f as _createClass, g as _objectWithoutProperties, h as _objectSpread2, i as _extends, j as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
|
4
2
|
import 'core-js/modules/es.array.concat.js';
|
5
3
|
import React, { Component } from 'react';
|
6
4
|
import PropTypes from 'prop-types';
|
7
5
|
import LoaderInline from '../loader-inline/loader-inline.js';
|
6
|
+
import UserCardTooltip from './tooltip.js';
|
7
|
+
import { m as modules_a4196c17 } from '../_helpers/card.js';
|
8
8
|
import 'classnames';
|
9
|
-
import '@jetbrains/icons/copy';
|
10
|
-
import '../avatar/avatar.js';
|
11
|
-
import '../global/url.js';
|
12
|
-
import 'core-js/modules/es.regexp.exec.js';
|
13
|
-
import 'core-js/modules/es.string.match.js';
|
14
|
-
import 'core-js/modules/es.array.index-of.js';
|
15
|
-
import 'core-js/modules/es.string.replace.js';
|
16
|
-
import '../global/dom.js';
|
17
|
-
import 'core-js/modules/es.object.assign.js';
|
18
|
-
import 'core-js/modules/es.object.to-string.js';
|
19
|
-
import 'core-js/modules/web.dom-collections.for-each.js';
|
20
|
-
import 'core-js/modules/es.array.filter.js';
|
21
|
-
import 'core-js/modules/es.string.split.js';
|
22
|
-
import 'core-js/modules/es.object.entries.js';
|
23
|
-
import 'core-js/modules/es.array.iterator.js';
|
24
|
-
import 'core-js/modules/es.set.js';
|
25
|
-
import 'core-js/modules/web.dom-collections.iterator.js';
|
26
|
-
import '../avatar/fallback-avatar.js';
|
27
|
-
import 'core-js/modules/es.array.map.js';
|
28
|
-
import 'core-js/modules/es.array.from.js';
|
29
|
-
import 'core-js/modules/es.array.slice.js';
|
30
|
-
import '../global/get-uid.js';
|
31
|
-
import 'core-js/modules/es.regexp.to-string.js';
|
32
|
-
import '../link/link.js';
|
33
9
|
import '../global/data-tests.js';
|
34
10
|
import 'core-js/modules/es.array.reduce.js';
|
35
|
-
import '
|
36
|
-
import '
|
37
|
-
import '../
|
38
|
-
import '
|
39
|
-
import '../
|
40
|
-
import '
|
41
|
-
import '../alert/alert.js';
|
42
|
-
import 'core-js/modules/es.object.values.js';
|
43
|
-
import '@jetbrains/icons/exception';
|
44
|
-
import '@jetbrains/icons/checkmark';
|
45
|
-
import '@jetbrains/icons/warning';
|
46
|
-
import '@jetbrains/icons/close';
|
11
|
+
import 'core-js/modules/es.object.to-string.js';
|
12
|
+
import 'core-js/modules/es.object.entries.js';
|
13
|
+
import '../dropdown/dropdown.js';
|
14
|
+
import '../global/typescript-utils.js';
|
15
|
+
import '../_helpers/anchor.js';
|
16
|
+
import '@jetbrains/icons/chevron-10px';
|
47
17
|
import '../icon/icon.js';
|
48
18
|
import 'util-deprecate';
|
49
19
|
import '../icon/icon__constants.js';
|
50
20
|
import '../_helpers/icon__svg.js';
|
21
|
+
import 'core-js/modules/es.regexp.exec.js';
|
22
|
+
import 'core-js/modules/es.string.replace.js';
|
51
23
|
import 'core-js/modules/es.string.starts-with.js';
|
52
24
|
import '../global/memoize.js';
|
25
|
+
import 'core-js/modules/es.array.iterator.js';
|
53
26
|
import 'core-js/modules/es.map.js';
|
27
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
54
28
|
import 'core-js/modules/es.weak-map.js';
|
55
29
|
import '../button/button.js';
|
56
|
-
import '
|
30
|
+
import '../link/clickableLink.js';
|
57
31
|
import '../global/controls-height.js';
|
58
32
|
import '../_helpers/button__classes.js';
|
59
|
-
import '../_helpers/theme.js';
|
60
|
-
import 'react-dom';
|
61
|
-
import '../popup/popup.target.js';
|
62
33
|
import '../popup/popup.js';
|
34
|
+
import 'core-js/modules/web.dom-collections.for-each.js';
|
35
|
+
import 'core-js/modules/es.regexp.to-string.js';
|
36
|
+
import 'react-dom';
|
37
|
+
import '../global/get-uid.js';
|
63
38
|
import '../global/schedule-raf.js';
|
39
|
+
import '../global/dom.js';
|
40
|
+
import 'core-js/modules/es.object.assign.js';
|
41
|
+
import 'core-js/modules/es.array.filter.js';
|
42
|
+
import 'core-js/modules/es.string.split.js';
|
43
|
+
import 'core-js/modules/es.set.js';
|
64
44
|
import '../shortcuts/shortcuts.js';
|
45
|
+
import 'core-js/modules/es.array.map.js';
|
65
46
|
import '../shortcuts/core.js';
|
66
47
|
import 'core-js/modules/es.array.includes.js';
|
67
48
|
import 'core-js/modules/es.string.includes.js';
|
49
|
+
import 'core-js/modules/es.array.slice.js';
|
68
50
|
import 'core-js/modules/es.array.splice.js';
|
51
|
+
import 'core-js/modules/es.string.match.js';
|
69
52
|
import 'core-js/modules/es.array.find-index.js';
|
70
53
|
import 'combokeys';
|
71
54
|
import '../global/sniffer.js';
|
@@ -74,14 +57,31 @@ import '../tab-trap/tab-trap.js';
|
|
74
57
|
import '../popup/position.js';
|
75
58
|
import 'core-js/modules/es.array.sort.js';
|
76
59
|
import '../popup/popup.consts.js';
|
60
|
+
import '../popup/popup.target.js';
|
61
|
+
import '@jetbrains/icons/copy';
|
62
|
+
import '../avatar/avatar.js';
|
63
|
+
import '../global/url.js';
|
64
|
+
import 'core-js/modules/es.array.index-of.js';
|
65
|
+
import '../avatar/fallback-avatar.js';
|
66
|
+
import 'core-js/modules/es.array.from.js';
|
67
|
+
import '../link/link.js';
|
68
|
+
import '../_helpers/link.js';
|
69
|
+
import '../clipboard/clipboard.js';
|
70
|
+
import 'core-js/modules/es.promise.js';
|
71
|
+
import '../alert-service/alert-service.js';
|
72
|
+
import 'react-dom/client';
|
73
|
+
import '../alert/alert.js';
|
74
|
+
import 'core-js/modules/es.object.values.js';
|
75
|
+
import '@jetbrains/icons/exception';
|
76
|
+
import '@jetbrains/icons/checkmark';
|
77
|
+
import '@jetbrains/icons/warning';
|
78
|
+
import '@jetbrains/icons/close';
|
79
|
+
import '../_helpers/theme.js';
|
77
80
|
import '../alert/container.js';
|
78
81
|
import '../clipboard/clipboard-fallback.js';
|
79
82
|
import '../_helpers/badge.js';
|
80
83
|
import '../i18n/i18n-context.js';
|
81
84
|
import '../i18n/i18n.js';
|
82
|
-
import '../dropdown/dropdown.js';
|
83
|
-
import '../global/typescript-utils.js';
|
84
|
-
import '../_helpers/anchor.js';
|
85
85
|
|
86
86
|
var _excluded = ["children", "userDataSource"];
|
87
87
|
var SmartUserCardTooltip = /*#__PURE__*/function (_Component) {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck,
|
1
|
+
import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, f as _createClass, g as _objectWithoutProperties, i as _extends, h as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import React, { Component } from 'react';
|
3
3
|
import classNames from 'classnames';
|
4
4
|
import PropTypes from 'prop-types';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jetbrains/ring-ui-built",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.4",
|
4
4
|
"description": "JetBrains UI library",
|
5
5
|
"author": "JetBrains",
|
6
6
|
"license": "Apache-2.0",
|
@@ -88,12 +88,12 @@
|
|
88
88
|
}
|
89
89
|
},
|
90
90
|
"dependencies": {
|
91
|
-
"@jetbrains/icons": "^3.
|
92
|
-
"@jetbrains/logos": "^2.2.
|
91
|
+
"@jetbrains/icons": "^3.24.0",
|
92
|
+
"@jetbrains/logos": "^2.2.25",
|
93
93
|
"change-case": "^4.1.1",
|
94
|
-
"classnames": "^2.
|
94
|
+
"classnames": "^2.5.1",
|
95
95
|
"combokeys": "^3.0.1",
|
96
|
-
"date-fns": "^
|
96
|
+
"date-fns": "^3.3.1",
|
97
97
|
"deep-equal": "^2.2.3",
|
98
98
|
"element-resize-detector": "^1.2.4",
|
99
99
|
"es6-error": "^4.1.1",
|