@oliasoft-open-source/react-ui-library 3.3.12 → 3.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/global.css +146 -153
  2. package/dist/index.js +127 -127
  3. package/package.json +1 -1
package/dist/global.css CHANGED
@@ -8990,76 +8990,76 @@ html[data-theme='dark'] {
8990
8990
  /*
8991
8991
  Z-INDEX
8992
8992
  */
8993
- ._inputInTable_1vuev_331 {
8993
+ ._inputInTable_19kit_331 {
8994
8994
  background-color: transparent;
8995
8995
  border-radius: inherit !important;
8996
8996
  height: 38px;
8997
8997
  min-height: 100%;
8998
8998
  }
8999
- ._inputHover_1vuev_337 {
8999
+ ._inputHover_19kit_337 {
9000
9000
  position: relative;
9001
9001
  border-color: var(--color-border-hover);
9002
9002
  z-index: 2;
9003
9003
  }
9004
- ._inputFocus_1vuev_342 {
9004
+ ._inputFocus_19kit_342 {
9005
9005
  position: relative;
9006
9006
  outline: none !important;
9007
9007
  border-color: var(--color-border-focus) !important;
9008
9008
  box-shadow: var(--shadow-focus);
9009
9009
  z-index: 3;
9010
9010
  }
9011
- ._inputError_1vuev_349,
9012
- ._inputWarning_1vuev_350 {
9011
+ ._inputError_19kit_349,
9012
+ ._inputWarning_19kit_350 {
9013
9013
  position: relative;
9014
9014
  }
9015
- ._inputError_1vuev_349 {
9015
+ ._inputError_19kit_349 {
9016
9016
  z-index: 2;
9017
9017
  border-color: var(--color-border-error) !important;
9018
9018
  color: var(--color-text-error) !important;
9019
9019
  background-color: var(--color-background-error);
9020
9020
  }
9021
- ._inputError_1vuev_349:hover {
9021
+ ._inputError_19kit_349:hover {
9022
9022
  border-color: var(--color-border-error-hover) !important;
9023
9023
  }
9024
- ._inputError_1vuev_349:focus {
9024
+ ._inputError_19kit_349:focus {
9025
9025
  position: relative;
9026
9026
  outline: none !important;
9027
9027
  border-color: var(--color-border-focus) !important;
9028
9028
  box-shadow: var(--shadow-focus);
9029
9029
  z-index: 3;
9030
9030
  }
9031
- ._inputWarning_1vuev_350 {
9031
+ ._inputWarning_19kit_350 {
9032
9032
  z-index: 1;
9033
9033
  border-color: var(--color-border-warning) !important;
9034
9034
  color: var(--color-text-warning) !important;
9035
9035
  background-color: var(--color-background-warning);
9036
9036
  }
9037
- ._inputWarning_1vuev_350:hover {
9037
+ ._inputWarning_19kit_350:hover {
9038
9038
  border-color: var(--color-border-warning-hover) !important;
9039
9039
  }
9040
- ._inputWarning_1vuev_350:focus {
9040
+ ._inputWarning_19kit_350:focus {
9041
9041
  position: relative;
9042
9042
  outline: none !important;
9043
9043
  border-color: var(--color-border-focus) !important;
9044
9044
  box-shadow: var(--shadow-focus);
9045
9045
  z-index: 3;
9046
9046
  }
9047
- ._inputDisabled_1vuev_385 {
9047
+ ._inputDisabled_19kit_385 {
9048
9048
  pointer-events: none;
9049
9049
  background-color: var(--color-background-disabled);
9050
9050
  color: var(--color-text-muted);
9051
9051
  }
9052
- ._hideScrollbars_1vuev_390 {
9052
+ ._hideScrollbars_19kit_390 {
9053
9053
  /* Firefox */
9054
9054
  scrollbar-width: none;
9055
9055
  /* IE 10+ */
9056
9056
  -ms-overflow-style: none;
9057
9057
  /* Chrome, Safari and Opera */
9058
9058
  }
9059
- ._hideScrollbars_1vuev_390::-webkit-scrollbar {
9059
+ ._hideScrollbars_19kit_390::-webkit-scrollbar {
9060
9060
  display: none;
9061
9061
  }
9062
- ._input_1vuev_331 {
9062
+ ._input_19kit_331 {
9063
9063
  margin: 0;
9064
9064
  outline: 0;
9065
9065
  text-align: left;
@@ -9077,91 +9077,87 @@ html[data-theme='dark'] {
9077
9077
  font-style: normal;
9078
9078
  position: relative;
9079
9079
  }
9080
- ._input_1vuev_331::placeholder {
9080
+ ._input_19kit_331::placeholder {
9081
9081
  color: var(--color-text-faint);
9082
9082
  }
9083
- ._input_1vuev_331._isInTable_1vuev_421 {
9083
+ ._input_19kit_331._isInTable_19kit_421 {
9084
9084
  background-color: transparent;
9085
9085
  border-radius: inherit !important;
9086
9086
  height: 38px;
9087
9087
  min-height: 100%;
9088
9088
  }
9089
- ._input_1vuev_331:hover {
9089
+ ._input_19kit_331:hover {
9090
9090
  position: relative;
9091
9091
  border-color: var(--color-border-hover);
9092
9092
  z-index: 2;
9093
9093
  }
9094
- ._input_1vuev_331:focus {
9094
+ ._input_19kit_331:focus {
9095
9095
  position: relative;
9096
9096
  outline: none !important;
9097
9097
  border-color: var(--color-border-focus) !important;
9098
9098
  box-shadow: var(--shadow-focus);
9099
9099
  z-index: 3;
9100
9100
  }
9101
- ._input_1vuev_331._small_1vuev_439 {
9101
+ ._input_19kit_331._small_19kit_439 {
9102
9102
  font-size: 12px;
9103
9103
  height: 24px;
9104
9104
  padding: 0 7px;
9105
9105
  line-height: 24px;
9106
9106
  }
9107
- ._input_1vuev_331._error_1vuev_445 {
9107
+ ._input_19kit_331._error_19kit_445 {
9108
9108
  position: relative;
9109
9109
  z-index: 2;
9110
9110
  border-color: var(--color-border-error) !important;
9111
9111
  color: var(--color-text-error) !important;
9112
9112
  background-color: var(--color-background-error);
9113
9113
  }
9114
- ._input_1vuev_331._error_1vuev_445:hover {
9114
+ ._input_19kit_331._error_19kit_445:hover {
9115
9115
  border-color: var(--color-border-error-hover) !important;
9116
9116
  }
9117
- ._input_1vuev_331._error_1vuev_445:focus {
9117
+ ._input_19kit_331._error_19kit_445:focus {
9118
9118
  position: relative;
9119
9119
  outline: none !important;
9120
9120
  border-color: var(--color-border-focus) !important;
9121
9121
  box-shadow: var(--shadow-focus);
9122
9122
  z-index: 3;
9123
9123
  }
9124
- ._input_1vuev_331._warning_1vuev_462 {
9124
+ ._input_19kit_331._warning_19kit_462 {
9125
9125
  position: relative;
9126
9126
  z-index: 1;
9127
9127
  border-color: var(--color-border-warning) !important;
9128
9128
  color: var(--color-text-warning) !important;
9129
9129
  background-color: var(--color-background-warning);
9130
9130
  }
9131
- ._input_1vuev_331._warning_1vuev_462:hover {
9131
+ ._input_19kit_331._warning_19kit_462:hover {
9132
9132
  border-color: var(--color-border-warning-hover) !important;
9133
9133
  }
9134
- ._input_1vuev_331._warning_1vuev_462:focus {
9134
+ ._input_19kit_331._warning_19kit_462:focus {
9135
9135
  position: relative;
9136
9136
  outline: none !important;
9137
9137
  border-color: var(--color-border-focus) !important;
9138
9138
  box-shadow: var(--shadow-focus);
9139
9139
  z-index: 3;
9140
9140
  }
9141
- ._input_1vuev_331[disabled] {
9141
+ ._input_19kit_331[disabled] {
9142
9142
  pointer-events: none;
9143
9143
  background-color: var(--color-background-disabled);
9144
9144
  color: var(--color-text-muted);
9145
9145
  }
9146
- ._input_1vuev_331._right_1vuev_484 {
9146
+ ._input_19kit_331._right_19kit_484 {
9147
9147
  text-align: right;
9148
9148
  }
9149
- ._groupOrderFirst_1vuev_487,
9150
- ._groupOrderMiddle_1vuev_488,
9151
- ._groupOrderLast_1vuev_489 {
9149
+ ._groupOrderFirst_19kit_487,
9150
+ ._groupOrderMiddle_19kit_488,
9151
+ ._groupOrderLast_19kit_489 {
9152
9152
  flex: 1;
9153
9153
  }
9154
- ._groupOrderFirst_1vuev_487,
9155
- ._groupOrderMiddle_1vuev_488 {
9156
- margin-right: -1px;
9157
- }
9158
- ._groupOrderFirst_1vuev_487 ._input_1vuev_331,
9159
- ._groupOrderMiddle_1vuev_488 ._input_1vuev_331 {
9154
+ ._groupOrderFirst_19kit_487 ._input_19kit_331,
9155
+ ._groupOrderMiddle_19kit_488 ._input_19kit_331 {
9160
9156
  border-top-right-radius: 0 !important;
9161
9157
  border-bottom-right-radius: 0 !important;
9162
9158
  }
9163
- ._groupOrderLast_1vuev_489 ._input_1vuev_331,
9164
- ._groupOrderMiddle_1vuev_488 ._input_1vuev_331 {
9159
+ ._groupOrderLast_19kit_489 ._input_19kit_331,
9160
+ ._groupOrderMiddle_19kit_488 ._input_19kit_331 {
9165
9161
  border-top-left-radius: 0 !important;
9166
9162
  border-bottom-left-radius: 0 !important;
9167
9163
  }
@@ -10555,7 +10551,7 @@ html[data-theme='dark'] {
10555
10551
  /*
10556
10552
  Z-INDEX
10557
10553
  */
10558
- ._addon_rc5ng_331 {
10554
+ ._addon_1wm06_331 {
10559
10555
  flex-shrink: 0;
10560
10556
  border-radius: 4px;
10561
10557
  border: 1px solid var(--color-border);
@@ -10566,18 +10562,17 @@ html[data-theme='dark'] {
10566
10562
  color: var(--color-text-muted);
10567
10563
  line-height: 1;
10568
10564
  }
10569
- ._small_rc5ng_342 {
10565
+ ._small_1wm06_342 {
10570
10566
  font-size: 12px;
10571
10567
  padding: 0 7px;
10572
10568
  }
10573
- ._groupOrderFirst_rc5ng_346,
10574
- ._groupOrderMiddle_rc5ng_347 {
10569
+ ._groupOrderFirst_1wm06_346,
10570
+ ._groupOrderMiddle_1wm06_347 {
10575
10571
  border-top-right-radius: 0 !important;
10576
10572
  border-bottom-right-radius: 0 !important;
10577
- margin-right: -1px;
10578
10573
  }
10579
- ._groupOrderLast_rc5ng_352,
10580
- ._groupOrderMiddle_rc5ng_347 {
10574
+ ._groupOrderLast_1wm06_351,
10575
+ ._groupOrderMiddle_1wm06_347 {
10581
10576
  border-top-left-radius: 0 !important;
10582
10577
  border-bottom-left-radius: 0 !important;
10583
10578
  }
@@ -13491,76 +13486,76 @@ html[data-theme='dark'] {
13491
13486
  /*
13492
13487
  Z-INDEX
13493
13488
  */
13494
- ._inputInTable_1dg3m_331 {
13489
+ ._inputInTable_si2ov_331 {
13495
13490
  background-color: transparent;
13496
13491
  border-radius: inherit !important;
13497
13492
  height: 38px;
13498
13493
  min-height: 100%;
13499
13494
  }
13500
- ._inputHover_1dg3m_337 {
13495
+ ._inputHover_si2ov_337 {
13501
13496
  position: relative;
13502
13497
  border-color: var(--color-border-hover);
13503
13498
  z-index: 2;
13504
13499
  }
13505
- ._inputFocus_1dg3m_342 {
13500
+ ._inputFocus_si2ov_342 {
13506
13501
  position: relative;
13507
13502
  outline: none !important;
13508
13503
  border-color: var(--color-border-focus) !important;
13509
13504
  box-shadow: var(--shadow-focus);
13510
13505
  z-index: 3;
13511
13506
  }
13512
- ._inputError_1dg3m_349,
13513
- ._inputWarning_1dg3m_350 {
13507
+ ._inputError_si2ov_349,
13508
+ ._inputWarning_si2ov_350 {
13514
13509
  position: relative;
13515
13510
  }
13516
- ._inputError_1dg3m_349 {
13511
+ ._inputError_si2ov_349 {
13517
13512
  z-index: 2;
13518
13513
  border-color: var(--color-border-error) !important;
13519
13514
  color: var(--color-text-error) !important;
13520
13515
  background-color: var(--color-background-error);
13521
13516
  }
13522
- ._inputError_1dg3m_349:hover {
13517
+ ._inputError_si2ov_349:hover {
13523
13518
  border-color: var(--color-border-error-hover) !important;
13524
13519
  }
13525
- ._inputError_1dg3m_349:focus {
13520
+ ._inputError_si2ov_349:focus {
13526
13521
  position: relative;
13527
13522
  outline: none !important;
13528
13523
  border-color: var(--color-border-focus) !important;
13529
13524
  box-shadow: var(--shadow-focus);
13530
13525
  z-index: 3;
13531
13526
  }
13532
- ._inputWarning_1dg3m_350 {
13527
+ ._inputWarning_si2ov_350 {
13533
13528
  z-index: 1;
13534
13529
  border-color: var(--color-border-warning) !important;
13535
13530
  color: var(--color-text-warning) !important;
13536
13531
  background-color: var(--color-background-warning);
13537
13532
  }
13538
- ._inputWarning_1dg3m_350:hover {
13533
+ ._inputWarning_si2ov_350:hover {
13539
13534
  border-color: var(--color-border-warning-hover) !important;
13540
13535
  }
13541
- ._inputWarning_1dg3m_350:focus {
13536
+ ._inputWarning_si2ov_350:focus {
13542
13537
  position: relative;
13543
13538
  outline: none !important;
13544
13539
  border-color: var(--color-border-focus) !important;
13545
13540
  box-shadow: var(--shadow-focus);
13546
13541
  z-index: 3;
13547
13542
  }
13548
- ._inputDisabled_1dg3m_385 {
13543
+ ._inputDisabled_si2ov_385 {
13549
13544
  pointer-events: none;
13550
13545
  background-color: var(--color-background-disabled);
13551
13546
  color: var(--color-text-muted);
13552
13547
  }
13553
- ._hideScrollbars_1dg3m_390 {
13548
+ ._hideScrollbars_si2ov_390 {
13554
13549
  /* Firefox */
13555
13550
  scrollbar-width: none;
13556
13551
  /* IE 10+ */
13557
13552
  -ms-overflow-style: none;
13558
13553
  /* Chrome, Safari and Opera */
13559
13554
  }
13560
- ._hideScrollbars_1dg3m_390::-webkit-scrollbar {
13555
+ ._hideScrollbars_si2ov_390::-webkit-scrollbar {
13561
13556
  display: none;
13562
13557
  }
13563
- ._select_1dg3m_400 {
13558
+ ._select_si2ov_400 {
13564
13559
  appearance: none !important;
13565
13560
  -webkit-appearance: none !important;
13566
13561
  -moz-appearance: none !important;
@@ -13577,103 +13572,102 @@ html[data-theme='dark'] {
13577
13572
  border-radius: 0.28571429rem;
13578
13573
  height: 38px;
13579
13574
  }
13580
- ._select_1dg3m_400 option {
13575
+ ._select_si2ov_400 option {
13581
13576
  background: var(--color-background-input);
13582
13577
  color: var(--color-text);
13583
13578
  }
13584
- ._select_1dg3m_400 option:focus {
13579
+ ._select_si2ov_400 option:focus {
13585
13580
  background-color: var(--color-background-menuitem-active);
13586
13581
  }
13587
- ._select_1dg3m_400:-moz-focusring {
13582
+ ._select_si2ov_400:-moz-focusring {
13588
13583
  color: transparent !important;
13589
13584
  text-shadow: 0 0 0 #000 !important;
13590
13585
  }
13591
- ._select_1dg3m_400:hover {
13586
+ ._select_si2ov_400:hover {
13592
13587
  position: relative;
13593
13588
  border-color: var(--color-border-hover);
13594
13589
  z-index: 2;
13595
13590
  cursor: pointer;
13596
13591
  }
13597
- ._select_1dg3m_400:focus {
13592
+ ._select_si2ov_400:focus {
13598
13593
  position: relative;
13599
13594
  outline: none !important;
13600
13595
  border-color: var(--color-border-focus) !important;
13601
13596
  box-shadow: var(--shadow-focus);
13602
13597
  z-index: 3;
13603
13598
  }
13604
- ._select_1dg3m_400._isInTable_1dg3m_441 {
13599
+ ._select_si2ov_400._isInTable_si2ov_441 {
13605
13600
  background-color: transparent;
13606
13601
  border-radius: inherit !important;
13607
13602
  height: 38px;
13608
13603
  min-height: 100%;
13609
13604
  }
13610
- ._select_1dg3m_400._unSelected_1dg3m_447 {
13605
+ ._select_si2ov_400._unSelected_si2ov_447 {
13611
13606
  color: var(--color-text-faint) !important;
13612
13607
  }
13613
- ._select_1dg3m_400._unSelected_1dg3m_447:-moz-focusring {
13608
+ ._select_si2ov_400._unSelected_si2ov_447:-moz-focusring {
13614
13609
  color: transparent !important;
13615
13610
  text-shadow: 0 0 0 #000 !important;
13616
13611
  }
13617
- ._select_1dg3m_400._error_1dg3m_454 {
13612
+ ._select_si2ov_400._error_si2ov_454 {
13618
13613
  position: relative;
13619
13614
  z-index: 2;
13620
13615
  border-color: var(--color-border-error) !important;
13621
13616
  color: var(--color-text-error) !important;
13622
13617
  background-color: var(--color-background-error);
13623
13618
  }
13624
- ._select_1dg3m_400._error_1dg3m_454:hover {
13619
+ ._select_si2ov_400._error_si2ov_454:hover {
13625
13620
  border-color: var(--color-border-error-hover) !important;
13626
13621
  }
13627
- ._select_1dg3m_400._error_1dg3m_454:focus {
13622
+ ._select_si2ov_400._error_si2ov_454:focus {
13628
13623
  position: relative;
13629
13624
  outline: none !important;
13630
13625
  border-color: var(--color-border-focus) !important;
13631
13626
  box-shadow: var(--shadow-focus);
13632
13627
  z-index: 3;
13633
13628
  }
13634
- ._select_1dg3m_400._warning_1dg3m_471 {
13629
+ ._select_si2ov_400._warning_si2ov_471 {
13635
13630
  position: relative;
13636
13631
  z-index: 1;
13637
13632
  border-color: var(--color-border-warning) !important;
13638
13633
  color: var(--color-text-warning) !important;
13639
13634
  background-color: var(--color-background-warning);
13640
13635
  }
13641
- ._select_1dg3m_400._warning_1dg3m_471:hover {
13636
+ ._select_si2ov_400._warning_si2ov_471:hover {
13642
13637
  border-color: var(--color-border-warning-hover) !important;
13643
13638
  }
13644
- ._select_1dg3m_400._warning_1dg3m_471:focus {
13639
+ ._select_si2ov_400._warning_si2ov_471:focus {
13645
13640
  position: relative;
13646
13641
  outline: none !important;
13647
13642
  border-color: var(--color-border-focus) !important;
13648
13643
  box-shadow: var(--shadow-focus);
13649
13644
  z-index: 3;
13650
13645
  }
13651
- ._select_1dg3m_400._small_1dg3m_488 {
13646
+ ._select_si2ov_400._small_si2ov_488 {
13652
13647
  font-size: 12px;
13653
13648
  height: 24px;
13654
13649
  padding: 3.5px 7px;
13655
13650
  background-position: right 8px center !important;
13656
13651
  padding-right: 28px;
13657
13652
  }
13658
- ._select_1dg3m_400._right_1dg3m_495 {
13653
+ ._select_si2ov_400._right_si2ov_495 {
13659
13654
  text-align: right;
13660
13655
  text-align-last: right;
13661
13656
  }
13662
- ._select_1dg3m_400[disabled] {
13657
+ ._select_si2ov_400[disabled] {
13663
13658
  opacity: 1;
13664
13659
  pointer-events: none;
13665
13660
  background-color: var(--color-background-disabled);
13666
13661
  color: var(--color-text-muted);
13667
13662
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
13668
13663
  }
13669
- ._groupOrderFirst_1dg3m_506,
13670
- ._groupOrderMiddle_1dg3m_507 {
13671
- margin-right: -1px;
13664
+ ._groupOrderFirst_si2ov_506,
13665
+ ._groupOrderMiddle_si2ov_507 {
13672
13666
  border-top-right-radius: 0 !important;
13673
13667
  border-bottom-right-radius: 0 !important;
13674
13668
  }
13675
- ._groupOrderLast_1dg3m_512,
13676
- ._groupOrderMiddle_1dg3m_507 {
13669
+ ._groupOrderLast_si2ov_511,
13670
+ ._groupOrderMiddle_si2ov_507 {
13677
13671
  border-top-left-radius: 0 !important;
13678
13672
  border-bottom-left-radius: 0 !important;
13679
13673
  }
@@ -14448,80 +14442,80 @@ html[data-theme='dark'] {
14448
14442
  /*
14449
14443
  Z-INDEX
14450
14444
  */
14451
- ._inputInTable_5whuw_331 {
14445
+ ._inputInTable_1d4rt_331 {
14452
14446
  background-color: transparent;
14453
14447
  border-radius: inherit !important;
14454
14448
  height: 38px;
14455
14449
  min-height: 100%;
14456
14450
  }
14457
- ._inputHover_5whuw_337 {
14451
+ ._inputHover_1d4rt_337 {
14458
14452
  position: relative;
14459
14453
  border-color: var(--color-border-hover);
14460
14454
  z-index: 2;
14461
14455
  }
14462
- ._inputFocus_5whuw_342 {
14456
+ ._inputFocus_1d4rt_342 {
14463
14457
  position: relative;
14464
14458
  outline: none !important;
14465
14459
  border-color: var(--color-border-focus) !important;
14466
14460
  box-shadow: var(--shadow-focus);
14467
14461
  z-index: 3;
14468
14462
  }
14469
- ._inputError_5whuw_349,
14470
- ._inputWarning_5whuw_350 {
14463
+ ._inputError_1d4rt_349,
14464
+ ._inputWarning_1d4rt_350 {
14471
14465
  position: relative;
14472
14466
  }
14473
- ._inputError_5whuw_349 {
14467
+ ._inputError_1d4rt_349 {
14474
14468
  z-index: 2;
14475
14469
  border-color: var(--color-border-error) !important;
14476
14470
  color: var(--color-text-error) !important;
14477
14471
  background-color: var(--color-background-error);
14478
14472
  }
14479
- ._inputError_5whuw_349:hover {
14473
+ ._inputError_1d4rt_349:hover {
14480
14474
  border-color: var(--color-border-error-hover) !important;
14481
14475
  }
14482
- ._inputError_5whuw_349:focus {
14476
+ ._inputError_1d4rt_349:focus {
14483
14477
  position: relative;
14484
14478
  outline: none !important;
14485
14479
  border-color: var(--color-border-focus) !important;
14486
14480
  box-shadow: var(--shadow-focus);
14487
14481
  z-index: 3;
14488
14482
  }
14489
- ._inputWarning_5whuw_350 {
14483
+ ._inputWarning_1d4rt_350 {
14490
14484
  z-index: 1;
14491
14485
  border-color: var(--color-border-warning) !important;
14492
14486
  color: var(--color-text-warning) !important;
14493
14487
  background-color: var(--color-background-warning);
14494
14488
  }
14495
- ._inputWarning_5whuw_350:hover {
14489
+ ._inputWarning_1d4rt_350:hover {
14496
14490
  border-color: var(--color-border-warning-hover) !important;
14497
14491
  }
14498
- ._inputWarning_5whuw_350:focus {
14492
+ ._inputWarning_1d4rt_350:focus {
14499
14493
  position: relative;
14500
14494
  outline: none !important;
14501
14495
  border-color: var(--color-border-focus) !important;
14502
14496
  box-shadow: var(--shadow-focus);
14503
14497
  z-index: 3;
14504
14498
  }
14505
- ._inputDisabled_5whuw_385 {
14499
+ ._inputDisabled_1d4rt_385 {
14506
14500
  pointer-events: none;
14507
14501
  background-color: var(--color-background-disabled);
14508
14502
  color: var(--color-text-muted);
14509
14503
  }
14510
- ._hideScrollbars_5whuw_390 {
14504
+ ._hideScrollbars_1d4rt_390 {
14511
14505
  /* Firefox */
14512
14506
  scrollbar-width: none;
14513
14507
  /* IE 10+ */
14514
14508
  -ms-overflow-style: none;
14515
14509
  /* Chrome, Safari and Opera */
14516
14510
  }
14517
- ._hideScrollbars_5whuw_390::-webkit-scrollbar {
14511
+ ._hideScrollbars_1d4rt_390::-webkit-scrollbar {
14518
14512
  display: none;
14519
14513
  }
14520
14514
  :root {
14521
14515
  --size-select-icon: 24px;
14522
14516
  --size-select-icon-sm: 16px;
14523
14517
  }
14524
- ._trigger_5whuw_404 {
14518
+ ._trigger_1d4rt_404 {
14525
14519
  font-weight: normal;
14526
14520
  display: flex;
14527
14521
  align-items: center;
@@ -14532,76 +14526,76 @@ html[data-theme='dark'] {
14532
14526
  position: relative;
14533
14527
  padding-left: 14px;
14534
14528
  }
14535
- ._trigger_5whuw_404 input {
14529
+ ._trigger_1d4rt_404 input {
14536
14530
  border: none !important;
14537
14531
  background: transparent !important;
14538
14532
  }
14539
- ._trigger_5whuw_404._isInTable_5whuw_419 {
14533
+ ._trigger_1d4rt_404._isInTable_1d4rt_419 {
14540
14534
  background-color: transparent;
14541
14535
  border-radius: inherit !important;
14542
14536
  height: 38px;
14543
14537
  min-height: 100%;
14544
14538
  }
14545
- ._trigger_5whuw_404._isInTable_5whuw_419 ._input_5whuw_331 {
14539
+ ._trigger_1d4rt_404._isInTable_1d4rt_419 ._input_1d4rt_331 {
14546
14540
  background: transparent !important;
14547
14541
  }
14548
- ._trigger_5whuw_404:hover {
14542
+ ._trigger_1d4rt_404:hover {
14549
14543
  position: relative;
14550
14544
  border-color: var(--color-border-hover);
14551
14545
  z-index: 2;
14552
14546
  cursor: pointer;
14553
14547
  }
14554
- ._trigger_5whuw_404._isOpen_5whuw_434,
14555
- ._trigger_5whuw_404:focus {
14548
+ ._trigger_1d4rt_404._isOpen_1d4rt_434,
14549
+ ._trigger_1d4rt_404:focus {
14556
14550
  position: relative;
14557
14551
  outline: none !important;
14558
14552
  border-color: var(--color-border-focus) !important;
14559
14553
  box-shadow: var(--shadow-focus);
14560
14554
  z-index: 3;
14561
14555
  }
14562
- ._trigger_5whuw_404._error_5whuw_442 {
14556
+ ._trigger_1d4rt_404._error_1d4rt_442 {
14563
14557
  position: relative;
14564
14558
  z-index: 2;
14565
14559
  border-color: var(--color-border-error) !important;
14566
14560
  color: var(--color-text-error) !important;
14567
14561
  background-color: var(--color-background-error);
14568
14562
  }
14569
- ._trigger_5whuw_404._error_5whuw_442:hover {
14563
+ ._trigger_1d4rt_404._error_1d4rt_442:hover {
14570
14564
  border-color: var(--color-border-error-hover) !important;
14571
14565
  }
14572
- ._trigger_5whuw_404._error_5whuw_442:focus {
14566
+ ._trigger_1d4rt_404._error_1d4rt_442:focus {
14573
14567
  position: relative;
14574
14568
  outline: none !important;
14575
14569
  border-color: var(--color-border-focus) !important;
14576
14570
  box-shadow: var(--shadow-focus);
14577
14571
  z-index: 3;
14578
14572
  }
14579
- ._trigger_5whuw_404._warning_5whuw_459 {
14573
+ ._trigger_1d4rt_404._warning_1d4rt_459 {
14580
14574
  position: relative;
14581
14575
  z-index: 1;
14582
14576
  border-color: var(--color-border-warning) !important;
14583
14577
  color: var(--color-text-warning) !important;
14584
14578
  background-color: var(--color-background-warning);
14585
14579
  }
14586
- ._trigger_5whuw_404._warning_5whuw_459:hover {
14580
+ ._trigger_1d4rt_404._warning_1d4rt_459:hover {
14587
14581
  border-color: var(--color-border-warning-hover) !important;
14588
14582
  }
14589
- ._trigger_5whuw_404._warning_5whuw_459:focus {
14583
+ ._trigger_1d4rt_404._warning_1d4rt_459:focus {
14590
14584
  position: relative;
14591
14585
  outline: none !important;
14592
14586
  border-color: var(--color-border-focus) !important;
14593
14587
  box-shadow: var(--shadow-focus);
14594
14588
  z-index: 3;
14595
14589
  }
14596
- ._trigger_5whuw_404._disabled_5whuw_476 {
14590
+ ._trigger_1d4rt_404._disabled_1d4rt_476 {
14597
14591
  pointer-events: none;
14598
14592
  background-color: var(--color-background-disabled);
14599
14593
  color: var(--color-text-muted);
14600
14594
  }
14601
- ._trigger_5whuw_404._disabled_5whuw_476 ._iconOpen_5whuw_481 {
14595
+ ._trigger_1d4rt_404._disabled_1d4rt_476 ._iconOpen_1d4rt_481 {
14602
14596
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
14603
14597
  }
14604
- ._icons_5whuw_484 {
14598
+ ._icons_1d4rt_484 {
14605
14599
  display: flex;
14606
14600
  flex-wrap: nowrap;
14607
14601
  flex-shrink: 0;
@@ -14609,8 +14603,8 @@ html[data-theme='dark'] {
14609
14603
  z-index: 2;
14610
14604
  font-size: 12px;
14611
14605
  }
14612
- ._icons_5whuw_484 ._clearAll_5whuw_492,
14613
- ._icons_5whuw_484 ._iconOpen_5whuw_481 {
14606
+ ._icons_1d4rt_484 ._clearAll_1d4rt_492,
14607
+ ._icons_1d4rt_484 ._iconOpen_1d4rt_481 {
14614
14608
  width: var(--size-select-icon);
14615
14609
  height: var(--size-select-icon);
14616
14610
  margin: -1px 0;
@@ -14618,30 +14612,30 @@ html[data-theme='dark'] {
14618
14612
  justify-content: flex-start;
14619
14613
  align-items: center;
14620
14614
  }
14621
- ._small_5whuw_501 ._icons_5whuw_484 ._clearAll_5whuw_492,
14622
- ._small_5whuw_501 ._icons_5whuw_484 ._iconOpen_5whuw_481 {
14615
+ ._small_1d4rt_501 ._icons_1d4rt_484 ._clearAll_1d4rt_492,
14616
+ ._small_1d4rt_501 ._icons_1d4rt_484 ._iconOpen_1d4rt_481 {
14623
14617
  width: var(--size-select-icon-sm);
14624
14618
  height: var(--size-select-icon-sm);
14625
14619
  }
14626
- ._icons_5whuw_484 ._clearAll_5whuw_492 {
14620
+ ._icons_1d4rt_484 ._clearAll_1d4rt_492 {
14627
14621
  color: var(--color-border);
14628
14622
  }
14629
- ._icons_5whuw_484 ._clearAll_5whuw_492:hover,
14630
- ._icons_5whuw_484 ._clearAll_5whuw_492._focus_5whuw_510 {
14623
+ ._icons_1d4rt_484 ._clearAll_1d4rt_492:hover,
14624
+ ._icons_1d4rt_484 ._clearAll_1d4rt_492._focus_1d4rt_510 {
14631
14625
  color: var(--color-text);
14632
14626
  outline: 0;
14633
14627
  }
14634
- ._icons_5whuw_484 ._iconOpen_5whuw_481 {
14628
+ ._icons_1d4rt_484 ._iconOpen_1d4rt_481 {
14635
14629
  color: inherit;
14636
14630
  display: block;
14637
14631
  flex-shrink: 0;
14638
14632
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left;
14639
14633
  background-size: 8px 12px;
14640
14634
  }
14641
- ._icons_5whuw_484 svg {
14635
+ ._icons_1d4rt_484 svg {
14642
14636
  display: block;
14643
14637
  }
14644
- ._triggerInputContainer_5whuw_524 {
14638
+ ._triggerInputContainer_1d4rt_524 {
14645
14639
  display: flex;
14646
14640
  align-items: center;
14647
14641
  position: relative;
@@ -14650,31 +14644,31 @@ html[data-theme='dark'] {
14650
14644
  min-width: 0;
14651
14645
  margin-right: 4px;
14652
14646
  }
14653
- ._right_5whuw_533 ._triggerInputContainer_5whuw_524 {
14647
+ ._right_1d4rt_533 ._triggerInputContainer_1d4rt_524 {
14654
14648
  justify-content: flex-end;
14655
14649
  text-align: right;
14656
14650
  }
14657
- ._right_5whuw_533 ._triggerInputContainer_5whuw_524 input {
14651
+ ._right_1d4rt_533 ._triggerInputContainer_1d4rt_524 input {
14658
14652
  padding-right: 0;
14659
14653
  padding-left: 0;
14660
14654
  text-align: right;
14661
14655
  width: 0;
14662
14656
  }
14663
- ._right_5whuw_533 ._triggerInputContainer_5whuw_524 input:focus {
14657
+ ._right_1d4rt_533 ._triggerInputContainer_1d4rt_524 input:focus {
14664
14658
  width: auto;
14665
14659
  }
14666
- ._multiOptions_5whuw_546 {
14660
+ ._multiOptions_1d4rt_546 {
14667
14661
  display: flex;
14668
14662
  overflow: hidden;
14669
14663
  margin-left: -8px;
14670
14664
  }
14671
- ._small_5whuw_501 ._multiOptions_5whuw_546 {
14665
+ ._small_1d4rt_501 ._multiOptions_1d4rt_546 {
14672
14666
  margin-left: -5px;
14673
14667
  }
14674
- ._multiOptions_5whuw_546:empty {
14668
+ ._multiOptions_1d4rt_546:empty {
14675
14669
  display: none !important;
14676
14670
  }
14677
- ._multiOptions_5whuw_546 ._multiOption_5whuw_546 {
14671
+ ._multiOptions_1d4rt_546 ._multiOption_1d4rt_546 {
14678
14672
  user-select: none;
14679
14673
  pointer-events: none;
14680
14674
  display: inline-flex;
@@ -14691,14 +14685,14 @@ html[data-theme='dark'] {
14691
14685
  flex-shrink: 0;
14692
14686
  margin-right: 2px;
14693
14687
  }
14694
- ._small_5whuw_501 ._multiOptions_5whuw_546 ._multiOption_5whuw_546 {
14688
+ ._small_1d4rt_501 ._multiOptions_1d4rt_546 ._multiOption_1d4rt_546 {
14695
14689
  height: var(--size-xs);
14696
14690
  padding: 0 3px;
14697
14691
  }
14698
- ._multiOptions_5whuw_546 ._multiOption_5whuw_546 ._label_5whuw_578 {
14692
+ ._multiOptions_1d4rt_546 ._multiOption_1d4rt_546 ._label_1d4rt_578 {
14699
14693
  white-space: nowrap;
14700
14694
  }
14701
- ._multiOptions_5whuw_546 ._multiOption_5whuw_546 ._closeMultiOption_5whuw_581 {
14695
+ ._multiOptions_1d4rt_546 ._multiOption_1d4rt_546 ._closeMultiOption_1d4rt_581 {
14702
14696
  flex-shrink: 0;
14703
14697
  display: flex;
14704
14698
  align-items: center;
@@ -14708,13 +14702,13 @@ html[data-theme='dark'] {
14708
14702
  opacity: 0.25;
14709
14703
  aspect-ratio: 1;
14710
14704
  }
14711
- ._multiOptions_5whuw_546 ._multiOption_5whuw_546 ._closeMultiOption_5whuw_581:hover,
14712
- ._multiOptions_5whuw_546 ._multiOption_5whuw_546 ._closeMultiOption_5whuw_581._focus_5whuw_510 {
14705
+ ._multiOptions_1d4rt_546 ._multiOption_1d4rt_546 ._closeMultiOption_1d4rt_581:hover,
14706
+ ._multiOptions_1d4rt_546 ._multiOption_1d4rt_546 ._closeMultiOption_1d4rt_581._focus_1d4rt_510 {
14713
14707
  opacity: 1;
14714
14708
  outline: 0;
14715
14709
  }
14716
- ._selectedSingleValue_5whuw_596,
14717
- ._placeHolder_5whuw_597 {
14710
+ ._selectedSingleValue_1d4rt_596,
14711
+ ._placeHolder_1d4rt_597 {
14718
14712
  line-height: 36px;
14719
14713
  right: 0;
14720
14714
  left: 0;
@@ -14724,10 +14718,10 @@ html[data-theme='dark'] {
14724
14718
  display: block;
14725
14719
  position: absolute;
14726
14720
  }
14727
- ._placeHolder_5whuw_597 {
14721
+ ._placeHolder_1d4rt_597 {
14728
14722
  color: var(--color-text-faint);
14729
14723
  }
14730
- ._input_5whuw_331 {
14724
+ ._input_1d4rt_331 {
14731
14725
  font-family: 'Lato', sans-serif;
14732
14726
  background-color: transparent;
14733
14727
  border: none;
@@ -14735,45 +14729,44 @@ html[data-theme='dark'] {
14735
14729
  padding: 0;
14736
14730
  width: 0;
14737
14731
  }
14738
- ._input_5whuw_331._error_5whuw_442 {
14732
+ ._input_1d4rt_331._error_1d4rt_442 {
14739
14733
  color: var(--color-text-error) !important;
14740
14734
  }
14741
- ._input_5whuw_331:focus {
14735
+ ._input_1d4rt_331:focus {
14742
14736
  outline: none;
14743
14737
  width: auto;
14744
14738
  }
14745
- ._small_5whuw_501 {
14739
+ ._small_1d4rt_501 {
14746
14740
  height: 24px;
14747
14741
  font-size: 12px;
14748
14742
  padding-left: 7px;
14749
14743
  }
14750
- ._small_5whuw_501 ._selectedSingleValue_5whuw_596,
14751
- ._small_5whuw_501 ._placeHolder_5whuw_597,
14752
- ._small_5whuw_501 ._input_5whuw_331 {
14744
+ ._small_1d4rt_501 ._selectedSingleValue_1d4rt_596,
14745
+ ._small_1d4rt_501 ._placeHolder_1d4rt_597,
14746
+ ._small_1d4rt_501 ._input_1d4rt_331 {
14753
14747
  height: 22px;
14754
14748
  line-height: 22px;
14755
14749
  }
14756
- ._groupOrderFirst_5whuw_636,
14757
- ._groupOrderMiddle_5whuw_637 {
14758
- margin-right: -1px;
14750
+ ._groupOrderFirst_1d4rt_636,
14751
+ ._groupOrderMiddle_1d4rt_637 {
14759
14752
  border-top-right-radius: 0 !important;
14760
14753
  border-bottom-right-radius: 0 !important;
14761
14754
  }
14762
- ._groupOrderLast_5whuw_642,
14763
- ._groupOrderMiddle_5whuw_637 {
14755
+ ._groupOrderLast_1d4rt_641,
14756
+ ._groupOrderMiddle_1d4rt_637 {
14764
14757
  border-top-left-radius: 0 !important;
14765
14758
  border-bottom-left-radius: 0 !important;
14766
14759
  }
14767
- ._detailedLabel_5whuw_647 {
14760
+ ._detailedLabel_1d4rt_646 {
14768
14761
  width: 100%;
14769
14762
  }
14770
- ._detailedLabel_5whuw_647 :first-child {
14763
+ ._detailedLabel_1d4rt_646 :first-child {
14771
14764
  float: left;
14772
14765
  position: absolute;
14773
14766
  background-color: white;
14774
14767
  padding-right: 5px;
14775
14768
  }
14776
- ._detailedLabel_5whuw_647 :last-child {
14769
+ ._detailedLabel_1d4rt_646 :last-child {
14777
14770
  float: right;
14778
14771
  }
14779
14772
  ._paginationContainer_1g3st_1 {
package/dist/index.js CHANGED
@@ -10000,7 +10000,7 @@ const Tooltip$2 = ({
10000
10000
  const visible = enabled && (isValidElement(text2) || text2.length > 0);
10001
10001
  const [isOver, hoverProps, forceClose] = useHover({
10002
10002
  delayEnter: 100,
10003
- delayLeave: 100
10003
+ delayLeave: 0
10004
10004
  });
10005
10005
  const isOpen2 = !visible ? false : forceOpen ? true : isOver;
10006
10006
  const {
@@ -14521,22 +14521,22 @@ InputGroup.propTypes = {
14521
14521
  small: PropTypes__default.bool,
14522
14522
  width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number])
14523
14523
  };
14524
- const inputInTable$8 = "_inputInTable_1vuev_331";
14525
- const inputHover$8 = "_inputHover_1vuev_337";
14526
- const inputFocus$8 = "_inputFocus_1vuev_342";
14527
- const inputError$8 = "_inputError_1vuev_349";
14528
- const inputWarning$8 = "_inputWarning_1vuev_350";
14529
- const inputDisabled$8 = "_inputDisabled_1vuev_385";
14530
- const hideScrollbars$8 = "_hideScrollbars_1vuev_390";
14531
- const input$1 = "_input_1vuev_331";
14532
- const isInTable$3 = "_isInTable_1vuev_421";
14533
- const small$8 = "_small_1vuev_439";
14534
- const error$6 = "_error_1vuev_445";
14535
- const warning$9 = "_warning_1vuev_462";
14536
- const right$5 = "_right_1vuev_484";
14537
- const groupOrderFirst$3 = "_groupOrderFirst_1vuev_487";
14538
- const groupOrderMiddle$3 = "_groupOrderMiddle_1vuev_488";
14539
- const groupOrderLast$3 = "_groupOrderLast_1vuev_489";
14524
+ const inputInTable$8 = "_inputInTable_19kit_331";
14525
+ const inputHover$8 = "_inputHover_19kit_337";
14526
+ const inputFocus$8 = "_inputFocus_19kit_342";
14527
+ const inputError$8 = "_inputError_19kit_349";
14528
+ const inputWarning$8 = "_inputWarning_19kit_350";
14529
+ const inputDisabled$8 = "_inputDisabled_19kit_385";
14530
+ const hideScrollbars$8 = "_hideScrollbars_19kit_390";
14531
+ const input$1 = "_input_19kit_331";
14532
+ const isInTable$3 = "_isInTable_19kit_421";
14533
+ const small$8 = "_small_19kit_439";
14534
+ const error$6 = "_error_19kit_445";
14535
+ const warning$9 = "_warning_19kit_462";
14536
+ const right$5 = "_right_19kit_484";
14537
+ const groupOrderFirst$3 = "_groupOrderFirst_19kit_487";
14538
+ const groupOrderMiddle$3 = "_groupOrderMiddle_19kit_488";
14539
+ const groupOrderLast$3 = "_groupOrderLast_19kit_489";
14540
14540
  const styles$w = {
14541
14541
  inputInTable: inputInTable$8,
14542
14542
  inputHover: inputHover$8,
@@ -15081,11 +15081,11 @@ Grid.propTypes = {
15081
15081
  height: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
15082
15082
  children: PropTypes__default.node
15083
15083
  };
15084
- const addon = "_addon_rc5ng_331";
15085
- const small$7 = "_small_rc5ng_342";
15086
- const groupOrderFirst$2 = "_groupOrderFirst_rc5ng_346";
15087
- const groupOrderMiddle$2 = "_groupOrderMiddle_rc5ng_347";
15088
- const groupOrderLast$2 = "_groupOrderLast_rc5ng_352";
15084
+ const addon = "_addon_1wm06_331";
15085
+ const small$7 = "_small_1wm06_342";
15086
+ const groupOrderFirst$2 = "_groupOrderFirst_1wm06_346";
15087
+ const groupOrderMiddle$2 = "_groupOrderMiddle_1wm06_347";
15088
+ const groupOrderLast$2 = "_groupOrderLast_1wm06_351";
15089
15089
  const styles$r = {
15090
15090
  addon,
15091
15091
  small: small$7,
@@ -25151,23 +25151,23 @@ Page.propTypes = {
25151
25151
  scroll: PropTypes__default.bool,
25152
25152
  top: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string])
25153
25153
  };
25154
- const inputInTable$5 = "_inputInTable_1dg3m_331";
25155
- const inputHover$5 = "_inputHover_1dg3m_337";
25156
- const inputFocus$5 = "_inputFocus_1dg3m_342";
25157
- const inputError$5 = "_inputError_1dg3m_349";
25158
- const inputWarning$5 = "_inputWarning_1dg3m_350";
25159
- const inputDisabled$5 = "_inputDisabled_1dg3m_385";
25160
- const hideScrollbars$5 = "_hideScrollbars_1dg3m_390";
25161
- const select = "_select_1dg3m_400";
25162
- const isInTable$2 = "_isInTable_1dg3m_441";
25163
- const unSelected = "_unSelected_1dg3m_447";
25164
- const error$3 = "_error_1dg3m_454";
25165
- const warning$4 = "_warning_1dg3m_471";
25166
- const small$6 = "_small_1dg3m_488";
25167
- const right$3 = "_right_1dg3m_495";
25168
- const groupOrderFirst$1 = "_groupOrderFirst_1dg3m_506";
25169
- const groupOrderMiddle$1 = "_groupOrderMiddle_1dg3m_507";
25170
- const groupOrderLast$1 = "_groupOrderLast_1dg3m_512";
25154
+ const inputInTable$5 = "_inputInTable_si2ov_331";
25155
+ const inputHover$5 = "_inputHover_si2ov_337";
25156
+ const inputFocus$5 = "_inputFocus_si2ov_342";
25157
+ const inputError$5 = "_inputError_si2ov_349";
25158
+ const inputWarning$5 = "_inputWarning_si2ov_350";
25159
+ const inputDisabled$5 = "_inputDisabled_si2ov_385";
25160
+ const hideScrollbars$5 = "_hideScrollbars_si2ov_390";
25161
+ const select = "_select_si2ov_400";
25162
+ const isInTable$2 = "_isInTable_si2ov_441";
25163
+ const unSelected = "_unSelected_si2ov_447";
25164
+ const error$3 = "_error_si2ov_454";
25165
+ const warning$4 = "_warning_si2ov_471";
25166
+ const small$6 = "_small_si2ov_488";
25167
+ const right$3 = "_right_si2ov_495";
25168
+ const groupOrderFirst$1 = "_groupOrderFirst_si2ov_506";
25169
+ const groupOrderMiddle$1 = "_groupOrderMiddle_si2ov_507";
25170
+ const groupOrderLast$1 = "_groupOrderLast_si2ov_511";
25171
25171
  const styles$l = {
25172
25172
  inputInTable: inputInTable$5,
25173
25173
  inputHover: inputHover$5,
@@ -26236,37 +26236,37 @@ const Layer = ({
26236
26236
  })
26237
26237
  });
26238
26238
  };
26239
- const inputInTable$4 = "_inputInTable_5whuw_331";
26240
- const inputHover$4 = "_inputHover_5whuw_337";
26241
- const inputFocus$4 = "_inputFocus_5whuw_342";
26242
- const inputError$4 = "_inputError_5whuw_349";
26243
- const inputWarning$4 = "_inputWarning_5whuw_350";
26244
- const inputDisabled$4 = "_inputDisabled_5whuw_385";
26245
- const hideScrollbars$4 = "_hideScrollbars_5whuw_390";
26246
- const trigger = "_trigger_5whuw_404";
26247
- const isInTable$1 = "_isInTable_5whuw_419";
26248
- const input = "_input_5whuw_331";
26249
- const isOpen = "_isOpen_5whuw_434";
26250
- const error$2 = "_error_5whuw_442";
26251
- const warning$3 = "_warning_5whuw_459";
26252
- const disabled$4 = "_disabled_5whuw_476";
26253
- const iconOpen = "_iconOpen_5whuw_481";
26254
- const icons = "_icons_5whuw_484";
26255
- const clearAll = "_clearAll_5whuw_492";
26256
- const small$4 = "_small_5whuw_501";
26257
- const focus = "_focus_5whuw_510";
26258
- const triggerInputContainer = "_triggerInputContainer_5whuw_524";
26259
- const right$2 = "_right_5whuw_533";
26260
- const multiOptions = "_multiOptions_5whuw_546";
26261
- const multiOption = "_multiOption_5whuw_546";
26262
- const label$4 = "_label_5whuw_578";
26263
- const closeMultiOption = "_closeMultiOption_5whuw_581";
26264
- const selectedSingleValue = "_selectedSingleValue_5whuw_596";
26265
- const placeHolder = "_placeHolder_5whuw_597";
26266
- const groupOrderFirst = "_groupOrderFirst_5whuw_636";
26267
- const groupOrderMiddle = "_groupOrderMiddle_5whuw_637";
26268
- const groupOrderLast = "_groupOrderLast_5whuw_642";
26269
- const detailedLabel = "_detailedLabel_5whuw_647";
26239
+ const inputInTable$4 = "_inputInTable_1d4rt_331";
26240
+ const inputHover$4 = "_inputHover_1d4rt_337";
26241
+ const inputFocus$4 = "_inputFocus_1d4rt_342";
26242
+ const inputError$4 = "_inputError_1d4rt_349";
26243
+ const inputWarning$4 = "_inputWarning_1d4rt_350";
26244
+ const inputDisabled$4 = "_inputDisabled_1d4rt_385";
26245
+ const hideScrollbars$4 = "_hideScrollbars_1d4rt_390";
26246
+ const trigger = "_trigger_1d4rt_404";
26247
+ const isInTable$1 = "_isInTable_1d4rt_419";
26248
+ const input = "_input_1d4rt_331";
26249
+ const isOpen = "_isOpen_1d4rt_434";
26250
+ const error$2 = "_error_1d4rt_442";
26251
+ const warning$3 = "_warning_1d4rt_459";
26252
+ const disabled$4 = "_disabled_1d4rt_476";
26253
+ const iconOpen = "_iconOpen_1d4rt_481";
26254
+ const icons = "_icons_1d4rt_484";
26255
+ const clearAll = "_clearAll_1d4rt_492";
26256
+ const small$4 = "_small_1d4rt_501";
26257
+ const focus = "_focus_1d4rt_510";
26258
+ const triggerInputContainer = "_triggerInputContainer_1d4rt_524";
26259
+ const right$2 = "_right_1d4rt_533";
26260
+ const multiOptions = "_multiOptions_1d4rt_546";
26261
+ const multiOption = "_multiOption_1d4rt_546";
26262
+ const label$4 = "_label_1d4rt_578";
26263
+ const closeMultiOption = "_closeMultiOption_1d4rt_581";
26264
+ const selectedSingleValue = "_selectedSingleValue_1d4rt_596";
26265
+ const placeHolder = "_placeHolder_1d4rt_597";
26266
+ const groupOrderFirst = "_groupOrderFirst_1d4rt_636";
26267
+ const groupOrderMiddle = "_groupOrderMiddle_1d4rt_637";
26268
+ const groupOrderLast = "_groupOrderLast_1d4rt_641";
26269
+ const detailedLabel = "_detailedLabel_1d4rt_646";
26270
26270
  const styles$j = {
26271
26271
  inputInTable: inputInTable$4,
26272
26272
  inputHover: inputHover$4,
@@ -26448,7 +26448,6 @@ const Trigger$1 = ({
26448
26448
  searchable,
26449
26449
  clearable,
26450
26450
  onClickTrigger,
26451
- width,
26452
26451
  element,
26453
26452
  error: error2,
26454
26453
  warning: warning2,
@@ -26499,12 +26498,7 @@ const Trigger$1 = ({
26499
26498
  })]
26500
26499
  })
26501
26500
  } : selectedOptions;
26502
- const triggerInput = /* @__PURE__ */ jsxs("div", {
26503
- style: {
26504
- ...width ? {
26505
- width
26506
- } : {}
26507
- },
26501
+ const triggerInput = /* @__PURE__ */ jsxs(Fragment, {
26508
26502
  children: [element, /* @__PURE__ */ jsxs("div", {
26509
26503
  ref: triggerRef,
26510
26504
  tabIndex,
@@ -26794,6 +26788,8 @@ const CustomSelect = ({
26794
26788
  }
26795
26789
  };
26796
26790
  const getTriggerWidth = useCallback$1(() => {
26791
+ if (width === null)
26792
+ return "100%";
26797
26793
  if (width !== "auto")
26798
26794
  return width;
26799
26795
  return getWidestOptionWidth(options, small2, isFontLoaded, placeholder3);
@@ -26931,58 +26927,62 @@ const CustomSelect = ({
26931
26927
  }
26932
26928
  }
26933
26929
  };
26934
- return /* @__PURE__ */ jsxs(KeyboardEventHandler, {
26935
- handleKeys: ["tab", "up", "down", "left", "right", "enter", "esc"],
26936
- onKeyEvent,
26937
- children: [/* @__PURE__ */ jsx(Trigger$1, {
26938
- selectedOptions,
26939
- searchValue: state.searchValue,
26940
- isOpen: state.isLayerOpen,
26941
- focusedSelectedOptionIndex: state.triggerFocus.currentOption,
26942
- clearAllIsFocused,
26943
- width: getTriggerWidth(),
26944
- searchable,
26945
- triggerRef: mergeRefs(triggerRef, triggerProps.ref),
26946
- error: error2,
26947
- warning: warning2,
26948
- tooltip: tooltip2,
26949
- small: small2,
26950
- isInTable: isInTable2,
26951
- disabled: disabled2 || disabledContext,
26952
- clearable,
26953
- tabIndex,
26954
- onClickTrigger,
26955
- onChangeSearch,
26956
- onClickDeselect: onClickDeselectOption,
26957
- onClickClear: onClickClearAll,
26958
- onFocus,
26959
- onBlur,
26960
- groupOrder,
26961
- maxTooltipWidth,
26962
- placeholder: placeholder3,
26963
- right: right2,
26964
- testId
26965
- }), state.isLayerOpen && renderLayer(/* @__PURE__ */ jsx("div", {
26966
- ...layerProps,
26967
- className: styles$k.layerContainer,
26968
- children: /* @__PURE__ */ jsx(Layer, {
26969
- listRef,
26970
- isMulti: isMulti2,
26971
- sections: state.visibleOptions,
26930
+ return /* @__PURE__ */ jsx("span", {
26931
+ style: {
26932
+ width: getTriggerWidth()
26933
+ },
26934
+ children: /* @__PURE__ */ jsxs(KeyboardEventHandler, {
26935
+ handleKeys: ["tab", "up", "down", "left", "right", "enter", "esc"],
26936
+ onKeyEvent,
26937
+ children: [/* @__PURE__ */ jsx(Trigger$1, {
26972
26938
  selectedOptions,
26973
- onClickDeselectOption,
26974
- onSelectOption: (evt, option2) => {
26975
- onSelectOption(evt, option2, !isMulti2 && closeLayer);
26976
- },
26977
- closeLayer: closeOnOptionActionClick ? closeLayer : null,
26978
- triggerRect: triggerBounds,
26979
- width: getLayerWidth(triggerBounds),
26939
+ searchValue: state.searchValue,
26940
+ isOpen: state.isLayerOpen,
26941
+ focusedSelectedOptionIndex: state.triggerFocus.currentOption,
26942
+ clearAllIsFocused,
26943
+ searchable,
26944
+ triggerRef: mergeRefs(triggerRef, triggerProps.ref),
26945
+ error: error2,
26946
+ warning: warning2,
26947
+ tooltip: tooltip2,
26980
26948
  small: small2,
26981
- focusedOptionIndex: state.layerFocus.current,
26982
- firstSelectedOptionIndex,
26983
- testId: testId && `${testId}-layer`
26984
- })
26985
- }))]
26949
+ isInTable: isInTable2,
26950
+ disabled: disabled2 || disabledContext,
26951
+ clearable,
26952
+ tabIndex,
26953
+ onClickTrigger,
26954
+ onChangeSearch,
26955
+ onClickDeselect: onClickDeselectOption,
26956
+ onClickClear: onClickClearAll,
26957
+ onFocus,
26958
+ onBlur,
26959
+ groupOrder,
26960
+ maxTooltipWidth,
26961
+ placeholder: placeholder3,
26962
+ right: right2,
26963
+ testId
26964
+ }), state.isLayerOpen && renderLayer(/* @__PURE__ */ jsx("div", {
26965
+ ...layerProps,
26966
+ className: styles$k.layerContainer,
26967
+ children: /* @__PURE__ */ jsx(Layer, {
26968
+ listRef,
26969
+ isMulti: isMulti2,
26970
+ sections: state.visibleOptions,
26971
+ selectedOptions,
26972
+ onClickDeselectOption,
26973
+ onSelectOption: (evt, option2) => {
26974
+ onSelectOption(evt, option2, !isMulti2 && closeLayer);
26975
+ },
26976
+ closeLayer: closeOnOptionActionClick ? closeLayer : null,
26977
+ triggerRect: triggerBounds,
26978
+ width: getLayerWidth(triggerBounds),
26979
+ small: small2,
26980
+ focusedOptionIndex: state.layerFocus.current,
26981
+ firstSelectedOptionIndex,
26982
+ testId: testId && `${testId}-layer`
26983
+ })
26984
+ }))]
26985
+ })
26986
26986
  });
26987
26987
  };
26988
26988
  const selectOptionShape = PropTypes__default.oneOfType([PropTypes__default.shape({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.3.12",
3
+ "version": "3.3.14",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {