@jetbrains/ring-ui-built 6.0.35 → 6.0.36

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 (333) hide show
  1. package/components/_helpers/_rollupPluginBabelHelpers.js +1 -10
  2. package/components/_helpers/anchor.js +9 -6
  3. package/components/_helpers/caption.js +5 -4
  4. package/components/_helpers/card.js +65 -49
  5. package/components/_helpers/icon__svg.js +4 -3
  6. package/components/_helpers/input.js +45 -36
  7. package/components/_helpers/query-assist__suggestions.js +18 -14
  8. package/components/_helpers/select__filter.js +22 -17
  9. package/components/_helpers/services-link.js +14 -12
  10. package/components/_helpers/sidebar.js +20 -16
  11. package/components/_helpers/tab-link.js +21 -13
  12. package/components/_helpers/theme.js +18 -11
  13. package/components/_helpers/title.js +20 -16
  14. package/components/alert/alert.d.ts +2 -1
  15. package/components/alert/alert.js +20 -17
  16. package/components/alert/container.d.ts +2 -2
  17. package/components/alert/container.js +14 -11
  18. package/components/alert-service/alert-service.d.ts +2 -2
  19. package/components/alert-service/alert-service.js +14 -14
  20. package/components/analytics/analytics.js +1 -1
  21. package/components/analytics/analytics__custom-plugin.js +1 -1
  22. package/components/auth/auth.js +1 -0
  23. package/components/auth/auth__core.js +3 -2
  24. package/components/auth/background-flow.js +1 -1
  25. package/components/auth/down-notification.d.ts +1 -1
  26. package/components/auth/down-notification.js +21 -14
  27. package/components/auth/iframe-flow.js +7 -5
  28. package/components/auth/request-builder.js +1 -1
  29. package/components/auth/response-parser.js +1 -1
  30. package/components/auth/storage.js +3 -2
  31. package/components/auth/token-validator.js +1 -1
  32. package/components/auth/window-flow.js +1 -1
  33. package/components/auth-dialog/auth-dialog.d.ts +2 -2
  34. package/components/auth-dialog/auth-dialog.js +42 -32
  35. package/components/auth-dialog-service/auth-dialog-service.js +6 -7
  36. package/components/avatar/avatar.d.ts +2 -2
  37. package/components/avatar/avatar.js +29 -28
  38. package/components/avatar/fallback-avatar.d.ts +2 -2
  39. package/components/avatar/fallback-avatar.js +50 -37
  40. package/components/badge/badge.d.ts +2 -2
  41. package/components/badge/badge.js +7 -8
  42. package/components/breadcrumbs/breadcrumbs.d.ts +6 -0
  43. package/components/breadcrumbs/breadcrumbs.js +27 -0
  44. package/components/button/button.d.ts +2 -1
  45. package/components/button/button.js +26 -25
  46. package/components/button-group/button-group.d.ts +4 -2
  47. package/components/button-group/button-group.js +19 -10
  48. package/components/button-group/caption.d.ts +2 -2
  49. package/components/button-group/caption.js +1 -0
  50. package/components/button-set/button-set.d.ts +2 -2
  51. package/components/button-set/button-set.js +7 -8
  52. package/components/button-toolbar/button-toolbar.d.ts +2 -2
  53. package/components/button-toolbar/button-toolbar.js +4 -6
  54. package/components/caret/caret.js +1 -1
  55. package/components/checkbox/checkbox.d.ts +3 -2
  56. package/components/checkbox/checkbox.js +33 -28
  57. package/components/clipboard/clipboard.js +3 -2
  58. package/components/code/code.d.ts +3 -3
  59. package/components/code/code.js +14 -11
  60. package/components/collapse/collapse-content.d.ts +2 -1
  61. package/components/collapse/collapse-content.js +13 -10
  62. package/components/collapse/collapse-control.d.ts +1 -1
  63. package/components/collapse/collapse-control.js +10 -11
  64. package/components/collapse/collapse.d.ts +2 -1
  65. package/components/collapse/collapse.js +16 -16
  66. package/components/confirm/confirm.d.ts +2 -1
  67. package/components/confirm/confirm.js +29 -21
  68. package/components/confirm-service/confirm-service.js +6 -4
  69. package/components/content-layout/content-layout.d.ts +2 -2
  70. package/components/content-layout/content-layout.js +12 -12
  71. package/components/content-layout/sidebar.d.ts +2 -2
  72. package/components/content-layout/sidebar.js +1 -0
  73. package/components/contenteditable/contenteditable.d.ts +3 -3
  74. package/components/contenteditable/contenteditable.js +5 -7
  75. package/components/control-help/control-help.d.ts +4 -0
  76. package/components/control-help/control-help.js +16 -0
  77. package/components/control-label/control-label.d.ts +2 -1
  78. package/components/control-label/control-label.js +7 -4
  79. package/components/data-list/data-list.d.ts +11 -11
  80. package/components/data-list/data-list.js +44 -40
  81. package/components/data-list/data-list.mock.d.ts +2 -2
  82. package/components/data-list/data-list.mock.js +165 -73
  83. package/components/data-list/item.d.ts +3 -3
  84. package/components/data-list/item.js +49 -40
  85. package/components/data-list/selection.js +1 -1
  86. package/components/data-list/title.d.ts +3 -3
  87. package/components/data-list/title.js +2 -0
  88. package/components/date-picker/date-input.d.ts +1 -1
  89. package/components/date-picker/date-input.js +5 -3
  90. package/components/date-picker/date-picker.d.ts +2 -1
  91. package/components/date-picker/date-picker.js +43 -34
  92. package/components/date-picker/date-popup.d.ts +2 -1
  93. package/components/date-picker/date-popup.js +51 -45
  94. package/components/date-picker/day.d.ts +2 -2
  95. package/components/date-picker/day.js +11 -8
  96. package/components/date-picker/month-names.d.ts +2 -2
  97. package/components/date-picker/month-names.js +27 -25
  98. package/components/date-picker/month-slider.d.ts +2 -2
  99. package/components/date-picker/month-slider.js +15 -13
  100. package/components/date-picker/month.d.ts +2 -2
  101. package/components/date-picker/month.js +18 -15
  102. package/components/date-picker/months.d.ts +2 -2
  103. package/components/date-picker/months.js +18 -15
  104. package/components/date-picker/weekdays.d.ts +2 -2
  105. package/components/date-picker/weekdays.js +14 -13
  106. package/components/date-picker/years.d.ts +3 -3
  107. package/components/date-picker/years.js +19 -17
  108. package/components/dialog/dialog.d.ts +2 -1
  109. package/components/dialog/dialog.js +48 -45
  110. package/components/dropdown/anchor.d.ts +3 -3
  111. package/components/dropdown/anchor.js +1 -0
  112. package/components/dropdown/dropdown.d.ts +2 -1
  113. package/components/dropdown/dropdown.js +12 -12
  114. package/components/dropdown-menu/dropdown-menu.d.ts +3 -3
  115. package/components/dropdown-menu/dropdown-menu.js +41 -29
  116. package/components/editable-heading/editable-heading.d.ts +2 -1
  117. package/components/editable-heading/editable-heading.js +74 -58
  118. package/components/error-bubble/error-bubble.d.ts +2 -2
  119. package/components/error-bubble/error-bubble.js +20 -19
  120. package/components/error-message/error-message.d.ts +2 -2
  121. package/components/error-message/error-message.js +22 -20
  122. package/components/footer/footer.d.ts +2 -2
  123. package/components/footer/footer.js +31 -27
  124. package/components/form/form.js +1 -1
  125. package/components/global/create-stateful-context.d.ts +5 -5
  126. package/components/global/create-stateful-context.js +10 -7
  127. package/components/global/data-tests.js +1 -1
  128. package/components/global/dom.js +1 -1
  129. package/components/global/focus-sensor-hoc.js +4 -3
  130. package/components/global/fuzzy-highlight.js +1 -1
  131. package/components/global/get-event-key.d.ts +1 -1
  132. package/components/global/inject-styles.js +1 -1
  133. package/components/global/listeners.js +1 -1
  134. package/components/global/normalize-indent.js +1 -1
  135. package/components/global/react-dom-renderer.d.ts +2 -2
  136. package/components/global/react-dom-renderer.js +4 -3
  137. package/components/global/rerender-hoc.d.ts +2 -2
  138. package/components/global/rerender-hoc.js +5 -4
  139. package/components/global/theme.d.ts +3 -3
  140. package/components/global/theme.js +1 -0
  141. package/components/global/trivial-template-tag.js +1 -1
  142. package/components/grid/col.d.ts +2 -2
  143. package/components/grid/col.js +7 -5
  144. package/components/grid/grid.d.ts +2 -2
  145. package/components/grid/grid.js +7 -8
  146. package/components/grid/row.d.ts +2 -2
  147. package/components/grid/row.js +7 -5
  148. package/components/group/group.d.ts +2 -2
  149. package/components/group/group.js +7 -8
  150. package/components/header/header.d.ts +2 -2
  151. package/components/header/header.js +12 -14
  152. package/components/header/logo.d.ts +2 -2
  153. package/components/header/logo.js +7 -5
  154. package/components/header/profile.d.ts +4 -3
  155. package/components/header/profile.js +40 -29
  156. package/components/header/services-link.d.ts +2 -2
  157. package/components/header/services-link.js +1 -0
  158. package/components/header/services.d.ts +2 -2
  159. package/components/header/services.js +31 -31
  160. package/components/header/smart-profile.d.ts +2 -2
  161. package/components/header/smart-profile.js +5 -3
  162. package/components/header/smart-services.d.ts +2 -2
  163. package/components/header/smart-services.js +4 -3
  164. package/components/header/tray-icon.d.ts +2 -2
  165. package/components/header/tray-icon.js +4 -3
  166. package/components/header/tray.d.ts +2 -2
  167. package/components/header/tray.js +11 -8
  168. package/components/heading/heading.d.ts +6 -6
  169. package/components/heading/heading.js +8 -9
  170. package/components/http/http.js +1 -1
  171. package/components/http/http.mock.js +1 -1
  172. package/components/hub-source/hub-source.js +1 -1
  173. package/components/hub-source/hub-source__user.js +1 -1
  174. package/components/hub-source/hub-source__users-groups.js +1 -1
  175. package/components/i18n/i18n-context.d.ts +1 -1
  176. package/components/i18n/i18n-context.js +7 -4
  177. package/components/icon/icon.d.ts +2 -2
  178. package/components/icon/icon.js +12 -10
  179. package/components/icon/icon__svg.d.ts +3 -3
  180. package/components/icon/icon__svg.js +1 -0
  181. package/components/icon/index.js +1 -0
  182. package/components/input/input.d.ts +3 -2
  183. package/components/input/input.js +2 -0
  184. package/components/island/adaptive-island-hoc.d.ts +11 -11
  185. package/components/island/adaptive-island-hoc.js +10 -7
  186. package/components/island/content.d.ts +3 -3
  187. package/components/island/content.js +29 -23
  188. package/components/island/header.d.ts +2 -2
  189. package/components/island/header.js +18 -13
  190. package/components/island/island.d.ts +10 -10
  191. package/components/island/island.js +7 -8
  192. package/components/island-legacy/content-legacy.d.ts +2 -2
  193. package/components/island-legacy/content-legacy.js +7 -5
  194. package/components/island-legacy/header-legacy.d.ts +2 -2
  195. package/components/island-legacy/header-legacy.js +10 -7
  196. package/components/island-legacy/island-legacy.d.ts +2 -2
  197. package/components/island-legacy/island-legacy.js +7 -5
  198. package/components/link/clickableLink.d.ts +2 -1
  199. package/components/link/clickableLink.js +8 -6
  200. package/components/link/link.d.ts +15 -15
  201. package/components/link/link.js +12 -9
  202. package/components/list/consts.d.ts +2 -1
  203. package/components/list/list.d.ts +10 -10
  204. package/components/list/list.js +109 -95
  205. package/components/list/list__custom.d.ts +2 -1
  206. package/components/list/list__custom.js +7 -5
  207. package/components/list/list__hint.d.ts +2 -2
  208. package/components/list/list__hint.js +7 -9
  209. package/components/list/list__item.d.ts +2 -2
  210. package/components/list/list__item.js +73 -65
  211. package/components/list/list__link.d.ts +2 -2
  212. package/components/list/list__link.js +8 -10
  213. package/components/list/list__separator.d.ts +2 -2
  214. package/components/list/list__separator.js +7 -5
  215. package/components/list/list__title.d.ts +2 -2
  216. package/components/list/list__title.js +15 -11
  217. package/components/list/list__users-groups-source.js +3 -1
  218. package/components/loader/loader.d.ts +2 -2
  219. package/components/loader/loader.js +5 -10
  220. package/components/loader/loader__core.js +1 -1
  221. package/components/loader-inline/loader-inline.d.ts +2 -2
  222. package/components/loader-inline/loader-inline.js +10 -9
  223. package/components/loader-screen/loader-screen.d.ts +2 -2
  224. package/components/loader-screen/loader-screen.js +10 -11
  225. package/components/login-dialog/login-dialog.d.ts +2 -2
  226. package/components/login-dialog/login-dialog.js +21 -16
  227. package/components/login-dialog/service.js +6 -4
  228. package/components/markdown/markdown.d.ts +2 -2
  229. package/components/markdown/markdown.js +7 -8
  230. package/components/message/message.d.ts +2 -2
  231. package/components/message/message.js +50 -41
  232. package/components/old-browsers-message/white-list.js +1 -1
  233. package/components/pager/pager.d.ts +2 -1
  234. package/components/pager/pager.js +71 -53
  235. package/components/panel/panel.d.ts +2 -2
  236. package/components/panel/panel.js +7 -8
  237. package/components/permissions/permissions.js +1 -1
  238. package/components/permissions/permissions__cache.js +1 -1
  239. package/components/popup/popup.d.ts +2 -1
  240. package/components/popup/popup.js +46 -39
  241. package/components/popup/popup.target.d.ts +3 -3
  242. package/components/popup/popup.target.js +11 -8
  243. package/components/popup-menu/popup-menu.d.ts +2 -2
  244. package/components/popup-menu/popup-menu.js +13 -9
  245. package/components/progress-bar/progress-bar.d.ts +2 -2
  246. package/components/progress-bar/progress-bar.js +17 -18
  247. package/components/query-assist/query-assist.d.ts +3 -2
  248. package/components/query-assist/query-assist.js +122 -109
  249. package/components/query-assist/query-assist__suggestions.d.ts +2 -2
  250. package/components/query-assist/query-assist__suggestions.js +3 -1
  251. package/components/radio/radio.d.ts +3 -3
  252. package/components/radio/radio.js +8 -8
  253. package/components/radio/radio__item.d.ts +9 -6
  254. package/components/radio/radio__item.js +46 -37
  255. package/components/select/select.d.ts +5 -2
  256. package/components/select/select.js +201 -180
  257. package/components/select/select__filter.d.ts +2 -2
  258. package/components/select/select__filter.js +2 -0
  259. package/components/select/select__popup.d.ts +6 -4
  260. package/components/select/select__popup.js +101 -84
  261. package/components/shortcuts/core.d.ts +0 -1
  262. package/components/shortcuts/core.js +1 -1
  263. package/components/shortcuts/shortcuts-hoc.d.ts +8 -8
  264. package/components/shortcuts/shortcuts-hoc.js +10 -8
  265. package/components/shortcuts/shortcuts.js +1 -1
  266. package/components/slider/slider.d.ts +2 -1
  267. package/components/slider/slider.js +78 -78
  268. package/components/slider/slider.utils.js +1 -1
  269. package/components/storage/storage.js +2 -1
  270. package/components/storage/storage__fallback.js +1 -1
  271. package/components/storage/storage__local.js +3 -2
  272. package/components/style.css +1 -1
  273. package/components/tab-trap/tab-trap.d.ts +2 -1
  274. package/components/tab-trap/tab-trap.js +25 -20
  275. package/components/table/cell.d.ts +2 -2
  276. package/components/table/cell.js +7 -5
  277. package/components/table/disable-hover-hoc.d.ts +9 -9
  278. package/components/table/disable-hover-hoc.js +4 -3
  279. package/components/table/header-cell.d.ts +2 -2
  280. package/components/table/header-cell.js +17 -13
  281. package/components/table/header.d.ts +3 -3
  282. package/components/table/header.js +34 -26
  283. package/components/table/multitable.d.ts +2 -2
  284. package/components/table/multitable.js +12 -10
  285. package/components/table/row-with-focus-sensor.d.ts +3 -3
  286. package/components/table/row-with-focus-sensor.js +5 -3
  287. package/components/table/row.d.ts +2 -1
  288. package/components/table/row.js +50 -44
  289. package/components/table/selection-adapter.js +1 -1
  290. package/components/table/selection-shortcuts-hoc.js +4 -3
  291. package/components/table/selection.js +1 -1
  292. package/components/table/smart-table.d.ts +44 -44
  293. package/components/table/smart-table.js +5 -3
  294. package/components/table/table.d.ts +2 -1
  295. package/components/table/table.js +55 -45
  296. package/components/tabs/collapsible-more.d.ts +4 -4
  297. package/components/tabs/collapsible-more.js +37 -30
  298. package/components/tabs/collapsible-tab.d.ts +2 -1
  299. package/components/tabs/collapsible-tab.js +6 -6
  300. package/components/tabs/collapsible-tabs.d.ts +4 -4
  301. package/components/tabs/collapsible-tabs.js +51 -46
  302. package/components/tabs/dumb-tabs.d.ts +2 -1
  303. package/components/tabs/dumb-tabs.js +24 -18
  304. package/components/tabs/smart-tabs.d.ts +2 -2
  305. package/components/tabs/smart-tabs.js +8 -4
  306. package/components/tabs/tab-link.d.ts +3 -3
  307. package/components/tabs/tab-link.js +1 -0
  308. package/components/tabs/tab.d.ts +2 -2
  309. package/components/tabs/tab.js +7 -5
  310. package/components/tabs/tabs.js +2 -0
  311. package/components/tag/tag.d.ts +2 -1
  312. package/components/tag/tag.js +31 -28
  313. package/components/tags-input/tags-input.d.ts +3 -2
  314. package/components/tags-input/tags-input.js +52 -47
  315. package/components/tags-list/tags-list.d.ts +2 -1
  316. package/components/tags-list/tags-list.js +8 -5
  317. package/components/text/text.d.ts +2 -2
  318. package/components/text/text.js +7 -4
  319. package/components/toggle/toggle.d.ts +2 -2
  320. package/components/toggle/toggle.js +25 -20
  321. package/components/tooltip/tooltip.d.ts +2 -1
  322. package/components/tooltip/tooltip.js +26 -21
  323. package/components/user-agreement/service.js +20 -12
  324. package/components/user-agreement/user-agreement.d.ts +2 -2
  325. package/components/user-agreement/user-agreement.js +56 -39
  326. package/components/user-card/card.d.ts +2 -1
  327. package/components/user-card/card.js +1 -0
  328. package/components/user-card/smart-user-card-tooltip.d.ts +3 -3
  329. package/components/user-card/smart-user-card-tooltip.js +11 -7
  330. package/components/user-card/tooltip.d.ts +3 -3
  331. package/components/user-card/tooltip.js +15 -11
  332. package/components/user-card/user-card.js +1 -0
  333. package/package.json +5 -5
