@jetbrains/ring-ui-built 6.0.7-beta.0 → 6.0.7

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.
Files changed (197) hide show
  1. package/README.md +1 -1
  2. package/components/_helpers/_rollupPluginBabelHelpers.js +23 -26
  3. package/components/_helpers/anchor.js +1 -1
  4. package/components/_helpers/badge.js +1 -1
  5. package/components/_helpers/button__classes.js +1 -1
  6. package/components/_helpers/caption.js +2 -2
  7. package/components/_helpers/card.js +2 -2
  8. package/components/_helpers/date-picker.js +1 -1
  9. package/components/_helpers/dialog__body-scroll-preventer.js +1 -1
  10. package/components/_helpers/grid.js +1 -1
  11. package/components/_helpers/header.js +1 -1
  12. package/components/_helpers/icon__svg.js +2 -2
  13. package/components/_helpers/input.js +2 -2
  14. package/components/_helpers/island.js +1 -1
  15. package/components/_helpers/list.js +1 -1
  16. package/components/_helpers/query-assist__suggestions.js +2 -2
  17. package/components/_helpers/select__filter.js +2 -2
  18. package/components/_helpers/services-link.js +2 -2
  19. package/components/_helpers/sidebar.js +2 -2
  20. package/components/_helpers/tab-link.js +2 -2
  21. package/components/_helpers/table.js +1 -1
  22. package/components/_helpers/theme.js +1 -1
  23. package/components/_helpers/title.js +2 -2
  24. package/components/alert/alert.js +2 -2
  25. package/components/alert/container.js +2 -2
  26. package/components/alert-service/alert-service.js +1 -1
  27. package/components/analytics/analytics.js +1 -1
  28. package/components/analytics/analytics__custom-plugin.js +1 -1
  29. package/components/auth/auth.js +1 -1
  30. package/components/auth/auth__core.js +1 -1
  31. package/components/auth/background-flow.js +1 -1
  32. package/components/auth/down-notification.js +2 -2
  33. package/components/auth/iframe-flow.js +1 -1
  34. package/components/auth/request-builder.js +1 -1
  35. package/components/auth/response-parser.js +1 -1
  36. package/components/auth/storage.js +1 -1
  37. package/components/auth/token-validator.js +1 -1
  38. package/components/auth/window-flow.js +1 -1
  39. package/components/auth-dialog/auth-dialog.js +2 -2
  40. package/components/auth-dialog-service/auth-dialog-service.js +1 -1
  41. package/components/avatar/avatar.js +1 -1
  42. package/components/avatar/fallback-avatar.js +1 -1
  43. package/components/badge/badge.js +1 -1
  44. package/components/button/button.js +1 -1
  45. package/components/button-group/button-group.js +1 -1
  46. package/components/button-set/button-set.js +2 -2
  47. package/components/button-toolbar/button-toolbar.js +2 -2
  48. package/components/caret/caret.js +1 -1
  49. package/components/checkbox/checkbox.js +4 -4
  50. package/components/clipboard/clipboard.js +1 -1
  51. package/components/code/code.js +2 -2
  52. package/components/collapse/collapse-content.d.ts +11 -0
  53. package/components/collapse/collapse-content.js +121 -0
  54. package/components/collapse/collapse-context.d.ts +10 -0
  55. package/components/collapse/collapse-context.js +12 -0
  56. package/components/collapse/collapse-control.d.ts +11 -0
  57. package/components/collapse/collapse-control.js +38 -0
  58. package/components/collapse/collapse.d.ts +12 -0
  59. package/components/collapse/collapse.js +41 -0
  60. package/components/collapse/consts.d.ts +4 -0
  61. package/components/collapse/consts.js +6 -0
  62. package/components/collapse/utils.d.ts +1 -0
  63. package/components/collapse/utils.js +5 -0
  64. package/components/confirm/confirm.js +2 -2
  65. package/components/confirm-service/confirm-service.js +1 -1
  66. package/components/content-layout/content-layout.js +1 -1
  67. package/components/contenteditable/contenteditable.js +1 -1
  68. package/components/control-label/control-label.js +1 -1
  69. package/components/data-list/data-list.js +3 -3
  70. package/components/data-list/item.js +3 -3
  71. package/components/data-list/selection.js +1 -1
  72. package/components/data-list/title.js +2 -2
  73. package/components/date-picker/consts.js +1 -1
  74. package/components/date-picker/date-input.js +1 -1
  75. package/components/date-picker/date-picker.js +8 -8
  76. package/components/date-picker/date-popup.js +5 -5
  77. package/components/date-picker/day.js +10 -10
  78. package/components/date-picker/month-names.js +7 -7
  79. package/components/date-picker/month-slider.js +4 -4
  80. package/components/date-picker/month.js +6 -6
  81. package/components/date-picker/months.js +7 -7
  82. package/components/date-picker/weekdays.js +4 -4
  83. package/components/date-picker/years.js +12 -12
  84. package/components/dialog/dialog.js +1 -1
  85. package/components/dropdown/dropdown.js +1 -1
  86. package/components/dropdown-menu/dropdown-menu.js +3 -3
  87. package/components/editable-heading/editable-heading.js +2 -2
  88. package/components/error-bubble/error-bubble.js +2 -2
  89. package/components/error-message/error-message.js +1 -1
  90. package/components/footer/footer.js +1 -1
  91. package/components/global/create-stateful-context.js +1 -1
  92. package/components/global/data-tests.js +1 -1
  93. package/components/global/dom.js +1 -1
  94. package/components/global/focus-sensor-hoc.js +1 -1
  95. package/components/global/inject-styles.js +1 -1
  96. package/components/global/listeners.js +1 -1
  97. package/components/global/react-dom-renderer.js +1 -1
  98. package/components/global/rerender-hoc.js +1 -1
  99. package/components/grid/col.js +1 -1
  100. package/components/grid/grid.js +1 -1
  101. package/components/grid/row.js +1 -1
  102. package/components/group/group.js +2 -2
  103. package/components/header/header.js +3 -3
  104. package/components/header/logo.js +1 -1
  105. package/components/header/profile.js +3 -3
  106. package/components/header/services.js +1 -1
  107. package/components/header/smart-profile.js +3 -3
  108. package/components/header/smart-services.js +1 -1
  109. package/components/header/tray-icon.js +1 -1
  110. package/components/header/tray.js +1 -1
  111. package/components/heading/heading.js +1 -1
  112. package/components/http/http.js +1 -1
  113. package/components/http/http.mock.js +1 -1
  114. package/components/hub-source/hub-source.js +1 -1
  115. package/components/hub-source/hub-source__user.js +1 -1
  116. package/components/hub-source/hub-source__users-groups.js +1 -1
  117. package/components/i18n/i18n.js +1 -1
  118. package/components/icon/icon.js +1 -1
  119. package/components/island/adaptive-island-hoc.js +1 -1
  120. package/components/island/content.js +1 -1
  121. package/components/island/header.js +1 -1
  122. package/components/island/island.js +1 -1
  123. package/components/island-legacy/content-legacy.js +1 -1
  124. package/components/island-legacy/header-legacy.js +1 -1
  125. package/components/island-legacy/island-legacy.js +1 -1
  126. package/components/link/clickableLink.js +1 -1
  127. package/components/link/link.d.ts +2 -2
  128. package/components/link/link.js +2 -2
  129. package/components/list/list.js +3 -3
  130. package/components/list/list__custom.js +1 -1
  131. package/components/list/list__hint.js +1 -1
  132. package/components/list/list__item.js +4 -4
  133. package/components/list/list__link.js +1 -1
  134. package/components/list/list__separator.js +1 -1
  135. package/components/list/list__title.js +1 -1
  136. package/components/list/list__users-groups-source.js +3 -3
  137. package/components/loader/loader.js +1 -1
  138. package/components/loader/loader__core.js +2 -2
  139. package/components/loader-inline/loader-inline.js +2 -2
  140. package/components/loader-screen/loader-screen.js +1 -1
  141. package/components/login-dialog/login-dialog.js +2 -2
  142. package/components/login-dialog/service.js +1 -1
  143. package/components/markdown/markdown.js +2 -2
  144. package/components/message/message.js +2 -2
  145. package/components/old-browsers-message/white-list.js +3 -3
  146. package/components/pager/pager.js +4 -4
  147. package/components/panel/panel.js +2 -2
  148. package/components/permissions/permissions.js +1 -1
  149. package/components/permissions/permissions__cache.js +1 -1
  150. package/components/popup/popup.js +1 -1
  151. package/components/popup/popup.target.js +1 -1
  152. package/components/popup/position.js +1 -1
  153. package/components/popup-menu/popup-menu.js +3 -3
  154. package/components/progress-bar/progress-bar.js +2 -2
  155. package/components/query-assist/query-assist.js +3 -3
  156. package/components/query-assist/query-assist__suggestions.js +2 -2
  157. package/components/radio/radio.js +1 -1
  158. package/components/radio/radio__item.js +2 -2
  159. package/components/select/select.js +4 -4
  160. package/components/select/select__filter.js +2 -2
  161. package/components/select/select__popup.js +7 -7
  162. package/components/shortcuts/core.js +1 -1
  163. package/components/shortcuts/shortcuts-hoc.js +1 -1
  164. package/components/shortcuts/shortcuts.js +1 -1
  165. package/components/storage/storage__fallback.js +1 -1
  166. package/components/storage/storage__local.js +1 -1
  167. package/components/style.css +1 -1
  168. package/components/tab-trap/tab-trap.js +1 -1
  169. package/components/table/cell.js +1 -1
  170. package/components/table/disable-hover-hoc.js +1 -1
  171. package/components/table/header-cell.js +1 -1
  172. package/components/table/header.js +3 -3
  173. package/components/table/multitable.js +1 -1
  174. package/components/table/row-with-focus-sensor.js +3 -3
  175. package/components/table/row.js +3 -3
  176. package/components/table/selection-shortcuts-hoc.js +1 -1
  177. package/components/table/selection.js +1 -1
  178. package/components/table/smart-table.js +3 -3
  179. package/components/table/table.js +3 -3
  180. package/components/tabs/collapsible-more.js +3 -3
  181. package/components/tabs/collapsible-tab.js +1 -1
  182. package/components/tabs/collapsible-tabs.js +3 -3
  183. package/components/tabs/dumb-tabs.js +3 -3
  184. package/components/tabs/smart-tabs.js +3 -3
  185. package/components/tabs/tab.js +1 -1
  186. package/components/tabs/tabs.js +2 -2
  187. package/components/tag/tag.js +2 -2
  188. package/components/tags-input/tags-input.js +5 -5
  189. package/components/tags-list/tags-list.js +1 -1
  190. package/components/text/text.js +1 -1
  191. package/components/toggle/toggle.js +2 -2
  192. package/components/tooltip/tooltip.js +2 -2
  193. package/components/user-agreement/service.js +1 -1
  194. package/components/user-agreement/user-agreement.js +2 -2
  195. package/components/user-card/smart-user-card-tooltip.js +46 -46
  196. package/components/user-card/tooltip.js +1 -1
  197. package/package.json +6 -6
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, l as _toConsumableArray, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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, k as _assertThisInitialized, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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, k as _assertThisInitialized, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -8,8 +8,8 @@ import Checkbox from '../checkbox/checkbox.js';
8
8
  import getUID from '../global/get-uid.js';
