@epam/uui 5.8.1-alpha.0 → 5.8.1-y.0

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 (79) hide show
  1. package/assets/styles/effects.scss +2 -2
  2. package/assets/styles/inputs.scss +0 -4
  3. package/components/buttons/Button.d.ts.map +1 -1
  4. package/components/buttons/IconButton.d.ts.map +1 -1
  5. package/components/buttons/LinkButton.d.ts +3 -2
  6. package/components/buttons/LinkButton.d.ts.map +1 -1
  7. package/components/buttons/TabButton.d.ts.map +1 -1
  8. package/components/datePickers/DatePicker.d.ts.map +1 -1
  9. package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
  10. package/components/datePickers/types.d.ts +17 -9
  11. package/components/datePickers/types.d.ts.map +1 -1
  12. package/components/filters/FilterPickerBody.d.ts.map +1 -1
  13. package/components/filters/FiltersPanel.d.ts +8 -4
  14. package/components/filters/FiltersPanel.d.ts.map +1 -1
  15. package/components/inputs/Checkbox.d.ts.map +1 -1
  16. package/components/inputs/NumericInput.d.ts.map +1 -1
  17. package/components/inputs/RadioInput.d.ts.map +1 -1
  18. package/components/inputs/Switch.d.ts.map +1 -1
  19. package/components/inputs/TextArea.d.ts.map +1 -1
  20. package/components/inputs/timePicker/TimePicker.d.ts +2 -47
  21. package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
  22. package/components/inputs/timePicker/TimePickerBody.d.ts +2 -13
  23. package/components/inputs/timePicker/TimePickerBody.d.ts.map +1 -1
  24. package/components/inputs/timePicker/index.d.ts +1 -0
  25. package/components/inputs/timePicker/index.d.ts.map +1 -1
  26. package/components/inputs/timePicker/types.d.ts +63 -0
  27. package/components/inputs/timePicker/types.d.ts.map +1 -0
  28. package/components/layout/LabeledInput.d.ts.map +1 -1
  29. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  30. package/components/pickers/DataPickerBody.d.ts +8 -3
  31. package/components/pickers/DataPickerBody.d.ts.map +1 -1
  32. package/components/pickers/DataPickerCell.d.ts +3 -3
  33. package/components/pickers/DataPickerCell.d.ts.map +1 -1
  34. package/components/pickers/DataPickerFooter.d.ts +6 -2
  35. package/components/pickers/DataPickerFooter.d.ts.map +1 -1
  36. package/components/pickers/DataPickerHeader.d.ts.map +1 -1
  37. package/components/pickers/DataPickerRow.d.ts +9 -4
  38. package/components/pickers/DataPickerRow.d.ts.map +1 -1
  39. package/components/pickers/MobileDropdownWrapper.d.ts.map +1 -1
  40. package/components/pickers/PickerInput.d.ts +7 -2
  41. package/components/pickers/PickerInput.d.ts.map +1 -1
  42. package/components/pickers/PickerItem.d.ts +7 -2
  43. package/components/pickers/PickerItem.d.ts.map +1 -1
  44. package/components/pickers/PickerList.d.ts +7 -2
  45. package/components/pickers/PickerList.d.ts.map +1 -1
  46. package/components/pickers/PickerModal.d.ts.map +1 -1
  47. package/components/pickers/PickerToggler.d.ts +2 -0
  48. package/components/pickers/PickerToggler.d.ts.map +1 -1
  49. package/components/pickers/PickerTogglerTag.d.ts +8 -2
  50. package/components/pickers/PickerTogglerTag.d.ts.map +1 -1
  51. package/components/pickers/types.d.ts +2 -0
  52. package/components/pickers/types.d.ts.map +1 -1
  53. package/components/tables/DataTableCell.d.ts +1 -1
  54. package/components/tables/DataTableCell.d.ts.map +1 -1
  55. package/components/typography/Text.d.ts.map +1 -1
  56. package/components/widgets/Badge.d.ts +3 -2
  57. package/components/widgets/Badge.d.ts.map +1 -1
  58. package/components/widgets/CountIndicator.d.ts +2 -2
  59. package/components/widgets/CountIndicator.d.ts.map +1 -1
  60. package/components/widgets/DataRowAddons.d.ts.map +1 -1
  61. package/components/widgets/StatusIndicator.d.ts.map +1 -1
  62. package/components/widgets/Tag.d.ts +5 -5
  63. package/components/widgets/Tag.d.ts.map +1 -1
  64. package/helpers/textLayout.d.ts.map +1 -1
  65. package/index.d.ts +2 -0
  66. package/index.d.ts.map +1 -1
  67. package/index.esm.js +455 -323
  68. package/index.esm.js.map +1 -1
  69. package/index.js +454 -321
  70. package/index.js.map +1 -1
  71. package/package.json +5 -5
  72. package/readme.md +6 -1
  73. package/settings.d.ts +3 -0
  74. package/settings.d.ts.map +1 -0
  75. package/settings.types.d.ts +139 -0
  76. package/settings.types.d.ts.map +1 -0
  77. package/stats.html +1 -1
  78. package/styles.css +3085 -4054
  79. package/styles.css.map +1 -1
package/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as uuiComponents from '@epam/uui-components';
2
- import { Clickable, IconContainer, RadioInput as RadioInput$1, TextInput as TextInput$1, ControlGroup as ControlGroup$1, NumericInput as NumericInput$1, TextArea as TextArea$1, Dropdown as Dropdown$1, Anchor as Anchor$1, FlexRow as FlexRow$1, FlexSpacer, Text as Text$1, FlexCell as FlexCell$1, VPanel, ScrollBars as ScrollBars$1, AvatarStack as AvatarStack$1, Spinner as Spinner$1, Paginator as Paginator$1, DragHandle, Blocker as Blocker$1, PickerBodyBase, DataPickerRow as DataPickerRow$1, Avatar, usePickerModal, handleDataSourceKeyboard, PickerToggler as PickerToggler$1, usePickerInput, usePickerList, Calendar as Calendar$1, YearSelection, MonthSelection, AdaptivePanel, ModalBlocker as ModalBlocker$1, ModalWindow as ModalWindow$1, Snackbar as Snackbar$1, InputAddon as InputAddon$1, Slider as Slider$1, CalendarPresets as CalendarPresets$1, Day, uuiDaySelection, DataTableCell as DataTableCell$1, DataTableRow as DataTableRow$1, DataTableHeaderCell as DataTableHeaderCell$1, DataTableHeaderRow as DataTableHeaderRow$1, useColumnsConfiguration, Accordion as Accordion$1, DataTableSelectionProvider, DataTableFocusProvider, Burger as Burger$1, Button as Button$1, DropSpot as DropSpot$1, UploadFileToggler, ErrorCatch } from '@epam/uui-components';
2
+ import { Clickable, IconContainer, RadioInput as RadioInput$1, TextInput as TextInput$1, ControlGroup as ControlGroup$1, NumericInput as NumericInput$1, TextArea as TextArea$1, Dropdown as Dropdown$1, Anchor as Anchor$1, FlexRow as FlexRow$1, FlexSpacer, useDocumentDir, Text as Text$1, FlexCell as FlexCell$1, VPanel, ScrollBars as ScrollBars$1, AvatarStack as AvatarStack$1, Spinner as Spinner$1, Paginator as Paginator$1, DragHandle, Blocker as Blocker$1, PickerBodyBase, DataPickerRow as DataPickerRow$1, Avatar, usePickerModal, handleDataSourceKeyboard, PickerToggler as PickerToggler$1, usePickerInput, usePickerList, Calendar as Calendar$1, YearSelection, MonthSelection, AdaptivePanel, ModalBlocker as ModalBlocker$1, ModalWindow as ModalWindow$1, Snackbar as Snackbar$1, InputAddon as InputAddon$1, Slider as Slider$1, CalendarPresets as CalendarPresets$1, Day, uuiDaySelection, DataTableCell as DataTableCell$1, DataTableRow as DataTableRow$1, DataTableHeaderCell as DataTableHeaderCell$1, DataTableHeaderRow as DataTableHeaderRow$1, useColumnsConfiguration, Accordion as Accordion$1, DataTableSelectionProvider, DataTableFocusProvider, Burger as Burger$1, Button as Button$1, DropSpot as DropSpot$1, UploadFileToggler, ErrorCatch } from '@epam/uui-components';
3
3
  export { Avatar, FlexSpacer, IconContainer } from '@epam/uui-components';
4
4
  import { withMods, devLogger, uuiElement, cx as cx$1, uuiMarkers, IEditableDebouncer, UuiContext, uuiMod, directionMode, useVirtualList, useScrollShadows, i18n as i18n$1, Lens, isMobile, usePrevious, useUuiContext, useForceUpdate, getSeparatedValue, useArrayDataSource, orderBy, getOrderBetween, isFocusReceiverInsideFocusLock, mobilePopperModifier, uuiDataTableHeaderCell, DndActor, useColumnsConfig, uuiScrollShadows, Form as Form$1, useForm as useForm$1, formatBytes, useUuiError } from '@epam/uui-core';
5
5
  import * as React from 'react';
@@ -281,16 +281,226 @@ const systemIcons = {
281
281
  info: ForwardRef$L,
282
282
  };
283
283
 
284
- var css$1s = {"uui-typography":"jtU7Y5","hero-header":"Rxw-U2","promo-header":"-sdkYU","uui-critical":"SdUbdO","uui-info":"-sBeKK","uui-success":"ztsOKi","uui-warning":"AsZKC4","uui-highlight":"_92CXwY","uui-typography-size-12":"_1IGK-m","uui-typography-size-14":"lcCSjc","uui-typography-size-16":"Ny7oKl","root":"_7B7HRS","uuiTypography":"jtU7Y5","heroHeader":"Rxw-U2","promoHeader":"-sdkYU","uuiCritical":"SdUbdO","uuiInfo":"-sBeKK","uuiSuccess":"ztsOKi","uuiWarning":"AsZKC4","uuiHighlight":"_92CXwY","uuiTypographySize12":"_1IGK-m","uuiTypographySize14":"lcCSjc","uuiTypographySize16":"Ny7oKl"};
284
+ const settings = {
285
+ sizes: {
286
+ defaults: {
287
+ badge: '36',
288
+ button: '36',
289
+ checkbox: '18',
290
+ countIndicator: '24',
291
+ dataPickerCell: '36',
292
+ linkButton: '36',
293
+ numericInput: '36',
294
+ pickerToggler: '36',
295
+ pickerItem: '36',
296
+ radioInput: '18',
297
+ switch: '18',
298
+ tabButton: '48',
299
+ tag: '36',
300
+ text: '36',
301
+ textArea: '36',
302
+ textInput: '36',
303
+ rangeDatePicker: '36',
304
+ datePicker: '36',
305
+ labeledInput: '36',
306
+ statusIndicator: '24',
307
+ },
308
+ tag: {
309
+ countIndicator: {
310
+ 18: '12',
311
+ 24: '18',
312
+ 30: '18',
313
+ 36: '18',
314
+ 42: '24',
315
+ 48: '24',
316
+ },
317
+ },
318
+ mobileDropdownWrapper: {
319
+ linkButton: '48',
320
+ },
321
+ pickerInput: {
322
+ height: 300,
323
+ width: 360,
324
+ rowSize: {
325
+ mobile: '48',
326
+ modal: '36',
327
+ padding: {
328
+ modal: '24',
329
+ default: '12',
330
+ },
331
+ },
332
+ },
333
+ pickerToggler: {
334
+ tag: {
335
+ 24: '18',
336
+ 30: '24',
337
+ 36: '30',
338
+ 42: '36',
339
+ 48: '42',
340
+ 60: '48',
341
+ },
342
+ },
343
+ dataPickerHeader: {
344
+ text: {
345
+ fontWeight: '600',
346
+ size: '48',
347
+ },
348
+ },
349
+ dataPickerBody: {
350
+ flexCell: {
351
+ default: '36',
352
+ },
353
+ searchInput: {
354
+ mobile: '48',
355
+ },
356
+ },
357
+ pickerItem: {
358
+ avatar: {
359
+ rest: {
360
+ 24: '18',
361
+ 30: '24',
362
+ 36: '30',
363
+ 42: '36',
364
+ 48: '36', // no design
365
+ },
366
+ multiline: {
367
+ 24: '30',
368
+ 30: '30',
369
+ 36: '36',
370
+ 42: '42',
371
+ 48: '48', // no design
372
+ },
373
+ },
374
+ },
375
+ dataPickerCell: {
376
+ isBoldIcon: {
377
+ 24: true,
378
+ },
379
+ padding: {
380
+ default: '12',
381
+ },
382
+ paddingLeft: {
383
+ default: '24',
384
+ },
385
+ text: {
386
+ 24: '24',
387
+ 30: '30',
388
+ 36: '36',
389
+ 42: '42',
390
+ 48: '48',
391
+ 60: '48',
392
+ },
393
+ icon: {
394
+ 24: '12',
395
+ 30: '18',
396
+ 36: '18',
397
+ 42: '24',
398
+ 48: '24',
399
+ 60: '24',
400
+ },
401
+ },
402
+ dataPickerRow: {
403
+ padding: {
404
+ default: '24',
405
+ },
406
+ dataPickerCell: {
407
+ default: '36',
408
+ },
409
+ },
410
+ dataPickerFooter: {
411
+ flexRowPadding: '12',
412
+ switch: {
413
+ 24: '12',
414
+ 30: '18',
415
+ 36: '36',
416
+ 42: '24',
417
+ 48: '24',
418
+ },
419
+ linkButton: {
420
+ 24: '24',
421
+ 30: '30',
422
+ 36: '36',
423
+ 42: '42',
424
+ 48: '48',
425
+ mobile: '48',
426
+ },
427
+ },
428
+ rowAddons: {
429
+ checkbox: {
430
+ 24: '12',
431
+ 30: '18',
432
+ 36: '18',
433
+ 42: '18',
434
+ 48: '18',
435
+ 60: '18',
436
+ },
437
+ icon: {
438
+ 24: '12',
439
+ 30: '18',
440
+ 36: '18',
441
+ 42: '24',
442
+ 48: '24',
443
+ 60: '24',
444
+ },
445
+ indentUnit: {
446
+ 24: 6,
447
+ 30: 12,
448
+ 36: 12,
449
+ 42: 24,
450
+ 48: 24,
451
+ 60: 24,
452
+ default: 24,
453
+ },
454
+ indentWidth: {
455
+ 24: 12,
456
+ 30: 18,
457
+ 36: 18,
458
+ 42: 24,
459
+ 48: 24,
460
+ 60: 24,
461
+ default: 12,
462
+ },
463
+ },
464
+ text: {
465
+ 18: { lineHeight: 12, fontSize: 10 },
466
+ 24: { lineHeight: 18, fontSize: 12 },
467
+ 30: { lineHeight: 18, fontSize: 14 },
468
+ 36: { lineHeight: 18, fontSize: 14 },
469
+ 42: { lineHeight: 24, fontSize: 16 },
470
+ 48: { lineHeight: 24, fontSize: 16 },
471
+ 60: { lineHeight: 30, fontSize: 24 },
472
+ },
473
+ filterPickerBody: {
474
+ pickerItem: '36',
475
+ dataPickerRow: '36',
476
+ dataPickerFooter: '36',
477
+ searchSize: '36',
478
+ },
479
+ labeledInput: {
480
+ fillIcon: ['24', '30'],
481
+ },
482
+ badge: {
483
+ countIndicator: {
484
+ 18: '12',
485
+ 24: '18',
486
+ 30: '18',
487
+ 36: '18',
488
+ 42: '24',
489
+ 48: '24',
490
+ },
491
+ },
492
+ },
493
+ };
494
+
495
+ var css$1s = {"uui-typography":"_7rwaF-","hero-header":"FNQS-7","promo-header":"S-YEtF","uui-critical":"Zoda-c","uui-info":"rxWuVc","uui-success":"VPent4","uui-warning":"Lz-qyz","uui-highlight":"wwfwhQ","uui-typography-size-12":"e9tAkl","uui-typography-size-14":"kzTrZf","uui-typography-size-16":"_6UrGbu","root":"t2sjl9","uuiTypography":"_7rwaF-","heroHeader":"FNQS-7","promoHeader":"S-YEtF","uuiCritical":"Zoda-c","uuiInfo":"rxWuVc","uuiSuccess":"VPent4","uuiWarning":"Lz-qyz","uuiHighlight":"wwfwhQ","uuiTypographySize12":"e9tAkl","uuiTypographySize14":"kzTrZf","uuiTypographySize16":"_6UrGbu"};
285
496
 
286
- const DEFAULT_SIZE$8 = '36';
287
497
  function applyButtonMods(mods) {
288
498
  return [
289
499
  css$1s.root,
290
500
  'uui-button',
291
501
  `uui-fill-${mods.fill || 'solid'}`,
292
502
  `uui-color-${mods.color || 'primary'}`,
293
- `uui-size-${mods.size || DEFAULT_SIZE$8}`,
503
+ `uui-size-${mods.size || settings.sizes.defaults.button}`,
294
504
  ];
295
505
  }
296
506
  const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, () => {
@@ -300,7 +510,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
300
510
  };
301
511
  });
302
512
 
303
- var css$1r = {"root":"-xLjCl"};
513
+ var css$1r = {"root":"_2DZVcI"};
304
514
 
305
515
  function applyIconButtonMods(props) {
306
516
  return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1r.root];
@@ -317,7 +527,6 @@ const IconButton = /* @__PURE__ */withMods(uuiComponents.IconButton, applyIconBu
317
527
  }
318
528
  return {
319
529
  dropdownIcon: props.dropdownIcon || systemIcons.foldingArrow,
320
- size: props.size && Number(props.size),
321
530
  };
322
531
  });
323
532
 
@@ -338,15 +547,14 @@ function getIconClass(props) {
338
547
  return [classList['has-left-icon'] ? 'uui-has-left-icon' : 'uui-no-left-icon', classList['has-right-icon'] ? 'uui-has-right-icon' : 'uui-no-right-icon'];
339
548
  }
340
549
 
341
- var css$1q = {"uui-typography":"TeVpqW","hero-header":"JtzdWC","promo-header":"LRsXW1","uui-critical":"_9GbZ4A","uui-info":"cBE-dY","uui-success":"tgBm8h","uui-warning":"AUT2K6","uui-highlight":"i7yDXP","uui-typography-size-12":"upvE-3","uui-typography-size-14":"_63Ul3g","uui-typography-size-16":"RhkX5m","root":"kqJhb3","uuiTypography":"TeVpqW","heroHeader":"JtzdWC","promoHeader":"LRsXW1","uuiCritical":"_9GbZ4A","uuiInfo":"cBE-dY","uuiSuccess":"tgBm8h","uuiWarning":"AUT2K6","uuiHighlight":"i7yDXP","uuiTypographySize12":"upvE-3","uuiTypographySize14":"_63Ul3g","uuiTypographySize16":"RhkX5m"};
550
+ var css$1q = {"uui-typography":"P9kjmu","hero-header":"VILt-X","promo-header":"_7kMeX3","uui-critical":"wzvdPG","uui-info":"ya7Eao","uui-success":"UV-hmw","uui-warning":"_8SYYiZ","uui-highlight":"wJsw9t","uui-typography-size-12":"cMY2Ng","uui-typography-size-14":"ASE4Wf","uui-typography-size-16":"vVKPae","root":"iM9ba4","uuiTypography":"P9kjmu","heroHeader":"VILt-X","promoHeader":"_7kMeX3","uuiCritical":"wzvdPG","uuiInfo":"ya7Eao","uuiSuccess":"UV-hmw","uuiWarning":"_8SYYiZ","uuiHighlight":"wJsw9t","uuiTypographySize12":"cMY2Ng","uuiTypographySize14":"ASE4Wf","uuiTypographySize16":"vVKPae"};
342
551
 
343
- const DEFAULT_SIZE$7 = '36';
344
552
  const DEFAULT_COLOR = 'primary';
345
553
  function applyLinkButtonMods(mods) {
346
554
  return [
347
555
  'uui-link_button',
348
556
  css$1q.root,
349
- `uui-size-${mods.size || DEFAULT_SIZE$7}`,
557
+ `uui-size-${mods.size || settings.sizes.defaults.linkButton}`,
350
558
  ...getIconClass(mods),
351
559
  `uui-color-${mods.color || DEFAULT_COLOR}`,
352
560
  ];
@@ -370,25 +578,25 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
370
578
  props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
371
579
  });
372
580
 
373
- var css$1p = {"root":"Ui8-v8","size-24":"_8qL2Id","size-18":"X4n8N-","size-12":"IARhOt","size24":"_8qL2Id","size18":"X4n8N-","size12":"IARhOt"};
581
+ var css$1p = {"root":"TL8nGm"};
374
582
 
375
583
  const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
376
584
  return (React__default.createElement("div", { ref: ref, className: cx([
377
585
  css$1p.root,
378
586
  'uui-count_indicator',
379
- css$1p[`size-${props.size || 24}`],
587
+ `uui-size-${props.size || settings.sizes.defaults.countIndicator}`,
380
588
  props.color && `uui-color-${props.color}`,
381
589
  props.cx,
382
590
  ]) }, props.caption));
383
591
  });
384
592
 
385
- var css$1o = {"uui-typography":"JCqTQH","hero-header":"MBY8Kw","promo-header":"DQDhTG","uui-critical":"_5KKh1N","uui-info":"Rvlgi9","uui-success":"SPZUT9","uui-warning":"isXH9o","uui-highlight":"kaaL5s","uui-typography-size-12":"sfJFtQ","uui-typography-size-14":"XlNbhD","uui-typography-size-16":"YU-20F","root":"hWhotw","withNotify":"_1G7Jgc","caption-with-notify":"pBlShy","size-36":"eZeB30","size-48":"oa1WM8","size-60":"yjHD5a","uuiTypography":"JCqTQH","heroHeader":"MBY8Kw","promoHeader":"DQDhTG","uuiCritical":"_5KKh1N","uuiInfo":"Rvlgi9","uuiSuccess":"SPZUT9","uuiWarning":"isXH9o","uuiHighlight":"kaaL5s","uuiTypographySize12":"sfJFtQ","uuiTypographySize14":"XlNbhD","uuiTypographySize16":"YU-20F","captionWithNotify":"pBlShy","size36":"eZeB30","size48":"oa1WM8","size60":"yjHD5a"};
593
+ var css$1o = {"uui-typography":"_76lWT6","hero-header":"n-BEEj","promo-header":"flKp2R","uui-critical":"vTbgOd","uui-info":"Sr9-5M","uui-success":"hz8iJ-","uui-warning":"cRs5KD","uui-highlight":"ejerCU","uui-typography-size-12":"kOPHom","uui-typography-size-14":"dId06L","uui-typography-size-16":"_4c1AbK","root":"_5H2MmO","withNotify":"iH0jvN","uuiTypography":"_76lWT6","heroHeader":"n-BEEj","promoHeader":"flKp2R","uuiCritical":"vTbgOd","uuiInfo":"Sr9-5M","uuiSuccess":"hz8iJ-","uuiWarning":"cRs5KD","uuiHighlight":"ejerCU","uuiTypographySize12":"kOPHom","uuiTypographySize14":"dId06L","uuiTypographySize16":"_4c1AbK"};
386
594
 
387
595
  const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
388
596
  const styles = [
389
597
  css$1o.root,
390
598
  'uui-tab-button',
391
- css$1o['size-' + (props.size || '48')],
599
+ `uui-size-${props.size || settings.sizes.defaults.tabButton}`,
392
600
  props.withNotify && css$1o.withNotify,
393
601
  ...getIconClass(props),
394
602
  props.cx,
@@ -397,14 +605,14 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
397
605
  const ClearIcon = props.clearIcon ? props.clearIcon : systemIcons.clear;
398
606
  return (React__default.createElement(Clickable, Object.assign({}, props, { rawProps: Object.assign({ role: 'tab', 'aria-haspopup': props.isDropdown, 'aria-expanded': props.isOpen }, props.rawProps), cx: styles, ref: ref }),
399
607
  props.icon && props.iconPosition !== 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
400
- props.caption && (React__default.createElement("div", { className: cx$1(uuiElement.caption, props.withNotify && css$1o.captionWithNotify) }, props.caption)),
401
- props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { color: props.isLinkActive ? 'info' : 'neutral', size: "18", caption: props.count })),
608
+ props.caption && (React__default.createElement("div", { className: cx$1(uuiElement.caption) }, props.caption)),
609
+ props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { color: "neutral", size: "18", caption: props.count })),
402
610
  props.icon && props.iconPosition === 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
403
611
  props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen })),
404
612
  props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
405
613
  });
406
614
 
407
- var css$1n = {"uui-typography":"_6Sa5xJ","hero-header":"oYc1Eq","promo-header":"FF4Hqa","uui-critical":"_8oZqXI","uui-info":"_43xzVp","uui-success":"f-4rSa","uui-warning":"m7l-YK","uui-highlight":"-Hb1-N","uui-typography-size-12":"pegkzr","uui-typography-size-14":"J-yDeB","uui-typography-size-16":"cudQkp","root":"CylNCq","uuiTypography":"_6Sa5xJ","heroHeader":"oYc1Eq","promoHeader":"FF4Hqa","uuiCritical":"_8oZqXI","uuiInfo":"_43xzVp","uuiSuccess":"f-4rSa","uuiWarning":"m7l-YK","uuiHighlight":"-Hb1-N","uuiTypographySize12":"pegkzr","uuiTypographySize14":"J-yDeB","uuiTypographySize16":"cudQkp"};
615
+ var css$1n = {"uui-typography":"diAuIc","hero-header":"GJZx-T","promo-header":"ru3U2Z","uui-critical":"EJRadU","uui-info":"QLYYXT","uui-success":"_7-vyhO","uui-warning":"BtzqQZ","uui-highlight":"_16SmIY","uui-typography-size-12":"z4AAjm","uui-typography-size-14":"fcNWck","uui-typography-size-16":"eVxO-B","root":"atgwbU","uuiTypography":"diAuIc","heroHeader":"GJZx-T","promoHeader":"ru3U2Z","uuiCritical":"EJRadU","uuiInfo":"QLYYXT","uuiSuccess":"_7-vyhO","uuiWarning":"BtzqQZ","uuiHighlight":"_16SmIY","uuiTypographySize12":"z4AAjm","uuiTypographySize14":"fcNWck","uuiTypographySize16":"eVxO-B"};
408
616
 
409
617
  function applyVerticalTabButtonMods() {
410
618
  return [css$1n.root];
@@ -426,12 +634,12 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
426
634
  };
427
635
  var ForwardRef$B = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
428
636
 
429
- var css$1m = {"uui-typography":"ROthms","hero-header":"JKj6Ro","promo-header":"nq7bhQ","uui-critical":"N35ruZ","uui-info":"bQoQlY","uui-success":"OoTlTt","uui-warning":"BvfMtz","uui-highlight":"_1-3TR0","uui-typography-size-12":"gyH1Hq","uui-typography-size-14":"P03SzI","uui-typography-size-16":"gp665Z","root":"_0U1-Rr","size-18":"Daqaet","size-12":"hNWe6R","mode-cell":"tDOqpn","uuiTypography":"ROthms","heroHeader":"JKj6Ro","promoHeader":"nq7bhQ","uuiCritical":"N35ruZ","uuiInfo":"bQoQlY","uuiSuccess":"OoTlTt","uuiWarning":"BvfMtz","uuiHighlight":"_1-3TR0","uuiTypographySize12":"gyH1Hq","uuiTypographySize14":"P03SzI","uuiTypographySize16":"gp665Z","size18":"Daqaet","size12":"hNWe6R","modeCell":"tDOqpn"};
637
+ var css$1m = {"uui-typography":"Xj5nOi","hero-header":"v6RMJ-","promo-header":"_10PYYx","uui-critical":"_51bSu4","uui-info":"yATSIf","uui-success":"uGVMwm","uui-warning":"JcDguu","uui-highlight":"_9iMSLp","uui-typography-size-12":"X9NEbI","uui-typography-size-14":"gf9DZy","uui-typography-size-16":"_0c-H7C","root":"i5mYQp","mode-cell":"koTYxz","uuiTypography":"Xj5nOi","heroHeader":"v6RMJ-","promoHeader":"_10PYYx","uuiCritical":"_51bSu4","uuiInfo":"yATSIf","uuiSuccess":"uGVMwm","uuiWarning":"JcDguu","uuiHighlight":"_9iMSLp","uuiTypographySize12":"X9NEbI","uuiTypographySize14":"gf9DZy","uuiTypographySize16":"_0c-H7C","modeCell":"koTYxz"};
430
638
 
