@oliasoft-open-source/react-ui-library 3.1.25 → 3.1.27
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/dist/global.css +114 -108
- package/dist/index.js +69 -66
- package/package.json +5 -2
package/dist/global.css
CHANGED
|
@@ -13517,75 +13517,75 @@ html[data-theme='dark'] {
|
|
|
13517
13517
|
/*
|
|
13518
13518
|
Z-INDEX
|
|
13519
13519
|
*/
|
|
13520
|
-
.
|
|
13520
|
+
._inputInTable_1phe1_332 {
|
|
13521
13521
|
background-color: transparent;
|
|
13522
13522
|
border-radius: inherit !important;
|
|
13523
13523
|
height: 38px;
|
|
13524
13524
|
min-height: 100%;
|
|
13525
13525
|
}
|
|
13526
|
-
.
|
|
13527
|
-
.
|
|
13526
|
+
._inputInTable_1phe1_332:hover,
|
|
13527
|
+
._inputInTable_1phe1_332:focus {
|
|
13528
13528
|
position: relative;
|
|
13529
13529
|
}
|
|
13530
|
-
.
|
|
13530
|
+
._inputInTable_1phe1_332:hover {
|
|
13531
13531
|
z-index: 2;
|
|
13532
13532
|
}
|
|
13533
|
-
.
|
|
13533
|
+
._inputInTable_1phe1_332:focus {
|
|
13534
13534
|
z-index: 3;
|
|
13535
13535
|
}
|
|
13536
|
-
.
|
|
13536
|
+
._inputFocus_1phe1_348 {
|
|
13537
13537
|
outline: none !important;
|
|
13538
13538
|
border: 1px solid var(--color-border-focus) !important;
|
|
13539
13539
|
box-shadow: var(--shadow-focus);
|
|
13540
13540
|
}
|
|
13541
|
-
.
|
|
13542
|
-
.
|
|
13541
|
+
._inputError_1phe1_353,
|
|
13542
|
+
._inputWarning_1phe1_354 {
|
|
13543
13543
|
position: relative;
|
|
13544
13544
|
}
|
|
13545
|
-
.
|
|
13545
|
+
._inputError_1phe1_353 {
|
|
13546
13546
|
z-index: 2;
|
|
13547
13547
|
border-color: var(--color-border-error) !important;
|
|
13548
13548
|
color: var(--color-text-error) !important;
|
|
13549
13549
|
background-color: var(--color-background-error);
|
|
13550
13550
|
}
|
|
13551
|
-
.
|
|
13551
|
+
._inputError_1phe1_353:hover {
|
|
13552
13552
|
border-color: var(--color-border-error-hover) !important;
|
|
13553
13553
|
}
|
|
13554
|
-
.
|
|
13554
|
+
._inputError_1phe1_353:focus {
|
|
13555
13555
|
outline: none !important;
|
|
13556
13556
|
border: 1px solid var(--color-border-focus) !important;
|
|
13557
13557
|
box-shadow: var(--shadow-focus);
|
|
13558
13558
|
}
|
|
13559
|
-
.
|
|
13559
|
+
._inputWarning_1phe1_354 {
|
|
13560
13560
|
z-index: 1;
|
|
13561
13561
|
border-color: var(--color-border-warning) !important;
|
|
13562
13562
|
color: var(--color-text-warning) !important;
|
|
13563
13563
|
background-color: var(--color-background-warning);
|
|
13564
13564
|
}
|
|
13565
|
-
.
|
|
13565
|
+
._inputWarning_1phe1_354:hover {
|
|
13566
13566
|
border-color: var(--color-border-warning-hover) !important;
|
|
13567
13567
|
}
|
|
13568
|
-
.
|
|
13568
|
+
._inputWarning_1phe1_354:focus {
|
|
13569
13569
|
outline: none !important;
|
|
13570
13570
|
border: 1px solid var(--color-border-focus) !important;
|
|
13571
13571
|
box-shadow: var(--shadow-focus);
|
|
13572
13572
|
}
|
|
13573
|
-
.
|
|
13573
|
+
._inputDisabled_1phe1_385 {
|
|
13574
13574
|
pointer-events: none;
|
|
13575
13575
|
background-color: var(--color-background-disabled);
|
|
13576
13576
|
color: var(--color-text-muted);
|
|
13577
13577
|
}
|
|
13578
|
-
.
|
|
13578
|
+
._hideScrollbars_1phe1_390 {
|
|
13579
13579
|
/* Firefox */
|
|
13580
13580
|
scrollbar-width: none;
|
|
13581
13581
|
/* IE 10+ */
|
|
13582
13582
|
-ms-overflow-style: none;
|
|
13583
13583
|
/* Chrome, Safari and Opera */
|
|
13584
13584
|
}
|
|
13585
|
-
.
|
|
13585
|
+
._hideScrollbars_1phe1_390::-webkit-scrollbar {
|
|
13586
13586
|
display: none;
|
|
13587
13587
|
}
|
|
13588
|
-
.
|
|
13588
|
+
._select_1phe1_400 {
|
|
13589
13589
|
appearance: none !important;
|
|
13590
13590
|
-webkit-appearance: none !important;
|
|
13591
13591
|
-moz-appearance: none !important;
|
|
@@ -13602,111 +13602,112 @@ html[data-theme='dark'] {
|
|
|
13602
13602
|
border-radius: 0.28571429rem;
|
|
13603
13603
|
height: 38px;
|
|
13604
13604
|
}
|
|
13605
|
-
.
|
|
13605
|
+
._select_1phe1_400 option {
|
|
13606
13606
|
background: var(--color-background-input);
|
|
13607
13607
|
color: var(--color-text);
|
|
13608
13608
|
}
|
|
13609
|
-
.
|
|
13609
|
+
._select_1phe1_400 option:focus {
|
|
13610
13610
|
background-color: var(--color-background-menuitem-active);
|
|
13611
13611
|
}
|
|
13612
|
-
.
|
|
13612
|
+
._select_1phe1_400:-moz-focusring {
|
|
13613
13613
|
color: transparent !important;
|
|
13614
13614
|
text-shadow: 0 0 0 #000 !important;
|
|
13615
13615
|
}
|
|
13616
|
-
.
|
|
13616
|
+
._select_1phe1_400:hover {
|
|
13617
13617
|
border-color: var(--color-border-hover);
|
|
13618
13618
|
}
|
|
13619
|
-
.
|
|
13619
|
+
._select_1phe1_400:focus {
|
|
13620
13620
|
outline: none !important;
|
|
13621
13621
|
border: 1px solid var(--color-border-focus) !important;
|
|
13622
13622
|
box-shadow: var(--shadow-focus);
|
|
13623
13623
|
}
|
|
13624
|
-
.
|
|
13624
|
+
._select_1phe1_400._isInTable_1phe1_436 {
|
|
13625
13625
|
background-color: transparent;
|
|
13626
13626
|
border-radius: inherit !important;
|
|
13627
13627
|
height: 38px;
|
|
13628
13628
|
min-height: 100%;
|
|
13629
13629
|
}
|
|
13630
|
-
.
|
|
13631
|
-
.
|
|
13630
|
+
._select_1phe1_400._isInTable_1phe1_436:hover,
|
|
13631
|
+
._select_1phe1_400._isInTable_1phe1_436:focus {
|
|
13632
13632
|
position: relative;
|
|
13633
13633
|
}
|
|
13634
|
-
.
|
|
13634
|
+
._select_1phe1_400._isInTable_1phe1_436:hover {
|
|
13635
13635
|
z-index: 2;
|
|
13636
13636
|
}
|
|
13637
|
-
.
|
|
13637
|
+
._select_1phe1_400._isInTable_1phe1_436:focus {
|
|
13638
13638
|
z-index: 3;
|
|
13639
13639
|
}
|
|
13640
|
-
.
|
|
13640
|
+
._select_1phe1_400._unSelected_1phe1_452 {
|
|
13641
13641
|
color: var(--color-text-faint) !important;
|
|
13642
13642
|
}
|
|
13643
|
-
.
|
|
13643
|
+
._select_1phe1_400._unSelected_1phe1_452:-moz-focusring {
|
|
13644
13644
|
color: transparent !important;
|
|
13645
13645
|
text-shadow: 0 0 0 #000 !important;
|
|
13646
13646
|
}
|
|
13647
|
-
.
|
|
13647
|
+
._select_1phe1_400._error_1phe1_459 {
|
|
13648
13648
|
position: relative;
|
|
13649
13649
|
z-index: 2;
|
|
13650
13650
|
border-color: var(--color-border-error) !important;
|
|
13651
13651
|
color: var(--color-text-error) !important;
|
|
13652
13652
|
background-color: var(--color-background-error);
|
|
13653
13653
|
}
|
|
13654
|
-
.
|
|
13654
|
+
._select_1phe1_400._error_1phe1_459:hover {
|
|
13655
13655
|
border-color: var(--color-border-error-hover) !important;
|
|
13656
13656
|
}
|
|
13657
|
-
.
|
|
13657
|
+
._select_1phe1_400._error_1phe1_459:focus {
|
|
13658
13658
|
outline: none !important;
|
|
13659
13659
|
border: 1px solid var(--color-border-focus) !important;
|
|
13660
13660
|
box-shadow: var(--shadow-focus);
|
|
13661
13661
|
}
|
|
13662
|
-
.
|
|
13662
|
+
._select_1phe1_400._warning_1phe1_474 {
|
|
13663
13663
|
position: relative;
|
|
13664
13664
|
z-index: 1;
|
|
13665
13665
|
border-color: var(--color-border-warning) !important;
|
|
13666
13666
|
color: var(--color-text-warning) !important;
|
|
13667
13667
|
background-color: var(--color-background-warning);
|
|
13668
13668
|
}
|
|
13669
|
-
.
|
|
13669
|
+
._select_1phe1_400._warning_1phe1_474:hover {
|
|
13670
13670
|
border-color: var(--color-border-warning-hover) !important;
|
|
13671
13671
|
}
|
|
13672
|
-
.
|
|
13672
|
+
._select_1phe1_400._warning_1phe1_474:focus {
|
|
13673
13673
|
outline: none !important;
|
|
13674
13674
|
border: 1px solid var(--color-border-focus) !important;
|
|
13675
13675
|
box-shadow: var(--shadow-focus);
|
|
13676
13676
|
}
|
|
13677
|
-
.
|
|
13677
|
+
._select_1phe1_400._small_1phe1_489 {
|
|
13678
13678
|
font-size: 12px;
|
|
13679
13679
|
height: 24px;
|
|
13680
13680
|
padding: 3.5px 7px;
|
|
13681
13681
|
background-position: right 8px center !important;
|
|
13682
13682
|
padding-right: 28px;
|
|
13683
13683
|
}
|
|
13684
|
-
.
|
|
13684
|
+
._select_1phe1_400._right_1phe1_496 {
|
|
13685
13685
|
text-align: right;
|
|
13686
13686
|
text-align-last: right;
|
|
13687
13687
|
}
|
|
13688
|
-
.
|
|
13688
|
+
._select_1phe1_400[disabled] {
|
|
13689
|
+
opacity: 1;
|
|
13689
13690
|
pointer-events: none;
|
|
13690
13691
|
background-color: var(--color-background-disabled);
|
|
13691
13692
|
color: var(--color-text-muted);
|
|
13692
13693
|
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");
|
|
13693
13694
|
}
|
|
13694
|
-
.
|
|
13695
|
-
.
|
|
13696
|
-
.
|
|
13697
|
-
.
|
|
13698
|
-
.
|
|
13699
|
-
.
|
|
13695
|
+
._groupOrderFirst_1phe1_507 ._input_1phe1_332:hover,
|
|
13696
|
+
._groupOrderMiddle_1phe1_508 ._input_1phe1_332:hover,
|
|
13697
|
+
._groupOrderLast_1phe1_509 ._input_1phe1_332:hover,
|
|
13698
|
+
._groupOrderFirst_1phe1_507 ._input_1phe1_332:focus,
|
|
13699
|
+
._groupOrderMiddle_1phe1_508 ._input_1phe1_332:focus,
|
|
13700
|
+
._groupOrderLast_1phe1_509 ._input_1phe1_332:focus {
|
|
13700
13701
|
z-index: 2;
|
|
13701
13702
|
}
|
|
13702
|
-
.
|
|
13703
|
-
.
|
|
13703
|
+
._groupOrderFirst_1phe1_507,
|
|
13704
|
+
._groupOrderMiddle_1phe1_508 {
|
|
13704
13705
|
margin-right: -1px;
|
|
13705
13706
|
border-top-right-radius: 0 !important;
|
|
13706
13707
|
border-bottom-right-radius: 0 !important;
|
|
13707
13708
|
}
|
|
13708
|
-
.
|
|
13709
|
-
.
|
|
13709
|
+
._groupOrderLast_1phe1_509,
|
|
13710
|
+
._groupOrderMiddle_1phe1_508 {
|
|
13710
13711
|
border-top-left-radius: 0 !important;
|
|
13711
13712
|
border-bottom-left-radius: 0 !important;
|
|
13712
13713
|
}
|
|
@@ -19066,188 +19067,193 @@ html[data-theme='dark'] {
|
|
|
19066
19067
|
/*
|
|
19067
19068
|
Z-INDEX
|
|
19068
19069
|
*/
|
|
19069
|
-
.
|
|
19070
|
+
._inputInTable_1eedc_332 {
|
|
19070
19071
|
background-color: transparent;
|
|
19071
19072
|
border-radius: inherit !important;
|
|
19072
19073
|
height: 38px;
|
|
19073
19074
|
min-height: 100%;
|
|
19074
19075
|
}
|
|
19075
|
-
.
|
|
19076
|
-
.
|
|
19076
|
+
._inputInTable_1eedc_332:hover,
|
|
19077
|
+
._inputInTable_1eedc_332:focus {
|
|
19077
19078
|
position: relative;
|
|
19078
19079
|
}
|
|
19079
|
-
.
|
|
19080
|
+
._inputInTable_1eedc_332:hover {
|
|
19080
19081
|
z-index: 2;
|
|
19081
19082
|
}
|
|
19082
|
-
.
|
|
19083
|
+
._inputInTable_1eedc_332:focus {
|
|
19083
19084
|
z-index: 3;
|
|
19084
19085
|
}
|
|
19085
|
-
.
|
|
19086
|
+
._inputFocus_1eedc_348 {
|
|
19086
19087
|
outline: none !important;
|
|
19087
19088
|
border: 1px solid var(--color-border-focus) !important;
|
|
19088
19089
|
box-shadow: var(--shadow-focus);
|
|
19089
19090
|
}
|
|
19090
|
-
.
|
|
19091
|
-
.
|
|
19091
|
+
._inputError_1eedc_353,
|
|
19092
|
+
._inputWarning_1eedc_354 {
|
|
19092
19093
|
position: relative;
|
|
19093
19094
|
}
|
|
19094
|
-
.
|
|
19095
|
+
._inputError_1eedc_353 {
|
|
19095
19096
|
z-index: 2;
|
|
19096
19097
|
border-color: var(--color-border-error) !important;
|
|
19097
19098
|
color: var(--color-text-error) !important;
|
|
19098
19099
|
background-color: var(--color-background-error);
|
|
19099
19100
|
}
|
|
19100
|
-
.
|
|
19101
|
+
._inputError_1eedc_353:hover {
|
|
19101
19102
|
border-color: var(--color-border-error-hover) !important;
|
|
19102
19103
|
}
|
|
19103
|
-
.
|
|
19104
|
+
._inputError_1eedc_353:focus {
|
|
19104
19105
|
outline: none !important;
|
|
19105
19106
|
border: 1px solid var(--color-border-focus) !important;
|
|
19106
19107
|
box-shadow: var(--shadow-focus);
|
|
19107
19108
|
}
|
|
19108
|
-
.
|
|
19109
|
+
._inputWarning_1eedc_354 {
|
|
19109
19110
|
z-index: 1;
|
|
19110
19111
|
border-color: var(--color-border-warning) !important;
|
|
19111
19112
|
color: var(--color-text-warning) !important;
|
|
19112
19113
|
background-color: var(--color-background-warning);
|
|
19113
19114
|
}
|
|
19114
|
-
.
|
|
19115
|
+
._inputWarning_1eedc_354:hover {
|
|
19115
19116
|
border-color: var(--color-border-warning-hover) !important;
|
|
19116
19117
|
}
|
|
19117
|
-
.
|
|
19118
|
+
._inputWarning_1eedc_354:focus {
|
|
19118
19119
|
outline: none !important;
|
|
19119
19120
|
border: 1px solid var(--color-border-focus) !important;
|
|
19120
19121
|
box-shadow: var(--shadow-focus);
|
|
19121
19122
|
}
|
|
19122
|
-
.
|
|
19123
|
+
._inputDisabled_1eedc_385 {
|
|
19123
19124
|
pointer-events: none;
|
|
19124
19125
|
background-color: var(--color-background-disabled);
|
|
19125
19126
|
color: var(--color-text-muted);
|
|
19126
19127
|
}
|
|
19127
|
-
.
|
|
19128
|
+
._hideScrollbars_1eedc_390 {
|
|
19128
19129
|
/* Firefox */
|
|
19129
19130
|
scrollbar-width: none;
|
|
19130
19131
|
/* IE 10+ */
|
|
19131
19132
|
-ms-overflow-style: none;
|
|
19132
19133
|
/* Chrome, Safari and Opera */
|
|
19133
19134
|
}
|
|
19134
|
-
.
|
|
19135
|
+
._hideScrollbars_1eedc_390::-webkit-scrollbar {
|
|
19135
19136
|
display: none;
|
|
19136
19137
|
}
|
|
19137
|
-
.
|
|
19138
|
+
._cellWrapperPadding_1eedc_400 {
|
|
19138
19139
|
padding: 9.5px 14px !important;
|
|
19139
19140
|
}
|
|
19140
|
-
.
|
|
19141
|
+
._flexBlock_1eedc_403 {
|
|
19141
19142
|
display: flex;
|
|
19142
19143
|
align-items: center;
|
|
19143
19144
|
justify-content: space-between;
|
|
19144
19145
|
}
|
|
19145
|
-
.
|
|
19146
|
+
._cellWrapper_1eedc_400 {
|
|
19146
19147
|
padding: 9.5px 14px !important;
|
|
19147
19148
|
}
|
|
19148
|
-
.
|
|
19149
|
+
._cellWrapper_1eedc_400 a {
|
|
19149
19150
|
cursor: pointer;
|
|
19150
19151
|
color: var(--color-text-primary) !important;
|
|
19151
19152
|
}
|
|
19152
|
-
.
|
|
19153
|
+
._cellWrapper_1eedc_400 a:hover {
|
|
19153
19154
|
color: var(--color-text-primary-hover) !important;
|
|
19154
19155
|
}
|
|
19155
|
-
.
|
|
19156
|
+
._cellWrapper_1eedc_400 a:active {
|
|
19156
19157
|
color: var(--color-text-primary-active) !important;
|
|
19157
19158
|
}
|
|
19158
|
-
.
|
|
19159
|
+
._cellWrapper_1eedc_400 a._disabledLink_1eedc_421 {
|
|
19159
19160
|
color: var(--color-text-faint) !important;
|
|
19160
19161
|
cursor: default !important;
|
|
19161
19162
|
}
|
|
19162
|
-
.
|
|
19163
|
+
._inputWrapper_1eedc_425 {
|
|
19163
19164
|
margin: -1px;
|
|
19164
19165
|
height: calc(100% + 2px);
|
|
19165
19166
|
border-radius: inherit;
|
|
19166
19167
|
}
|
|
19167
|
-
.
|
|
19168
|
-
.
|
|
19169
|
-
.
|
|
19168
|
+
._inputWrapper_1eedc_425 > span,
|
|
19169
|
+
._inputWrapper_1eedc_425 > span > span,
|
|
19170
|
+
._inputWrapper_1eedc_425 > span > span > div {
|
|
19170
19171
|
height: 100%;
|
|
19171
19172
|
border-radius: inherit;
|
|
19172
19173
|
}
|
|
19173
|
-
.
|
|
19174
|
-
.
|
|
19174
|
+
._inputWrapper_1eedc_425 > div,
|
|
19175
|
+
._inputWrapper_1eedc_425 > div > span {
|
|
19175
19176
|
height: 100%;
|
|
19176
19177
|
border-radius: inherit;
|
|
19177
19178
|
}
|
|
19178
|
-
.
|
|
19179
|
+
._breakWord_1eedc_441 {
|
|
19179
19180
|
word-break: break-word;
|
|
19180
19181
|
}
|
|
19181
|
-
.
|
|
19182
|
+
._inputCell_1eedc_444 {
|
|
19182
19183
|
padding: 0 !important;
|
|
19183
19184
|
}
|
|
19184
|
-
.
|
|
19185
|
+
._sliderCell_1eedc_447 {
|
|
19185
19186
|
padding-top: 0 !important;
|
|
19186
19187
|
padding-bottom: 0 !important;
|
|
19187
19188
|
}
|
|
19188
|
-
.
|
|
19189
|
+
._staticCell_1eedc_451 {
|
|
19189
19190
|
padding: 0 !important;
|
|
19190
19191
|
}
|
|
19191
|
-
.
|
|
19192
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454 {
|
|
19192
19193
|
min-height: 100%;
|
|
19193
19194
|
padding: 9.5px 14px !important;
|
|
19194
19195
|
line-height: 17px;
|
|
19195
19196
|
position: relative;
|
|
19196
19197
|
border-radius: inherit;
|
|
19197
19198
|
}
|
|
19198
|
-
.
|
|
19199
|
-
.
|
|
19199
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461,
|
|
19200
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462 {
|
|
19200
19201
|
border: 1px solid transparent;
|
|
19201
19202
|
}
|
|
19202
|
-
.
|
|
19203
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461 {
|
|
19203
19204
|
position: relative;
|
|
19204
19205
|
z-index: 2;
|
|
19205
19206
|
border-color: var(--color-border-error) !important;
|
|
19206
19207
|
color: var(--color-text-error) !important;
|
|
19207
19208
|
background-color: var(--color-background-error);
|
|
19208
19209
|
}
|
|
19209
|
-
.
|
|
19210
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461:hover {
|
|
19210
19211
|
border-color: var(--color-border-error-hover) !important;
|
|
19211
19212
|
}
|
|
19212
|
-
.
|
|
19213
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461:focus {
|
|
19213
19214
|
outline: none !important;
|
|
19214
19215
|
border: 1px solid var(--color-border-focus) !important;
|
|
19215
19216
|
box-shadow: var(--shadow-focus);
|
|
19216
19217
|
}
|
|
19217
|
-
.
|
|
19218
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462 {
|
|
19218
19219
|
position: relative;
|
|
19219
19220
|
z-index: 1;
|
|
19220
19221
|
border-color: var(--color-border-warning) !important;
|
|
19221
19222
|
color: var(--color-text-warning) !important;
|
|
19222
19223
|
background-color: var(--color-background-warning);
|
|
19223
19224
|
}
|
|
19224
|
-
.
|
|
19225
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462:hover {
|
|
19225
19226
|
border-color: var(--color-border-warning-hover) !important;
|
|
19226
19227
|
}
|
|
19227
|
-
.
|
|
19228
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462:focus {
|
|
19228
19229
|
outline: none !important;
|
|
19229
19230
|
border: 1px solid var(--color-border-focus) !important;
|
|
19230
19231
|
box-shadow: var(--shadow-focus);
|
|
19231
19232
|
}
|
|
19232
|
-
.
|
|
19233
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454._unit_1eedc_495 {
|
|
19233
19234
|
font-weight: normal;
|
|
19234
19235
|
}
|
|
19235
|
-
.
|
|
19236
|
+
._staticCell_1eedc_451 ._staticCellContent_1eedc_454._disabled_1eedc_421 {
|
|
19237
|
+
pointer-events: none;
|
|
19238
|
+
background-color: var(--color-background-disabled);
|
|
19239
|
+
color: var(--color-text-muted);
|
|
19240
|
+
}
|
|
19241
|
+
._sortingCell_1eedc_503 ._staticCellContent_1eedc_454 {
|
|
19236
19242
|
position: relative;
|
|
19237
19243
|
padding-right: 45px !important;
|
|
19238
19244
|
cursor: pointer !important;
|
|
19239
19245
|
}
|
|
19240
|
-
.
|
|
19246
|
+
._sortingCell_1eedc_503 ._staticCellContent_1eedc_454:hover {
|
|
19241
19247
|
background-color: rgba(0, 0, 0, 0.05) !important;
|
|
19242
19248
|
}
|
|
19243
|
-
.
|
|
19249
|
+
._sortingCell_1eedc_503 ._sortingCellIcon_1eedc_511 {
|
|
19244
19250
|
font-size: 20px;
|
|
19245
19251
|
position: absolute;
|
|
19246
19252
|
right: 10px;
|
|
19247
19253
|
top: 50%;
|
|
19248
19254
|
transform: translateY(-50%);
|
|
19249
19255
|
}
|
|
19250
|
-
.
|
|
19256
|
+
._icon_1eedc_518 {
|
|
19251
19257
|
display: inline-block;
|
|
19252
19258
|
margin-left: 8px;
|
|
19253
19259
|
position: relative;
|
|
@@ -19255,43 +19261,43 @@ html[data-theme='dark'] {
|
|
|
19255
19261
|
font-size: 13px;
|
|
19256
19262
|
color: var(--color-text-faint);
|
|
19257
19263
|
}
|
|
19258
|
-
.
|
|
19264
|
+
._icon_1eedc_518:hover {
|
|
19259
19265
|
color: var(--color-text-muted);
|
|
19260
19266
|
}
|
|
19261
|
-
.
|
|
19267
|
+
._icon_1eedc_518._clickable_1eedc_529:hover {
|
|
19262
19268
|
cursor: pointer;
|
|
19263
19269
|
color: var(--color-text-primary-hover);
|
|
19264
19270
|
}
|
|
19265
|
-
.
|
|
19271
|
+
._checkBoxCell_1eedc_533 {
|
|
19266
19272
|
padding-top: 0 !important;
|
|
19267
19273
|
padding-bottom: 0 !important;
|
|
19268
19274
|
}
|
|
19269
|
-
.
|
|
19275
|
+
._iconCell_1eedc_537 {
|
|
19270
19276
|
width: 37px;
|
|
19271
19277
|
text-align: center;
|
|
19272
19278
|
padding: 0 !important;
|
|
19273
19279
|
}
|
|
19274
|
-
.
|
|
19280
|
+
._iconCell_1eedc_537 ._iconWrapper_1eedc_542 {
|
|
19275
19281
|
display: flex;
|
|
19276
19282
|
justify-content: center;
|
|
19277
19283
|
}
|
|
19278
|
-
.
|
|
19284
|
+
._actionsCell_1eedc_546 {
|
|
19279
19285
|
width: 24px;
|
|
19280
19286
|
padding: 0 6px !important;
|
|
19281
19287
|
}
|
|
19282
|
-
.
|
|
19288
|
+
._rightAligned_1eedc_550 {
|
|
19283
19289
|
text-align: right !important;
|
|
19284
19290
|
}
|
|
19285
|
-
.
|
|
19291
|
+
._centerAligned_1eedc_553 {
|
|
19286
19292
|
text-align: center !important;
|
|
19287
19293
|
}
|
|
19288
|
-
.
|
|
19294
|
+
._leftAligned_1eedc_556 {
|
|
19289
19295
|
text-align: left !important;
|
|
19290
19296
|
}
|
|
19291
|
-
.
|
|
19297
|
+
._popover_1eedc_559 {
|
|
19292
19298
|
padding: 9.5px 14px;
|
|
19293
19299
|
}
|
|
19294
|
-
.
|
|
19300
|
+
._disabledPointerEvents_1eedc_562 {
|
|
19295
19301
|
pointer-events: none;
|
|
19296
19302
|
}
|
|
19297
19303
|
/*
|
package/dist/index.js
CHANGED
|
@@ -1381,7 +1381,7 @@ const checkbox = "_checkbox_1yglm_332";
|
|
|
1381
1381
|
const noLabel = "_noLabel_1yglm_345";
|
|
1382
1382
|
const small$e = "_small_1yglm_348";
|
|
1383
1383
|
const checkmark = "_checkmark_1yglm_374";
|
|
1384
|
-
const disabled$
|
|
1384
|
+
const disabled$a = "_disabled_1yglm_395";
|
|
1385
1385
|
const noMargin$2 = "_noMargin_1yglm_409";
|
|
1386
1386
|
const isInTable$4 = "_isInTable_1yglm_412";
|
|
1387
1387
|
const styles$O = {
|
|
@@ -1389,7 +1389,7 @@ const styles$O = {
|
|
|
1389
1389
|
noLabel,
|
|
1390
1390
|
small: small$e,
|
|
1391
1391
|
checkmark,
|
|
1392
|
-
disabled: disabled$
|
|
1392
|
+
disabled: disabled$a,
|
|
1393
1393
|
noMargin: noMargin$2,
|
|
1394
1394
|
isInTable: isInTable$4
|
|
1395
1395
|
};
|
|
@@ -9705,7 +9705,7 @@ const description = "_description_2v72m_488";
|
|
|
9705
9705
|
const arrow = "_arrow_2v72m_492";
|
|
9706
9706
|
const divider$1 = "_divider_2v72m_496";
|
|
9707
9707
|
const deprecatedSemanticIcon = "_deprecatedSemanticIcon_2v72m_500";
|
|
9708
|
-
const disabled$
|
|
9708
|
+
const disabled$9 = "_disabled_2v72m_504";
|
|
9709
9709
|
const buttonLabel = "_buttonLabel_2v72m_509";
|
|
9710
9710
|
const buttonCaret = "_buttonCaret_2v72m_516";
|
|
9711
9711
|
const component = "_component_2v72m_519";
|
|
@@ -9734,7 +9734,7 @@ const styles$L = {
|
|
|
9734
9734
|
arrow,
|
|
9735
9735
|
divider: divider$1,
|
|
9736
9736
|
deprecatedSemanticIcon,
|
|
9737
|
-
disabled: disabled$
|
|
9737
|
+
disabled: disabled$9,
|
|
9738
9738
|
buttonLabel,
|
|
9739
9739
|
buttonCaret,
|
|
9740
9740
|
component,
|
|
@@ -10023,7 +10023,7 @@ const icon$6 = "_icon_3rnm9_412";
|
|
|
10023
10023
|
const iconOnly = "_iconOnly_3rnm9_419";
|
|
10024
10024
|
const basic = "_basic_3rnm9_429";
|
|
10025
10025
|
const muted$1 = "_muted_3rnm9_435";
|
|
10026
|
-
const disabled$
|
|
10026
|
+
const disabled$8 = "_disabled_3rnm9_448";
|
|
10027
10027
|
const small$c = "_small_3rnm9_458";
|
|
10028
10028
|
const pill = "_pill_3rnm9_463";
|
|
10029
10029
|
const round = "_round_3rnm9_464";
|
|
@@ -10041,7 +10041,7 @@ const buttonStyles = {
|
|
|
10041
10041
|
iconOnly,
|
|
10042
10042
|
basic,
|
|
10043
10043
|
muted: muted$1,
|
|
10044
|
-
disabled: disabled$
|
|
10044
|
+
disabled: disabled$8,
|
|
10045
10045
|
small: small$c,
|
|
10046
10046
|
pill,
|
|
10047
10047
|
round,
|
|
@@ -10769,14 +10769,14 @@ const breadcrumb = "_breadcrumb_14dl1_332";
|
|
|
10769
10769
|
const small$a = "_small_14dl1_335";
|
|
10770
10770
|
const labelContainer = "_labelContainer_14dl1_338";
|
|
10771
10771
|
const active$6 = "_active_14dl1_348";
|
|
10772
|
-
const disabled$
|
|
10772
|
+
const disabled$7 = "_disabled_14dl1_353";
|
|
10773
10773
|
const separator = "_separator_14dl1_358";
|
|
10774
10774
|
const styles$H = {
|
|
10775
10775
|
breadcrumb,
|
|
10776
10776
|
small: small$a,
|
|
10777
10777
|
labelContainer,
|
|
10778
10778
|
active: active$6,
|
|
10779
|
-
disabled: disabled$
|
|
10779
|
+
disabled: disabled$7,
|
|
10780
10780
|
separator
|
|
10781
10781
|
};
|
|
10782
10782
|
const Link$2 = ({
|
|
@@ -24655,7 +24655,7 @@ const bordered$1 = "_bordered_olz29_482";
|
|
|
24655
24655
|
const item$4 = "_item_olz29_401";
|
|
24656
24656
|
const action = "_action_olz29_515";
|
|
24657
24657
|
const active$3 = "_active_olz29_518";
|
|
24658
|
-
const disabled$
|
|
24658
|
+
const disabled$6 = "_disabled_olz29_533";
|
|
24659
24659
|
const label$6 = "_label_olz29_544";
|
|
24660
24660
|
const details$2 = "_details_olz29_551";
|
|
24661
24661
|
const metadata = "_metadata_olz29_552";
|
|
@@ -24691,7 +24691,7 @@ const listStyles = {
|
|
|
24691
24691
|
item: item$4,
|
|
24692
24692
|
action,
|
|
24693
24693
|
active: active$3,
|
|
24694
|
-
disabled: disabled$
|
|
24694
|
+
disabled: disabled$6,
|
|
24695
24695
|
label: label$6,
|
|
24696
24696
|
details: details$2,
|
|
24697
24697
|
metadata,
|
|
@@ -25776,23 +25776,23 @@ Page.propTypes = {
|
|
|
25776
25776
|
scroll: propTypes$1.exports.bool,
|
|
25777
25777
|
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
25778
25778
|
};
|
|
25779
|
-
const inputInTable$5 = "
|
|
25780
|
-
const inputFocus$5 = "
|
|
25781
|
-
const inputError$5 = "
|
|
25782
|
-
const inputWarning$5 = "
|
|
25783
|
-
const inputDisabled$5 = "
|
|
25784
|
-
const hideScrollbars$5 = "
|
|
25785
|
-
const select = "
|
|
25786
|
-
const isInTable$2 = "
|
|
25787
|
-
const unSelected = "
|
|
25788
|
-
const error$3 = "
|
|
25789
|
-
const warning$4 = "
|
|
25790
|
-
const small$6 = "
|
|
25791
|
-
const right$3 = "
|
|
25792
|
-
const groupOrderFirst$1 = "
|
|
25793
|
-
const input$1 = "
|
|
25794
|
-
const groupOrderMiddle$1 = "
|
|
25795
|
-
const groupOrderLast$1 = "
|
|
25779
|
+
const inputInTable$5 = "_inputInTable_1phe1_332";
|
|
25780
|
+
const inputFocus$5 = "_inputFocus_1phe1_348";
|
|
25781
|
+
const inputError$5 = "_inputError_1phe1_353";
|
|
25782
|
+
const inputWarning$5 = "_inputWarning_1phe1_354";
|
|
25783
|
+
const inputDisabled$5 = "_inputDisabled_1phe1_385";
|
|
25784
|
+
const hideScrollbars$5 = "_hideScrollbars_1phe1_390";
|
|
25785
|
+
const select = "_select_1phe1_400";
|
|
25786
|
+
const isInTable$2 = "_isInTable_1phe1_436";
|
|
25787
|
+
const unSelected = "_unSelected_1phe1_452";
|
|
25788
|
+
const error$3 = "_error_1phe1_459";
|
|
25789
|
+
const warning$4 = "_warning_1phe1_474";
|
|
25790
|
+
const small$6 = "_small_1phe1_489";
|
|
25791
|
+
const right$3 = "_right_1phe1_496";
|
|
25792
|
+
const groupOrderFirst$1 = "_groupOrderFirst_1phe1_507";
|
|
25793
|
+
const input$1 = "_input_1phe1_332";
|
|
25794
|
+
const groupOrderMiddle$1 = "_groupOrderMiddle_1phe1_508";
|
|
25795
|
+
const groupOrderLast$1 = "_groupOrderLast_1phe1_509";
|
|
25796
25796
|
const styles$l = {
|
|
25797
25797
|
inputInTable: inputInTable$5,
|
|
25798
25798
|
inputFocus: inputFocus$5,
|
|
@@ -26699,7 +26699,7 @@ const option = "_option_fwrcc_358";
|
|
|
26699
26699
|
const message = "_message_fwrcc_359";
|
|
26700
26700
|
const focused = "_focused_fwrcc_393";
|
|
26701
26701
|
const selected = "_selected_fwrcc_397";
|
|
26702
|
-
const disabled$
|
|
26702
|
+
const disabled$5 = "_disabled_fwrcc_404";
|
|
26703
26703
|
const check = "_check_fwrcc_408";
|
|
26704
26704
|
const optionContent = "_optionContent_fwrcc_422";
|
|
26705
26705
|
const label$5 = "_label_fwrcc_427";
|
|
@@ -26714,7 +26714,7 @@ const styles$k = {
|
|
|
26714
26714
|
message,
|
|
26715
26715
|
focused,
|
|
26716
26716
|
selected,
|
|
26717
|
-
disabled: disabled$
|
|
26717
|
+
disabled: disabled$5,
|
|
26718
26718
|
check,
|
|
26719
26719
|
optionContent,
|
|
26720
26720
|
label: label$5,
|
|
@@ -26873,7 +26873,7 @@ const input = "_input_1pdad_332";
|
|
|
26873
26873
|
const isOpen = "_isOpen_1pdad_438";
|
|
26874
26874
|
const error$2 = "_error_1pdad_454";
|
|
26875
26875
|
const warning$3 = "_warning_1pdad_469";
|
|
26876
|
-
const disabled$
|
|
26876
|
+
const disabled$4 = "_disabled_1pdad_484";
|
|
26877
26877
|
const iconOpen = "_iconOpen_1pdad_489";
|
|
26878
26878
|
const icons = "_icons_1pdad_492";
|
|
26879
26879
|
const clearAll = "_clearAll_1pdad_500";
|
|
@@ -26904,7 +26904,7 @@ const styles$j = {
|
|
|
26904
26904
|
isOpen,
|
|
26905
26905
|
error: error$2,
|
|
26906
26906
|
warning: warning$3,
|
|
26907
|
-
disabled: disabled$
|
|
26907
|
+
disabled: disabled$4,
|
|
26908
26908
|
iconOpen,
|
|
26909
26909
|
icons,
|
|
26910
26910
|
clearAll,
|
|
@@ -28265,7 +28265,7 @@ const radio = "_radio_1sjyh_336";
|
|
|
28265
28265
|
const labelMargin = "_labelMargin_1sjyh_339";
|
|
28266
28266
|
const small$3 = "_small_1sjyh_355";
|
|
28267
28267
|
const noMargin$1 = "_noMargin_1sjyh_359";
|
|
28268
|
-
const disabled$
|
|
28268
|
+
const disabled$3 = "_disabled_1sjyh_418";
|
|
28269
28269
|
const isInTable = "_isInTable_1sjyh_434";
|
|
28270
28270
|
const styles$e = {
|
|
28271
28271
|
wrapper,
|
|
@@ -28274,7 +28274,7 @@ const styles$e = {
|
|
|
28274
28274
|
labelMargin,
|
|
28275
28275
|
small: small$3,
|
|
28276
28276
|
noMargin: noMargin$1,
|
|
28277
|
-
disabled: disabled$
|
|
28277
|
+
disabled: disabled$3,
|
|
28278
28278
|
isInTable
|
|
28279
28279
|
};
|
|
28280
28280
|
const RadioInput = ({
|
|
@@ -35045,38 +35045,39 @@ function CgSortAz(props) {
|
|
|
35045
35045
|
function CgSortZa(props) {
|
|
35046
35046
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none" }, "child": [{ "tag": "path", "attr": { "d": "M6 16C6 16.5523 6.44772 17 7 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H7C6.44772 15 6 15.4477 6 16Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M8 12C8 12.5523 8.44772 13 9 13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H9C8.44772 11 8 11.4477 8 12Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M11 9C10.4477 9 10 8.55229 10 8C10 7.44771 10.4477 7 11 7H13C13.5523 7 14 7.44771 14 8C14 8.55229 13.5523 9 13 9H11Z", "fill": "currentColor" } }] })(props);
|
|
35047
35047
|
}
|
|
35048
|
-
const inputInTable$1 = "
|
|
35049
|
-
const inputFocus$1 = "
|
|
35050
|
-
const inputError$1 = "
|
|
35051
|
-
const inputWarning$1 = "
|
|
35052
|
-
const inputDisabled$1 = "
|
|
35053
|
-
const hideScrollbars$1 = "
|
|
35054
|
-
const cellWrapperPadding = "
|
|
35055
|
-
const flexBlock = "
|
|
35056
|
-
const cellWrapper = "
|
|
35057
|
-
const disabledLink = "
|
|
35058
|
-
const inputWrapper = "
|
|
35059
|
-
const breakWord = "
|
|
35060
|
-
const inputCell = "
|
|
35061
|
-
const sliderCell = "
|
|
35062
|
-
const staticCell = "
|
|
35063
|
-
const staticCellContent = "
|
|
35064
|
-
const error$1 = "
|
|
35065
|
-
const warning$1 = "
|
|
35066
|
-
const unit = "
|
|
35067
|
-
const
|
|
35068
|
-
const
|
|
35069
|
-
const
|
|
35070
|
-
const
|
|
35071
|
-
const
|
|
35072
|
-
const
|
|
35073
|
-
const
|
|
35074
|
-
const
|
|
35075
|
-
const
|
|
35076
|
-
const
|
|
35077
|
-
const
|
|
35078
|
-
const
|
|
35079
|
-
const
|
|
35048
|
+
const inputInTable$1 = "_inputInTable_1eedc_332";
|
|
35049
|
+
const inputFocus$1 = "_inputFocus_1eedc_348";
|
|
35050
|
+
const inputError$1 = "_inputError_1eedc_353";
|
|
35051
|
+
const inputWarning$1 = "_inputWarning_1eedc_354";
|
|
35052
|
+
const inputDisabled$1 = "_inputDisabled_1eedc_385";
|
|
35053
|
+
const hideScrollbars$1 = "_hideScrollbars_1eedc_390";
|
|
35054
|
+
const cellWrapperPadding = "_cellWrapperPadding_1eedc_400";
|
|
35055
|
+
const flexBlock = "_flexBlock_1eedc_403";
|
|
35056
|
+
const cellWrapper = "_cellWrapper_1eedc_400";
|
|
35057
|
+
const disabledLink = "_disabledLink_1eedc_421";
|
|
35058
|
+
const inputWrapper = "_inputWrapper_1eedc_425";
|
|
35059
|
+
const breakWord = "_breakWord_1eedc_441";
|
|
35060
|
+
const inputCell = "_inputCell_1eedc_444";
|
|
35061
|
+
const sliderCell = "_sliderCell_1eedc_447";
|
|
35062
|
+
const staticCell = "_staticCell_1eedc_451";
|
|
35063
|
+
const staticCellContent = "_staticCellContent_1eedc_454";
|
|
35064
|
+
const error$1 = "_error_1eedc_461";
|
|
35065
|
+
const warning$1 = "_warning_1eedc_462";
|
|
35066
|
+
const unit = "_unit_1eedc_495";
|
|
35067
|
+
const disabled$2 = "_disabled_1eedc_421";
|
|
35068
|
+
const sortingCell = "_sortingCell_1eedc_503";
|
|
35069
|
+
const sortingCellIcon = "_sortingCellIcon_1eedc_511";
|
|
35070
|
+
const icon = "_icon_1eedc_518";
|
|
35071
|
+
const clickable = "_clickable_1eedc_529";
|
|
35072
|
+
const checkBoxCell = "_checkBoxCell_1eedc_533";
|
|
35073
|
+
const iconCell = "_iconCell_1eedc_537";
|
|
35074
|
+
const iconWrapper = "_iconWrapper_1eedc_542";
|
|
35075
|
+
const actionsCell = "_actionsCell_1eedc_546";
|
|
35076
|
+
const rightAligned = "_rightAligned_1eedc_550";
|
|
35077
|
+
const centerAligned = "_centerAligned_1eedc_553";
|
|
35078
|
+
const leftAligned = "_leftAligned_1eedc_556";
|
|
35079
|
+
const popover = "_popover_1eedc_559";
|
|
35080
|
+
const disabledPointerEvents = "_disabledPointerEvents_1eedc_562";
|
|
35080
35081
|
const styles$7 = {
|
|
35081
35082
|
inputInTable: inputInTable$1,
|
|
35082
35083
|
inputFocus: inputFocus$1,
|
|
@@ -35097,6 +35098,7 @@ const styles$7 = {
|
|
|
35097
35098
|
error: error$1,
|
|
35098
35099
|
warning: warning$1,
|
|
35099
35100
|
unit,
|
|
35101
|
+
disabled: disabled$2,
|
|
35100
35102
|
sortingCell,
|
|
35101
35103
|
sortingCellIcon,
|
|
35102
35104
|
icon,
|
|
@@ -35363,6 +35365,7 @@ const StaticCell = (props) => {
|
|
|
35363
35365
|
testId
|
|
35364
35366
|
} = props;
|
|
35365
35367
|
const {
|
|
35368
|
+
disabled: disabled2,
|
|
35366
35369
|
error: error2,
|
|
35367
35370
|
warning: warning2,
|
|
35368
35371
|
tooltip: tooltip2,
|
|
@@ -35372,7 +35375,7 @@ const StaticCell = (props) => {
|
|
|
35372
35375
|
type
|
|
35373
35376
|
} = cell;
|
|
35374
35377
|
const field2 = /* @__PURE__ */ jsxs("div", {
|
|
35375
|
-
className: cx(styles$7.staticCellContent, type === "Unit" ? styles$7.unit : "", error2 ? styles$7.error : warning2 ? styles$7.warning : ""),
|
|
35378
|
+
className: cx(styles$7.staticCellContent, type === "Unit" ? styles$7.unit : "", error2 ? styles$7.error : warning2 ? styles$7.warning : "", disabled2 ? styles$7.disabled : ""),
|
|
35376
35379
|
onClick: hasSort ? (evt) => onSort(evt) : () => {
|
|
35377
35380
|
},
|
|
35378
35381
|
"data-testid": testId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.27",
|
|
4
4
|
"description": "Reusable UI components for React projects",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"preview:docs": "yarn run http-server ./public -o -p 9002 -c-1",
|
|
20
20
|
"preview:storybook": "yarn run http-server ./public/storybook -o -p 9003 -c-1",
|
|
21
21
|
"test": "yarn run prettier:check && yarn run lint:check && yarn run test:unit",
|
|
22
|
-
"test:unit": "
|
|
22
|
+
"test:unit": "jest",
|
|
23
23
|
"test:unit:coverage": "vitest --coverage",
|
|
24
24
|
"lint:check": "eslint \"**/*.{js,jsx}\"",
|
|
25
25
|
"lint:fix": "eslint --fix \"**/*.{js,jsx}\"",
|
|
@@ -82,10 +82,13 @@
|
|
|
82
82
|
"@minoru/react-dnd-treeview": "^1.6.1",
|
|
83
83
|
"@storybook/addon-links": "^6.5.13",
|
|
84
84
|
"@vitejs/plugin-react": "^2.1.0",
|
|
85
|
+
"babel-jest": "^29.4.1",
|
|
85
86
|
"classnames": "^2.3.1",
|
|
86
87
|
"core-js": "^3.17.3",
|
|
87
88
|
"http-server": "^14.1.1",
|
|
88
89
|
"immer": "^9.0.6",
|
|
90
|
+
"jest": "^29.4.1",
|
|
91
|
+
"jest-transform-stub": "^2.0.0",
|
|
89
92
|
"jsdom": "^20.0.2",
|
|
90
93
|
"less-vars-to-js": "^1.3.0",
|
|
91
94
|
"lodash": "^4.17.21",
|