@lumx/react 4.3.2-alpha.3 → 4.3.2-alpha.30

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.
package/index.js CHANGED
@@ -1,56 +1,56 @@
1
- import { Kind as Kind$1, Size as Size$1, ColorPalette as ColorPalette$1, Emphasis as Emphasis$1, Theme as Theme$1, AspectRatio as AspectRatio$1, ColorVariant, DIALOG_TRANSITION_DURATION, Orientation as Orientation$1, Alignment, NOTIFICATION_TRANSITION_DURATION, TOOLTIP_LONG_PRESS_DELAY, TOOLTIP_HOVER_DELAY } from '@lumx/core/js/constants/index.js';
2
- export * from '@lumx/core/js/constants/index.js';
3
- export * from '@lumx/core/js/types/index.js';
1
+ import { Kind as Kind$1, Size as Size$1, ColorPalette as ColorPalette$1, Emphasis as Emphasis$1, Theme as Theme$1, AspectRatio as AspectRatio$1, ColorVariant, DIALOG_TRANSITION_DURATION, Orientation as Orientation$1, Alignment, NOTIFICATION_TRANSITION_DURATION, TOOLTIP_LONG_PRESS_DELAY, TOOLTIP_HOVER_DELAY } from '@lumx/core/js/constants';
2
+ export * from '@lumx/core/js/constants';
3
+ export * from '@lumx/core/js/types';
4
4
  import * as React from 'react';
5
5
  import React__default, { useState, useEffect, useMemo, useRef, useCallback, Children, useLayoutEffect, cloneElement, createContext, isValidElement, useContext, useReducer } from 'react';
6
6
  import { mdiAlert } from '@lumx/icons/esm/alert.js';
7
7
  import { mdiAlertCircle } from '@lumx/icons/esm/alert-circle.js';
8
8
  import { mdiCheckCircle } from '@lumx/icons/esm/check-circle.js';
9
9
  import { mdiInformation } from '@lumx/icons/esm/information.js';
10
- import { classNames, onEnterPressed, onEscapePressed, onButtonPressed, detectHorizontalSwipe } from '@lumx/core/js/utils/index.js';
10
+ import { classNames, onEnterPressed, onEscapePressed, onButtonPressed, detectHorizontalSwipe } from '@lumx/core/js/utils';
11
11
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
12
- import last from 'lodash/last';
13
- import pull from 'lodash/pull';
14
- import get from 'lodash/get';
15
- import concat from 'lodash/concat';
16
- import dropRight from 'lodash/dropRight';
17
- import partition from 'lodash/partition';
18
- import reduce from 'lodash/reduce';
12
+ import last from 'lodash/last.js';
13
+ import pull from 'lodash/pull.js';
14
+ import get from 'lodash/get.js';
15
+ import concat from 'lodash/concat.js';
16
+ import dropRight from 'lodash/dropRight.js';
17
+ import partition from 'lodash/partition.js';
18
+ import reduce from 'lodash/reduce.js';
19
19
  import { u as useDisabledStateContext, P as Portal, C as ClickAwayProvider } from './_internal/DpdvhbTO.js';
20
- import isEmpty from 'lodash/isEmpty';
21
- import { getDisabledState } from '@lumx/core/js/utils/disabledState/index.js';
20
+ import isEmpty from 'lodash/isEmpty.js';
21
+ import { getDisabledState } from '@lumx/core/js/utils/disabledState';
22
22
  import { mdiCloseCircle } from '@lumx/icons/esm/close-circle.js';
23
- import memoize from 'lodash/memoize';
23
+ import memoize from 'lodash/memoize.js';
24
24
  import { mdiClose } from '@lumx/icons/esm/close.js';
25
- import isFunction from 'lodash/isFunction';
25
+ import isFunction from 'lodash/isFunction.js';
26
26
  import { mdiImageBroken } from '@lumx/icons/esm/image-broken.js';
27
27
  import { mdiCheck } from '@lumx/icons/esm/check.js';
28
28
  import { mdiMinus } from '@lumx/icons/esm/minus.js';
29
29
  import { mdiChevronLeft } from '@lumx/icons/esm/chevron-left.js';
30
30
  import { mdiChevronRight } from '@lumx/icons/esm/chevron-right.js';
31
- import castArray from 'lodash/castArray';
31
+ import castArray from 'lodash/castArray.js';
32
32
  import { mdiDragVertical } from '@lumx/icons/esm/drag-vertical.js';
33
33
  import { mdiChevronDown } from '@lumx/icons/esm/chevron-down.js';
34
34
  import { mdiChevronUp } from '@lumx/icons/esm/chevron-up.js';
35
- import noop from 'lodash/noop';
36
- import pick from 'lodash/pick';
37
- import isInteger from 'lodash/isInteger';
35
+ import noop from 'lodash/noop.js';
36
+ import pick from 'lodash/pick.js';
37
+ import isInteger from 'lodash/isInteger.js';
38
38
  import { mdiMagnifyMinusOutline } from '@lumx/icons/esm/magnify-minus-outline.js';
39
39
  import { mdiMagnifyPlusOutline } from '@lumx/icons/esm/magnify-plus-outline.js';
40
- import throttle from 'lodash/throttle';
41
- import range from 'lodash/range';
40
+ import throttle from 'lodash/throttle.js';
41
+ import range from 'lodash/range.js';
42
42
  import { mdiPlayCircleOutline } from '@lumx/icons/esm/play-circle-outline.js';
43
43
  import { mdiPauseCircleOutline } from '@lumx/icons/esm/pause-circle-outline.js';
44
- import chunk from 'lodash/chunk';
44
+ import chunk from 'lodash/chunk.js';
45
45
  import ReactDOM from 'react-dom';
46
- import take from 'lodash/take';
46
+ import take from 'lodash/take.js';
47
47
  import { mdiRadioboxBlank } from '@lumx/icons/esm/radiobox-blank.js';
48
48
  import { mdiRadioboxMarked } from '@lumx/icons/esm/radiobox-marked.js';
49
49
  import { mdiMenuDown } from '@lumx/icons/esm/menu-down.js';
50
- import { getWithSelector } from '@lumx/core/js/utils/selectors/getWithSelector/index.js';
50
+ import { getWithSelector } from '@lumx/core/js/utils/selectors';
51
51
  import { mdiArrowDown } from '@lumx/icons/esm/arrow-down.js';
52
52
  import { mdiArrowUp } from '@lumx/icons/esm/arrow-up.js';
53
- import set from 'lodash/set';
53
+ import set from 'lodash/set.js';
54
54
 
55
55
  let i = 0;
56
56
 
@@ -96,7 +96,7 @@ const CONFIG$1 = {
96
96
  /**
97
97
  * Component display name.
98
98
  */
99
- const COMPONENT_NAME$1l = 'AlertDialog';
99
+ const COMPONENT_NAME$1k = 'AlertDialog';
100
100
 
101
101
  /**
102
102
  * Component default class name and class prefix.
@@ -109,7 +109,7 @@ const {
109
109
  /**
110
110
  * Component default props.
111
111
  */
112
- const DEFAULT_PROPS$1a = {
112
+ const DEFAULT_PROPS$1b = {
113
113
  size: Size$1.tiny,
114
114
  kind: Kind$1.info
115
115
  };
@@ -130,8 +130,8 @@ const AlertDialog = forwardRef((props, ref) => {
130
130
  className,
131
131
  cancelProps,
132
132
  confirmProps,
133
- kind = DEFAULT_PROPS$1a.kind,
134
- size = DEFAULT_PROPS$1a.size,
133
+ kind = DEFAULT_PROPS$1b.kind,
134
+ size = DEFAULT_PROPS$1b.size,
135
135
  dialogProps,
136
136
  children,
137
137
  ...forwardedProps
@@ -217,9 +217,9 @@ const AlertDialog = forwardRef((props, ref) => {
217
217
  })]
218
218
  });
219
219
  });
220
- AlertDialog.displayName = COMPONENT_NAME$1l;
220
+ AlertDialog.displayName = COMPONENT_NAME$1k;
221
221
  AlertDialog.className = CLASSNAME$1j;
222
- AlertDialog.defaultProps = DEFAULT_PROPS$1a;
222
+ AlertDialog.defaultProps = DEFAULT_PROPS$1b;
223
223
 
224
224
  /**
225
225
  * Hook focusing an element when defined and `focus` boolean `true`.
@@ -311,7 +311,7 @@ function useDisableStateProps(props) {
311
311
  /**
312
312
  * Component display name.
313
313
  */
314
- const COMPONENT_NAME$1k = 'Autocomplete';
314
+ const COMPONENT_NAME$1j = 'Autocomplete';
315
315
 
316
316
  /**
317
317
  * Component default class name and class prefix.
@@ -321,7 +321,7 @@ const CLASSNAME$1i = 'lumx-autocomplete';
321
321
  /**
322
322
  * Component default props.
323
323
  */
