@lumx/react 4.20.0-next.0 → 4.20.0-next.2

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
@@ -9,7 +9,7 @@ import ReactDOM__default from 'react-dom';
9
9
  import { classNames, onEscapePressed, onEnterPressed as onEnterPressed$1, detectHorizontalSwipe } from '@lumx/core/js/utils';
10
10
  import last from 'lodash/last.js';
11
11
  import pull from 'lodash/pull.js';
12
- import { u as useDisabledStateContext, P as Portal, C as ClickAwayProvider, I as InfiniteScroll } from './_internal/BvaFEHZn.js';
12
+ import { u as useDisabledStateContext, P as Portal, C as ClickAwayProvider, I as InfiniteScroll } from './_internal/CcLi-Wuu.js';
13
13
  import isEmpty from 'lodash/isEmpty.js';
14
14
  import get from 'lodash/get.js';
15
15
  import { getDisabledState as getDisabledState$1 } from '@lumx/core/js/utils/disabledState';
@@ -558,7 +558,7 @@ const CONFIG$1 = {
558
558
  /**
559
559
  * Component display name.
560
560
  */
561
- const COMPONENT_NAME$1F = 'AlertDialog';
561
+ const COMPONENT_NAME$1G = 'AlertDialog';
562
562
 
563
563
  /**
564
564
  * Component default class name and class prefix.
@@ -732,7 +732,7 @@ const AlertDialog = forwardRef((props, ref) => {
732
732
  ...forwardedProps
733
733
  });
734
734
  });
735
- AlertDialog.displayName = COMPONENT_NAME$1F;
735
+ AlertDialog.displayName = COMPONENT_NAME$1G;
736
736
  AlertDialog.className = CLASSNAME$1C;
737
737
  AlertDialog.defaultProps = DEFAULT_PROPS$1j;
738
738
 
@@ -826,7 +826,7 @@ function useDisableStateProps(props) {
826
826
  /**
827
827
  * Component display name.
828
828
  */
829
- const COMPONENT_NAME$1E = 'Autocomplete';
829
+ const COMPONENT_NAME$1F = 'Autocomplete';
830
830
 
831
831
  /**
832
832
  * Component default class name and class prefix.
@@ -939,14 +939,14 @@ const Autocomplete = forwardRef((props, ref) => {
939
939
  })]
940
940
  });
941
941
  });
942
- Autocomplete.displayName = COMPONENT_NAME$1E;
942
+ Autocomplete.displayName = COMPONENT_NAME$1F;
943
943
  Autocomplete.className = CLASSNAME$1B;
944
944
  Autocomplete.defaultProps = DEFAULT_PROPS$1i;
945
945
 
946
946
  /**
947
947
  * Component display name.
948
948
  */
949
- const COMPONENT_NAME$1D = 'AutocompleteMultiple';
949
+ const COMPONENT_NAME$1E = 'AutocompleteMultiple';
950
950
 
951
951
  /**
952
952
  * Component default class name and class prefix.
@@ -1065,14 +1065,14 @@ const AutocompleteMultiple = forwardRef((props, ref) => {
1065
1065
  children: children
1066
1066
  });
1067
1067
  });
1068
- AutocompleteMultiple.displayName = COMPONENT_NAME$1D;
1068
+ AutocompleteMultiple.displayName = COMPONENT_NAME$1E;
1069
1069
  AutocompleteMultiple.className = CLASSNAME$1A;
1070
1070
  AutocompleteMultiple.defaultProps = DEFAULT_PROPS$1h;
1071
1071
 
1072
1072
  /**
1073
1073
  * Component display name.
1074
1074
  */
1075
- const COMPONENT_NAME$1C = 'Avatar';
1075
+ const COMPONENT_NAME$1D = 'Avatar';
1076
1076
 
1077
1077
  /**
1078
1078
  * Component default class name and class prefix.
@@ -1172,14 +1172,14 @@ const Avatar = forwardRef((props, ref) => {
1172
1172
  })
1173
1173
  });
1174
1174
  });
1175
- Avatar.displayName = COMPONENT_NAME$1C;
1175
+ Avatar.displayName = COMPONENT_NAME$1D;
1176
1176
  Avatar.className = CLASSNAME$1z;
1177
1177
  Avatar.defaultProps = DEFAULT_PROPS$1g;
1178
1178
 
1179
1179
  /**
1180
1180
  * Component display name.
1181
1181
  */
1182
- const COMPONENT_NAME$1B = 'Badge';
1182
+ const COMPONENT_NAME$1C = 'Badge';
1183
1183
 
1184
1184
  /**
1185
1185
  * Component default class name and class prefix.
@@ -1219,7 +1219,7 @@ const Badge$1 = props => {
1219
1219
  children: children
1220
1220
  });
1221
1221
  };
1222
- Badge$1.displayName = COMPONENT_NAME$1B;
1222
+ Badge$1.displayName = COMPONENT_NAME$1C;
1223
1223
  Badge$1.className = CLASSNAME$1y;
1224
1224
  Badge$1.defaultProps = DEFAULT_PROPS$1f;
1225
1225
 
@@ -1244,7 +1244,7 @@ Badge.displayName = Badge$1.displayName;
1244
1244
  Badge.className = Badge$1.className;
1245
1245
  Badge.defaultProps = Badge$1.defaultProps;
1246
1246
 
1247
- const COMPONENT_NAME$1A = 'BadgeWrapper';
1247
+ const COMPONENT_NAME$1B = 'BadgeWrapper';
1248
1248
  const CLASSNAME$1x = 'lumx-badge-wrapper';
1249
1249
  const {
1250
1250
  block: block$18,
@@ -1275,7 +1275,7 @@ const BadgeWrapper = forwardRef((props, ref) => {
1275
1275
  ref
1276
1276
  });
1277
1277
  });
1278
- BadgeWrapper.displayName = COMPONENT_NAME$1A;
1278
+ BadgeWrapper.displayName = COMPONENT_NAME$1B;
1279
1279
  BadgeWrapper.className = CLASSNAME$1x;
1280
1280
 
1281
1281
  /**
@@ -1326,7 +1326,7 @@ const RawClickable = props => {
1326
1326
  /**
1327
1327
  * Component display name.
1328
1328
  */
1329
- const COMPONENT_NAME$1z = 'ButtonRoot';
1329
+ const COMPONENT_NAME$1A = 'ButtonRoot';
1330
1330
  const BUTTON_WRAPPER_CLASSNAME = `lumx-button-wrapper`;
1331
1331
  const {
1332
1332
  block: buttonWrapperBlock
@@ -1424,7 +1424,7 @@ const ButtonRoot = props => {
1424
1424
  children
1425
1425
  });
1426
1426
  };
1427
- ButtonRoot.displayName = COMPONENT_NAME$1z;
1427
+ ButtonRoot.displayName = COMPONENT_NAME$1A;
1428
1428
  ButtonRoot.defaultProps = {};
1429
1429
 
1430
1430
  /**
@@ -1434,7 +1434,7 @@ ButtonRoot.defaultProps = {};
1434
1434
  /**
1435
1435
  * Component display name.
1436
1436
  */
1437
- const COMPONENT_NAME$1y = 'Button';
1437
+ const COMPONENT_NAME$1z = 'Button';
1438
1438
 
1439
1439
  /**
1440
1440
  * Component default class name and class prefix.
@@ -1479,7 +1479,7 @@ const Button$1 = props => {
1479
1479
  variant: 'button'
1480
1480
  });
1481
1481
  };
1482
- Button$1.displayName = COMPONENT_NAME$1y;
1482
+ Button$1.displayName = COMPONENT_NAME$1z;
1483
1483
  Button$1.className = CLASSNAME$1w;
1484
1484
  Button$1.defaultProps = DEFAULT_PROPS$1e;
1485
1485
 
@@ -1554,11 +1554,11 @@ const Button = forwardRef((props, ref) => {
1554
1554
  })
1555
1555
  });
1556
1556
  });
1557
- Button.displayName = COMPONENT_NAME$1y;
1557
+ Button.displayName = COMPONENT_NAME$1z;
1558
1558
  Button.className = CLASSNAME$1w;
1559
1559
  Button.defaultProps = DEFAULT_PROPS$1e;
1560
1560
 
1561
- const COMPONENT_NAME$1x = 'Icon';
1561
+ const COMPONENT_NAME$1y = 'Icon';
1562
1562
  const IconClassName = 'lumx-icon';
1563
1563
 
1564
1564
  /**
@@ -1651,14 +1651,14 @@ const Icon$1 = props => {
1651
1651
  })
1652
1652
  });
1653
1653
  };
1654
- Icon$1.displayName = COMPONENT_NAME$1x;
1654
+ Icon$1.displayName = COMPONENT_NAME$1y;
1655
1655
  Icon$1.className = CLASSNAME$1v;
1656
1656
  Icon$1.defaultProps = DEFAULT_PROPS$1d;
1657
1657
 
1658
1658
  /**
1659
1659
  * Component display name.
1660
1660
  */
1661
- const COMPONENT_NAME$1w = 'IconButton';
1661
+ const COMPONENT_NAME$1x = 'IconButton';
1662
1662
 
1663
1663
  /**
1664
1664
  * Component default class name and class prefix.
@@ -1704,7 +1704,7 @@ const IconButton$1 = props => {
1704
1704
  children: defaultChildren
1705
1705
  });
1706
1706
  };
1707
- IconButton$1.displayName = COMPONENT_NAME$1w;
1707
+ IconButton$1.displayName = COMPONENT_NAME$1x;
1708
1708
  IconButton$1.className = CLASSNAME$1u;
1709
1709
  IconButton$1.defaultProps = DEFAULT_PROPS$1c;
1710
1710
 
@@ -1749,14 +1749,14 @@ const IconButton = forwardRef((props, ref) => {
1749
1749
  })
1750
1750
  });
1751
1751
  });
1752
- IconButton.displayName = COMPONENT_NAME$1w;
1752
+ IconButton.displayName = COMPONENT_NAME$1x;
1753
1753
  IconButton.className = CLASSNAME$1u;
1754
1754
  IconButton.defaultProps = DEFAULT_PROPS$1c;
1755
1755
 
1756
1756
  /**
1757
1757
  * Component display name.
1758
1758
  */
1759
- const COMPONENT_NAME$1v = 'ButtonGroup';
1759
+ const COMPONENT_NAME$1w = 'ButtonGroup';
1760
1760
 
1761
1761
  /**
1762
1762
  * Component default class name and class prefix.
@@ -1786,7 +1786,7 @@ const ButtonGroup$1 = props => {
1786
1786
  children: children
1787
1787
  });
1788
1788
  };
1789
- ButtonGroup$1.displayName = COMPONENT_NAME$1v;
1789
+ ButtonGroup$1.displayName = COMPONENT_NAME$1w;
1790
1790
  ButtonGroup$1.className = CLASSNAME$1t;
1791
1791
  ButtonGroup$1.defaultProps = DEFAULT_PROPS$1b;
1792
1792
 
@@ -1803,11 +1803,11 @@ const ButtonGroup = forwardRef((props, ref) => {
1803
1803
  ...props
1804
1804
  });
1805
1805
  });
1806
- ButtonGroup.displayName = COMPONENT_NAME$1v;
1806
+ ButtonGroup.displayName = COMPONENT_NAME$1w;
1807
1807
  ButtonGroup.className = CLASSNAME$1t;
1808
1808
  ButtonGroup.defaultProps = DEFAULT_PROPS$1b;
1809
1809
 
1810
- const COMPONENT_NAME$1u = 'InputLabel';
1810
+ const COMPONENT_NAME$1v = 'InputLabel';
1811
1811
  const InputLabelClassName = 'lumx-input-label';
1812
1812
  const CLASSNAME$1s = InputLabelClassName;
1813
1813
  const {
@@ -1843,7 +1843,7 @@ function InputLabel$1(props) {
1843
1843
  children: children
1844
1844
  });
1845
1845
  }
1846
- InputLabel$1.displayName = COMPONENT_NAME$1u;
1846
+ InputLabel$1.displayName = COMPONENT_NAME$1v;
1847
1847
  InputLabel$1.className = CLASSNAME$1s;
1848
1848
  InputLabel$1.defaultProps = DEFAULT_PROPS$1a;
1849
1849
 
@@ -1859,7 +1859,7 @@ const INPUT_HELPER_CONFIGURATION = {
1859
1859
  }
1860
1860
  };
1861
1861
 
1862
- const COMPONENT_NAME$1t = 'InputHelper';
1862
+ const COMPONENT_NAME$1u = 'InputHelper';
1863
1863
  const InputHelperClassName = 'lumx-input-helper';
1864
1864
 
1865
1865
  /**
@@ -1903,7 +1903,7 @@ function InputHelper$1(props) {
1903
1903
  children: children
1904
1904
  });
1905
1905
  }
1906
- InputHelper$1.displayName = COMPONENT_NAME$1t;
1906
+ InputHelper$1.displayName = COMPONENT_NAME$1u;
1907
1907
  InputHelper$1.className = CLASSNAME$1r;
1908
1908
  InputHelper$1.defaultProps = DEFAULT_PROPS$19;
1909
1909
 
@@ -1916,7 +1916,7 @@ const INTERMEDIATE_STATE = 'intermediate';
1916
1916
  /**
1917
1917
  * Component display name.
1918
1918
  */