@@ -1,7 +1,8 @@
1
- import { c as _objectWithoutProperties } from './_rollupPluginBabelHelpers.js';
2
- import React, { memo } from 'react';
1
+ import { c as _objectWithoutProperties, d as _objectSpread2 } from './_rollupPluginBabelHelpers.js';
2
+ import { memo } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import Link from '../link/link.js';
5
+ import { jsx, jsxs } from 'react/jsx-runtime';
5
6
 
6
7
  var modules_02138f4a = {"dark":"dark_rui_f090","line-shadow":"inset 0 -1px 0 0","selected-line-shadow":"inset 0 -2px 0 0","light":"light_rui_2ac4","link":"link_rui_fa1d","withLinks":"withLinks_rui_fa1d","hover":"hover_rui_fa1d","pseudo":"pseudo_rui_fa1d","active":"active_rui_fa1d","inherit":"inherit_rui_fa1d","tabs":"tabs_rui_fa1d font_rui_f295","titles":"titles_rui_fa1d","title":"title_rui_fa1d font_rui_f295","selected":"selected_rui_fa1d","collapsed":"collapsed_rui_fa1d","titleLegacy":"titleLegacy_rui_fa1d","visible":"visible_rui_fa1d","container":"container_rui_fa1d","hidden":"hidden_rui_fa1d","hiddenBold":"hiddenBold_rui_fa1d","hiddenRegular":"hiddenRegular_rui_fa1d","tabCounter":"tabCounter_rui_fa1d","autoCollapseContainer":"autoCollapseContainer_rui_fa1d","autoCollapse":"autoCollapse_rui_fa1d","rendered":"rendered_rui_fa1d","adjusted":"adjusted_rui_fa1d","measure":"measure_rui_fa1d","morePopup":"morePopup_rui_fa1d","chevron":"chevron_rui_fa1d","morePopupBeforeEnd":"morePopupBeforeEnd_rui_fa1d"};
