@jetbrains/ring-ui-built 7.0.115 → 8.0.0-beta.3

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 (189) hide show
  1. package/components/_helpers/anchor.js +1 -1
  2. package/components/_helpers/avatar-info.js +1 -1
  3. package/components/_helpers/icon-svg.js +1 -1
  4. package/components/_helpers/legacy-table.js +3 -0
  5. package/components/_helpers/tab-link.js +1 -1
  6. package/components/_helpers/table.js +2 -2
  7. package/components/_helpers/theme.js +49 -37
  8. package/components/alert/alert.js +1 -1
  9. package/components/alert-service/alert-service.js +1 -1
  10. package/components/auth/auth-core.js +1 -1
  11. package/components/auth/auth.js +1 -1
  12. package/components/auth/down-notification.js +1 -1
  13. package/components/auth/iframe-flow.js +1 -1
  14. package/components/auth/storage.js +1 -1
  15. package/components/auth-dialog/auth-dialog.js +1 -1
  16. package/components/auth-dialog-service/auth-dialog-service.js +2 -2
  17. package/components/avatar/avatar-info.js +1 -1
  18. package/components/avatar/avatar.js +1 -1
  19. package/components/avatar/fallback-avatar.js +1 -1
  20. package/components/avatar-stack/avatar-stack.js +1 -1
  21. package/components/banner/banner.js +1 -1
  22. package/components/button/button.js +1 -1
  23. package/components/button-group/button-group.js +1 -1
  24. package/components/checkbox/checkbox.js +1 -1
  25. package/components/clipboard/clipboard.js +1 -1
  26. package/components/collapse/collapse-content.js +5 -5
  27. package/components/collapse/collapse-control.js +5 -5
  28. package/components/collapse/collapse.js +4 -4
  29. package/components/confirm/confirm.js +1 -1
  30. package/components/confirm-service/confirm-service.js +2 -2
  31. package/components/contenteditable/contenteditable.js +1 -1
  32. package/components/control-help/control-help.js +1 -1
  33. package/components/control-label/control-label.js +1 -1
  34. package/components/data-list/data-list.d.ts +4 -4
  35. package/components/data-list/data-list.js +3 -3
  36. package/components/data-list/data-list.mock.d.ts +1 -1
  37. package/components/data-list/data-list.mock.js +1 -1
  38. package/components/data-list/item.d.ts +1 -1
  39. package/components/data-list/item.js +1 -1
  40. package/components/data-list/selection.d.ts +1 -1
  41. package/components/data-list/selection.js +2 -2
  42. package/components/data-list/title.js +1 -1
  43. package/components/date-picker/date-input.js +1 -1
  44. package/components/date-picker/date-picker.js +2 -3
  45. package/components/date-picker/date-popup.js +2 -3
  46. package/components/date-picker/month-names.js +1 -1
  47. package/components/date-picker/month-slider.js +1 -1
  48. package/components/date-picker/month.d.ts +0 -2
  49. package/components/date-picker/month.js +17 -18
  50. package/components/date-picker/months.js +43 -35
  51. package/components/date-picker/use-intersection-observer.js +1 -1
  52. package/components/date-picker/use-scroll-behavior.js +45 -44
  53. package/components/date-picker/weekdays.js +1 -1
  54. package/components/date-picker/years.js +61 -54
  55. package/components/dialog/dialog.d.ts +2 -2
  56. package/components/dialog/dialog.js +3 -3
  57. package/components/dropdown/anchor.js +1 -1
  58. package/components/dropdown/dropdown.js +1 -1
  59. package/components/dropdown-menu/dropdown-menu.d.ts +4 -4
  60. package/components/dropdown-menu/dropdown-menu.js +62 -57
  61. package/components/editable-heading/editable-heading.d.ts +1 -2
  62. package/components/editable-heading/editable-heading.js +13 -12
  63. package/components/error-bubble/error-bubble.js +1 -1
  64. package/components/error-message/error-message.js +1 -1
  65. package/components/expand/collapsible-group.d.ts +5 -1
  66. package/components/expand/collapsible-group.js +15 -14
  67. package/components/footer/footer.js +1 -1
  68. package/components/global/create-stateful-context.js +11 -11
  69. package/components/global/intersection-observer-context.d.ts +26 -0
  70. package/components/global/intersection-observer-context.js +140 -0
  71. package/components/global/rerender-hoc.d.ts +4 -2
  72. package/components/global/rerender-hoc.js +10 -24
  73. package/components/{table/selection.d.ts → global/table-selection.d.ts} +15 -15
  74. package/components/{table/selection.js → global/table-selection.js} +4 -4
  75. package/components/global/theme.d.ts +4 -3
  76. package/components/global/theme.js +1 -1
  77. package/components/header/header-icon.js +1 -1
  78. package/components/header/header.js +1 -1
  79. package/components/header/links.js +1 -1
  80. package/components/header/logo.js +1 -1
  81. package/components/header/profile.js +1 -1
  82. package/components/header/services.js +1 -1
  83. package/components/header/smart-profile.js +1 -1
  84. package/components/header/smart-services.js +1 -1
  85. package/components/heading/heading.js +1 -1
  86. package/components/i18n/i18n-context.js +4 -4
  87. package/components/icon/icon-svg.js +1 -1
  88. package/components/icon/icon.js +1 -1
  89. package/components/icon/index.js +1 -1
  90. package/components/input/input.js +1 -1
  91. package/components/island/adaptive-island-hoc.js +3 -3
  92. package/components/island/content.d.ts +7 -2
  93. package/components/island/content.js +27 -18
  94. package/components/island/header.js +1 -1
  95. package/components/island/island.js +1 -1
  96. package/components/{table → legacy-table}/cell.js +1 -1
  97. package/components/{table → legacy-table}/header-cell.js +4 -4
  98. package/components/{table → legacy-table}/header.js +2 -2
  99. package/components/{table → legacy-table}/multitable.d.ts +1 -1
  100. package/components/{table → legacy-table}/row-with-focus-sensor.js +2 -2
  101. package/components/{table → legacy-table}/row.js +4 -4
  102. package/components/legacy-table/selection-adapter.d.ts +6 -0
  103. package/components/{table → legacy-table}/selection-shortcuts-hoc.d.ts +5 -5
  104. package/components/{table → legacy-table}/simple-table.d.ts +2 -2
  105. package/components/{table → legacy-table}/simple-table.js +4 -4
  106. package/components/{table → legacy-table}/smart-table.d.ts +5 -5
  107. package/components/{table → legacy-table}/smart-table.js +5 -5
  108. package/components/legacy-table/table.d.ts +109 -0
  109. package/components/legacy-table/table.js +369 -0
  110. package/components/list/list-item.js +1 -1
  111. package/components/list/list-users-groups-source.js +1 -1
  112. package/components/list/list.js +1 -1
  113. package/components/login-dialog/login-dialog.js +1 -1
  114. package/components/login-dialog/service.js +2 -2
  115. package/components/message/message.js +1 -1
  116. package/components/old-browsers-message/white-list.js +2 -2
  117. package/components/pager/pager.js +1 -1
  118. package/components/popup/popup.js +1 -1
  119. package/components/popup/popup.target.d.ts +3 -2
  120. package/components/popup/popup.target.js +32 -28
  121. package/components/popup-menu/popup-menu.js +1 -1
  122. package/components/query-assist/query-assist-suggestions.js +1 -1
  123. package/components/query-assist/query-assist.d.ts +3 -1
  124. package/components/query-assist/query-assist.js +2 -2
  125. package/components/radio/radio-item.d.ts +3 -3
  126. package/components/radio/radio-item.js +32 -18
  127. package/components/radio/radio.d.ts +2 -2
  128. package/components/radio/radio.js +2 -2
  129. package/components/scrollable-section/scrollable-section.js +1 -1
  130. package/components/select/chevron-button.js +1 -1
  131. package/components/select/select-filter.js +1 -1
  132. package/components/select/select-popup.js +1 -1
  133. package/components/select/select.d.ts +3 -1
  134. package/components/select/select.js +1 -1
  135. package/components/slider/slider.js +100 -96
  136. package/components/storage/storage-local.js +1 -1
  137. package/components/storage/storage.js +1 -1
  138. package/components/style.css +1 -1
  139. package/components/tab-trap/tab-trap.d.ts +3 -3
  140. package/components/tab-trap/tab-trap.js +83 -80
  141. package/components/table/default-item-renderer.d.ts +36 -0
  142. package/components/table/default-item-renderer.js +182 -0
  143. package/components/table/table-component.d.ts +80 -0
  144. package/components/table/table-component.js +290 -0
  145. package/components/table/table-const.d.ts +8 -0
  146. package/components/table/table-const.js +11 -0
  147. package/components/table/table-primitives.d.ts +28 -0
  148. package/components/table/table-primitives.js +323 -0
  149. package/components/table/table-row-focus.d.ts +4 -0
  150. package/components/table/table-row-focus.js +41 -0
  151. package/components/table/table-virtualize.d.ts +32 -0
  152. package/components/table/table-virtualize.js +329 -0
  153. package/components/table/table.d.ts +206 -104
  154. package/components/table/table.js +19 -362
  155. package/components/tabs/collapsible-more.js +1 -1
  156. package/components/tabs/collapsible-tab.js +1 -1
  157. package/components/tabs/collapsible-tabs.js +1 -1
  158. package/components/tabs/dumb-tabs.js +1 -1
  159. package/components/tabs/smart-tabs.js +1 -1
  160. package/components/tabs/tab-link.js +1 -1
  161. package/components/tabs/tabs.js +1 -1
  162. package/components/tag/tag.js +1 -1
  163. package/components/tags-input/tags-input.d.ts +3 -1
  164. package/components/tags-input/tags-input.js +1 -1
  165. package/components/tags-list/tags-list.js +1 -1
  166. package/components/toggle/toggle.js +1 -1
  167. package/components/tooltip/tooltip.js +2 -2
  168. package/components/upload/upload.d.ts +4 -3
  169. package/components/upload/upload.js +7 -29
  170. package/components/user-agreement/service.js +2 -2
  171. package/components/user-agreement/user-agreement.js +1 -1
  172. package/components/user-card/card.js +1 -1
  173. package/components/user-card/smart-user-card-tooltip.js +1 -1
  174. package/components/user-card/tooltip.js +1 -1
  175. package/components/user-card/user-card.js +1 -1
  176. package/package.json +6 -6
  177. package/components/global/use-event-callback.d.ts +0 -1
  178. package/components/global/use-event-callback.js +0 -44
  179. package/components/table/selection-adapter.d.ts +0 -6
  180. /package/components/{table → legacy-table}/cell.d.ts +0 -0
  181. /package/components/{table → legacy-table}/disable-hover-hoc.d.ts +0 -0
  182. /package/components/{table → legacy-table}/disable-hover-hoc.js +0 -0
  183. /package/components/{table → legacy-table}/header-cell.d.ts +0 -0
  184. /package/components/{table → legacy-table}/header.d.ts +0 -0
  185. /package/components/{table → legacy-table}/multitable.js +0 -0
  186. /package/components/{table → legacy-table}/row-with-focus-sensor.d.ts +0 -0
  187. /package/components/{table → legacy-table}/row.d.ts +0 -0
  188. /package/components/{table → legacy-table}/selection-adapter.js +0 -0
  189. /package/components/{table → legacy-table}/selection-shortcuts-hoc.js +0 -0