1919
- const COMPONENT_NAME$1s = 'Checkbox';
1919
+ const COMPONENT_NAME$1t = 'Checkbox';
1920
1920
 
1921
1921
  /**
1922
1922
  * Component default class name and class prefix.
@@ -2080,7 +2080,7 @@ const Checkbox = forwardRef((props, ref) => {
2080
2080
  inputId
2081
2081
  });
2082
2082
  });
2083
- Checkbox.displayName = COMPONENT_NAME$1s;
2083
+ Checkbox.displayName = COMPONENT_NAME$1t;
2084
2084
  Checkbox.className = CLASSNAME$1q;
2085
2085
  Checkbox.defaultProps = DEFAULT_PROPS$18;
2086
2086
 
@@ -2103,7 +2103,7 @@ function useStopPropagation(handler) {
2103
2103
  /**
2104
2104
  * Component display name.
2105
2105
  */
2106
- const COMPONENT_NAME$1r = 'Chip';
2106
+ const COMPONENT_NAME$1s = 'Chip';
2107
2107
 
2108
2108
  /**
2109
2109
  * Component default class name and class prefix.
@@ -2264,14 +2264,14 @@ const Chip = forwardRef((props, ref) => {
2264
2264
  ...forwardedProps
2265
2265
  });
2266
2266
  });
2267
- Chip.displayName = COMPONENT_NAME$1r;
2267
+ Chip.displayName = COMPONENT_NAME$1s;
2268
2268
  Chip.className = CLASSNAME$1p;
2269
2269
  Chip.defaultProps = DEFAULT_PROPS$17;
2270
2270
 
2271
2271
  /**
2272
2272
  * Component display name.
2273
2273
  */
2274
- const COMPONENT_NAME$1q = 'ChipGroup';
2274
+ const COMPONENT_NAME$1r = 'ChipGroup';
2275
2275
 
2276
2276
  /**
2277
2277
  * Component default class name and class prefix.
@@ -2377,7 +2377,7 @@ const InternalChipGroup = forwardRef((props, ref) => {
2377
2377
  ...forwardedProps
2378
2378
  });
2379
2379
  });
2380
- InternalChipGroup.displayName = COMPONENT_NAME$1q;
2380
+ InternalChipGroup.displayName = COMPONENT_NAME$1r;
2381
2381
  InternalChipGroup.className = CLASSNAME$1o;
2382
2382
  InternalChipGroup.defaultProps = DEFAULT_PROPS$16;
2383
2383
  const ChipGroup = Object.assign(InternalChipGroup, {
@@ -2387,7 +2387,7 @@ const ChipGroup = Object.assign(InternalChipGroup, {
2387
2387
  /**
2388
2388
  * Component display name.
2389
2389
  */
2390
- const COMPONENT_NAME$1p = 'SelectionChipGroup';
2390
+ const COMPONENT_NAME$1q = 'SelectionChipGroup';
2391
2391
 
2392
2392
  /**
2393
2393
  * Component default class name and class prefix.
@@ -2709,7 +2709,7 @@ function wrapChildrenIconWithSpaces(children) {
2709
2709
  /**
2710
2710
  * Component display name.
2711
2711
  */
2712
- const COMPONENT_NAME$1o = 'Text';
2712
+ const COMPONENT_NAME$1p = 'Text';
2713
2713
 
2714
2714
  /**
2715
2715
  * Component default class name and class prefix.
@@ -2807,7 +2807,7 @@ const Text = forwardRef((props, ref) => {
2807
2807
  children: wrapChildrenIconWithSpaces(children)
2808
2808
  });
2809
2809
  });
2810
- Text.displayName = COMPONENT_NAME$1o;
2810
+ Text.displayName = COMPONENT_NAME$1p;
2811
2811
  Text.className = CLASSNAME$1m;
2812
2812
  Text.defaultProps = DEFAULT_PROPS$15;
2813
2813
 
@@ -4901,7 +4901,7 @@ const DEFAULT_PROPS$14 = {
4901
4901
  /**
4902
4902
  * Component display name.
4903
4903
  */
4904
- const COMPONENT_NAME$1n = 'Tooltip';
4904
+ const COMPONENT_NAME$1o = 'Tooltip';
4905
4905
 
4906
4906
  /**
4907
4907
  * Component default class name and class prefix.
@@ -4959,7 +4959,7 @@ const TooltipPopup = props => {
4959
4959
  })]
4960
4960
  });
4961
4961
  };
4962
- TooltipPopup.displayName = COMPONENT_NAME$1n;
4962
+ TooltipPopup.displayName = COMPONENT_NAME$1o;
4963
4963
  TooltipPopup.className = CLASSNAME$1l;
4964
4964
 
4965
4965
  /**
@@ -5322,7 +5322,7 @@ const Tooltip = forwardRef((props, ref) => {
5322
5322
  })]
5323
5323
  });
5324
5324
  });
5325
- Tooltip.displayName = COMPONENT_NAME$1n;
5325
+ Tooltip.displayName = COMPONENT_NAME$1o;
5326
5326
  Tooltip.className = CLASSNAME$1l;
5327
5327
  Tooltip.defaultProps = DEFAULT_PROPS$14;
5328
5328
 
@@ -6234,7 +6234,7 @@ const SelectionChipGroup = ({
6234
6234
  Tooltip
6235
6235
  });
6236
6236
  };
6237
- SelectionChipGroup.displayName = COMPONENT_NAME$1p;
6237
+ SelectionChipGroup.displayName = COMPONENT_NAME$1q;
6238
6238
  SelectionChipGroup.className = CLASSNAME$1n;
6239
6239
 
6240
6240
  /**
@@ -7199,7 +7199,7 @@ function setupComboboxButton(button, callbacks) {
7199
7199
  /**
7200
7200
  * Component display name.
7201
7201
  */
7202
- const COMPONENT_NAME$1m = 'ComboboxButton';
7202
+ const COMPONENT_NAME$1n = 'ComboboxButton';
7203
7203
 
7204
7204
  /**
7205
7205
  * Component default class name and class prefix.
@@ -7388,7 +7388,7 @@ const ComboboxButton = Object.assign(forwardRefPolymorphic((props, ref) => {
7388
7388
  Tooltip
7389
7389
  });
7390
7390
  }), {
7391
- displayName: COMPONENT_NAME$1m,
7391
+ displayName: COMPONENT_NAME$1n,
7392
7392
  className: CLASSNAME$1k
7393
7393
  });
7394
7394
 
@@ -7553,7 +7553,7 @@ function getDisabledState(context, props) {
7553
7553
  /**
7554
7554
  * Component display name.
7555
7555
  */
7556
- const COMPONENT_NAME$1l = 'ComboboxInput';
7556
+ const COMPONENT_NAME$1m = 'ComboboxInput';
7557
7557
 
7558
7558
  /**
7559
7559
  * Component default class name and class prefix.
@@ -7621,7 +7621,7 @@ const ComboboxInput$1 = (props, {
7621
7621
  /**
7622
7622
  * Component display name.
7623
7623
  */
7624
- const COMPONENT_NAME$1k = 'TextField';
7624
+ const COMPONENT_NAME$1l = 'TextField';
7625
7625
 
7626
7626
  /**
7627
7627
  * Component default class name and class prefix.
@@ -8161,7 +8161,7 @@ const TextField = forwardRef((props, ref) => {
8161
8161
  } : undefined
8162
8162
  });
8163
8163
  });
8164
- TextField.displayName = COMPONENT_NAME$1k;
8164
+ TextField.displayName = COMPONENT_NAME$1l;
8165
8165
  TextField.className = CLASSNAME$1i;
8166
8166
  TextField.defaultProps = DEFAULT_PROPS$10;
8167
8167
 
@@ -8250,13 +8250,13 @@ const ComboboxInput = forwardRef((props, ref) => {
8250
8250
  IconButton
8251
8251
  });
8252
8252
  });
8253
- ComboboxInput.displayName = COMPONENT_NAME$1l;
8253
+ ComboboxInput.displayName = COMPONENT_NAME$1m;
8254
8254
  ComboboxInput.className = CLASSNAME$1j;
8255
8255
 
8256
8256
  /**
8257
8257
  * Component display name.
8258
8258
  */
8259
- const COMPONENT_NAME$1j = 'List';
8259
+ const COMPONENT_NAME$1k = 'List';
8260
8260
 
8261
8261
  /**
8262
8262
  * Component default class name and class prefix.
@@ -8294,7 +8294,7 @@ const List$1 = props => {
8294
8294
  children: children
8295
8295
  });
8296
8296
  };
8297
- List$1.displayName = COMPONENT_NAME$1j;
8297
+ List$1.displayName = COMPONENT_NAME$1k;
8298
8298
  List$1.className = CLASSNAME$1h;
8299
8299
  List$1.defaultProps = DEFAULT_PROPS$$;
8300
8300
 
@@ -8311,7 +8311,7 @@ List$1.defaultProps = DEFAULT_PROPS$$;
8311
8311
  /**
8312
8312
  * Component display name.
8313
8313
  */
8314
- const COMPONENT_NAME$1i = 'ComboboxList';
8314
+ const COMPONENT_NAME$1j = 'ComboboxList';
8315
8315
 
8316
8316
  /**
8317
8317
  * Component default class name and class prefix.
@@ -8428,13 +8428,13 @@ const ComboboxList = forwardRef((props, ref) => {
8428
8428
  })
8429
8429
  });
8430
8430
  });
8431
- ComboboxList.displayName = COMPONENT_NAME$1i;
8431
+ ComboboxList.displayName = COMPONENT_NAME$1j;
8432
8432
  ComboboxList.className = CLASSNAME$1g;
8433
8433
 
8434
8434
  /**
8435
8435
  * Component display name.
8436
8436
  */
8437
- const COMPONENT_NAME$1h = 'ListItem';
8437
+ const COMPONENT_NAME$1i = 'ListItem';
8438
8438
 
8439
8439
  /**
8440
8440
  * Component default class name and class prefix.
@@ -8510,7 +8510,7 @@ const ListItem$1 = props => {
8510
8510
  })
8511
8511
  });
8512
8512
  };
8513
- ListItem$1.displayName = COMPONENT_NAME$1h;
8513
+ ListItem$1.displayName = COMPONENT_NAME$1i;
8514
8514
  ListItem$1.className = CLASSNAME$1f;
8515
8515
  ListItem$1.defaultProps = DEFAULT_PROPS$_;
8516
8516
 
@@ -8521,7 +8521,7 @@ ListItem$1.defaultProps = DEFAULT_PROPS$_;
8521
8521
  /**
8522
8522
  * Component display name.
8523
8523
  */
8524
- const COMPONENT_NAME$1g = 'ListItemAction';
8524
+ const COMPONENT_NAME$1h = 'ListItemAction';
8525
8525
 
8526
8526
  /**
8527
8527
  * Component classname (used by action area CSS pattern).
@@ -8560,7 +8560,7 @@ const ListItemAction$1 = props => {
8560
8560
  /**
8561
8561
  * Component display name.
8562
8562
  */
8563
- const COMPONENT_NAME$1f = 'ComboboxOption';
8563
+ const COMPONENT_NAME$1g = 'ComboboxOption';
8564
8564
 
8565
8565
  /**
8566
8566
  * Component default class name and class prefix.
@@ -8753,7 +8753,7 @@ const ComboboxOption = forwardRef((props, ref) => {
8753
8753
  Tooltip
8754
8754
  });
8755
8755
  });
8756
- ComboboxOption.displayName = COMPONENT_NAME$1f;
8756
+ ComboboxOption.displayName = COMPONENT_NAME$1g;
8757
8757
  ComboboxOption.className = CLASSNAME$1d;
8758
8758
 
8759
8759
  /**
@@ -8763,7 +8763,7 @@ ComboboxOption.className = CLASSNAME$1d;
8763
8763
  /**
8764
8764
  * Component display name.
8765
8765
  */
8766
- const COMPONENT_NAME$1e = 'ComboboxOptionAction';
8766
+ const COMPONENT_NAME$1f = 'ComboboxOptionAction';
8767
8767
 
8768
8768
  /**
8769
8769
  * Component default class name and class prefix.
@@ -8841,14 +8841,14 @@ const ComboboxOptionAction = Object.assign(forwardRefPolymorphic((props, ref) =>
8841
8841
  children
8842
8842
  });
8843
8843
  }), {
8844
- displayName: COMPONENT_NAME$1e,
8844
+ displayName: COMPONENT_NAME$1f,
8845
8845
  className: CLASSNAME$1c
8846
8846
  });
8847
8847
 
8848
8848
  /**
8849
8849
  * Component display name.
8850
8850
  */
8851
- const COMPONENT_NAME$1d = 'ComboboxOptionMoreInfo';
8851
+ const COMPONENT_NAME$1e = 'ComboboxOptionMoreInfo';
8852
8852
 