7
8
 
@@ -12,17 +13,24 @@ function TabLink(_ref) {
12
13
  collapsed = _ref.collapsed,
13
14
  restProps = _objectWithoutProperties(_ref, _excluded);
14
15
  var renderedTitle = typeof title === 'function' ? title(isSelected, collapsed) : title;
15
- return /*#__PURE__*/React.createElement(Link, restProps, /*#__PURE__*/React.createElement("div", {
16
- className: modules_02138f4a.container
17
- }, /*#__PURE__*/React.createElement("span", {
18
- className: modules_02138f4a.visible
19
- }, renderedTitle), /*#__PURE__*/React.createElement("span", {
20
- className: modules_02138f4a.hidden
21
- }, renderedTitle), /*#__PURE__*/React.createElement("span", {
22
- className: modules_02138f4a.hiddenBold
23
- }, renderedTitle), /*#__PURE__*/React.createElement("span", {
24
- className: modules_02138f4a.hiddenRegular
25
- }, renderedTitle)));
16
+ return /*#__PURE__*/jsx(Link, _objectSpread2(_objectSpread2({}, restProps), {}, {
17
+ children: /*#__PURE__*/jsxs("div", {
18
+ className: modules_02138f4a.container,
19
+ children: [/*#__PURE__*/jsx("span", {
20
+ className: modules_02138f4a.visible,
21
+ children: renderedTitle
22
+ }), /*#__PURE__*/jsx("span", {
23
+ className: modules_02138f4a.hidden,
24
+ children: renderedTitle
25
+ }), /*#__PURE__*/jsx("span", {
26
+ className: modules_02138f4a.hiddenBold,
27
+ children: renderedTitle
28
+ }), /*#__PURE__*/jsx("span", {
29
+ className: modules_02138f4a.hiddenRegular,
30
+ children: renderedTitle
31
+ })]
32
+ })
33
+ }));
26
34
  }
