@jetbrains/ring-ui-built 7.0.10 → 7.0.12

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 (281) hide show
  1. package/components/_helpers/anchor.js +2 -2
  2. package/components/_helpers/caption.js +2 -2
  3. package/components/_helpers/card.js +19 -19
  4. package/components/_helpers/icon__svg.js +2 -2
  5. package/components/_helpers/input.js +11 -11
  6. package/components/_helpers/query-assist__suggestions.js +5 -5
  7. package/components/_helpers/select__filter.js +4 -4
  8. package/components/_helpers/services-link.js +4 -4
  9. package/components/_helpers/sidebar.js +6 -6
  10. package/components/_helpers/tab-link.js +7 -7
  11. package/components/_helpers/theme.js +7 -7
  12. package/components/_helpers/title.js +5 -5
  13. package/components/alert/alert.d.ts +1 -1
  14. package/components/alert/alert.js +7 -8
  15. package/components/alert/container.js +2 -2
  16. package/components/alert-service/alert-service.d.ts +1 -1
  17. package/components/alert-service/alert-service.js +7 -4
  18. package/components/auth/auth.js +2 -2
  19. package/components/auth/auth__core.js +1 -1
  20. package/components/auth/down-notification.js +9 -9
  21. package/components/auth/iframe-flow.js +2 -2
  22. package/components/auth/storage.js +1 -1
  23. package/components/auth-dialog/auth-dialog.d.ts +1 -1
  24. package/components/auth-dialog/auth-dialog.js +10 -10
  25. package/components/auth-dialog-service/auth-dialog-service.js +6 -3
  26. package/components/avatar/avatar.d.ts +1 -1
  27. package/components/avatar/avatar.js +10 -7
  28. package/components/avatar/fallback-avatar.d.ts +1 -1
  29. package/components/avatar/fallback-avatar.js +12 -12
  30. package/components/breadcrumbs/breadcrumbs.d.ts +1 -1
  31. package/components/breadcrumbs/breadcrumbs.js +2 -3
  32. package/components/button/button.d.ts +1 -1
  33. package/components/button/button.js +7 -7
  34. package/components/button-group/button-group.d.ts +1 -1
  35. package/components/button-group/button-group.js +8 -5
  36. package/components/button-group/caption.d.ts +1 -1
  37. package/components/button-group/caption.js +1 -1
  38. package/components/button-set/button-set.d.ts +1 -1
  39. package/components/button-set/button-set.js +5 -2
  40. package/components/button-toolbar/button-toolbar.d.ts +1 -1
  41. package/components/button-toolbar/button-toolbar.js +5 -2
  42. package/components/checkbox/checkbox.d.ts +1 -1
  43. package/components/checkbox/checkbox.js +15 -9
  44. package/components/clipboard/clipboard.js +1 -1
  45. package/components/code/code.d.ts +1 -1
  46. package/components/code/code.js +4 -4
  47. package/components/collapse/collapse-content.js +4 -4
  48. package/components/collapse/collapse-control.js +5 -2
  49. package/components/collapse/collapse.js +6 -3
  50. package/components/confirm/confirm.d.ts +1 -1
  51. package/components/confirm/confirm.js +11 -8
  52. package/components/confirm-service/confirm-service.js +3 -3
  53. package/components/content-layout/content-layout.d.ts +1 -1
  54. package/components/content-layout/content-layout.js +6 -3
  55. package/components/content-layout/sidebar.d.ts +1 -1
  56. package/components/content-layout/sidebar.js +1 -1
  57. package/components/contenteditable/contenteditable.d.ts +2 -2
  58. package/components/contenteditable/contenteditable.js +7 -5
  59. package/components/control-help/control-help.d.ts +1 -1
  60. package/components/control-help/control-help.js +2 -2
  61. package/components/control-label/control-label.js +2 -3
  62. package/components/data-list/data-list.d.ts +3 -3
  63. package/components/data-list/data-list.js +8 -8
  64. package/components/data-list/data-list.mock.d.ts +1 -1
  65. package/components/data-list/data-list.mock.js +58 -58
  66. package/components/data-list/item.d.ts +2 -2
  67. package/components/data-list/item.js +13 -13
  68. package/components/data-list/title.d.ts +1 -1
  69. package/components/data-list/title.js +1 -1
  70. package/components/date-picker/date-input.d.ts +1 -1
  71. package/components/date-picker/date-input.js +2 -2
  72. package/components/date-picker/date-picker.d.ts +1 -1
  73. package/components/date-picker/date-picker.js +10 -10
  74. package/components/date-picker/date-popup.d.ts +1 -1
  75. package/components/date-picker/date-popup.js +9 -9
  76. package/components/date-picker/day.d.ts +1 -1
  77. package/components/date-picker/day.js +2 -3
  78. package/components/date-picker/month-names.d.ts +1 -1
  79. package/components/date-picker/month-names.js +6 -6
  80. package/components/date-picker/month-slider.d.ts +1 -1
  81. package/components/date-picker/month-slider.js +3 -3
  82. package/components/date-picker/month.d.ts +1 -1
  83. package/components/date-picker/month.js +6 -6
  84. package/components/date-picker/months.d.ts +1 -1
  85. package/components/date-picker/months.js +6 -6
  86. package/components/date-picker/weekdays.d.ts +1 -1
  87. package/components/date-picker/weekdays.js +3 -3
  88. package/components/date-picker/years.d.ts +1 -1
  89. package/components/date-picker/years.js +3 -3
  90. package/components/dialog/dialog.d.ts +1 -1
  91. package/components/dialog/dialog.js +15 -12
  92. package/components/dropdown/anchor.d.ts +1 -1
  93. package/components/dropdown/anchor.js +1 -1
  94. package/components/dropdown/dropdown.d.ts +1 -1
  95. package/components/dropdown/dropdown.js +7 -5
  96. package/components/dropdown-menu/dropdown-menu.js +8 -8
  97. package/components/editable-heading/editable-heading.d.ts +2 -2
  98. package/components/editable-heading/editable-heading.js +15 -15
  99. package/components/error-bubble/error-bubble.d.ts +1 -1
  100. package/components/error-bubble/error-bubble.js +7 -4
  101. package/components/error-message/error-message.d.ts +1 -1
  102. package/components/error-message/error-message.js +9 -6
  103. package/components/footer/footer.js +8 -8
  104. package/components/global/create-stateful-context.d.ts +1 -1
  105. package/components/global/create-stateful-context.js +3 -3
  106. package/components/global/focus-sensor-hoc.js +2 -2
  107. package/components/global/react-dom-renderer.d.ts +1 -1
  108. package/components/global/react-dom-renderer.js +2 -2
  109. package/components/global/rerender-hoc.js +3 -3
  110. package/components/global/theme.js +1 -1
  111. package/components/grid/col.d.ts +1 -1
  112. package/components/grid/col.js +2 -2
  113. package/components/grid/grid.d.ts +1 -1
  114. package/components/grid/grid.js +5 -2
  115. package/components/grid/row.d.ts +1 -1
  116. package/components/grid/row.js +2 -2
  117. package/components/group/group.d.ts +1 -1
  118. package/components/group/group.js +5 -2
  119. package/components/header/header-icon.d.ts +1 -1
  120. package/components/header/header-icon.js +2 -2
  121. package/components/header/header.d.ts +1 -1
  122. package/components/header/header.js +9 -3
  123. package/components/header/links.d.ts +1 -1
  124. package/components/header/links.js +3 -2
  125. package/components/header/logo.d.ts +1 -1
  126. package/components/header/logo.js +3 -3
  127. package/components/header/profile.d.ts +1 -1
  128. package/components/header/profile.js +11 -11
  129. package/components/header/services-link.d.ts +1 -1
  130. package/components/header/services-link.js +1 -1
  131. package/components/header/services.d.ts +1 -1
  132. package/components/header/services.js +8 -8
  133. package/components/header/smart-profile.d.ts +1 -1
  134. package/components/header/smart-profile.js +2 -2
  135. package/components/header/smart-services.d.ts +1 -1
  136. package/components/header/smart-services.js +2 -2
  137. package/components/header/tray.d.ts +1 -1
  138. package/components/header/tray.js +3 -3
  139. package/components/heading/heading.js +9 -6
  140. package/components/i18n/i18n-context.js +2 -2
  141. package/components/icon/icon.d.ts +1 -1
  142. package/components/icon/icon.js +4 -4
  143. package/components/icon/icon__svg.d.ts +1 -1
  144. package/components/icon/icon__svg.js +1 -1
  145. package/components/icon/index.js +1 -1
  146. package/components/input/input.d.ts +1 -1
  147. package/components/input/input.js +1 -1
  148. package/components/island/adaptive-island-hoc.d.ts +2 -2
  149. package/components/island/adaptive-island-hoc.js +4 -4
  150. package/components/island/content.d.ts +1 -1
  151. package/components/island/content.js +6 -6
  152. package/components/island/header.d.ts +1 -1
  153. package/components/island/header.js +5 -5
  154. package/components/island/island.d.ts +3 -3
  155. package/components/island/island.js +5 -2
  156. package/components/link/clickableLink.d.ts +1 -1
  157. package/components/link/clickableLink.js +2 -2
  158. package/components/link/link.d.ts +4 -4
  159. package/components/link/link.js +3 -3
  160. package/components/list/list.d.ts +6 -6
  161. package/components/list/list.js +20 -21
  162. package/components/list/list__custom.d.ts +1 -1
  163. package/components/list/list__custom.js +2 -2
  164. package/components/list/list__hint.d.ts +1 -1
  165. package/components/list/list__hint.js +6 -2
  166. package/components/list/list__item.d.ts +1 -1
  167. package/components/list/list__item.js +19 -15
  168. package/components/list/list__link.d.ts +1 -1
  169. package/components/list/list__link.js +6 -2
  170. package/components/list/list__separator.d.ts +1 -1
  171. package/components/list/list__separator.js +2 -2
  172. package/components/list/list__title.d.ts +1 -1
  173. package/components/list/list__title.js +4 -4
  174. package/components/list/list__users-groups-source.js +1 -1
  175. package/components/loader/loader.d.ts +1 -1
  176. package/components/loader/loader.js +8 -2
  177. package/components/loader-inline/loader-inline.d.ts +1 -1
  178. package/components/loader-inline/loader-inline.js +7 -4
  179. package/components/loader-screen/loader-screen.d.ts +1 -1
  180. package/components/loader-screen/loader-screen.js +6 -3
  181. package/components/login-dialog/login-dialog.d.ts +1 -1
  182. package/components/login-dialog/login-dialog.js +6 -6
  183. package/components/login-dialog/service.js +3 -3
  184. package/components/markdown/markdown.d.ts +1 -1
  185. package/components/markdown/markdown.js +5 -2
  186. package/components/message/message.d.ts +1 -1
  187. package/components/message/message.js +14 -11
  188. package/components/old-browsers-message/white-list.js +2 -2
  189. package/components/pager/pager.d.ts +5 -5
  190. package/components/pager/pager.js +21 -21
  191. package/components/panel/panel.d.ts +1 -1
  192. package/components/panel/panel.js +5 -2
  193. package/components/popup/popup.d.ts +2 -2
  194. package/components/popup/popup.js +9 -11
  195. package/components/popup/popup.target.js +3 -3
  196. package/components/popup-menu/popup-menu.d.ts +1 -1
  197. package/components/popup-menu/popup-menu.js +6 -3
  198. package/components/progress-bar/progress-bar.d.ts +1 -1
  199. package/components/progress-bar/progress-bar.js +6 -3
  200. package/components/query-assist/query-assist.d.ts +2 -2
  201. package/components/query-assist/query-assist.js +20 -22
  202. package/components/query-assist/query-assist__suggestions.d.ts +1 -1
  203. package/components/query-assist/query-assist__suggestions.js +1 -1
  204. package/components/radio/radio.d.ts +1 -1
  205. package/components/radio/radio.js +5 -2
  206. package/components/radio/radio__item.d.ts +1 -1
  207. package/components/radio/radio__item.js +8 -8
  208. package/components/scrollable-section/scrollable-section.d.ts +1 -1
  209. package/components/scrollable-section/scrollable-section.js +2 -2
  210. package/components/select/select.d.ts +3 -3
  211. package/components/select/select.js +35 -34
  212. package/components/select/select__filter.d.ts +1 -1
  213. package/components/select/select__filter.js +1 -1
  214. package/components/select/select__popup.d.ts +7 -7
  215. package/components/select/select__popup.js +18 -18
  216. package/components/shortcuts/shortcuts-hoc.d.ts +2 -2
  217. package/components/shortcuts/shortcuts-hoc.js +3 -3
  218. package/components/slider/slider.js +9 -10
  219. package/components/storage/storage.js +1 -1
  220. package/components/storage/storage__local.js +1 -1
  221. package/components/style.css +1 -1
  222. package/components/tab-trap/tab-trap.js +5 -5
  223. package/components/table/cell.d.ts +1 -1
  224. package/components/table/cell.js +2 -2
  225. package/components/table/disable-hover-hoc.d.ts +2 -2
  226. package/components/table/disable-hover-hoc.js +2 -2
  227. package/components/table/header-cell.d.ts +1 -1
  228. package/components/table/header-cell.js +5 -5
  229. package/components/table/header.d.ts +2 -2
  230. package/components/table/header.js +8 -8
  231. package/components/table/multitable.d.ts +1 -1
  232. package/components/table/multitable.js +2 -2
  233. package/components/table/row-with-focus-sensor.d.ts +1 -1
  234. package/components/table/row-with-focus-sensor.js +2 -2
  235. package/components/table/row.d.ts +1 -1
  236. package/components/table/row.js +12 -12
  237. package/components/table/selection-shortcuts-hoc.js +2 -2
  238. package/components/table/simple-table.d.ts +1 -1
  239. package/components/table/simple-table.js +2 -2
  240. package/components/table/smart-table.d.ts +1 -1
  241. package/components/table/smart-table.js +2 -2
  242. package/components/table/table.d.ts +4 -4
  243. package/components/table/table.js +17 -14
  244. package/components/tabs/collapsible-more.d.ts +3 -3
  245. package/components/tabs/collapsible-more.js +8 -8
  246. package/components/tabs/collapsible-tab.d.ts +1 -1
  247. package/components/tabs/collapsible-tab.js +3 -3
  248. package/components/tabs/collapsible-tabs.d.ts +2 -2
  249. package/components/tabs/collapsible-tabs.js +6 -6
  250. package/components/tabs/dumb-tabs.d.ts +2 -3
  251. package/components/tabs/dumb-tabs.js +6 -6
  252. package/components/tabs/smart-tabs.d.ts +1 -1
  253. package/components/tabs/smart-tabs.js +2 -2
  254. package/components/tabs/tab-link.d.ts +1 -1
  255. package/components/tabs/tab-link.js +1 -1
  256. package/components/tabs/tab.d.ts +1 -1
  257. package/components/tabs/tab.js +2 -2
  258. package/components/tabs/tabs.js +1 -1
  259. package/components/tag/tag.d.ts +5 -5
  260. package/components/tag/tag.js +12 -9
  261. package/components/tags-input/tags-input.d.ts +1 -1
  262. package/components/tags-input/tags-input.js +5 -5
  263. package/components/tags-list/tags-list.d.ts +2 -2
  264. package/components/tags-list/tags-list.js +2 -2
  265. package/components/text/text.d.ts +1 -1
  266. package/components/text/text.js +2 -2
  267. package/components/toggle/toggle.d.ts +1 -1
  268. package/components/toggle/toggle.js +9 -9
  269. package/components/tooltip/tooltip.d.ts +1 -1
  270. package/components/tooltip/tooltip.js +6 -6
  271. package/components/user-agreement/service.js +7 -7
  272. package/components/user-agreement/user-agreement.d.ts +1 -1
  273. package/components/user-agreement/user-agreement.js +13 -13
  274. package/components/user-card/card.d.ts +1 -1
  275. package/components/user-card/card.js +1 -1
  276. package/components/user-card/smart-user-card-tooltip.d.ts +2 -2
  277. package/components/user-card/smart-user-card-tooltip.js +4 -4
  278. package/components/user-card/tooltip.d.ts +2 -2
  279. package/components/user-card/tooltip.js +4 -4
  280. package/components/user-card/user-card.js +1 -1
  281. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