431
639
  function applyCheckboxMods(mods) {
432
640
  return [
433
641
  css$1m.root,
434
- css$1m['size-' + (mods.size || '18')],
642
+ `uui-size-${mods.size || settings.sizes.defaults.checkbox}`,
435
643
  css$1m['mode-' + (mods.mode || 'form')],
436
644
  'uui-color-primary',
437
645
  ];
@@ -446,8 +654,6 @@ const applyUUICheckboxProps = (props) => {
446
654
  };
447
655
  const Checkbox = /* @__PURE__ */withMods(uuiComponents.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
448
656
 
449
- var css$1l = {"uui-typography":"-GXMPm","hero-header":"cq2j2i","promo-header":"Vn0zAT","uui-critical":"_4mrGCp","uui-info":"ptl3yO","uui-success":"GiPYju","uui-warning":"_8hFv8-","uui-highlight":"_3XIzcs","uui-typography-size-12":"hcFiI6","uui-typography-size-14":"rZM0uR","uui-typography-size-16":"Xb4g7j","root":"OHLcHq","size-18":"oWlII4","size-12":"AE7sK1","uuiTypography":"-GXMPm","heroHeader":"cq2j2i","promoHeader":"Vn0zAT","uuiCritical":"_4mrGCp","uuiInfo":"ptl3yO","uuiSuccess":"GiPYju","uuiWarning":"_8hFv8-","uuiHighlight":"_3XIzcs","uuiTypographySize12":"hcFiI6","uuiTypographySize14":"rZM0uR","uuiTypographySize16":"Xb4g7j","size18":"oWlII4","size12":"AE7sK1"};
450
-
451
657
  var _path$A;
452
658
  function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
453
659
  var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
@@ -463,21 +669,25 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
463
669
  };
464
670
  var ForwardRef$A = /*#__PURE__*/forwardRef(SvgRadioDotFill);
465
671
 
672
+ var css$1l = {"uui-typography":"-FwvY8","hero-header":"QcLMHw","promo-header":"NZ3830","uui-critical":"ICDKGC","uui-info":"nj2eph","uui-success":"_6SwtGr","uui-warning":"ooVXxY","uui-highlight":"NjajSy","uui-typography-size-12":"bjgNtD","uui-typography-size-14":"k0jysk","uui-typography-size-16":"gGhouu","root":"DKSEjy","uuiTypography":"-FwvY8","heroHeader":"QcLMHw","promoHeader":"NZ3830","uuiCritical":"ICDKGC","uuiInfo":"nj2eph","uuiSuccess":"_6SwtGr","uuiWarning":"ooVXxY","uuiHighlight":"NjajSy","uuiTypographySize12":"bjgNtD","uuiTypographySize14":"k0jysk","uuiTypographySize16":"gGhouu"};
673
+
466
674
  function applyRadioInputMods(mods) {
467
675
  return [
468
676
  css$1l.root,
469
- css$1l['size-' + (mods.size || '18')],
677
+ `uui-size-${mods.size || settings.sizes.defaults.radioInput}`,
470
678
  'uui-radio-input-container',
471
679
  'uui-color-primary',
472
680
  ];
473
681
  }
474
682
  const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$A }));
475
683
 
476
- var css$1k = {"root":"QteL3f","size-12":"goRGZT","size-18":"AlbX8H","size-24":"jUXEi4","size12":"goRGZT","size18":"AlbX8H","size24":"jUXEi4"};
684
+ var css$1k = {"root":"_9JUdEE"};
477
685
 
478
686
  function applySwitchMods(mods) {
479
687
  return [
480
- css$1k.root, css$1k['size-' + (mods.size || '18')], 'uui-color-primary',
688
+ css$1k.root,
689
+ `uui-size-${mods.size || settings.sizes.defaults.switch}`,
690
+ 'uui-color-primary',
481
691
  ];
482
692
  }
483
693
  const Switch = /* @__PURE__ */withMods(uuiComponents.Switch, applySwitchMods);
@@ -539,14 +749,13 @@ var EditMode;
539
749
  EditMode["INLINE"] = "inline";
540
750
  })(EditMode || (EditMode = {}));
541
751
 
542
- var textInputCss = {"uui-typography":"_0PY9yq","hero-header":"uWlhdh","promo-header":"Pd0cdT","uui-critical":"YP9-kE","uui-info":"FhEQ47","uui-success":"_7ZM6g8","uui-warning":"RpScwi","uui-highlight":"e2rkSC","uui-typography-size-12":"W7mWY4","uui-typography-size-14":"qFdA7f","uui-typography-size-16":"ZZU89t","root":"GX-caR","mode-form":"_8e-xMZ","mode-inline":"kzL1iA","mode-cell":"_31ruaF","size-24":"lFcyEf","size-30":"kIJKDJ","size-36":"tQB64g","size-42":"WVg8bK","size-48":"De2Cyz","size-60":"ehSmzx","uuiTypography":"_0PY9yq","heroHeader":"uWlhdh","promoHeader":"Pd0cdT","uuiCritical":"YP9-kE","uuiInfo":"FhEQ47","uuiSuccess":"_7ZM6g8","uuiWarning":"RpScwi","uuiHighlight":"e2rkSC","uuiTypographySize12":"W7mWY4","uuiTypographySize14":"qFdA7f","uuiTypographySize16":"ZZU89t","modeForm":"_8e-xMZ","modeInline":"kzL1iA","modeCell":"_31ruaF","size24":"lFcyEf","size30":"kIJKDJ","size36":"tQB64g","size42":"WVg8bK","size48":"De2Cyz","size60":"ehSmzx"};
752
+ var textInputCss = {"uui-typography":"qnDC16","hero-header":"i8Z-B1","promo-header":"dRy5eh","uui-critical":"s8NCkW","uui-info":"-UhjTp","uui-success":"_7P5l5e","uui-warning":"XUMICz","uui-highlight":"O7kZtV","uui-typography-size-12":"Fh-4PI","uui-typography-size-14":"jNNMis","uui-typography-size-16":"ruNIqR","root":"_8FbZ1l","mode-form":"_2-npZf","mode-inline":"LY71Kn","mode-cell":"n3MWHk","uuiTypography":"qnDC16","heroHeader":"i8Z-B1","promoHeader":"dRy5eh","uuiCritical":"s8NCkW","uuiInfo":"-UhjTp","uuiSuccess":"_7P5l5e","uuiWarning":"XUMICz","uuiHighlight":"O7kZtV","uuiTypographySize12":"Fh-4PI","uuiTypographySize14":"jNNMis","uuiTypographySize16":"ruNIqR","modeForm":"_2-npZf","modeInline":"LY71Kn","modeCell":"n3MWHk"};
543
753
 
544
- const DEFAULT_SIZE$6 = '36';
545
754
  const DEFAULT_MODE$3 = EditMode.FORM;
546
755
  function applyTextInputMods(mods) {
547
756
  return [
548
757
  textInputCss.root,
549
- textInputCss['size-' + (mods.size || DEFAULT_SIZE$6)],
758
+ `uui-size-${mods.size || settings.sizes.defaults.textInput}`,
550
759
  textInputCss['mode-' + (mods.mode || DEFAULT_MODE$3)],
551
760
  ];
552
761
  }
@@ -566,7 +775,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
566
775
  } })));
567
776
  });
568
777
 
569
- var css$1j = {"root":"azRM9a"};
778
+ var css$1j = {"root":"LaZ5dM"};
570
779
 
571
780
  const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1j.root]);
572
781
 
@@ -575,16 +784,14 @@ function MultiSwitchComponent(props, ref) {
575
784
  }
576
785
  const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
577
786
 
578
- var css$1i = {"uui-typography":"_8d-z81","hero-header":"tTJFnl","promo-header":"HBxo6S","uui-critical":"Bii9Dw","uui-info":"_2ENq1y","uui-success":"_3LWCIk","uui-warning":"fDYpqF","uui-highlight":"Y-HloJ","uui-typography-size-12":"nrF82e","uui-typography-size-14":"HQy5SA","uui-typography-size-16":"JWh7BI","root":"rD6zhN","size-24":"iaVLDE","size-30":"UTkKr7","size-36":"AAg2hp","size-42":"CX1UY-","size-48":"n5c-R1","mode-form":"V1dIdQ","mode-cell":"xQqzA5","uuiTypography":"_8d-z81","heroHeader":"tTJFnl","promoHeader":"HBxo6S","uuiCritical":"Bii9Dw","uuiInfo":"_2ENq1y","uuiSuccess":"_3LWCIk","uuiWarning":"fDYpqF","uuiHighlight":"Y-HloJ","uuiTypographySize12":"nrF82e","uuiTypographySize14":"HQy5SA","uuiTypographySize16":"JWh7BI","size24":"iaVLDE","size30":"UTkKr7","size36":"AAg2hp","size42":"CX1UY-","size48":"n5c-R1","modeForm":"V1dIdQ","modeCell":"xQqzA5"};
787
+ var css$1i = {"uui-typography":"PuF0PW","hero-header":"knoCf8","promo-header":"gjyv1B","uui-critical":"mgvJz-","uui-info":"nU8CMb","uui-success":"RwZsKp","uui-warning":"uFTN8x","uui-highlight":"Q9O5MQ","uui-typography-size-12":"sFXq5q","uui-typography-size-14":"z-spp3","uui-typography-size-16":"_6qZvTQ","root":"jsy6Qp","mode-form":"VHHNNJ","mode-cell":"NIv8NA","uuiTypography":"PuF0PW","heroHeader":"knoCf8","promoHeader":"gjyv1B","uuiCritical":"mgvJz-","uuiInfo":"nU8CMb","uuiSuccess":"RwZsKp","uuiWarning":"uFTN8x","uuiHighlight":"Q9O5MQ","uuiTypographySize12":"sFXq5q","uuiTypographySize14":"z-spp3","uuiTypographySize16":"_6qZvTQ","modeForm":"VHHNNJ","modeCell":"NIv8NA"};
579
788
 
580
- const DEFAULT_SIZE$5 = '36';
581
789
  const DEFAULT_MODE$2 = EditMode.FORM;
582
790
  function applyNumericInputMods(mods) {
583
791
  return [
584
792
  textInputCss.root,
585
793
  css$1i.root,
586
- css$1i['size-' + (mods.size || DEFAULT_SIZE$5)],
587
- textInputCss['size-' + (mods.size || DEFAULT_SIZE$5)],
794
+ `uui-size-${mods.size || settings.sizes.defaults.numericInput}`,
588
795
  textInputCss['mode-' + (mods.mode || DEFAULT_MODE$2)],
589
796
  ];
590
797
  }
@@ -598,21 +805,20 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
598
805
  };
599
806
  });
600
807
 
601
- var css$1h = {"uui-typography":"LgGL7u","hero-header":"NwYmRV","promo-header":"vGVr0j","uui-critical":"GTJuIa","uui-info":"S6ns4k","uui-success":"_7DjuG1","uui-warning":"x6xTIF","uui-highlight":"_2HTQML","uui-typography-size-12":"_7IjcIx","uui-typography-size-14":"iYHGXV","uui-typography-size-16":"LpGXTC","root":"fTHDeI","mode-form":"-UDo7G","mode-cell":"XSLsfu","mode-inline":"ToIScu","size-24":"mAYHpn","size-30":"agTCB-","size-36":"hJgd3b","size-42":"RljIhs","size-48":"Pfm-UY","uuiTypography":"LgGL7u","heroHeader":"NwYmRV","promoHeader":"vGVr0j","uuiCritical":"GTJuIa","uuiInfo":"S6ns4k","uuiSuccess":"_7DjuG1","uuiWarning":"x6xTIF","uuiHighlight":"_2HTQML","uuiTypographySize12":"_7IjcIx","uuiTypographySize14":"iYHGXV","uuiTypographySize16":"LpGXTC","modeForm":"-UDo7G","modeCell":"XSLsfu","modeInline":"ToIScu","size24":"mAYHpn","size30":"agTCB-","size36":"hJgd3b","size42":"RljIhs","size48":"Pfm-UY"};
808
+ var css$1h = {"uui-typography":"rZHFXJ","hero-header":"kAibCL","promo-header":"rRENv2","uui-critical":"_9CKrKE","uui-info":"fblsjF","uui-success":"rAOAaQ","uui-warning":"qUkskq","uui-highlight":"T4ek7K","uui-typography-size-12":"bHEFiX","uui-typography-size-14":"Ox2-AY","uui-typography-size-16":"RVi-RJ","root":"j3ycuU","mode-form":"IU3cZx","mode-cell":"EX3Q49","mode-inline":"ObK7tn","uuiTypography":"rZHFXJ","heroHeader":"kAibCL","promoHeader":"rRENv2","uuiCritical":"_9CKrKE","uuiInfo":"fblsjF","uuiSuccess":"rAOAaQ","uuiWarning":"qUkskq","uuiHighlight":"T4ek7K","uuiTypographySize12":"bHEFiX","uuiTypographySize14":"Ox2-AY","uuiTypographySize16":"RVi-RJ","modeForm":"IU3cZx","modeCell":"EX3Q49","modeInline":"ObK7tn"};
602
809
 
603
- const DEFAULT_SIZE$4 = '36';
604
810
  const DEFAULT_MODE$1 = EditMode.FORM;
605
811
  function applyTextAreaMods(mods) {
606
812
  return [
607
813
  css$1h.root,
608
- css$1h['size-' + (mods.size || DEFAULT_SIZE$4)],
814
+ 'uui-textarea',
815
+ 'uui-size-' + (mods.size || settings.sizes.defaults.textArea),
609
816
  css$1h['mode-' + (mods.mode || DEFAULT_MODE$1)],
610
817
  ];
611
818
  }
612
819
  const TextArea = /* @__PURE__ */withMods(TextArea$1, applyTextAreaMods, (props) => {
613
820
  return {
614
821
  autoSize: props.mode === EditMode.CELL ? true : props.autoSize,
615
- maxLength: props.mode === EditMode.CELL ? undefined : props.maxLength,
616
822
  };
617
823
  });
618
824
 
@@ -700,7 +906,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
700
906
  };
701
907
  var ForwardRef$w = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
702
908
 
703
- var css$1g = {"uui-typography":"y5PZZP","hero-header":"MR3xqZ","promo-header":"xD62QP","uui-critical":"NdMAW7","uui-info":"yvWYkl","uui-success":"dcPsRH","uui-warning":"zTZ6L-","uui-highlight":"WnwKOl","uui-typography-size-12":"IiyFkN","uui-typography-size-14":"_2HB7Mp","uui-typography-size-16":"_6Jn-dF","root":"xgvboj","icon-wrapper":"ZOj9iA","alert-wrapper":"erwtTE","size-48":"_3w7cGd","size-36":"vnWuLd","action-wrapper":"K0rtpE","action-icon":"WC16KI","action-link":"pmZxVU","close-icon":"edwPVj","main-path":"HE4-WE","content":"XX9Gci","uuiTypography":"y5PZZP","heroHeader":"MR3xqZ","promoHeader":"xD62QP","uuiCritical":"NdMAW7","uuiInfo":"yvWYkl","uuiSuccess":"dcPsRH","uuiWarning":"zTZ6L-","uuiHighlight":"WnwKOl","uuiTypographySize12":"IiyFkN","uuiTypographySize14":"_2HB7Mp","uuiTypographySize16":"_6Jn-dF","iconWrapper":"ZOj9iA","alertWrapper":"erwtTE","size48":"_3w7cGd","size36":"vnWuLd","actionWrapper":"K0rtpE","actionIcon":"WC16KI","actionLink":"pmZxVU","closeIcon":"edwPVj","mainPath":"HE4-WE"};
909
+ var css$1g = {"uui-typography":"sDxnnu","hero-header":"uDae6S","promo-header":"_201SKJ","uui-critical":"iuBxK8","uui-info":"myQByi","uui-success":"vMlxnE","uui-warning":"Lg-BjO","uui-highlight":"kGhW18","uui-typography-size-12":"P0I-b3","uui-typography-size-14":"gim--N","uui-typography-size-16":"awv1DN","root":"_69ahqo","icon-wrapper":"FgN2oP","alert-wrapper":"j1se1G","size-48":"hKwHMS","size-36":"IDKouJ","action-wrapper":"ZEYX3M","action-icon":"AocEwW","action-link":"qgRxVv","close-icon":"gwpdsI","main-path":"Lwak0A","content":"zw99cr","uuiTypography":"sDxnnu","heroHeader":"uDae6S","promoHeader":"_201SKJ","uuiCritical":"iuBxK8","uuiInfo":"myQByi","uuiSuccess":"vMlxnE","uuiWarning":"Lg-BjO","uuiHighlight":"kGhW18","uuiTypographySize12":"P0I-b3","uuiTypographySize14":"gim--N","uuiTypographySize16":"awv1DN","iconWrapper":"FgN2oP","alertWrapper":"j1se1G","size48":"hKwHMS","size36":"IDKouJ","actionWrapper":"ZEYX3M","actionIcon":"AocEwW","actionLink":"qgRxVv","closeIcon":"gwpdsI","mainPath":"Lwak0A"};
704
910
 
705
911
  const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx('uui-alert', css$1g.root, css$1g.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$1g.size36 : css$1g.size48)) }, props.rawProps),
706
912
  React.createElement("div", { className: css$1g.mainPath },
@@ -717,7 +923,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
717
923
 
718
924
  const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
719
925
 
720
- var css$1f = {"root":"tX6sDz"};
926
+ var css$1f = {"root":"yA-hwk"};
721
927
 
722
928
  function applyDropdownContainerMods(mods) {
723
929
  return [
@@ -728,7 +934,7 @@ function applyDropdownContainerMods(mods) {
728
934
  }
729
935
  const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
730
936
 
731
- var css$1e = {"uui-typography":"YyS8RB","hero-header":"VLgqGf","promo-header":"_4zsF8-","uui-critical":"pHRWf-","uui-info":"mLo9hO","uui-success":"Ahpcnw","uui-warning":"pX3gcu","uui-highlight":"c1FEkA","uui-typography-size-12":"NX8wzw","uui-typography-size-14":"erSpVq","uui-typography-size-16":"SPqxFv","submenu-root-item":"R9f7gy","icon-after":"LtQHyS","icon-check":"IzHdHB","splitter-root":"kMfLTz","splitter":"I-XhEJ","header-root":"zQHriY","item-root":"XFrh-T","icon":"_3tkF-3","link":"ksYzDf","indent":"yv76r-","selected-mark":"cS84XD","uuiTypography":"YyS8RB","heroHeader":"VLgqGf","promoHeader":"_4zsF8-","uuiCritical":"pHRWf-","uuiInfo":"mLo9hO","uuiSuccess":"Ahpcnw","uuiWarning":"pX3gcu","uuiHighlight":"c1FEkA","uuiTypographySize12":"NX8wzw","uuiTypographySize14":"erSpVq","uuiTypographySize16":"SPqxFv","submenuRootItem":"R9f7gy","iconAfter":"LtQHyS","iconCheck":"IzHdHB","splitterRoot":"kMfLTz","headerRoot":"zQHriY","itemRoot":"XFrh-T","selectedMark":"cS84XD"};
937
+ var css$1e = {"uui-typography":"_7klDf1","hero-header":"uVgqv-","promo-header":"UPIUYk","uui-critical":"aKwo1Y","uui-info":"_40p0ph","uui-success":"lJB0o9","uui-warning":"Oj7MmR","uui-highlight":"OtKRZf","uui-typography-size-12":"gqOkq-","uui-typography-size-14":"N-orbL","uui-typography-size-16":"tnL5YC","submenu-root-item":"HhbGHg","icon-after":"BLAY31","icon-check":"lQ9Zrk","splitter-root":"qC5-xu","splitter":"a-5CqL","header-root":"-WkqQG","item-root":"-bZo14","icon":"SIrZ89","link":"_-18MAm","indent":"QSZSy3","selected-mark":"_3MCi8m","uuiTypography":"_7klDf1","heroHeader":"uVgqv-","promoHeader":"UPIUYk","uuiCritical":"aKwo1Y","uuiInfo":"_40p0ph","uuiSuccess":"lJB0o9","uuiWarning":"Oj7MmR","uuiHighlight":"OtKRZf","uuiTypographySize12":"gqOkq-","uuiTypographySize14":"N-orbL","uuiTypographySize16":"tnL5YC","submenuRootItem":"HhbGHg","iconAfter":"BLAY31","iconCheck":"lQ9Zrk","splitterRoot":"qC5-xu","headerRoot":"-WkqQG","itemRoot":"-bZo14","selectedMark":"_3MCi8m"};
732
938
 
733
939
  var IDropdownControlKeys;
734
940
  (function (IDropdownControlKeys) {
@@ -833,7 +1039,8 @@ function DropdownSubMenu(props) {
833
1039
  },
834
1040
  },
835
1041
  ];
836
- return (React__default.createElement(Dropdown$1, { openOnHover: props.openOnHover || true, closeOnMouseLeave: "boundary", openDelay: 400, closeDelay: 400, placement: "right-start", modifiers: subMenuModifiers, renderBody: (dropdownProps) => React__default.createElement(DropdownMenuBody, Object.assign({ closeOnKey: IDropdownControlKeys.LEFT_ARROW }, props, dropdownProps)), renderTarget: (_a) => {
1042
+ const dir = useDocumentDir();
1043
+ return (React__default.createElement(Dropdown$1, { openOnHover: props.openOnHover || true, closeOnMouseLeave: "boundary", openDelay: 400, closeDelay: 400, placement: dir === 'rtl' ? 'left-start' : 'right-start', modifiers: subMenuModifiers, renderBody: (dropdownProps) => React__default.createElement(DropdownMenuBody, Object.assign({ closeOnKey: IDropdownControlKeys.LEFT_ARROW }, props, dropdownProps)), renderTarget: (_a) => {
837
1044
  var { toggleDropdownOpening } = _a, targetProps = __rest(_a, ["toggleDropdownOpening"]);
838
1045
  return (React__default.createElement(DropdownMenuButton, Object.assign({ cx: cx$1(css$1e.submenuRootItem), icon: systemIcons.foldingArrow, iconPosition: "right", isDropdown: true, toggleDropdownOpening: toggleDropdownOpening }, props, targetProps)));
839
1046
  } }));
@@ -859,7 +1066,7 @@ function DropdownMenuSwitchButton(props) {
859
1066
  React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
860
1067
  }
861
1068
 
862
- var css$1d = {"uui-typography":"qvM-DY","hero-header":"n6TEde","promo-header":"qBRZn0","uui-critical":"w-h-5l","uui-info":"JGzeqx","uui-success":"dIZKTc","uui-warning":"cpBN3Q","uui-highlight":"xNyode","uui-typography-size-12":"fLI9im","uui-typography-size-14":"XQGQ0K","uui-typography-size-16":"_99rWER","root":"_8Ns5I6","mode-block":"fNndlg","mode-inline":"gTGfcj","padding-0":"G6039A","padding-6":"IE-HP6","padding-12":"_2KKAZF","padding-18":"ywZV75","uuiTypography":"qvM-DY","heroHeader":"n6TEde","promoHeader":"qBRZn0","uuiCritical":"w-h-5l","uuiInfo":"JGzeqx","uuiSuccess":"dIZKTc","uuiWarning":"cpBN3Q","uuiHighlight":"xNyode","uuiTypographySize12":"fLI9im","uuiTypographySize14":"XQGQ0K","uuiTypographySize16":"_99rWER","modeBlock":"fNndlg","modeInline":"gTGfcj","padding0":"G6039A","padding6":"IE-HP6","padding12":"_2KKAZF","padding18":"ywZV75"};
1069
+ var css$1d = {"uui-typography":"VmObqY","hero-header":"SymwaR","promo-header":"BhkSHQ","uui-critical":"_0uVICO","uui-info":"CXbTbQ","uui-success":"_6Fpb9a","uui-warning":"_4cxtCF","uui-highlight":"dYOVC9","uui-typography-size-12":"nGaSIK","uui-typography-size-14":"CWXJv9","uui-typography-size-16":"JXjBHZ","root":"qMMtFg","mode-block":"nZwghV","mode-inline":"NMVMyy","padding-0":"Mi2xaZ","padding-6":"j3mvDa","padding-12":"Hhw8x7","padding-18":"dw650j","uuiTypography":"VmObqY","heroHeader":"SymwaR","promoHeader":"BhkSHQ","uuiCritical":"_0uVICO","uuiInfo":"CXbTbQ","uuiSuccess":"_6Fpb9a","uuiWarning":"_4cxtCF","uuiHighlight":"dYOVC9","uuiTypographySize12":"nGaSIK","uuiTypographySize14":"CWXJv9","uuiTypographySize16":"JXjBHZ","modeBlock":"nZwghV","modeInline":"NMVMyy","padding0":"Mi2xaZ","padding6":"j3mvDa","padding12":"Hhw8x7","padding18":"dw650j"};
863
1070
 
864
1071
  const getMode = (mode) => {
865
1072
  return mode || 'block';
@@ -875,7 +1082,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
875
1082
  dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
876
1083
  }));
877
1084
 
878
- var css$1c = {"uui-typography":"nlynn6","hero-header":"_-80UL1","promo-header":"j8YG1p","uui-critical":"fY0Jg3","uui-info":"T3NJah","uui-success":"DQfcDN","uui-warning":"_4WoWl-","uui-highlight":"YfDjDa","uui-typography-size-12":"hak98a","uui-typography-size-14":"x7tMRr","uui-typography-size-16":"xge7EQ","root":"WfXrU-","border-top":"xALGpy","border-bottom":"FJ99f-","top-shadow":"pYS8x4","size-24":"SZBVtb","size-30":"GWn89k","size-36":"kA-Nhq","size-42":"zBvNMx","size-48":"AzzkCJ","padding-6":"RcD3ix","padding-12":"_6YHsyT","padding-18":"XyTrdp","padding-24":"ysBIcG","margin-24":"lx5puD","margin-12":"Fryym0","vPadding-12":"NTeBfr","vPadding-18":"yJo31X","vPadding-24":"_6fYudj","vPadding-36":"ChSZu6","vPadding-48":"T0V4Mb","spacing-6":"_5YiYD4","spacing-12":"bAvdC2","spacing-18":"_9d10Oe","uui-surface-main":"cQcquB","uuiTypography":"nlynn6","heroHeader":"_-80UL1","promoHeader":"j8YG1p","uuiCritical":"fY0Jg3","uuiInfo":"T3NJah","uuiSuccess":"DQfcDN","uuiWarning":"_4WoWl-","uuiHighlight":"YfDjDa","uuiTypographySize12":"hak98a","uuiTypographySize14":"x7tMRr","uuiTypographySize16":"xge7EQ","borderTop":"xALGpy","borderBottom":"FJ99f-","topShadow":"pYS8x4","size24":"SZBVtb","size30":"GWn89k","size36":"kA-Nhq","size42":"zBvNMx","size48":"AzzkCJ","padding6":"RcD3ix","padding12":"_6YHsyT","padding18":"XyTrdp","padding24":"ysBIcG","margin24":"lx5puD","margin12":"Fryym0","vPadding12":"NTeBfr","vPadding18":"yJo31X","vPadding24":"_6fYudj","vPadding36":"ChSZu6","vPadding48":"T0V4Mb","spacing6":"_5YiYD4","spacing12":"bAvdC2","spacing18":"_9d10Oe","uuiSurfaceMain":"cQcquB"};
1085
+ var css$1c = {"uui-typography":"zs10u8","hero-header":"XGNL1O","promo-header":"NE4nUZ","uui-critical":"alD4M1","uui-info":"cte2og","uui-success":"X1F-Yo","uui-warning":"p28UQ2","uui-highlight":"LisMK0","uui-typography-size-12":"mL2IFD","uui-typography-size-14":"MJXM0u","uui-typography-size-16":"x4zSP-","root":"kA3Aed","border-top":"qT9Jvl","border-bottom":"mIqW5M","top-shadow":"jHyejA","size-24":"Cz82wh","size-30":"p05y62","size-36":"QYajVt","size-42":"agGoFV","size-48":"cCzFTG","padding-6":"ntr3A3","padding-12":"nnYW9Y","padding-18":"vGOGmF","padding-24":"O8wNUt","margin-24":"bgpzDn","margin-12":"a5seFv","vPadding-12":"_1C3TmD","vPadding-18":"V-MDKw","vPadding-24":"_4m-E9G","vPadding-36":"YIk-zT","vPadding-48":"zZtJiL","spacing-6":"xXm9-4","spacing-12":"mP1OPQ","spacing-18":"lzQGNQ","uui-surface-main":"xZl6h5","uuiTypography":"zs10u8","heroHeader":"XGNL1O","promoHeader":"NE4nUZ","uuiCritical":"alD4M1","uuiInfo":"cte2og","uuiSuccess":"X1F-Yo","uuiWarning":"p28UQ2","uuiHighlight":"LisMK0","uuiTypographySize12":"mL2IFD","uuiTypographySize14":"MJXM0u","uuiTypographySize16":"x4zSP-","borderTop":"qT9Jvl","borderBottom":"mIqW5M","topShadow":"jHyejA","size24":"Cz82wh","size30":"p05y62","size36":"QYajVt","size42":"agGoFV","size48":"cCzFTG","padding6":"ntr3A3","padding12":"nnYW9Y","padding18":"vGOGmF","padding24":"O8wNUt","margin24":"bgpzDn","margin12":"a5seFv","vPadding12":"_1C3TmD","vPadding18":"V-MDKw","vPadding24":"_4m-E9G","vPadding36":"YIk-zT","vPadding48":"zZtJiL","spacing6":"xXm9-4","spacing12":"mP1OPQ","spacing18":"lzQGNQ","uuiSurfaceMain":"xZl6h5"};
879
1086
 
880
1087
  const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1c.flexCell]);
881
1088
 
@@ -899,7 +1106,7 @@ const FlexRow = /* @__PURE__ */withMods(FlexRow$1, (props) => {
899
1106
  ];
900
1107
  });
901
1108
 
902
- var css$1b = {"root":"_3JbP6N","margin-24":"ui9Hvb","padding-12":"wwDHQk","padding-24":"bW5Gs6","shadow":"d37Tng","uui-surface-main":"Ej1Nfz","margin24":"ui9Hvb","padding12":"wwDHQk","padding24":"bW5Gs6","uuiSurfaceMain":"Ej1Nfz"};
1109
+ var css$1b = {"root":"ixBdLk","margin-24":"bsMVNb","padding-12":"_8sEW-V","padding-24":"yihCac","shadow":"IDcbgX","uui-surface-main":"SsMxs6","margin24":"bsMVNb","padding12":"_8sEW-V","padding24":"yihCac","uuiSurfaceMain":"SsMxs6"};
903
1110
 
904
1111
  const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
905
1112
  'uui-panel',
@@ -909,7 +1116,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
909
1116
  props.background && css$1b[`uui-${props.background}`],
910
1117
  ]);