27
35
  TabLink.propTypes = {
28
36
  isSelected: PropTypes.bool,
@@ -1,10 +1,11 @@
1
- import { j as _slicedToArray, c as _objectWithoutProperties, e as _extends } from './_rollupPluginBabelHelpers.js';
2
- import React, { useState, useEffect, forwardRef, useMemo, useContext } from 'react';
1
+ import { i as _slicedToArray, c as _objectWithoutProperties, d as _objectSpread2 } from './_rollupPluginBabelHelpers.js';
2
+ import { useState, useEffect, forwardRef, useMemo, useContext } from 'react';
3
3
  import classNames from 'classnames';
4
4
  import { createPortal } from 'react-dom';
5
5
  import { PopupTargetContext, PopupTarget } from '../popup/popup.target.js';
6
6
  import { getPopupContainer } from '../popup/popup.js';
7
7
  import getUID from '../global/get-uid.js';
8
+ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
8
9
 
9
10
  var modules_6381a4b3 = {"light":"light_rui_2ac4"};
10
11
 
@@ -64,7 +65,7 @@ var ThemeProvider = /*#__PURE__*/forwardRef(function ThemeProvider(_ref2, ref) {
64
65
  theme = _ref2$theme === void 0 ? Theme.AUTO : _ref2$theme,
65
66
  className = _ref2.className,
66
67
  passToPopups = _ref2.passToPopups,
67
- children = _ref2.children,
68
+ _children = _ref2.children,
68
69
  target = _ref2.target,
69
70
  restProps = _objectWithoutProperties(_ref2, _excluded);
70
71
  var systemTheme = useTheme();
@@ -79,16 +80,22 @@ var ThemeProvider = /*#__PURE__*/forwardRef(function ThemeProvider(_ref2, ref) {
79
80
  }, [resolvedTheme, target]);
80
81
  var themeClasses = useThemeClasses(theme);
81
82
  var parentTarget = useContext(PopupTargetContext);
82
- return /*#__PURE__*/React.createElement("div", _extends({
83
+ return /*#__PURE__*/jsx("div", _objectSpread2(_objectSpread2({
83
84
  ref: ref,
84
85
  className: target != null ? undefined : classNames(className, themeClasses)
85
- }, restProps), passToPopups ? /*#__PURE__*/React.createElement(PopupTarget, {
86
- id: id
87
- }, function (popupTarget) {
88
- return /*#__PURE__*/React.createElement(React.Fragment, null, children, /*#__PURE__*/createPortal( /*#__PURE__*/React.createElement("div", {
89
- className: themeClasses
90
- }, popupTarget), parentTarget && getPopupContainer(parentTarget) || document.body));
91
- }) : children);
86
+ }, restProps), {}, {
87
+ children: passToPopups ? /*#__PURE__*/jsx(PopupTarget, {
88
+ id: id,
89
+ children: function children(popupTarget) {
90
+ return /*#__PURE__*/jsxs(Fragment, {
91
+ children: [_children, /*#__PURE__*/createPortal( /*#__PURE__*/jsx("div", {
92
+ className: themeClasses,
93
+ children: popupTarget
94
+ }), parentTarget && getPopupContainer(parentTarget) || document.body)]
95
+ });
96
+ }
97
+ }) : _children
98
+ }));
92
99
  });
93
100
  var Theme$1 = Theme;
94
101
 
@@ -1,12 +1,13 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createClass, f as _classCallCheck, g as _callSuper } from './_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createClass, e as _classCallCheck, f as _callSuper } from './_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
- import React, { PureComponent } from 'react';
3
+ import { PureComponent } from 'react';
4
4
  import PropTypes from 'prop-types';