8853
8853
  /**
8854
8854
  * Component default class name and class prefix.
@@ -9170,7 +9170,7 @@ const POPOVER_ZINDEX = 9999;
9170
9170
  /**
9171
9171
  * Component display name.
9172
9172
  */
9173
- const COMPONENT_NAME$1c = 'Popover';
9173
+ const COMPONENT_NAME$1d = 'Popover';
9174
9174
 
9175
9175
  /**
9176
9176
  * Component default class name and class prefix.
@@ -9705,7 +9705,7 @@ const _InnerPopover = forwardRef((props, ref) => {
9705
9705
  ThemeProvider
9706
9706
  });
9707
9707
  });
9708
- _InnerPopover.displayName = COMPONENT_NAME$1c;
9708
+ _InnerPopover.displayName = COMPONENT_NAME$1d;
9709
9709
 
9710
9710
  /**
9711
9711
  * Popover component.
@@ -9717,7 +9717,7 @@ _InnerPopover.displayName = COMPONENT_NAME$1c;
9717
9717
  const Popover = skipRender(
9718
9718
  // Skip render in SSR
9719
9719
  () => Boolean(DOCUMENT), _InnerPopover);
9720
- Popover.displayName = COMPONENT_NAME$1c;
9720
+ Popover.displayName = COMPONENT_NAME$1d;
9721
9721
  Popover.className = CLASSNAME$1a;
9722
9722
  Popover.defaultProps = DEFAULT_PROPS$Y;
9723
9723
 
@@ -9781,13 +9781,13 @@ const ComboboxOptionMoreInfo = props => {
9781
9781
  Popover
9782
9782
  });
9783
9783
  };
9784
- ComboboxOptionMoreInfo.displayName = COMPONENT_NAME$1d;
9784
+ ComboboxOptionMoreInfo.displayName = COMPONENT_NAME$1e;
9785
9785
  ComboboxOptionMoreInfo.className = CLASSNAME$1b;
9786
9786
 
9787
9787
  /**
9788
9788
  * Component display name.
9789
9789
  */
9790
- const COMPONENT_NAME$1b = 'SkeletonTypography';
9790
+ const COMPONENT_NAME$1c = 'SkeletonTypography';
9791
9791
 
9792
9792
  /**
9793
9793
  * Component default class name and class prefix.
@@ -9835,7 +9835,7 @@ const SkeletonTypography$1 = props => {
9835
9835
  /**
9836
9836
  * Component display name.
9837
9837
  */
9838
- const COMPONENT_NAME$1a = 'ComboboxOptionSkeleton';
9838
+ const COMPONENT_NAME$1b = 'ComboboxOptionSkeleton';
9839
9839
 
9840
9840
  /**
9841
9841
  * Component default class name and class prefix.
@@ -9920,12 +9920,12 @@ const ComboboxOptionSkeleton = props => {
9920
9920
  ...props
9921
9921
  });
9922
9922
  };
9923
- ComboboxOptionSkeleton.displayName = COMPONENT_NAME$1a;
9923
+ ComboboxOptionSkeleton.displayName = COMPONENT_NAME$1b;
9924
9924
  ComboboxOptionSkeleton.className = CLASSNAME$18;
9925
9925
 
9926
9926
  const DEFAULT_COMBOBOX_POPOVER_MAX_HEIGHT = '80vh';
9927
9927
 
9928
- const COMPONENT_NAME$19 = 'ComboboxPopover';
9928
+ const COMPONENT_NAME$1a = 'ComboboxPopover';
9929
9929
 
9930
9930
  /**
9931
9931
  * Component default class name.
@@ -9999,7 +9999,7 @@ const ComboboxPopover$1 = (props, {
9999
9999
  /**
10000
10000
  * Component display name.
10001
10001
  */
10002
- const COMPONENT_NAME$18 = 'FlexBox';
10002
+ const COMPONENT_NAME$19 = 'FlexBox';
10003
10003
 
10004
10004
  /**
10005
10005
  * Component default class name and class prefix.
@@ -10063,7 +10063,7 @@ const FlexBox = forwardRef((props, ref) => {
10063
10063
  children: children
10064
10064
  });
10065
10065
  });
10066
- FlexBox.displayName = COMPONENT_NAME$18;
10066
+ FlexBox.displayName = COMPONENT_NAME$19;
10067
10067
  FlexBox.className = CLASSNAME$16;
10068
10068
 
10069
10069
  /**
@@ -10102,7 +10102,7 @@ const ComboboxPopover = props => {
10102
10102
  FlexBox
10103
10103
  });
10104
10104
  };
10105
- ComboboxPopover.displayName = COMPONENT_NAME$19;
10105
+ ComboboxPopover.displayName = COMPONENT_NAME$1a;
10106
10106
  ComboboxPopover.className = CLASSNAME$17;
10107
10107
 
10108
10108
  /**
@@ -10148,7 +10148,7 @@ ComboboxProvider.displayName = 'Combobox.Provider';
10148
10148
  /**
10149
10149
  * Component display name.
10150
10150
  */
10151
- const COMPONENT_NAME$17 = 'ComboboxSection';
10151
+ const COMPONENT_NAME$18 = 'ComboboxSection';
10152
10152
 
10153
10153
  /**
10154
10154
  * Component default class name and class prefix.
@@ -10192,7 +10192,7 @@ const ComboboxSection$1 = (props, {
10192
10192
  /**
10193
10193
  * Component display name.
10194
10194
  */
10195
- const COMPONENT_NAME$16 = 'ListSection';
10195
+ const COMPONENT_NAME$17 = 'ListSection';
10196
10196
 
10197
10197
  /**
10198
10198
  * Component default class name and class prefix.
@@ -10248,7 +10248,7 @@ const ListSection$1 = props => {
10248
10248
  })]
10249
10249
  });
10250
10250
  };
10251
- ListSection$1.displayName = COMPONENT_NAME$16;
10251
+ ListSection$1.displayName = COMPONENT_NAME$17;
10252
10252
  ListSection$1.className = CLASSNAME$14;
10253
10253
  ListSection$1.defaultProps = DEFAULT_PROPS$X;
10254
10254
 
@@ -10272,7 +10272,7 @@ const ListSection = forwardRef((props, ref) => {
10272
10272
  Text
10273
10273
  });
10274
10274
  });
10275
- ListSection.displayName = COMPONENT_NAME$16;
10275
+ ListSection.displayName = COMPONENT_NAME$17;
10276
10276
  ListSection.className = CLASSNAME$14;
10277
10277
  ListSection.defaultProps = DEFAULT_PROPS$X;
10278
10278
 
@@ -10322,13 +10322,13 @@ const ComboboxSection = forwardRef((props, ref) => {
10322
10322
  ListSection
10323
10323
  });
10324
10324
  });
10325
- ComboboxSection.displayName = COMPONENT_NAME$17;
10325
+ ComboboxSection.displayName = COMPONENT_NAME$18;
10326
10326
  ComboboxSection.className = CLASSNAME$15;
10327
10327
 
10328
10328
  /**
10329
10329
  * Component display name.
10330
10330
  */
10331
- const COMPONENT_NAME$15 = 'ComboboxState';
10331
+ const COMPONENT_NAME$16 = 'ComboboxState';
10332
10332
 
10333
10333
  /**
10334
10334
  * Component default class name and class prefix.
@@ -10509,7 +10509,7 @@ function partitionMulti(elements, predicates) {
10509
10509
  /**
10510
10510
  * Component display name.
10511
10511
  */
10512
- const COMPONENT_NAME$14 = 'GenericBlock';
10512
+ const COMPONENT_NAME$15 = 'GenericBlock';
10513
10513
 
10514
10514
  /**
10515
10515
  * Component default class name and class prefix.
@@ -10660,7 +10660,7 @@ const BaseGenericBlock = forwardRef((props, ref) => {
10660
10660
  }) : undefined
10661
10661
  });
10662
10662
  });
10663
- BaseGenericBlock.displayName = COMPONENT_NAME$14;
10663
+ BaseGenericBlock.displayName = COMPONENT_NAME$15;
10664
10664
  BaseGenericBlock.className = CLASSNAME$12;
10665
10665
  BaseGenericBlock.defaultProps = DEFAULT_PROPS$W;
10666
10666
  const GenericBlock = Object.assign(BaseGenericBlock, {
@@ -10740,13 +10740,13 @@ const ComboboxState = props => {
10740
10740
  Text
10741
10741
  });
10742
10742
  };
10743
- ComboboxState.displayName = COMPONENT_NAME$15;
10743
+ ComboboxState.displayName = COMPONENT_NAME$16;
10744
10744
  ComboboxState.className = CLASSNAME$13;
10745
10745
 
10746
10746
  /**
10747
10747
  * Component display name.
10748
10748
  */
10749
- const COMPONENT_NAME$13 = 'ListDivider';
10749
+ const COMPONENT_NAME$14 = 'ListDivider';
10750
10750
 
10751
10751
  /**
10752
10752
  * Component default class name and class prefix.
@@ -10778,7 +10778,7 @@ const ListDivider$1 = props => {
10778
10778
  className: classnames(className, CLASSNAME$11)
10779
10779
  });
10780
10780
  };
10781
- ListDivider$1.displayName = COMPONENT_NAME$13;
10781
+ ListDivider$1.displayName = COMPONENT_NAME$14;
10782
10782
  ListDivider$1.className = CLASSNAME$11;
10783
10783
  ListDivider$1.defaultProps = DEFAULT_PROPS$V;
10784
10784
 
@@ -10800,7 +10800,7 @@ const ListDivider = forwardRef((props, ref) => {
10800
10800
  ref
10801
10801
  });
10802
10802
  });
10803
- ListDivider.displayName = COMPONENT_NAME$13;
10803
+ ListDivider.displayName = COMPONENT_NAME$14;
10804
10804
  ListDivider.className = CLASSNAME$11;
10805
10805
  ListDivider.defaultProps = DEFAULT_PROPS$V;
10806
10806
 
@@ -10851,7 +10851,7 @@ const CommentBlockVariant = {
10851
10851
  /**
10852
10852
  * Component display name.
10853
10853
  */
10854
- const COMPONENT_NAME$12 = 'CommentBlock';
10854
+ const COMPONENT_NAME$13 = 'CommentBlock';
10855
10855
 
10856
10856
  /**
10857
10857
  * Component default class name and class prefix.
@@ -10962,7 +10962,7 @@ const CommentBlock = forwardRef((props, ref) => {
10962
10962
  })]
10963
10963
  });
10964
10964
  });
10965
- CommentBlock.displayName = COMPONENT_NAME$12;
10965
+ CommentBlock.displayName = COMPONENT_NAME$13;
10966
10966
  CommentBlock.className = CLASSNAME$10;
10967
10967
  CommentBlock.defaultProps = DEFAULT_PROPS$U;
10968
10968
 
@@ -10984,7 +10984,7 @@ const isDateValid = date => date instanceof Date && !Number.isNaN(date.getTime()
10984
10984
  /**
10985
10985
  * Component display name.
10986
10986
  */
10987
- const COMPONENT_NAME$11 = 'DatePicker';
10987
+ const COMPONENT_NAME$12 = 'DatePicker';
10988
10988
 
10989
10989
  /**
10990
10990
  * Component default class name and class prefix.
@@ -11221,7 +11221,7 @@ const {
11221
11221
  /**
11222
11222
  * Component display name.
11223
11223
  */
11224
- const COMPONENT_NAME$10 = 'DatePickerControlled';
11224
+ const COMPONENT_NAME$11 = 'DatePickerControlled';
11225
11225
 
11226
11226
  /**
11227
11227
  * DatePickerControlled component.
@@ -11411,7 +11411,7 @@ const DatePickerControlled = forwardRef((props, ref) => {
11411
11411
  })]
11412
11412
  });
11413
11413
  });
11414
- DatePickerControlled.displayName = COMPONENT_NAME$10;
11414
+ DatePickerControlled.displayName = COMPONENT_NAME$11;
11415
11415
  DatePickerControlled.className = CLASSNAME$$;
11416
11416
 
11417
11417
  /**
@@ -11454,7 +11454,7 @@ const DatePicker = forwardRef((props, ref) => {
11454
11454
  onMonthChange: setSelectedMonth
11455
11455
  });
11456
11456
  });
11457
- DatePicker.displayName = COMPONENT_NAME$11;
11457
+ DatePicker.displayName = COMPONENT_NAME$12;
11458
11458
  DatePicker.className = CLASSNAME$$;
11459
11459
 
11460
11460
  const useBooleanState = defaultValue => {
@@ -11468,7 +11468,7 @@ const useBooleanState = defaultValue => {
11468
11468
  /**
11469
11469
  * Component display name.
11470
11470
  */
11471
- const COMPONENT_NAME$$ = 'DatePickerField';
11471
+ const COMPONENT_NAME$10 = 'DatePickerField';
11472
11472
 