911
1118
 
912
- var css$1a = {"root":"Oenrlm"};
1119
+ var css$1a = {"root":"qtNTr-"};
913
1120
 
914
1121
  function applyTooltipMods(mods) {
915
1122
  return [
@@ -919,18 +1126,21 @@ function applyTooltipMods(mods) {
919
1126
  }
920
1127
  const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
921
1128
 
922
- var css$19 = {"uui-typography":"whyuM0","hero-header":"IeGfCN","promo-header":"_6EikH4","uui-critical":"SN9XtB","uui-info":"IaT25s","uui-success":"YXmtYF","uui-warning":"g8yGol","uui-highlight":"FEwlj-","uui-typography-size-12":"hE1U3H","uui-typography-size-14":"EHt0F8","uui-typography-size-16":"jQrr3-","root":"_8G8vto","size-24":"_3g119o","size-30":"yvUmvl","size-36":"_526nSJ","size-42":"g7zUXv","size-48":"fMUNd8","uuiTypography":"whyuM0","heroHeader":"IeGfCN","promoHeader":"_6EikH4","uuiCritical":"SN9XtB","uuiInfo":"IaT25s","uuiSuccess":"YXmtYF","uuiWarning":"g8yGol","uuiHighlight":"FEwlj-","uuiTypographySize12":"hE1U3H","uuiTypographySize14":"EHt0F8","uuiTypographySize16":"jQrr3-","size24":"_3g119o","size30":"yvUmvl","size36":"_526nSJ","size42":"g7zUXv","size48":"fMUNd8"};
1129
+ var css$19 = {"uui-typography":"_1f-SHf","hero-header":"_4WB2MZ","promo-header":"czpszq","uui-critical":"_4kc-3f","uui-info":"-PdTOL","uui-success":"_5R3-MY","uui-warning":"GIzpe-","uui-highlight":"G8G22u","uui-typography-size-12":"_9oLl37","uui-typography-size-14":"O-nkOt","uui-typography-size-16":"_7gt9o0","root":"iKJUmO","uuiTypography":"_1f-SHf","heroHeader":"_4WB2MZ","promoHeader":"czpszq","uuiCritical":"_4kc-3f","uuiInfo":"-PdTOL","uuiSuccess":"_5R3-MY","uuiWarning":"GIzpe-","uuiHighlight":"G8G22u","uuiTypographySize12":"_9oLl37","uuiTypographySize14":"O-nkOt","uuiTypographySize16":"_7gt9o0"};
923
1130
 
924
- const DEFAULT_SIZE$3 = '36';
925
1131
  function applyLabeledInputMods(mods) {
926
- return [css$19.root, css$19['size-' + (mods.size || DEFAULT_SIZE$3)]];
1132
+ return [
1133
+ 'uui-labeled-input',
1134
+ css$19.root,
1135
+ 'uui-size-' + (mods.size || settings.sizes.defaults.labeledInput),
1136
+ ];
927
1137
  }
928
1138
  const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLabeledInputMods, (props) => ({
929
1139
  Tooltip: props.Tooltip || Tooltip,
930
- infoIcon: props.infoIcon || (['24', '30'].includes(props.size) ? ForwardRef$w : ForwardRef$L),
1140
+ infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$w : ForwardRef$L),
931
1141
  }));
932
1142
 
933
- var css$18 = {"root":"aaxruf"};
1143
+ var css$18 = {"root":"X-xO3k"};
934
1144
 
935
1145
  function RadioGroup(props) {
936
1146
  const direction = props.direction || 'vertical';
@@ -945,7 +1155,7 @@ function RadioGroup(props) {
945
1155
  })));
946
1156
  }
947
1157
 
948
- var css$17 = {"root":"WQhrGr"};
1158
+ var css$17 = {"root":"StUcZs"};
949
1159
 
950
1160
  function applyScrollBarsMods() {
951
1161
  return [
@@ -954,60 +1164,42 @@ function applyScrollBarsMods() {
954
1164
  }
955
1165
  const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
956
1166
 
957
- var css$16 = {"scroll-container":"efeXkS","list-container":"X7G7tT","scrollContainer":"efeXkS","listContainer":"X7G7tT"};
1167
+ var css$16 = {"scroll-container":"xvqW-R","list-container":"GAR6Qy","scrollContainer":"xvqW-R","listContainer":"GAR6Qy"};
958
1168
 
959
- var css$15 = {"root":"dGz8g-"};
1169
+ var css$15 = {"root":"zdFur0"};
960
1170
 
961
1171
  const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$15.root]);
962
1172
 
963
- var css$14 = {"uui-typography":"_8RGNmX","hero-header":"kj8MjL","promo-header":"V4tExG","uui-critical":"btRgSM","uui-info":"EOsSdg","uui-success":"USmDGv","uui-warning":"-tMGF3","uui-highlight":"KhsF4g","uui-typography-size-12":"UWq9-C","uui-typography-size-14":"WELMWG","uui-typography-size-16":"JLEEfc","root":"I-Yo6O","size-18":"Gftej-","size-24":"_1JZqMs","size-30":"roDsfo","size-36":"UNd5hF","size-42":"UtJX-h","size-48":"_6Fq0zN","uuiTypography":"_8RGNmX","heroHeader":"kj8MjL","promoHeader":"V4tExG","uuiCritical":"btRgSM","uuiInfo":"EOsSdg","uuiSuccess":"USmDGv","uuiWarning":"-tMGF3","uuiHighlight":"KhsF4g","uuiTypographySize12":"UWq9-C","uuiTypographySize14":"WELMWG","uuiTypographySize16":"JLEEfc","size18":"Gftej-","size24":"_1JZqMs","size30":"roDsfo","size36":"UNd5hF","size42":"UtJX-h","size48":"_6Fq0zN"};
1173
+ var css$14 = {"uui-typography":"cVrxHE","hero-header":"rGwKf-","promo-header":"Cr3Vfq","uui-critical":"vmVoYK","uui-info":"Vi7Mhl","uui-success":"mSMaf5","uui-warning":"_14Sx9n","uui-highlight":"_2pQgoM","uui-typography-size-12":"YHpt3l","uui-typography-size-14":"S5qCc9","uui-typography-size-16":"y4WPMz","root":"_9R5YoA","uuiTypography":"cVrxHE","heroHeader":"rGwKf-","promoHeader":"Cr3Vfq","uuiCritical":"vmVoYK","uuiInfo":"Vi7Mhl","uuiSuccess":"mSMaf5","uuiWarning":"_14Sx9n","uuiHighlight":"_2pQgoM","uuiTypographySize12":"YHpt3l","uuiTypographySize14":"S5qCc9","uuiTypographySize16":"y4WPMz"};
964
1174
 
965
- const DEFAULT_SIZE$2 = '36';
966
1175
  const DEFAULT_FILL = 'solid';
967
1176
  function applyBadgeMods(mods) {
968
1177
  return [
969
1178
  'uui-badge',
970
1179
  css$14.root,
971
- css$14['size-' + (mods.size || DEFAULT_SIZE$2)],
1180
+ `uui-size-${mods.size || settings.sizes.defaults.badge}`,
972
1181
  `uui-fill-${mods.fill || DEFAULT_FILL}`,
973
1182
  `uui-color-${mods.color || 'info'}`,
974
1183
  mods.indicator && mods.fill === 'outline' && 'uui-indicator',
975
1184
  ];
976
1185
  }
977
- const mapCountIndicatorSizes$1 = {
978
- 18: '12',
979
- 24: '18',
980
- 30: '18',
981
- 36: '18',
982
- 42: '24',
983
- 48: '24',
984
- };
985
1186
  const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
986
1187
  const styles = [applyBadgeMods(props), props.cx];
987
1188
  const DropdownIcon = props.dropdownIcon ? props.dropdownIcon : systemIcons.foldingArrow;
988
1189
  return (React__default.createElement(Clickable, Object.assign({}, props, { rawProps: Object.assign({ 'aria-haspopup': props.isDropdown, 'aria-expanded': props.isOpen }, props.rawProps), cx: styles, ref: ref }),
989
1190
  props.icon && props.iconPosition !== 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
990
1191
  props.caption && (React__default.createElement("div", { className: uuiElement.caption }, props.caption)),
991
- props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { key: "count-indicator", color: null, size: mapCountIndicatorSizes$1[props.size || DEFAULT_SIZE$2], caption: props.count })),
1192
+ props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { key: "count-indicator", color: null, size: settings.sizes.badge.countIndicator[props.size || settings.sizes.defaults.badge], caption: props.count })),
992
1193
  props.icon && props.iconPosition === 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
993
1194
  props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
994
1195
  });
995
1196
 
996
- var css$13 = {"uui-typography":"Sm-KXS","hero-header":"Z6mgRl","promo-header":"BjwwsL","uui-critical":"_6Phpmc","uui-info":"r5X5ma","uui-success":"b8aJJ4","uui-warning":"GVDyKz","uui-highlight":"yOQfHK","uui-typography-size-12":"R8v7XT","uui-typography-size-14":"Sa0aKp","uui-typography-size-16":"O5zvjv","root":"VVC-9m","size-18":"D7KPyx","size-24":"_5uirah","size-30":"BNADif","size-36":"jl15XN","size-42":"ByFA6B","size-48":"Tci8S7","uuiTypography":"Sm-KXS","heroHeader":"Z6mgRl","promoHeader":"BjwwsL","uuiCritical":"_6Phpmc","uuiInfo":"r5X5ma","uuiSuccess":"b8aJJ4","uuiWarning":"GVDyKz","uuiHighlight":"yOQfHK","uuiTypographySize12":"R8v7XT","uuiTypographySize14":"Sa0aKp","uuiTypographySize16":"O5zvjv","size18":"D7KPyx","size24":"_5uirah","size30":"BNADif","size36":"jl15XN","size42":"ByFA6B","size48":"Tci8S7"};
1197
+ var css$13 = {"uui-typography":"BpgLrF","hero-header":"cHq2gM","promo-header":"KEmDSU","uui-critical":"fkWLUN","uui-info":"omGr8l","uui-success":"_4TgKux","uui-warning":"V0BStV","uui-highlight":"Fa-ngw","uui-typography-size-12":"v2FsGm","uui-typography-size-14":"-SyPgJ","uui-typography-size-16":"UEZ0HV","root":"EZzE-P","uuiTypography":"BpgLrF","heroHeader":"cHq2gM","promoHeader":"KEmDSU","uuiCritical":"fkWLUN","uuiInfo":"omGr8l","uuiSuccess":"_4TgKux","uuiWarning":"V0BStV","uuiHighlight":"Fa-ngw","uuiTypographySize12":"v2FsGm","uuiTypographySize14":"-SyPgJ","uuiTypographySize16":"UEZ0HV"};
997
1198
 
998
- const DEFAULT_SIZE$1 = '36';
999
- const mapCountIndicatorSizes = {
1000
- 18: '12',
1001
- 24: '18',
1002
- 30: '18',
1003
- 36: '18',
1004
- 42: '24',
1005
- 48: '24',
1006
- };
1007
1199
  function applyTagMods(props) {
1008
1200
  return [
1009
- css$13['size-' + (props.size || DEFAULT_SIZE$1)],
1010
1201
  css$13.root,
1202
+ `uui-size-${props.size || settings.sizes.defaults.tag}`,
1011
1203
  `uui-color-${props.color || 'neutral'}`,
1012
1204
  `uui-fill-${props.fill || 'solid'}`,
1013
1205
  'uui-tag',
@@ -1020,20 +1212,20 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
1020
1212
  return (React__default.createElement(Clickable, Object.assign({}, props, { rawProps: Object.assign({ 'aria-haspopup': props.isDropdown, 'aria-expanded': props.isOpen }, props.rawProps), cx: styles, ref: ref }),
1021
1213
  props.icon && props.iconPosition !== 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
1022
1214
  props.caption && (React__default.createElement("div", { className: uuiElement.caption }, props.caption)),
1023
- props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { color: (!props.color || props.color === 'neutral') ? 'white' : props.color, size: mapCountIndicatorSizes[props.size || DEFAULT_SIZE$1], caption: props.count })),
1215
+ props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { color: (!props.color || props.color === 'neutral') ? 'white' : props.color, size: settings.sizes.tag.countIndicator[(props.size || settings.sizes.defaults.tag)], caption: props.count })),
1024
1216
  props.icon && props.iconPosition === 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
1025
1217
  props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen })),
1026
1218
  props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
1027
1219
  });
1028
1220
 
1029
- var css$12 = {"root":"innuJB","uui-spinner":"rSh5Tq","uuiSpinner":"rSh5Tq"};
1221
+ var css$12 = {"root":"Nu33Ir","uui-spinner":"XJpjUP","uuiSpinner":"XJpjUP"};
1030
1222
 
1031
1223
  function applySpinnerMods() {
1032
1224
  return [css$12.root, 'uui-spinner'];
1033
1225
  }
1034
1226
  const Spinner = /* @__PURE__ */withMods(Spinner$1, applySpinnerMods);
1035
1227
 
1036
- var css$11 = {"root":"a1eqMm","spacer":"_5gRDGL","mode-ghost":"BKDx9Z","size-24":"-AvP98","size-30":"gEWU8G","navigation-size-24":"W43zSK","navigation-size-30":"_42e-t4","modeGhost":"BKDx9Z","size24":"-AvP98","size30":"gEWU8G","navigationSize24":"W43zSK","navigationSize30":"_42e-t4"};
1228
+ var css$11 = {"root":"-yLNim","spacer":"lsiizj","mode-ghost":"Yl-eXr","size-24":"DIrayb","size-30":"iR3aov","navigation-size-24":"upnzt7","navigation-size-30":"W1a61M","modeGhost":"Yl-eXr","size24":"DIrayb","size30":"iR3aov","navigationSize24":"upnzt7","navigationSize30":"W1a61M"};
1037
1229
 
1038
1230
  var _path$v;
1039
1231
  function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
@@ -1084,14 +1276,14 @@ function Paginator(props) {
1084
1276
  return React__default.createElement(Paginator$1, Object.assign({}, props, { render: renderPaginator }));
1085
1277
  }
1086
1278
 
1087
- var css$10 = {"root":"j-FpEl","progress-bar":"_4-MB1C","progressBar-indeterminate":"_1FpdOR","size-12":"eAutDd","size-18":"uj25dX","size-24":"FTRcTW","progressBar":"_4-MB1C","progressBarIndeterminate":"_1FpdOR","size12":"eAutDd","size18":"uj25dX","size24":"FTRcTW"};
1279
+ var css$10 = {"root":"b7N-tX","progress-bar":"NDHVJ4","progressBar-indeterminate":"CzrnDA","size-12":"ZeMXzd","size-18":"o7J8rX","size-24":"-X-C5k","progressBar":"NDHVJ4","progressBarIndeterminate":"CzrnDA","size12":"ZeMXzd","size18":"o7J8rX","size24":"-X-C5k"};
1088
1280
 
1089
1281
  const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
1090
1282
  return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$10.root, css$10[`size-${props.size || 12}`]) },
1091
1283
  React.createElement("div", { className: cx(css$10.progressBar) })));
1092
1284
  });
1093
1285
 
1094
- var css$$ = {"root":"VZNdSC","striped":"tOvoto","animate-stripes":"DW9GEq","size-12":"ifCQXR","size-18":"bOCXhm","size-24":"IJOhDd","animateStripes":"DW9GEq","size12":"ifCQXR","size18":"bOCXhm","size24":"IJOhDd"};
1286
+ var css$$ = {"root":"fmHHpv","striped":"k-deMu","animate-stripes":"lFH1t8","size-12":"_3txpws","size-18":"-ExaFw","size-24":"L9uot-","animateStripes":"lFH1t8","size12":"_3txpws","size18":"-ExaFw","size24":"L9uot-"};
1095
1287
 
1096
1288
  const DEFAULT_SIZE = '12';
1097
1289
  function applyProgressBarMods(mods) {
@@ -1106,76 +1298,51 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
1106
1298
  hideLabel: props.hideLabel || props.striped,
1107
1299
  }));
1108
1300
 
1109
- var css$_ = {"root":"poRHuu"};
1301
+ var css$_ = {"root":"Zrp-ki"};
1110
1302
 
1111
1303
  const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
1112
1304
  const { progress } = props;
1113
1305
  return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$_.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$_.root, props.cx) }));
1114
1306
  });
1115
1307
 
1116
- var css$Z = {"root":"nvnMRK","size-12":"h4Kg1a","size-18":"o-RI1l","size-24":"asiXye","size12":"h4Kg1a","size18":"o-RI1l","size24":"asiXye"};
1308
+ var css$Z = {"root":"BmN8oo"};
1117
1309
 
1118
1310
  const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
1119
1311
  return (React__default.createElement("div", { ref: ref, className: cx([
1120
1312
  css$Z.root,
1121
- css$Z[`size-${props.size || 24}`],
1313
+ `uui-size-${props.size || settings.sizes.defaults.statusIndicator}`,
1122
1314
  'uui-status_indicator',
1123
1315
  `uui-color-${props.color || 'neutral'}`,
1124
1316
  `uui-fill-${props.fill || 'solid'}`,
1125
1317
  props.cx,
1126
1318
  ]) },
1127
- React__default.createElement("div", { className: "uui-status_indicator_dot" }),
1128
- React__default.createElement("p", { className: "uui-status_indicator_caption" }, props.caption)));
1319
+ React__default.createElement("div", { className: "uui-status_indicator-dot" }),
1320
+ React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
1129
1321
  });
1130
1322
 
1131
- var css$Y = {"drag-handle":"_6-8Phh","icon-container":"dhp-O8","dragHandle":"_6-8Phh","iconContainer":"dhp-O8"};
1323
+ var css$Y = {"drag-handle":"kGBa5m","icon-container":"T0jAuf","dragHandle":"kGBa5m","iconContainer":"T0jAuf"};
1132
1324
 
1133
1325
  function DataRowAddons(props) {
1134
1326
  var _a, _b;
1135
1327
  const row = props.rowProps;
1136
- const additionalItemSize = +props.size < 30 ? '12' : '18';
1137
1328
  const getIndent = () => {
1138
- switch (props.size) {
1139
- case '24':
1140
- return (row.indent - 1) * 6;
1141
- case '30':
1142
- case '36':
1143
- return (row.indent - 1) * 12;
1144
- case '42':
1145
- case '48':
1146
- case '60':
1147
- return (row.indent - 1) * 24;
1148
- default:
1149
- return (row.indent - 1) * 24;
1150
- }
1329
+ return (row.indent - 1) * settings.sizes.rowAddons.indentUnit[props.size || 'default'];
1151
1330
  };
1152
1331
  const getWidth = () => {
1153
- switch (props.size) {
1154
- case '24':
1155
- return '12px';
1156
- case '30':
1157
- case '36':
1158
- return '18px';
1159
- case '42':
1160
- case '48':
1161
- case '60':
1162
- return '24px';
1163
- default:
1164
- return '12px';
1165
- }
1332
+ return settings.sizes.rowAddons.indentWidth[props.size || 'default'];
1166
1333
  };
1167
1334
  return (React__default.createElement(React__default.Fragment, null,
1168
1335
  ((_a = row.dnd) === null || _a === void 0 ? void 0 : _a.srcData) && React__default.createElement(DragHandle, { key: "dh", cx: css$Y.dragHandle }),
1169
- ((_b = row === null || row === void 0 ? void 0 : row.checkbox) === null || _b === void 0 ? void 0 : _b.isVisible) && (React__default.createElement(Checkbox, { key: "cb", cx: "uui-dr_addons-checkbox", tabIndex: props.tabIndex, size: additionalItemSize, value: row.isChecked, indeterminate: !row.isChecked && row.isChildrenChecked, onValueChange: () => { var _a; return (_a = row.onCheck) === null || _a === void 0 ? void 0 : _a.call(row, row); }, isDisabled: row.checkbox.isDisabled, isInvalid: row.checkbox.isInvalid })),
1170
- row.indent > 0 && (React__default.createElement("div", { key: "fold", className: "uui-dr_addons-indent", style: { marginLeft: getIndent(), width: getWidth() } }, row.isFoldable && (React__default.createElement(IconContainer, { rawProps: {
1336
+ ((_b = row === null || row === void 0 ? void 0 : row.checkbox) === null || _b === void 0 ? void 0 : _b.isVisible) && (React__default.createElement(Checkbox, { key: "cb", cx: "uui-dr_addons-checkbox", tabIndex: props.tabIndex, size: settings.sizes.rowAddons.checkbox[props.size], value: row.isChecked, indeterminate: !row.isChecked && row.isChildrenChecked, onValueChange: () => { var _a; return (_a = row.onCheck) === null || _a === void 0 ? void 0 : _a.call(row, row); }, isDisabled: row.checkbox.isDisabled, isInvalid: row.checkbox.isInvalid })),
1337
+ row.indent > 0 && (React__default.createElement("div", { key: "fold", className: cx('uui-dr_addons-indent', `uui-size-${props.size}`), style: { marginInlineStart: getIndent(), width: getWidth() } }, row.isFoldable && (React__default.createElement(IconContainer, { rawProps: {
1171
1338
  'aria-label': row.isFolded ? 'Unfold' : 'Fold',
1172
1339
  role: 'button',
1173
1340
  }, key: "icon", icon: ForwardRef$P, cx: [
1174
1341
  uuiElement.foldingArrow, uuiMarkers.clickable, css$Y.iconContainer,
1175
- ], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row) }))))));
1342
+ ], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] }))))));
1176
1343
  }
1177
1344
 
1178
- var css$X = {"root":"Dgnc83"};
1345
+ var css$X = {"root":"vizobG"};
1179
1346
 
1180
1347
  const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$X.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
1181
1348
 
@@ -1211,13 +1378,12 @@ const VirtualList = /* @__PURE__ */React.forwardRef((props, ref) => {
1211
1378
  }), onScroll: handleScroll, renderView: renderView, ref: scrollBarsRef }, renderRows()));
1212
1379
  });
1213
1380
  const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
1214
- console.log(props);
1215
1381
  return (React.createElement(React.Fragment, null,
1216
1382
  React.createElement("div", Object.assign({}, props.rawProps, { style: Object.assign(Object.assign({}, props.style), { position: 'relative', flex: '1 1 auto', display: 'flex', flexDirection: 'column', overflow: props.isLoading ? 'hidden' : 'scroll', marginRight: props.isLoading ? 0 : props.style.marginRight, marginBottom: props.isLoading ? 0 : props.style.marginBottom }), ref: ref }), props.children),
1217
1383
  React.createElement(Blocker, { isEnabled: props.isLoading })));
1218
1384
  });
1219
1385
 
1220
- var css$W = {"root":"gNXGje"};
1386
+ var css$W = {"root":"_5dWB1d"};
1221
1387
 
1222
1388
  function CheckboxGroup(props) {
1223
1389
  const currentValue = props.value || [];
@@ -1379,7 +1545,7 @@ const TREE_SHAKEABLE_INIT = () => (Object.assign(Object.assign({}, i18n$1), { da
1379
1545
  } }));
1380
1546
  const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
1381
1547
 