@@ -1,11 +1,10 @@
1
- import { c } from 'react-compiler-runtime';
2
- import { useRef, useState, useEffect, Fragment } from 'react';
1
+ import { c } from 'react/compiler-runtime';
2
+ import { useRef, useState, useEffectEvent, useEffect, Fragment } from 'react';
3
3
  import classNames from 'classnames';
4
4
  import { isArray } from '../global/typescript-utils.js';
5
5
  import Shortcuts from '../shortcuts/shortcuts.js';
6
6
  import getUID from '../global/get-uid.js';
7
7
  import { toRange, HUNDRED, calculateMarks, toPercent, validateValue, calculateValue, adjustValues } from './slider.utils.js';
8
- import useEventCallback from '../global/use-event-callback.js';
9
8
  import { jsx, jsxs } from 'react/jsx-runtime';
10
9
  import '../shortcuts/core.js';
11
10
  import 'core-js/modules/es.array.includes.js';
@@ -16,12 +15,12 @@ import 'sniffr';
16
15
  var styles = {"slider":"ring-slider-slider","disabled":"ring-slider-disabled","marked":"ring-slider-marked","rail":"ring-slider-rail","rounded":"ring-slider-rounded","track":"ring-slider-track","thumb":"ring-slider-thumb ring-global-resetButton","dragged":"ring-slider-dragged","tick":"ring-slider-tick","active":"ring-slider-active","markValue":"ring-slider-markValue","tag":"ring-slider-tag"};