9
9
  import { m as modules_1db4bbca } from '../_helpers/table.js';
10
10
  import HeaderCell from './header-cell.js';
11
- import '@jetbrains/icons/checkmark-14px';
12
- import '@jetbrains/icons/remove-14px';
11
+ import '@jetbrains/icons/checkmark-12px';
12
+ import '@jetbrains/icons/remove-12px';
13
13
  import '../icon/icon.js';
14
14
  import 'util-deprecate';
15
15
  import '../icon/icon__constants.js';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
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, k as _assertThisInitialized, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -14,8 +14,8 @@ import '@jetbrains/icons/chevron-right';
14
14
  import '@jetbrains/icons/chevron-down';
15
15
  import '@jetbrains/icons/drag';
16
16
  import '../checkbox/checkbox.js';
17
- import '@jetbrains/icons/checkmark-14px';
18
- import '@jetbrains/icons/remove-14px';
17
+ import '@jetbrains/icons/checkmark-12px';
18
+ import '@jetbrains/icons/remove-12px';
19
19
  import '../icon/icon.js';
20
20
  import 'util-deprecate';
21
21
  import '../icon/icon__constants.js';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -15,8 +15,8 @@ import getUID from '../global/get-uid.js';
15
15
  import composeRefs from '../global/composeRefs.js';