1382
- var css$V = {"uui-typography":"BNNhxi","hero-header":"xSLHDX","promo-header":"YAsjt0","uui-critical":"Ya4BPX","uui-info":"_8AwQNp","uui-success":"_9csSJJ","uui-warning":"mQLjpT","uui-highlight":"vDGIqA","uui-typography-size-12":"TtJlZU","uui-typography-size-14":"-uMfpg","uui-typography-size-16":"SIISR2","modal":"UYTIyk","search-wrapper":"LeSqSU","body":"OeSYL-","checkbox":"rz8eUq","no-found-size-24":"c5q1Hu","no-found-size-30":"m6lZAh","no-found-size-36":"NjxfHj","no-found-size-42":"KOxb7p","uuiTypography":"BNNhxi","heroHeader":"xSLHDX","promoHeader":"YAsjt0","uuiCritical":"Ya4BPX","uuiInfo":"_8AwQNp","uuiSuccess":"_9csSJJ","uuiWarning":"mQLjpT","uuiHighlight":"vDGIqA","uuiTypographySize12":"TtJlZU","uuiTypographySize14":"-uMfpg","uuiTypographySize16":"SIISR2","searchWrapper":"LeSqSU","noFoundSize24":"c5q1Hu","noFoundSize30":"m6lZAh","noFoundSize36":"NjxfHj","noFoundSize42":"KOxb7p"};
1548
+ var css$V = {"uui-typography":"e2w165","hero-header":"A3C4z8","promo-header":"_-9zbfK","uui-critical":"e2-Vmi","uui-info":"lw7sOd","uui-success":"BXXvAi","uui-warning":"YSFBES","uui-highlight":"_03FNp7","uui-typography-size-12":"R0r8Cn","uui-typography-size-14":"-R2BTV","uui-typography-size-16":"r8dO7v","modal":"XOcmOK","search-wrapper":"cvoTJi","checkbox":"IoJd8D","no-found-size-24":"R9xbOp","no-found-size-30":"wMO9W6","no-found-size-36":"r0Ktq3","no-found-size-42":"QBRPIZ","uuiTypography":"e2w165","heroHeader":"A3C4z8","promoHeader":"_-9zbfK","uuiCritical":"e2-Vmi","uuiInfo":"lw7sOd","uuiSuccess":"BXXvAi","uuiWarning":"YSFBES","uuiHighlight":"_03FNp7","uuiTypographySize12":"R0r8Cn","uuiTypographySize14":"-R2BTV","uuiTypographySize16":"r8dO7v","searchWrapper":"cvoTJi","noFoundSize24":"R9xbOp","noFoundSize30":"wMO9W6","noFoundSize36":"r0Ktq3","noFoundSize42":"QBRPIZ"};
1383
1549
 
1384
1550
  class DataPickerBody extends PickerBodyBase {
1385
1551
  constructor() {
@@ -1391,29 +1557,23 @@ class DataPickerBody extends PickerBodyBase {
1391
1557
  if (this.props.renderNotFound) {
1392
1558
  return this.props.renderNotFound();
1393
1559
  }
1394
- return (React__default.createElement(FlexCell$1, { cx: css$V[`no-found-size-${this.props.searchSize || 36}`], grow: 1, textAlign: "center" },
1395
- React__default.createElement(Text, { size: this.props.searchSize || '36' }, i18n.dataPickerBody.noRecordsMessage)));
1560
+ // TODO: need fix sizes, how to use variables
1561
+ return (React__default.createElement(FlexCell$1, { cx: css$V[`no-found-size-${this.props.searchSize || settings.sizes.dataPickerBody.flexCell.default}`], grow: 1, textAlign: "center" },
1562
+ React__default.createElement(Text, { size: this.props.searchSize }, i18n.dataPickerBody.noRecordsMessage)));
1396
1563
  }
1397
1564
  render() {
1398
- const searchSize = isMobile() ? '48' : this.props.searchSize || '36';
1565
+ const searchSize = (isMobile() ? settings.sizes.dataPickerBody.searchInput['mobile'] : this.props.searchSize);
1399
1566
  return (React__default.createElement(React__default.Fragment, null,
1400
1567
  this.showSearch() && (React__default.createElement("div", { key: "search", className: css$V.searchWrapper },
1401
1568
  React__default.createElement(FlexCell$1, { grow: 1 },
1402
- React__default.createElement(SearchInput, Object.assign({ ref: this.searchRef, placeholder: i18n.dataPickerBody.searchPlaceholder }, this.searchLens.toProps(), { onKeyDown: this.searchKeyDown, size: searchSize, debounceDelay: this.props.searchDebounceDelay }))))),
1403
- React__default.createElement(FlexRow, { key: "body", cx: cx$1('uui-pickerInput-body', css$V[this.props.editMode], css$V[this.props.selectionMode]), rawProps: { style: { maxHeight: this.props.maxHeight, maxWidth: this.props.maxWidth } } }, this.props.rowsCount > 0 ? (React__default.createElement(VirtualList, Object.assign({}, this.lens.toProps(), { rows: this.props.rows, rawProps: this.props.rawProps, rowsCount: this.props.rowsCount, isLoading: this.props.isReloading }))) : (this.renderNotFound()))));
1569
+ React__default.createElement(SearchInput, Object.assign({ ref: this.searchRef, placeholder: i18n.dataPickerBody.searchPlaceholder }, this.searchLens.toProps(), { onKeyDown: this.searchKeyDown, size: searchSize, debounceDelay: this.props.searchDebounceDelay, rawProps: { dir: 'auto' } }))))),
1570
+ React__default.createElement(FlexRow, { key: "body", cx: cx$1('uui-picker_input-body', css$V[this.props.editMode], css$V[this.props.selectionMode]), rawProps: { style: { maxHeight: this.props.maxHeight, maxWidth: this.props.maxWidth } } }, this.props.rowsCount > 0 ? (React__default.createElement(VirtualList, Object.assign({}, this.lens.toProps(), { rows: this.props.rows, rawProps: this.props.rawProps, rowsCount: this.props.rowsCount, isLoading: this.props.isReloading }))) : (this.renderNotFound()))));
1404
1571
  }
1405
1572
  }
1406
1573
 
1407
- const switchSizes = {
1408
- 24: '12',
1409
- 36: '18',
1410
- 42: '24',
1411
- 48: '24',
1412
- };
1413
1574
  function DataPickerFooterImpl(props) {
1414
1575
  const { clearSelection, view, showSelected, selectionMode, } = props;
1415
- const size = isMobile() ? '48' : props.size || '36';
1416
- const switchSize = switchSizes[size];
1576
+ const size = settings.sizes.dataPickerFooter.linkButton[isMobile() ? 'mobile' : props.size];
1417
1577
  const hasSelection = view.getSelectedRowsCount() > 0;
1418
1578
  const rowsCount = view.getListProps().rowsCount;
1419
1579
  const isEmptyRowsAndHasNoSelection = (rowsCount === 0 && !hasSelection);
@@ -1423,8 +1583,8 @@ function DataPickerFooterImpl(props) {
1423
1583
  const selectAllText = i18n.pickerInput.selectAllButton;
1424
1584
  // show always for multi picker and for single only in case if search not disabled.
1425
1585
  const shouldShowFooter = isSinglePicker ? !props.disableClear : true;
1426
- return shouldShowFooter && (React__default.createElement(FlexRow, { padding: "12" },
1427
- !isSinglePicker && (React__default.createElement(Switch, { size: switchSize, value: showSelected.value, isDisabled: !hasSelection, onValueChange: showSelected.onValueChange, label: i18n.pickerInput.showOnlySelectedLabel })),
1586
+ return shouldShowFooter && (React__default.createElement(FlexRow, { padding: settings.sizes.dataPickerFooter.flexRowPadding },
1587
+ !isSinglePicker && (React__default.createElement(Switch, { size: settings.sizes.dataPickerFooter.switch[props.size], value: showSelected.value, isDisabled: !hasSelection, onValueChange: showSelected.onValueChange, label: i18n.pickerInput.showOnlySelectedLabel })),
1428
1588
  React__default.createElement(FlexSpacer, null),
1429
1589
  React__default.createElement(FlexCell, { width: "auto", alignSelf: "center" },
1430
1590
  view.selectAll && (React__default.createElement(LinkButton, { size: size, caption: hasSelection ? clearAllText : selectAllText, onClick: hasSelection ? clearSelection : () => view.selectAll.onValueChange(true), rawProps: {
@@ -1436,12 +1596,12 @@ function DataPickerFooterImpl(props) {
1436
1596
  }
1437
1597
  const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
1438
1598
 
1439
- var css$U = {"header":"xBCuKV","close":"XoSOYc"};
1599
+ var css$U = {"header":"-NyBV1","close":"Kv1z8J"};
1440
1600
 
1441
1601
  const DataPickerHeaderImpl = (props) => {
1442
1602
  const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
1443
1603
  return (React__default.createElement(FlexRow, { alignItems: "center", borderBottom: true, cx: css$U.header },
1444
- React__default.createElement(Text, { size: "48", fontWeight: "600" }, title),
1604
+ React__default.createElement(Text, { size: settings.sizes.dataPickerHeader.text.size, fontWeight: settings.sizes.dataPickerHeader.text.fontWeight }, title),
1445
1605
  React__default.createElement(IconButton, { icon: ForwardRef$Q, onClick: () => { var _a; return (_a = props.close) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$U.close })));
1446
1606
  };
1447
1607
  const DataPickerHeader = /* @__PURE__ */React__default.memo(DataPickerHeaderImpl);
@@ -1461,7 +1621,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
1461
1621
  };
1462
1622
  var ForwardRef$t = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
1463
1623
 
1464
- var css$T = {"uui-typography":"e6hdU-","hero-header":"_61OR2C","promo-header":"lee8BX","uui-critical":"VBDEpx","uui-info":"Bdv8nf","uui-success":"mg-und","uui-warning":"_3rJMhN","uui-highlight":"hPfaSj","uui-typography-size-12":"kMD9na","uui-typography-size-14":"yiWVnY","uui-typography-size-16":"q09ZdG","root":"jTHSIa","align-widgets-top":"iLk-s9","size-24":"-CwI76","size-30":"zwtK7l","size-36":"_4RdhPQ","size-42":"-TNMhw","size-48":"zm-fhz","size-60":"_4kF0iH","align-widgets-center":"Mq2igf","icon-wrapper":"NRMET2","padding-12":"IYmaj4","padding-24":"g326Rt","padding-left-12":"_4mwZgb","padding-left-24":"EeiGLe","icon-container":"sQGQzi","loading-cell":"_4GP47E","content-wrapper":"XL2du-","render-item":"I8MFAA","icon-default":"JmY0Iy","selected-mark":"GN0N-1","uuiTypography":"e6hdU-","heroHeader":"_61OR2C","promoHeader":"lee8BX","uuiCritical":"VBDEpx","uuiInfo":"Bdv8nf","uuiSuccess":"mg-und","uuiWarning":"_3rJMhN","uuiHighlight":"hPfaSj","uuiTypographySize12":"kMD9na","uuiTypographySize14":"yiWVnY","uuiTypographySize16":"q09ZdG","alignWidgetsTop":"iLk-s9","size24":"-CwI76","size30":"zwtK7l","size36":"_4RdhPQ","size42":"-TNMhw","size48":"zm-fhz","size60":"_4kF0iH","alignWidgetsCenter":"Mq2igf","iconWrapper":"NRMET2","padding12":"IYmaj4","padding24":"g326Rt","paddingLeft12":"_4mwZgb","paddingLeft24":"EeiGLe","iconContainer":"sQGQzi","loadingCell":"_4GP47E","contentWrapper":"XL2du-","renderItem":"I8MFAA","iconDefault":"JmY0Iy","selectedMark":"GN0N-1"};
1624
+ var css$T = {"uui-typography":"Do4uRT","hero-header":"SMO6mD","promo-header":"NYfhmh","uui-critical":"_6m1JlD","uui-info":"gzdV89","uui-success":"M-4Fte","uui-warning":"g7eFtl","uui-highlight":"fmsKtK","uui-typography-size-12":"_9QnF5f","uui-typography-size-14":"-LkguN","uui-typography-size-16":"FHHnJb","root":"lM6L32","align-widgets-top":"DkzjgB","align-widgets-center":"SqojH2","padding-12":"mY1CEk","padding-24":"SuL2Vr","padding-left-12":"eTqVBW","padding-left-24":"eJJCQE","icon-container":"ikqKi9","loading-cell":"_5AMLYi","content-wrapper":"pBPZNN","render-item":"vZk1NU","icon-wrapper":"p41ATJ","icon-default":"ClpXIT","selected-mark":"XpoPzH","uuiTypography":"Do4uRT","heroHeader":"SMO6mD","promoHeader":"NYfhmh","uuiCritical":"_6m1JlD","uuiInfo":"gzdV89","uuiSuccess":"M-4Fte","uuiWarning":"g7eFtl","uuiHighlight":"fmsKtK","uuiTypographySize12":"_9QnF5f","uuiTypographySize14":"-LkguN","uuiTypographySize16":"FHHnJb","alignWidgetsTop":"DkzjgB","alignWidgetsCenter":"SqojH2","padding12":"mY1CEk","padding24":"SuL2Vr","paddingLeft12":"eTqVBW","paddingLeft24":"eJJCQE","iconContainer":"ikqKi9","loadingCell":"_5AMLYi","contentWrapper":"pBPZNN","renderItem":"vZk1NU","iconWrapper":"p41ATJ","iconDefault":"ClpXIT","selectedMark":"XpoPzH"};
1465
1625
 
1466
1626
  function DataPickerCell(props) {
1467
1627
  const ref = React.useRef();
@@ -1469,18 +1629,18 @@ function DataPickerCell(props) {
1469
1629
  if (props.rowProps.isLoading) {
1470
1630
  content = (
1471
1631
  // remove `css.loadingCell` after` removing `margin: 0 3px 3px 0` from `TextPlaceholder` `loadingWord` class styles.
1472
- React.createElement(Text, { key: "t", size: props.size !== '60' ? props.size : '48', cx: css$T.loadingCell },
1632
+ React.createElement(Text, { key: "t", size: settings.sizes.dataPickerCell.text[props.size], cx: css$T.loadingCell },
1473
1633
  React.createElement(TextPlaceholder, null)));
1474
1634
  }
1475
1635
  else if (props.rowProps.isUnknown) {
1476
- content = (React.createElement(Text, { key: "t", size: props.size !== '60' ? props.size : '48' }, "Unknown"));
1636
+ content = (React.createElement(Text, { key: "t", size: settings.sizes.dataPickerCell.text[props.size] }, "Unknown"));
1477
1637
  }
1478
1638
  else {
1479
1639
  content = (React.createElement("div", { key: `${props.rowProps.id}`, className: css$T.renderItem },
1480
1640
  props.renderItem(props.rowProps.value, props.rowProps),
1481
1641
  React.createElement(FlexSpacer, null),
1482
1642
  (props.rowProps.isChildrenSelected || props.rowProps.isSelected) && (React.createElement("div", { className: cx$1(css$T.iconWrapper, uuiMod.selected) },
1483
- React.createElement(IconContainer, { icon: props.size === '24' ? ForwardRef$t : ForwardRef$O, cx: cx$1(props.rowProps.isChildrenSelected ? css$T.iconDefault : css$T.selectedMark), rawProps: { 'aria-label': props.rowProps.isChildrenSelected
1643
+ React.createElement(IconContainer, { size: settings.sizes.dataPickerCell.icon[props.size], icon: settings.sizes.dataPickerCell.isBoldIcon[props.size] ? ForwardRef$t : ForwardRef$O, cx: props.rowProps.isChildrenSelected ? css$T.iconDefault : css$T.selectedMark, rawProps: { 'aria-label': props.rowProps.isChildrenSelected
1484
1644
  ? 'Child is selected'
1485
1645
  : 'Selected' } })))));
1486
1646
  }
@@ -1489,22 +1649,22 @@ function DataPickerCell(props) {
1489
1649
  css$T.root,
1490
1650
  props.cx,
1491
1651
  'data-picker-cell',
1492
- css$T['size-' + (props.size || '36')],
1493
- css$T[`padding-${props.padding || '12'}`],
1494
- css$T[`padding-left-${props.padding || '24'}`],
1652
+ 'uui-size-' + (props.size || settings.sizes.defaults.dataPickerCell),
1653
+ css$T[`padding-${props.padding || settings.sizes.dataPickerCell.padding.default}`],
1654
+ css$T[`padding-left-${props.padding || settings.sizes.dataPickerCell.paddingLeft.default}`],
1495
1655
  css$T[`align-widgets-${props.alignActions || 'top'}`],
1496
1656
  ] },
1497
- React.createElement(DataRowAddons, Object.assign({}, props)),
1657
+ React.createElement(DataRowAddons, Object.assign({ size: props.size || settings.sizes.defaults.dataPickerCell }, props)),
1498
1658
  getWrappedContent()));
1499
1659
  }
1500
1660
 
1501
- var css$S = {"uui-typography":"yQqsls","hero-header":"fQnWxu","promo-header":"_0Lg9H9","uui-critical":"xA8JKP","uui-info":"quIZLm","uui-success":"LlyHRy","uui-warning":"roWOUL","uui-highlight":"U8YXuE","uui-typography-size-12":"aje-qn","uui-typography-size-14":"d7pJEy","uui-typography-size-16":"kpBwgX","picker-row":"RPcMCE","uuiTypography":"yQqsls","heroHeader":"fQnWxu","promoHeader":"_0Lg9H9","uuiCritical":"xA8JKP","uuiInfo":"quIZLm","uuiSuccess":"LlyHRy","uuiWarning":"roWOUL","uuiHighlight":"U8YXuE","uuiTypographySize12":"aje-qn","uuiTypographySize14":"d7pJEy","uuiTypographySize16":"kpBwgX","pickerRow":"RPcMCE"};
1661
+ var css$S = {"uui-typography":"_2SePCq","hero-header":"nfhGWq","promo-header":"z4gMCD","uui-critical":"z-ebub","uui-info":"ldMtWn","uui-success":"hMDRaU","uui-warning":"DW8Bp2","uui-highlight":"_9KlZnT","uui-typography-size-12":"_8zAm3A","uui-typography-size-14":"pDGoE6","uui-typography-size-16":"GWOP9u","picker-row":"XmrQqy","uuiTypography":"_2SePCq","heroHeader":"nfhGWq","promoHeader":"z4gMCD","uuiCritical":"z-ebub","uuiInfo":"ldMtWn","uuiSuccess":"hMDRaU","uuiWarning":"DW8Bp2","uuiHighlight":"_9KlZnT","uuiTypographySize12":"_8zAm3A","uuiTypographySize14":"pDGoE6","uuiTypographySize16":"GWOP9u","pickerRow":"XmrQqy"};
1502
1662
 
1503
1663
  class DataPickerRow extends React.Component {
1504
1664
  constructor() {
1505
1665
  super(...arguments);
1506
1666
  this.renderContent = () => {
1507
- return (React.createElement(DataPickerCell, { key: "name", size: this.props.size || '36', padding: this.props.padding || '24', rowProps: this.props, alignActions: this.props.alignActions || 'top', renderItem: this.props.renderItem }));
1667
+ return (React.createElement(DataPickerCell, { key: "name", size: this.props.size || settings.sizes.dataPickerRow.dataPickerCell.default, padding: this.props.padding || settings.sizes.dataPickerRow.padding.default, rowProps: this.props, alignActions: this.props.alignActions || 'top', renderItem: this.props.renderItem }));
1508
1668
  };
1509
1669
  }
1510
1670
  render() {
@@ -1512,7 +1672,7 @@ class DataPickerRow extends React.Component {
1512
1672
  }
1513
1673
  }
1514
1674
 
1515
- var css$R = {"uui-typography":"OQ-D-T","hero-header":"G7KfL0","promo-header":"MUBIUR","uui-critical":"S3Iynr","uui-info":"dN6pnu","uui-success":"zqn-g9","uui-warning":"s0wJ6e","uui-highlight":"eoU00U","uui-typography-size-12":"b4ZxTX","uui-typography-size-14":"cmgPpF","uui-typography-size-16":"EgOCCv","done":"HGWjU2","container":"Y700eo","uuiTypography":"OQ-D-T","heroHeader":"G7KfL0","promoHeader":"MUBIUR","uuiCritical":"S3Iynr","uuiInfo":"dN6pnu","uuiSuccess":"zqn-g9","uuiWarning":"s0wJ6e","uuiHighlight":"eoU00U","uuiTypographySize12":"b4ZxTX","uuiTypographySize14":"cmgPpF","uuiTypographySize16":"EgOCCv"};
1675
+ var css$R = {"uui-typography":"DxPR41","hero-header":"ddf9pA","promo-header":"YjCbp2","uui-critical":"anz51B","uui-info":"rIX13a","uui-success":"iuCyKB","uui-warning":"ZvJgve","uui-highlight":"V5jliH","uui-typography-size-12":"UElBuh","uui-typography-size-14":"ZM9FTt","uui-typography-size-16":"_6-Ll-y","done":"RfQcL7","container":"VHgCqT","uuiTypography":"DxPR41","heroHeader":"ddf9pA","promoHeader":"YjCbp2","uuiCritical":"anz51B","uuiInfo":"rIX13a","uuiSuccess":"iuCyKB","uuiWarning":"ZvJgve","uuiHighlight":"V5jliH","uuiTypographySize12":"UElBuh","uuiTypographySize14":"ZM9FTt","uuiTypographySize16":"_6-Ll-y"};
1516
1676
 
1517
1677
  const MobileDropdownWrapper = (props) => {
1518
1678
  const isMobileView = isMobile();
@@ -1521,7 +1681,7 @@ const MobileDropdownWrapper = (props) => {
1521
1681
  return (React__default.createElement(DropdownContainer, Object.assign({}, props, { maxWidth: maxWidth, maxHeight: maxHeight, cx: [css$R.container, props.cx] }),
1522
1682
  isMobileView && React__default.createElement(DataPickerHeader, { title: props.title, close: props.onClose }),
1523
1683
  props.children,
1524
- isMobileView && React__default.createElement(LinkButton, { caption: i18n.pickerInput.doneButton, onClick: () => { var _a; return (_a = props.onClose) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$R.done, size: "48" })));
1684
+ isMobileView && React__default.createElement(LinkButton, { caption: i18n.pickerInput.doneButton, onClick: () => { var _a; return (_a = props.onClose) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$R.done, size: settings.sizes.mobileDropdownWrapper.linkButton })));
1525
1685
  };
1526
1686
 
1527
1687
  var _path$s, _path2$4;
@@ -1546,9 +1706,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
1546
1706
  };
1547
1707
  var ForwardRef$s = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
1548
1708
 
1549
- var css$Q = {"uui-typography":"ZkkSDY","hero-header":"pJqCXv","promo-header":"ngDjIw","uui-critical":"EijOGf","uui-info":"ugJVaZ","uui-success":"FIjnde","uui-warning":"_8hDe6p","uui-highlight":"QrSAKX","uui-typography-size-12":"IWybnM","uui-typography-size-14":"dt-M2Z","uui-typography-size-16":"c3C0x2","sub-header-wrapper":"OMnSA9","switch":"rJWab7","no-found-modal-container":"REGWLB","no-found-modal-container-icon":"_4K6UGT","no-found-modal-container-text":"AeyS21","uuiTypography":"ZkkSDY","heroHeader":"pJqCXv","promoHeader":"ngDjIw","uuiCritical":"EijOGf","uuiInfo":"ugJVaZ","uuiSuccess":"FIjnde","uuiWarning":"_8hDe6p","uuiHighlight":"QrSAKX","uuiTypographySize12":"IWybnM","uuiTypographySize14":"dt-M2Z","uuiTypographySize16":"c3C0x2","subHeaderWrapper":"OMnSA9","$switch$":"rJWab7","noFoundModalContainer":"REGWLB","noFoundModalContainerIcon":"_4K6UGT","noFoundModalContainerText":"AeyS21"};
1550
-
1551
- var css$P = {"root":"vQW2K8","multiline":"GAbiqs","vertical-padding-24":"WFUGy-","vertical-padding-30":"_9JUwEf","vertical-padding-36":"H6BVtP","vertical-padding-42":"nf-1Pf","vertical-padding-48":"Nftw4J","text":"xyMYHW","verticalPadding24":"WFUGy-","verticalPadding30":"_9JUwEf","verticalPadding36":"H6BVtP","verticalPadding42":"nf-1Pf","verticalPadding48":"Nftw4J"};
1709
+ var css$Q = {"uui-typography":"LafbQU","hero-header":"_5P6jSv","promo-header":"f5VjFN","uui-critical":"HfXLBw","uui-info":"Z-vIXV","uui-success":"lDNzjK","uui-warning":"FCGTX0","uui-highlight":"Kq-i4s","uui-typography-size-12":"tNGF-4","uui-typography-size-14":"xtXpgd","uui-typography-size-16":"ttDBN5","sub-header-wrapper":"HNRZ5V","switch":"LY0uX-","no-found-modal-container":"J5PE-B","no-found-modal-container-icon":"eBm8Rz","no-found-modal-container-text":"myCkzN","uuiTypography":"LafbQU","heroHeader":"_5P6jSv","promoHeader":"f5VjFN","uuiCritical":"HfXLBw","uuiInfo":"Z-vIXV","uuiSuccess":"lDNzjK","uuiWarning":"FCGTX0","uuiHighlight":"Kq-i4s","uuiTypographySize12":"tNGF-4","uuiTypographySize14":"xtXpgd","uuiTypographySize16":"ttDBN5","subHeaderWrapper":"HNRZ5V","$switch$":"LY0uX-","noFoundModalContainer":"J5PE-B","noFoundModalContainerIcon":"eBm8Rz","noFoundModalContainerText":"myCkzN"};
1552
1710
 
1553
1711
  const mergeHighlightRanges = (ranges) => {
1554
1712
  const mergedRanges = [];
@@ -1615,11 +1773,12 @@ const getHighlightedSearchMatches = (str, search) => {
1615
1773
  return getDecoratedText(str, ranges);
1616
1774
  };
1617
1775
 
1618
- const defaultSize$2 = '36';
1776
+ var css$P = {"root":"U9tsYa","multiline":"DVWTHU","vertical-padding-24":"_1SGcfI","vertical-padding-30":"wEh8Dr","vertical-padding-36":"NbFHAl","vertical-padding-42":"BG7pzq","vertical-padding-48":"bPzYz-","text":"E072MA","verticalPadding24":"_1SGcfI","verticalPadding30":"wEh8Dr","verticalPadding36":"NbFHAl","verticalPadding42":"BG7pzq","verticalPadding48":"bPzYz-"};
1777
+
1619
1778
  function PickerItem(props) {
1620
1779
  var _a;
1621
1780
  const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, cx, } = props;
1622
- const itemSize = size || defaultSize$2;
1781
+ const itemSize = size || settings.sizes.defaults.pickerItem;
1623
1782
  const isMultiline = !!(props.title && props.subtitle);
1624
1783
  const { search } = (_a = props.dataSourceState) !== null && _a !== void 0 ? _a : {};
1625
1784
  const title = highlightSearchMatches ? getHighlightedSearchMatches(props.title, search) : props.title;
@@ -1633,7 +1792,7 @@ function PickerItem(props) {
1633
1792
  subtitle && (React.createElement(Text, { size: itemSize, color: isDisabled ? 'disabled' : 'secondary', cx: css$P.text }, isLoading ? React.createElement(TextPlaceholder, { wordsCount: 2 }) : subtitle))))));
1634
1793
  }
1635
1794
  function getAvatarSize(size, isMultiline) {
1636
- return isMultiline ? size : +size - 6;
1795
+ return settings.sizes.pickerItem.avatar[isMultiline ? 'multiline' : 'rest'][size];
1637
1796
  }
1638
1797
 
1639
1798
  function PickerModal(props) {
@@ -1682,34 +1841,18 @@ function PickerModal(props) {
1682
1841
  listView: view,
1683
1842
  rows: dataRows,
1684
1843
  searchPosition: 'body',
1685
- }, e), autoFocus: true, placeholder: i18n.pickerModal.searchPlaceholder }))),
1844
+ }, e), autoFocus: true, placeholder: i18n.pickerModal.searchPlaceholder, rawProps: { dir: 'auto' } }))),
1686
1845
  !isSingleSelect() && (React__default.createElement(Switch, Object.assign({ cx: css$Q.switch, size: "18" }, getFooterProps().showSelected, { isDisabled: view.getSelectedRowsCount() < 1, label: "Show only selected" }))),
1687
1846
  props.renderFilter && React__default.createElement(FlexCell, { grow: 2 }, props.renderFilter(dataSourceStateLens.prop('filter').toProps()))),
1688
1847
  React__default.createElement(DataPickerBody, Object.assign({}, getListProps(), { value: getDataSourceState(), onValueChange: handleDataSourceValueChange, search: dataSourceStateLens.prop('search').toProps(), showSearch: false, rows: rows, renderNotFound: renderNotFound, editMode: "modal" })),
1689
1848
  React__default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
1690
1849
  }