17
16
 
18
17
  const Slider = t0 => {
19
- const $ = c(122);
20
- if ($[0] !== "8964b5418275bd38d0d46628f0c5c416a0eb127a555095f594f9e18fa28ba85a") {
21
- for (let $i = 0; $i < 122; $i += 1) {
18
+ const $ = c(124);
19
+ if ($[0] !== "df7020e348cf0691dc47b906190dfc0f4c7761c070455c6c9f1c642863a2c077") {
20
+ for (let $i = 0; $i < 124; $i += 1) {
22
21
  $[$i] = Symbol.for("react.memo_cache_sentinel");
23
22
  }
24
- $[0] = "8964b5418275bd38d0d46628f0c5c416a0eb127a555095f594f9e18fa28ba85a";
23
+ $[0] = "df7020e348cf0691dc47b906190dfc0f4c7761c070455c6c9f1c642863a2c077";
25
24
  }
26
25
  const {
27
26
  defaultValue,
@@ -272,7 +271,7 @@ const Slider = t0 => {
272
271
  } else {
273
272
  t12 = $[49];
274
273
  }
275
- const handleMouseUp = useEventCallback(t12);
274
+ const handleMouseUp = useEffectEvent(t12);
276
275
  let t13;
277
276
  if ($[50] !== draggedIndex || $[51] !== handleValueChange || $[52] !== max || $[53] !== min || $[54] !== validStep || $[55] !== validValues) {
278
277
  t13 = t14 => {
@@ -296,9 +295,8 @@ const Slider = t0 => {
296
295
  } else {
297
296
  t13 = $[56];
298
297
  }
299
- const handleMouseMove = useEventCallback(t13);
298
+ const handleMouseMove = useEffectEvent(t13);
300
299
  let t14;
301
- let t15;
302
300
  if ($[57] !== disabled || $[58] !== handleMouseMove || $[59] !== handleMouseUp || $[60] !== isDragging) {
303
301
  t14 = () => {
304
302
  if (disabled) {
@@ -318,112 +316,118 @@ const Slider = t0 => {
318
316
  window.removeEventListener("mouseup", handleMouseUp);
319
317
  };
320
318
  };
321
- t15 = [isDragging, disabled, handleMouseMove, handleMouseUp];
322
319
  $[57] = disabled;
323
320
  $[58] = handleMouseMove;
324
321
  $[59] = handleMouseUp;
325
322
  $[60] = isDragging;
326
323
  $[61] = t14;
327
- $[62] = t15;
328
324
  } else {
329
325
  t14 = $[61];
330
- t15 = $[62];
326
+ }
327
+ let t15;
328
+ if ($[62] !== disabled || $[63] !== isDragging) {
329
+ t15 = [isDragging, disabled];
330
+ $[62] = disabled;
331
+ $[63] = isDragging;
332
+ $[64] = t15;
333
+ } else {
334
+ t15 = $[64];
331
335
  }
332
336
  useEffect(t14, t15);
333
337
  const t16 = "presentation";
334
338
  const t17 = !!marks || showTag;
335
339
  let t18;
336
- if ($[63] !== className || $[64] !== disabled || $[65] !== t17) {
340
+ if ($[65] !== className || $[66] !== disabled || $[67] !== t17) {
337
341
  t18 = classNames(styles.slider, className, {
338
342
  [styles.disabled]: disabled,
339
343
  [styles.marked]: t17
340
344
  });
341
- $[63] = className;
342
- $[64] = disabled;
343
- $[65] = t17;
344
- $[66] = t18;
345
+ $[65] = className;
346
+ $[66] = disabled;
347
+ $[67] = t17;
348
+ $[68] = t18;
345
349
  } else {
346
- t18 = $[66];
350
+ t18 = $[68];
347
351
  }
348
352
  const t19 = -1;
349
353
  let t20;
350
- if ($[67] !== shortcutsMap || $[68] !== shortcutsScope) {
354
+ if ($[69] !== shortcutsMap || $[70] !== shortcutsScope) {
351
355
  t20 = /*#__PURE__*/jsx(Shortcuts, {
352
356
  map: shortcutsMap,
353
357
  scope: shortcutsScope
354
358
  });
355
- $[67] = shortcutsMap;
356
- $[68] = shortcutsScope;
357
- $[69] = t20;
359
+ $[69] = shortcutsMap;
360
+ $[70] = shortcutsScope;
361
+ $[71] = t20;
358
362
  } else {
359
- t20 = $[69];
363
+ t20 = $[71];
360
364
  }
361
365
  const t21 = !showTicks;
362
366
  let t22;
363
- if ($[70] !== disabled || $[71] !== t21) {
367
+ if ($[72] !== disabled || $[73] !== t21) {
364
368
  t22 = classNames(styles.rail, {
365
369
  [styles.rounded]: t21,
366
370
  [styles.disabled]: disabled
367
371
  });
368
- $[70] = disabled;
369
- $[71] = t21;
370
- $[72] = t22;
372
+ $[72] = disabled;
373
+ $[73] = t21;
374
+ $[74] = t22;
371
375
  } else {
372
- t22 = $[72];
376
+ t22 = $[74];
373
377
  }
374
378
  let t23;
375
- if ($[73] !== t22) {
379
+ if ($[75] !== t22) {
376
380
  t23 = /*#__PURE__*/jsx("div", {
377
381
  className: t22
378
382
  });
379
- $[73] = t22;
380
- $[74] = t23;
383
+ $[75] = t22;
384
+ $[76] = t23;
381
385
  } else {
382
- t23 = $[74];
386
+ t23 = $[76];
383
387
  }
384
388
  const t24 = `${trackStart}%`;
385
389
  const t25 = `${trackLength}%`;
386
390
  let t26;
387
- if ($[75] !== t24 || $[76] !== t25) {
391
+ if ($[77] !== t24 || $[78] !== t25) {
388
392
  t26 = {
389
393
  left: t24,
390
394
  width: t25
391
395
  };
392
- $[75] = t24;
393
- $[76] = t25;
394
- $[77] = t26;
396
+ $[77] = t24;
397
+ $[78] = t25;
398
+ $[79] = t26;
395
399
  } else {
396
- t26 = $[77];
400
+ t26 = $[79];
397
401
  }
398
402
  const t27 = !showTicks;
399
403
  let t28;
400
- if ($[78] !== disabled || $[79] !== t27) {
404
+ if ($[80] !== disabled || $[81] !== t27) {
401
405
  t28 = classNames(styles.track, {
402
406
  [styles.rounded]: t27,
403
407
  [styles.disabled]: disabled
404
408
  });
405
- $[78] = disabled;
406
- $[79] = t27;
407
- $[80] = t28;
409
+ $[80] = disabled;
410
+ $[81] = t27;
411
+ $[82] = t28;
408
412
  } else {
409
- t28 = $[80];
413
+ t28 = $[82];
410
414
  }
411
415
  let t29;
412
- if ($[81] !== t26 || $[82] !== t28) {
416
+ if ($[83] !== t26 || $[84] !== t28) {
413
417
  t29 = /*#__PURE__*/jsx("div", {
414
418
  style: t26,
415
419
  className: t28
416
420
  });
417
- $[81] = t26;
418
- $[82] = t28;
419
- $[83] = t29;
421
+ $[83] = t26;
422
+ $[84] = t28;
423
+ $[85] = t29;
420
424
  } else {
421
- t29 = $[83];
425
+ t29 = $[85];
422
426
  }
423
427
  let t30;
424
- if ($[84] !== disabled || $[85] !== draggedIndex || $[86] !== handleMouseDown || $[87] !== isDragging || $[88] !== max || $[89] !== min || $[90] !== renderTag || $[91] !== showTag || $[92] !== validValues) {
428
+ if ($[86] !== disabled || $[87] !== draggedIndex || $[88] !== handleMouseDown || $[89] !== isDragging || $[90] !== max || $[91] !== min || $[92] !== renderTag || $[93] !== showTag || $[94] !== validValues) {
425
429
  let t31;
426
- if ($[94] !== disabled || $[95] !== draggedIndex || $[96] !== handleMouseDown || $[97] !== isDragging || $[98] !== max || $[99] !== min || $[100] !== renderTag || $[101] !== showTag) {
430
+ if ($[96] !== disabled || $[97] !== draggedIndex || $[98] !== handleMouseDown || $[99] !== isDragging || $[100] !== max || $[101] !== min || $[102] !== renderTag || $[103] !== showTag) {
427
431
  t31 = (numValue, index_5) => {
428
432
  const percent = toPercent(numValue, min, max);
429
433
  return /*#__PURE__*/jsxs(Fragment, {
@@ -455,34 +459,34 @@ const Slider = t0 => {
455
459
  })]
456
460
  }, index_5);
457
461
  };
458
- $[94] = disabled;
459
- $[95] = draggedIndex;
460
- $[96] = handleMouseDown;
461
- $[97] = isDragging;
462
- $[98] = max;
463
- $[99] = min;
464
- $[100] = renderTag;
465
- $[101] = showTag;
466
- $[102] = t31;
462
+ $[96] = disabled;
463
+ $[97] = draggedIndex;
464
+ $[98] = handleMouseDown;
465
+ $[99] = isDragging;
466
+ $[100] = max;
467
+ $[101] = min;
468
+ $[102] = renderTag;
469
+ $[103] = showTag;
470
+ $[104] = t31;
467
471
  } else {
468
- t31 = $[102];
472
+ t31 = $[104];
469
473
  }
470
474
  t30 = validValues.map(t31);
471
- $[84] = disabled;
472
- $[85] = draggedIndex;
473
- $[86] = handleMouseDown;
474
- $[87] = isDragging;
475
- $[88] = max;
476
- $[89] = min;
477
- $[90] = renderTag;
478
- $[91] = showTag;
479
- $[92] = validValues;
480
- $[93] = t30;
475
+ $[86] = disabled;
476
+ $[87] = draggedIndex;
477
+ $[88] = handleMouseDown;
478
+ $[89] = isDragging;
479
+ $[90] = max;
480
+ $[91] = min;
481
+ $[92] = renderTag;
482
+ $[93] = showTag;
483
+ $[94] = validValues;
484
+ $[95] = t30;
481
485
  } else {
482
- t30 = $[93];
486
+ t30 = $[95];
483
487
  }
484
488
  let t31;
485
- if ($[103] !== disabled || $[104] !== max || $[105] !== min) {
489
+ if ($[105] !== disabled || $[106] !== max || $[107] !== min) {
486
490
  t31 = (t32, index_6) => {
487
491
  const {
488
492
  value: markValue,
@@ -499,16 +503,16 @@ const Slider = t0 => {
499
503
  children: label !== null && label !== void 0 ? label : markValue
500
504
  }, index_6);
501
505
  };
502
- $[103] = disabled;
503
- $[104] = max;
504
- $[105] = min;
505
- $[106] = t31;
506
+ $[105] = disabled;
507
+ $[106] = max;
508
+ $[107] = min;
509
+ $[108] = t31;
506
510
  } else {
507
- t31 = $[106];
511
+ t31 = $[108];
508
512
  }
509
513
  const t32 = markValues.map(t31);
510
514
  let t33;
511
- if ($[107] !== disabled || $[108] !== isRange || $[109] !== max || $[110] !== min || $[111] !== validValues) {
515
+ if ($[109] !== disabled || $[110] !== isRange || $[111] !== max || $[112] !== min || $[113] !== validValues) {
512
516
  t33 = (t34, index_7) => {
513
517
  const {
514
518
  value: tickValue
@@ -525,18 +529,18 @@ const Slider = t0 => {
525
529
  }
526
530
  }, index_7);
527
531
  };
528
- $[107] = disabled;
529
- $[108] = isRange;
530
- $[109] = max;
531
- $[110] = min;
532
- $[111] = validValues;
533
- $[112] = t33;
532
+ $[109] = disabled;
533
+ $[110] = isRange;
534
+ $[111] = max;
535
+ $[112] = min;
536
+ $[113] = validValues;
537
+ $[114] = t33;
534
538
  } else {
535
- t33 = $[112];
539
+ t33 = $[114];
536
540
  }
537
541
  const t34 = tickMarks.map(t33);
538
542
  let t35;
539
- if ($[113] !== handleMouseDown || $[114] !== t18 || $[115] !== t20 || $[116] !== t23 || $[117] !== t29 || $[118] !== t30 || $[119] !== t32 || $[120] !== t34) {
543
+ if ($[115] !== handleMouseDown || $[116] !== t18 || $[117] !== t20 || $[118] !== t23 || $[119] !== t29 || $[120] !== t30 || $[121] !== t32 || $[122] !== t34) {
540
544
  t35 = /*#__PURE__*/jsxs("div", {
541
545
  ref: ref,
542
546
  role: t16,
@@ -545,17 +549,17 @@ const Slider = t0 => {
545
549
  onMouseDown: handleMouseDown,
546
550
  children: [t20, t23, t29, t30, t32, t34]
547
551
  });
548
- $[113] = handleMouseDown;
549
- $[114] = t18;
550
- $[115] = t20;
551
- $[116] = t23;
552
- $[117] = t29;
553
- $[118] = t30;
554
- $[119] = t32;
555
- $[120] = t34;
556
- $[121] = t35;
552
+ $[115] = handleMouseDown;
553
+ $[116] = t18;
554
+ $[117] = t20;
555
+ $[118] = t23;
556
+ $[119] = t29;
557
+ $[120] = t30;
558
+ $[121] = t32;
559
+ $[122] = t34;
560
+ $[123] = t35;
557
561
  } else {
558
- t35 = $[121];
562
+ t35 = $[123];
559
563
  }
560
564
  return t35;
561
565
  };
@@ -12,7 +12,7 @@ import '../icon/icon.js';
12
12
  import 'util-deprecate';
13
13
  import '../icon/icon.constants.js';
14
14
  import '../_helpers/icon-svg.js';
15
- import 'react-compiler-runtime';
15
+ import 'react/compiler-runtime';
16
16
  import '../global/memoize.js';
17
17
  import 'react/jsx-runtime';
18
18
  import '../loader-inline/loader-inline.js';
@@ -13,7 +13,7 @@ import '../icon/icon.js';
13
13
  import 'util-deprecate';
14
14
  import '../icon/icon.constants.js';
15
15
  import '../_helpers/icon-svg.js';
16
- import 'react-compiler-runtime';
16
+ import 'react/compiler-runtime';
17
17
  import '../global/memoize.js';
18
18
  import 'react/jsx-runtime';
19
19
  import '../loader-inline/loader-inline.js';