11473
11473
  /**
11474
11474
  * DatePickerField component.
@@ -11557,7 +11557,7 @@ const DatePickerField = forwardRef((props, ref) => {
11557
11557
  }) : null]
11558
11558
  });
11559
11559
  });
11560
- DatePickerField.displayName = COMPONENT_NAME$$;
11560
+ DatePickerField.displayName = COMPONENT_NAME$10;
11561
11561
 
11562
11562
  /**
11563
11563
  * Convenient hook to create interaction observers.
@@ -11853,7 +11853,7 @@ const useTransitionVisibility = (ref, isComponentVisible, timeout, onVisibilityC
11853
11853
  /**
11854
11854
  * Component display name.
11855
11855
  */
11856
- const COMPONENT_NAME$_ = 'Dialog';
11856
+ const COMPONENT_NAME$$ = 'Dialog';
11857
11857
 
11858
11858
  /**
11859
11859
  * Component default class name and class prefix.
@@ -12135,14 +12135,14 @@ const Dialog = forwardRef((props, ref) => {
12135
12135
  ...forwardedProps
12136
12136
  }) : null;
12137
12137
  });
12138
- Dialog.displayName = COMPONENT_NAME$_;
12138
+ Dialog.displayName = COMPONENT_NAME$$;
12139
12139
  Dialog.className = CLASSNAME$_;
12140
12140
  Dialog.defaultProps = DEFAULT_PROPS$S;
12141
12141
 
12142
12142
  /**
12143
12143
  * Component display name.
12144
12144
  */
12145
- const COMPONENT_NAME$Z = 'Divider';
12145
+ const COMPONENT_NAME$_ = 'Divider';
12146
12146
 
12147
12147
  /**
12148
12148
  * Component default class name and class prefix.
@@ -12202,14 +12202,14 @@ const Divider = forwardRef((props, ref) => {
12202
12202
  ...otherProps
12203
12203
  });
12204
12204
  });
12205
- Divider.displayName = COMPONENT_NAME$Z;
12205
+ Divider.displayName = COMPONENT_NAME$_;
12206
12206
  Divider.className = CLASSNAME$Z;
12207
12207
  Divider.defaultProps = DEFAULT_PROPS$R;
12208
12208
 
12209
12209
  /**
12210
12210
  * Component display name.
12211
12211
  */
12212
- const COMPONENT_NAME$Y = 'DragHandle';
12212
+ const COMPONENT_NAME$Z = 'DragHandle';
12213
12213
 
12214
12214
  /**
12215
12215
  * Component default class name and class prefix.
@@ -12274,7 +12274,7 @@ const DragHandle = forwardRef((props, ref) => {
12274
12274
  ...otherProps
12275
12275
  });
12276
12276
  });
12277
- DragHandle.displayName = COMPONENT_NAME$Y;
12277
+ DragHandle.displayName = COMPONENT_NAME$Z;
12278
12278
  DragHandle.className = CLASSNAME$Y;
12279
12279
  DragHandle.defaultProps = DEFAULT_PROPS$Q;
12280
12280
 
@@ -12470,7 +12470,7 @@ const InternalList = forwardRef((props, ref) => {
12470
12470
  itemPadding: adjustedItemPadding
12471
12471
  });
12472
12472
  });
12473
- InternalList.displayName = COMPONENT_NAME$1j;
12473
+ InternalList.displayName = COMPONENT_NAME$1k;
12474
12474
  InternalList.className = CLASSNAME$1h;
12475
12475
  InternalList.defaultProps = DEFAULT_PROPS$$;
12476
12476
  const List = Object.assign(InternalList, {
@@ -12521,7 +12521,7 @@ const useInfiniteScroll = (ref, callback, callbackOnMount = false, scrollTrigger
12521
12521
  /**
12522
12522
  * Component display name.
12523
12523
  */
12524
- const COMPONENT_NAME$X = 'Dropdown';
12524
+ const COMPONENT_NAME$Y = 'Dropdown';
12525
12525
 
12526
12526
  /**
12527
12527
  * Component default class name and class prefix.
@@ -12614,14 +12614,14 @@ const Dropdown = forwardRef((props, ref) => {
12614
12614
  })
12615
12615
  }) : null;
12616
12616
  });
12617
- Dropdown.displayName = COMPONENT_NAME$X;
12617
+ Dropdown.displayName = COMPONENT_NAME$Y;
12618
12618
  Dropdown.className = CLASSNAME$X;
12619
12619
  Dropdown.defaultProps = DEFAULT_PROPS$P;
12620
12620
 
12621
12621
  /**
12622
12622
  * Component display name.
12623
12623
  */
12624
- const COMPONENT_NAME$W = 'ExpansionPanel';
12624
+ const COMPONENT_NAME$X = 'ExpansionPanel';
12625
12625
 
12626
12626
  /**
12627
12627
  * Component default class name and class prefix.
@@ -12819,11 +12819,11 @@ const ExpansionPanel = forwardRef((props, ref) => {
12819
12819
  ...forwardedProps
12820
12820
  });
12821
12821
  });
12822
- ExpansionPanel.displayName = COMPONENT_NAME$W;
12822
+ ExpansionPanel.displayName = COMPONENT_NAME$X;
12823
12823
  ExpansionPanel.className = CLASSNAME$W;
12824
12824
  ExpansionPanel.defaultProps = DEFAULT_PROPS$O;
12825
12825
 
12826
- const COMPONENT_NAME$V = 'Flag';
12826
+ const COMPONENT_NAME$W = 'Flag';
12827
12827
  const CLASSNAME$V = 'lumx-flag';
12828
12828
  const DEFAULT_PROPS$N = {};
12829
12829
  const {
@@ -12887,7 +12887,7 @@ const Flag = forwardRef((props, ref) => {
12887
12887
  Text
12888
12888
  });
12889
12889
  });
12890
- Flag.displayName = COMPONENT_NAME$V;
12890
+ Flag.displayName = COMPONENT_NAME$W;
12891
12891
  Flag.className = CLASSNAME$V;
12892
12892
  Flag.defaultProps = DEFAULT_PROPS$N;
12893
12893
 
@@ -12917,7 +12917,7 @@ const defaultContext = {
12917
12917
  /**
12918
12918
  * Component display name.
12919
12919
  */
12920
- const COMPONENT_NAME$U = 'Heading';
12920
+ const COMPONENT_NAME$V = 'Heading';
12921
12921
 
12922
12922
  /**
12923
12923
  * Component default class name and class prefix.
@@ -12985,7 +12985,7 @@ const Heading = forwardRef((props, ref) => {
12985
12985
  children: children
12986
12986
  });
12987
12987
  });
12988
- Heading.displayName = COMPONENT_NAME$U;
12988
+ Heading.displayName = COMPONENT_NAME$V;
12989
12989
  Heading.className = CLASSNAME$U;
12990
12990
  Heading.defaultProps = DEFAULT_PROPS$M;
12991
12991
 
@@ -13025,7 +13025,7 @@ const HeadingLevelProvider = ({
13025
13025
  /**
13026
13026
  * Component display name.
13027
13027
  */
13028
- const COMPONENT_NAME$T = 'Grid';
13028
+ const COMPONENT_NAME$U = 'Grid';
13029
13029
 
13030
13030
  /**
13031
13031
  * Component default class name and class prefix.
@@ -13074,14 +13074,14 @@ const Grid = forwardRef((props, ref) => {
13074
13074
  children: children
13075
13075
  });
13076
13076
  });
13077
- Grid.displayName = COMPONENT_NAME$T;
13077
+ Grid.displayName = COMPONENT_NAME$U;
13078
13078
  Grid.className = CLASSNAME$T;
13079
13079
  Grid.defaultProps = DEFAULT_PROPS$L;
13080
13080
 
13081
13081
  /**
13082
13082
  * Component display name.
13083
13083
  */
13084
- const COMPONENT_NAME$S = 'GridItem';
13084
+ const COMPONENT_NAME$T = 'GridItem';
13085
13085
 
13086
13086
  /**
13087
13087
  * Component default class name and class prefix.
@@ -13118,13 +13118,13 @@ const GridItem = forwardRef((props, ref) => {
13118
13118
  children: children
13119
13119
  });
13120
13120
  });
13121
- GridItem.displayName = COMPONENT_NAME$S;
13121
+ GridItem.displayName = COMPONENT_NAME$T;
13122
13122
  GridItem.className = CLASSNAME$S;
13123
13123
 
13124
13124
  /**
13125
13125
  * Component display name.
13126
13126
  */
13127
- const COMPONENT_NAME$R = 'GridColumn';
13127
+ const COMPONENT_NAME$S = 'GridColumn';
13128
13128
 
13129
13129
  /**
13130
13130
  * Component default class name and class prefix.
@@ -13169,7 +13169,7 @@ const GridColumn$1 = props => {
13169
13169
  children: children
13170
13170
  });
13171
13171
  };
13172
- GridColumn$1.displayName = COMPONENT_NAME$R;
13172
+ GridColumn$1.displayName = COMPONENT_NAME$S;
13173
13173
  GridColumn$1.className = CLASSNAME$R;
13174
13174
  GridColumn$1.defaultProps = DEFAULT_PROPS$K;
13175
13175
 
@@ -13199,7 +13199,7 @@ const GridColumn = forwardRef((props, ref) => {
13199
13199
  ...props
13200
13200
  });
13201
13201
  });
13202
- GridColumn.displayName = COMPONENT_NAME$R;
13202
+ GridColumn.displayName = COMPONENT_NAME$S;
13203
13203
  GridColumn.className = CLASSNAME$R;
13204
13204
  GridColumn.defaultProps = DEFAULT_PROPS$J;
13205
13205
 
@@ -13222,7 +13222,7 @@ const ImageBlockCaptionPosition = {
13222
13222
  /**
13223
13223
  * Component display name.
13224
13224
  */
13225
- const COMPONENT_NAME$Q = 'ImageBlock';
13225
+ const COMPONENT_NAME$R = 'ImageBlock';
13226
13226
 
13227
13227
  /**
13228
13228
  * Component default class name and class prefix.
@@ -13423,14 +13423,14 @@ const ImageBlock = forwardRef((props, ref) => {
13423
13423
  ImageCaption
13424
13424
  });
13425
13425
  });
13426
- ImageBlock.displayName = COMPONENT_NAME$Q;
13426
+ ImageBlock.displayName = COMPONENT_NAME$R;
13427
13427
  ImageBlock.className = CLASSNAME$Q;
13428
13428
  ImageBlock.defaultProps = DEFAULT_PROPS$I;
13429
13429
 
13430
13430
  /**
13431
13431
  * Component display name.
13432
13432
  */
13433
- const COMPONENT_NAME$P = 'ImageLightbox';
13433
+ const COMPONENT_NAME$Q = 'ImageLightbox';
13434
13434
 
13435
13435
  /**
13436
13436
  * Component default class name and class prefix.
@@ -14148,7 +14148,7 @@ const Inner = forwardRef((props, ref) => {
14148
14148
  })
14149
14149
  });
14150
14150
  });
14151
- Inner.displayName = COMPONENT_NAME$P;
14151
+ Inner.displayName = COMPONENT_NAME$Q;
14152
14152
  Inner.className = CLASSNAME$P;
14153
14153
 
14154
14154
  /**
@@ -14165,7 +14165,7 @@ const ImageLightbox = Object.assign(Inner, {
14165
14165
  /**
14166
14166
  * Component display name.
14167
14167
  */
14168
- const COMPONENT_NAME$O = 'InlineList';
14168
+ const COMPONENT_NAME$P = 'InlineList';
14169
14169
 
14170
14170
  /**
14171
14171
  * Component default class name and class prefix.
@@ -14226,7 +14226,7 @@ const InlineList$1 = props => {
14226
14226
  })
14227
14227
  );
14228
14228
  };
14229
- InlineList$1.displayName = COMPONENT_NAME$O;
14229
+ InlineList$1.displayName = COMPONENT_NAME$P;
14230
14230
  InlineList$1.className = CLASSNAME$O;
14231
14231
  InlineList$1.defaultProps = DEFAULT_PROPS$H;
14232
14232
 
@@ -14252,7 +14252,7 @@ const InlineList = forwardRef((props, ref) => {
14252
14252
  items: Children.toArray(children)
14253
14253
  });
14254
14254
  });
14255
- InlineList.displayName = COMPONENT_NAME$O;
14255
+ InlineList.displayName = COMPONENT_NAME$P;
14256
14256
  InlineList.className = CLASSNAME$O;
14257
14257
  InlineList.defaultProps = DEFAULT_PROPS$H;
14258
14258
 
@@ -14297,7 +14297,7 @@ InputLabel.defaultProps = InputLabel$1.defaultProps;
14297
14297
  /**
14298
14298
  * Component display name.
14299
14299
  */
14300
- const COMPONENT_NAME$N = 'Lightbox';
14300
+ const COMPONENT_NAME$O = 'Lightbox';
14301
14301
 
14302
14302
  /**
14303
14303
  * Component default class name and class prefix.
@@ -14490,7 +14490,7 @@ const Lightbox = forwardRef((props, ref) => {
14490
14490
  ...forwardedProps
14491
14491
  });
14492
14492
  });
14493
- Lightbox.displayName = COMPONENT_NAME$N;
14493
+ Lightbox.displayName = COMPONENT_NAME$O;
14494
14494
  Lightbox.className = CLASSNAME$N;
14495
14495
 
14496
14496
  /**
@@ -14500,7 +14500,7 @@ Lightbox.className = CLASSNAME$N;
14500
14500
  /**
14501
14501
  * Component display name.
14502
14502
  */