1
2
  import Link from '../link/link.js';
2
3
  import Tag from '../tag/tag.js';
3
- import { jsxs, jsx } from 'react/jsx-runtime';
4
4
  import '../_helpers/_rollupPluginBabelHelpers.js';
5
5
  import 'react';
6
6
  import 'classnames';
@@ -24,8 +24,8 @@ import '../_helpers/button__classes.js';
24
24
 
25
25
  const items = [{
26
26
  id: 1,
27
- title: /*#__PURE__*/jsxs("span", {
28
- children: [/*#__PURE__*/jsx("strong", {
27
+ title: jsxs("span", {
28
+ children: [jsx("strong", {
29
29
  children: "Assigner"
30
30
  }), " in 60 projects"]
31
31
  }),
@@ -39,35 +39,35 @@ const items = [{
39
39
  items: [{
40
40
  id: 111,
41
41
  selectable: true,
42
- title: /*#__PURE__*/jsx(Link, {
42
+ title: jsx(Link, {
43
43
  href: "#",
44
44
  children: "TeamCity"
45
45
  })
46
46
  }, {
47
47
  id: 112,
48
48
  selectable: true,
49
- title: /*#__PURE__*/jsx(Link, {
49
+ title: jsx(Link, {
50
50
  href: "#",
51
51
  children: "YouTrack"
52
52
  })
53
53
  }, {
54
54
  id: 113,
55
55
  selectable: true,
56
- title: /*#__PURE__*/jsx(Link, {
56
+ title: jsx(Link, {
57
57
  href: "#",
58
58
  children: "Sandbox"
59
59
  })
60
60
  }, {
61
61
  id: 114,
62
62
  selectable: true,
63
- title: /*#__PURE__*/jsx(Link, {
63
+ title: jsx(Link, {
64
64
  href: "#",
65
65
  children: "Exception Analyzer"
66
66
  })
67
67
  }, {
68
68
  id: 115,
69
69
  selectable: true,
70
- title: /*#__PURE__*/jsx(Link, {
70
+ title: jsx(Link, {
71
71
  href: "#",
72
72
  children: "MPS"
73
73
  })
@@ -75,8 +75,8 @@ const items = [{
75
75
  }]
76
76
  }, {
77
77
  id: 2,
78
- title: /*#__PURE__*/jsxs("span", {
79
- children: [/*#__PURE__*/jsx("strong", {
78
+ title: jsxs("span", {
79
+ children: [jsx("strong", {
80
80
  children: "Code Reviewer"
81
81
  }), " in 5 projects"]
82
82
  }),
@@ -85,13 +85,13 @@ const items = [{
85
85
  items: [{
86
86
  id: 21,
87
87
  selectable: true,
88
- title: /*#__PURE__*/jsxs("span", {
89
- children: [/*#__PURE__*/jsx(Link, {
88
+ title: jsxs("span", {
89
+ children: [jsx(Link, {
90
90
  href: "#",
91
91
  children: "JetProfile"
92
- }), /*#__PURE__*/jsx("span", {
92
+ }), jsx("span", {
93
93
  children: " "
94
- }), /*#__PURE__*/jsx(Tag, {
94
+ }), jsx(Tag, {
95
95
  children: "duplicate"
96
96
  })]
97
97
  })
@@ -102,35 +102,35 @@ const items = [{
102
102
  items: [{
103
103
  id: 221,
104
104
  collapsible: true,
105
- title: /*#__PURE__*/jsx(Link, {
105
+ title: jsx(Link, {
106
106
  href: "#",
107
107
  children: "TeamCity"
108
108
  })
109
109
  }, {
110
110
  id: 222,
111
111
  collapsible: true,
112
- title: /*#__PURE__*/jsx(Link, {
112
+ title: jsx(Link, {
113
113
  href: "#",
114
114
  children: "YouTrack"
115
115
  })
116
116
  }, {
117
117
  id: 223,
118
118
  collapsible: true,
119
- title: /*#__PURE__*/jsx(Link, {
119
+ title: jsx(Link, {
120
120
  href: "#",
121
121
  children: "Sandbox"
122
122
  })
123
123
  }, {
124
124
  id: 224,
125
125
  collapsible: true,
126
- title: /*#__PURE__*/jsx(Link, {
126
+ title: jsx(Link, {
127
127
  href: "#",
128
128
  children: "Exception Analyzer"
129
129
  })
130
130
  }, {
131
131
  id: 225,
132
132
  collapsible: true,
133
- title: /*#__PURE__*/jsx(Link, {
133
+ title: jsx(Link, {
134
134
  href: "#",
135
135
  children: "MPS"
136
136
  })
@@ -138,19 +138,19 @@ const items = [{
138
138
  }, {
139
139
  id: 23,
140
140
  collapsible: true,
141
- title: /*#__PURE__*/jsxs("span", {
142
- children: [/*#__PURE__*/jsx(Link, {
141
+ title: jsxs("span", {
142
+ children: [jsx(Link, {
143
143
  href: "#",
144
144
  children: "CustomJDK"
145
- }), /*#__PURE__*/jsx("span", {
145
+ }), jsx("span", {
146
146
  children: ": as a member of ide-developers"
147
147
  })]
148
148
  })
149
149
  }]
150
150
  }, {
151
151
  id: 3,
152
- title: /*#__PURE__*/jsxs("span", {
153
- children: [/*#__PURE__*/jsx("strong", {
152
+ title: jsxs("span", {
153
+ children: [jsx("strong", {
154
154
  children: "Code Viewer"
155
155
  }), " in 5 projects"]
156
156
  }),
@@ -159,30 +159,30 @@ const items = [{
159
159
  items: [{
160
160
  id: 31,
161
161
  collapsible: true,
162
- title: /*#__PURE__*/jsxs("span", {
163
- children: [/*#__PURE__*/jsx(Link, {
162
+ title: jsxs("span", {
163
+ children: [jsx(Link, {
164
164
  href: "#",
165
165
  children: "ide-frontend"
166
- }), /*#__PURE__*/jsx("span", {
166
+ }), jsx("span", {
167
167
  children: ": as a member of ide-developers"
168
168
  })]
169
169
  })
170
170
  }, {
171
171
  id: 32,
172
172
  collapsible: true,
173
- title: /*#__PURE__*/jsxs("span", {
174
- children: [/*#__PURE__*/jsx(Link, {
173
+ title: jsxs("span", {
174
+ children: [jsx(Link, {
175
175
  href: "#",
176
176
  children: "ide-frontend"
177
- }), /*#__PURE__*/jsx("span", {
177
+ }), jsx("span", {
178
178
  children: ": as a member of ide-frontend Code Viewers"
179
179
  })]
180
180
  })
181
181
  }]
182
182
  }, {
183
183
  id: 4,
184
- title: /*#__PURE__*/jsxs("span", {
185
- children: [/*#__PURE__*/jsx("strong", {
184
+ title: jsxs("span", {
185
+ children: [jsx("strong", {
186
186
  children: "Commenter"
187
187
  }), " in 12 projects"]
188
188
  }),
@@ -190,22 +190,22 @@ const items = [{
190
190
  items: [{
191
191
  id: 41,
192
192
  collapsible: true,
193
- title: /*#__PURE__*/jsxs("span", {
194
- children: [/*#__PURE__*/jsx(Link, {
193
+ title: jsxs("span", {
194
+ children: [jsx(Link, {
195
195
  href: "#",
196
196
  children: "Intellij IDEA"
197
- }), /*#__PURE__*/jsx("span", {
197
+ }), jsx("span", {
198
198
  children: ": as a member of Registered Users"
199
199
  })]
200
200
  })
201
201
  }, {
202
202
  id: 42,
203
203
  collapsible: true,
204
- title: /*#__PURE__*/jsxs("span", {
205
- children: [/*#__PURE__*/jsx(Link, {
204
+ title: jsxs("span", {
205
+ children: [jsx(Link, {
206
206
  href: "#",
207
207
  children: "YouTrack Backlog"
208
- }), /*#__PURE__*/jsx("span", {
208
+ }), jsx("span", {
209
209
  children: ": as a member of jetbrains-team"
210
210
  })]
211
211
  })
@@ -213,12 +213,12 @@ const items = [{
213
213
  }, {
214
214
  id: 5,
215
215
  collapsible: true,
216
- title: /*#__PURE__*/jsxs("span", {
217
- children: [/*#__PURE__*/jsx("strong", {
216
+ title: jsxs("span", {
217
+ children: [jsx("strong", {
218
218
  children: "Developer"
219
- }), /*#__PURE__*/jsx("span", {
219
+ }), jsx("span", {
220
220
  children: " in 57 projects "
221
- }), /*#__PURE__*/jsx(Tag, {
221
+ }), jsx(Tag, {
222
222
  children: "team role"
223
223
  })]
224
224
  }),
@@ -226,7 +226,7 @@ const items = [{
226
226
  id: 51,
227
227
  selectable: true,
228
228
  collapsible: true,
229
- title: /*#__PURE__*/jsx(Link, {
229
+ title: jsx(Link, {
230
230
  href: "#",
231
231
  children: "Wasabi"
232
232
  })
@@ -234,22 +234,22 @@ const items = [{
234
234
  }, {
235
235
  id: 6,
236
236
  collapsible: true,
237
- title: /*#__PURE__*/jsxs("span", {
238
- children: [/*#__PURE__*/jsx("strong", {
237
+ title: jsxs("span", {
238
+ children: [jsx("strong", {
239
239
  children: "Git Hosting Admin"
240
- }), /*#__PURE__*/jsx("span", {
240
+ }), jsx("span", {
241
241
  children: " in project "
242
- }), /*#__PURE__*/jsx(Link, {
242
+ }), jsx(Link, {
243
243
  href: "#",
244
244
  children: "Hackathon 2016"
245
- }), /*#__PURE__*/jsx("span", {
245
+ }), jsx("span", {
246
246
  children: ": as a member of jetbrains-team"
247
247
  })]
248
248
  })
249
249
  }, {
250
250
  id: 7,
251
- title: /*#__PURE__*/jsxs("span", {
252
- children: [/*#__PURE__*/jsx("strong", {
251
+ title: jsxs("span", {
252
+ children: [jsx("strong", {
253
253
  children: "Git Hosting Checkout"
254
254
  }), " in 7 projects"]
255
255
  }),
@@ -260,13 +260,13 @@ const moreItems = [{
260
260
  id: 91,
261
261
  selectable: true,
262
262
  collapsible: true,
263
- title: /*#__PURE__*/jsxs("span", {
264
- children: [/*#__PURE__*/jsx(Link, {
263
+ title: jsxs("span", {
264
+ children: [jsx(Link, {
265
265
  href: "#",
266
266
  children: "More item 1"
267
- }), /*#__PURE__*/jsx("span", {
267
+ }), jsx("span", {
268
268
  children: " "
269
- }), /*#__PURE__*/jsx(Tag, {
269
+ }), jsx(Tag, {
270
270
  children: "duplicate"
271
271
  })]
272
272
  })
@@ -274,13 +274,13 @@ const moreItems = [{
274
274
  id: 92,
275
275
  selectable: true,
276
276
  collapsible: true,
277
- title: /*#__PURE__*/jsxs("span", {
278
- children: [/*#__PURE__*/jsx(Link, {
277
+ title: jsxs("span", {
278
+ children: [jsx(Link, {
279
279
  href: "#",
280
280
  children: "More item 2"
281
- }), /*#__PURE__*/jsx("span", {
281
+ }), jsx("span", {
282
282
  children: " "
283
- }), /*#__PURE__*/jsx(Tag, {
283
+ }), jsx(Tag, {
284
284
  children: "duplicate"
285
285
  })]
286
286
  })
@@ -45,6 +45,6 @@ export default class Item<T extends SelectionItem> extends PureComponent<ItemPro
45
45
  onShowLess: () => void;
46
46
  onFocus: () => void;
47
47
  onSelect: (selected: boolean) => void;
48
- renderItem: (model: T, parentShift: number) => import("react").JSX.Element;
49
- render(): import("react").JSX.Element;
48
+ renderItem: (model: T, parentShift: number) => import("react/jsx-runtime").JSX.Element;
49
+ render(): import("react/jsx-runtime").JSX.Element;
50
50
  }
@@ -1,5 +1,6 @@
1
1
  import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/web.dom-collections.iterator.js';
3
+ import { jsx, jsxs } from 'react/jsx-runtime';
3
4
  import { PureComponent } from 'react';
4
5
  import chevronRightIcon from '@jetbrains/icons/chevron-right';
5
6
  import chevronDownIcon from '@jetbrains/icons/chevron-down';
@@ -8,7 +9,6 @@ import Text from '../text/text.js';
8
9
  import LoaderInline from '../loader-inline/loader-inline.js';
9
10
  import { Button } from '../button/button.js';
10
11
  import { s as styles, T as Title } from '../_helpers/title.js';
11
- import { jsx, jsxs } from 'react/jsx-runtime';
12
12
  import 'classnames';
13
13
  import '../global/data-tests.js';
14
14
  import '../link/clickableLink.js';
@@ -81,7 +81,7 @@ class Item extends PureComponent {
81
81
  itemFormatter
82
82
  } = this.props;
83
83
  const item = itemFormatter(model);
84
- return /*#__PURE__*/jsx(Item, {
84
+ return jsx(Item, {
85
85
  item: model,
86
86
  title: item.title,
87
87
  items: item.items,
@@ -118,21 +118,21 @@ class Item extends PureComponent {
118
118
  } = this.props;
119
119
  let moreLessButton;
120
120
  if (showMoreLessButton === moreLessButtonStates.MORE || showMoreLessButton === moreLessButtonStates.MORE_LOADING) {
121
- moreLessButton = /*#__PURE__*/jsxs(Text, {
121
+ moreLessButton = jsxs(Text, {
122
122
  info: true,
123
- children: [/*#__PURE__*/jsx(Link, {
123
+ children: [jsx(Link, {
124
124
  inherit: true,
125
125
  pseudo: true,
126
126
  onClick: this.onShowMore,
127
127
  children: 'Show more'
128
- }), showMoreLessButton === moreLessButtonStates.MORE_LOADING && /*#__PURE__*/jsx(LoaderInline, {
128
+ }), showMoreLessButton === moreLessButtonStates.MORE_LOADING && jsx(LoaderInline, {
129
129
  className: styles.showMoreLoader
130
130
  })]
131
131
  });
132
132
  } else if (showMoreLessButton === moreLessButtonStates.LESS) {
133
- moreLessButton = /*#__PURE__*/jsx(Text, {
133
+ moreLessButton = jsx(Text, {
134
134
  info: true,
135
- children: /*#__PURE__*/jsx(Link, {
135
+ children: jsx(Link, {
136
136
  inherit: true,
137
137
  pseudo: true,
138
138
  onClick: this.onShowLess,
@@ -143,7 +143,7 @@ class Item extends PureComponent {
143
143
  let collapserExpander = null;
144
144
  if (collapsible) {
145
145
  if (collapsed) {
146
- collapserExpander = /*#__PURE__*/jsx(Button, {
146
+ collapserExpander = jsx(Button, {
147
147
  title: "Expand",
148
148
  onClick: onExpand,
149
149
  icon: chevronRightIcon,
@@ -152,7 +152,7 @@ class Item extends PureComponent {
152
152
  "data-test": "ring-data-list-expand"
153
153
  });
154
154
  } else {
155
- collapserExpander = /*#__PURE__*/jsx(Button, {
155
+ collapserExpander = jsx(Button, {
156
156
  title: "Collapse",
157
157
  onClick: onCollapse,
158
158
  icon: chevronDownIcon,
@@ -164,8 +164,8 @@ class Item extends PureComponent {
164
164
  }
165
165
  const itemIsEmpty = !(items !== null && items !== void 0 && items.length) || collapsible && collapsed;
166
166
  const offset = level * LIST_LEFT_OFFSET + ITEM_LEFT_OFFSET + parentShift;
167
- return /*#__PURE__*/jsxs("li", {
168
- children: [/*#__PURE__*/jsx(Title, {
167
+ return jsxs("li", {
168
+ children: [jsx(Title, {
169
169
  title: title,
170
170
  focused: showFocus,
171
171
  showFocus: showFocus,
@@ -175,9 +175,9 @@ class Item extends PureComponent {
175
175
  onFocus: this.onFocus,
176
176
  onSelect: this.onSelect,
177
177
  offset: offset
178
- }), !itemIsEmpty ? /*#__PURE__*/jsxs("ul", {
178
+ }), !itemIsEmpty ? jsxs("ul", {
179
179
  className: styles.itemContent,
180
- children: [items.map(model => this.renderItem(model, parentShift)), showMoreLessButton !== moreLessButtonStates.UNUSED ? /*#__PURE__*/jsx("li", {
180
+ children: [items.map(model => this.renderItem(model, parentShift)), showMoreLessButton !== moreLessButtonStates.UNUSED ? jsx("li", {
181
181
  className: styles.showMore,
182
182
  children: moreLessButton
183
183
  }) : null]
@@ -20,7 +20,7 @@ declare class Title extends PureComponent<TitleProps> {
20
20
  onCheckboxFocus: () => void;
21
21
  onCheckboxChange: () => void;
22
22
  toggleSelection(): void;
23
- render(): import("react").JSX.Element;
23
+ render(): import("react/jsx-runtime").JSX.Element;
24
24
  }
25
25
  declare const _default: import("react").ComponentType<import("../global/focus-sensor-hoc").FocusSensorProps<TitleProps, HTMLDivElement, typeof Title>>;
26
26
  export default _default;
@@ -1,12 +1,12 @@
1
1
  import '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/web.dom-collections.iterator.js';
3
+ import 'react/jsx-runtime';
3
4
  import 'react';
4
5
  import 'classnames';
5
6
  import '../global/focus-sensor-hoc.js';
6
7
  import '../checkbox/checkbox.js';
7
8
  import '../global/get-uid.js';
8
9
  export { T as default } from '../_helpers/title.js';
9
- import 'react/jsx-runtime';
10
10
  import '../global/composeRefs.js';
11
11
  import 'memoize-one';
12
12
  import '@jetbrains/icons/checkmark-12px';
@@ -24,5 +24,5 @@ export default class DateInput extends React.PureComponent<DateInputProps> {
24
24
  updateInput({ text, active }: UpdateInputConfig): void;
25
25
  handleChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
26
26
  handleKeyDown: (e: React.KeyboardEvent) => void;
27
- render(): React.JSX.Element;
27
+ render(): import("react/jsx-runtime").JSX.Element;
28
28
  }
@@ -2,13 +2,13 @@ import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/es.regexp.exec.js';
3
3
  import 'core-js/modules/es.string.replace.js';
4
4
  import 'core-js/modules/web.dom-collections.iterator.js';
5
+ import { jsx } from 'react/jsx-runtime';
5
6
  import * as React from 'react';
6
7
  import classNames from 'classnames';
7
8
  import { I as Input } from '../_helpers/input.js';
8
9
  import { ControlsHeight } from '../global/controls-height.js';
9
10
  import { I18nContext } from '../i18n/i18n-context.js';
10
11
  import { s as styles } from '../_helpers/date-picker.js';
11
- import { jsx } from 'react/jsx-runtime';
12
12
  import '@jetbrains/icons/close-12px';
13
13
  import '../button/button.js';
14
14
  import '@jetbrains/icons/chevron-down';
@@ -123,7 +123,7 @@ class DateInput extends React.PureComponent {
123
123
  }
124
124
  })();
125
125
  const classes = classNames(styles.filter, styles["".concat(name, "Input")], divider && styles["".concat(name, "InputWithDivider")], 'ring-js-shortcuts');
126
- return /*#__PURE__*/jsx(Input, {
126
+ return jsx(Input, {
127
127
  autoComplete: "off",
128
128
  borderless: true,
129
129
  height: ControlsHeight.L,
@@ -45,6 +45,6 @@ export default class DatePicker extends PureComponent<DatePickerProps> {
45
45
  parse: (arg: string | number | Date | null | undefined) => Date | null;
46
46
  formatTime(): string | null;
47
47
  getAnchorText: () => string;
48
- render(): React.JSX.Element;
48
+ render(): import("react/jsx-runtime").JSX.Element;
49
49
  }
50
50
  export type DatePickerAttrs = JSX.LibraryManagedAttributes<typeof DatePicker, DatePickerProps>;
@@ -1,5 +1,6 @@
1
1
  import { _ as _defineProperty, a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/web.dom-collections.iterator.js';
3
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
4
  import { PureComponent } from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { format } from 'date-fns/format';
@@ -22,7 +23,6 @@ import { I18nContext } from '../i18n/i18n-context.js';
22
23
  import DatePopup from './date-popup.js';
23
24
  import { s as styles } from '../_helpers/date-picker.js';
24
25
  import formats from './formats.js';
25
- import { jsxs, jsx } from 'react/jsx-runtime';
26
26
  import 'core-js/modules/es.regexp.exec.js';
27
27
  import 'core-js/modules/es.string.replace.js';
28
28
  import 'react-dom';
@@ -102,14 +102,14 @@ const PopupComponent = _ref => {
102
102
  onComplete
103
103
  } = _ref,
104
104
  restProps = _objectWithoutProperties(_ref, _excluded);
105
- return /*#__PURE__*/jsx(Popup, _objectSpread2(_objectSpread2({
105
+ return jsx(Popup, _objectSpread2(_objectSpread2({
106
106
  hidden: hidden,
107
107
  className: className,
108
108
  ref: popupRef,
109
109
  directions: [Popup.PopupProps.Directions.BOTTOM_RIGHT, Popup.PopupProps.Directions.BOTTOM_LEFT, Popup.PopupProps.Directions.TOP_LEFT, Popup.PopupProps.Directions.TOP_RIGHT]
110
110
  }, restProps), {}, {
111
111
  trapFocus: true,
112
- children: /*#__PURE__*/jsx(DatePopup, _objectSpread2(_objectSpread2({
112
+ children: jsx(DatePopup, _objectSpread2(_objectSpread2({
113
113
  onClear: onClear
114
114
  }, datePopupProps), {}, {
115
115
  onComplete: onComplete
@@ -224,12 +224,12 @@ class DatePicker extends PureComponent {
224
224
  }
225
225
  render() {
226
226
  var _this$props$disabled, _this$props$disabled2;
227
- const anchorContent = /*#__PURE__*/jsxs("div", {
227
+ const anchorContent = jsxs("div", {
228
228
  className: styles.anchorContent,
229
- children: [/*#__PURE__*/jsx(Icon, {
229
+ children: [jsx(Icon, {
230
230
  glyph: calendarIcon,
231
231
  className: styles.calendarIcon
232
- }), this.getAnchorText(), /*#__PURE__*/jsx(Icon, {
232
+ }), this.getAnchorText(), jsx(Icon, {
233
233
  glyph: chevronDownIcon,
234
234
  className: styles.chevronDownIcon
235
235
  })]
@@ -247,17 +247,17 @@ class DatePicker extends PureComponent {
247
247
  const classes = classNames(styles.datePicker, className, styles["size".concat(this.props.size)], {
248
248
  [styles.inline]: inline
249
249
  });
250
- return /*#__PURE__*/jsx(Dropdown, _objectSpread2(_objectSpread2({
250
+ return jsx(Dropdown, _objectSpread2(_objectSpread2({
251
251
  className: classes,
252
252
  disabled: this.props.disabled,
253
253
  "data-test": "ring-date-picker",
254
- anchor: inline ? /*#__PURE__*/jsx(Link, {
254
+ anchor: inline ? jsx(Link, {
255
255
  "data-test-ring-dropdown-anchor": true,
256
256
  className: styles.anchor,
257
257
  disabled: (_this$props$disabled = this.props.disabled) !== null && _this$props$disabled !== void 0 ? _this$props$disabled : false,
258
258
  pseudo: true,
259
259
  children: this.getAnchorText()
260
- }) : /*#__PURE__*/jsx(Button, _objectSpread2(_objectSpread2({
260
+ }) : jsx(Button, _objectSpread2(_objectSpread2({
261
261
  "data-test-ring-dropdown-anchor": true,
262
262
  className: styles.anchor,
263
263
  inline: false,
@@ -266,7 +266,7 @@ class DatePicker extends PureComponent {
266
266
  children: anchorContent
267
267
  }))
268
268
  }, dropdownProps), {}, {
269
- children: /*#__PURE__*/jsx(PopupComponent, {
269
+ children: jsx(PopupComponent, {
270
270
  className: popupClassName,
271
271
  popupRef: this.popupRef,
272
272
  onClear: clear ? this.clear : null,
@@ -30,5 +30,5 @@ export default class DatePopup extends Component<DatePopupProps, DatePopupState>
30
30
  selectHandler: (date: Date) => void;
31
31
  handleScroll: (scrollDate: number) => void;
32
32
  onClear: (e: React.MouseEvent<HTMLButtonElement>) => void;
33
- render(): React.JSX.Element;
33
+ render(): import("react/jsx-runtime").JSX.Element;
34
34
  }
@@ -1,4 +1,5 @@
1
1
  import { _ as _defineProperty, b as _objectSpread2, a as _objectWithoutProperties } from '../_helpers/_rollupPluginBabelHelpers.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
3
  import * as React from 'react';
3
4
  import { Component, createElement } from 'react';
4
5
  import { isAfter } from 'date-fns/isAfter';
@@ -13,7 +14,6 @@ import Years from './years.js';
13
14
  import Weekdays from './weekdays.js';
14
15
  import { parseTime } from './consts.js';
15
16
  import { s as styles } from '../_helpers/date-picker.js';
16
- import { jsxs, jsx } from 'react/jsx-runtime';
17
17
  import 'core-js/modules/web.dom-collections.iterator.js';
18
18
  import 'core-js/modules/es.regexp.exec.js';
19
19
  import 'core-js/modules/es.string.replace.js';
@@ -367,11 +367,11 @@ class DatePopup extends Component {
367
367
  onScrollChange: this.scrollTo
368
368
  });
369
369
  const clearable = Boolean(this.props.onClear);
370
- return /*#__PURE__*/jsxs("div", {
370
+ return jsxs("div", {
371
371
  className: styles.datePopup,
372
372
  "data-test": "ring-date-popup",
373
373
  ref: this.componentRef,
374
- children: [/*#__PURE__*/jsxs("div", {
374
+ children: [jsxs("div", {
375
375
  className: styles.filterWrapper,
376
376
  children: [names.map(name => {
377
377
  let onClear;
@@ -390,7 +390,7 @@ class DatePopup extends Component {
390
390
  onClear: onClear,
391
391
  locale: locale
392
392
  }));
393
- }), this.isInTimeMode() ? /*#__PURE__*/createElement(DateInput, _objectSpread2(_objectSpread2({}, this.props), {}, {
393
+ }), this.isInTimeMode() ? (/*#__PURE__*/createElement(DateInput, _objectSpread2(_objectSpread2({}, this.props), {}, {
394
394
  text: this.state.text,
395
395
  divider: !!parsedDate,
396
396
  hoverDate: null,
@@ -404,16 +404,16 @@ class DatePopup extends Component {
404
404
  onConfirm: this.handleConfirm('time'),
405
405
  onClear: clearable && this.onClear || undefined,
406
406
  locale: locale
407
- })) : '']
408
- }), /*#__PURE__*/jsx(Weekdays, {
407
+ }))) : '']
408
+ }), jsx(Weekdays, {
409
409
  locale: locale
410
- }), /*#__PURE__*/jsxs("div", {
410
+ }), jsxs("div", {
411
411
  className: styles.calendar,
412
- children: [/*#__PURE__*/jsx(Months, _objectSpread2(_objectSpread2({}, calendarProps), {}, {
412
+ children: [jsx(Months, _objectSpread2(_objectSpread2({}, calendarProps), {}, {
413
413
  onHover: this.hoverHandler,
414
414
  onSelect: this.selectHandler,
415
415
  locale: locale
416
- })), /*#__PURE__*/jsx(Years, _objectSpread2({}, calendarProps))]
416
+ })), jsx(Years, _objectSpread2({}, calendarProps))]
417
417
  }), this.props.renderAfterCalendar && this.props.renderAfterCalendar(this.state)]
418
418
  });
419
419
  }
@@ -13,5 +13,5 @@ export default class Day extends Component<DayProps> {
13
13
  inRange: (range: [Date, Date] | null) => boolean | null;
14
14
  isDisabled: (date: Date) => boolean;
15
15
  parse(text: string | null | undefined): Date | null;
16
- render(): import("react").JSX.Element;
16
+ render(): import("react/jsx-runtime").JSX.Element;
17
17
  }
@@ -1,5 +1,6 @@
1
1
  import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
2
2
  import 'core-js/modules/web.dom-collections.iterator.js';
3
+ import { jsx } from 'react/jsx-runtime';
3
4
  import { Component } from 'react';
4
5
  import classNames from 'classnames';
5
6
  import { addDays } from 'date-fns/addDays';
@@ -13,7 +14,6 @@ import { isToday } from 'date-fns/isToday';
13
14
  import { startOfDay } from 'date-fns/startOfDay';
14
15
  import { getDayNumInWeek, weekdays } from './consts.js';
15
16
  import { s as styles } from '../_helpers/date-picker.js';
16
- import { jsx } from 'react/jsx-runtime';
17
17
  import 'core-js/modules/es.regexp.exec.js';
18
18
  import 'date-fns/add';
19
19
 
@@ -65,7 +65,6 @@ class Day extends Component {
65
65
  const disabled = this.isDisabled(day);
66
66
  const activeSpreadRange = makeSpreadRange(activeRange);
67
67
  return (
68
- /*#__PURE__*/
69
68
  // TODO make keyboard navigation actually work
70
69
  jsx("button", {
71
70
  type: "button",
@@ -89,7 +88,7 @@ class Day extends Component {
89
88
  onMouseOut: this.handleMouseOut,
90
89
  onBlur: this.handleMouseOut,
91
90
  disabled: disabled,
92
- children: empty || /*#__PURE__*/jsx("span", {
91
+ children: empty || jsx("span", {
93
92
  className: classNames({
94
93
  [styles.today]: isToday(day)
95
94
  }),
@@ -1,2 +1,2 @@
1
1
  import { MonthsProps } from './consts';
2
- export default function MonthNames(props: MonthsProps): import("react").JSX.Element;
2
+ export default function MonthNames(props: MonthsProps): import("react/jsx-runtime").JSX.Element;