5
5
  import classNames from 'classnames';
6
6
  import focusSensorHOC from '../global/focus-sensor-hoc.js';
7
7
  import Checkbox from '../checkbox/checkbox.js';
8
8
  import getUID from '../global/get-uid.js';
9
9
  import { refObject } from '../global/prop-types.js';
10
+ import { jsxs, jsx } from 'react/jsx-runtime';
10
11
 
11
12
  var modules_09d014b4 = {"height":"i__const_height_0","compensate":"i__const_compensate_1","light":"light_rui_2ac4","dataListWrapper":"dataListWrapper_rui_be4b","dataList":"dataList_rui_be4b","itemContent":"itemContent_rui_be4b","title":"title_rui_be4b","disabledHover":"disabledHover_rui_be4b","titleSelected":"titleSelected_rui_be4b","titleFocused":"titleFocused_rui_be4b","showMore":"showMore_rui_be4b","boxes":"boxes_rui_be4b","checkboxBox":"checkboxBox_rui_be4b","collapseButton":"collapseButton_rui_be4b","collapseIcon":"collapseIcon_rui_be4b","loadingOverlay":"loadingOverlay_rui_be4b","showMoreLoader":"showMoreLoader_rui_be4b"};
12
13
 
@@ -56,25 +57,28 @@ var Title = /*#__PURE__*/function (_PureComponent) {
56
57
  [modules_09d014b4.titleFocused]: showFocus,
57
58
  [modules_09d014b4.titleSelected]: selected
58
59
  });
59
- return /*#__PURE__*/React.createElement("div", {
60
+ return /*#__PURE__*/jsxs("div", {
60
61
  id: this.id,
61
62
  className: classes,
62
63
  style: {
63
64
  paddingLeft: offset
64
65
  },
65
- ref: innerRef
66
- }, /*#__PURE__*/React.createElement("div", {
67
- className: modules_09d014b4.boxes
68
- }, selectable && /*#__PURE__*/React.createElement("div", {
69
- className: modules_09d014b4.checkboxBox
70
- }, /*#__PURE__*/React.createElement(Checkbox, {
71
- "aria-labelledby": this.id,
72
- className: showFocus ? 'ring-checkbox_focus' : '',
73
- checked: selected,
74
- onFocus: this.onCheckboxFocus,
75
- onChange: this.onCheckboxChange,
76
- tabIndex: -1
77
- })), collapserExpander), title);
66
+ ref: innerRef,
67
+ children: [/*#__PURE__*/jsxs("div", {
68
+ className: modules_09d014b4.boxes,
69
+ children: [selectable && /*#__PURE__*/jsx("div", {
70
+ className: modules_09d014b4.checkboxBox,
71
+ children: /*#__PURE__*/jsx(Checkbox, {
72
+ "aria-labelledby": this.id,
73
+ className: showFocus ? 'ring-checkbox_focus' : '',
74
+ checked: selected,
75
+ onFocus: this.onCheckboxFocus,
76
+ onChange: this.onCheckboxChange,
77
+ tabIndex: -1
78
+ })
79
+ }), collapserExpander]
80
+ }), title]
81
+ });
78
82
  }
79
83
  }]);
80
84
  }(PureComponent);
@@ -1,4 +1,5 @@
1
- import React, { PureComponent, ReactNode } from 'react';
1
+ import { PureComponent, ReactNode } from 'react';
2
+ import * as React from 'react';
2
3
  import PropTypes from 'prop-types';
3
4
  import Theme from '../global/theme';
4
5
  export declare const ANIMATION_TIME = 500;
@@ -1,7 +1,7 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createClass, f as _classCallCheck, g as _callSuper } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createClass, e as _classCallCheck, f as _callSuper } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.object.values.js';
4
- import React, { PureComponent } from 'react';
4
+ import { PureComponent } from 'react';
5
5
  import classNames from 'classnames';
6
6
  import PropTypes from 'prop-types';
7
7
  import exceptionIcon from '@jetbrains/icons/exception';
@@ -14,6 +14,7 @@ import { getRect } from '../global/dom.js';
14
14
  import joinDataTestAttributes from '../global/data-tests.js';
15
15
  import { Button } from '../button/button.js';
16
16
  import { T as Theme, a as ThemeProvider } from '../_helpers/theme.js';
17
+ import { jsx, jsxs } from 'react/jsx-runtime';
17
18
  export { default as Container } from './container.js';
18
19
  import { Color } from '../icon/icon__constants.js';
19
20
  import 'util-deprecate';
@@ -61,7 +62,7 @@ import '../popup/position.js';
61
62
  import 'core-js/modules/es.array.sort.js';
62
63
  import '../popup/popup.consts.js';
63
64
 
64
- var modules_e02b3280 = {"link":"link_rui_20da","animation-duration":"300ms","animation-easing":"ease-out","light":"light_rui_2ac4","alert":"alert_rui_25ab","alertInline":"alertInline_rui_25ab","error":"error_rui_25ab","icon":"icon_rui_25ab","caption":"caption_rui_25ab","withCloseButton":"withCloseButton_rui_25ab","badge":"badge_rui_25ab","loader":"loader_rui_25ab","close":"close_rui_25ab","animationOpen":"animationOpen_rui_25ab","show":"show_rui_25ab","animationClosing":"animationClosing_rui_25ab","animationShaking":"animationShaking_rui_25ab","shaking":"shaking_rui_25ab"};
65
+ var modules_e02b3280 = {"animation-duration":"300ms","animation-easing":"ease-out","light":"light_rui_2ac4","alert":"alert_rui_25ab","alertInline":"alertInline_rui_25ab","error":"error_rui_25ab","icon":"icon_rui_25ab","caption":"caption_rui_25ab","withCloseButton":"withCloseButton_rui_25ab","badge":"badge_rui_25ab","loader":"loader_rui_25ab","close":"close_rui_25ab","animationOpen":"animationOpen_rui_25ab","show":"show_rui_25ab","animationClosing":"animationClosing_rui_25ab","animationShaking":"animationShaking_rui_25ab","shaking":"shaking_rui_25ab"};
65
66
 