1691
1850
 
1692
- var css$O = {"tooltip":"rcHr9x"};
1693
-
1694
- const getPickerTogglerButtonSize = (propSize) => {
1695
- switch (propSize) {
1696
- case '48':
1697
- return '42';
1698
- case '42':
1699
- return '36';
1700
- case '36':
1701
- return '30';
1702
- case '30':
1703
- return '24';
1704
- case '24':
1705
- return '18';
1706
- default:
1707
- return '30';
1708
- }
1709
- };
1851
+ var css$O = {"tooltip":"-iDFMj"};
1852
+
1710
1853
  const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
1711
1854
  var _a;
1712
- const tagProps = Object.assign(Object.assign({}, props), { tabIndex: -1, size: getPickerTogglerButtonSize(props.size), caption: ((_a = props.rowProps) === null || _a === void 0 ? void 0 : _a.isLoading) ? React.createElement(TextPlaceholder, null) : props.caption });
1855
+ const tagProps = Object.assign(Object.assign({}, props), { tabIndex: -1, size: settings.sizes.pickerToggler.tag[props.size], caption: ((_a = props.rowProps) === null || _a === void 0 ? void 0 : _a.isLoading) ? React.createElement(TextPlaceholder, null) : props.caption });
1713
1856
  if (props.isCollapsed) {
1714
1857
  const collapsedRows = props.collapsedRows.map((row) => { var _a; return (_a = row.value) === null || _a === void 0 ? void 0 : _a.name; }).join(', ');
1715
1858
  return (React.createElement(Tooltip, { key: "selected", content: collapsedRows, closeDelay: 150, closeOnMouseLeave: "boundary", cx: css$O.tooltip },
@@ -1720,20 +1863,20 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
1720
1863
  }
1721
1864
  });
1722
1865
 
1723
- var css$N = {"uui-typography":"VgH66r","hero-header":"C2mOsr","promo-header":"CxD7GJ","uui-critical":"WwYDjA","uui-info":"RWfJuh","uui-success":"j1tc84","uui-warning":"BwfbD-","uui-highlight":"UwgaWB","uui-typography-size-12":"_326obK","uui-typography-size-14":"USsvXb","uui-typography-size-16":"_6kd41Y","root":"_3QLiBG","mode-form":"_-3cbHq","mode-cell":"msnYmM","mode-inline":"LOFPSp","size-24":"DoeQ45","size-30":"OdTbXn","size-36":"am5-tg","size-42":"_0LJWkV","size-48":"_9oeEAh","uuiTypography":"VgH66r","heroHeader":"C2mOsr","promoHeader":"CxD7GJ","uuiCritical":"WwYDjA","uuiInfo":"RWfJuh","uuiSuccess":"j1tc84","uuiWarning":"BwfbD-","uuiHighlight":"UwgaWB","uuiTypographySize12":"_326obK","uuiTypographySize14":"USsvXb","uuiTypographySize16":"_6kd41Y","modeForm":"_-3cbHq","modeCell":"msnYmM","modeInline":"LOFPSp","size24":"DoeQ45","size30":"OdTbXn","size36":"am5-tg","size42":"_0LJWkV","size48":"_9oeEAh"};
1866
+ var css$N = {"uui-typography":"OYoA2g","hero-header":"-wIath","promo-header":"_1lMWM1","uui-critical":"_0ecCIZ","uui-info":"blczXq","uui-success":"Gg6v4l","uui-warning":"AeY9cf","uui-highlight":"RIgBaU","uui-typography-size-12":"_8k9559","uui-typography-size-14":"Orp-bF","uui-typography-size-16":"gx4C7U","root":"vlHl37","mode-form":"Ex6BK2","mode-cell":"_2Lssnz","mode-inline":"EBFllY","uuiTypography":"OYoA2g","heroHeader":"-wIath","promoHeader":"_1lMWM1","uuiCritical":"_0ecCIZ","uuiInfo":"blczXq","uuiSuccess":"Gg6v4l","uuiWarning":"AeY9cf","uuiHighlight":"RIgBaU","uuiTypographySize12":"_8k9559","uuiTypographySize14":"Orp-bF","uuiTypographySize16":"gx4C7U","modeForm":"Ex6BK2","modeCell":"_2Lssnz","modeInline":"EBFllY"};
1724
1867
 
1725
- const defaultSize$1 = '36';
1726
1868
  const defaultMode$1 = EditMode.FORM;
1727
1869
  function applyPickerTogglerMods(mods) {
1728
1870
  return [
1729
1871
  css$N.root,
1730
- css$N['size-' + (mods.size || defaultSize$1)],
1872
+ 'uui-picker_toggler',
1873
+ `uui-size-${mods.size || settings.sizes.defaults.pickerToggler}`,
1731
1874
  css$N['mode-' + (mods.mode || defaultMode$1)],
1732
1875
  ];
1733
1876
  }