324
- const DEFAULT_PROPS$19 = {
324
+ const DEFAULT_PROPS$1a = {
325
325
  anchorToInput: false,
326
326
  closeOnClick: false,
327
327
  closeOnClickAway: true,
@@ -343,13 +343,13 @@ const Autocomplete = forwardRef((props, ref) => {
343
343
  otherProps
344
344
  } = useDisableStateProps(props);
345
345
  const {
346
- anchorToInput = DEFAULT_PROPS$19.anchorToInput,
346
+ anchorToInput = DEFAULT_PROPS$1a.anchorToInput,
347
347
  children,
348
348
  chips,
349
349
  className,
350
- closeOnClick = DEFAULT_PROPS$19.closeOnClick,
351
- closeOnClickAway = DEFAULT_PROPS$19.closeOnClickAway,
352
- closeOnEscape = DEFAULT_PROPS$19.closeOnEscape,
350
+ closeOnClick = DEFAULT_PROPS$1a.closeOnClick,
351
+ closeOnClickAway = DEFAULT_PROPS$1a.closeOnClickAway,
352
+ closeOnEscape = DEFAULT_PROPS$1a.closeOnEscape,
353
353
  error,
354
354
  fitToAnchorWidth,
355
355
  hasError,
@@ -370,7 +370,7 @@ const Autocomplete = forwardRef((props, ref) => {
370
370
  onInfiniteScroll,
371
371
  placeholder,
372
372
  placement,
373
- shouldFocusOnClose = DEFAULT_PROPS$19.shouldFocusOnClose,
373
+ shouldFocusOnClose = DEFAULT_PROPS$1a.shouldFocusOnClose,
374
374
  theme = defaultTheme,
375
375
  value,
376
376
  textFieldProps = {},
@@ -423,14 +423,14 @@ const Autocomplete = forwardRef((props, ref) => {
423
423
  })]
424
424
  });
425
425
  });
426
- Autocomplete.displayName = COMPONENT_NAME$1k;
426
+ Autocomplete.displayName = COMPONENT_NAME$1j;
427
427
  Autocomplete.className = CLASSNAME$1i;
428
- Autocomplete.defaultProps = DEFAULT_PROPS$19;
428
+ Autocomplete.defaultProps = DEFAULT_PROPS$1a;
429
429
 
430
430
  /**
431
431
  * Component display name.
432
432
  */
433
- const COMPONENT_NAME$1j = 'AutocompleteMultiple';
433
+ const COMPONENT_NAME$1i = 'AutocompleteMultiple';
434
434
 
435
435
  /**
436
436
  * Component default class name and class prefix.
@@ -440,7 +440,7 @@ const CLASSNAME$1h = 'lumx-autocomplete-multiple';
440
440
  /**
441
441
  * Component default props.
442
442
  */
443
- const DEFAULT_PROPS$18 = {
443
+ const DEFAULT_PROPS$19 = {
444
444
  closeOnClickAway: true,
445
445
  closeOnEscape: true,
446
446
  selectedChipRender(choice, index, onClear, isDisabled) {
@@ -480,8 +480,8 @@ const AutocompleteMultiple = forwardRef((props, ref) => {
480
480
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
481
481
  chipsAlignment,
482
482
  className,
483
- closeOnClickAway = DEFAULT_PROPS$18.closeOnClickAway,
484
- closeOnEscape = DEFAULT_PROPS$18.closeOnEscape,
483
+ closeOnClickAway = DEFAULT_PROPS$19.closeOnClickAway,
484
+ closeOnEscape = DEFAULT_PROPS$19.closeOnEscape,
485
485
  fitToAnchorWidth,
486
486
  hasError,
487
487
  helper,
@@ -503,12 +503,12 @@ const AutocompleteMultiple = forwardRef((props, ref) => {
503
503
  onKeyDown,
504
504
  placeholder,
505
505
  placement,
506
- selectedChipRender = DEFAULT_PROPS$18.selectedChipRender,
506
+ selectedChipRender = DEFAULT_PROPS$19.selectedChipRender,
507
507
  shouldFocusOnClose,
508
508
  theme = defaultTheme,
509
509
  type,
510
510
  value,
511
- values = DEFAULT_PROPS$18.values,
511
+ values = DEFAULT_PROPS$19.values,
512
512
  ...forwardedProps
513
513
  } = otherProps;
514
514
  return /*#__PURE__*/jsx(Autocomplete, {
@@ -548,14 +548,14 @@ const AutocompleteMultiple = forwardRef((props, ref) => {
548
548
  children: children
549
549
  });
550
550
  });
551
- AutocompleteMultiple.displayName = COMPONENT_NAME$1j;
551
+ AutocompleteMultiple.displayName = COMPONENT_NAME$1i;
552
552
  AutocompleteMultiple.className = CLASSNAME$1h;
553
- AutocompleteMultiple.defaultProps = DEFAULT_PROPS$18;
553
+ AutocompleteMultiple.defaultProps = DEFAULT_PROPS$19;
554
554
 
555
555
  /**
556
556
  * Component display name.
557
557
  */
558
- const COMPONENT_NAME$1i = 'Avatar';
558
+ const COMPONENT_NAME$1h = 'Avatar';
559
559
 
560
560
  /**
561
561
  * Component default class name and class prefix.
@@ -569,7 +569,7 @@ const {
569
569
  /**
570
570
  * Component default props.
571
571
  */
572
- const DEFAULT_PROPS$17 = {
572
+ const DEFAULT_PROPS$18 = {
573
573
  size: Size$1.m
574
574
  };
575
575
 
@@ -592,7 +592,7 @@ const Avatar = forwardRef((props, ref) => {
592
592
  linkAs,
593
593
  onClick,
594
594
  onKeyPress,
595
- size = DEFAULT_PROPS$17.size,
595
+ size = DEFAULT_PROPS$18.size,
596
596
  theme = defaultTheme,
597
597
  thumbnailProps,
598
598
  ...forwardedProps
@@ -625,9 +625,9 @@ const Avatar = forwardRef((props, ref) => {
625
625
  })]
626
626
  });
627
627
  });
628
- Avatar.displayName = COMPONENT_NAME$1i;
628
+ Avatar.displayName = COMPONENT_NAME$1h;
629
629
  Avatar.className = CLASSNAME$1g;
630
- Avatar.defaultProps = DEFAULT_PROPS$17;
630
+ Avatar.defaultProps = DEFAULT_PROPS$18;
631
631
 
632
632
  /**
633
633
  * Alignments.
@@ -695,8 +695,6 @@ const ColorPalette = {
695
695
  red: 'red',
696
696
  light: 'light'};
697
697
 
698
- /** ColorPalette with all possible color variant combination */
699
-
700
698
  function getDefaultExportFromCjs (x) {
701
699
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
702
700
  }
@@ -925,7 +923,7 @@ function bem(baseName) {
925
923
  /**
926
924
  * Component display name.
927
925
  */
928
- const COMPONENT_NAME$1h = 'Badge';
926
+ const COMPONENT_NAME$1g = 'Badge';
929
927
 
930
928
  /**
931
929
  * Component default class name and class prefix.
@@ -938,7 +936,7 @@ const {
938
936
  /**
939
937
  * Component default props.
940
938
  */
941
- const DEFAULT_PROPS$16 = {
939
+ const DEFAULT_PROPS$17 = {
942
940
  color: ColorPalette.primary
943
941
  };
944
942
 
@@ -952,7 +950,7 @@ const Badge$1 = props => {
952
950
  const {
953
951
  children,
954
952
  className,
955
- color = DEFAULT_PROPS$16.color,
953
+ color = DEFAULT_PROPS$17.color,
956
954
  ref,
957
955
  ...forwardedProps
958
956
  } = props;
@@ -965,9 +963,9 @@ const Badge$1 = props => {
965
963
  children: children
966
964
  });
967
965
  };
968
- Badge$1.displayName = COMPONENT_NAME$1h;
966
+ Badge$1.displayName = COMPONENT_NAME$1g;
969
967
  Badge$1.className = CLASSNAME$1f;
970
- Badge$1.defaultProps = DEFAULT_PROPS$16;
968
+ Badge$1.defaultProps = DEFAULT_PROPS$17;
971
969
 
972
970
  /**
973
971
  * Defines the props of the component.
@@ -990,7 +988,7 @@ Badge.displayName = Badge$1.displayName;
990
988
  Badge.className = Badge$1.className;
991
989
  Badge.defaultProps = Badge$1.defaultProps;
992
990
 
993
- const COMPONENT_NAME$1g = 'BadgeWrapper';
991
+ const COMPONENT_NAME$1f = 'BadgeWrapper';
994
992
  const CLASSNAME$1e = 'lumx-badge-wrapper';
995
993
  const {
996
994
  block: block$10,
@@ -1021,7 +1019,7 @@ const BadgeWrapper = forwardRef((props, ref) => {
1021
1019
  ref
1022
1020
  });
1023
1021
  });
1024
- BadgeWrapper.displayName = COMPONENT_NAME$1g;
1022
+ BadgeWrapper.displayName = COMPONENT_NAME$1f;
1025
1023
  BadgeWrapper.className = CLASSNAME$1e;
1026
1024
 
1027
1025
  /**
@@ -1070,7 +1068,7 @@ const RawClickable$1 = props => {
1070
1068
  /**
1071
1069
  * Component display name.
1072
1070
  */
1073
- const COMPONENT_NAME$1f = 'ButtonRoot';
1071
+ const COMPONENT_NAME$1e = 'ButtonRoot';
1074
1072
  const BUTTON_WRAPPER_CLASSNAME = `lumx-button-wrapper`;
1075
1073
  const {
1076
1074
  block: buttonWrapperBlock
@@ -1168,7 +1166,7 @@ const ButtonRoot = props => {
1168
1166
  children
1169
1167
  });
1170
1168
  };
1171
- ButtonRoot.displayName = COMPONENT_NAME$1f;
1169
+ ButtonRoot.displayName = COMPONENT_NAME$1e;
1172
1170
  ButtonRoot.defaultProps = {};
1173
1171
 
1174
1172
  /**
@@ -1178,7 +1176,7 @@ ButtonRoot.defaultProps = {};
1178
1176
  /**
1179
1177
  * Component display name.
1180
1178
  */
1181
- const COMPONENT_NAME$1e = 'Button';
1179
+ const COMPONENT_NAME$1d = 'Button';
1182
1180
 
1183
1181
  /**
1184
1182
  * Component default class name and class prefix.
@@ -1191,7 +1189,7 @@ const {
1191
1189
  /**
1192
1190
  * Component default props.
1193
1191
  */
1194
- const DEFAULT_PROPS$15 = {
1192
+ const DEFAULT_PROPS$16 = {
1195
1193
  emphasis: Emphasis.high,
1196
1194
  size: Size.m
1197
1195
  };
@@ -1205,10 +1203,10 @@ const DEFAULT_PROPS$15 = {
1205
1203
  const Button$1 = props => {
1206
1204
  const {
1207
1205
  className,
1208
- emphasis = DEFAULT_PROPS$15.emphasis,
1206
+ emphasis = DEFAULT_PROPS$16.emphasis,
1209
1207
  leftIcon,
1210
1208
  rightIcon,
1211
- size = DEFAULT_PROPS$15.size,
1209
+ size = DEFAULT_PROPS$16.size,
1212
1210
  ...forwardedProps
1213
1211
  } = props;
1214
1212
  const buttonClassName = classnames(className, modifier({
@@ -1223,9 +1221,9 @@ const Button$1 = props => {
1223
1221
  variant: 'button'
1224
1222
  });
1225
1223
  };
1226
- Button$1.displayName = COMPONENT_NAME$1e;
1224
+ Button$1.displayName = COMPONENT_NAME$1d;
1227
1225
  Button$1.className = CLASSNAME$1d;
1228
- Button$1.defaultProps = DEFAULT_PROPS$15;
1226
+ Button$1.defaultProps = DEFAULT_PROPS$16;
1229
1227
 
1230
1228
  /**
1231
1229
  * Properties of a component to use to determine it's name.
@@ -1291,11 +1289,11 @@ const Button = forwardRef((props, ref) => {
1291
1289
  })
1292
1290
  });
1293
1291
  });
1294
- Button.displayName = COMPONENT_NAME$1e;
1292
+ Button.displayName = COMPONENT_NAME$1d;
1295
1293
  Button.className = CLASSNAME$1d;
1296
- Button.defaultProps = DEFAULT_PROPS$15;
1294
+ Button.defaultProps = DEFAULT_PROPS$16;
1297
1295
 
1298
- const COMPONENT_NAME$1d = 'Icon';
1296
+ const COMPONENT_NAME$1c = 'Icon';
1299
1297
  const IconClassName = 'lumx-icon';
1300
1298
 
1301
1299
  /**
@@ -1310,7 +1308,7 @@ const {
1310
1308
  /**
1311
1309
  * Component default props.
1312
1310
  */
1313
- const DEFAULT_PROPS$14 = {};
1311
+ const DEFAULT_PROPS$15 = {};
1314
1312
 
1315
1313
  /**
1316
1314
  * Icon component.
@@ -1388,14 +1386,14 @@ const Icon$1 = props => {
1388
1386
  })
1389
1387
  });
1390
1388
  };
1391
- Icon$1.displayName = COMPONENT_NAME$1d;
1389
+ Icon$1.displayName = COMPONENT_NAME$1c;
1392
1390
  Icon$1.className = CLASSNAME$1c;
1393
- Icon$1.defaultProps = DEFAULT_PROPS$14;
1391
+ Icon$1.defaultProps = DEFAULT_PROPS$15;
1394
1392
 
1395
1393
  /**
1396
1394
  * Component display name.
1397
1395
  */
1398
- const COMPONENT_NAME$1c = 'IconButton';
1396
+ const COMPONENT_NAME$1b = 'IconButton';
1399
1397
 
1400
1398
  /**
1401
1399
  * Component default class name and class prefix.
@@ -1405,7 +1403,7 @@ const CLASSNAME$1b = 'lumx-icon-button';
1405
1403
  /**
1406
1404
  * Component default props.
1407
1405
  */
1408
- const DEFAULT_PROPS$13 = {
1406
+ const DEFAULT_PROPS$14 = {
1409
1407
  emphasis: Emphasis.high,
1410
1408
  size: Size.m
1411
1409
  };
@@ -1418,11 +1416,11 @@ const DEFAULT_PROPS$13 = {
1418
1416
  */
1419
1417
  const IconButton$1 = props => {
1420
1418
  const {
1421
- emphasis = DEFAULT_PROPS$13.emphasis,
1419
+ emphasis = DEFAULT_PROPS$14.emphasis,
1422
1420
  image,
1423
1421
  icon,
1424
1422
  label,
1425
- size = DEFAULT_PROPS$13.size,
1423
+ size = DEFAULT_PROPS$14.size,
1426
1424
  ...forwardedProps
1427
1425
  } = props;
1428
1426
  const defaultChildren = image ? /*#__PURE__*/jsx("img", {
@@ -1441,9 +1439,9 @@ const IconButton$1 = props => {
1441
1439
  children: defaultChildren
1442
1440
  });
1443
1441
  };
1444
- IconButton$1.displayName = COMPONENT_NAME$1c;
1442
+ IconButton$1.displayName = COMPONENT_NAME$1b;
1445
1443
  IconButton$1.className = CLASSNAME$1b;
1446
- IconButton$1.defaultProps = DEFAULT_PROPS$13;
1444
+ IconButton$1.defaultProps = DEFAULT_PROPS$14;
1447
1445
 
1448
1446
  /**
1449
1447
  * IconButton component.
@@ -1478,14 +1476,14 @@ const IconButton = forwardRef((props, ref) => {
1478
1476
  })
1479
1477
  });
1480
1478
  });
1481
- IconButton.displayName = COMPONENT_NAME$1c;
1479
+ IconButton.displayName = COMPONENT_NAME$1b;
1482
1480
  IconButton.className = CLASSNAME$1b;
1483
- IconButton.defaultProps = DEFAULT_PROPS$13;
1481
+ IconButton.defaultProps = DEFAULT_PROPS$14;
1484
1482
 
1485
1483
  /**
1486
1484
  * Component display name.
1487
1485
  */
1488
- const COMPONENT_NAME$1b = 'ButtonGroup';
1486
+ const COMPONENT_NAME$1a = 'ButtonGroup';
1489
1487
 
1490
1488
  /**
1491
1489
  * Component default class name and class prefix.
@@ -1495,7 +1493,7 @@ const CLASSNAME$1a = 'lumx-button-group';
1495
1493
  /**
1496
1494
  * Component default props.
1497
1495
  */
1498
- const DEFAULT_PROPS$12 = {};
1496
+ const DEFAULT_PROPS$13 = {};
1499
1497
 
1500
1498
  /**
1501
1499
  * ButtonGroup component.
@@ -1515,9 +1513,9 @@ const ButtonGroup$1 = props => {
1515
1513
  children: children
1516
1514
  });
1517
1515
  };
1518
- ButtonGroup$1.displayName = COMPONENT_NAME$1b;
1516
+ ButtonGroup$1.displayName = COMPONENT_NAME$1a;
1519
1517
  ButtonGroup$1.className = CLASSNAME$1a;
1520
- ButtonGroup$1.defaultProps = DEFAULT_PROPS$12;
1518
+ ButtonGroup$1.defaultProps = DEFAULT_PROPS$13;
1521
1519
 
1522
1520
  /**
1523
1521
  * ButtonGroup component.
@@ -1532,17 +1530,17 @@ const ButtonGroup = forwardRef((props, ref) => {
1532
1530
  ...props
1533
1531
  });
1534
1532
  });
1535
- ButtonGroup.displayName = COMPONENT_NAME$1b;
1533
+ ButtonGroup.displayName = COMPONENT_NAME$1a;
1536
1534
  ButtonGroup.className = CLASSNAME$1a;
1537
- ButtonGroup.defaultProps = DEFAULT_PROPS$12;
1535
+ ButtonGroup.defaultProps = DEFAULT_PROPS$13;
1538
1536
 
1539
- const COMPONENT_NAME$1a = 'InputLabel';
1537
+ const COMPONENT_NAME$19 = 'InputLabel';
1540
1538
  const InputLabelClassName = 'lumx-input-label';
1541
1539
  const CLASSNAME$19 = InputLabelClassName;
1542
1540
  const {
1543
1541
  block: block$_
1544
1542
  } = bem(CLASSNAME$19);
1545
- const DEFAULT_PROPS$11 = {};
1543
+ const DEFAULT_PROPS$12 = {};
1546
1544
 
1547
1545
  /**
1548
1546
  * InputLabel component.
@@ -1570,9 +1568,9 @@ function InputLabel$1(props) {
1570
1568
  children: children
1571
1569
  });
1572
1570
  }
1573
- InputLabel$1.displayName = COMPONENT_NAME$1a;
1571
+ InputLabel$1.displayName = COMPONENT_NAME$19;
1574
1572
  InputLabel$1.className = CLASSNAME$19;
1575
- InputLabel$1.defaultProps = DEFAULT_PROPS$11;
1573
+ InputLabel$1.defaultProps = DEFAULT_PROPS$12;
1576
1574
 
1577
1575
  const INPUT_HELPER_CONFIGURATION = {
1578
1576
  [Kind.error]: {
@@ -1586,7 +1584,7 @@ const INPUT_HELPER_CONFIGURATION = {
1586
1584
  }
1587
1585
  };
1588
1586
 
1589
- const COMPONENT_NAME$19 = 'InputHelper';
1587
+ const COMPONENT_NAME$18 = 'InputHelper';
1590
1588
  const InputHelperClassName = 'lumx-input-helper';
1591
1589
 
1592
1590
  /**
@@ -1601,7 +1599,7 @@ const {
1601
1599
  /**
1602
1600
  * Component default props.
1603
1601
  */
1604
- const DEFAULT_PROPS$10 = {
1602
+ const DEFAULT_PROPS$11 = {
1605
1603
  kind: Kind.info
1606
1604
  };
1607
1605
 
@@ -1612,7 +1610,7 @@ function InputHelper$1(props) {
1612
1610
  const {
1613
1611
  children,
1614
1612
  className,
1615
- kind = DEFAULT_PROPS$10.kind,
1613
+ kind = DEFAULT_PROPS$11.kind,
1616
1614
  theme,
1617
1615
  ref,
1618
1616
  ...forwardedProps
@@ -1630,9 +1628,9 @@ function InputHelper$1(props) {
1630
1628
  children: children
1631
1629
  });
1632
1630
  }
1633
- InputHelper$1.displayName = COMPONENT_NAME$19;
1631
+ InputHelper$1.displayName = COMPONENT_NAME$18;
1634
1632
  InputHelper$1.className = CLASSNAME$18;
1635
- InputHelper$1.defaultProps = DEFAULT_PROPS$10;
1633
+ InputHelper$1.defaultProps = DEFAULT_PROPS$11;
1636
1634
 
1637
1635
  const INTERMEDIATE_STATE = 'intermediate';
1638
1636
 
@@ -1643,7 +1641,7 @@ const INTERMEDIATE_STATE = 'intermediate';
1643
1641
  /**
1644
1642
  * Component display name.
1645
1643
  */
1646
- const COMPONENT_NAME$18 = 'Checkbox';
1644
+ const COMPONENT_NAME$17 = 'Checkbox';
1647
1645
 
1648
1646
  /**
1649
1647
  * Component default class name and class prefix.
@@ -1747,7 +1745,7 @@ const Checkbox$1 = props => {
1747
1745
  /**
1748
1746
  * Component default props.
1749
1747
  */
1750
- const DEFAULT_PROPS$$ = {};
1748
+ const DEFAULT_PROPS$10 = {};
1751
1749
 
1752
1750
  /**
1753
1751
  * Checkbox component.
@@ -1807,9 +1805,9 @@ const Checkbox = forwardRef((props, ref) => {
1807
1805
  inputId
1808
1806
  });
1809
1807
  });
1810
- Checkbox.displayName = COMPONENT_NAME$18;
1808
+ Checkbox.displayName = COMPONENT_NAME$17;
1811
1809
  Checkbox.className = CLASSNAME$17;
1812
- Checkbox.defaultProps = DEFAULT_PROPS$$;
1810
+ Checkbox.defaultProps = DEFAULT_PROPS$10;
1813
1811
 
1814
1812
  /**
1815
1813
  * Wrap mouse event handler to stop event propagation.
@@ -1830,7 +1828,7 @@ function useStopPropagation(handler) {
1830
1828
  /**
1831
1829
  * Component display name.
1832
1830
  */
1833
- const COMPONENT_NAME$17 = 'Chip';
1831
+ const COMPONENT_NAME$16 = 'Chip';
1834
1832
 
1835
1833
  /**
1836
1834
  * Component default class name and class prefix.
@@ -1844,7 +1842,7 @@ const {
1844
1842
  /**
1845
1843
  * Component default props.
1846
1844
  */
1847
- const DEFAULT_PROPS$_ = {
1845
+ const DEFAULT_PROPS$$ = {
1848
1846
  size: Size$1.m
1849
1847
  };
1850
1848
 
@@ -1874,7 +1872,7 @@ const Chip = forwardRef((props, ref) => {
1874
1872
  onAfterClick,
1875
1873
  onBeforeClick,
1876
1874
  onClick,
1877
- size = DEFAULT_PROPS$_.size,
1875
+ size = DEFAULT_PROPS$$.size,
1878
1876
  theme = defaultTheme,
1879
1877
  href,
1880
1878
  onKeyDown,
@@ -1944,9 +1942,9 @@ const Chip = forwardRef((props, ref) => {
1944
1942
  })
1945
1943
  );
1946
1944
  });
1947
- Chip.displayName = COMPONENT_NAME$17;
1945
+ Chip.displayName = COMPONENT_NAME$16;
1948
1946
  Chip.className = CLASSNAME$16;
1949
- Chip.defaultProps = DEFAULT_PROPS$_;
1947
+ Chip.defaultProps = DEFAULT_PROPS$$;
1950
1948
 
1951
1949
  const INITIAL_STATE_ACTIVE_CHIP = -1;
1952
1950
 
@@ -2002,12 +2000,12 @@ const useChipGroupNavigation = (chips, onChipDeleted, initialActiveChip = INITIA
2002
2000
  /**
2003
2001
  * Component default props.
2004
2002
  */
2005
- const DEFAULT_PROPS$Z = {};
2003
+ const DEFAULT_PROPS$_ = {};
2006
2004
 
2007
2005
  /**
2008
2006
  * Component display name.
2009
2007
  */
2010
- const COMPONENT_NAME$16 = 'ChipGroup';
2008
+ const COMPONENT_NAME$15 = 'ChipGroup';
2011
2009
 
2012
2010
  /**
2013
2011
  * Component default class name and class prefix.
@@ -2035,9 +2033,9 @@ const InternalChipGroup = forwardRef((props, ref) => {
2035
2033
  children: children
2036
2034
  });
2037
2035
  });
2038
- InternalChipGroup.displayName = COMPONENT_NAME$16;
2036
+ InternalChipGroup.displayName = COMPONENT_NAME$15;
2039
2037
  InternalChipGroup.className = CLASSNAME$15;
2040
- InternalChipGroup.defaultProps = DEFAULT_PROPS$Z;
2038
+ InternalChipGroup.defaultProps = DEFAULT_PROPS$_;
2041
2039
  const ChipGroup = Object.assign(InternalChipGroup, {
2042
2040
  useChipGroupNavigation
2043
2041
  });
@@ -2235,7 +2233,7 @@ const CommentBlockVariant = {
2235
2233
  /**
2236
2234
  * Component display name.
2237
2235
  */
2238
- const COMPONENT_NAME$15 = 'CommentBlock';
2236
+ const COMPONENT_NAME$14 = 'CommentBlock';
2239
2237
 
2240
2238
  /**
2241
2239
  * Component default class name and class prefix.
@@ -2249,7 +2247,7 @@ const {
2249
2247
  /**
2250
2248
  * Component default props.
2251
2249
  */
2252
- const DEFAULT_PROPS$Y = {
2250
+ const DEFAULT_PROPS$Z = {
2253
2251
  variant: CommentBlockVariant.indented
2254
2252
  };
2255
2253
 
@@ -2279,7 +2277,7 @@ const CommentBlock = forwardRef((props, ref) => {
2279
2277
  onMouseLeave,
2280
2278
  text,
2281
2279
  theme = defaultTheme,
2282
- variant = DEFAULT_PROPS$Y.variant,
2280
+ variant = DEFAULT_PROPS$Z.variant,
2283
2281
  ...forwardedProps
2284
2282
  } = props;
2285
2283
  const hasChildren = Children.count(children) > 0;
@@ -2346,9 +2344,9 @@ const CommentBlock = forwardRef((props, ref) => {
2346
2344
  })]
2347
2345
  });
2348
2346
  });
2349
- CommentBlock.displayName = COMPONENT_NAME$15;
2347
+ CommentBlock.displayName = COMPONENT_NAME$14;
2350
2348
  CommentBlock.className = CLASSNAME$13;
2351
- CommentBlock.defaultProps = DEFAULT_PROPS$Y;
2349
+ CommentBlock.defaultProps = DEFAULT_PROPS$Z;
2352
2350
 
2353
2351
  /**
2354
2352
  * Add a number of months from a date while resetting the day to prevent month length mismatches.
@@ -2368,7 +2366,7 @@ const isDateValid = date => date instanceof Date && !Number.isNaN(date.getTime()
2368
2366
  /**
2369
2367
  * Component display name.
2370
2368
  */
2371
- const COMPONENT_NAME$14 = 'DatePicker';
2369
+ const COMPONENT_NAME$13 = 'DatePicker';
2372
2370
 
2373
2371
  /**
2374
2372
  * Component default class name and class prefix.
@@ -2602,7 +2600,7 @@ const {
2602
2600
  /**
2603
2601
  * Component display name.
2604
2602
  */
2605
- const COMPONENT_NAME$13 = 'DatePickerControlled';
2603
+ const COMPONENT_NAME$12 = 'DatePickerControlled';
2606
2604
 
2607
2605
  /**
2608
2606
  * DatePickerControlled component.
@@ -2792,7 +2790,7 @@ const DatePickerControlled = forwardRef((props, ref) => {
2792
2790
  })]
2793
2791
  });
2794
2792
  });
2795
- DatePickerControlled.displayName = COMPONENT_NAME$13;
2793
+ DatePickerControlled.displayName = COMPONENT_NAME$12;
2796
2794
  DatePickerControlled.className = CLASSNAME$12;
2797
2795
 
2798
2796
  /**
@@ -2835,7 +2833,7 @@ const DatePicker = forwardRef((props, ref) => {
2835
2833
  onMonthChange: setSelectedMonth
2836
2834
  });
2837
2835
  });
2838
- DatePicker.displayName = COMPONENT_NAME$14;
2836
+ DatePicker.displayName = COMPONENT_NAME$13;
2839
2837
  DatePicker.className = CLASSNAME$12;
2840
2838
 
2841
2839
  const useBooleanState = defaultValue => {
@@ -2849,7 +2847,7 @@ const useBooleanState = defaultValue => {
2849
2847
  /**
2850
2848
  * Component display name.
2851
2849
  */
2852
- const COMPONENT_NAME$12 = 'DatePickerField';
2850
+ const COMPONENT_NAME$11 = 'DatePickerField';
2853
2851
 
2854
2852
  /**
2855
2853
  * DatePickerField component.
@@ -2938,7 +2936,7 @@ const DatePickerField = forwardRef((props, ref) => {
2938
2936
  }) : null]
2939
2937
  });
2940
2938
  });
2941
- DatePickerField.displayName = COMPONENT_NAME$12;
2939
+ DatePickerField.displayName = COMPONENT_NAME$11;
2942
2940
 
2943
2941
  /**
2944
2942
  * Optional global `window` instance (not defined when running SSR).
@@ -3439,7 +3437,7 @@ const isFooter$1 = isComponent('footer');
3439
3437
  /**
3440
3438
  * Component display name.
3441
3439
  */
3442
- const COMPONENT_NAME$11 = 'Dialog';
3440
+ const COMPONENT_NAME$10 = 'Dialog';
3443
3441
 
3444
3442
  /**
3445
3443
  * Component default class name and class prefix.
@@ -3453,7 +3451,7 @@ const {
3453
3451
  /**
3454
3452
  * Component default props.
3455
3453
  */
3456
- const DEFAULT_PROPS$X = {
3454
+ const DEFAULT_PROPS$Y = {
3457
3455
  size: Size$1.big,
3458
3456
  disableBodyScroll: true
3459
3457
  };
@@ -3484,11 +3482,11 @@ const Dialog = forwardRef((props, ref) => {
3484
3482
  parentElement,
3485
3483
  contentRef,
3486
3484
  preventAutoClose,
3487
- size = DEFAULT_PROPS$X.size,
3485
+ size = DEFAULT_PROPS$Y.size,
3488
3486
  zIndex,
3489
3487
  dialogProps,
3490
3488
  onVisibilityChange,
3491
- disableBodyScroll = DEFAULT_PROPS$X.disableBodyScroll,
3489
+ disableBodyScroll = DEFAULT_PROPS$Y.disableBodyScroll,
3492
3490
  preventCloseOnClick,
3493
3491
  preventCloseOnEscape,
3494
3492
  ...forwardedProps
@@ -3626,14 +3624,14 @@ const Dialog = forwardRef((props, ref) => {
3626
3624
  })
3627
3625
  }) : null;
3628
3626
  });
3629
- Dialog.displayName = COMPONENT_NAME$11;
3627
+ Dialog.displayName = COMPONENT_NAME$10;
3630
3628
  Dialog.className = CLASSNAME$11;
3631
- Dialog.defaultProps = DEFAULT_PROPS$X;
3629
+ Dialog.defaultProps = DEFAULT_PROPS$Y;
3632
3630
 
3633
3631
  /**
3634
3632
  * Component display name.
3635
3633
  */
3636
- const COMPONENT_NAME$10 = 'Divider';
3634
+ const COMPONENT_NAME$$ = 'Divider';
3637
3635
 
3638
3636
  /**
3639
3637
  * Component default class name and class prefix.
@@ -3672,7 +3670,7 @@ const Divider$1 = props => {
3672
3670
  /**
3673
3671
  * Component default props.
3674
3672
  */
3675
- const DEFAULT_PROPS$W = {};
3673
+ const DEFAULT_PROPS$X = {};
3676
3674
 
3677
3675
  /**
3678
3676
  * Divider component.
@@ -3693,14 +3691,14 @@ const Divider = forwardRef((props, ref) => {
3693
3691
  ...otherProps
3694
3692
  });
3695
3693
  });
3696
- Divider.displayName = COMPONENT_NAME$10;
3694
+ Divider.displayName = COMPONENT_NAME$$;
3697
3695
  Divider.className = CLASSNAME$10;
3698
- Divider.defaultProps = DEFAULT_PROPS$W;
3696
+ Divider.defaultProps = DEFAULT_PROPS$X;
3699
3697
 
3700
3698
  /**
3701
3699
  * Component display name.
3702
3700
  */
3703
- const COMPONENT_NAME$$ = 'DragHandle';
3701
+ const COMPONENT_NAME$_ = 'DragHandle';
3704
3702
 
3705
3703
  /**
3706
3704
  * Component default class name and class prefix.
@@ -3737,7 +3735,7 @@ const DragHandle = forwardRef((props, ref) => {
3737
3735
  })
3738
3736
  });
3739
3737
  });
3740
- DragHandle.displayName = COMPONENT_NAME$$;
3738
+ DragHandle.displayName = COMPONENT_NAME$_;
3741
3739
  DragHandle.className = CLASSNAME$$;
3742
3740
 
3743
3741
  const INITIAL_INDEX = -1;
@@ -3907,7 +3905,7 @@ const useKeyboardListNavigation = (items, ref, onListItemSelected, onListItemNav
3907
3905
  /**
3908
3906
  * Component display name.
3909
3907
  */
3910
- const COMPONENT_NAME$_ = 'List';
3908
+ const COMPONENT_NAME$Z = 'List';
3911
3909
 
3912
3910
  /**
3913
3911
  * Component default class name and class prefix.
@@ -3920,7 +3918,7 @@ const {
3920
3918
  /**
3921
3919
  * Component default props.
3922
3920
  */
3923
- const DEFAULT_PROPS$V = {
3921
+ const DEFAULT_PROPS$W = {
3924
3922
  tabIndex: -1
3925
3923
  };
3926
3924
 
@@ -3939,7 +3937,7 @@ const InternalList = forwardRef((props, ref) => {
3939
3937
  isClickable,
3940
3938
  itemPadding,
3941
3939
  onListItemSelected,
3942
- tabIndex = DEFAULT_PROPS$V.tabIndex,
3940
+ tabIndex = DEFAULT_PROPS$W.tabIndex,
3943
3941
  ...forwardedProps
3944
3942
  } = props;
3945
3943
  const adjustedItemPadding = itemPadding ?? (isClickable ? Size$1.big : undefined);
@@ -3953,9 +3951,9 @@ const InternalList = forwardRef((props, ref) => {
3953
3951
  children: children
3954
3952
  });
3955
3953
  });
3956
- InternalList.displayName = COMPONENT_NAME$_;
3954
+ InternalList.displayName = COMPONENT_NAME$Z;
3957
3955
  InternalList.className = CLASSNAME$_;
3958
- InternalList.defaultProps = DEFAULT_PROPS$V;
3956
+ InternalList.defaultProps = DEFAULT_PROPS$W;
3959
3957
  const List = Object.assign(InternalList, {
3960
3958
  useKeyboardListNavigation
3961
3959
  });
@@ -4074,7 +4072,7 @@ function getNodeName(element) {
4074
4072
  return element ? (element.nodeName || '').toLowerCase() : null;
4075
4073
  }
4076
4074
 
4077
- /*:: import type { Window } from '../types.js'; */
4075
+ /*:: import type { Window } from '../types'; */
4078
4076
 
4079
4077
  /*:: declare function getWindow(node: Node | Window): Window; */
4080
4078
  function getWindow(node) {
@@ -6386,7 +6384,7 @@ function usePopoverStyle({
6386
6384
  /**
6387
6385
  * Component display name.
6388
6386
  */
6389
- const COMPONENT_NAME$Z = 'Popover';
6387
+ const COMPONENT_NAME$Y = 'Popover';
6390
6388
 
6391
6389
  /**
6392
6390
  * Component default class name and class prefix.
@@ -6400,7 +6398,7 @@ const {
6400
6398
  /**
6401
6399
  * Component default props.
6402
6400
  */
6403
- const DEFAULT_PROPS$U = {
6401
+ const DEFAULT_PROPS$V = {
6404
6402
  elevation: 3,
6405
6403
  placement: Placement.AUTO,
6406
6404
  focusAnchorOnClose: true,
@@ -6417,24 +6415,24 @@ const _InnerPopover = forwardRef((props, ref) => {
6417
6415
  className,
6418
6416
  closeOnClickAway,
6419
6417
  closeOnEscape,
6420
- elevation = DEFAULT_PROPS$U.elevation,
6418
+ elevation = DEFAULT_PROPS$V.elevation,
6421
6419
  focusElement,
6422
6420
  hasArrow,
6423
6421
  isOpen,
6424
6422
  onClose,
6425
6423
  parentElement,
6426
- usePortal = DEFAULT_PROPS$U.usePortal,
6427
- focusAnchorOnClose = DEFAULT_PROPS$U.focusAnchorOnClose,
6424
+ usePortal = DEFAULT_PROPS$V.usePortal,
6425
+ focusAnchorOnClose = DEFAULT_PROPS$V.focusAnchorOnClose,
6428
6426
  withFocusTrap,
6429
6427
  boundaryRef,
6430
6428
  fitToAnchorWidth,
6431
6429
  fitWithinViewportHeight,
6432
6430
  focusTrapZoneElement,
6433
6431
  offset,
6434
- placement = DEFAULT_PROPS$U.placement,
6432
+ placement = DEFAULT_PROPS$V.placement,
6435
6433
  style,
6436
6434
  theme,
6437
- zIndex = DEFAULT_PROPS$U.zIndex,
6435
+ zIndex = DEFAULT_PROPS$V.zIndex,
6438
6436
  ...forwardedProps
6439
6437
  } = props;
6440
6438
  const popoverRef = useRef(null);
@@ -6506,7 +6504,7 @@ const _InnerPopover = forwardRef((props, ref) => {
6506
6504
  })
6507
6505
  }) : null;
6508
6506
  });
6509
- _InnerPopover.displayName = COMPONENT_NAME$Z;
6507
+ _InnerPopover.displayName = COMPONENT_NAME$Y;
6510
6508
 
6511
6509
  /**
6512
6510
  * Popover component.
@@ -6518,9 +6516,9 @@ _InnerPopover.displayName = COMPONENT_NAME$Z;
6518
6516
  const Popover = skipRender(
6519
6517
  // Skip render in SSR
6520
6518
  () => Boolean(DOCUMENT), _InnerPopover);
6521
- Popover.displayName = COMPONENT_NAME$Z;
6519
+ Popover.displayName = COMPONENT_NAME$Y;
6522
6520
  Popover.className = CLASSNAME$Z;
6523
- Popover.defaultProps = DEFAULT_PROPS$U;
6521
+ Popover.defaultProps = DEFAULT_PROPS$V;
6524
6522
 
6525
6523
  // The error margin in px we want to have for triggering infinite scroll
6526
6524
  const SCROLL_TRIGGER_MARGIN = 5;
@@ -6566,7 +6564,7 @@ const useInfiniteScroll = (ref, callback, callbackOnMount = false, scrollTrigger
6566
6564
  /**
6567
6565
  * Component display name.
6568
6566
  */
6569
- const COMPONENT_NAME$Y = 'Dropdown';
6567
+ const COMPONENT_NAME$X = 'Dropdown';
6570
6568
 
6571
6569
  /**
6572
6570
  * Component default class name and class prefix.
@@ -6580,7 +6578,7 @@ const {
6580
6578
  /**
6581
6579
  * Component default props.
6582
6580
  */
6583
- const DEFAULT_PROPS$T = {
6581
+ const DEFAULT_PROPS$U = {
6584
6582
  closeOnClick: true,
6585
6583
  closeOnClickAway: true,
6586
6584
  closeOnEscape: true,
@@ -6603,18 +6601,18 @@ const Dropdown = forwardRef((props, ref) => {
6603
6601
  anchorRef,
6604
6602
  children,
6605
6603
  className,
6606
- closeOnClick = DEFAULT_PROPS$T.closeOnClick,
6607
- closeOnClickAway = DEFAULT_PROPS$T.closeOnClickAway,
6608
- closeOnEscape = DEFAULT_PROPS$T.closeOnEscape,
6609
- fitToAnchorWidth = DEFAULT_PROPS$T.fitToAnchorWidth,
6610
- fitWithinViewportHeight = DEFAULT_PROPS$T.fitWithinViewportHeight,
6604
+ closeOnClick = DEFAULT_PROPS$U.closeOnClick,
6605
+ closeOnClickAway = DEFAULT_PROPS$U.closeOnClickAway,
6606
+ closeOnEscape = DEFAULT_PROPS$U.closeOnEscape,
6607
+ fitToAnchorWidth = DEFAULT_PROPS$U.fitToAnchorWidth,
6608
+ fitWithinViewportHeight = DEFAULT_PROPS$U.fitWithinViewportHeight,
6611
6609
  isOpen,
6612
6610
  offset,
6613
- focusAnchorOnClose = DEFAULT_PROPS$T.focusAnchorOnClose,
6611
+ focusAnchorOnClose = DEFAULT_PROPS$U.focusAnchorOnClose,
6614
6612
  onClose,
6615
6613
  onInfiniteScroll,
6616
- placement = DEFAULT_PROPS$T.placement,
6617
- shouldFocusOnOpen = DEFAULT_PROPS$T.shouldFocusOnOpen,
6614
+ placement = DEFAULT_PROPS$U.placement,
6615
+ shouldFocusOnOpen = DEFAULT_PROPS$U.shouldFocusOnOpen,
6618
6616
  zIndex,
6619
6617
  ...forwardedProps
6620
6618
  } = props;
@@ -6658,14 +6656,14 @@ const Dropdown = forwardRef((props, ref) => {
6658
6656
  })
6659
6657
  }) : null;
6660
6658
  });
6661
- Dropdown.displayName = COMPONENT_NAME$Y;
6659
+ Dropdown.displayName = COMPONENT_NAME$X;
6662
6660
  Dropdown.className = CLASSNAME$Y;
6663
- Dropdown.defaultProps = DEFAULT_PROPS$T;
6661
+ Dropdown.defaultProps = DEFAULT_PROPS$U;
6664
6662
 
6665
6663
  /**
6666
6664
  * Component display name.
6667
6665
  */
6668
- const COMPONENT_NAME$X = 'ExpansionPanel';
6666
+ const COMPONENT_NAME$W = 'ExpansionPanel';
6669
6667
 
6670
6668
  /**
6671
6669
  * Component default class name and class prefix.
@@ -6679,7 +6677,7 @@ const {
6679
6677
  /**
6680
6678
  * Component default props.
6681
6679
  */
6682
- const DEFAULT_PROPS$S = {
6680
+ const DEFAULT_PROPS$T = {
6683
6681
  closeMode: 'unmount'
6684
6682
  };
6685
6683
  const isDragHandle = isComponent(DragHandle);
@@ -6697,7 +6695,7 @@ const ExpansionPanel = forwardRef((props, ref) => {
6697
6695
  const defaultTheme = useTheme() || Theme$1.light;
6698
6696
  const {
6699
6697
  className,
6700
- closeMode = DEFAULT_PROPS$S.closeMode,
6698
+ closeMode = DEFAULT_PROPS$T.closeMode,
6701
6699
  children: anyChildren,
6702
6700
  hasBackground,
6703
6701
  hasHeaderDivider,
@@ -6812,13 +6810,13 @@ const ExpansionPanel = forwardRef((props, ref) => {
6812
6810
  })]
6813
6811
  });
6814
6812
  });
6815
- ExpansionPanel.displayName = COMPONENT_NAME$X;
6813
+ ExpansionPanel.displayName = COMPONENT_NAME$W;
6816
6814
  ExpansionPanel.className = CLASSNAME$X;
6817
- ExpansionPanel.defaultProps = DEFAULT_PROPS$S;
6815
+ ExpansionPanel.defaultProps = DEFAULT_PROPS$T;
6818
6816
 
6819
- const COMPONENT_NAME$W = 'Flag';
6817
+ const COMPONENT_NAME$V = 'Flag';
6820
6818
  const CLASSNAME$W = 'lumx-flag';
6821
- const DEFAULT_PROPS$R = {};
6819
+ const DEFAULT_PROPS$S = {};
6822
6820
  const {
6823
6821
  block: block$N,
6824
6822
  element: element$B
@@ -6880,9 +6878,9 @@ const Flag = forwardRef((props, ref) => {
6880
6878
  Text
6881
6879
  });
6882
6880
  });
6883
- Flag.displayName = COMPONENT_NAME$W;
6881
+ Flag.displayName = COMPONENT_NAME$V;
6884
6882
  Flag.className = CLASSNAME$W;
6885
- Flag.defaultProps = DEFAULT_PROPS$R;
6883
+ Flag.defaultProps = DEFAULT_PROPS$S;
6886
6884
 
6887
6885
  /**
6888
6886
  * Defines the props of the component.
@@ -6891,7 +6889,7 @@ Flag.defaultProps = DEFAULT_PROPS$R;
6891
6889
  /**
6892
6890
  * Component display name.
6893
6891
  */
6894
- const COMPONENT_NAME$V = 'FlexBox';
6892
+ const COMPONENT_NAME$U = 'FlexBox';
6895
6893
 
6896
6894
  /**
6897
6895
  * Component default class name and class prefix.
@@ -6955,13 +6953,13 @@ const FlexBox = forwardRef((props, ref) => {
6955
6953
  children: children
6956
6954
  });
6957
6955
  });
6958
- FlexBox.displayName = COMPONENT_NAME$V;
6956
+ FlexBox.displayName = COMPONENT_NAME$U;
6959
6957
  FlexBox.className = CLASSNAME$V;
6960
6958
 
6961
6959
  /**
6962
6960
  * Component display name.
6963
6961
  */
6964
- const COMPONENT_NAME$U = 'GenericBlock';
6962
+ const COMPONENT_NAME$T = 'GenericBlock';
6965
6963
 
6966
6964
  /**
6967
6965
  * Component default class name and class prefix.
@@ -6975,7 +6973,7 @@ const {
6975
6973
  /**
6976
6974
  * Component default props.
6977
6975
  */
6978
- const DEFAULT_PROPS$Q = {
6976
+ const DEFAULT_PROPS$R = {
6979
6977
  gap: Size$1.big,
6980
6978
  orientation: Orientation$1.horizontal
6981
6979
  };
@@ -7005,8 +7003,8 @@ const BaseGenericBlock = forwardRef((props, ref) => {
7005
7003
  children,
7006
7004
  actions,
7007
7005
  actionsProps,
7008
- gap = DEFAULT_PROPS$Q.gap,
7009
- orientation = DEFAULT_PROPS$Q.orientation,
7006
+ gap = DEFAULT_PROPS$R.gap,
7007
+ orientation = DEFAULT_PROPS$R.orientation,
7010
7008
  contentProps,
7011
7009
  ...forwardedProps
7012
7010
  } = props;
@@ -7058,9 +7056,9 @@ const BaseGenericBlock = forwardRef((props, ref) => {
7058
7056
  })]
7059
7057
  });
7060
7058
  });
7061
- BaseGenericBlock.displayName = COMPONENT_NAME$U;
7059
+ BaseGenericBlock.displayName = COMPONENT_NAME$T;
7062
7060
  BaseGenericBlock.className = CLASSNAME$U;
7063
- BaseGenericBlock.defaultProps = DEFAULT_PROPS$Q;
7061
+ BaseGenericBlock.defaultProps = DEFAULT_PROPS$R;
7064
7062
  const GenericBlock = Object.assign(BaseGenericBlock, {
7065
7063
  Figure,
7066
7064
  Content,
@@ -7098,7 +7096,7 @@ const defaultContext = {
7098
7096
  /**
7099
7097
  * Component display name.
7100
7098
  */
7101
- const COMPONENT_NAME$T = 'Heading';
7099
+ const COMPONENT_NAME$S = 'Heading';
7102
7100
 
7103
7101
  /**
7104
7102
  * Component default class name and class prefix.
@@ -7108,7 +7106,7 @@ const CLASSNAME$T = 'lumx-heading';
7108
7106
  /**
7109
7107
  * Component default props.
7110
7108
  */
7111
- const DEFAULT_PROPS$P = {};
7109
+ const DEFAULT_PROPS$Q = {};
7112
7110
 
7113
7111
  /**
7114
7112
  * Get Heading component common props
@@ -7196,7 +7194,7 @@ function wrapChildrenIconWithSpaces(children) {
7196
7194
  /**
7197
7195
  * Component display name.
7198
7196
  */
7199
- const COMPONENT_NAME$S = 'Text';
7197
+ const COMPONENT_NAME$R = 'Text';
7200
7198
 
7201
7199
  /**
7202
7200
  * Component default class name and class prefix.
@@ -7209,7 +7207,7 @@ const {
7209
7207
  /**
7210
7208
  * Component default props.
7211
7209
  */
7212
- const DEFAULT_PROPS$O = {};
7210
+ const DEFAULT_PROPS$P = {};
7213
7211
 
7214
7212
  /**
7215
7213
  * Text component common props
@@ -7294,9 +7292,9 @@ const Text = forwardRef((props, ref) => {
7294
7292
  children: wrapChildrenIconWithSpaces(children)
7295
7293
  });
7296
7294
  });
7297
- Text.displayName = COMPONENT_NAME$S;
7295
+ Text.displayName = COMPONENT_NAME$R;
7298
7296
  Text.className = CLASSNAME$S;
7299
- Text.defaultProps = DEFAULT_PROPS$O;
7297
+ Text.defaultProps = DEFAULT_PROPS$P;
7300
7298
 
7301
7299
  const HeadingLevelContext = /*#__PURE__*/createContext(defaultContext);
7302
7300
 
@@ -7331,9 +7329,9 @@ const Heading = forwardRef((props, ref) => {
7331
7329
  children: children
7332
7330
  });
7333
7331
  });
7334
- Heading.displayName = COMPONENT_NAME$T;
7332
+ Heading.displayName = COMPONENT_NAME$S;
7335
7333
  Heading.className = CLASSNAME$T;
7336
- Heading.defaultProps = DEFAULT_PROPS$P;
7334
+ Heading.defaultProps = DEFAULT_PROPS$Q;
7337
7335
 
7338
7336
  /**
7339
7337
  * Computes the next heading level based on the optional prop level or the parent context level.
@@ -7371,7 +7369,7 @@ const HeadingLevelProvider = ({
7371
7369
  /**
7372
7370
  * Component display name.
7373
7371
  */
7374
- const COMPONENT_NAME$R = 'Grid';
7372
+ const COMPONENT_NAME$Q = 'Grid';
7375
7373
 
7376
7374
  /**
7377
7375
  * Component default class name and class prefix.
@@ -7384,7 +7382,7 @@ const {
7384
7382
  /**
7385
7383
  * Component default props.
7386
7384
  */
7387
- const DEFAULT_PROPS$N = {
7385
+ const DEFAULT_PROPS$O = {
7388
7386
  orientation: Orientation$1.horizontal,
7389
7387
  wrap: 'nowrap'
7390
7388
  };
@@ -7402,9 +7400,9 @@ const Grid = forwardRef((props, ref) => {
7402
7400
  className,
7403
7401
  gutter,
7404
7402
  hAlign,
7405
- orientation = DEFAULT_PROPS$N.orientation,
7403
+ orientation = DEFAULT_PROPS$O.orientation,
7406
7404
  vAlign,
7407
- wrap = DEFAULT_PROPS$N.wrap,
7405
+ wrap = DEFAULT_PROPS$O.wrap,
7408
7406
  ...forwardedProps
7409
7407
  } = props;
7410
7408
  return /*#__PURE__*/jsx("div", {
@@ -7420,14 +7418,14 @@ const Grid = forwardRef((props, ref) => {
7420
7418
  children: children
7421
7419
  });
7422
7420
  });
7423
- Grid.displayName = COMPONENT_NAME$R;
7421
+ Grid.displayName = COMPONENT_NAME$Q;
7424
7422
  Grid.className = CLASSNAME$R;
7425
- Grid.defaultProps = DEFAULT_PROPS$N;
7423
+ Grid.defaultProps = DEFAULT_PROPS$O;
7426
7424
 
7427
7425
  /**
7428
7426
  * Component display name.
7429
7427
  */
7430
- const COMPONENT_NAME$Q = 'GridItem';
7428
+ const COMPONENT_NAME$P = 'GridItem';
7431
7429
 
7432
7430
  /**
7433
7431
  * Component default class name and class prefix.
@@ -7464,13 +7462,13 @@ const GridItem = forwardRef((props, ref) => {
7464
7462
  children: children
7465
7463
  });
7466
7464
  });
7467
- GridItem.displayName = COMPONENT_NAME$Q;
7465
+ GridItem.displayName = COMPONENT_NAME$P;
7468
7466
  GridItem.className = CLASSNAME$Q;
7469
7467
 
7470
7468
  /**
7471
7469
  * Component display name.
7472
7470
  */
7473
- const COMPONENT_NAME$P = 'GridColumn';
7471
+ const COMPONENT_NAME$O = 'GridColumn';
7474
7472
 
7475
7473
  /**
7476
7474
  * Component default class name and class prefix.
@@ -7480,7 +7478,7 @@ const CLASSNAME$P = 'lumx-grid-column';
7480
7478
  /**
7481
7479
  * Component default props.
7482
7480
  */
7483
- const DEFAULT_PROPS$M = {};
7481
+ const DEFAULT_PROPS$N = {};
7484
7482
 
7485
7483
  /**
7486
7484
  * The GridColumn is a layout component that can display children in a grid
@@ -7488,10 +7486,9 @@ const DEFAULT_PROPS$M = {};
7488
7486
  * with a number of column that reduce when there is not enough space for each item.
7489
7487
  *
7490
7488
  * @param props Component props.
7491
- * @param ref Component ref.
7492
- * @return React element.
7489
+ * @return JSX element.
7493
7490
  */
7494
- const GridColumn = forwardRef((props, ref) => {
7491
+ const GridColumn$1 = props => {
7495
7492
  const {
7496
7493
  as: Component = 'div',
7497
7494
  gap,
@@ -7500,12 +7497,13 @@ const GridColumn = forwardRef((props, ref) => {
7500
7497
  children,
7501
7498
  className,
7502
7499
  style = {},
7500
+ ref,
7503
7501
  ...forwardedProps
7504
7502
  } = props;
7505
7503
  return /*#__PURE__*/jsx(Component, {
7506
7504
  ...forwardedProps,
7507
7505
  ref: ref,
7508
- className: classNames.join(className, CLASSNAME$P),
7506
+ className: classnames(className, CLASSNAME$P),
7509
7507
  style: {
7510
7508
  ...style,
7511
7509
  ['--lumx-grid-column-item-min-width']: isInteger(itemMinWidth) && `${itemMinWidth}px`,
@@ -7514,8 +7512,38 @@ const GridColumn = forwardRef((props, ref) => {
7514
7512
  },
7515
7513
  children: children
7516
7514
  });
7515
+ };
7516
+ GridColumn$1.displayName = COMPONENT_NAME$O;
7517
+ GridColumn$1.className = CLASSNAME$P;
7518
+ GridColumn$1.defaultProps = DEFAULT_PROPS$N;
7519
+
7520
+ /**
7521
+ * Defines the props of the component.
7522
+ */
7523
+
7524
+ // Re-export types for backward compatibility
7525
+
7526
+ /**
7527
+ * Component default props.
7528
+ */
7529
+ const DEFAULT_PROPS$M = {};
7530
+
7531
+ /**
7532
+ * The GridColumn is a layout component that can display children in a grid
7533
+ * with custom display properties. It also comes with a responsive design,
7534
+ * with a number of column that reduce when there is not enough space for each item.
7535
+ *
7536
+ * @param props Component props.
7537
+ * @param ref Component ref.
7538
+ * @return React element.
7539
+ */
7540
+ const GridColumn = forwardRef((props, ref) => {
7541
+ return GridColumn$1({
7542
+ ref,
7543
+ ...props
7544
+ });
7517
7545
  });
7518
- GridColumn.displayName = COMPONENT_NAME$P;
7546
+ GridColumn.displayName = COMPONENT_NAME$O;
7519
7547
  GridColumn.className = CLASSNAME$P;
7520
7548
  GridColumn.defaultProps = DEFAULT_PROPS$M;
7521
7549
 
@@ -7621,7 +7649,7 @@ const ImageBlockCaptionPosition = {
7621
7649
  /**
7622
7650
  * Component display name.
7623
7651
  */
7624
- const COMPONENT_NAME$O = 'ImageBlock';
7652
+ const COMPONENT_NAME$N = 'ImageBlock';
7625
7653
 
7626
7654
  /**
7627
7655
  * Component default class name and class prefix.
@@ -7705,14 +7733,14 @@ const ImageBlock = forwardRef((props, ref) => {
7705
7733
  })]
7706
7734
  });
7707
7735
  });
7708
- ImageBlock.displayName = COMPONENT_NAME$O;
7736
+ ImageBlock.displayName = COMPONENT_NAME$N;
7709
7737
  ImageBlock.className = CLASSNAME$O;
7710
7738
  ImageBlock.defaultProps = DEFAULT_PROPS$L;
7711
7739
 
7712
7740
  /**
7713
7741
  * Component display name.
7714
7742
  */
7715
- const COMPONENT_NAME$N = 'ImageLightbox';
7743
+ const COMPONENT_NAME$M = 'ImageLightbox';
7716
7744
 
7717
7745
  /**
7718
7746
  * Component default class name and class prefix.
@@ -8436,7 +8464,7 @@ const Inner = forwardRef((props, ref) => {
8436
8464
  })
8437
8465
  });
8438
8466
  });
8439
- Inner.displayName = COMPONENT_NAME$N;
8467
+ Inner.displayName = COMPONENT_NAME$M;
8440
8468
  Inner.className = CLASSNAME$N;
8441
8469
 
8442
8470
  /**
@@ -8453,7 +8481,7 @@ const ImageLightbox = Object.assign(Inner, {
8453
8481
  /**
8454
8482
  * Component display name.
8455
8483
  */
8456
- const COMPONENT_NAME$M = 'InlineList';
8484
+ const COMPONENT_NAME$L = 'InlineList';
8457
8485
 
8458
8486
  /**
8459
8487
  * Component default class name and class prefix.
@@ -8518,7 +8546,7 @@ const InlineList = forwardRef((props, ref) => {
8518
8546
  })
8519
8547
  );
8520
8548
  });
8521
- InlineList.displayName = COMPONENT_NAME$M;
8549
+ InlineList.displayName = COMPONENT_NAME$L;
8522
8550
  InlineList.className = CLASSNAME$M;
8523
8551
  InlineList.defaultProps = DEFAULT_PROPS$K;
8524
8552
 
@@ -8563,7 +8591,7 @@ InputLabel.defaultProps = InputLabel$1.defaultProps;
8563
8591
  /**
8564
8592
  * Component display name.
8565
8593
  */
8566
- const COMPONENT_NAME$L = 'Lightbox';
8594
+ const COMPONENT_NAME$K = 'Lightbox';
8567
8595
 
8568
8596
  /**
8569
8597
  * Component default class name and class prefix.
@@ -8695,13 +8723,13 @@ const Lightbox = forwardRef((props, ref) => {
8695
8723
  })
8696
8724
  });
8697
8725
  });
8698
- Lightbox.displayName = COMPONENT_NAME$L;
8726
+ Lightbox.displayName = COMPONENT_NAME$K;
8699
8727
  Lightbox.className = CLASSNAME$L;
8700
8728
 
8701
8729
  /**
8702
8730
  * Component display name.
8703
8731
  */
8704
- const COMPONENT_NAME$K = 'Link';
8732
+ const COMPONENT_NAME$J = 'Link';
8705
8733
 
8706
8734
  /**
8707
8735
  * Component default class name and class prefix.
@@ -8848,14 +8876,14 @@ const Link = forwardRef((props, ref) => {
8848
8876
  isDisabled: isAnyDisabled
8849
8877
  });
8850
8878
  });
8851
- Link.displayName = COMPONENT_NAME$K;
8879
+ Link.displayName = COMPONENT_NAME$J;
8852
8880
  Link.className = CLASSNAME$K;
8853
8881
  Link.defaultProps = DEFAULT_PROPS$J;
8854
8882
 
8855
8883
  /**
8856
8884
  * Component display name.
8857
8885
  */
8858
- const COMPONENT_NAME$J = 'LinkPreview';
8886
+ const COMPONENT_NAME$I = 'LinkPreview';
8859
8887
 
8860
8888
  /**
8861
8889
  * Component default class name and class prefix.
@@ -8959,7 +8987,7 @@ const LinkPreview = forwardRef((props, ref) => {
8959
8987
  })
8960
8988
  });
8961
8989
  });
8962
- LinkPreview.displayName = COMPONENT_NAME$J;
8990
+ LinkPreview.displayName = COMPONENT_NAME$I;
8963
8991
  LinkPreview.className = CLASSNAME$J;
8964
8992
  LinkPreview.defaultProps = DEFAULT_PROPS$I;
8965
8993
 
@@ -8980,7 +9008,7 @@ const renderLink = ({
8980
9008
  /**
8981
9009
  * Component display name.
8982
9010
  */
8983
- const COMPONENT_NAME$I = 'ListItem';
9011
+ const COMPONENT_NAME$H = 'ListItem';
8984
9012
 
8985
9013
  /**
8986
9014
  * Component default class name and class prefix.
@@ -9088,14 +9116,14 @@ const ListItem = forwardRef((props, ref) => {
9088
9116
  })
9089
9117
  });
9090
9118
  });
9091
- ListItem.displayName = COMPONENT_NAME$I;
9119
+ ListItem.displayName = COMPONENT_NAME$H;
9092
9120
  ListItem.className = CLASSNAME$I;
9093
9121
  ListItem.defaultProps = DEFAULT_PROPS$H;
9094
9122
 
9095
9123
  /**
9096
9124
  * Component display name.
9097
9125
  */
9098
- const COMPONENT_NAME$H = 'ListDivider';
9126
+ const COMPONENT_NAME$G = 'ListDivider';
9099
9127
 
9100
9128
  /**
9101
9129
  * Component default class name and class prefix.
@@ -9120,13 +9148,13 @@ const ListDivider = forwardRef((props, ref) => {
9120
9148
  className: classNames.join(className, CLASSNAME$H)
9121
9149
  });
9122
9150
  });
9123
- ListDivider.displayName = COMPONENT_NAME$H;
9151
+ ListDivider.displayName = COMPONENT_NAME$G;
9124
9152
  ListDivider.className = CLASSNAME$H;
9125
9153
 
9126
9154
  /**
9127
9155
  * Component display name.
9128
9156
  */
9129
- const COMPONENT_NAME$G = 'ListSubheader';
9157
+ const COMPONENT_NAME$F = 'ListSubheader';
9130
9158
 
9131
9159
  /**
9132
9160
  * Component default class name and class prefix.
@@ -9153,13 +9181,13 @@ const ListSubheader = forwardRef((props, ref) => {
9153
9181
  children: children
9154
9182
  });
9155
9183
  });
9156
- ListSubheader.displayName = COMPONENT_NAME$G;
9184
+ ListSubheader.displayName = COMPONENT_NAME$F;
9157
9185
  ListSubheader.className = CLASSNAME$G;
9158
9186
 
9159
9187
  /**
9160
9188
  * Component display name.
9161
9189
  */
9162
- const COMPONENT_NAME$F = 'Message';
9190
+ const COMPONENT_NAME$E = 'Message';
9163
9191
 
9164
9192
  /**
9165
9193
  * Component default class name and class prefix.
@@ -9242,7 +9270,7 @@ const Message$1 = props => {
9242
9270
  })]
9243
9271
  });
9244
9272
  };
9245
- Message$1.displayName = COMPONENT_NAME$F;
9273
+ Message$1.displayName = COMPONENT_NAME$E;
9246
9274
  Message$1.className = CLASSNAME$F;
9247
9275
 
9248
9276
  /**
@@ -9258,13 +9286,13 @@ const Message = forwardRef((props, ref) => {
9258
9286
  ref
9259
9287
  });
9260
9288
  });
9261
- Message.displayName = COMPONENT_NAME$F;
9289
+ Message.displayName = COMPONENT_NAME$E;
9262
9290
  Message.className = CLASSNAME$F;
9263
9291
 
9264
9292
  /**
9265
9293
  * Component display name.
9266
9294
  */
9267
- const COMPONENT_NAME$E = 'Mosaic';
9295
+ const COMPONENT_NAME$D = 'Mosaic';
9268
9296
 
9269
9297
  /**
9270
9298
  * Component default class name and class prefix.
@@ -9343,7 +9371,7 @@ const Mosaic = forwardRef((props, ref) => {
9343
9371
  })
9344
9372
  });
9345
9373
  });
9346
- Mosaic.displayName = COMPONENT_NAME$E;
9374
+ Mosaic.displayName = COMPONENT_NAME$D;
9347
9375
  Mosaic.className = CLASSNAME$E;
9348
9376
  Mosaic.defaultProps = DEFAULT_PROPS$G;
9349
9377
 
@@ -9378,7 +9406,7 @@ const ITEM_CLASSNAME = 'lumx-navigation-item';
9378
9406
  /**
9379
9407
  * Component display name.
9380
9408
  */
9381
- const COMPONENT_NAME$D = 'NavigationSection';
9409
+ const COMPONENT_NAME$C = 'NavigationSection';
9382
9410
 
9383
9411
  /**
9384
9412
  * Component default class name and class prefix.
@@ -9470,7 +9498,7 @@ const NavigationSection = forwardRef((props, ref) => {
9470
9498
  }))]
9471
9499
  });
9472
9500
  });
9473
- NavigationSection.displayName = COMPONENT_NAME$D;
9501
+ NavigationSection.displayName = COMPONENT_NAME$C;
9474
9502
  NavigationSection.className = CLASSNAME$D;
9475
9503
 
9476
9504
  const {
@@ -9534,7 +9562,7 @@ const NavigationItem = Object.assign(forwardRefPolymorphic((props, ref) => {
9534
9562
  /**
9535
9563
  * Component display name.
9536
9564
  */
9537
- const COMPONENT_NAME$C = 'Navigation';
9565
+ const COMPONENT_NAME$B = 'Navigation';
9538
9566
 
9539
9567
  /**
9540
9568
  * Component default class name and class prefix.
@@ -9581,7 +9609,7 @@ const Navigation = forwardRef((props, ref) => {
9581
9609
  })
9582
9610
  });
9583
9611
  });
9584
- Navigation.displayName = COMPONENT_NAME$C;
9612
+ Navigation.displayName = COMPONENT_NAME$B;
9585
9613
  Navigation.className = CLASSNAME$C;
9586
9614
  Navigation.defaultProps = DEFAULT_PROPS$F;
9587
9615
 
@@ -9614,7 +9642,7 @@ const NOTIFICATION_CONFIGURATION = {
9614
9642
  /**
9615
9643
  * Component display name.
9616
9644
  */
9617
- const COMPONENT_NAME$B = 'Notification';
9645
+ const COMPONENT_NAME$A = 'Notification';
9618
9646
 
9619
9647
  /**
9620
9648
  * Component default class name and class prefix.
@@ -9716,14 +9744,14 @@ const Notification = forwardRef((props, ref) => {
9716
9744
  })
9717
9745
  });
9718
9746
  });
9719
- Notification.displayName = COMPONENT_NAME$B;
9747
+ Notification.displayName = COMPONENT_NAME$A;
9720
9748
  Notification.className = CLASSNAME$B;
9721
9749
  Notification.defaultProps = DEFAULT_PROPS$E;
9722
9750
 
9723
9751
  /**
9724
9752
  * Component display name.
9725
9753
  */
9726
- const COMPONENT_NAME$A = 'PopoverDialog';
9754
+ const COMPONENT_NAME$z = 'PopoverDialog';
9727
9755
 
9728
9756
  /**
9729
9757
  * Component default class name and class prefix.
@@ -9774,14 +9802,14 @@ const PopoverDialog = forwardRef((props, ref) => {
9774
9802
  })
9775
9803
  });
9776
9804
  });
9777
- PopoverDialog.displayName = COMPONENT_NAME$A;
9805
+ PopoverDialog.displayName = COMPONENT_NAME$z;
9778
9806
  PopoverDialog.className = CLASSNAME$A;
9779
9807
  PopoverDialog.defaultProps = DEFAULT_PROPS$D;
9780
9808
 
9781
9809
  /**
9782
9810
  * Component display name.
9783
9811
  */
9784
- const COMPONENT_NAME$z = 'PostBlock';
9812
+ const COMPONENT_NAME$y = 'PostBlock';
9785
9813
 
9786
9814
  /**
9787
9815
  * Component default class name and class prefix.
@@ -9875,14 +9903,14 @@ const PostBlock = forwardRef((props, ref) => {
9875
9903
  })]
9876
9904
  });
9877
9905
  });
9878
- PostBlock.displayName = COMPONENT_NAME$z;
9906
+ PostBlock.displayName = COMPONENT_NAME$y;
9879
9907
  PostBlock.className = CLASSNAME$z;
9880
9908
  PostBlock.defaultProps = DEFAULT_PROPS$C;
9881
9909
 
9882
9910
  /**
9883
9911
  * Component display name.
9884
9912
  */
9885
- const COMPONENT_NAME$y = 'ProgressLinear';
9913
+ const COMPONENT_NAME$x = 'ProgressLinear';
9886
9914
 
9887
9915
  /**
9888
9916
  * Component default class name and class prefix.
@@ -9925,14 +9953,14 @@ const ProgressLinear = forwardRef((props, ref) => {
9925
9953
  })]
9926
9954
  });
9927
9955
  });
9928
- ProgressLinear.displayName = COMPONENT_NAME$y;
9956
+ ProgressLinear.displayName = COMPONENT_NAME$x;
9929
9957
  ProgressLinear.className = CLASSNAME$y;
9930
9958
  ProgressLinear.defaultProps = DEFAULT_PROPS$B;
9931
9959
 
9932
9960
  /**
9933
9961
  * Component display name.
9934
9962
  */
9935
- const COMPONENT_NAME$x = 'ProgressCircular';
9963
+ const COMPONENT_NAME$w = 'ProgressCircular';
9936
9964
 
9937
9965
  /**
9938
9966
  * Component default class name and class prefix.
@@ -9994,7 +10022,7 @@ const ProgressCircular = forwardRef((props, ref) => {
9994
10022
  })]
9995
10023
  });
9996
10024
  });
9997
- ProgressCircular.displayName = COMPONENT_NAME$x;
10025
+ ProgressCircular.displayName = COMPONENT_NAME$w;
9998
10026
  ProgressCircular.className = CLASSNAME$x;
9999
10027
  ProgressCircular.defaultProps = DEFAULT_PROPS$A;
10000
10028
 
@@ -10010,7 +10038,7 @@ const ProgressVariant = {
10010
10038
  /**
10011
10039
  * Component display name.
10012
10040
  */
10013
- const COMPONENT_NAME$w = 'Progress';
10041
+ const COMPONENT_NAME$v = 'Progress';
10014
10042
 
10015
10043
  /**
10016
10044
  * Component default class name and class prefix.
@@ -10057,7 +10085,7 @@ const Progress = forwardRef((props, ref) => {
10057
10085
  })]
10058
10086
  });
10059
10087
  });
10060
- Progress.displayName = COMPONENT_NAME$w;
10088
+ Progress.displayName = COMPONENT_NAME$v;
10061
10089
  Progress.className = CLASSNAME$w;
10062
10090
  Progress.defaultProps = DEFAULT_PROPS$z;
10063
10091
 
@@ -10316,7 +10344,7 @@ const useRovingTabIndex = ({
10316
10344
  /**
10317
10345
  * Component display name.
10318
10346
  */
10319
- const COMPONENT_NAME$v = 'ProgressTracker';
10347
+ const COMPONENT_NAME$u = 'ProgressTracker';
10320
10348
 
10321
10349
  /**
10322
10350
  * Component default class name and class prefix.
@@ -10384,14 +10412,14 @@ const ProgressTracker = forwardRef((props, ref) => {
10384
10412
  })]
10385
10413
  });
10386
10414
  });
10387
- ProgressTracker.displayName = COMPONENT_NAME$v;
10415
+ ProgressTracker.displayName = COMPONENT_NAME$u;
10388
10416
  ProgressTracker.className = CLASSNAME$v;
10389
10417
  ProgressTracker.defaultProps = DEFAULT_PROPS$x;
10390
10418
 
10391
10419
  /**
10392
10420
  * Component display name.
10393
10421
  */
10394
- const COMPONENT_NAME$u = 'ProgressTrackerStep';
10422
+ const COMPONENT_NAME$t = 'ProgressTrackerStep';
10395
10423
 
10396
10424
  /**
10397
10425
  * Component default class name and class prefix.
@@ -10498,14 +10526,14 @@ const ProgressTrackerStep = forwardRef((props, ref) => {
10498
10526
  })]
10499
10527
  });
10500
10528
  });
10501
- ProgressTrackerStep.displayName = COMPONENT_NAME$u;
10529
+ ProgressTrackerStep.displayName = COMPONENT_NAME$t;
10502
10530
  ProgressTrackerStep.className = CLASSNAME$u;
10503
10531
  ProgressTrackerStep.defaultProps = DEFAULT_PROPS$w;
10504
10532
 
10505
10533
  /**
10506
10534
  * Component display name.
10507
10535
  */
10508
- const COMPONENT_NAME$t = 'ProgressTrackerStepPanel';
10536
+ const COMPONENT_NAME$s = 'ProgressTrackerStepPanel';
10509
10537
 
10510
10538
  /**
10511
10539
  * Component default class name and class prefix.
@@ -10552,14 +10580,14 @@ const ProgressTrackerStepPanel = forwardRef((props, ref) => {
10552
10580
  children: (!state?.isLazy || isActive) && children
10553
10581
  });
10554
10582
  });
10555
- ProgressTrackerStepPanel.displayName = COMPONENT_NAME$t;
10583
+ ProgressTrackerStepPanel.displayName = COMPONENT_NAME$s;
10556
10584
  ProgressTrackerStepPanel.className = CLASSNAME$t;
10557
10585
  ProgressTrackerStepPanel.defaultProps = DEFAULT_PROPS$v;
10558
10586
 
10559
10587
  /**
10560
10588
  * Component display name.
10561
10589
  */
10562
- const COMPONENT_NAME$s = 'RadioButton';
10590
+ const COMPONENT_NAME$r = 'RadioButton';
10563
10591
 
10564
10592
  /**
10565
10593
  * Component default class name and class prefix.
@@ -10711,14 +10739,14 @@ const RadioButton = forwardRef((props, ref) => {
10711
10739
  inputId
10712
10740
  });
10713
10741
  });
10714
- RadioButton.displayName = COMPONENT_NAME$s;
10742
+ RadioButton.displayName = COMPONENT_NAME$r;
10715
10743
  RadioButton.className = CLASSNAME$s;
10716
10744
  RadioButton.defaultProps = DEFAULT_PROPS$u;
10717
10745
 
10718
10746
  /**
10719
10747
  * Component display name.
10720
10748
  */
10721
- const COMPONENT_NAME$r = 'RadioGroup';
10749
+ const COMPONENT_NAME$q = 'RadioGroup';
10722
10750
 
10723
10751
  /**
10724
10752
  * Component default class name and class prefix.
@@ -10750,7 +10778,7 @@ const RadioGroup$1 = props => {
10750
10778
  children: children
10751
10779
  });
10752
10780
  };
10753
- RadioGroup$1.displayName = COMPONENT_NAME$r;
10781
+ RadioGroup$1.displayName = COMPONENT_NAME$q;
10754
10782
  RadioGroup$1.className = CLASSNAME$r;
10755
10783
  RadioGroup$1.defaultProps = DEFAULT_PROPS$t;
10756
10784
 
@@ -10778,7 +10806,7 @@ const RadioGroup = forwardRef((props, ref) => {
10778
10806
  ...forwardedProps
10779
10807
  });
10780
10808
  });
10781
- RadioGroup.displayName = COMPONENT_NAME$r;
10809
+ RadioGroup.displayName = COMPONENT_NAME$q;
10782
10810
  RadioGroup.className = CLASSNAME$r;
10783
10811
 
10784
10812
  /**
@@ -10926,7 +10954,7 @@ const SelectVariant = {
10926
10954
  };
10927
10955
 
10928
10956
  /** The display name of the component. */
10929
- const COMPONENT_NAME$q = 'Select';
10957
+ const COMPONENT_NAME$p = 'Select';
10930
10958
 
10931
10959
  /** The default class name and classes prefix for this component. */
10932
10960
  const CLASSNAME$p = 'lumx-select';
@@ -11069,13 +11097,13 @@ const Select = forwardRef((props, ref) => {
11069
11097
  isEmpty: isEmpty$1
11070
11098
  }, ref);
11071
11099
  });
11072
- Select.displayName = COMPONENT_NAME$q;
11100
+ Select.displayName = COMPONENT_NAME$p;
11073
11101
  Select.className = CLASSNAME$p;
11074
11102
  Select.defaultProps = DEFAULT_PROPS$s;
11075
11103
  Select.className = CLASSNAME$p;
11076
11104
 
11077
11105
  /** The display name of the component. */
11078
- const COMPONENT_NAME$p = 'Select';
11106
+ const COMPONENT_NAME$o = 'Select';
11079
11107
 
11080
11108
  /** The default class name and classes prefix for this component. */
11081
11109
  const CLASSNAME$o = 'lumx-select';
@@ -11222,14 +11250,14 @@ const SelectMultiple = forwardRef((props, ref) => {
11222
11250
  isMultiple: true
11223
11251
  }, ref);
11224
11252
  });
11225
- SelectMultiple.displayName = COMPONENT_NAME$p;
11253
+ SelectMultiple.displayName = COMPONENT_NAME$o;
11226
11254
  SelectMultiple.className = CLASSNAME$o;
11227
11255
  SelectMultiple.defaultProps = DEFAULT_PROPS$r;
11228
11256
 
11229
11257
  /**
11230
11258
  * Component display name.
11231
11259
  */
11232
- const COMPONENT_NAME$o = 'SideNavigation';
11260
+ const COMPONENT_NAME$n = 'SideNavigation';
11233
11261
 
11234
11262
  /**
11235
11263
  * Component default class name and class prefix.
@@ -11259,13 +11287,13 @@ const SideNavigation = forwardRef((props, ref) => {
11259
11287
  children: content
11260
11288
  });
11261
11289
  });
11262
- SideNavigation.displayName = COMPONENT_NAME$o;
11290
+ SideNavigation.displayName = COMPONENT_NAME$n;
11263
11291
  SideNavigation.className = CLASSNAME$n;
11264
11292
 
11265
11293
  /**
11266
11294
  * Component display name.
11267
11295
  */
11268
- const COMPONENT_NAME$n = 'SideNavigationItem';
11296
+ const COMPONENT_NAME$m = 'SideNavigationItem';
11269
11297
 
11270
11298
  /**
11271
11299
  * Component default class name and class prefix.
@@ -11374,14 +11402,14 @@ const SideNavigationItem = forwardRef((props, ref) => {
11374
11402
  })]
11375
11403
  });
11376
11404
  });
11377
- SideNavigationItem.displayName = COMPONENT_NAME$n;
11405
+ SideNavigationItem.displayName = COMPONENT_NAME$m;
11378
11406
  SideNavigationItem.className = CLASSNAME$m;
11379
11407
  SideNavigationItem.defaultProps = DEFAULT_PROPS$q;
11380
11408
 
11381
11409
  /**
11382
11410
  * Component display name.
11383
11411
  */
11384
- const COMPONENT_NAME$m = 'SkeletonCircle';
11412
+ const COMPONENT_NAME$l = 'SkeletonCircle';
11385
11413
 
11386
11414
  /**
11387
11415
  * Component default class name and class prefix.
@@ -11433,7 +11461,7 @@ const SkeletonRectangleVariant = {
11433
11461
  /**
11434
11462
  * Component display name.
11435
11463
  */
11436
- const COMPONENT_NAME$l = 'SkeletonRectangle';
11464
+ const COMPONENT_NAME$k = 'SkeletonRectangle';
11437
11465
 
11438
11466
  /**
11439
11467
  * Component default class name and class prefix.
@@ -11489,7 +11517,7 @@ const SkeletonRectangle$1 = props => {
11489
11517
  /**
11490
11518
  * Component display name.
11491
11519
  */
11492
- const COMPONENT_NAME$k = 'SkeletonTypography';
11520
+ const COMPONENT_NAME$j = 'SkeletonTypography';
11493
11521
 
11494
11522
  /**
11495
11523
  * Component default class name and class prefix.
@@ -11565,7 +11593,7 @@ const SkeletonCircle = forwardRef((props, ref) => {
11565
11593
  ...forwardedProps
11566
11594
  });
11567
11595
  });
11568
- SkeletonCircle.displayName = COMPONENT_NAME$m;
11596
+ SkeletonCircle.displayName = COMPONENT_NAME$l;
11569
11597
  SkeletonCircle.defaultProps = DEFAULT_PROPS$o;
11570
11598
  SkeletonCircle.className = CLASSNAME$l;
11571
11599
 
@@ -11606,7 +11634,7 @@ const SkeletonRectangle = forwardRef((props, ref) => {
11606
11634
  ...forwardedProps
11607
11635
  });
11608
11636
  });
11609
- SkeletonRectangle.displayName = COMPONENT_NAME$l;
11637
+ SkeletonRectangle.displayName = COMPONENT_NAME$k;
11610
11638
  SkeletonRectangle.className = CLASSNAME$k;
11611
11639
  SkeletonRectangle.defaultProps = DEFAULT_PROPS$n;
11612
11640
 
@@ -11643,7 +11671,7 @@ const SkeletonTypography = forwardRef((props, ref) => {
11643
11671
  ...forwardedProps
11644
11672
  });
11645
11673
  });
11646
- SkeletonTypography.displayName = COMPONENT_NAME$k;
11674
+ SkeletonTypography.displayName = COMPONENT_NAME$j;
11647
11675
  SkeletonTypography.defaultProps = DEFAULT_PROPS$m;
11648
11676
  SkeletonTypography.className = CLASSNAME$j;
11649
11677
 
@@ -11685,7 +11713,7 @@ const clamp = (value, min, max) => {
11685
11713
  /**
11686
11714
  * Component display name.
11687
11715
  */
11688
- const COMPONENT_NAME$j = 'Slider';
11716
+ const COMPONENT_NAME$i = 'Slider';
11689
11717
 
11690
11718
  /**
11691
11719
  * Component default class name and class prefix.
@@ -11952,7 +11980,7 @@ const Slider = forwardRef((props, ref) => {
11952
11980
  })]
11953
11981
  });
11954
11982
  });
11955
- Slider.displayName = COMPONENT_NAME$j;
11983
+ Slider.displayName = COMPONENT_NAME$i;
11956
11984
  Slider.className = CLASSNAME$i;
11957
11985
  Slider.defaultProps = DEFAULT_PROPS$l;
11958
11986
 
@@ -12287,7 +12315,7 @@ const useSlideFocusManagement = ({
12287
12315
  /**
12288
12316
  * Component display name.
12289
12317
  */
12290
- const COMPONENT_NAME$i = 'SlideshowItemGroup';
12318
+ const COMPONENT_NAME$h = 'SlideshowItemGroup';
12291
12319
 
12292
12320
  /**
12293
12321
  * Component default class name and class prefix.
@@ -12326,7 +12354,7 @@ const SlideshowItemGroup = forwardRef((props, ref) => {
12326
12354
  children: children
12327
12355
  });
12328
12356
  });
12329
- SlideshowItemGroup.displayName = COMPONENT_NAME$i;
12357
+ SlideshowItemGroup.displayName = COMPONENT_NAME$h;
12330
12358
  SlideshowItemGroup.className = CLASSNAME$h;
12331
12359
 
12332
12360
  /**
@@ -12457,7 +12485,7 @@ Slideshow.defaultProps = DEFAULT_PROPS$k;
12457
12485
  /**
12458
12486
  * Component display name.
12459
12487
  */
12460
- const COMPONENT_NAME$h = 'SlideshowItem';
12488
+ const COMPONENT_NAME$g = 'SlideshowItem';
12461
12489
 
12462
12490
  /**
12463
12491
  * Component default class name and class prefix.
@@ -12484,7 +12512,7 @@ const SlideshowItem = forwardRef((props, ref) => {
12484
12512
  children: children
12485
12513
  });
12486
12514
  });
12487
- SlideshowItem.displayName = COMPONENT_NAME$h;
12515
+ SlideshowItem.displayName = COMPONENT_NAME$g;
12488
12516
  SlideshowItem.className = CLASSNAME$g;
12489
12517
 
12490
12518
  const isTouchDevice = () => 'ontouchstart' in window;
@@ -12547,7 +12575,7 @@ function usePaginationVisibleRange(activeIndex, slideCount) {
12547
12575
  /**
12548
12576
  * Component display name.
12549
12577
  */
12550
- const COMPONENT_NAME$g = 'SlideshowControls';
12578
+ const COMPONENT_NAME$f = 'SlideshowControls';
12551
12579
 
12552
12580
  /**
12553
12581
  * Component default class name and class prefix.
@@ -12637,7 +12665,7 @@ const InternalSlideshowControls = forwardRef((props, ref) => {
12637
12665
  className: element$9('navigation'),
12638
12666
  color: theme === Theme$1.dark ? 'light' : 'dark',
12639
12667
  emphasis: Emphasis$1.low,
12640
- onClick: onPreviousClick
12668
+ onClick: () => onPreviousClick?.()
12641
12669
  }), /*#__PURE__*/jsx("div", {
12642
12670
  ref: paginationRef,
12643
12671
  className: element$9('pagination'),
@@ -12684,11 +12712,11 @@ const InternalSlideshowControls = forwardRef((props, ref) => {
12684
12712
  className: element$9('navigation'),
12685
12713
  color: theme === Theme$1.dark ? 'light' : 'dark',
12686
12714
  emphasis: Emphasis$1.low,
12687
- onClick: onNextClick
12715
+ onClick: () => onNextClick?.()
12688
12716
  })]
12689
12717
  });
12690
12718
  });
12691
- InternalSlideshowControls.displayName = COMPONENT_NAME$g;
12719
+ InternalSlideshowControls.displayName = COMPONENT_NAME$f;
12692
12720
  InternalSlideshowControls.className = CLASSNAME$f;
12693
12721
  InternalSlideshowControls.defaultProps = DEFAULT_PROPS$j;
12694
12722
  const SlideshowControls = Object.assign(InternalSlideshowControls, {
@@ -12808,7 +12836,7 @@ const useSlideScroll = ({
12808
12836
  /**
12809
12837
  * Component display name.
12810
12838
  */
12811
- const COMPONENT_NAME$f = 'Slideshow';
12839
+ const COMPONENT_NAME$e = 'Slideshow';
12812
12840
 
12813
12841
  /**
12814
12842
  * Component default class name and class prefix.
@@ -12916,13 +12944,13 @@ const Slides = forwardRef((props, ref) => {
12916
12944
  }), afterSlides]
12917
12945
  });
12918
12946
  });
12919
- Slides.displayName = COMPONENT_NAME$f;
12947
+ Slides.displayName = COMPONENT_NAME$e;
12920
12948
  Slides.className = CLASSNAME$e;
12921
12949
 
12922
12950
  /**
12923
12951
  * Component display name.
12924
12952
  */
12925
- const COMPONENT_NAME$e = 'Switch';
12953
+ const COMPONENT_NAME$d = 'Switch';
12926
12954
 
12927
12955
  /**
12928
12956
  * Component default class name and class prefix.
@@ -13090,14 +13118,14 @@ const Switch = forwardRef((props, ref) => {
13090
13118
  inputId
13091
13119
  });
13092
13120
  });
13093
- Switch.displayName = COMPONENT_NAME$e;
13121
+ Switch.displayName = COMPONENT_NAME$d;
13094
13122
  Switch.className = CLASSNAME$d;
13095
13123
  Switch.defaultProps = DEFAULT_PROPS$g;
13096
13124
 
13097
13125
  /**
13098
13126
  * Component display name.
13099
13127
  */
13100
- const COMPONENT_NAME$d = 'Table';
13128
+ const COMPONENT_NAME$c = 'Table';
13101
13129
 
13102
13130
  /**
13103
13131
  * Component default class name and class prefix.
@@ -13170,14 +13198,14 @@ const Table = forwardRef((props, ref) => {
13170
13198
  ...otherProps
13171
13199
  });
13172
13200
  });
13173
- Table.displayName = COMPONENT_NAME$d;
13201
+ Table.displayName = COMPONENT_NAME$c;
13174
13202
  Table.className = CLASSNAME$c;
13175
13203
  Table.defaultProps = DEFAULT_PROPS$f;
13176
13204
 
13177
13205
  /**
13178
13206
  * Component display name.
13179
13207
  */
13180
- const COMPONENT_NAME$c = 'TableBody';
13208
+ const COMPONENT_NAME$b = 'TableBody';
13181
13209
 
13182
13210
  /**
13183
13211
  * Component default class name and class prefix.
@@ -13227,7 +13255,7 @@ const TableBody = forwardRef((props, ref) => {
13227
13255
  ...otherProps
13228
13256
  });
13229
13257
  });
13230
- TableBody.displayName = COMPONENT_NAME$c;
13258
+ TableBody.displayName = COMPONENT_NAME$b;
13231
13259
  TableBody.className = CLASSNAME$b;
13232
13260
 
13233
13261
  const ThOrder = {
@@ -13249,7 +13277,7 @@ const TableCellVariant = {
13249
13277
  /**
13250
13278
  * Component display name.
13251
13279
  */
13252
- const COMPONENT_NAME$b = 'TableCell';
13280
+ const COMPONENT_NAME$a = 'TableCell';
13253
13281
 
13254
13282
  /**
13255
13283
  * Component default class name and class prefix.
@@ -13284,6 +13312,10 @@ const TableCell$1 = props => {
13284
13312
  variant = DEFAULT_PROPS$e.variant,
13285
13313
  ...forwardedProps
13286
13314
  } = props;
13315
+ console.log({
13316
+ onHeaderClick,
13317
+ isSortable
13318
+ });
13287
13319
 
13288
13320
  // Use button if clickable
13289
13321
  const Wrapper = onHeaderClick ? 'button' : 'div';
@@ -13365,14 +13397,14 @@ const TableCell = forwardRef((props, ref) => {
13365
13397
  ...otherProps
13366
13398
  });
13367
13399
  });
13368
- TableCell.displayName = COMPONENT_NAME$b;
13400
+ TableCell.displayName = COMPONENT_NAME$a;
13369
13401
  TableCell.className = CLASSNAME$a;
13370
13402
  TableCell.defaultProps = DEFAULT_PROPS$e;
13371
13403
 
13372
13404
  /**
13373
13405
  * Component display name.
13374
13406
  */
13375
- const COMPONENT_NAME$a = 'TableHeader';
13407
+ const COMPONENT_NAME$9 = 'TableHeader';
13376
13408
 
13377
13409
  /**
13378
13410
  * Component default class name and class prefix.
@@ -13427,14 +13459,14 @@ const TableHeader = forwardRef((props, ref) => {
13427
13459
  ...otherProps
13428
13460
  });
13429
13461
  });
13430
- TableHeader.displayName = COMPONENT_NAME$a;
13462
+ TableHeader.displayName = COMPONENT_NAME$9;
13431
13463
  TableHeader.className = CLASSNAME$9;
13432
13464
  TableHeader.defaultProps = DEFAULT_PROPS$d;
13433
13465
 
13434
13466
  /**
13435
13467
  * Component display name.
13436
13468
  */
13437
- const COMPONENT_NAME$9 = 'TableRow';
13469
+ const COMPONENT_NAME$8 = 'TableRow';
13438
13470
 
13439
13471
  /**
13440
13472
  * Component default class name and class prefix.
@@ -13517,7 +13549,7 @@ const TableRow = forwardRef((props, ref) => {
13517
13549
  ...forwardedProps
13518
13550
  });
13519
13551
  });
13520
- TableRow.displayName = COMPONENT_NAME$9;
13552
+ TableRow.displayName = COMPONENT_NAME$8;
13521
13553
  TableRow.className = CLASSNAME$8;
13522
13554
  TableRow.defaultProps = DEFAULT_PROPS$c;
13523
13555
 
@@ -13601,7 +13633,7 @@ let TabListLayout = /*#__PURE__*/function (TabListLayout) {
13601
13633
  /**
13602
13634
  * Component display name.
13603
13635
  */
13604
- const COMPONENT_NAME$8 = 'TabList';
13636
+ const COMPONENT_NAME$7 = 'TabList';
13605
13637
 
13606
13638
  /**
13607
13639
  * Component default props.
@@ -13654,14 +13686,14 @@ const TabList = forwardRef((props, ref) => {
13654
13686
  })
13655
13687
  });
13656
13688
  });
13657
- TabList.displayName = COMPONENT_NAME$8;
13689
+ TabList.displayName = COMPONENT_NAME$7;
13658
13690
  TabList.className = TABS_CLASSNAME;
13659
13691
  TabList.defaultProps = DEFAULT_PROPS$a;
13660
13692
 
13661
13693
  /**
13662
13694
  * Component display name.
13663
13695
  */
13664
- const COMPONENT_NAME$7 = 'Tab';
13696
+ const COMPONENT_NAME$6 = 'Tab';
13665
13697
 
13666
13698
  /**
13667
13699
  * Component default class name and class prefix.
@@ -13751,14 +13783,14 @@ const Tab = forwardRef((props, ref) => {
13751
13783
  })]
13752
13784
  });
13753
13785
  });
13754
- Tab.displayName = COMPONENT_NAME$7;
13786
+ Tab.displayName = COMPONENT_NAME$6;
13755
13787
  Tab.className = CLASSNAME$7;
13756
13788
  Tab.defaultProps = DEFAULT_PROPS$9;
13757
13789
 
13758
13790
  /**
13759
13791
  * Component display name.
13760
13792
  */
13761
- const COMPONENT_NAME$6 = 'TabPanel';
13793
+ const COMPONENT_NAME$5 = 'TabPanel';
13762
13794
 
13763
13795
  /**
13764
13796
  * Component default class name and class prefix.
@@ -13805,14 +13837,14 @@ const TabPanel = forwardRef((props, ref) => {
13805
13837
  children: (!state?.isLazy || isActive) && children
13806
13838
  });
13807
13839
  });
13808
- TabPanel.displayName = COMPONENT_NAME$6;
13840
+ TabPanel.displayName = COMPONENT_NAME$5;
13809
13841
  TabPanel.className = CLASSNAME$6;
13810
13842
  TabPanel.defaultProps = DEFAULT_PROPS$8;
13811
13843
 
13812
13844
  /**
13813
13845
  * Component display name.
13814
13846
  */
13815
- const COMPONENT_NAME$5 = 'TextField';
13847
+ const COMPONENT_NAME$4 = 'TextField';
13816
13848
 
13817
13849
  /**
13818
13850
  * Component default class name and class prefix.
@@ -14176,7 +14208,7 @@ const TextField = forwardRef((props, ref) => {
14176
14208
  })]
14177
14209
  });
14178
14210
  });
14179
- TextField.displayName = COMPONENT_NAME$5;
14211
+ TextField.displayName = COMPONENT_NAME$4;
14180
14212
  TextField.className = CLASSNAME$5;
14181
14213
  TextField.defaultProps = DEFAULT_PROPS$5;
14182
14214
 
@@ -14327,7 +14359,7 @@ function calculateFocusPointStyle({
14327
14359
  /**
14328
14360
  * Component display name.
14329
14361
  */
14330
- const COMPONENT_NAME$4 = 'Thumbnail';
14362
+ const COMPONENT_NAME$3 = 'Thumbnail';
14331
14363
 
14332
14364
  /**
14333
14365
  * Component default class name and class prefix.
@@ -14609,7 +14641,7 @@ const Thumbnail = forwardRef((props, ref) => {
14609
14641
  })
14610
14642
  });
14611
14643
  });
14612
- Thumbnail.displayName = COMPONENT_NAME$4;
14644
+ Thumbnail.displayName = COMPONENT_NAME$3;
14613
14645
  Thumbnail.className = CLASSNAME$4;
14614
14646
  Thumbnail.defaultProps = DEFAULT_PROPS$4;
14615
14647
 
@@ -14653,7 +14685,7 @@ const ThumbnailObjectFit = {
14653
14685
  /**
14654
14686
  * Component display name.
14655
14687
  */
14656
- const COMPONENT_NAME$3 = 'Toolbar';
14688
+ const TOOLBAR_NAME = 'Toolbar';
14657
14689
 
14658
14690
  /**
14659
14691
  * Component default class name and class prefix.
@@ -14662,7 +14694,7 @@ const CLASSNAME$3 = 'lumx-toolbar';
14662
14694
  const {
14663
14695
  block: block$3,
14664
14696
  element: element$3
14665
- } = classNames.bem(CLASSNAME$3);
14697
+ } = bem(CLASSNAME$3);
14666
14698
 
14667
14699
  /**
14668
14700
  * Component default props.
@@ -14673,21 +14705,21 @@ const DEFAULT_PROPS$3 = {};
14673
14705
  * Toolbar component.
14674
14706
  *
14675
14707
  * @param props Component props.
14676
- * @param ref Component ref.
14677
- * @return React element.
14708
+ * @return JSX element.
14678
14709
  */
14679
- const Toolbar = forwardRef((props, ref) => {
14710
+ const Toolbar$1 = props => {
14680
14711
  const {
14681
14712
  after,
14682
14713
  before,
14683
14714
  className,
14684
14715
  label,
14716
+ ref,
14685
14717
  ...forwardedProps
14686
14718
  } = props;
14687
14719
  return /*#__PURE__*/jsxs("div", {
14688
14720
  ref: ref,
14689
14721
  ...forwardedProps,
14690
- className: classNames.join(className, block$3({
14722
+ className: classnames(className, block$3({
14691
14723
  'has-after': Boolean(after),
14692
14724
  'has-before': Boolean(before),
14693
14725
  'has-label': Boolean(label)
@@ -14703,8 +14735,26 @@ const Toolbar = forwardRef((props, ref) => {
14703
14735
  children: after
14704
14736
  })]
14705
14737
  });
14738
+ };
14739
+
14740
+ /**
14741
+ * Defines the props of the component.
14742
+ */
14743
+
14744
+ /**
14745
+ * Toolbar component.
14746
+ *
14747
+ * @param props Component props.
14748
+ * @param ref Component ref.
14749
+ * @return React element.
14750
+ */
14751
+ const Toolbar = forwardRef((props, ref) => {
14752
+ return Toolbar$1({
14753
+ ref,
14754
+ ...props
14755
+ });
14706
14756
  });
14707
- Toolbar.displayName = COMPONENT_NAME$3;
14757
+ Toolbar.displayName = TOOLBAR_NAME;
14708
14758
  Toolbar.className = CLASSNAME$3;
14709
14759
  Toolbar.defaultProps = DEFAULT_PROPS$3;
14710
14760
 
@@ -15304,5 +15354,5 @@ UserBlock.displayName = COMPONENT_NAME;
15304
15354
  UserBlock.className = CLASSNAME;
15305
15355
  UserBlock.defaultProps = DEFAULT_PROPS;
15306
15356
 
15307
- export { AlertDialog, Autocomplete, AutocompleteMultiple, Avatar, Badge, BadgeWrapper, Button, ButtonGroup, CLASSNAME$1d as CLASSNAME, COMPONENT_NAME$1e as COMPONENT_NAME, Checkbox, Chip, ChipGroup, CommentBlock, CommentBlockVariant, DEFAULT_PROPS$15 as DEFAULT_PROPS, DatePicker, DatePickerControlled, DatePickerField, Dialog, Divider, DragHandle, Dropdown, ExpansionPanel, Flag, FlexBox, GenericBlock, GenericBlockGapSize, Grid, GridColumn, GridItem, Heading, HeadingLevelProvider, Icon, IconButton, ImageBlock, ImageBlockCaptionPosition, ImageLightbox, InlineList, InputHelper, InputLabel, Lightbox, Link, LinkPreview, List, ListDivider, ListItem, ListSubheader, Message, Mosaic, Navigation, Notification, Placement, Popover, PopoverDialog, PostBlock, Progress, ProgressCircular, ProgressLinear, ProgressTracker, ProgressTrackerProvider, ProgressTrackerStep, ProgressTrackerStepPanel, ProgressVariant, RadioButton, RadioGroup, RawInputText, RawInputTextarea, Select, SelectMultiple, SelectMultipleField, SelectVariant, SelectionChipGroup, SideNavigation, SideNavigationItem, SkeletonCircle, SkeletonRectangle, SkeletonRectangleVariant, SkeletonTypography, Slider, Slides, Slideshow, SlideshowControls, SlideshowItem, Switch, Tab, TabList, TabListLayout, TabPanel, TabProvider, Table, TableBody, TableCell, TableCellVariant, TableHeader, TableRow, Text, TextField, ThOrder, ThemeProvider, Thumbnail, ThumbnailAspectRatio, ThumbnailObjectFit, ThumbnailVariant, Toolbar, Tooltip, Uploader, UploaderVariant, UserBlock, clamp, isClickable, useFocusPointStyle, useHeadingLevel, useTheme };
15357
+ export { AlertDialog, Autocomplete, AutocompleteMultiple, Avatar, Badge, BadgeWrapper, Button, ButtonGroup, CLASSNAME$1d as CLASSNAME, COMPONENT_NAME$1d as COMPONENT_NAME, Checkbox, Chip, ChipGroup, CommentBlock, CommentBlockVariant, DEFAULT_PROPS$16 as DEFAULT_PROPS, DatePicker, DatePickerControlled, DatePickerField, Dialog, Divider, DragHandle, Dropdown, ExpansionPanel, Flag, FlexBox, GenericBlock, GenericBlockGapSize, Grid, GridColumn, GridItem, Heading, HeadingLevelProvider, Icon, IconButton, ImageBlock, ImageBlockCaptionPosition, ImageLightbox, InlineList, InputHelper, InputLabel, Lightbox, Link, LinkPreview, List, ListDivider, ListItem, ListSubheader, Message, Mosaic, Navigation, Notification, Placement, Popover, PopoverDialog, PostBlock, Progress, ProgressCircular, ProgressLinear, ProgressTracker, ProgressTrackerProvider, ProgressTrackerStep, ProgressTrackerStepPanel, ProgressVariant, RadioButton, RadioGroup, RawInputText, RawInputTextarea, Select, SelectMultiple, SelectMultipleField, SelectVariant, SelectionChipGroup, SideNavigation, SideNavigationItem, SkeletonCircle, SkeletonRectangle, SkeletonRectangleVariant, SkeletonTypography, Slider, Slides, Slideshow, SlideshowControls, SlideshowItem, Switch, Tab, TabList, TabListLayout, TabPanel, TabProvider, Table, TableBody, TableCell, TableCellVariant, TableHeader, TableRow, Text, TextField, ThOrder, ThemeProvider, Thumbnail, ThumbnailAspectRatio, ThumbnailObjectFit, ThumbnailVariant, Toolbar, Tooltip, Uploader, UploaderVariant, UserBlock, clamp, isClickable, useFocusPointStyle, useHeadingLevel, useTheme };
15308
15358
  //# sourceMappingURL=index.js.map