66
67
  var ANIMATION_TIME = 500;
67
68
  /**
@@ -178,15 +179,16 @@ var Alert = /*#__PURE__*/function (_PureComponent) {
178
179
  * @private
179
180
  */
180
181
  function _getCaption() {
181
- return /*#__PURE__*/React.createElement("span", {
182
+ return /*#__PURE__*/jsx("span", {
182
183
  className: classNames(modules_e02b3280.caption, this.props.captionClassName, {
183
184
  [modules_e02b3280.withCloseButton]: this.props.closeable
184
185
  }),
185
186
  onClick: this._handleCaptionsLinksClick
186
187
  // We only process clicks on `a` elements, see above
187
188
  ,
188
- role: "presentation"
189
- }, this.props.children);
189
+ role: "presentation",
190
+ children: this.props.children
191
+ });
190
192
  }
191
193
  /**
192
194
  * @private
@@ -197,13 +199,13 @@ var Alert = /*#__PURE__*/function (_PureComponent) {
197
199
  value: function _getIcon() {
198
200
  var glyph = TypeToIcon[this.props.type];
199
201
  if (glyph) {
200
- return /*#__PURE__*/React.createElement(Icon, {
202
+ return /*#__PURE__*/jsx(Icon, {
201
203
  glyph: glyph,
202
204
  className: modules_e02b3280.icon,
203
205
  color: TypeToIconColor[this.props.type] || Color.DEFAULT
204
206
  });
205
207
  } else if (this.props.type === AlertType.LOADING) {
206
- return /*#__PURE__*/React.createElement(LoaderInline, {
208
+ return /*#__PURE__*/jsx(LoaderInline, {
207
209
  className: modules_e02b3280.loader
208
210
  });
209
211
  }
@@ -234,20 +236,21 @@ var Alert = /*#__PURE__*/function (_PureComponent) {
234
236
  var style = height ? {
235
237
  marginBottom: -height
236
238
  } : undefined;
237
- return /*#__PURE__*/React.createElement(ThemeProvider, {
239
+ return /*#__PURE__*/jsxs(ThemeProvider, {
238
240
  theme: theme,
239
241
  className: classes,
240
242
  "data-test": joinDataTestAttributes('alert', dataTest),
241
243
  "data-test-type": type,
242
244
  style: style,
243
- ref: this.storeAlertRef
244
- }, this._getIcon(), this._getCaption(), this.props.closeable ? /*#__PURE__*/React.createElement(Button, {
245
- icon: closeIcon,
246
- className: classNames(modules_e02b3280.close, closeButtonClassName),
247
- "data-test": "alert-close",
248
- "aria-label": "close alert",
249
- onClick: this.closeRequest
250
- }) : '');
245
+ ref: this.storeAlertRef,
246
+ children: [this._getIcon(), this._getCaption(), this.props.closeable ? /*#__PURE__*/jsx(Button, {
247
+ icon: closeIcon,
248
+ className: classNames(modules_e02b3280.close, closeButtonClassName),
249
+ "data-test": "alert-close",
250
+ "aria-label": "close alert",
251
+ onClick: this.closeRequest
252
+ }) : '']
253
+ });
251
254
  }
252
255
  }]);
253
256
  }(PureComponent);
@@ -1,4 +1,4 @@
1
- import React, { PureComponent, HTMLAttributes } from 'react';
1
+ import { PureComponent, HTMLAttributes } from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  /**
4
4
  * @name Alert Container
@@ -11,5 +11,5 @@ export default class Alerts extends PureComponent<AlertContainerProps> {
11
11
  children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
12
12
  className: PropTypes.Requireable<string>;
13
13
  };
14
- render(): React.ReactPortal | null;
14
+ render(): import("react").ReactPortal | null;
15
15
  }
@@ -1,9 +1,10 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createClass, c as _objectWithoutProperties, e as _extends, f as _classCallCheck, g as _callSuper } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createClass, c as _objectWithoutProperties, d as _objectSpread2, e as _classCallCheck, f as _callSuper } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.map.js';
3
- import React, { Children, isValidElement, cloneElement, PureComponent } from 'react';
3
+ import { Children, isValidElement, cloneElement, PureComponent } from 'react';
4
4
  import { createPortal } from 'react-dom';
5
5
  import classNames from 'classnames';
6
6
  import PropTypes from 'prop-types';
7
+ import { jsx } from 'react/jsx-runtime';
7
8
 
8
9
  var modules_fc8df42d = {"light":"light_rui_2ac4","alertContainer":"alertContainer_rui_971c","alertInContainer":"alertInContainer_rui_971c alert_rui_25ab"};
9
10
 
@@ -26,18 +27,20 @@ var Alerts = /*#__PURE__*/function (_PureComponent) {
26
27
  if (!show) {
27
28
  return null;
28
29
  }
29
- return /*#__PURE__*/createPortal( /*#__PURE__*/React.createElement("div", _extends({
30
+ return /*#__PURE__*/createPortal( /*#__PURE__*/jsx("div", _objectSpread2(_objectSpread2({
30
31
  "data-test": "alert-container",
31
32
  className: classes,
32
33
  "aria-live": "polite"
33
- }, restProps), Children.map(children, function (child) {
34
- if (! /*#__PURE__*/isValidElement(child)) {
35
- return child;
36
- }
37
- var alertClassNames = classNames(modules_fc8df42d.alertInContainer, child.props.className);
38
- return /*#__PURE__*/cloneElement(child, {
39
- className: alertClassNames
40
- });
34
+ }, restProps), {}, {
35
+ children: Children.map(children, function (child) {
36
+ if (! /*#__PURE__*/isValidElement(child)) {
37
+ return child;
38
+ }
39
+ var alertClassNames = classNames(modules_fc8df42d.alertInContainer, child.props.className);
40
+ return /*#__PURE__*/cloneElement(child, {
41
+ className: alertClassNames
42
+ });
43
+ })
41
44
  })), document.body);
42
45
  }
43
46
  }]);
@@ -1,4 +1,4 @@
1
- import React, { ReactNode, Ref } from 'react';
1
+ import { ReactNode, Ref } from 'react';
2
2
  import Alert, { AlertProps, AlertType } from '../alert/alert';
3
3
  export interface AlertItem extends Partial<Omit<AlertProps, 'children'>> {
4
4
  key: string | number;
@@ -14,7 +14,7 @@ declare class AlertService {
14
14
  containerElement: HTMLDivElement;
15
15
  reactRoot: import("react-dom/client").Root;
16
16
  _getShowingAlerts(): AlertItem[];
17
- renderAlertContainer(alerts: readonly AlertItem[]): React.JSX.Element;
17
+ renderAlertContainer(alerts: readonly AlertItem[]): import("react").JSX.Element;
18
18
  /**
19
19
  * Renders alert container into virtual node to skip maintaining container
20
20
  */
@@ -1,15 +1,16 @@
1
- import { b as _createClass, k as _toConsumableArray, c as _objectWithoutProperties, e as _extends, d as _objectSpread2, f as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { b as _createClass, j as _toConsumableArray, c as _objectWithoutProperties, d as _objectSpread2, e as _classCallCheck, _ as _defineProperty } 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.array.map.js';
5
5
  import 'core-js/modules/es.object.to-string.js';
6
- import React from 'react';
7
6
  import { createRoot } from 'react-dom/client';
8
7
  import getUID from '../global/get-uid.js';
9
8
  import Alert, { ANIMATION_TIME } from '../alert/alert.js';
9
+ import { jsx } from 'react/jsx-runtime';
10
10
  import Alerts from '../alert/container.js';
11
11
  import 'core-js/modules/es.regexp.to-string.js';
12
12
  import 'core-js/modules/es.object.values.js';
13
+ import 'react';
13
14
  import 'classnames';
14
15
  import 'prop-types';
15
16
  import '@jetbrains/icons/exception';
@@ -65,9 +66,6 @@ import '../popup/popup.consts.js';
65
66
 
66
67
  var _excluded = ["message", "key"],
67
68
  _excluded2 = ["onCloseRequest", "onClose"];
68
- /**
69
- * @name Alert Service
70
- */
71
69
  var AlertService = /*#__PURE__*/function () {
72
70
  function AlertService() {
73
71
  _classCallCheck(this, AlertService);
@@ -86,16 +84,18 @@ var AlertService = /*#__PURE__*/function () {
86
84
  key: "renderAlertContainer",
87
85
  value: function renderAlertContainer(alerts) {
88
86
  if (alerts.length === 0) {
89
- return /*#__PURE__*/React.createElement("span", null);
87
+ return /*#__PURE__*/jsx("span", {});
90
88
  }
91
- return /*#__PURE__*/React.createElement(Alerts, null, alerts.map(function (alert) {
92
- var message = alert.message,
93
- key = alert.key,
94
- rest = _objectWithoutProperties(alert, _excluded);
95
- return /*#__PURE__*/React.createElement(Alert, _extends({
96
- key: key
97
- }, rest), message);
98
- }));
89
+ return /*#__PURE__*/jsx(Alerts, {
90
+ children: alerts.map(function (alert) {
91
+ var message = alert.message,
92
+ key = alert.key,
93
+ rest = _objectWithoutProperties(alert, _excluded);
94
+ return /*#__PURE__*/jsx(Alert, _objectSpread2(_objectSpread2({}, rest), {}, {
95
+ children: message
96
+ }), key);
97
+ })
98
+ });
99
99
  }
100
100
  /**
101
101
  * Renders alert container into virtual node to skip maintaining container
@@ -1,4 +1,4 @@
1
- import { b as _createClass, f as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { b as _createClass, e as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.object.to-string.js';
3
3
  import 'core-js/modules/web.dom-collections.for-each.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { b as _createClass, d as _objectSpread2, f as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { b as _createClass, d as _objectSpread2, e as _classCallCheck, _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
 
3
3
  var DEFAULT_FLUSH_INTERVAL = 10000;
4
4
  var DEFAULT_FLUSH_MAX_PACK_SIZE = 100;
@@ -39,6 +39,7 @@ import 'core-js/modules/es.array.iterator.js';
39
39
  import 'core-js/modules/es.map.js';
40
40
  import 'core-js/modules/es.weak-map.js';
41
41
  import 'core-js/modules/web.dom-collections.iterator.js';
42
+ import 'react/jsx-runtime';
42
43
  import '../loader-inline/loader-inline.js';
43
44
  import '../global/data-tests.js';
44
45
  import 'core-js/modules/es.array.reduce.js';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, b as _createClass, d as _objectSpread2, f as _classCallCheck, k as _toConsumableArray, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, b as _createClass, d as _objectSpread2, e as _classCallCheck, j as _toConsumableArray, g as _asyncToGenerator, h as _regeneratorRuntime } 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.array.includes.js';
@@ -39,11 +39,11 @@ import 'core-js/modules/es.array.sort.js';
39
39
  import '../storage/storage.js';
40
40
  import '../storage/storage__local.js';
41
41
  import '../alert-service/alert-service.js';
42
- import 'react';
43
42
  import 'react-dom/client';
44
43
  import '../global/get-uid.js';
45
44
  import '../alert/alert.js';
46
45
  import 'core-js/modules/es.object.values.js';
46
+ import 'react';
47
47
  import 'classnames';
48
48
  import 'prop-types';
49
49
  import '@jetbrains/icons/exception';
@@ -56,6 +56,7 @@ import '../icon/icon__constants.js';
56
56
  import '../_helpers/icon__svg.js';
57
57
  import 'core-js/modules/es.string.starts-with.js';
58
58
  import '../global/memoize.js';
59
+ import 'react/jsx-runtime';
59
60
  import '../loader-inline/loader-inline.js';
60
61
  import '../global/data-tests.js';
61
62
  import '../global/dom.js';
@@ -1,4 +1,4 @@
1
- import { b as _createClass, f as _classCallCheck, _ as _defineProperty, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { b as _createClass, e as _classCallCheck, _ as _defineProperty, g as _asyncToGenerator, h as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.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 React from 'react';
1
+ import * as React from 'react';
2
2
  export interface BackendDownTranslations {
3
3
  backendIsNotAvailable: string;
4
4
  checkAgain: string;
@@ -1,12 +1,13 @@
1
- import { h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { g as _asyncToGenerator, h 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
- import React from 'react';
4
+ import 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import alertService from '../alert-service/alert-service.js';
7
7
  import Alert from '../alert/alert.js';
8
8
  import Link from '../link/link.js';
9
9
  import Group from '../group/group.js';
10
+ import { jsx, jsxs } from 'react/jsx-runtime';
10
11
  import 'core-js/modules/es.array.concat.js';
11
12
  import 'core-js/modules/es.array.map.js';
12
13
  import 'react-dom/client';
@@ -91,16 +92,22 @@ function Message(_ref) {
91
92
  var backendIsNotAvailable = translations.backendIsNotAvailable,
92
93
  checkAgain = translations.checkAgain,
93
94
  errorMessage = translations.errorMessage;
94
- return /*#__PURE__*/React.createElement("div", {
95
- "data-test": "ring-backend-down-notification"
96
- }, /*#__PURE__*/React.createElement(Group, null, /*#__PURE__*/React.createElement("div", {
97
- className: modules_c87dd562.title
98
- }, backendIsNotAvailable)), /*#__PURE__*/React.createElement("span", {
99
- className: modules_c87dd562.error
100
- }, errorMessage, " "), /*#__PURE__*/React.createElement(Link, {
101
- onClick: onCheckAgain,
102
- "data-test": "check-again"
103
- }, checkAgain));
95
+ return /*#__PURE__*/jsxs("div", {
96
+ "data-test": "ring-backend-down-notification",
97
+ children: [/*#__PURE__*/jsx(Group, {
98
+ children: /*#__PURE__*/jsx("div", {
99
+ className: modules_c87dd562.title,
100
+ children: backendIsNotAvailable
101
+ })
102
+ }), /*#__PURE__*/jsxs("span", {
103
+ className: modules_c87dd562.error,
104
+ children: [errorMessage, " "]
105
+ }), /*#__PURE__*/jsx(Link, {
106
+ onClick: onCheckAgain,
107
+ "data-test": "check-again",
108
+ children: checkAgain
109
+ })]
110
+ });
104
111
  }
105
112
  Message.propTypes = {
106
113
  translations: PropTypes.shape({
@@ -133,7 +140,7 @@ function onBackendDown(_ref2) {
133
140
  case 7:
134
141
  _context.prev = 7;
135
142
  _context.t0 = _context["catch"](1);
136
- renderAlert( /*#__PURE__*/React.createElement(Message, {
143
+ renderAlert( /*#__PURE__*/jsx(Message, {
137
144
  translations: translations,
138
145
  onCheckAgain: checkAgainWithoutClosing
139
146
  }));
@@ -145,7 +152,7 @@ function onBackendDown(_ref2) {
145
152
  }));
146
153
  return _checkAgainWithoutClosing.apply(this, arguments);
147
154
  }
148
- renderAlert( /*#__PURE__*/React.createElement(Message, {
155
+ renderAlert( /*#__PURE__*/jsx(Message, {
149
156
  translations: translations,
150
157
  onCheckAgain: checkAgainWithoutClosing
151
158
  }));
@@ -1,12 +1,13 @@
1
- import { b as _createClass, f as _classCallCheck, _ as _defineProperty, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { b as _createClass, e as _classCallCheck, _ as _defineProperty, g as _asyncToGenerator, h as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.object.to-string.js';
3
3
  import 'core-js/modules/es.promise.js';
4
- import React from 'react';
5
4
  import showAuthDialog from '../login-dialog/service.js';
6
5
  import Link from '../link/link.js';
7
6
  import AuthResponseParser from './response-parser.js';
7
+ import { jsx } from 'react/jsx-runtime';
8
8
  import 'react-dom/client';
9
9
  import '../global/controls-height.js';
10
+ import 'react';
10
11
  import '../login-dialog/login-dialog.js';
11
12
  import 'core-js/modules/es.array.concat.js';
12
13
  import 'prop-types';
@@ -119,10 +120,11 @@ var IFrameFlow = /*#__PURE__*/function () {
119
120
  case 2:
120
121
  authRequest = _context.sent;
121
122
  renderFallbackLink = function renderFallbackLink() {
122
- return /*#__PURE__*/React.createElement(Link, {
123
+ return /*#__PURE__*/jsx(Link, {
123
124
  href: authRequest.url,
124
- target: "_self"
125
- }, _this2._translations.nothingHappensLink);
125
+ target: "_self",
126
+ children: _this2._translations.nothingHappensLink
127
+ });
126
128
  };
127
129
  return _context.abrupt("return", new Promise(function (resolve, reject) {
128
130
  _this2.hideDialog = showAuthDialog({
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, b as _createClass, f as _classCallCheck, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, b as _createClass, e as _classCallCheck, g as _asyncToGenerator, h as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.map.js';
3
3
  import 'core-js/modules/es.object.assign.js';
4
4
  import uuid from 'simply-uuid';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createClass, d as _objectSpread2, f as _classCallCheck, g as _callSuper } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createClass, d as _objectSpread2, e as _classCallCheck, f as _callSuper } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.index-of.js';
3
3
  import 'core-js/modules/es.object.to-string.js';
4
4
  import 'core-js/modules/es.regexp.exec.js';
@@ -1,4 +1,4 @@
1
- import { b as _createClass, f as _classCallCheck, _ as _defineProperty, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { b as _createClass, e as _classCallCheck, _ as _defineProperty, g as _asyncToGenerator, h as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.filter.js';
3
3
  import 'core-js/modules/es.array.index-of.js';
4
4
  import 'core-js/modules/es.array.iterator.js';
@@ -12,12 +12,12 @@ import ActualStorage from '../storage/storage.js';
12
12
  import '../storage/storage__local.js';
13
13
  import '../alert-service/alert-service.js';
14
14
  import 'core-js/modules/es.array.concat.js';
15
- import 'react';
16
15
  import 'react-dom/client';
17
16
  import '../global/get-uid.js';
18
17
  import 'core-js/modules/es.regexp.to-string.js';
19
18
  import '../alert/alert.js';
20
19
  import 'core-js/modules/es.object.values.js';
20
+ import 'react';
21
21
  import 'classnames';
22
22
  import 'prop-types';
23
23
  import '@jetbrains/icons/exception';
@@ -34,6 +34,7 @@ import 'core-js/modules/es.string.starts-with.js';
34
34
  import '../global/memoize.js';
35
35
  import 'core-js/modules/es.map.js';
36
36
  import 'core-js/modules/es.weak-map.js';
37
+ import 'react/jsx-runtime';
37
38
  import '../loader-inline/loader-inline.js';
38
39
  import '../global/data-tests.js';
39
40
  import 'core-js/modules/es.object.entries.js';
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, a as _inherits, b as _createClass, f as _classCallCheck, g as _callSuper, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { _ as _defineProperty, a as _inherits, b as _createClass, e as _classCallCheck, f as _callSuper, g as _asyncToGenerator, h as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.filter.js';
3
3
  import 'core-js/modules/es.array.includes.js';
4
4
  import 'core-js/modules/es.object.to-string.js';
@@ -1,4 +1,4 @@
1
- import { b as _createClass, f as _classCallCheck, _ as _defineProperty, h as _asyncToGenerator, i as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
1
+ import { b as _createClass, e as _classCallCheck, _ as _defineProperty, g as _asyncToGenerator, h as _regeneratorRuntime } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.array.concat.js';
3
3
  import 'core-js/modules/es.object.to-string.js';
4
4
  import 'core-js/modules/es.promise.js';