1734
1877
  function PickerTogglerComponent(props, ref) {
1735
1878
  const renderItem = (itemProps) => {
1736
- const itemPropsWithSize = Object.assign(Object.assign({}, itemProps), { size: props.size });
1879
+ const itemPropsWithSize = Object.assign(Object.assign({}, itemProps), { size: (props.size || settings.sizes.defaults.pickerToggler) });
1737
1880
  if (!!props.renderItem) {
1738
1881
  return props.renderItem(itemPropsWithSize);
1739
1882
  }
@@ -1743,8 +1886,6 @@ function PickerTogglerComponent(props, ref) {
1743
1886
  }
1744
1887
  const PickerToggler = /* @__PURE__ */React.forwardRef(PickerTogglerComponent);
1745
1888
 
1746
- const pickerHeight$1 = 300;
1747
- const pickerWidth = 360;
1748
1889
  function PickerInputComponent(_a, ref) {
1749
1890
  var { highlightSearchMatches = true } = _a, props = __rest(_a, ["highlightSearchMatches"]);
1750
1891
  const toggleModalOpening = () => {
@@ -1781,9 +1922,9 @@ function PickerInputComponent(_a, ref) {
1781
1922
  };
1782
1923
  const getRowSize = () => {
1783
1924
  if (isMobile()) {
1784
- return '48';
1925
+ return settings.sizes.pickerInput.rowSize.mobile;
1785
1926
  }
1786
- return props.editMode === 'modal' ? '36' : props.size;
1927
+ return props.editMode === 'modal' ? settings.sizes.pickerInput.rowSize.modal : props.size;
1787
1928
  };
1788
1929
  const getSubtitle = ({ path }, { search }) => {
1789
1930
  if (!search)
@@ -1798,12 +1939,12 @@ function PickerInputComponent(_a, ref) {
1798
1939
  return (React__default.createElement(PickerItem, Object.assign({ title: getName(item), size: getRowSize(), dataSourceState: dsState, highlightSearchMatches: highlightSearchMatches }, (flattenSearchResults ? { subtitle: getSubtitle(rowProps, dataSourceState) } : {}), rowProps)));
1799
1940
  };
1800
1941
  const renderRow = (rowProps, dsState) => {
1801
- return props.renderRow ? (props.renderRow(rowProps, dsState)) : (React__default.createElement(DataPickerRow, Object.assign({}, rowProps, { key: rowProps.rowKey, size: getRowSize(), padding: props.editMode === 'modal' ? '24' : '12', renderItem: (item, itemProps) => renderRowItem(item, itemProps, dsState) })));
1942
+ return props.renderRow ? (props.renderRow(rowProps, dsState)) : (React__default.createElement(DataPickerRow, Object.assign({}, rowProps, { key: rowProps.rowKey, size: getRowSize(), padding: (props.editMode === 'modal' ? settings.sizes.pickerInput.rowSize.padding.modal : settings.sizes.pickerInput.rowSize.padding.default), renderItem: (item, itemProps) => renderRowItem(item, itemProps, dsState) })));
1802
1943
  };
1803
1944
  const renderBody = (bodyProps, rows) => {
1804
1945
  const renderedDataRows = rows.map((row) => renderRow(row, dataSourceState));
1805
- const bodyHeight = isMobile() ? document.documentElement.clientHeight : props.dropdownHeight || pickerHeight$1;
1806
- const minBodyWidth = props.minBodyWidth || pickerWidth;
1946
+ const bodyHeight = isMobile() ? document.documentElement.clientHeight : props.dropdownHeight || settings.sizes.pickerInput.height;
1947
+ const minBodyWidth = props.minBodyWidth || settings.sizes.pickerInput.width;
1807
1948
  return (React__default.createElement(MobileDropdownWrapper, { title: props.entityName, onClose: () => toggleBodyOpening(false), cx: [props.bodyCx], onKeyDown: bodyProps.onKeyDown, width: bodyProps.togglerWidth > minBodyWidth ? bodyProps.togglerWidth : minBodyWidth, focusLock: getSearchPosition() === 'body' },
1808
1949
  React__default.createElement(DataPickerBody, Object.assign({}, bodyProps, { rows: renderedDataRows, maxHeight: bodyHeight, searchSize: props.size, editMode: "dropdown", selectionMode: props.selectionMode, renderNotFound: props.renderNotFound
1809
1950
  ? () => props.renderNotFound({
@@ -1822,7 +1963,7 @@ function PickerInputComponent(_a, ref) {
1822
1963
  }
1823
1964
  const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
1824
1965
 
1825
- var css$M = {"row":"QkiO74"};
1966
+ var css$M = {"row":"DBnujB"};
1826
1967
 
1827
1968
  function PickerListItem(props) {
1828
1969
  var _a;
@@ -1843,7 +1984,7 @@ function PickerListItem(props) {
1843
1984
  return (React__default.createElement("div", Object.assign({ role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1 }, (((_a = props.checkbox) === null || _a === void 0 ? void 0 : _a.isVisible) && { 'aria-checked': props.isChecked }), { className: css$M.row }), component));
1844
1985
  }
1845
1986
 
1846
- var css$L = {"root":"Xbj53f"};
1987
+ var css$L = {"root":"GJOlH9"};
1847
1988
 
1848
1989
  function PickerList(props) {
1849
1990
  const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
@@ -1883,7 +2024,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
1883
2024
  const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
1884
2025
  const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
1885
2026
 
1886
- var css$K = {"uui-typography":"_110JE5","hero-header":"gqX7Gu","promo-header":"_0NU7SA","uui-critical":"b48V3N","uui-info":"vVEeu0","uui-success":"e-IrXR","uui-warning":"mzNcTH","uui-highlight":"ICJNHq","uui-typography-size-12":"_65f9Yj","uui-typography-size-14":"Da0wvC","uui-typography-size-16":"smGOOZ","root":"XwNLBZ","title-wrapper":"L6rhTc","title":"IiNJAR","text-wrapper":"oYkn5I","selection":"BOgVEC","postfix":"_-24LSV","selected":"OAXkSF","uuiTypography":"_110JE5","heroHeader":"gqX7Gu","promoHeader":"_0NU7SA","uuiCritical":"b48V3N","uuiInfo":"vVEeu0","uuiSuccess":"e-IrXR","uuiWarning":"mzNcTH","uuiHighlight":"ICJNHq","uuiTypographySize12":"_65f9Yj","uuiTypographySize14":"Da0wvC","uuiTypographySize16":"smGOOZ","titleWrapper":"L6rhTc","textWrapper":"oYkn5I"};
2027
+ var css$K = {"uui-typography":"Iw3vKX","hero-header":"Dn8Iiz","promo-header":"WKzb1F","uui-critical":"_0-VgP0","uui-info":"fbsunz","uui-success":"_4uEl2r","uui-warning":"CgsB4o","uui-highlight":"TPh1Sc","uui-typography-size-12":"r4lXM9","uui-typography-size-14":"M78LJF","uui-typography-size-16":"VQw-TW","root":"d-W7ox","title-wrapper":"dwEcNJ","title":"a9fEF8","text-wrapper":"EHkPub","selection":"CXSUH2","postfix":"htvRZV","selected":"rjjxES","uuiTypography":"Iw3vKX","heroHeader":"Dn8Iiz","promoHeader":"WKzb1F","uuiCritical":"_0-VgP0","uuiInfo":"fbsunz","uuiSuccess":"_4uEl2r","uuiWarning":"CgsB4o","uuiHighlight":"TPh1Sc","uuiTypographySize12":"r4lXM9","uuiTypographySize14":"M78LJF","uuiTypographySize16":"VQw-TW","titleWrapper":"dwEcNJ","textWrapper":"EHkPub"};
1887
2028
 
1888
2029
  const defaultSize = '36';
1889
2030
  const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
@@ -1950,7 +2091,7 @@ function FilterPickerBody(_a) {
1950
2091
  };
1951
2092
  const renderItem = (item, rowProps, dsState) => {
1952
2093
  const { flattenSearchResults } = view.getConfig();
1953
- return (React.createElement(PickerItem, Object.assign({ title: getName(item), highlightSearchMatches: highlightSearchMatches }, (flattenSearchResults ? { subtitle: getSubtitle(rowProps, dsState) } : {}), { dataSourceState: dsState, size: "36" }, rowProps)));
2094
+ return (React.createElement(PickerItem, Object.assign({ title: getName(item), highlightSearchMatches: highlightSearchMatches }, (flattenSearchResults ? { subtitle: getSubtitle(rowProps, dsState) } : {}), { dataSourceState: dsState, size: settings.sizes.filterPickerBody.pickerItem }, rowProps)));
1954
2095
  };
1955
2096
  const onSelect = (row) => {
1956
2097
  handleDataSourceValueChange((currentDataSourceState) => (Object.assign(Object.assign({}, currentDataSourceState), { search: '', selectedId: row.id })));
@@ -1959,24 +2100,24 @@ function FilterPickerBody(_a) {
1959
2100
  if (rowProps.isSelectable && isSingleSelect() && props.editMode !== 'modal') {
1960
2101
  rowProps.onSelect = onSelect;
1961
2102
  }
1962
- return props.renderRow ? (props.renderRow(rowProps, dataSourceState)) : (React.createElement(DataPickerRow, Object.assign({}, rowProps, { key: rowProps.rowKey, size: "36", padding: "12", renderItem: (item, itemProps) => renderItem(item, itemProps, dsState) })));
2103
+ return props.renderRow ? (props.renderRow(rowProps, dataSourceState)) : (React.createElement(DataPickerRow, Object.assign({}, rowProps, { key: rowProps.rowKey, size: settings.sizes.filterPickerBody.dataPickerRow, padding: "12", renderItem: (item, itemProps) => renderItem(item, itemProps, dsState) })));
1963
2104
  };
1964
2105
  const renderFooter = () => {
1965
- return React.createElement(DataPickerFooter, Object.assign({}, getFooterProps(), { size: "36" }));
2106
+ return React.createElement(DataPickerFooter, Object.assign({}, getFooterProps(), { size: settings.sizes.filterPickerBody.dataPickerFooter }));
1966
2107
  };
1967
2108
  const renderBody = (bodyProps, rows) => {
1968
2109
  const renderedDataRows = rows.map((props) => renderRow(props, dataSourceState));
1969
2110
  const maxHeight = isMobile() ? document.documentElement.clientHeight : props.maxBodyHeight || pickerHeight;
1970
2111
  const maxWidth = isMobile() ? undefined : 360;
1971
2112
  return (React.createElement(React.Fragment, null,
1972
- React.createElement(DataPickerBody, Object.assign({}, bodyProps, { selectionMode: props.selectionMode, rows: renderedDataRows, maxHeight: maxHeight, maxWidth: maxWidth, searchSize: "36", editMode: "dropdown" })),
2113
+ React.createElement(DataPickerBody, Object.assign({}, bodyProps, { selectionMode: props.selectionMode, rows: renderedDataRows, maxHeight: maxHeight, maxWidth: maxWidth, searchSize: settings.sizes.filterPickerBody.searchSize, editMode: "dropdown" })),
1973
2114
  renderFooter()));
1974
2115
  };
1975
2116
  const rows = getRows();
1976
2117
  return renderBody(Object.assign(Object.assign(Object.assign({}, getPickerBodyProps(rows)), getListProps()), { showSearch: (_b = props.showSearch) !== null && _b !== void 0 ? _b : true }), rows);
1977
2118
  }
1978
2119
 
1979
- var css$J = {"container":"_0fm4qW"};
2120
+ var css$J = {"container":"YY6FWB"};
1980
2121
 
1981
2122
  const defaultFormat = 'MMM D, YYYY';
1982
2123
  const valueFormat = 'YYYY-MM-DD';
@@ -2185,14 +2326,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
2185
2326
  React.createElement(Button, { icon: navIconRight || ForwardRef$u, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow(), isDisabled: disableNext }))));
2186
2327
  }
2187
2328
 
2188
- var css$I = {"uui-typography":"wUjYlt","hero-header":"T3zwIm","promo-header":"GUDSnj","uui-critical":"kXA-TB","uui-info":"_7uSmni","uui-success":"EYKzgf","uui-warning":"_0sCd9A","uui-highlight":"nl7rZd","uui-typography-size-12":"cO-sT8","uui-typography-size-14":"ozkTZ1","uui-typography-size-16":"KEbCRR","root":"XNO8vv","uuiTypography":"wUjYlt","heroHeader":"T3zwIm","promoHeader":"GUDSnj","uuiCritical":"kXA-TB","uuiInfo":"_7uSmni","uuiSuccess":"EYKzgf","uuiWarning":"_0sCd9A","uuiHighlight":"nl7rZd","uuiTypographySize12":"cO-sT8","uuiTypographySize14":"ozkTZ1","uuiTypographySize16":"KEbCRR"};
2329
+ var css$I = {"uui-typography":"mYpFF0","hero-header":"E9p9C0","promo-header":"YxrFY-","uui-critical":"_54QOT5","uui-info":"AAJRoA","uui-success":"fx9rl-","uui-warning":"wCMdWn","uui-highlight":"uC6Ty5","uui-typography-size-12":"bALD--","uui-typography-size-14":"nJag6u","uui-typography-size-16":"zKqoEm","root":"X8UNw9","uuiTypography":"mYpFF0","heroHeader":"E9p9C0","promoHeader":"YxrFY-","uuiCritical":"_54QOT5","uuiInfo":"AAJRoA","uuiSuccess":"fx9rl-","uuiWarning":"wCMdWn","uuiHighlight":"uC6Ty5","uuiTypographySize12":"bALD--","uuiTypographySize14":"nJag6u","uuiTypographySize16":"zKqoEm"};
2189
2330
 
2190
2331
  function applyDateSelectionMods() {
2191
2332
  return [css$I.root];
2192
2333
  }
2193
2334
  const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
2194
2335
 
2195
- var css$H = {"uui-typography":"sa--0h","hero-header":"X8QjRs","promo-header":"lC3fu4","uui-critical":"_1Gti8L","uui-info":"N67Dgn","uui-success":"_5hi-7P","uui-warning":"bLV3-j","uui-highlight":"GMMGlK","uui-typography-size-12":"QFowog","uui-typography-size-14":"T86R9e","uui-typography-size-16":"ieFLYS","root":"TI7yt6","uuiTypography":"sa--0h","heroHeader":"X8QjRs","promoHeader":"lC3fu4","uuiCritical":"_1Gti8L","uuiInfo":"N67Dgn","uuiSuccess":"_5hi-7P","uuiWarning":"bLV3-j","uuiHighlight":"GMMGlK","uuiTypographySize12":"QFowog","uuiTypographySize14":"T86R9e","uuiTypographySize16":"ieFLYS"};
2336
+ var css$H = {"uui-typography":"_3N-4G1","hero-header":"X0V9Xu","promo-header":"lY8iar","uui-critical":"jF531I","uui-info":"zai5Wm","uui-success":"SfGI7C","uui-warning":"uS5HYX","uui-highlight":"Zeiofa","uui-typography-size-12":"_3lnhYX","uui-typography-size-14":"t-roNO","uui-typography-size-16":"fWTrCG","root":"xk2a44","uuiTypography":"_3N-4G1","heroHeader":"X0V9Xu","promoHeader":"lY8iar","uuiCritical":"jF531I","uuiInfo":"zai5Wm","uuiSuccess":"SfGI7C","uuiWarning":"uS5HYX","uuiHighlight":"Zeiofa","uuiTypographySize12":"_3lnhYX","uuiTypographySize14":"t-roNO","uuiTypographySize16":"fWTrCG"};
2196
2337
 
2197
2338
  const uuiDatePickerBody = {
2198
2339
  wrapper: 'uui-datepickerBody-wrapper',
@@ -2280,7 +2421,7 @@ function FilterDatePickerBody(props) {
2280
2421
  } })))));
2281
2422
  }
2282
2423
 
2283
- var css$G = {"uui-typography":"pBIzxI","hero-header":"laG5kL","promo-header":"pJ-Xzp","uui-critical":"N8yzSs","uui-info":"L33p7Y","uui-success":"dlVySh","uui-warning":"-Y4UAi","uui-highlight":"_9Bj2L9","uui-typography-size-12":"d3IbNk","uui-typography-size-14":"ti7QfB","uui-typography-size-16":"_0AiVbo","dropdown-container":"M-ymcv","date-input":"_9htoCJ","size-24":"rXWvOY","size-30":"G4c9yX","size-36":"D3kAhw","size-42":"p-PYrL","size-48":"YAQAoY","date-input-group":"ds4De-","separator":"ln7hDh","mode-form":"oACKaQ","mode-cell":"BNXpAo","uuiTypography":"pBIzxI","heroHeader":"laG5kL","promoHeader":"pJ-Xzp","uuiCritical":"N8yzSs","uuiInfo":"L33p7Y","uuiSuccess":"dlVySh","uuiWarning":"-Y4UAi","uuiHighlight":"_9Bj2L9","uuiTypographySize12":"d3IbNk","uuiTypographySize14":"ti7QfB","uuiTypographySize16":"_0AiVbo","dropdownContainer":"M-ymcv","dateInput":"_9htoCJ","size24":"rXWvOY","size30":"G4c9yX","size36":"D3kAhw","size42":"p-PYrL","size48":"YAQAoY","dateInputGroup":"ds4De-","modeForm":"oACKaQ","modeCell":"BNXpAo"};
2424
+ var css$G = {"uui-typography":"_9zK6d6","hero-header":"xOYY-D","promo-header":"XfGycM","uui-critical":"w26Lb9","uui-info":"Ofj472","uui-success":"DAWvzG","uui-warning":"_5aulQK","uui-highlight":"eH2zCX","uui-typography-size-12":"rUNHan","uui-typography-size-14":"x31K4w","uui-typography-size-16":"_6iNphr","dropdown-container":"men63l","date-input":"oAfTgr","date-input-group":"_4pl4y-","separator":"Bun8vo","mode-form":"_11S8wM","mode-cell":"KUTHqh","uuiTypography":"_9zK6d6","heroHeader":"xOYY-D","promoHeader":"XfGycM","uuiCritical":"w26Lb9","uuiInfo":"Ofj472","uuiSuccess":"DAWvzG","uuiWarning":"_5aulQK","uuiHighlight":"eH2zCX","uuiTypographySize12":"rUNHan","uuiTypographySize14":"x31K4w","uuiTypographySize16":"_6iNphr","dropdownContainer":"men63l","dateInput":"oAfTgr","dateInputGroup":"_4pl4y-","modeForm":"_11S8wM","modeCell":"KUTHqh"};
2284
2425
 
2285
2426
  const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onBlur, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, id, cx: classes, }, ref) => {
2286
2427
  const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
@@ -2306,14 +2447,14 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
2306
2447
  }
2307
2448
  };
2308
2449
  const clearAllowed = !disableClear && inputValue.from && inputValue.to;
2309
- return (React__default.createElement("div", { ref: ref, className: cx$1(classes, css$G.dateInputGroup, isDisabled && uuiMod.disabled, isReadonly && uuiMod.readonly, isInvalid && uuiMod.invalid, inFocus && uuiMod.focus), onClick: (event) => {
2450
+ return (React__default.createElement("div", { ref: ref, className: cx$1(classes, css$G.dateInputGroup, 'uui-range-date-picker', isDisabled && uuiMod.disabled, isReadonly && uuiMod.readonly, isInvalid && uuiMod.invalid, inFocus && uuiMod.focus), onClick: (event) => {
2310
2451
  if (!isDisabled) {
2311
2452
  onClick === null || onClick === void 0 ? void 0 : onClick(event);
2312
2453
  }
2313
2454
  }, onBlur: onBlur },
2314
- React__default.createElement(TextInput, { icon: systemIcons.calendar, cx: cx$1(css$G.dateInput, css$G['size-' + (size || 36)], inFocus === 'from' && uuiMod.focus), size: size || '36', placeholder: getPlaceholder ? getPlaceholder('from') : i18n.rangeDatePicker.pickerPlaceholderFrom, value: inputValue.from || undefined, onValueChange: (v) => onInputChange(v || '', 'from'), onFocus: (event) => handleFocus(event, 'from'), onBlur: (event) => handleBlur(event, 'from'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps === null || rawProps === void 0 ? void 0 : rawProps.from, id: id }),
2455
+ React__default.createElement(TextInput, { icon: systemIcons.calendar, cx: cx$1(css$G.dateInput, inFocus === 'from' && uuiMod.focus), size: size || settings.sizes.defaults.rangeDatePicker, placeholder: getPlaceholder ? getPlaceholder('from') : i18n.rangeDatePicker.pickerPlaceholderFrom, value: inputValue.from || undefined, onValueChange: (v) => onInputChange(v || '', 'from'), onFocus: (event) => handleFocus(event, 'from'), onBlur: (event) => handleBlur(event, 'from'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps === null || rawProps === void 0 ? void 0 : rawProps.from, id: id }),
2315
2456
  React__default.createElement("div", { className: css$G.separator }),
2316
- React__default.createElement(TextInput, { cx: cx$1(css$G.dateInput, css$G['size-' + (size || 36)], inFocus === 'to' && uuiMod.focus), placeholder: getPlaceholder ? getPlaceholder('to') : i18n.rangeDatePicker.pickerPlaceholderTo, size: size || '36', value: inputValue.to || undefined, onCancel: clearAllowed ? () => {
2457
+ React__default.createElement(TextInput, { cx: cx$1(css$G.dateInput, inFocus === 'to' && uuiMod.focus), placeholder: getPlaceholder ? getPlaceholder('to') : i18n.rangeDatePicker.pickerPlaceholderTo, size: size || settings.sizes.defaults.rangeDatePicker, value: inputValue.to || undefined, onCancel: clearAllowed ? () => {
2317
2458
  onValueChange(defaultRangeValue);
2318
2459
  } : undefined, onValueChange: (v) => onInputChange(v || '', 'to'), onFocus: (e) => handleFocus(e, 'to'), onBlur: (e) => handleBlur(e, 'to'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps === null || rawProps === void 0 ? void 0 : rawProps.to })));
2319
2460
  });
@@ -2371,7 +2512,7 @@ function FilterRangeDatePickerBody(props) {
2371
2512
  React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
2372
2513
  }
2373
2514
 
2374
- var css$F = {"container":"RZxVoN"};
2515
+ var css$F = {"container":"eORk5q"};
2375
2516
 
2376
2517
  function FilterNumericBody(props) {
2377
2518
  var _a, _b;
@@ -2471,7 +2612,7 @@ var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref)
2471
2612
  };
2472
2613
  var ForwardRef$r = /*#__PURE__*/forwardRef(SvgActionDeleteForeverFill);
2473
2614
 
2474
- var css$E = {"uui-typography":"yvqW-8","hero-header":"wav0j2","promo-header":"_53WSof","uui-critical":"-Waffu","uui-info":"e7OAxT","uui-success":"Xmp85i","uui-warning":"DGaC37","uui-highlight":"_1wO2y5","uui-typography-size-12":"u2CSKz","uui-typography-size-14":"_4wnGVg","uui-typography-size-16":"mQ4hRi","header":"_6oGFEa","removeButton":"SOm6Uv","with-search":"aV-Azt","uuiTypography":"yvqW-8","heroHeader":"wav0j2","promoHeader":"_53WSof","uuiCritical":"-Waffu","uuiInfo":"e7OAxT","uuiSuccess":"Xmp85i","uuiWarning":"DGaC37","uuiHighlight":"_1wO2y5","uuiTypographySize12":"u2CSKz","uuiTypographySize14":"_4wnGVg","uuiTypographySize16":"mQ4hRi","withSearch":"aV-Azt"};
2615
+ var css$E = {"uui-typography":"fwvtXp","hero-header":"Gu96dI","promo-header":"veXf69","uui-critical":"lCf5iL","uui-info":"_2DvYfA","uui-success":"X-HYxX","uui-warning":"NaMgCF","uui-highlight":"aDwDVl","uui-typography-size-12":"UlSYY6","uui-typography-size-14":"TytSgT","uui-typography-size-16":"_8NEiwW","header":"erctQB","removeButton":"OCjHFS","with-search":"fCvkZz","uuiTypography":"fwvtXp","heroHeader":"Gu96dI","promoHeader":"veXf69","uuiCritical":"lCf5iL","uuiInfo":"_2DvYfA","uuiSuccess":"X-HYxX","uuiWarning":"NaMgCF","uuiHighlight":"aDwDVl","uuiTypographySize12":"UlSYY6","uuiTypographySize14":"TytSgT","uuiTypographySize16":"_8NEiwW","withSearch":"fCvkZz"};
2475
2616
 
2476
2617
  function useView(props, value) {
2477
2618
  const forceUpdate = useForceUpdate();
@@ -2759,8 +2900,7 @@ function FiltersToolbarImpl(props) {
2759
2900
  return orderBy(selectedFilters, (f) => { var _a, _b; return (_b = (_a = tableState.filtersConfig) === null || _a === void 0 ? void 0 : _a[f.field]) === null || _b === void 0 ? void 0 : _b.order; });
2760
2901
  }, [filters, tableState.filtersConfig]);
2761
2902
  const renderAddFilterToggler = useCallback((togglerProps) => {
2762
- var _a;
2763
- return (React__default.createElement(Button, { size: (_a = props.size) !== null && _a !== void 0 ? _a : '36', onClick: togglerProps.onClick, ref: togglerProps.ref, caption: i18n.filterToolbar.addCaption, icon: ForwardRef$q, iconPosition: "left", fill: "ghost", color: "primary", cx: UUI_FILTERS_PANEL_ADD_BUTTON }));
2903
+ return (React__default.createElement(Button, { size: props.size, onClick: togglerProps.onClick, ref: togglerProps.ref, caption: i18n.filterToolbar.addCaption, icon: ForwardRef$q, iconPosition: "left", fill: "ghost", color: "primary", cx: UUI_FILTERS_PANEL_ADD_BUTTON }));
2764
2904
  }, []);
2765
2905
  const getRowOptions = useCallback((item) => ({
2766
2906
  isDisabled: item.isAlwaysVisible,
@@ -2793,7 +2933,7 @@ function FiltersToolbarImpl(props) {
2793
2933
  }
2794
2934
  const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
2795
2935
 
2796
- var css$D = {"divider":"rvUxuZ","dropdownDeleteIcon":"tS-P3Z","presetsWrapper":"f9a7aK","addPresetContainer":"NvVtXd","dropContainer":"-YTtMQ"};
2936
+ var css$D = {"divider":"XsVmbi","dropdownDeleteIcon":"rhDOxJ","presetsWrapper":"TFlngs","addPresetContainer":"x7aMqS","dropContainer":"FRyAy6"};
2797
2937
 
2798
2938
  var _path$p;
2799
2939
  function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
@@ -2921,7 +3061,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
2921
3061
  };
2922
3062
  var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
2923
3063
 
2924
- var css$C = {"delete-button":"M7b6eZ","tab-button":"piNZxf","targetOpen":"-XGNpt","deleteButton":"M7b6eZ","tabButton":"piNZxf"};
3064
+ var css$C = {"delete-button":"q2wfpv","tab-button":"KA7Wdr","targetOpen":"jaaOf-","deleteButton":"q2wfpv","tabButton":"KA7Wdr"};
2925
3065
 
2926
3066
  function PresetActionsDropdown(props) {
2927
3067
  const { uuiNotifications } = useUuiContext();
@@ -2979,7 +3119,7 @@ function PresetActionsDropdown(props) {
2979
3119
  return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
2980
3120
  }
2981
3121
 
2982
- var css$B = {"preset-input-cell":"K0AiE0","preset-input":"_8Bp-Yv","presetInputCell":"K0AiE0","presetInput":"_8Bp-Yv"};
3122
+ var css$B = {"preset-input-cell":"ciwz-C","preset-input":"XhElaS","presetInputCell":"ciwz-C","presetInput":"XhElaS"};
2983
3123
 
2984
3124
  const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
2985
3125
  const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
@@ -3012,7 +3152,7 @@ function PresetInput(props) {
3012
3152
  React__default.createElement(TextInput, { cx: css$B.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
3013
3153
  }
3014
3154
 
3015
- var css$A = {"preset":"teE9Hq","activePreset":"fUC6NO"};
3155
+ var css$A = {"preset":"fZRNvn","activePreset":"_4RMRm1"};
3016
3156
 
3017
3157
  function Preset(props) {
3018
3158
  const [isRenamePreset, setIsRenamePreset] = useState(false);
@@ -3114,25 +3254,16 @@ const useColumnsWithFilters = (initialColumns, filters) => {
3114
3254
  return columns;
3115
3255
  };
3116
3256
 
3117
- var css$z = {"line-height-12":"EJq2ng","line-height-18":"KHHSgQ","line-height-24":"_3xlFoj","line-height-30":"GIimem","font-size-10":"Gs1cH5","font-size-12":"b-PEG5","font-size-14":"kon6gX","font-size-16":"O4d6QY","font-size-18":"q9Q8NV","font-size-24":"_25RIYo","v-padding-2":"B6m4hC","v-padding-3":"_2u6l8k","v-padding-5":"N1gHkD","v-padding-6":"tLQOrX","v-padding-8":"PBveFE","v-padding-9":"pjpW9q","v-padding-11":"T8q0BU","v-padding-12":"_6WKrDr","v-padding-14":"re2DR0","v-padding-15":"LzANSL","v-padding-17":"_38VK51","v-padding-18":"Kd-wrl","v-padding-23":"NtmIEd","v-padding-24":"dpvNE1","lineHeight12":"EJq2ng","lineHeight18":"KHHSgQ","lineHeight24":"_3xlFoj","lineHeight30":"GIimem","fontSize10":"Gs1cH5","fontSize12":"b-PEG5","fontSize14":"kon6gX","fontSize16":"O4d6QY","fontSize18":"q9Q8NV","fontSize24":"_25RIYo","vPadding2":"B6m4hC","vPadding3":"_2u6l8k","vPadding5":"N1gHkD","vPadding6":"tLQOrX","vPadding8":"PBveFE","vPadding9":"pjpW9q","vPadding11":"T8q0BU","vPadding12":"_6WKrDr","vPadding14":"re2DR0","vPadding15":"LzANSL","vPadding17":"_38VK51","vPadding18":"Kd-wrl","vPadding23":"NtmIEd","vPadding24":"dpvNE1"};
3257
+ var css$z = {"line-height-12":"YEodeC","line-height-18":"QUkk6f","line-height-24":"-r7znJ","line-height-30":"tLna8K","font-size-10":"EP3At9","font-size-12":"fW9s1r","font-size-14":"eZWH2m","font-size-16":"EGxoRl","font-size-18":"Hy5wX9","font-size-24":"oN8u7Y","v-padding-2":"vYvxlN","v-padding-3":"GVX0nT","v-padding-5":"JIoXaW","v-padding-6":"zrLB5m","v-padding-8":"ibjyun","v-padding-9":"NEd-D2","v-padding-11":"VDosF0","v-padding-12":"gDJpG9","v-padding-14":"_55EJIS","v-padding-15":"CGQ-DD","v-padding-17":"_5gpbum","v-padding-18":"_1vrY-v","v-padding-23":"ee6VgB","v-padding-24":"FYMWhj","lineHeight12":"YEodeC","lineHeight18":"QUkk6f","lineHeight24":"-r7znJ","lineHeight30":"tLna8K","fontSize10":"EP3At9","fontSize12":"fW9s1r","fontSize14":"eZWH2m","fontSize16":"EGxoRl","fontSize18":"Hy5wX9","fontSize24":"oN8u7Y","vPadding2":"vYvxlN","vPadding3":"GVX0nT","vPadding5":"JIoXaW","vPadding6":"zrLB5m","vPadding8":"ibjyun","vPadding9":"NEd-D2","vPadding11":"VDosF0","vPadding12":"gDJpG9","vPadding14":"_55EJIS","vPadding15":"CGQ-DD","vPadding17":"_5gpbum","vPadding18":"_1vrY-v","vPadding23":"ee6VgB","vPadding24":"FYMWhj"};
3118
3258
 
3119
- const defaultTextSettings = {
3120
- 18: { lineHeight: 12, fontSize: 10 },
3121
- 24: { lineHeight: 18, fontSize: 12 },
3122
- 30: { lineHeight: 18, fontSize: 14 },
3123
- 36: { lineHeight: 18, fontSize: 14 },
3124
- 42: { lineHeight: 24, fontSize: 16 },
3125
- 48: { lineHeight: 24, fontSize: 16 },
3126
- 60: { lineHeight: 30, fontSize: 24 },
3127
- };
3128
3259
  function getTextClasses(props, border) {
3129
3260
  if (props.size === 'none') {
3130
3261
  return [css$z['line-height-' + props.lineHeight], css$z['font-size-' + props.fontSize]];
3131
3262
  }
3132
3263
  const setting = {
3133
3264
  size: props.size,
3134
- lineHeight: props.lineHeight || defaultTextSettings[props.size].lineHeight,
3135
- fontSize: props.fontSize || defaultTextSettings[props.size].fontSize,
3265
+ lineHeight: props.lineHeight || settings.sizes.text[props.size].lineHeight,
3266
+ fontSize: props.fontSize || settings.sizes.text[props.size].fontSize,
3136
3267
  };
3137
3268
  const vPadding = (+setting.size - +setting.lineHeight - (border ? 2 : 0)) / 2;
3138
3269
  return [
@@ -3140,11 +3271,11 @@ function getTextClasses(props, border) {
3140
3271
  ];
3141
3272
  }
3142
3273
 
3143
- var css$y = {"root":"_5nJYj2"};
3274
+ var css$y = {"root":"Ex052M"};
3144
3275
 
3145
3276
  function applyTextMods(mods) {
3146
3277
  const textClasses = getTextClasses({
3147
- size: mods.size || '36',
3278
+ size: mods.size || settings.sizes.defaults.text,
3148
3279
  lineHeight: mods.lineHeight,
3149
3280
  fontSize: mods.fontSize,
3150
3281
  }, false);
@@ -3159,7 +3290,7 @@ function applyTextMods(mods) {
3159
3290
  }
3160
3291
  const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods);
3161
3292
 
3162
- var css$x = {"root":"_71zvYy","loading-word":"l6GjRI","animated-loading":"JwVz-x","skeleton_loading":"qqi-YR","loadingWord":"l6GjRI","animatedLoading":"JwVz-x","skeletonLoading":"qqi-YR"};
3293
+ var css$x = {"root":"QvjJV3","loading-word":"-I41jW","animated-loading":"ez1pCS","skeleton_loading":"cC3lIN","loadingWord":"-I41jW","animatedLoading":"ez1pCS","skeletonLoading":"cC3lIN"};
3163
3294
 
3164
3295
  const TextPlaceholder = (props) => {
3165
3296
  const pattern = '&nbsp;';
@@ -3178,7 +3309,7 @@ const TextPlaceholder = (props) => {
3178
3309
 
3179
3310
  const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
3180
3311
 
3181
- var css$w = {"uui-typography":"NeDYms","hero-header":"_6vVKvS","promo-header":"_9dJHkr","uui-critical":"_6L8nYh","uui-info":"-UZrax","uui-success":"loT5e8","uui-warning":"sr6vSM","uui-highlight":"rDCDVI","uui-typography-size-12":"vpk7pG","uui-typography-size-14":"_64SK-g","uui-typography-size-16":"s5SyuO","root":"C6v-gs","modal-blocker":"mUEczj","animateModalBlocker":"O7bDF-","modal":"_393JjT","modal-footer":"_44T6-m","modal-header":"K7YQBU","uuiTypography":"NeDYms","heroHeader":"_6vVKvS","promoHeader":"_9dJHkr","uuiCritical":"_6L8nYh","uuiInfo":"-UZrax","uuiSuccess":"loT5e8","uuiWarning":"sr6vSM","uuiHighlight":"rDCDVI","uuiTypographySize12":"vpk7pG","uuiTypographySize14":"_64SK-g","uuiTypographySize16":"s5SyuO","modalBlocker":"mUEczj","modalFooter":"_44T6-m","modalHeader":"K7YQBU"};
3312
+ var css$w = {"uui-typography":"msaTeg","hero-header":"OfLVhW","promo-header":"WjbyHh","uui-critical":"C7Qq3t","uui-info":"TkPJio","uui-success":"_8V80js","uui-warning":"snUFWE","uui-highlight":"PBBSNm","uui-typography-size-12":"-QrHJm","uui-typography-size-14":"-EU-Ne","uui-typography-size-16":"lBhYfa","root":"wo6czA","modal-blocker":"GPxzTo","animateModalBlocker":"_7RsBVy","modal":"QHEeUj","modal-footer":"gE4m8Q","modal-header":"ouXVe6","uuiTypography":"msaTeg","heroHeader":"OfLVhW","promoHeader":"WjbyHh","uuiCritical":"C7Qq3t","uuiInfo":"TkPJio","uuiSuccess":"_8V80js","uuiWarning":"snUFWE","uuiHighlight":"PBBSNm","uuiTypographySize12":"-QrHJm","uuiTypographySize14":"-EU-Ne","uuiTypographySize16":"lBhYfa","modalBlocker":"GPxzTo","modalFooter":"gE4m8Q","modalHeader":"ouXVe6"};
3182
3313
 
3183
3314
  const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$w.modalBlocker]);
3184
3315
  const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$w.root, css$w.modal], (props) => {
@@ -3232,7 +3363,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
3232
3363
  };
3233
3364
  var ForwardRef$h = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
3234
3365
 
3235
- var css$v = {"uui-typography":"qp0us-","hero-header":"i64C2V","promo-header":"HMq725","uui-critical":"IHQsBm","uui-info":"pYSpiF","uui-success":"pKFF22","uui-warning":"iNUzFv","uui-highlight":"SxVUcZ","uui-typography-size-12":"_0ID-zh","uui-typography-size-14":"USG8-V","uui-typography-size-16":"-Y6C8-","root":"A3DrBj","icon-wrapper":"YeioN9","action-wrapper":"ljSxDn","action-link":"_6pF5vK","close-icon":"n8s6Ss","main-path":"_5a5CF2","content":"m-2mdf","close-wrapper":"-mgYlA","notification-wrapper":"uoFL02","clear-button":"-zDBBf","uuiTypography":"qp0us-","heroHeader":"i64C2V","promoHeader":"HMq725","uuiCritical":"IHQsBm","uuiInfo":"pYSpiF","uuiSuccess":"pKFF22","uuiWarning":"iNUzFv","uuiHighlight":"SxVUcZ","uuiTypographySize12":"_0ID-zh","uuiTypographySize14":"USG8-V","uuiTypographySize16":"-Y6C8-","iconWrapper":"YeioN9","actionWrapper":"ljSxDn","actionLink":"_6pF5vK","closeIcon":"n8s6Ss","mainPath":"_5a5CF2","closeWrapper":"-mgYlA","notificationWrapper":"uoFL02","clearButton":"-zDBBf"};
3366
+ var css$v = {"uui-typography":"c-tluJ","hero-header":"_7pjCao","promo-header":"_7mpOno","uui-critical":"D-B57-","uui-info":"tQ0y0E","uui-success":"wFiknd","uui-warning":"HzvMOs","uui-highlight":"uSedEa","uui-typography-size-12":"Vz5k62","uui-typography-size-14":"qiMcL1","uui-typography-size-16":"_7t95fA","root":"-XKeCg","icon-wrapper":"_1QHiEr","action-wrapper":"fXcv9v","action-link":"ZP-9Lk","close-icon":"oXm6a4","main-path":"jzKYfQ","content":"Pma8RR","close-wrapper":"Umpnwp","notification-wrapper":"x3GRyr","clear-button":"mC4riz","uuiTypography":"c-tluJ","heroHeader":"_7pjCao","promoHeader":"_7mpOno","uuiCritical":"D-B57-","uuiInfo":"tQ0y0E","uuiSuccess":"wFiknd","uuiWarning":"HzvMOs","uuiHighlight":"uSedEa","uuiTypographySize12":"Vz5k62","uuiTypographySize14":"qiMcL1","uuiTypographySize16":"_7t95fA","iconWrapper":"_1QHiEr","actionWrapper":"fXcv9v","actionLink":"ZP-9Lk","closeIcon":"oXm6a4","mainPath":"jzKYfQ","closeWrapper":"Umpnwp","notificationWrapper":"x3GRyr","clearButton":"mC4riz"};
3236
3367
 
3237
3368
  const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
3238
3369
  const notificationCardNode = React__default.useRef(null);
@@ -3308,6 +3439,64 @@ function useReliableForceUpdate() {
3308
3439
  return red[1];
3309
3440
  }
3310
3441
 
3442
+ var css$u = {"root":"euOpMy","timepicker-input":"_00LnhS","ltr-always":"mop4br","timepickerInput":"_00LnhS","ltrAlways":"mop4br"};
3443
+
3444
+ const uuiTimePicker = {
3445
+ container: 'uui-timepicker-container',
3446
+ iconUp: 'uui-timepicker-icon-up',
3447
+ iconDown: 'uui-timepicker-icon-down',
3448
+ input: 'uui-timepicker-input',
3449
+ elementContainer: 'uui-timepicker-item',
3450
+ };
3451
+ const MIN_MINUTES = 0;
3452
+ const MAX_MINUTES = 59;
3453
+ const FORMAT_12H = 12;
3454
+ function TimePickerBody(props) {
3455
+ const MIN_HOURS = props.format === FORMAT_12H ? 1 : 0;
3456
+ const MAX_HOURS = props.format || FORMAT_12H;
3457
+ const setValue = (newTime) => {
3458
+ props.onValueChange({ hours: newTime.hour(), minutes: newTime.minute() });
3459
+ };
3460
+ const onHoursChange = (newHours) => {
3461
+ setValue(uuiDayjs.dayjs().set(props.value).hour(newHours));
3462
+ };
3463
+ const onMinutesChange = (newMinutes) => {
3464
+ setValue(uuiDayjs.dayjs().set(props.value).minute(newMinutes));
3465
+ };
3466
+ const onTimeTypeChange = () => {
3467
+ setValue(uuiDayjs.dayjs().set(props.value).add(12, 'h'));
3468
+ };
3469
+ const handleMinutesUpClick = () => {
3470
+ const minutesStep = props.minutesStep || 5;
3471
+ const value = uuiDayjs.dayjs().set(props.value);
3472
+ const minutesToAdd = minutesStep - (value.minute() % minutesStep);
3473
+ onMinutesChange(value.add(minutesToAdd, 'm').minute());
3474
+ };
3475
+ const handleMinutesDownClick = () => {
3476
+ const minutesStep = props.minutesStep || 5;
3477
+ const value = uuiDayjs.dayjs().set(props.value);
3478
+ const minutesToSubtract = value.minute() % minutesStep === 0 ? minutesStep : value.minute() % minutesStep;
3479
+ onMinutesChange(value.subtract(minutesToSubtract, 'm').minute());
3480
+ };
3481
+ return (React.createElement("div", Object.assign({ className: cx$1(css$u.root, uuiTimePicker.container, props.cx), ref: props.forwardedRef }, props.rawProps),
3482
+ React.createElement("div", { className: css$u.ltrAlways },
3483
+ React.createElement("div", { className: uuiTimePicker.elementContainer },
3484
+ React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment hours' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).add(1, 'h').hour()) }),
3485
+ React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onHoursChange, value: +(uuiDayjs.dayjs()
3486
+ .set(props.value)
3487
+ .format(MAX_HOURS === FORMAT_12H ? 'hh' : 'HH')), min: MIN_HOURS, max: MAX_HOURS }),
3488
+ React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement hours' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).subtract(1, 'h').hour()) })),
3489
+ React.createElement("div", { className: uuiTimePicker.elementContainer },
3490
+ React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment minutes' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: handleMinutesUpClick }),
3491
+ React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onMinutesChange, value: +uuiDayjs.dayjs().set(props.value).format('m'), min: MIN_MINUTES, max: MAX_MINUTES }),
3492
+ React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement minutes' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: handleMinutesDownClick }))),
3493
+ MAX_HOURS === FORMAT_12H && (React.createElement("div", { className: uuiTimePicker.elementContainer },
3494
+ React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: onTimeTypeChange }),
3495
+ React.createElement(TextInput$1, { cx: uuiTimePicker.input, onValueChange: () => {
3496
+ }, isReadonly: true, value: uuiDayjs.dayjs().set(props.value).format('A') }),
3497
+ React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: onTimeTypeChange })))));
3498
+ }
3499
+
3311
3500
  const getMeridian = (newValue, format) => {
3312
3501
  if (format === 'hh:mm A') {
3313
3502
  if (newValue.toLowerCase().includes('p') && newValue.toLowerCase().includes('a')) {
@@ -3354,8 +3543,6 @@ const formatTime = (hours, minutes, meridian, format) => {
3354
3543
  return meridianResult ? time.concat(` ${meridianResult}`) : time;
3355
3544
  };
3356
3545
 
3357
- var css$u = {"root":"Rc7FnZ","timepicker-input":"OUmwGb","timepickerInput":"OUmwGb"};
3358
-
3359
3546
  const DEFAULT_MODE = EditMode.FORM;
3360
3547
  const valueToTimeString = (value, format) => {
3361
3548
  if (value === null)
@@ -3445,62 +3632,7 @@ function TimePicker(props) {
3445
3632
  return (React__default.createElement(Dropdown, { renderTarget: (targetProps) => (props.renderTarget ? props.renderTarget(targetProps) : renderInput(targetProps)), renderBody: (bodyProps) => !props.isDisabled && !props.isReadonly && renderBody(bodyProps), onValueChange: !props.isDisabled && !props.isReadonly ? onToggle : null, value: state.isOpen, modifiers: [{ name: 'offset', options: { offset: [0, 6] } }], forwardedRef: props.forwardedRef }));
3446
3633
  }
3447
3634
 
3448
- const uuiTimePicker = {
3449
- container: 'uui-timepicker-container',
3450
- iconUp: 'uui-timepicker-icon-up',
3451
- iconDown: 'uui-timepicker-icon-down',
3452
- input: 'uui-timepicker-input',
3453
- elementContainer: 'uui-timepicker-item',
3454
- };
3455
- const MIN_MINUTES = 0;
3456
- const MAX_MINUTES = 59;
3457
- const FORMAT_12H = 12;
3458
- function TimePickerBody(props) {
3459
- const MIN_HOURS = props.format === FORMAT_12H ? 1 : 0;
3460
- const MAX_HOURS = props.format || FORMAT_12H;
3461
- const setValue = (newTime) => {
3462
- props.onValueChange({ hours: newTime.hour(), minutes: newTime.minute() });
3463
- };
3464
- const onHoursChange = (newHours) => {
3465
- setValue(uuiDayjs.dayjs().set(props.value).hour(newHours));
3466
- };
3467
- const onMinutesChange = (newMinutes) => {
3468
- setValue(uuiDayjs.dayjs().set(props.value).minute(newMinutes));
3469
- };
3470
- const onTimeTypeChange = () => {
3471
- setValue(uuiDayjs.dayjs().set(props.value).add(12, 'h'));
3472
- };
3473
- const handleMinutesUpClick = () => {
3474
- const minutesStep = props.minutesStep || 5;
3475
- const value = uuiDayjs.dayjs().set(props.value);
3476
- const minutesToAdd = minutesStep - (value.minute() % minutesStep);
3477
- onMinutesChange(value.add(minutesToAdd, 'm').minute());
3478
- };
3479
- const handleMinutesDownClick = () => {
3480
- const minutesStep = props.minutesStep || 5;
3481
- const value = uuiDayjs.dayjs().set(props.value);
3482
- const minutesToSubtract = value.minute() % minutesStep === 0 ? minutesStep : value.minute() % minutesStep;
3483
- onMinutesChange(value.subtract(minutesToSubtract, 'm').minute());
3484
- };
3485
- return (React.createElement("div", Object.assign({ className: cx$1(css$u.root, uuiTimePicker.container, props.cx), ref: props.forwardedRef }, props.rawProps),
3486
- React.createElement("div", { className: uuiTimePicker.elementContainer },
3487
- React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment hours' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).add(1, 'h').hour()) }),
3488
- React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onHoursChange, value: +(uuiDayjs.dayjs()
3489
- .set(props.value)
3490
- .format(MAX_HOURS === FORMAT_12H ? 'hh' : 'HH')), min: MIN_HOURS, max: MAX_HOURS }),
3491
- React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement hours' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).subtract(1, 'h').hour()) })),
3492
- React.createElement("div", { className: uuiTimePicker.elementContainer },
3493
- React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment minutes' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: handleMinutesUpClick }),
3494
- React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onMinutesChange, value: +uuiDayjs.dayjs().set(props.value).format('m'), min: MIN_MINUTES, max: MAX_MINUTES }),
3495
- React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement minutes' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: handleMinutesDownClick })),
3496
- MAX_HOURS === FORMAT_12H && (React.createElement("div", { className: uuiTimePicker.elementContainer },
3497
- React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: onTimeTypeChange }),
3498
- React.createElement(TextInput$1, { cx: uuiTimePicker.input, onValueChange: () => {
3499
- }, isReadonly: true, value: uuiDayjs.dayjs().set(props.value).format('A') }),
3500
- React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: onTimeTypeChange })))));
3501
- }
3502
-
3503
- var css$t = {"root":"BCnb2b"};
3635
+ var css$t = {"root":"qus0-K"};
3504
3636
 
3505
3637
  function applyInputAddonMods() {
3506
3638
  return [
@@ -3509,7 +3641,7 @@ function applyInputAddonMods() {
3509
3641
  }
3510
3642
  const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
3511
3643
 
3512
- var css$s = {"root":"i-8lxt"};
3644
+ var css$s = {"root":"caNXQc"};
3513
3645
 
3514
3646
  function applySliderMods() {
3515
3647
  return [css$s.root, 'uui-color-neutral'];
@@ -3563,7 +3695,7 @@ function DatePickerComponent(props, ref) {
3563
3695
  const allowClear = !props.disableClear && !!inputValue;
3564
3696
  return (React__default.createElement(TextInput, Object.assign({}, renderProps, {
3565
3697
  // fixes a bug with body open, it skips unwanted prevent default
3566
- onClick: () => { }, isDropdown: false, cx: cx$1(props.inputCx, isBodyOpen && uuiMod.focus), icon: props.mode !== EditMode.CELL && systemIcons.calendar ? systemIcons.calendar : undefined, iconPosition: props.iconPosition || 'left', placeholder: props.placeholder ? props.placeholder : format, size: props.size || '36', value: inputValue || undefined, onValueChange: (v) => {
3698
+ onClick: () => { }, isDropdown: false, cx: cx$1(props.inputCx, isBodyOpen && uuiMod.focus), icon: props.mode !== EditMode.CELL && systemIcons.calendar ? systemIcons.calendar : undefined, iconPosition: props.iconPosition || 'left', placeholder: props.placeholder ? props.placeholder : format, size: props.size || settings.sizes.defaults.datePicker, value: inputValue || undefined, onValueChange: (v) => {
3567
3699
  setInputValue(v || '');
3568
3700
  }, onCancel: allowClear ? () => {
3569
3701
  if (!props.disableClear && !!inputValue) {
@@ -3592,14 +3724,14 @@ function DatePickerComponent(props, ref) {
3592
3724
  }
3593
3725
  const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
3594
3726
 
3595
- var css$r = {"uui-typography":"n1fc4v","hero-header":"TYrdTz","promo-header":"J-JJ4b","uui-critical":"FzGYN3","uui-info":"BVAQMP","uui-success":"H7EQjn","uui-warning":"gkv0Bf","uui-highlight":"FQdVkl","uui-typography-size-12":"DSi1qc","uui-typography-size-14":"s3k-t-","uui-typography-size-16":"wcBduA","root":"c83E1Q","uuiTypography":"n1fc4v","heroHeader":"TYrdTz","promoHeader":"J-JJ4b","uuiCritical":"FzGYN3","uuiInfo":"BVAQMP","uuiSuccess":"H7EQjn","uuiWarning":"gkv0Bf","uuiHighlight":"FQdVkl","uuiTypographySize12":"DSi1qc","uuiTypographySize14":"s3k-t-","uuiTypographySize16":"wcBduA"};
3727
+ var css$r = {"uui-typography":"OqC--u","hero-header":"maSz0J","promo-header":"_0Wf2zx","uui-critical":"jjTx4d","uui-info":"T8rB8Y","uui-success":"cIpk0Q","uui-warning":"_3k018I","uui-highlight":"PB7ks0","uui-typography-size-12":"ZSfEYb","uui-typography-size-14":"aeWFVY","uui-typography-size-16":"qSgwUK","root":"OKYv-a","uuiTypography":"OqC--u","heroHeader":"maSz0J","promoHeader":"_0Wf2zx","uuiCritical":"jjTx4d","uuiInfo":"T8rB8Y","uuiSuccess":"cIpk0Q","uuiWarning":"_3k018I","uuiHighlight":"PB7ks0","uuiTypographySize12":"ZSfEYb","uuiTypographySize14":"aeWFVY","uuiTypographySize16":"qSgwUK"};
3596
3728
 
3597
3729
  function applyCalendarPresetsMods() {
3598
3730
  return [css$r.root];
3599
3731
  }
3600
3732
  const CalendarPresets = /* @__PURE__ */withMods(CalendarPresets$1, applyCalendarPresetsMods, () => ({}));
3601
3733
 
3602
- var css$q = {"uui-typography":"Ytdz1y","hero-header":"_0CpIcB","promo-header":"oKLdTG","uui-critical":"JoXzlk","uui-info":"A3-BgA","uui-success":"mNnULE","uui-warning":"Z2LhM0","uui-highlight":"hBpnBj","uui-typography-size-12":"qKgmuU","uui-typography-size-14":"_3fL5KA","uui-typography-size-16":"vPBs1Z","root":"g8wt9W","container":"_8XwJXq","day-selection":"_3W8u3v","from-picker":"kYZLcu","to-picker":"byAd8p","bodes-wrapper":"Cia-qL","blocker":"df8i1U","uuiTypography":"Ytdz1y","heroHeader":"_0CpIcB","promoHeader":"oKLdTG","uuiCritical":"JoXzlk","uuiInfo":"A3-BgA","uuiSuccess":"mNnULE","uuiWarning":"Z2LhM0","uuiHighlight":"hBpnBj","uuiTypographySize12":"qKgmuU","uuiTypographySize14":"_3fL5KA","uuiTypographySize16":"vPBs1Z","daySelection":"_3W8u3v","fromPicker":"kYZLcu","toPicker":"byAd8p","bodesWrapper":"Cia-qL"};
3734
+ var css$q = {"uui-typography":"_4P8nEW","hero-header":"_4j8bxM","promo-header":"DL4aQw","uui-critical":"KFs27L","uui-info":"iwBeQL","uui-success":"PN7xF7","uui-warning":"AzBAS2","uui-highlight":"KgQOFL","uui-typography-size-12":"iVbRK4","uui-typography-size-14":"bVyJ7q","uui-typography-size-16":"vIPwll","root":"V0ecbR","container":"mBQ9zT","day-selection":"z2owM2","from-picker":"N5YJi6","to-picker":"ZcbMth","bodes-wrapper":"VGklND","blocker":"Ap-HcE","uuiTypography":"_4P8nEW","heroHeader":"_4j8bxM","promoHeader":"DL4aQw","uuiCritical":"KFs27L","uuiInfo":"iwBeQL","uuiSuccess":"PN7xF7","uuiWarning":"AzBAS2","uuiHighlight":"KgQOFL","uuiTypographySize12":"iVbRK4","uuiTypographySize14":"bVyJ7q","uuiTypographySize16":"vIPwll","daySelection":"z2owM2","fromPicker":"N5YJi6","toPicker":"ZcbMth","bodesWrapper":"VGklND"};
3603
3735
 
3604
3736
  const uuiRangeDatePickerBody = {
3605
3737
  inRange: 'uui-range-datepicker-in-range',
@@ -3843,7 +3975,7 @@ function RangeDatePickerComponent(props, ref) {
3843
3975
  }
3844
3976
  const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
3845
3977
 
3846
- var css$p = {"root":"HIeQnD","blocker":"-zWOjE","marker":"XGEpDI","top":"VKB-wX","bottom":"ohJp2-","left":"BQpP1v","right":"_0p1oqF","inside":"vXPnpo"};
3978
+ var css$p = {"root":"hTFVc1","blocker":"_58b3NI","marker":"kjxe6P","top":"hoRQso","bottom":"UZ4Di0","left":"XqTO-o","right":"CToWmG","inside":"_3Hq4pF"};
3847
3979
 
3848
3980
  function DropMarker(props) {
3849
3981
  return props.isDndInProgress
@@ -3858,12 +3990,12 @@ function DropMarker(props) {
3858
3990
  : null;
3859
3991
  }
3860
3992
 
3861
- var css$o = {"uui-typography":"CrgovB","hero-header":"P1Qem0","promo-header":"dHsevY","uui-critical":"_-1ETFT","uui-info":"TFDrLV","uui-success":"u50OfX","uui-warning":"FEfJTR","uui-highlight":"_0HPeRZ","uui-typography-size-12":"M1sQlh","uui-typography-size-14":"FbDsbE","uui-typography-size-16":"opzcbz","cell":"lv9fcJ","wrapper":"QLIDim","align-widgets-top":"OUQXbf","size-24":"Sk2N2m","size-30":"QZPM7-","size-36":"j3O0Yw","size-42":"lEwSh7","size-48":"kb7bPq","size-60":"Mdirvb","align-widgets-center":"Qfm-Yk","padding-6":"TKqGBf","padding-12":"aGO9F3","padding-24":"LNlNfH","padding-left-12":"BKJ0M6","padding-left-24":"uIUVdc","padding-right-12":"_2H7vXr","padding-right-24":"WSOpna","loading-cell":"_7VxtqA","uuiTypography":"CrgovB","heroHeader":"P1Qem0","promoHeader":"dHsevY","uuiCritical":"_-1ETFT","uuiInfo":"TFDrLV","uuiSuccess":"u50OfX","uuiWarning":"FEfJTR","uuiHighlight":"_0HPeRZ","uuiTypographySize12":"M1sQlh","uuiTypographySize14":"FbDsbE","uuiTypographySize16":"opzcbz","alignWidgetsTop":"OUQXbf","size24":"Sk2N2m","size30":"QZPM7-","size36":"j3O0Yw","size42":"lEwSh7","size48":"kb7bPq","size60":"Mdirvb","alignWidgetsCenter":"Qfm-Yk","padding6":"TKqGBf","padding12":"aGO9F3","padding24":"LNlNfH","paddingLeft12":"BKJ0M6","paddingLeft24":"uIUVdc","paddingRight12":"_2H7vXr","paddingRight24":"WSOpna","loadingCell":"_7VxtqA"};
3993
+ var css$o = {"uui-typography":"LFrsZ2","hero-header":"UE2tJt","promo-header":"H0qxR6","uui-critical":"nlUgN0","uui-info":"EA5nfP","uui-success":"YbM0MA","uui-warning":"mOZ4u7","uui-highlight":"daWrim","uui-typography-size-12":"GLkQ-e","uui-typography-size-14":"qEGVpL","uui-typography-size-16":"Uz0tOS","cell":"_5RRyjJ","wrapper":"DVojKb","align-widgets-top":"sCXK0q","align-widgets-center":"YI0eBQ","padding-6":"C8S3AO","padding-12":"j81rii","padding-24":"Scj1zJ","padding-left-12":"BwGuK7","padding-left-24":"CipppK","padding-right-12":"m46OyU","padding-right-24":"DXVVYY","loading-cell":"txRl3a","uuiTypography":"LFrsZ2","heroHeader":"UE2tJt","promoHeader":"H0qxR6","uuiCritical":"nlUgN0","uuiInfo":"EA5nfP","uuiSuccess":"YbM0MA","uuiWarning":"mOZ4u7","uuiHighlight":"daWrim","uuiTypographySize12":"GLkQ-e","uuiTypographySize14":"qEGVpL","uuiTypographySize16":"Uz0tOS","alignWidgetsTop":"sCXK0q","alignWidgetsCenter":"YI0eBQ","padding6":"C8S3AO","padding12":"j81rii","padding24":"Scj1zJ","paddingLeft12":"BwGuK7","paddingLeft24":"CipppK","paddingRight12":"m46OyU","paddingRight24":"DXVVYY","loadingCell":"txRl3a"};
3862
3994
 
3863
- function DataTableCell(props) {
3864
- props = Object.assign({}, props);
3995
+ function DataTableCell(initialProps) {
3996
+ const props = Object.assign({}, initialProps);
3865
3997
  if (props.isFirstColumn) {
3866
- props.addons = React.createElement(DataRowAddons, Object.assign({}, props));
3998
+ props.addons = React.createElement(DataRowAddons, Object.assign({ size: props.size }, props));
3867
3999
  }
3868
4000
  props.renderPlaceholder = props.renderPlaceholder
3869
4001
  || (() => (
@@ -3896,7 +4028,7 @@ function DataTableCell(props) {
3896
4028
  'data-table-cell',
3897
4029
  props.cx,
3898
4030
  css$o.cell,
3899
- css$o['size-' + (props.size || '36')],
4031
+ 'uui-size-' + (props.size || '36'),
3900
4032
  css$o[`padding-${getPaddings().padding}`],
3901
4033
  props.isFirstColumn && css$o[`padding-left-${getPaddings().sidePadding}`],
3902
4034
  props.isLastColumn && css$o[`padding-right-${getPaddings().sidePadding}`],
@@ -3906,7 +4038,7 @@ function DataTableCell(props) {
3906
4038
  return React.createElement(DataTableCell$1, Object.assign({}, props));
3907
4039
  }
3908
4040
 
3909
- var css$n = {"uui-typography":"nUbpBJ","hero-header":"_4QR6RM","promo-header":"y-45AX","uui-critical":"qva9lv","uui-info":"kT1soF","uui-success":"-zelVw","uui-warning":"_4Ce-nc","uui-highlight":"-YZ-0M","uui-typography-size-12":"XmDq5N","uui-typography-size-14":"_3IM0aI","uui-typography-size-16":"mDqIya","root":"f94Mk4","size-24":"qCsfpw","size-30":"T-Dtvf","size-36":"nJihVC","size-48":"f-d1Xq","size-60":"ShYcAD","uuiTypography":"nUbpBJ","heroHeader":"_4QR6RM","promoHeader":"y-45AX","uuiCritical":"qva9lv","uuiInfo":"kT1soF","uuiSuccess":"-zelVw","uuiWarning":"_4Ce-nc","uuiHighlight":"-YZ-0M","uuiTypographySize12":"XmDq5N","uuiTypographySize14":"_3IM0aI","uuiTypographySize16":"mDqIya","size24":"qCsfpw","size30":"T-Dtvf","size36":"nJihVC","size48":"f-d1Xq","size60":"ShYcAD"};
4041
+ var css$n = {"uui-typography":"x0-ZU5","hero-header":"eYaclr","promo-header":"raxlWV","uui-critical":"u24tlY","uui-info":"pS7iPQ","uui-success":"_0-wQDB","uui-warning":"QBDNCn","uui-highlight":"oBFveF","uui-typography-size-12":"QEV01W","uui-typography-size-14":"n-b576","uui-typography-size-16":"YPfnY1","root":"WhT2lW","size-24":"_19wlpy","size-30":"PGd1OL","size-36":"wg3b3O","size-48":"O88NXC","size-60":"dKfh-J","uuiTypography":"x0-ZU5","heroHeader":"eYaclr","promoHeader":"raxlWV","uuiCritical":"u24tlY","uuiInfo":"pS7iPQ","uuiSuccess":"_0-wQDB","uuiWarning":"QBDNCn","uuiHighlight":"oBFveF","uuiTypographySize12":"QEV01W","uuiTypographySize14":"n-b576","uuiTypographySize16":"YPfnY1","size24":"_19wlpy","size30":"PGd1OL","size36":"wg3b3O","size48":"O88NXC","size60":"dKfh-J"};
3910
4042
 
3911
4043
  // Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
3912
4044
  // As we need our mods to style the cell properly, we extract them from DataTableCellProps.rowProps, which is a hack, but it's reliable enough.
@@ -3922,7 +4054,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
3922
4054
  ];
3923
4055
  }, () => propsMods);
3924
4056
 
3925
- var css$m = {"uui-typography":"IatQ3v","hero-header":"_97opwC","promo-header":"X84kFl","uui-critical":"VrWc5L","uui-info":"Qf2h4b","uui-success":"QUZZFD","uui-warning":"_0dtWqV","uui-highlight":"o-iXpw","uui-typography-size-12":"_1n2n6Q","uui-typography-size-14":"a6m-Fz","uui-typography-size-16":"_56f9R3","sorting-panel-container":"_8ze7Dv","sort-active":"_2a0IZi","uuiTypography":"IatQ3v","heroHeader":"_97opwC","promoHeader":"X84kFl","uuiCritical":"VrWc5L","uuiInfo":"Qf2h4b","uuiSuccess":"QUZZFD","uuiWarning":"_0dtWqV","uuiHighlight":"o-iXpw","uuiTypographySize12":"_1n2n6Q","uuiTypographySize14":"a6m-Fz","uuiTypographySize16":"_56f9R3","sortingPanelContainer":"_8ze7Dv","sortActive":"_2a0IZi"};
4057
+ var css$m = {"uui-typography":"_1ebN1c","hero-header":"OSjvgy","promo-header":"MGScrF","uui-critical":"_7g8yLH","uui-info":"_3PZHIv","uui-success":"nQ39tq","uui-warning":"Ei3Fiw","uui-highlight":"S460zC","uui-typography-size-12":"ZdSjEq","uui-typography-size-14":"n74LLf","uui-typography-size-16":"ZTAWLU","sorting-panel-container":"G-0kTq","sort-active":"_67JR7x","uuiTypography":"_1ebN1c","heroHeader":"OSjvgy","promoHeader":"MGScrF","uuiCritical":"_7g8yLH","uuiInfo":"_3PZHIv","uuiSuccess":"nQ39tq","uuiWarning":"Ei3Fiw","uuiHighlight":"S460zC","uuiTypographySize12":"ZdSjEq","uuiTypographySize14":"n74LLf","uuiTypographySize16":"ZTAWLU","sortingPanelContainer":"G-0kTq","sortActive":"_67JR7x"};
3926
4058
 
3927
4059
  var _path$g;
3928
4060
  function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
@@ -4052,7 +4184,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
4052
4184
  };
4053
4185
  var ForwardRef$a = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
4054
4186
 
4055
- var css$l = {"uui-typography":"daLk-I","hero-header":"mL1sNa","promo-header":"_5PvfCx","uui-critical":"Z6rVwI","uui-info":"hCoTub","uui-success":"-B4HlA","uui-warning":"AdG8oM","uui-highlight":"sZrudo","uui-typography-size-12":"d7tmyd","uui-typography-size-14":"hVdkxT","uui-typography-size-16":"n58Kln","cell":"DpyG0h","column-gap-12":"rcV2Ta","caption-wrapper":"VL5YzK","column-gap-24":"gtjEJQ","first-column-12":"h2EaD-","last-column-12":"kQOgi4","first-column-24":"mNOTzA","last-column-24":"rTyi4n","sort-icon":"P9ibV4","dropdown-icon":"L4VInZ","infoIcon":"EGYDNH","resizable":"BRk1JY","size-24":"gUUBsv","size-30":"FTX-hz","size-36":"_9O-i61","size-42":"Urtp3T","size-48":"_25gyxc","padding-left-24":"g09QWc","padding-right-24":"lwiSNy","align-right":"AyXEaY","align-center":"Ac5Und","caption":"KCEpUr","checkbox":"SId5dY","icon":"_6NrIVE","fold-all-icon":"QZr1sT","cell-tooltip":"oLjdNa","upper-case":"ZGnOgk","font-size-14":"CbXxvg","resize-mark":"f1MakL","resize-mark-6":"wl4yZq","resize-mark-12":"_5Swb1G","pinned-right":"_7lBOp-","draggable":"SIDtub","ghost":"rleYh0","is-dragged-out":"cQLNlJ","dnd-marker-left":"Iq5jXe","dnd-marker-right":"nDBFJH","cell-tooltip-wrapper":"jWYF-U","cell-tooltip-text":"lMfrT-","uuiTypography":"daLk-I","heroHeader":"mL1sNa","promoHeader":"_5PvfCx","uuiCritical":"Z6rVwI","uuiInfo":"hCoTub","uuiSuccess":"-B4HlA","uuiWarning":"AdG8oM","uuiHighlight":"sZrudo","uuiTypographySize12":"d7tmyd","uuiTypographySize14":"hVdkxT","uuiTypographySize16":"n58Kln","columnGap12":"rcV2Ta","captionWrapper":"VL5YzK","columnGap24":"gtjEJQ","firstColumn12":"h2EaD-","lastColumn12":"kQOgi4","firstColumn24":"mNOTzA","lastColumn24":"rTyi4n","sortIcon":"P9ibV4","dropdownIcon":"L4VInZ","size24":"gUUBsv","size30":"FTX-hz","size36":"_9O-i61","size42":"Urtp3T","size48":"_25gyxc","paddingLeft24":"g09QWc","paddingRight24":"lwiSNy","alignRight":"AyXEaY","alignCenter":"Ac5Und","foldAllIcon":"QZr1sT","cellTooltip":"oLjdNa","upperCase":"ZGnOgk","fontSize14":"CbXxvg","resizeMark":"f1MakL","resizeMark6":"wl4yZq","resizeMark12":"_5Swb1G","pinnedRight":"_7lBOp-","isDraggedOut":"cQLNlJ","dndMarkerLeft":"Iq5jXe","dndMarkerRight":"nDBFJH","cellTooltipWrapper":"jWYF-U","cellTooltipText":"lMfrT-"};
4187
+ var css$l = {"uui-typography":"YNx-RB","hero-header":"CgZezX","promo-header":"xv-IyU","uui-critical":"bQ5adb","uui-info":"ZBeUBR","uui-success":"eAG33j","uui-warning":"rZAute","uui-highlight":"oewfuU","uui-typography-size-12":"rVYk-D","uui-typography-size-14":"pNJu0W","uui-typography-size-16":"NJb73G","cell":"lLaIu1","column-gap-12":"GeevGQ","caption-wrapper":"OyBftH","column-gap-24":"ac-l5i","first-column-12":"eYyeJG","last-column-12":"_2-dMyi","first-column-24":"pNEUlo","last-column-24":"_5Baytd","sort-icon":"Y7hNgB","dropdown-icon":"_5CbJ-x","infoIcon":"ySsQiV","resizable":"_3A5qlR","size-24":"klA7mD","size-30":"JBej3-","size-36":"kfjKi1","size-42":"eEtn3W","size-48":"iSWzbw","padding-left-24":"WcNhS0","padding-right-24":"sjYIdS","align-right":"K20vV1","align-center":"iW9TAT","caption":"DmDqbQ","checkbox":"yUryse","icon":"YRc5jG","fold-all-icon":"IkGFma","cell-tooltip":"mDd6St","upper-case":"_1nwwcW","font-size-14":"OJbWnd","resize-mark":"GTZFp5","resize-mark-6":"daj1o9","resize-mark-12":"w3FhoM","pinned-right":"WFFLtF","draggable":"cHidwE","ghost":"HzS3Aq","is-dragged-out":"zhXRof","dnd-marker-left":"VsRZC2","dnd-marker-right":"_3oL0ZY","cell-tooltip-wrapper":"piD0yR","cell-tooltip-text":"F65KKG","uuiTypography":"YNx-RB","heroHeader":"CgZezX","promoHeader":"xv-IyU","uuiCritical":"bQ5adb","uuiInfo":"ZBeUBR","uuiSuccess":"eAG33j","uuiWarning":"rZAute","uuiHighlight":"oewfuU","uuiTypographySize12":"rVYk-D","uuiTypographySize14":"pNJu0W","uuiTypographySize16":"NJb73G","columnGap12":"GeevGQ","captionWrapper":"OyBftH","columnGap24":"ac-l5i","firstColumn12":"eYyeJG","lastColumn12":"_2-dMyi","firstColumn24":"pNEUlo","lastColumn24":"_5Baytd","sortIcon":"Y7hNgB","dropdownIcon":"_5CbJ-x","size24":"klA7mD","size30":"JBej3-","size36":"kfjKi1","size42":"eEtn3W","size48":"iSWzbw","paddingLeft24":"WcNhS0","paddingRight24":"sjYIdS","alignRight":"K20vV1","alignCenter":"iW9TAT","foldAllIcon":"IkGFma","cellTooltip":"mDd6St","upperCase":"_1nwwcW","fontSize14":"OJbWnd","resizeMark":"GTZFp5","resizeMark6":"daj1o9","resizeMark12":"w3FhoM","pinnedRight":"WFFLtF","isDraggedOut":"zhXRof","dndMarkerLeft":"VsRZC2","dndMarkerRight":"_3oL0ZY","cellTooltipWrapper":"piD0yR","cellTooltipText":"F65KKG"};
4056
4188
 
4057
4189
  class DataTableHeaderCell extends React.Component {
4058
4190
  constructor() {
@@ -4134,14 +4266,14 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
4134
4266
  };
4135
4267
  var ForwardRef$9 = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
4136
4268
 
4137
- var css$k = {"uui-typography":"rGHRq5","hero-header":"pOwcm8","promo-header":"zWeL-n","uui-critical":"Tqk6nk","uui-info":"o47OIQ","uui-success":"QP0kEw","uui-warning":"_37FUwY","uui-highlight":"_5hEinX","uui-typography-size-12":"i0nOtn","uui-typography-size-14":"KLJT3B","uui-typography-size-16":"dHAXTU","header-cell":"AQyRyW","truncate":"CGKqwx","uuiTypography":"rGHRq5","heroHeader":"pOwcm8","promoHeader":"zWeL-n","uuiCritical":"Tqk6nk","uuiInfo":"o47OIQ","uuiSuccess":"QP0kEw","uuiWarning":"_37FUwY","uuiHighlight":"_5hEinX","uuiTypographySize12":"i0nOtn","uuiTypographySize14":"KLJT3B","uuiTypographySize16":"dHAXTU","headerCell":"AQyRyW"};
4269
+ var css$k = {"uui-typography":"RubMPw","hero-header":"NDoMq6","promo-header":"TGV0BM","uui-critical":"ojkuv6","uui-info":"ncQCMy","uui-success":"_2W6Uds","uui-warning":"DCv6F1","uui-highlight":"DsU0IP","uui-typography-size-12":"w298gd","uui-typography-size-14":"cXoSW6","uui-typography-size-16":"UsiIYG","header-cell":"pNNzHd","truncate":"_2uR9p-","uuiTypography":"RubMPw","heroHeader":"NDoMq6","promoHeader":"TGV0BM","uuiCritical":"ojkuv6","uuiInfo":"ncQCMy","uuiSuccess":"_2W6Uds","uuiWarning":"DCv6F1","uuiHighlight":"DsU0IP","uuiTypographySize12":"w298gd","uuiTypographySize14":"cXoSW6","uuiTypographySize16":"UsiIYG","headerCell":"pNNzHd"};
4138
4270
 
4139
4271
  const DataTableHeaderRow = /* @__PURE__ */withMods(DataTableHeaderRow$1, (props) => [css$k.root, 'uui-dt-vars', props.size === '48' && css$k.truncate], (mods) => ({
4140
4272
  renderCell: (props) => React.createElement(DataTableHeaderCell, Object.assign({}, props, { size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
4141
4273
  renderConfigButton: () => React.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: "config-icon", color: "neutral", icon: ForwardRef$9 }),
4142
4274
  }));
4143
4275
 
4144
- var styles$1 = {"uui-typography":"wX-5Uf","hero-header":"rFVNEp","promo-header":"_8vWOKR","uui-critical":"bbsayn","uui-info":"-ko4lX","uui-success":"_3KIViN","uui-warning":"rz8qV1","uui-highlight":"gXHVJL","uui-typography-size-12":"-OVltx","uui-typography-size-14":"faLgAq","uui-typography-size-16":"w6Zg1q","main-panel":"WxPayU","group-title":"ta-zrN","group-title-text":"dndwOg","group-title-badge":"_0ZEuxr","group-items":"uChche","no-data":"x2v05-","h-divider":"Jadb8X","search-area":"Bt9bYK","subgroup-accordion":"_0450-h","subgroup-title":"m6bidC","uuiTypography":"wX-5Uf","heroHeader":"rFVNEp","promoHeader":"_8vWOKR","uuiCritical":"bbsayn","uuiInfo":"-ko4lX","uuiSuccess":"_3KIViN","uuiWarning":"rz8qV1","uuiHighlight":"gXHVJL","uuiTypographySize12":"-OVltx","uuiTypographySize14":"faLgAq","uuiTypographySize16":"w6Zg1q","mainPanel":"WxPayU","groupTitle":"ta-zrN","groupTitleText":"dndwOg","groupTitleBadge":"_0ZEuxr","groupItems":"uChche","noData":"x2v05-","hDivider":"Jadb8X","searchArea":"Bt9bYK","subgroupAccordion":"_0450-h","subgroupTitle":"m6bidC"};
4276
+ var styles$1 = {"uui-typography":"ppdsKp","hero-header":"IaxmKt","promo-header":"cH-A2c","uui-critical":"jf0EjZ","uui-info":"JhWg0p","uui-success":"IfirKQ","uui-warning":"Tldmwc","uui-highlight":"s7e-SY","uui-typography-size-12":"WQoxp9","uui-typography-size-14":"x-MRv0","uui-typography-size-16":"y7plF1","main-panel":"ngiQgt","group-title":"iNC1fg","group-title-text":"cJcy1y","group-title-badge":"SEh-ra","group-items":"LkyW-E","no-data":"VMRcgL","h-divider":"gdJ-jI","search-area":"vJeN33","subgroup-accordion":"GO8nS7","subgroup-title":"dZuhoH","uuiTypography":"ppdsKp","heroHeader":"IaxmKt","promoHeader":"cH-A2c","uuiCritical":"jf0EjZ","uuiInfo":"JhWg0p","uuiSuccess":"IfirKQ","uuiWarning":"Tldmwc","uuiHighlight":"s7e-SY","uuiTypographySize12":"WQoxp9","uuiTypographySize14":"x-MRv0","uuiTypographySize16":"y7plF1","mainPanel":"ngiQgt","groupTitle":"iNC1fg","groupTitleText":"cJcy1y","groupTitleBadge":"SEh-ra","groupItems":"LkyW-E","noData":"VMRcgL","hDivider":"gdJ-jI","searchArea":"vJeN33","subgroupAccordion":"GO8nS7","subgroupTitle":"dZuhoH"};
4145
4277
 
4146
4278
  var _path$8;
4147
4279
  function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
@@ -4198,7 +4330,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
4198
4330
  };
4199
4331
  var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
4200
4332
 
4201
- var css$j = {"unpin-icon":"Oo5B4h","pin-toggler-icon":"zwsNWm","unpinIcon":"Oo5B4h","pinTogglerIcon":"zwsNWm"};
4333
+ var css$j = {"unpin-icon":"uDxCyV","pin-toggler-icon":"_2uBM-S","unpinIcon":"uDxCyV","pinTogglerIcon":"_2uBM-S"};
4202
4334
 
4203
4335
  function PinIconButton(props) {
4204
4336
  const i18nLocal = i18n.tables.columnsConfigurationModal;
@@ -4257,7 +4389,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
4257
4389
  };
4258
4390
  var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgActionDragIndicator18);
4259
4391
 
4260
- var styles = {"uui-typography":"EC9ove","hero-header":"EouTRS","promo-header":"_96bYGv","uui-critical":"OJrJYO","uui-info":"FJCcjy","uui-success":"hVyqoX","uui-warning":"_04iUy8","uui-highlight":"-dQ9nM","uui-typography-size-12":"lQDmdI","uui-typography-size-14":"Xj7zzn","uui-typography-size-16":"_1LHXq9","row-wrapper":"BSFmrF","not-pinned":"tGSI8M","pin-icon-button":"DsIHEN","checkbox":"PjW2Qm","drag-handle":"fJUrLO","dnd-disabled":"_2DNhaA","uuiTypography":"EC9ove","heroHeader":"EouTRS","promoHeader":"_96bYGv","uuiCritical":"OJrJYO","uuiInfo":"FJCcjy","uuiSuccess":"hVyqoX","uuiWarning":"_04iUy8","uuiHighlight":"-dQ9nM","uuiTypographySize12":"lQDmdI","uuiTypographySize14":"Xj7zzn","uuiTypographySize16":"_1LHXq9","rowWrapper":"BSFmrF","notPinned":"tGSI8M","pinIconButton":"DsIHEN","dragHandle":"fJUrLO","dndDisabled":"_2DNhaA"};
4392
+ var styles = {"uui-typography":"_8rhmsb","hero-header":"yTeFiF","promo-header":"nGsf-6","uui-critical":"O9-MYj","uui-info":"brmnMw","uui-success":"kxjLyp","uui-warning":"mCAd74","uui-highlight":"s83Gzp","uui-typography-size-12":"WI1J-v","uui-typography-size-14":"cBSdfF","uui-typography-size-16":"zDzSM4","row-wrapper":"Kg8cMp","not-pinned":"_8uVYPy","pin-icon-button":"d9wUat","checkbox":"lqH6sC","drag-handle":"bF0MYU","dnd-disabled":"Ux33se","uuiTypography":"_8rhmsb","heroHeader":"yTeFiF","promoHeader":"nGsf-6","uuiCritical":"O9-MYj","uuiInfo":"brmnMw","uuiSuccess":"kxjLyp","uuiWarning":"mCAd74","uuiHighlight":"s83Gzp","uuiTypographySize12":"WI1J-v","uuiTypographySize14":"cBSdfF","uuiTypographySize16":"zDzSM4","rowWrapper":"Kg8cMp","notPinned":"_8uVYPy","pinIconButton":"d9wUat","dragHandle":"bF0MYU","dndDisabled":"Ux33se"};
4261
4393
 
4262
4394
  const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
4263
4395
  const { column } = props;
@@ -4366,7 +4498,7 @@ function SubGroup(props) {
4366
4498
  return null;
4367
4499
  }
4368
4500
 
4369
- var css$i = {"listContainer":"-B-g7Y","header":"cy4y8K","group":"_9xwX-V","stickyHeader":"_4UaOcP"};
4501
+ var css$i = {"listContainer":"-oRSGt","header":"GNaB-h","group":"f0An1X","stickyHeader":"VkBcZo"};
4370
4502
 
4371
4503
  const getChildrenAndRest = (row, rows) => {
4372
4504
  const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
@@ -4432,7 +4564,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4432
4564
  xmlns: "http://www.w3.org/2000/svg",
4433
4565
  ref: ref
4434
4566
  }, props), /*#__PURE__*/React.createElement("g", {
4435
- clipPath: "url(#bz50ig203b7vwbt8t_a)"
4567
+ clipPath: "url(#ec1iu0xsvfmtmttbq_a)"
4436
4568
  }, _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
4437
4569
  d: "M150.585 1.535C49.483-11.495 27.481 61.805 45.725 97.481c10.581 20.69-39.64 70.792 17.744 81.468 27.538 5.123 36-13.341 62.433-10.655 35.4 3.6 148.167-4.73 88.349-78.915-31.713-39.335 1.026-79.506-63.666-87.844Z",
4438
4570
  fill: "#F5F6FA"
@@ -4453,7 +4585,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4453
4585
  d: "M86.786 22.982c-2.55 0-4.965 2.07-4.965 4.552V120.6c0 2.484 2.4 4.572 4.965 4.572h88.101c2.582 0 4.986-2.089 4.986-4.572V27.534c0-2.464-2.418-4.552-4.986-4.552h-88.1Zm-5.793 4.552c0-3.022 2.874-5.38 5.793-5.38h88.101c2.935 0 5.814 2.374 5.814 5.38V120.6c0 3.021-2.86 5.4-5.814 5.4h-88.1c-2.94 0-5.794-2.381-5.794-5.4V27.534Z",
4454
4586
  fill: "#1D1E26"
4455
4587
  })), /*#__PURE__*/React.createElement("mask", {
4456
- id: "bz50ig71o7fi8gfjk_b",
4588
+ id: "ec1iu045t7ure16b5_b",
4457
4589
  style: {
4458
4590
  maskType: "alpha"
4459
4591
  },
@@ -4466,7 +4598,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4466
4598
  d: "M174.887 125.586h-88.1c-2.752 0-5.38-2.234-5.38-4.986V27.534c0-2.752 2.644-4.966 5.38-4.966h88.1c2.752 0 5.4 2.23 5.4 4.966V120.6c0 2.752-2.632 4.986-5.4 4.986Z",
4467
4599
  fill: "#9BDEFF"
4468
4600
  }))), _g || (_g = /*#__PURE__*/React.createElement("g", {
4469
- mask: "url(#bz50ig71o7fi8gfjk_b)",
4601
+ mask: "url(#ec1iu045t7ure16b5_b)",
4470
4602
  fillRule: "evenodd",
4471
4603
  clipRule: "evenodd"
4472
4604
  }, /*#__PURE__*/React.createElement("path", {
@@ -4552,7 +4684,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4552
4684
  d: "M24.73 96.184a.414.414 0 0 1 .581.06l48.646 59.751a.413.413 0 1 1-.642.523L24.67 96.766a.414.414 0 0 1 .06-.582Z",
4553
4685
  fill: "#fff"
4554
4686
  }))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
4555
- id: "bz50ig203b7vwbt8t_a"
4687
+ id: "ec1iu0xsvfmtmttbq_a"
4556
4688
  }, /*#__PURE__*/React.createElement("path", {
4557
4689
  fill: "#fff",
4558
4690
  transform: "translate(.552)",
@@ -4561,7 +4693,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
4561
4693
  };
4562
4694
  var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgEmptyTable);
4563
4695
 
4564
- var css$h = {"sticky-header":"hYUsvN","table":"Al691Q","no-results":"XicDva","no-results-icon":"inoLMS","no-results-title":"W5wl15","stickyHeader":"hYUsvN","noResults":"XicDva","noResultsIcon":"inoLMS","noResultsTitle":"W5wl15"};
4696
+ var css$h = {"sticky-header":"rL-2A0","table":"ffpxsw","no-results":"-wSJRv","no-results-icon":"XTw807","no-results-title":"oRE7cY","stickyHeader":"rL-2A0","noResults":"-wSJRv","noResultsIcon":"XTw807","noResultsTitle":"oRE7cY"};
4565
4697
 
4566
4698
  const DEFAULT_HEADER_SIZE = '36';
4567
4699
  const DEFAULT_COLUMN_GAP = '24';
@@ -4614,9 +4746,9 @@ function DataTable(props) {
4614
4746
  } }))));
4615
4747
  }
4616
4748
 
4617
- var css$g = {"root":"iFtutM"};
4749
+ var css$g = {"root":"iRyQPw"};
4618
4750
 
4619
- var css$f = {"root":"jz41p6","burger-content":"UsrnwT","burgerContent":"UsrnwT"};
4751
+ var css$f = {"root":"XFfnJT","burger-content":"iCwwLb","burgerContent":"iCwwLb"};
4620
4752
 
4621
4753
  var _path$3;
4622
4754
  function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
@@ -4659,7 +4791,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
4659
4791
  };
4660
4792
  var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
4661
4793
 
4662
- var css$e = {"uui-typography":"MvA3PD","hero-header":"NPXSzC","promo-header":"LfNKtW","uui-critical":"je3R13","uui-info":"UxAPOP","uui-success":"j7vDcc","uui-warning":"az8F-e","uui-highlight":"TGchAI","uui-typography-size-12":"tvgpEx","uui-typography-size-14":"A1vgER","uui-typography-size-16":"Rx7JlG","root":"aZKqyw","button-primary":"XkW56k","button-secondary":"_9GeUe6","hasIcon":"_6RSvda","dropdown":"AGJG-x","uuiTypography":"MvA3PD","heroHeader":"NPXSzC","promoHeader":"LfNKtW","uuiCritical":"je3R13","uuiInfo":"UxAPOP","uuiSuccess":"j7vDcc","uuiWarning":"az8F-e","uuiHighlight":"TGchAI","uuiTypographySize12":"tvgpEx","uuiTypographySize14":"A1vgER","uuiTypographySize16":"Rx7JlG","buttonPrimary":"XkW56k","buttonSecondary":"_9GeUe6"};
4794
+ var css$e = {"uui-typography":"_0ph5UW","hero-header":"civFTU","promo-header":"RC7jB2","uui-critical":"ey2Y8f","uui-info":"_0py-ua","uui-success":"tHOu6r","uui-warning":"E2KyaT","uui-highlight":"pwNjE8","uui-typography-size-12":"vZADUO","uui-typography-size-14":"zo92MG","uui-typography-size-16":"TVmWdn","root":"ZkJa7j","button-primary":"_6q8Kfb","button-secondary":"MysDJc","hasIcon":"zZ-QsQ","dropdown":"KoajAq","uuiTypography":"_0ph5UW","heroHeader":"civFTU","promoHeader":"RC7jB2","uuiCritical":"ey2Y8f","uuiInfo":"_0py-ua","uuiSuccess":"tHOu6r","uuiWarning":"E2KyaT","uuiHighlight":"pwNjE8","uuiTypographySize12":"vZADUO","uuiTypographySize14":"zo92MG","uuiTypographySize16":"TVmWdn","buttonPrimary":"_6q8Kfb","buttonSecondary":"MysDJc"};
4663
4795
 
4664
4796
  const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
4665
4797
  css$e.root,
@@ -4670,13 +4802,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
4670
4802
  props.icon && css$e.hasIcon,
4671
4803
  ], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
4672
4804
 
4673
- var css$d = {"search-input":"Btbcv-","searchInput":"Btbcv-"};
4805
+ var css$d = {"search-input":"W4zbG8","searchInput":"W4zbG8"};
4674
4806
 
4675
4807
  function BurgerSearch(props) {
4676
4808
  return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$N, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$Q }));
4677
4809
  }
4678
4810
 
4679
- var css$c = {"root":"JCy89T","group-header":"XUDD5J","group-name":"sBYaFH","line":"ShJ7q3","groupHeader":"XUDD5J","groupName":"sBYaFH"};
4811
+ var css$c = {"root":"neQehg","group-header":"QjE70n","group-name":"QoV-Y2","line":"Imc2IN","groupHeader":"QjE70n","groupName":"QoV-Y2"};
4680
4812
 
4681
4813
  function BurgerGroupHeader(props) {
4682
4814
  return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
@@ -4684,7 +4816,7 @@ function BurgerGroupHeader(props) {
4684
4816
  React.createElement("span", { className: css$c.groupName }, props.caption)));
4685
4817
  }
4686
4818
 
4687
- var css$b = {"uui-typography":"ezdJr1","hero-header":"P46hRU","promo-header":"kBSqi1","uui-critical":"qk9uAG","uui-info":"Cd-1Hr","uui-success":"NwctQW","uui-warning":"ZrlAR1","uui-highlight":"C2A-IJ","uui-typography-size-12":"Hw82-B","uui-typography-size-14":"nezsfA","uui-typography-size-16":"_9i8Pka","root":"ZuoSPC","type-primary":"_0fvM5S","type-secondary":"Nx0Ho-","uuiTypography":"ezdJr1","heroHeader":"P46hRU","promoHeader":"kBSqi1","uuiCritical":"qk9uAG","uuiInfo":"Cd-1Hr","uuiSuccess":"NwctQW","uuiWarning":"ZrlAR1","uuiHighlight":"C2A-IJ","uuiTypographySize12":"Hw82-B","uuiTypographySize14":"nezsfA","uuiTypographySize16":"_9i8Pka","typePrimary":"_0fvM5S","typeSecondary":"Nx0Ho-"};
4819
+ var css$b = {"uui-typography":"KtsdHt","hero-header":"s-UoH3","promo-header":"_65q2x7","uui-critical":"VVNCTU","uui-info":"qqBO2o","uui-success":"ARcAsE","uui-warning":"DonP0p","uui-highlight":"_97G3Dh","uui-typography-size-12":"_6yjrqn","uui-typography-size-14":"_3tconB","uui-typography-size-16":"u6m-y-","root":"PvrJ2o","type-primary":"fdcc4j","type-secondary":"OcNaEs","uuiTypography":"KtsdHt","heroHeader":"s-UoH3","promoHeader":"_65q2x7","uuiCritical":"VVNCTU","uuiInfo":"qqBO2o","uuiSuccess":"ARcAsE","uuiWarning":"DonP0p","uuiHighlight":"_97G3Dh","uuiTypographySize12":"_6yjrqn","uuiTypographySize14":"_3tconB","uuiTypographySize16":"u6m-y-","typePrimary":"fdcc4j","typeSecondary":"OcNaEs"};
4688
4820
 
4689
4821
  const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
4690
4822
  const { type } = props, clickableProps = __rest(props, ["type"]);
@@ -4700,7 +4832,7 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
4700
4832
  props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
4701
4833
  });
4702
4834
 
4703
- var css$a = {"dropdown-body":"xJicJH","dropdownBody":"xJicJH"};
4835
+ var css$a = {"dropdown-body":"G9ourU","dropdownBody":"G9ourU"};
4704
4836
 
4705
4837
  class MainMenuDropdown extends React.Component {
4706
4838
  render() {
@@ -4755,12 +4887,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
4755
4887
  };
4756
4888
  var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
4757
4889
 
4758
- var css$9 = {"global-menu-btn":"Lg-dP8","global-menu-icon":"E94iSb","globalMenuBtn":"Lg-dP8","globalMenuIcon":"E94iSb"};
4890
+ var css$9 = {"global-menu-btn":"_78gdNJ","global-menu-icon":"e5MXcT","globalMenuBtn":"_78gdNJ","globalMenuIcon":"e5MXcT"};
4759
4891
 
4760
4892
  const GlobalMenu = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx(css$9.globalMenuBtn, props.cx) }, props.rawProps),
4761
4893
  React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
4762
4894
 
4763
- var css$8 = {"container":"bldYAU","open":"YW8M8T"};
4895
+ var css$8 = {"container":"_8OJkAa","open":"il1Lkz"};
4764
4896
 
4765
4897
  const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, className: cx(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiMarkers.clickable, props.cx), onClick: props.onClick },
4766
4898
  React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
@@ -4768,18 +4900,18 @@ const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.cr
4768
4900
  props.isDropdown && (React.createElement("div", null,
4769
4901
  React.createElement(IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen }))))));