14503
- const COMPONENT_NAME$M = 'Link';
14503
+ const COMPONENT_NAME$N = 'Link';
14504
14504
 
14505
14505
  /**
14506
14506
  * Component default class name and class prefix.
@@ -14593,13 +14593,13 @@ const Link = forwardRef((props, ref) => {
14593
14593
  }))
14594
14594
  });
14595
14595
  });
14596
- Link.displayName = COMPONENT_NAME$M;
14596
+ Link.displayName = COMPONENT_NAME$N;
14597
14597
  Link.className = CLASSNAME$M;
14598
14598
 
14599
14599
  /**
14600
14600
  * Component display name.
14601
14601
  */
14602
- const COMPONENT_NAME$L = 'LinkPreview';
14602
+ const COMPONENT_NAME$M = 'LinkPreview';
14603
14603
 
14604
14604
  /**
14605
14605
  * Component default class name and class prefix.
@@ -14734,7 +14734,7 @@ const LinkPreview = forwardRef((props, ref) => {
14734
14734
  ...forwardedProps
14735
14735
  });
14736
14736
  });
14737
- LinkPreview.displayName = COMPONENT_NAME$L;
14737
+ LinkPreview.displayName = COMPONENT_NAME$M;
14738
14738
  LinkPreview.className = CLASSNAME$L;
14739
14739
  LinkPreview.defaultProps = DEFAULT_PROPS$G;
14740
14740
 
@@ -14767,7 +14767,7 @@ const ListItemAction = Object.assign(forwardRefPolymorphic((props, ref) => {
14767
14767
  children
14768
14768
  });
14769
14769
  }), {
14770
- displayName: COMPONENT_NAME$1g,
14770
+ displayName: COMPONENT_NAME$1h,
14771
14771
  className: CLASSNAME$1e,
14772
14772
  defaultProps: DEFAULT_PROPS$Z
14773
14773
  });
@@ -14807,7 +14807,7 @@ const _ListItem = forwardRef((props, ref) => {
14807
14807
  handleClick: onItemSelected || props.onClick ? handleClick : undefined
14808
14808
  });
14809
14809
  });
14810
- _ListItem.displayName = COMPONENT_NAME$1h;
14810
+ _ListItem.displayName = COMPONENT_NAME$1i;
14811
14811
  _ListItem.className = CLASSNAME$1f;
14812
14812
  _ListItem.defaultProps = DEFAULT_PROPS$_;
14813
14813
 
@@ -14822,7 +14822,7 @@ const ListItem = Object.assign(_ListItem, {
14822
14822
  /**
14823
14823
  * Component display name.
14824
14824
  */
14825
- const COMPONENT_NAME$K = 'ListSubheader';
14825
+ const COMPONENT_NAME$L = 'ListSubheader';
14826
14826
 
14827
14827
  /**
14828
14828
  * Component default class name and class prefix.
@@ -14850,7 +14850,7 @@ const ListSubheader = forwardRef((props, ref) => {
14850
14850
  children: children
14851
14851
  });
14852
14852
  });
14853
- ListSubheader.displayName = COMPONENT_NAME$K;
14853
+ ListSubheader.displayName = COMPONENT_NAME$L;
14854
14854
  ListSubheader.className = CLASSNAME$K;
14855
14855
 
14856
14856
  const DEFAULT_PROPS$F = {
@@ -14863,7 +14863,7 @@ const DEFAULT_PROPS$F = {
14863
14863
 
14864
14864
  /** Discriminated union of MenuButton props across all trigger variants. */
14865
14865
 
14866
- const COMPONENT_NAME$J = 'MenuButton';
14866
+ const COMPONENT_NAME$K = 'MenuButton';
14867
14867
 
14868
14868
  /** Menu button core template (composition of menu provider, trigger, popover and list) */
14869
14869
  const MenuButton$1 = (props, {
@@ -15291,7 +15291,7 @@ function MenuProvider(props) {
15291
15291
  }
15292
15292
  MenuProvider.displayName = 'Menu.Provider';
15293
15293
 
15294
- const COMPONENT_NAME$I = 'MenuTrigger';
15294
+ const COMPONENT_NAME$J = 'MenuTrigger';
15295
15295
  const CLASSNAME$J = 'lumx-menu-trigger';
15296
15296
 
15297
15297
  /** MenuTrigger core template. Renders `Trigger` with disclosure ARIA attributes. */
@@ -15392,11 +15392,11 @@ const MenuTrigger = Object.assign(forwardRefPolymorphic((props, ref) => {
15392
15392
  Trigger: TriggerComp
15393
15393
  });
15394
15394
  }), {
15395
- displayName: COMPONENT_NAME$I,
15395
+ displayName: COMPONENT_NAME$J,
15396
15396
  className: CLASSNAME$J
15397
15397
  });
15398
15398
 
15399
- const COMPONENT_NAME$H = 'MenuPopover';
15399
+ const COMPONENT_NAME$I = 'MenuPopover';
15400
15400
  const CLASSNAME$I = 'lumx-menu-popover';
15401
15401
  const {
15402
15402
  block: block$z,
@@ -15469,12 +15469,12 @@ const MenuPopover = props => {
15469
15469
  FlexBox
15470
15470
  });
15471
15471
  };
15472
- MenuPopover.displayName = COMPONENT_NAME$H;
15472
+ MenuPopover.displayName = COMPONENT_NAME$I;
15473
15473
  MenuPopover.className = CLASSNAME$I;
15474
15474
 
15475
15475
  /** Menu list props. */
15476
15476
 
15477
- const COMPONENT_NAME$G = 'Menu';
15477
+ const COMPONENT_NAME$H = 'Menu';
15478
15478
  const CLASSNAME$H = 'lumx-menu';
15479
15479
 
15480
15480
  /** MenuList core template. Wraps `List` with menu-specific class and ARIA labelling. */
@@ -15537,7 +15537,7 @@ const MenuList = forwardRef((props, ref) => {
15537
15537
  children: isOpen ? children : null
15538
15538
  });
15539
15539
  });
15540
- MenuList.displayName = COMPONENT_NAME$G;
15540
+ MenuList.displayName = COMPONENT_NAME$H;
15541
15541
  MenuList.className = CLASSNAME$H;
15542
15542
 
15543
15543
  /** Props that MenuButton explicitly declares. */
@@ -15585,14 +15585,14 @@ const MenuButton = forwardRef((props, ref) => {
15585
15585
  MenuList
15586
15586
  });
15587
15587
  });
15588
- MenuButton.displayName = COMPONENT_NAME$J;
15588
+ MenuButton.displayName = COMPONENT_NAME$K;
15589
15589
  MenuButton.defaultProps = DEFAULT_PROPS$F;
15590
15590
 
15591
15591
  /** MenuItem props. */
15592
15592
 
15593
15593
  /** Props overridden by framework wrappers. */
15594
15594
 
15595
- const COMPONENT_NAME$F = 'MenuItem';
15595
+ const COMPONENT_NAME$G = 'MenuItem';
15596
15596
  const CLASSNAME$G = 'lumx-menu-item';
15597
15597
  const {
15598
15598
  block: block$y,
@@ -15708,13 +15708,13 @@ const MenuItem = forwardRef((props, ref) => {
15708
15708
  handleClick
15709
15709
  });
15710
15710
  });
15711
- MenuItem.displayName = COMPONENT_NAME$F;
15711
+ MenuItem.displayName = COMPONENT_NAME$G;
15712
15712
  MenuItem.className = CLASSNAME$G;
15713
15713
 
15714
15714
  /**
15715
15715
  * Component display name.
15716
15716
  */
15717
- const COMPONENT_NAME$E = 'Message';
15717
+ const COMPONENT_NAME$F = 'Message';
15718
15718
 
15719
15719
  /**
15720
15720
  * Component default class name and class prefix.
@@ -15797,7 +15797,7 @@ const Message$1 = props => {
15797
15797
  })]
15798
15798
  });
15799
15799
  };
15800
- Message$1.displayName = COMPONENT_NAME$E;
15800
+ Message$1.displayName = COMPONENT_NAME$F;
15801
15801
  Message$1.className = CLASSNAME$F;
15802
15802
 
15803
15803
  /**
@@ -15813,13 +15813,13 @@ const Message = forwardRef((props, ref) => {
15813
15813
  ref
15814
15814
  });
15815
15815
  });
15816
- Message.displayName = COMPONENT_NAME$E;
15816
+ Message.displayName = COMPONENT_NAME$F;
15817
15817
  Message.className = CLASSNAME$F;
15818
15818
 
15819
15819
  /**
15820
15820
  * Component display name.
15821
15821
  */
15822
- const COMPONENT_NAME$D = 'Mosaic';
15822
+ const COMPONENT_NAME$E = 'Mosaic';
15823
15823
 
15824
15824
  /**
15825
15825
  * Component default class name and class prefix.
@@ -15926,7 +15926,7 @@ const Mosaic = forwardRef((props, ref) => {
15926
15926
  ...forwardedProps
15927
15927
  });
15928
15928
  });
15929
- Mosaic.displayName = COMPONENT_NAME$D;
15929
+ Mosaic.displayName = COMPONENT_NAME$E;
15930
15930
  Mosaic.className = CLASSNAME$E;
15931
15931
  Mosaic.defaultProps = DEFAULT_PROPS$E;
15932
15932
 
@@ -15947,7 +15947,7 @@ const ITEM_CLASSNAME = 'lumx-navigation-item';
15947
15947
  /**
15948
15948
  * Component display name.
15949
15949
  */
15950
- const COMPONENT_NAME$C = 'NavigationSection';
15950
+ const COMPONENT_NAME$D = 'NavigationSection';
15951
15951
 
15952
15952
  /**
15953
15953
  * Component default class name and class prefix.
@@ -16042,7 +16042,7 @@ const NavigationSection = forwardRef((props, ref) => {
16042
16042
  }))]
16043
16043
  });
16044
16044
  });
16045
- NavigationSection.displayName = COMPONENT_NAME$C;
16045
+ NavigationSection.displayName = COMPONENT_NAME$D;
16046
16046
  NavigationSection.className = CLASSNAME$D;
16047
16047
 
16048
16048
  const {
@@ -16112,7 +16112,7 @@ const NavigationItem = Object.assign(forwardRefPolymorphic((props, ref) => {
16112
16112
  /**
16113
16113
  * Component display name.
16114
16114
  */
16115
- const COMPONENT_NAME$B = 'Navigation';
16115
+ const COMPONENT_NAME$C = 'Navigation';
16116
16116
 
16117
16117
  /**
16118
16118
  * Component default class name and class prefix.
@@ -16159,7 +16159,7 @@ const Navigation = forwardRef((props, ref) => {
16159
16159
  })
16160
16160
  });
16161
16161
  });
16162
- Navigation.displayName = COMPONENT_NAME$B;
16162
+ Navigation.displayName = COMPONENT_NAME$C;
16163
16163
  Navigation.className = CLASSNAME$C;
16164
16164
  Navigation.defaultProps = DEFAULT_PROPS$D;
16165
16165
 
@@ -16192,7 +16192,7 @@ const NOTIFICATION_CONFIGURATION = {
16192
16192
  /**
16193
16193
  * Component display name.
16194
16194
  */
16195
- const COMPONENT_NAME$A = 'Notification';
16195
+ const COMPONENT_NAME$B = 'Notification';
16196
16196
 
16197
16197
  /**
16198
16198
  * Component default class name and class prefix.
@@ -16294,7 +16294,7 @@ const Notification = forwardRef((props, ref) => {
16294
16294
  })
16295
16295
  });
16296
16296
  });
16297
- Notification.displayName = COMPONENT_NAME$A;
16297
+ Notification.displayName = COMPONENT_NAME$B;
16298
16298
  Notification.className = CLASSNAME$B;
16299
16299
  Notification.defaultProps = DEFAULT_PROPS$C;
16300
16300
 
@@ -16306,7 +16306,7 @@ Notification.defaultProps = DEFAULT_PROPS$C;
16306
16306
  /**
16307
16307
  * Component display name.
16308
16308
  */
16309
- const COMPONENT_NAME$z = 'PopoverDialog';
16309
+ const COMPONENT_NAME$A = 'PopoverDialog';
16310
16310
 
16311
16311
  /**
16312
16312
  * Component default class name and class prefix.
@@ -16354,14 +16354,14 @@ const PopoverDialog = forwardRef((props, ref) => {
16354
16354
  })
16355
16355
  });
16356
16356
  });
16357
- PopoverDialog.displayName = COMPONENT_NAME$z;
16357
+ PopoverDialog.displayName = COMPONENT_NAME$A;
16358
16358
  PopoverDialog.className = CLASSNAME$A;
16359
16359
  PopoverDialog.defaultProps = DEFAULT_PROPS$B;
16360
16360
 
16361
16361
  /**
16362
16362
  * Component display name.
16363
16363
  */
16364
- const COMPONENT_NAME$y = 'PostBlock';
16364
+ const COMPONENT_NAME$z = 'PostBlock';
16365
16365
 