16
16
  import Cell from './cell.js';
17
17
  import { m as modules_1db4bbca } from '../_helpers/table.js';
18
- import '@jetbrains/icons/checkmark-14px';
19
- import '@jetbrains/icons/remove-14px';
18
+ import '@jetbrains/icons/checkmark-12px';
19
+ import '@jetbrains/icons/remove-12px';
20
20
  import '../icon/icon.js';
21
21
  import 'util-deprecate';
22
22
  import '../icon/icon__constants.js';
@@ -1,4 +1,4 @@
1
- import { g as _objectSpread2, e as _objectWithoutProperties, a as _inherits, b as _createSuper, c as _classCallCheck, _ as _defineProperty, k as _assertThisInitialized, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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 { d as _createClass, l as _toConsumableArray, c as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
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 { e as _objectWithoutProperties, _ as _defineProperty, g as _objectSpread2, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -41,8 +41,8 @@ import 'core-js/modules/es.set.js';
41
41
  import 'core-js/modules/web.dom-collections.iterator.js';
42
42
  import './header.js';
43
43
  import '../checkbox/checkbox.js';
44
- import '@jetbrains/icons/checkmark-14px';
45
- import '@jetbrains/icons/remove-14px';
44
+ import '@jetbrains/icons/checkmark-12px';
45
+ import '@jetbrains/icons/remove-12px';
46
46
  import '../icon/icon.js';
47
47
  import 'util-deprecate';
48
48
  import '../icon/icon__constants.js';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, f as _extends, e as _objectWithoutProperties, g as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -45,8 +45,8 @@ import 'core-js/modules/es.set.js';
45
45
  import 'core-js/modules/web.dom-collections.iterator.js';
46
46
  import 'core-js/modules/es.array.index-of.js';
47
47
  import '../checkbox/checkbox.js';
48
- import '@jetbrains/icons/checkmark-14px';
49
- import '@jetbrains/icons/remove-14px';
48
+ import '@jetbrains/icons/checkmark-12px';
49
+ import '@jetbrains/icons/remove-12px';
50
50
  import '../icon/icon.js';
51
51
  import 'util-deprecate';
52
52
  import '../icon/icon__constants.js';
@@ -1,4 +1,4 @@
1
- import { e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -70,8 +70,8 @@ import '../global/url.js';
70
70
  import '../avatar/fallback-avatar.js';
71
71
  import 'core-js/modules/es.array.from.js';
72
72
  import '../checkbox/checkbox.js';
73
- import '@jetbrains/icons/checkmark-14px';
74
- import '@jetbrains/icons/remove-14px';
73
+ import '@jetbrains/icons/checkmark-12px';
74
+ import '@jetbrains/icons/remove-12px';
75
75
  import '../global/prop-types.js';
76
76
  import '../global/composeRefs.js';
77
77
  import '../list/list__custom.js';
@@ -1,4 +1,4 @@
1
- import { f as _extends, e as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
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 { j as _slicedToArray, l as _toConsumableArray } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -71,8 +71,8 @@ import '../global/url.js';
71
71
  import '../avatar/fallback-avatar.js';
72
72
  import 'core-js/modules/es.array.from.js';
73
73
  import '../checkbox/checkbox.js';
74
- import '@jetbrains/icons/checkmark-14px';
75
- import '@jetbrains/icons/remove-14px';
74
+ import '@jetbrains/icons/checkmark-12px';
75
+ import '@jetbrains/icons/remove-12px';
76
76
  import '../icon/icon.js';
77
77
  import '../icon/icon__constants.js';
78
78
  import '../_helpers/icon__svg.js';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, f as _extends, d as _createClass, e as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -73,8 +73,8 @@ import '../global/url.js';
73
73
  import '../avatar/fallback-avatar.js';
74
74
  import 'core-js/modules/es.array.from.js';
75
75
  import '../checkbox/checkbox.js';
76
- import '@jetbrains/icons/checkmark-14px';
77
- import '@jetbrains/icons/remove-14px';
76
+ import '@jetbrains/icons/checkmark-12px';
77
+ import '@jetbrains/icons/remove-12px';
78
78
  import '../icon/icon.js';
79
79
  import '../icon/icon__constants.js';
80
80
  import '../_helpers/icon__svg.js';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -73,8 +73,8 @@ import '../global/url.js';
73
73
  import '../avatar/fallback-avatar.js';
74
74
  import 'core-js/modules/es.array.from.js';
75
75
  import '../checkbox/checkbox.js';
76
- import '@jetbrains/icons/checkmark-14px';
77
- import '@jetbrains/icons/remove-14px';
76
+ import '@jetbrains/icons/checkmark-12px';
77
+ import '@jetbrains/icons/remove-12px';
78
78
  import '../icon/icon.js';
79
79
  import '../icon/icon__constants.js';
80
80
  import '../_helpers/icon__svg.js';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -76,8 +76,8 @@ import '../global/url.js';
76
76
  import '../avatar/fallback-avatar.js';
77
77
  import 'core-js/modules/es.array.from.js';
78
78
  import '../checkbox/checkbox.js';
79
- import '@jetbrains/icons/checkmark-14px';
80
- import '@jetbrains/icons/remove-14px';
79
+ import '@jetbrains/icons/checkmark-12px';
80
+ import '@jetbrains/icons/remove-12px';
81
81
  import '../icon/icon.js';
82
82
  import '../icon/icon__constants.js';
83
83
  import '../_helpers/icon__svg.js';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -23,7 +23,7 @@ import '@jetbrains/icons/chevron-10px';
23
23
  import '../link/clickableLink.js';
24
24
  import '../_helpers/button__classes.js';
25
25
 
26
- var modules_2f9be069 = {"unit":"i__const_unit_0","max-height":"20px","tag":"tag_rui_2f49 resetButton_rui_8bff","tagAngled":"tagAngled_rui_2f49","light":"light_rui_2ac4","withRemove":"withRemove_rui_2f49","container":"container_rui_2f49","focused":"focused_rui_2f49","content":"content_rui_2f49 ellipsis_rui_8bff","disabled":"disabled_rui_2f49","remove":"remove_rui_2f49","removeIcon":"removeIcon_rui_2f49","icon":"icon_rui_2f49","avatarContainer":"avatarContainer_rui_2f49","customIcon":"customIcon_rui_2f49","avatarIcon":"avatarIcon_rui_2f49"};
26
+ var modules_2f9be069 = {"max-height":"20px","tag":"tag_rui_2f49 resetButton_rui_8bff","tagAngled":"tagAngled_rui_2f49","light":"light_rui_2ac4","withRemove":"withRemove_rui_2f49","container":"container_rui_2f49","focused":"focused_rui_2f49","content":"content_rui_2f49 ellipsis_rui_8bff","disabled":"disabled_rui_2f49","remove":"remove_rui_2f49","removeIcon":"removeIcon_rui_2f49","icon":"icon_rui_2f49","avatarContainer":"avatarContainer_rui_2f49","customIcon":"customIcon_rui_2f49","avatarIcon":"avatarIcon_rui_2f49"};
27
27
 
28
28
  /**
29
29
  * @name Tag
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, h as _asyncToGenerator, d as _createClass, 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, 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';
@@ -89,8 +89,8 @@ import '../_helpers/link.js';
89
89
  import '../_helpers/list.js';
90
90
  import '../list/list__item.js';
91
91
  import '../checkbox/checkbox.js';
92
- import '@jetbrains/icons/checkmark-14px';
93
- import '@jetbrains/icons/remove-14px';
92
+ import '@jetbrains/icons/checkmark-12px';
93
+ import '@jetbrains/icons/remove-12px';
94
94
  import '../global/prop-types.js';
95
95
  import '../global/composeRefs.js';
96
96
  import '../list/list__custom.js';
@@ -109,7 +109,7 @@ import '../text/text.js';
109
109
  import '../_helpers/select__filter.js';
110
110
  import '../tag/tag.js';
111
111
 
112
- var modules_5aa8aaf3 = {"unit":"i__const_unit_0","outerContainer":"outerContainer_rui_e356","container":"container_rui_e356","input":"input_rui_e356","light":"light_rui_2ac4","tagsInput":"tagsInput_rui_1a67","tagsInputDisabled":"tagsInputDisabled_rui_1a67","tagsInputFocused":"tagsInputFocused_rui_1a67","tagsList":"tagsList_rui_1a67","tagsSelect":"tagsSelect_rui_1a67"};
112
+ var modules_5aa8aaf3 = {"outerContainer":"outerContainer_rui_e356","container":"container_rui_e356","input":"input_rui_e356","light":"light_rui_2ac4","tagsInput":"tagsInput_rui_1a67","tagsInputDisabled":"tagsInputDisabled_rui_1a67","tagsInputFocused":"tagsInputFocused_rui_1a67","tagsList":"tagsList_rui_1a67","tagsSelect":"tagsSelect_rui_1a67"};
113
113
 
114
114
  function noop() {}
115
115
  /**
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, f as _extends, e as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -9,7 +9,7 @@ import 'core-js/modules/es.object.to-string.js';
9
9
  import 'core-js/modules/es.object.entries.js';
10
10
  import 'core-js/modules/es.array.concat.js';
11
11
 
12
- var modules_331c5aa7 = {"unit":"i__const_unit_0","padding":"2px","disabled-line-color":"rgba(255, 255, 255, 0.9)","duration":"300ms","timing-function":"cubic-bezier(0.23, 1, 0.32, 1)","light":"light_rui_2ac4","toggle":"toggle_rui_773f","switch":"switch_rui_773f","disabled":"disabled_rui_773f","label":"label_rui_773f","leftLabel":"leftLabel_rui_773f","switchWrapper":"switchWrapper_rui_773f","input":"input_rui_773f","size16":"size16_rui_773f","size14":"size14_rui_773f","size20":"size20_rui_773f","paleSwitch":"paleSwitch_rui_773f"};
12
+ var modules_331c5aa7 = {"padding":"2px","duration":"300ms","timing-function":"cubic-bezier(0.23, 1, 0.32, 1)","light":"light_rui_2ac4","toggle":"toggle_rui_773f","switch":"switch_rui_773f","disabled":"disabled_rui_773f","label":"label_rui_773f","leftLabel":"leftLabel_rui_773f","switchWrapper":"switchWrapper_rui_773f","input":"input_rui_773f","size16":"size16_rui_773f","size14":"size14_rui_773f","size20":"size20_rui_773f","paleSwitch":"paleSwitch_rui_773f"};
13
13
 
14
14
  var _excluded = ["className", "children", "disabled", "pale", "title", "leftLabel", "size", "data-test", "onTransitionEnd"];
15
15
  var Size = {
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createSuper, c as _classCallCheck, k as _assertThisInitialized, d as _createClass, e as _objectWithoutProperties, f as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -40,7 +40,7 @@ import 'core-js/modules/web.dom-collections.iterator.js';
40
40
  import '../popup/popup.target.js';
41
41
  import 'core-js/modules/es.array.reduce.js';
42
42
 
43
- var modules_cd5e45a9 = {"unit":"i__const_unit_0","light":"light_rui_2ac4","tooltip":"tooltip_rui_64ba","long":"long_rui_64ba"};
43
+ var modules_cd5e45a9 = {"light":"light_rui_2ac4","tooltip":"tooltip_rui_64ba","long":"long_rui_64ba"};
44
44
 
45
45
  var _excluded = ["children", "data-test", "title", "delay", "selfOverflowOnly", "popupProps", "long"];
46
46
  var scheduleScroll = scheduleRAF();
@@ -1,4 +1,4 @@
1
- import { d as _createClass, c as _classCallCheck, _ as _defineProperty, h as _asyncToGenerator, g as _objectSpread2, i as _regeneratorRuntime, j as _slicedToArray } from '../_helpers/_rollupPluginBabelHelpers.js';
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, k as _assertThisInitialized, d as _createClass } from '../_helpers/_rollupPluginBabelHelpers.js';
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';
@@ -63,7 +63,7 @@ import '../global/controls-height.js';
63
63
  import '../_helpers/button__classes.js';
64
64
  import '../i18n/i18n.js';
65
65
 
66
- var modules_f5ed85cf = {"unit":"i__const_unit_0","extra-small-screen-media":"i__const_extra_small_screen_media_1","light":"light_rui_2ac4","agreementDialog":"agreementDialog_rui_a19e","dialogContent":"dialogContent_rui_a19e","suggestion":"suggestion_rui_a19e","remindLaterButton":"remindLaterButton_rui_a19e"};
66
+ var modules_f5ed85cf = {"extra-small-screen-media":"i__const_extra_small_screen_media_0","light":"light_rui_2ac4","agreementDialog":"agreementDialog_rui_a19e","dialogContent":"dialogContent_rui_a19e","suggestion":"suggestion_rui_a19e","remindLaterButton":"remindLaterButton_rui_a19e"};
67
67
 
68
68
  function noop() {}
69
69
  /**
@@ -1,71 +1,54 @@
1
- import { m as modules_a4196c17 } from '../_helpers/card.js';
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 '../link/clickableLink.js';
36
- import '../_helpers/link.js';
37
- import '../clipboard/clipboard.js';
38
- import 'core-js/modules/es.promise.js';
39
- import '../alert-service/alert-service.js';
40
- import 'react-dom/client';
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 '@jetbrains/icons/chevron-10px';
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, d as _createClass, e as _objectWithoutProperties, f as _extends, g as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
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.7-beta.0",
3
+ "version": "6.0.7",
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.22.0",
92
- "@jetbrains/logos": "^2.2.23",
91
+ "@jetbrains/icons": "^4.0.0",
92
+ "@jetbrains/logos": "^2.2.25",
93
93
  "change-case": "^4.1.1",
94
- "classnames": "^2.3.2",
94
+ "classnames": "^2.5.1",
95
95
  "combokeys": "^3.0.1",
96
- "date-fns": "^2.30.0",
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",
@@ -108,7 +108,7 @@
108
108
  "react-waypoint": "^10.3.0",
109
109
  "scrollbar-width": "^3.1.1",
110
110
  "simply-uuid": "^1.0.1",
111
- "sniffr": "^1.3.1",
111
+ "sniffr": "^1.3.2",
112
112
  "util-deprecate": "^1.0.2"
113
113
  },
114
114
  "engines": {