4770
4902
 
4771
- var css$7 = {"search-input":"LIK3A-","searchInput":"LIK3A-"};
4903
+ var css$7 = {"search-input":"_0-JdNc","searchInput":"_0-JdNc"};
4772
4904
 
4773
4905
  const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
4774
4906
  var _a;
4775
4907
  return (React.createElement(TextInput$1, Object.assign({ iconPosition: "left", icon: ForwardRef$N, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$Q }, props, iEditable, { ref: ref, cx: cx$1(css$7.searchInput, props.cx) }, props.rawProps)));
4776
4908
  } }))));
4777
4909
 
4778
- var css$6 = {"container":"_5hrh1B"};
4910
+ var css$6 = {"container":"wraXmE"};
4779
4911
 
4780
4912
  const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container) }, props))));
4781
4913
 
4782
- var css$5 = {"root":"BTAJ1P"};
4914
+ var css$5 = {"root":"HhUSt4"};
4783
4915
 
4784
4916
  const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
4785
4917
 
@@ -4837,7 +4969,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
4837
4969
  };
4838
4970
  var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
4839
4971
 
4840
- var css$4 = {"root":"WL3Xp-","drop-start":"BB8asf","drop-over":"sfSx6s","link":"OyyR4W","drop-area":"P--ObJ","drop-caption":"-dSmsR","icon-blue":"d8Mksa","dropStart":"BB8asf","dropOver":"sfSx6s","dropArea":"P--ObJ","dropCaption":"-dSmsR","iconBlue":"d8Mksa"};
4972
+ var css$4 = {"root":"q7TCK-","drop-start":"_7kiITh","drop-over":"sZxfKE","link":"_1sDWt-","drop-area":"aa-jAz","drop-caption":"LgGOmt","icon-blue":"-fT3vF","dropStart":"_7kiITh","dropOver":"sZxfKE","dropArea":"aa-jAz","dropCaption":"LgGOmt","iconBlue":"-fT3vF"};
4841
4973
 