16366
16366
  /**
16367
16367
  * Component default class name and class prefix.
@@ -16455,14 +16455,14 @@ const PostBlock = forwardRef((props, ref) => {
16455
16455
  })]
16456
16456
  });
16457
16457
  });
16458
- PostBlock.displayName = COMPONENT_NAME$y;
16458
+ PostBlock.displayName = COMPONENT_NAME$z;
16459
16459
  PostBlock.className = CLASSNAME$z;
16460
16460
  PostBlock.defaultProps = DEFAULT_PROPS$A;
16461
16461
 
16462
16462
  /**
16463
16463
  * Component display name.
16464
16464
  */
16465
- const COMPONENT_NAME$x = 'ProgressLinear';
16465
+ const COMPONENT_NAME$y = 'ProgressLinear';
16466
16466
 
16467
16467
  /**
16468
16468
  * Component default class name and class prefix.
@@ -16528,7 +16528,7 @@ const ProgressLinear = forwardRef((props, ref) => {
16528
16528
  ...otherProps
16529
16529
  });
16530
16530
  });
16531
- ProgressLinear.displayName = COMPONENT_NAME$x;
16531
+ ProgressLinear.displayName = COMPONENT_NAME$y;
16532
16532
  ProgressLinear.className = CLASSNAME$y;
16533
16533
  ProgressLinear.defaultProps = DEFAULT_PROPS$z;
16534
16534
 
@@ -16537,7 +16537,7 @@ ProgressLinear.defaultProps = DEFAULT_PROPS$z;
16537
16537
  /**
16538
16538
  * Component display name.
16539
16539
  */
16540
- const COMPONENT_NAME$w = 'ProgressCircular';
16540
+ const COMPONENT_NAME$x = 'ProgressCircular';
16541
16541
 
16542
16542
  /**
16543
16543
  * Component default class name and class prefix.
@@ -16630,7 +16630,7 @@ const ProgressCircular = forwardRef((props, ref) => {
16630
16630
  }
16631
16631
  });
16632
16632
  });
16633
- ProgressCircular.displayName = COMPONENT_NAME$w;
16633
+ ProgressCircular.displayName = COMPONENT_NAME$x;
16634
16634
  ProgressCircular.className = CLASSNAME$x;
16635
16635
  ProgressCircular.defaultProps = DEFAULT_PROPS$y;
16636
16636
 
@@ -16646,7 +16646,7 @@ const ProgressVariant = {
16646
16646
  /**
16647
16647
  * Component display name.
16648
16648
  */
16649
- const COMPONENT_NAME$v = 'Progress';
16649
+ const COMPONENT_NAME$w = 'Progress';
16650
16650
 
16651
16651
  /**
16652
16652
  * Component default class name and class prefix.
@@ -16693,7 +16693,7 @@ const Progress = forwardRef((props, ref) => {
16693
16693
  })]
16694
16694
  });
16695
16695
  });
16696
- Progress.displayName = COMPONENT_NAME$v;
16696
+ Progress.displayName = COMPONENT_NAME$w;
16697
16697
  Progress.className = CLASSNAME$w;
16698
16698
  Progress.defaultProps = DEFAULT_PROPS$x;
16699
16699
 
@@ -16878,7 +16878,7 @@ ProgressTrackerProvider.defaultProps = DEFAULT_PROPS$w;
16878
16878
  /**
16879
16879
  * Component display name.
16880
16880
  */
16881
- const COMPONENT_NAME$u = 'ProgressTracker';
16881
+ const COMPONENT_NAME$v = 'ProgressTracker';
16882
16882
 
16883
16883
  /**
16884
16884
  * Component default class name and class prefix.
@@ -16944,14 +16944,14 @@ const ProgressTracker = forwardRef((props, ref) => {
16944
16944
  })]
16945
16945
  });
16946
16946
  });
16947
- ProgressTracker.displayName = COMPONENT_NAME$u;
16947
+ ProgressTracker.displayName = COMPONENT_NAME$v;
16948
16948
  ProgressTracker.className = CLASSNAME$v;
16949
16949
  ProgressTracker.defaultProps = DEFAULT_PROPS$v;
16950
16950
 
16951
16951
  /**
16952
16952
  * Component display name.
16953
16953
  */
16954
- const COMPONENT_NAME$t = 'ProgressTrackerStep';
16954
+ const COMPONENT_NAME$u = 'ProgressTrackerStep';
16955
16955
 
16956
16956
  /**
16957
16957
  * Component default class name and class prefix.
@@ -17058,14 +17058,14 @@ const ProgressTrackerStep = forwardRef((props, ref) => {
17058
17058
  })]
17059
17059
  });
17060
17060
  });
17061
- ProgressTrackerStep.displayName = COMPONENT_NAME$t;
17061
+ ProgressTrackerStep.displayName = COMPONENT_NAME$u;
17062
17062
  ProgressTrackerStep.className = CLASSNAME$u;
17063
17063
  ProgressTrackerStep.defaultProps = DEFAULT_PROPS$u;
17064
17064
 
17065
17065
  /**
17066
17066
  * Component display name.
17067
17067
  */
17068
- const COMPONENT_NAME$s = 'ProgressTrackerStepPanel';
17068
+ const COMPONENT_NAME$t = 'ProgressTrackerStepPanel';
17069
17069
 
17070
17070
  /**
17071
17071
  * Component default class name and class prefix.
@@ -17112,14 +17112,14 @@ const ProgressTrackerStepPanel = forwardRef((props, ref) => {
17112
17112
  children: (!state?.isLazy || isActive) && children
17113
17113
  });
17114
17114
  });
17115
- ProgressTrackerStepPanel.displayName = COMPONENT_NAME$s;
17115
+ ProgressTrackerStepPanel.displayName = COMPONENT_NAME$t;
17116
17116
  ProgressTrackerStepPanel.className = CLASSNAME$t;
17117
17117
  ProgressTrackerStepPanel.defaultProps = DEFAULT_PROPS$t;
17118
17118
 
17119
17119
  /**
17120
17120
  * Component display name.
17121
17121
  */
17122
- const COMPONENT_NAME$r = 'RadioButton';
17122
+ const COMPONENT_NAME$s = 'RadioButton';
17123
17123
 
17124
17124
  /**
17125
17125
  * Component default class name and class prefix.
@@ -17271,14 +17271,14 @@ const RadioButton = forwardRef((props, ref) => {
17271
17271
  inputId
17272
17272
  });
17273
17273
  });
17274
- RadioButton.displayName = COMPONENT_NAME$r;
17274
+ RadioButton.displayName = COMPONENT_NAME$s;
17275
17275
  RadioButton.className = CLASSNAME$s;
17276
17276
  RadioButton.defaultProps = DEFAULT_PROPS$s;
17277
17277
 
17278
17278
  /**
17279
17279
  * Component display name.
17280
17280
  */
17281
- const COMPONENT_NAME$q = 'RadioGroup';
17281
+ const COMPONENT_NAME$r = 'RadioGroup';
17282
17282
 
17283
17283
  /**
17284
17284
  * Component default class name and class prefix.
@@ -17310,7 +17310,7 @@ const RadioGroup$1 = props => {
17310
17310
  children: children
17311
17311
  });
17312
17312
  };
17313
- RadioGroup$1.displayName = COMPONENT_NAME$q;
17313
+ RadioGroup$1.displayName = COMPONENT_NAME$r;
17314
17314
  RadioGroup$1.className = CLASSNAME$r;
17315
17315
  RadioGroup$1.defaultProps = DEFAULT_PROPS$r;
17316
17316
 
@@ -17338,7 +17338,7 @@ const RadioGroup = forwardRef((props, ref) => {
17338
17338
  ...forwardedProps
17339
17339
  });
17340
17340
  });
17341
- RadioGroup.displayName = COMPONENT_NAME$q;
17341
+ RadioGroup.displayName = COMPONENT_NAME$r;
17342
17342
  RadioGroup.className = CLASSNAME$r;
17343
17343
 
17344
17344
  /**
@@ -17486,7 +17486,7 @@ const SelectVariant = {
17486
17486
  };
17487
17487
 
17488
17488
  /** The display name of the component. */
17489
- const COMPONENT_NAME$p = 'Select';
17489
+ const COMPONENT_NAME$q = 'Select';
17490
17490
 
17491
17491
  /** The default class name and classes prefix for this component. */
17492
17492
  const CLASSNAME$p = 'lumx-select';
@@ -17630,13 +17630,13 @@ const Select = forwardRef((props, ref) => {
17630
17630
  isEmpty: isEmpty$1
17631
17631
  }, ref);
17632
17632
  });
17633
- Select.displayName = COMPONENT_NAME$p;
17633
+ Select.displayName = COMPONENT_NAME$q;
17634
17634
  Select.className = CLASSNAME$p;
17635
17635
  Select.defaultProps = DEFAULT_PROPS$q;
17636
17636
  Select.className = CLASSNAME$p;
17637
17637
 
17638
17638
  /** The display name of the component. */
17639
- const COMPONENT_NAME$o = 'Select';
17639
+ const COMPONENT_NAME$p = 'Select';
17640
17640
 
17641
17641
  /** The default class name and classes prefix for this component. */
17642
17642
  const CLASSNAME$o = 'lumx-select';
@@ -17784,7 +17784,7 @@ const SelectMultiple = forwardRef((props, ref) => {
17784
17784
  isMultiple: true
17785
17785
  }, ref);
17786
17786
  });
17787
- SelectMultiple.displayName = COMPONENT_NAME$o;
17787
+ SelectMultiple.displayName = COMPONENT_NAME$p;
17788
17788
  SelectMultiple.className = CLASSNAME$o;
17789
17789
  SelectMultiple.defaultProps = DEFAULT_PROPS$p;
17790
17790
 
@@ -17937,7 +17937,7 @@ function renderSelectOptions(props, components) {
17937
17937
  /**
17938
17938
  * Component display name.
17939
17939
  */
17940
- const COMPONENT_NAME$n = 'SelectButton';
17940
+ const COMPONENT_NAME$o = 'SelectButton';
17941
17941
 
17942
17942
  /**
17943
17943
  * Component default class name.
@@ -17991,6 +17991,8 @@ const SelectButton$2 = (props, {
17991
17991
  const isLoadingMore = listStatus === 'loadingMore';
17992
17992
  const isError = listStatus === 'error';
17993
17993
  const isMultiselectable = selectionType === 'multiple';
17994
+ // Prevent firing during loading or error states to avoid duplicate fetches.
17995
+ const isInfiniteScrollEnabled = !listStatus || listStatus === 'idle';
17994
17996
 
17995
17997
  /*
17996
17998
  * Display value: castArray normalizes single/multi value to an array, then resolve
@@ -18029,11 +18031,7 @@ const SelectButton$2 = (props, {
18029
18031
  }, {
18030
18032
  Combobox
18031
18033
  }), onLoadMore && InfiniteScroll && /*#__PURE__*/jsx(InfiniteScroll, {
18032
- callback: () => {
18033
- // Guard: prevent firing during loading or error states to avoid duplicate fetches.
18034
- if (listStatus && listStatus !== 'idle') return;
18035
- onLoadMore();
18036
- },
18034
+ callback: isInfiniteScrollEnabled ? onLoadMore : undefined,
18037
18035
  options: infiniteScrollOptions
18038
18036
  }), isLoadingMore && /*#__PURE__*/jsx(Combobox.OptionSkeleton, {
18039
18037
  count: 1
@@ -18048,7 +18046,7 @@ const SelectButton$2 = (props, {
18048
18046
  })]
18049
18047
  });
18050
18048
  };
18051
- SelectButton$2.displayName = COMPONENT_NAME$n;
18049
+ SelectButton$2.displayName = COMPONENT_NAME$o;
18052
18050
  SelectButton$2.className = CLASSNAME$n;
18053
18051
 
18054
18052
  /**
@@ -18177,7 +18175,13 @@ const SelectButton$1 = React__default.forwardRef((props, ref) => {
18177
18175
  as,
18178
18176
  ...buttonProps
18179
18177
  } = props;
18180
- const [listElement, setListElement] = useState(null);
18178
+ // The list itself doesn't scroll — its ancestor `__scroll` wrapper does. The
18179
+ // IntersectionObserver root must be the actual scrolling/clipping element, or the
18180
+ // sentinel is trivially always "intersecting" its non-clipping `<ul>` parent.
18181
+ const [scrollContainer, setScrollContainer] = useState(null);
18182
+ const setListElement = useCallback(listElement => {
18183
+ setScrollContainer(listElement?.closest(`.${CLASSNAME$17}__scroll`) ?? null);
18184
+ }, []);
18181
18185
  const isMultiple = selectionType === 'multiple';
18182
18186
 
18183
18187
  // Inject core-computed props into the consumer's renderOption result.
@@ -18218,7 +18222,7 @@ const SelectButton$1 = React__default.forwardRef((props, ref) => {
18218
18222
  translations,
18219
18223
  onLoadMore,
18220
18224
  infiniteScrollOptions: {
18221
- root: listElement,
18225
+ root: scrollContainer,
18222
18226
  rootMargin: '100px'
18223
18227
  }
18224
18228
  }, {
@@ -18239,7 +18243,7 @@ const SelectButton = Object.assign(SelectButton$1, {
18239
18243
  /**
18240
18244
  * Component display name.
18241
18245
  */
18242
- const COMPONENT_NAME$m = 'SelectTextField';
18246
+ const COMPONENT_NAME$n = 'SelectTextField';
18243
18247
 
18244
18248
  /**
18245
18249
  * Component default class name.
@@ -18291,6 +18295,8 @@ const SelectTextField$2 = (props, {
18291
18295
  const isFullLoading = listStatus === 'loading';
18292
18296
  const isLoadingMore = listStatus === 'loadingMore';
18293
18297
  const isError = listStatus === 'error';
18298
+ // Prevent firing during loading or error states to avoid duplicate fetches.
18299
+ const isInfiniteScrollEnabled = !listStatus || listStatus === 'idle';
18294
18300
  return /*#__PURE__*/jsxs(Combobox.Provider, {
18295
18301
  onOpen: onOpen,
18296
18302
  children: [/*#__PURE__*/jsx(Combobox.Input, {
@@ -18321,11 +18327,7 @@ const SelectTextField$2 = (props, {
18321
18327
  }, {
18322
18328
  Combobox
18323
18329
  }), afterOptions, onLoadMore && InfiniteScroll && /*#__PURE__*/jsx(InfiniteScroll, {
18324
- callback: () => {
18325
- // Guard: prevent firing during loading or error states to avoid duplicate fetches.
18326
- if (listStatus && listStatus !== 'idle') return;
18327
- onLoadMore();
18328
- },
18330
+ callback: isInfiniteScrollEnabled ? onLoadMore : undefined,
18329
18331
  options: infiniteScrollOptions
18330
18332
  }), isLoadingMore && /*#__PURE__*/jsx(Combobox.OptionSkeleton, {
18331
18333
  count: 1
@@ -18340,7 +18342,7 @@ const SelectTextField$2 = (props, {
18340
18342
  })]
18341
18343
  });
18342
18344
  };
18343
- SelectTextField$2.displayName = COMPONENT_NAME$m;
18345
+ SelectTextField$2.displayName = COMPONENT_NAME$n;
18344
18346
  SelectTextField$2.className = CLASSNAME$m;
18345
18347
 
18346
18348
  /**
@@ -18413,7 +18415,14 @@ const SelectTextField$1 = props => {
18413
18415
  // Wrap the consumer's renderOption to inject core-computed props
18414
18416
  // (`value`, `isSelected`, `description`, `key`) into the returned <Combobox.Option>.
18415
18417
  const wrappedRenderOption = wrapRenderOption(renderOption);
18416
- const [listElement, setListElement] = useState(null);
18418
+
18419
+ // The list itself doesn't scroll — its ancestor `__scroll` wrapper does. The
18420
+ // IntersectionObserver root must be the actual scrolling/clipping element, or the
18421
+ // sentinel is trivially always "intersecting" its non-clipping `<ul>` parent.
18422
+ const [scrollContainer, setScrollContainer] = useState(null);
18423
+ const setListElement = useCallback(listElement => {
18424
+ setScrollContainer(listElement?.closest(`.${CLASSNAME$17}__scroll`) ?? null);
18425
+ }, []);
18417
18426
  const localInputRef = useRef(null);
18418
18427
  const mergedInputRef = useMergeRefs(localInputRef, externalInputRef);
18419
18428
 
@@ -18563,7 +18572,7 @@ const SelectTextField$1 = props => {
18563
18572
  beforeOptions,
18564
18573
  onLoadMore,
18565
18574
  infiniteScrollOptions: {
18566
- root: listElement,
18575
+ root: scrollContainer,
18567
18576
  rootMargin: '100px'
18568
18577
  }
18569
18578
  }, {
@@ -18592,7 +18601,7 @@ const SelectTextField = Object.assign(SelectTextField$1, {
18592
18601
  /**
18593
18602
  * Component display name.
18594
18603
  */
18595
- const COMPONENT_NAME$l = 'SideNavigation';
18604
+ const COMPONENT_NAME$m = 'SideNavigation';
18596
18605
 
18597
18606
  /**
18598
18607
  * Component default class name and class prefix.
@@ -18622,13 +18631,13 @@ const SideNavigation = forwardRef((props, ref) => {
18622
18631
  children: content
18623
18632
  });
18624
18633
  });
18625
- SideNavigation.displayName = COMPONENT_NAME$l;
18634
+ SideNavigation.displayName = COMPONENT_NAME$m;
18626
18635
  SideNavigation.className = CLASSNAME$l;
18627
18636
 
18628
18637
  /**
18629
18638
  * Component display name.
18630
18639
  */
18631
- const COMPONENT_NAME$k = 'SideNavigationItem';
18640
+ const COMPONENT_NAME$l = 'SideNavigationItem';
18632
18641
 
18633
18642
  /**
18634
18643
  * Component default class name and class prefix.
@@ -18743,14 +18752,14 @@ const SideNavigationItem = forwardRef((props, ref) => {
18743
18752
  })]
18744
18753
  });
18745
18754
  });
18746
- SideNavigationItem.displayName = COMPONENT_NAME$k;
18755
+ SideNavigationItem.displayName = COMPONENT_NAME$l;
18747
18756
  SideNavigationItem.className = CLASSNAME$k;
18748
18757
  SideNavigationItem.defaultProps = DEFAULT_PROPS$n;
18749
18758
 
18750
18759
  /**
18751
18760
  * Component display name.
18752
18761
  */
18753
- const COMPONENT_NAME$j = 'SkeletonCircle';
18762
+ const COMPONENT_NAME$k = 'SkeletonCircle';
18754
18763
 
18755
18764
  /**
18756
18765
  * Component default class name and class prefix.
@@ -18802,7 +18811,7 @@ const SkeletonRectangleVariant = {
18802
18811
  /**
18803
18812
  * Component display name.
18804
18813
  */
18805
- const COMPONENT_NAME$i = 'SkeletonRectangle';
18814
+ const COMPONENT_NAME$j = 'SkeletonRectangle';
18806
18815
 
18807
18816
  /**
18808
18817
  * Component default class name and class prefix.
@@ -18886,7 +18895,7 @@ const SkeletonCircle = forwardRef((props, ref) => {
18886
18895
  ...forwardedProps
18887
18896
  });
18888
18897
  });
18889
- SkeletonCircle.displayName = COMPONENT_NAME$j;
18898
+ SkeletonCircle.displayName = COMPONENT_NAME$k;
18890
18899
  SkeletonCircle.defaultProps = DEFAULT_PROPS$l;
18891
18900
  SkeletonCircle.className = CLASSNAME$j;
18892
18901
 
@@ -18927,7 +18936,7 @@ const SkeletonRectangle = forwardRef((props, ref) => {
18927
18936
  ...forwardedProps
18928
18937
  });
18929
18938
  });
18930
- SkeletonRectangle.displayName = COMPONENT_NAME$i;
18939
+ SkeletonRectangle.displayName = COMPONENT_NAME$j;
18931
18940
  SkeletonRectangle.className = CLASSNAME$i;
18932
18941
  SkeletonRectangle.defaultProps = DEFAULT_PROPS$k;
18933
18942
 
@@ -18964,7 +18973,7 @@ const SkeletonTypography = forwardRef((props, ref) => {
18964
18973
  ...forwardedProps
18965
18974
  });
18966
18975
  });
18967
- SkeletonTypography.displayName = COMPONENT_NAME$1b;
18976
+ SkeletonTypography.displayName = COMPONENT_NAME$1c;
18968
18977
  SkeletonTypography.defaultProps = DEFAULT_PROPS$j;
18969
18978
  SkeletonTypography.className = CLASSNAME$19;
18970
18979
 
@@ -18990,7 +18999,7 @@ const clamp = (value, min, max) => {
18990
18999
  /**
18991
19000
  * Component display name.
18992
19001
  */
18993
- const COMPONENT_NAME$h = 'Slider';
19002
+ const COMPONENT_NAME$i = 'Slider';
18994
19003
 
18995
19004
  /**
18996
19005
  * Component default class name and class prefix.
@@ -19257,7 +19266,7 @@ const Slider = forwardRef((props, ref) => {
19257
19266
  })]
19258
19267
  });
19259
19268
  });
19260
- Slider.displayName = COMPONENT_NAME$h;
19269
+ Slider.displayName = COMPONENT_NAME$i;
19261
19270
  Slider.className = CLASSNAME$h;
19262
19271
  Slider.defaultProps = DEFAULT_PROPS$i;
19263
19272
 
@@ -19592,7 +19601,7 @@ const useSlideFocusManagement = ({
19592
19601
  /**
19593
19602
  * Component display name.
19594
19603
  */
19595
- const COMPONENT_NAME$g = 'SlideshowItemGroup';
19604
+ const COMPONENT_NAME$h = 'SlideshowItemGroup';
19596
19605
 
19597
19606
  /**
19598
19607
  * Component default class name and class prefix.
@@ -19631,7 +19640,7 @@ const SlideshowItemGroup = forwardRef((props, ref) => {
19631
19640
  children: children
19632
19641
  });
19633
19642
  });
19634
- SlideshowItemGroup.displayName = COMPONENT_NAME$g;
19643
+ SlideshowItemGroup.displayName = COMPONENT_NAME$h;
19635
19644
  SlideshowItemGroup.className = CLASSNAME$g;
19636
19645
 
19637
19646
  /**
@@ -19762,7 +19771,7 @@ Slideshow.defaultProps = DEFAULT_PROPS$h;
19762
19771
  /**
19763
19772
  * Component display name.
19764
19773
  */
19765
- const COMPONENT_NAME$f = 'SlideshowItem';
19774
+ const COMPONENT_NAME$g = 'SlideshowItem';
19766
19775
 
19767
19776
  /**
19768
19777
  * Component default class name and class prefix.
@@ -19789,7 +19798,7 @@ const SlideshowItem = forwardRef((props, ref) => {
19789
19798
  children: children
19790
19799
  });
19791
19800
  });
19792
- SlideshowItem.displayName = COMPONENT_NAME$f;
19801
+ SlideshowItem.displayName = COMPONENT_NAME$g;
19793
19802
  SlideshowItem.className = CLASSNAME$f;
19794
19803
 
19795
19804
  const isTouchDevice = () => 'ontouchstart' in window;
@@ -19852,7 +19861,7 @@ function usePaginationVisibleRange(activeIndex, slideCount) {
19852
19861
  /**
19853
19862
  * Component display name.
19854
19863
  */
19855
- const COMPONENT_NAME$e = 'SlideshowControls';
19864
+ const COMPONENT_NAME$f = 'SlideshowControls';
19856
19865
 
19857
19866
  /**
19858
19867
  * Component default class name and class prefix.
@@ -19992,7 +20001,7 @@ const InternalSlideshowControls = forwardRef((props, ref) => {
19992
20001
  })]
19993
20002
  });
19994
20003
  });
19995
- InternalSlideshowControls.displayName = COMPONENT_NAME$e;
20004
+ InternalSlideshowControls.displayName = COMPONENT_NAME$f;
19996
20005
  InternalSlideshowControls.className = CLASSNAME$e;
19997
20006
  InternalSlideshowControls.defaultProps = DEFAULT_PROPS$g;
19998
20007
  const SlideshowControls = Object.assign(InternalSlideshowControls, {
@@ -20112,7 +20121,7 @@ const useSlideScroll = ({
20112
20121
  /**
20113
20122
  * Component display name.
20114
20123
  */
20115
- const COMPONENT_NAME$d = 'Slideshow';
20124
+ const COMPONENT_NAME$e = 'Slideshow';
20116
20125
 
20117
20126
  /**
20118
20127
  * Component default class name and class prefix.
@@ -20220,13 +20229,13 @@ const Slides = forwardRef((props, ref) => {
20220
20229
  }), afterSlides]
20221
20230
  });
20222
20231
  });
20223
- Slides.displayName = COMPONENT_NAME$d;
20232
+ Slides.displayName = COMPONENT_NAME$e;
20224
20233
  Slides.className = CLASSNAME$d;
20225
20234
 
20226
20235
  /**
20227
20236
  * Component display name.
20228
20237
  */
20229
- const COMPONENT_NAME$c = 'Switch';
20238
+ const COMPONENT_NAME$d = 'Switch';
20230
20239
 
20231
20240
  /**
20232
20241
  * Component default class name and class prefix.
@@ -20394,14 +20403,14 @@ const Switch = forwardRef((props, ref) => {
20394
20403
  inputId
20395
20404
  });
20396
20405
  });
20397
- Switch.displayName = COMPONENT_NAME$c;
20406
+ Switch.displayName = COMPONENT_NAME$d;
20398
20407
  Switch.className = CLASSNAME$c;
20399
20408
  Switch.defaultProps = DEFAULT_PROPS$d;
20400
20409
 
20401
20410
  /**
20402
20411
  * Component display name.
20403
20412
  */
20404
- const COMPONENT_NAME$b = 'Table';
20413
+ const COMPONENT_NAME$c = 'Table';
20405
20414
 
20406
20415
  /**
20407
20416
  * Component default class name and class prefix.
@@ -20474,14 +20483,14 @@ const Table = forwardRef((props, ref) => {
20474
20483
  ...otherProps
20475
20484
  });
20476
20485
  });
20477
- Table.displayName = COMPONENT_NAME$b;
20486
+ Table.displayName = COMPONENT_NAME$c;
20478
20487
  Table.className = CLASSNAME$b;
20479
20488
  Table.defaultProps = DEFAULT_PROPS$c;
20480
20489
 
20481
20490
  /**
20482
20491
  * Component display name.
20483
20492
  */
20484
- const COMPONENT_NAME$a = 'TableBody';
20493
+ const COMPONENT_NAME$b = 'TableBody';
20485
20494
 
20486
20495
  /**
20487
20496
  * Component default class name and class prefix.
@@ -20531,7 +20540,7 @@ const TableBody = forwardRef((props, ref) => {
20531
20540
  ...otherProps
20532
20541
  });
20533
20542
  });
20534
- TableBody.displayName = COMPONENT_NAME$a;
20543
+ TableBody.displayName = COMPONENT_NAME$b;
20535
20544
  TableBody.className = CLASSNAME$a;
20536
20545
 
20537
20546
  const ThOrder = {
@@ -20553,7 +20562,7 @@ const TableCellVariant = {
20553
20562
  /**
20554
20563
  * Component display name.
20555
20564
  */
20556
- const COMPONENT_NAME$9 = 'TableCell';
20565
+ const COMPONENT_NAME$a = 'TableCell';
20557
20566
 
20558
20567
  /**
20559
20568
  * Component default class name and class prefix.
@@ -20669,14 +20678,14 @@ const TableCell = forwardRef((props, ref) => {
20669
20678
  handleClick: onHeaderClick
20670
20679
  });
20671
20680
  });
20672
- TableCell.displayName = COMPONENT_NAME$9;
20681
+ TableCell.displayName = COMPONENT_NAME$a;
20673
20682
  TableCell.className = CLASSNAME$9;
20674
20683
  TableCell.defaultProps = DEFAULT_PROPS$b;
20675
20684
 
20676
20685
  /**
20677
20686
  * Component display name.
20678
20687
  */
20679
- const COMPONENT_NAME$8 = 'TableHeader';
20688
+ const COMPONENT_NAME$9 = 'TableHeader';
20680
20689
 
20681
20690
  /**
20682
20691
  * Component default class name and class prefix.
@@ -20731,14 +20740,14 @@ const TableHeader = forwardRef((props, ref) => {
20731
20740
  ...otherProps
20732
20741
  });
20733
20742
  });
20734
- TableHeader.displayName = COMPONENT_NAME$8;
20743
+ TableHeader.displayName = COMPONENT_NAME$9;
20735
20744
  TableHeader.className = CLASSNAME$8;
20736
20745
  TableHeader.defaultProps = DEFAULT_PROPS$a;
20737
20746
 
20738
20747
  /**
20739
20748
  * Component display name.
20740
20749
  */
20741
- const COMPONENT_NAME$7 = 'TableRow';
20750
+ const COMPONENT_NAME$8 = 'TableRow';
20742
20751
 
20743
20752
  /**
20744
20753
  * Component default class name and class prefix.
@@ -20821,7 +20830,7 @@ const TableRow = forwardRef((props, ref) => {
20821
20830
  ...forwardedProps
20822
20831
  });
20823
20832
  });
20824
- TableRow.displayName = COMPONENT_NAME$7;
20833
+ TableRow.displayName = COMPONENT_NAME$8;
20825
20834
  TableRow.className = CLASSNAME$7;
20826
20835
  TableRow.defaultProps = DEFAULT_PROPS$9;
20827
20836
 
@@ -20909,7 +20918,7 @@ let TabListLayout = /*#__PURE__*/function (TabListLayout) {
20909
20918
  /**
20910
20919
  * Component display name.
20911
20920
  */
20912
- const COMPONENT_NAME$6 = 'TabList';
20921
+ const COMPONENT_NAME$7 = 'TabList';
20913
20922
 
20914
20923
  /**
20915
20924
  * Component default props.
@@ -20991,14 +21000,14 @@ const TabList = forwardRef((props, ref) => {
20991
21000
  ref: mergeRefs(ref, tabListRef)
20992
21001
  });
20993
21002
  });
20994
- TabList.displayName = COMPONENT_NAME$6;
21003
+ TabList.displayName = COMPONENT_NAME$7;
20995
21004
  TabList.className = TABS_CLASSNAME;
20996
21005
  TabList.defaultProps = DEFAULT_PROPS$7;
20997
21006
 
20998
21007
  /**
20999
21008
  * Component display name.
21000
21009
  */
21001
- const COMPONENT_NAME$5 = 'Tab';
21010
+ const COMPONENT_NAME$6 = 'Tab';
21002
21011
 
21003
21012
  /**
21004
21013
  * Component default props.
@@ -21179,7 +21188,7 @@ const Tab = Object.assign(forwardRefPolymorphic((props, ref) => {
21179
21188
  handleKeyPress: onKeyPress
21180
21189
  });
21181
21190
  }), {
21182
- displayName: COMPONENT_NAME$5,
21191
+ displayName: COMPONENT_NAME$6,
21183
21192
  className: CLASSNAME$6,
21184
21193
  defaultProps: DEFAULT_PROPS$6
21185
21194
  });
@@ -21187,7 +21196,7 @@ const Tab = Object.assign(forwardRefPolymorphic((props, ref) => {
21187
21196
  /**
21188
21197
  * Component display name.
21189
21198
  */
21190
- const COMPONENT_NAME$4 = 'TabPanel';
21199
+ const COMPONENT_NAME$5 = 'TabPanel';
21191
21200
 
21192
21201
  /**
21193
21202
  * Component default class name and class prefix.
@@ -21267,7 +21276,7 @@ const TabPanel = forwardRef((props, ref) => {
21267
21276
  ...forwardedProps
21268
21277
  });
21269
21278
  });
21270
- TabPanel.displayName = COMPONENT_NAME$4;
21279
+ TabPanel.displayName = COMPONENT_NAME$5;
21271
21280
  TabPanel.className = CLASSNAME$5;
21272
21281
  TabPanel.defaultProps = DEFAULT_PROPS$5;
21273
21282
 
@@ -21418,7 +21427,7 @@ function calculateFocusPointStyle({
21418
21427
  /**
21419
21428
  * Component display name.
21420
21429
  */
21421
- const COMPONENT_NAME$3 = 'Thumbnail';
21430
+ const COMPONENT_NAME$4 = 'Thumbnail';
21422
21431
 
21423
21432
  /**
21424
21433
  * Component default class name and class prefix.
@@ -21708,7 +21717,7 @@ const Thumbnail = forwardRef((props, ref) => {
21708
21717
  })
21709
21718
  });
21710
21719
  });
21711
- Thumbnail.displayName = COMPONENT_NAME$3;
21720
+ Thumbnail.displayName = COMPONENT_NAME$4;
21712
21721
  Thumbnail.className = CLASSNAME$4;
21713
21722
  Thumbnail.defaultProps = DEFAULT_PROPS$4;
21714
21723
 
@@ -21752,7 +21761,7 @@ const ThumbnailObjectFit = {
21752
21761
  /**
21753
21762
  * Component display name.
21754
21763
  */
21755
- const COMPONENT_NAME$2 = 'TimePickerField';
21764
+ const COMPONENT_NAME$3 = 'TimePickerField';
21756
21765
 
21757
21766
  /**
21758
21767
  * Component default class name (BEM root).
@@ -21853,7 +21862,7 @@ const TimePickerField$1 = (props, {
21853
21862
  translations: translations
21854
21863
  });
21855
21864
  };
21856
- TimePickerField$1.displayName = COMPONENT_NAME$2;
21865
+ TimePickerField$1.displayName = COMPONENT_NAME$3;
21857
21866
  TimePickerField$1.className = CLASSNAME$3;
21858
21867
 
21859
21868
  /**
@@ -22117,12 +22126,12 @@ const TimePickerField = props => {
22117
22126
  Option: SelectTextField.Option
22118
22127
  });
22119
22128
  };
22120
- TimePickerField.displayName = COMPONENT_NAME$2;
22129
+ TimePickerField.displayName = COMPONENT_NAME$3;
22121
22130
 
22122
22131
  /**
22123
22132
  * Component display name.
22124
22133
  */
22125
- const TOOLBAR_NAME = 'Toolbar';
22134
+ const COMPONENT_NAME$2 = 'Toolbar';
22126
22135
 
22127
22136
  /**
22128
22137
  * Component default class name and class prefix.
@@ -22191,7 +22200,7 @@ const Toolbar = forwardRef((props, ref) => {
22191
22200
  ...props
22192
22201
  });
22193
22202
  });
22194
- Toolbar.displayName = TOOLBAR_NAME;
22203
+ Toolbar.displayName = COMPONENT_NAME$2;
22195
22204
  Toolbar.className = CLASSNAME$2;
22196
22205
  Toolbar.defaultProps = DEFAULT_PROPS$2;
22197
22206
 
@@ -22590,5 +22599,5 @@ UserBlock.displayName = COMPONENT_NAME;
22590
22599
  UserBlock.className = CLASSNAME;
22591
22600
  UserBlock.defaultProps = DEFAULT_PROPS;
22592
22601
 
22593
- export { AlertDialog, Autocomplete, AutocompleteMultiple, Avatar, Badge, BadgeWrapper, Button, ButtonGroup, CLASSNAME$1w as CLASSNAME, COMPONENT_NAME$1y as COMPONENT_NAME, Checkbox, Chip, ChipGroup, Combobox, CommentBlock, CommentBlockVariant, DEFAULT_PROPS$1e 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, ListSection, ListSubheader, MenuButton, ListDivider as MenuDivider, MenuItem, Message, Mosaic, Navigation, Notification, Placement, Popover, PopoverDialog, PostBlock, Progress, ProgressCircular, ProgressLinear, ProgressTracker, ProgressTrackerProvider, ProgressTrackerStep, ProgressTrackerStepPanel, ProgressVariant, RadioButton, RadioGroup, RawInputText, RawInputTextarea, Select, SelectButton, SelectMultiple, SelectMultipleField, SelectTextField, SelectVariant, SelectionChipGroup, SideNavigation, SideNavigationItem, SkeletonCircle, SkeletonRectangle, SkeletonRectangleVariant, SkeletonTypography, Slider, Slides, Slideshow, SlideshowControls, SlideshowItem, Switch, CLASSNAME$3 as TIME_PICKER_FIELD_CLASSNAME, COMPONENT_NAME$2 as TIME_PICKER_FIELD_COMPONENT_NAME, Tab, TabList, TabListLayout, TabPanel, TabProvider, Table, TableBody, TableCell, TableCellVariant, TableHeader, TableRow, Text, TextField, ThOrder, ThemeProvider, Thumbnail, ThumbnailAspectRatio, ThumbnailObjectFit, ThumbnailVariant, TimePickerField, Toolbar, Tooltip, Uploader, UploaderVariant, UserBlock, clamp, useFocusPointStyle, useHeadingLevel, useTheme };
22602
+ export { AlertDialog, Autocomplete, AutocompleteMultiple, Avatar, Badge, BadgeWrapper, Button, ButtonGroup, CLASSNAME$1w as CLASSNAME, COMPONENT_NAME$1z as COMPONENT_NAME, Checkbox, Chip, ChipGroup, Combobox, CommentBlock, CommentBlockVariant, DEFAULT_PROPS$1e 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, ListSection, ListSubheader, MenuButton, ListDivider as MenuDivider, MenuItem, Message, Mosaic, Navigation, Notification, Placement, Popover, PopoverDialog, PostBlock, Progress, ProgressCircular, ProgressLinear, ProgressTracker, ProgressTrackerProvider, ProgressTrackerStep, ProgressTrackerStepPanel, ProgressVariant, RadioButton, RadioGroup, RawInputText, RawInputTextarea, Select, SelectButton, SelectMultiple, SelectMultipleField, SelectTextField, SelectVariant, SelectionChipGroup, SideNavigation, SideNavigationItem, SkeletonCircle, SkeletonRectangle, SkeletonRectangleVariant, SkeletonTypography, Slider, Slides, Slideshow, SlideshowControls, SlideshowItem, Switch, CLASSNAME$3 as TIME_PICKER_FIELD_CLASSNAME, COMPONENT_NAME$3 as TIME_PICKER_FIELD_COMPONENT_NAME, Tab, TabList, TabListLayout, TabPanel, TabProvider, Table, TableBody, TableCell, TableCellVariant, TableHeader, TableRow, Text, TextField, ThOrder, ThemeProvider, Thumbnail, ThumbnailAspectRatio, ThumbnailObjectFit, ThumbnailVariant, TimePickerField, Toolbar, Tooltip, Uploader, UploaderVariant, UserBlock, clamp, useFocusPointStyle, useHeadingLevel, useTheme };
22594
22603
  //# sourceMappingURL=index.js.map