4842
4974
  function DropSpot(props) {
4843
4975
  const getInfoText = typeof props.infoText === 'string'
@@ -4855,9 +4987,9 @@ function DropSpot(props) {
4855
4987
  return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
4856
4988
  }
4857
4989
 
4858
- var css$3 = {"uui-typography":"_4q9CEg","hero-header":"NYTy6j","promo-header":"MF9fR2","uui-critical":"s0L6pW","uui-info":"_4OGC6C","uui-success":"HUPAbt","uui-warning":"ezNeIj","uui-highlight":"_47ks9c","uui-typography-size-12":"-pPmTK","uui-typography-size-14":"tmbHgv","uui-typography-size-16":"OeWkTe","root":"_4fWlq6","file-name":"_2-a8FN","default-color":"_2ZMFia","doc-color":"_9jiO-0","xls-color":"lQcOwJ","pdf-color":"WUs3ik","movie-color":"Ey8leB","img-color":"_9GL3oM","mov-color":"_4uuvxH","error-block":"H23peL","icons-block":"KmC4gl","uuiTypography":"_4q9CEg","heroHeader":"NYTy6j","promoHeader":"MF9fR2","uuiCritical":"s0L6pW","uuiInfo":"_4OGC6C","uuiSuccess":"HUPAbt","uuiWarning":"ezNeIj","uuiHighlight":"_47ks9c","uuiTypographySize12":"-pPmTK","uuiTypographySize14":"tmbHgv","uuiTypographySize16":"OeWkTe","fileName":"_2-a8FN","defaultColor":"_2ZMFia","docColor":"_9jiO-0","xlsColor":"lQcOwJ","pdfColor":"WUs3ik","movieColor":"Ey8leB","imgColor":"_9GL3oM","movColor":"_4uuvxH","errorBlock":"H23peL","iconsBlock":"KmC4gl"};
4990
+ var css$3 = {"uui-typography":"Usr-16","hero-header":"gMOFjb","promo-header":"KTJ4-R","uui-critical":"G-x3N5","uui-info":"ywsD-0","uui-success":"eSnD3R","uui-warning":"PbepV3","uui-highlight":"nWbPSh","uui-typography-size-12":"lPytQh","uui-typography-size-14":"Va8CV2","uui-typography-size-16":"YhvGQH","root":"Ygw-qn","file-name":"BYKusM","default-color":"iubIWw","doc-color":"ywUMp0","xls-color":"_5oHosN","pdf-color":"xz9kR6","movie-color":"NL4F5P","img-color":"_6-Pq7s","mov-color":"e3xFcC","error-block":"S1JgWD","icons-block":"YQKFdM","uuiTypography":"Usr-16","heroHeader":"gMOFjb","promoHeader":"KTJ4-R","uuiCritical":"G-x3N5","uuiInfo":"ywsD-0","uuiSuccess":"eSnD3R","uuiWarning":"PbepV3","uuiHighlight":"nWbPSh","uuiTypographySize12":"lPytQh","uuiTypographySize14":"Va8CV2","uuiTypographySize16":"YhvGQH","fileName":"BYKusM","defaultColor":"iubIWw","docColor":"ywUMp0","xlsColor":"_5oHosN","pdfColor":"xz9kR6","movieColor":"NL4F5P","imgColor":"_6-Pq7s","movColor":"e3xFcC","errorBlock":"S1JgWD","iconsBlock":"YQKFdM"};
4859
4991
 
4860
- var css$2 = {"root":"pY4L21"};
4992
+ var css$2 = {"root":"yiFvv8"};
4861
4993
 
4862
4994
  const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
4863
4995
  const outsetRadius = props.size / 2 - 1;
@@ -4982,7 +5114,7 @@ const getErrorPageConfig = () => ({
4982
5114
  },
4983
5115
  });
4984
5116
 
4985
- var css$1 = {"container":"g8N3PX"};
5117
+ var css$1 = {"container":"h3yn2d"};
4986
5118
 
4987
5119
  const ErrorPage = (props) => {
4988
5120
  const isMobileScreen = isMobile();
@@ -4993,7 +5125,7 @@ const ErrorPage = (props) => {
4993
5125
  React__default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
4994
5126
  };
4995
5127
 
4996
- var css = {"recovery-spinner":"e2kWIq","recovery-message":"Hxlv-c","modal-blocker":"Zm6Ns9","modalFadeIn":"_62FCL-","recoverySpinner":"e2kWIq","recoveryMessage":"Hxlv-c","modalBlocker":"Zm6Ns9"};
5128
+ var css = {"recovery-spinner":"e8Bc4I","recovery-message":"BB6Ize","modal-blocker":"_2d-UrS","modalFadeIn":"_4LXGl4","recoverySpinner":"e8Bc4I","recoveryMessage":"BB6Ize","modalBlocker":"_2d-UrS"};
4997
5129
 
4998
5130
  function ErrorHandler(props) {
4999
5131
  const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
@@ -5044,5 +5176,5 @@ function ErrorHandler(props) {
5044
5176
  errorType === 'recovery' && renderRecoveryBlocker(errorInfo)));
5045
5177
  }
5046
5178
 
5047
- export { Accordion, Alert, Anchor, AvatarStack, Badge, Blocker, Burger, BurgerButton, BurgerGroupHeader, BurgerSearch, Button, Calendar, Checkbox, CheckboxGroup, ClearNotification, ColumnHeaderDropdown, ColumnsConfigurationModal, ConfirmationModal, ControlGroup, CountIndicator, DataPickerBody, DataPickerFooter, DataPickerHeader, DataPickerRow, DataRowAddons, DataRowsContainer, DataTable, DataTableCell, DataTableHeaderCell, DataTableHeaderRow, DataTableRow, DatePicker, DatePickerBody, DatePickerComponent, DropMarker, DropSpot, Dropdown, DropdownContainer, DropdownMenuBody, DropdownMenuButton, DropdownMenuHeader, DropdownMenuSplitter, DropdownMenuSwitchButton, DropdownSubMenu, ErrorAlert, ErrorHandler, ErrorNotification, ErrorPage, FileCard, FilterItemBody, FiltersPanel, FlexCell, FlexRow, Form, GlobalMenu, HintAlert, HintNotification, IDropdownControlKeys, IconButton, IndeterminateBar, IndicatorBar, InputAddon, LabeledInput, LinkButton, MainMenu, MainMenuAvatar, MainMenuButton, MainMenuDropdown, MainMenuIcon, MainMenuSearch, MobileDropdownWrapper, ModalBlocker, ModalFooter, ModalHeader, ModalWindow, MultiSwitch, NotificationCard, NumericInput, Paginator, Panel, PickerInput, PickerItem, PickerList, PickerListItem, PickerModal, PickerToggler, PickerTogglerTag, PresetsPanel, ProgressBar, RadioGroup, RadioInput, RangeDatePicker, RangeDatePickerBody, RangeDatePickerInput, RichTextView, ScrollBars, SearchInput, Slider, Snackbar, Spinner, StatusIndicator, SuccessAlert, SuccessNotification, SvgCircleProgress, Switch, TabButton, Tag, Text, TextArea, TextInput, TextPlaceholder, TimePicker, TimePickerBody, Tooltip, VerticalTabButton, VirtualList, WarningAlert, WarningNotification, applyDateSelectionMods, defaultPredicates, getErrorPageConfig, getHighlightRanges, getHighlightedSearchMatches, getRecoveryMessageConfig, getTextClasses, i18n, propsMods, rangeDatePickerPresets, renderCell, renderDropMarkers, useColumnsWithFilters, useForm, uuiDatePickerBody, uuiRangeDatePickerBody, uuiTimePicker };
5179
+ export { Accordion, Alert, Anchor, AvatarStack, Badge, Blocker, Burger, BurgerButton, BurgerGroupHeader, BurgerSearch, Button, Calendar, Checkbox, CheckboxGroup, ClearNotification, ColumnHeaderDropdown, ColumnsConfigurationModal, ConfirmationModal, ControlGroup, CountIndicator, DataPickerBody, DataPickerFooter, DataPickerHeader, DataPickerRow, DataRowAddons, DataRowsContainer, DataTable, DataTableCell, DataTableHeaderCell, DataTableHeaderRow, DataTableRow, DatePicker, DatePickerBody, DatePickerComponent, DropMarker, DropSpot, Dropdown, DropdownContainer, DropdownMenuBody, DropdownMenuButton, DropdownMenuHeader, DropdownMenuSplitter, DropdownMenuSwitchButton, DropdownSubMenu, ErrorAlert, ErrorHandler, ErrorNotification, ErrorPage, FileCard, FilterItemBody, FiltersPanel, FlexCell, FlexRow, Form, GlobalMenu, HintAlert, HintNotification, IDropdownControlKeys, IconButton, IndeterminateBar, IndicatorBar, InputAddon, LabeledInput, LinkButton, MainMenu, MainMenuAvatar, MainMenuButton, MainMenuDropdown, MainMenuIcon, MainMenuSearch, MobileDropdownWrapper, ModalBlocker, ModalFooter, ModalHeader, ModalWindow, MultiSwitch, NotificationCard, NumericInput, Paginator, Panel, PickerInput, PickerItem, PickerList, PickerListItem, PickerModal, PickerToggler, PickerTogglerTag, PresetsPanel, ProgressBar, RadioGroup, RadioInput, RangeDatePicker, RangeDatePickerBody, RangeDatePickerInput, RichTextView, ScrollBars, SearchInput, Slider, Snackbar, Spinner, StatusIndicator, SuccessAlert, SuccessNotification, SvgCircleProgress, Switch, TabButton, Tag, Text, TextArea, TextInput, TextPlaceholder, TimePicker, TimePickerBody, Tooltip, VerticalTabButton, VirtualList, WarningAlert, WarningNotification, applyDateSelectionMods, defaultPredicates, getErrorPageConfig, getHighlightRanges, getHighlightedSearchMatches, getRecoveryMessageConfig, getTextClasses, i18n, propsMods, rangeDatePickerPresets, renderCell, renderDropMarkers, settings, useColumnsWithFilters, useForm, uuiDatePickerBody, uuiRangeDatePickerBody, uuiTimePicker };
5048
5180
  //# sourceMappingURL=index.esm.js.map