@oliasoft-open-source/react-ui-library 3.1.16 → 3.1.17
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 +11 -7
- package/dist/index.js +37 -30
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -17357,26 +17357,30 @@ html[data-theme='dark'] {
|
|
|
17357
17357
|
/*
|
|
17358
17358
|
Z-INDEX
|
|
17359
17359
|
*/
|
|
17360
|
-
.
|
|
17360
|
+
._container_1wkvy_329 {
|
|
17361
17361
|
display: flex;
|
|
17362
17362
|
align-items: center;
|
|
17363
|
-
min-height:
|
|
17363
|
+
min-height: var(--size);
|
|
17364
|
+
gap: 4px;
|
|
17365
|
+
}
|
|
17366
|
+
._container_1wkvy_329._small_1wkvy_335 {
|
|
17367
|
+
min-height: var(--size-sm);
|
|
17364
17368
|
}
|
|
17365
|
-
.
|
|
17369
|
+
._container_1wkvy_329._hasMarks_1wkvy_338 {
|
|
17366
17370
|
padding-bottom: 20px;
|
|
17367
17371
|
}
|
|
17368
|
-
.
|
|
17372
|
+
._container_1wkvy_329._vertical_1wkvy_341 {
|
|
17369
17373
|
flex-direction: column;
|
|
17370
17374
|
padding-bottom: 0;
|
|
17371
17375
|
}
|
|
17372
|
-
.
|
|
17376
|
+
._container_1wkvy_329._vertical_1wkvy_341 ._hasArrows_1wkvy_345 {
|
|
17373
17377
|
margin-top: 5px;
|
|
17374
17378
|
margin-bottom: 5px;
|
|
17375
17379
|
}
|
|
17376
|
-
.
|
|
17380
|
+
._container_1wkvy_329._vertical_1wkvy_341 ._button_1wkvy_349 svg {
|
|
17377
17381
|
transform: rotate(-90deg);
|
|
17378
17382
|
}
|
|
17379
|
-
.
|
|
17383
|
+
._label_1wkvy_352 {
|
|
17380
17384
|
white-space: nowrap;
|
|
17381
17385
|
margin-left: 10px;
|
|
17382
17386
|
line-height: 1;
|
package/dist/index.js
CHANGED
|
@@ -1379,7 +1379,7 @@ Accordion.propTypes = {
|
|
|
1379
1379
|
};
|
|
1380
1380
|
const checkbox = "_checkbox_jh50z_329";
|
|
1381
1381
|
const noLabel = "_noLabel_jh50z_342";
|
|
1382
|
-
const small$
|
|
1382
|
+
const small$d = "_small_jh50z_345";
|
|
1383
1383
|
const checkmark = "_checkmark_jh50z_371";
|
|
1384
1384
|
const disabled$9 = "_disabled_jh50z_392";
|
|
1385
1385
|
const noMargin$2 = "_noMargin_jh50z_406";
|
|
@@ -1387,7 +1387,7 @@ const isInTable$4 = "_isInTable_jh50z_409";
|
|
|
1387
1387
|
const styles$O = {
|
|
1388
1388
|
checkbox,
|
|
1389
1389
|
noLabel,
|
|
1390
|
-
small: small$
|
|
1390
|
+
small: small$d,
|
|
1391
1391
|
checkmark,
|
|
1392
1392
|
disabled: disabled$9,
|
|
1393
1393
|
noMargin: noMargin$2,
|
|
@@ -9959,7 +9959,7 @@ const badge = "_badge_1xc80_333";
|
|
|
9959
9959
|
const label$9 = "_label_1xc80_338";
|
|
9960
9960
|
const dark$1 = "_dark_1xc80_350";
|
|
9961
9961
|
const light = "_light_1xc80_353";
|
|
9962
|
-
const small$
|
|
9962
|
+
const small$c = "_small_1xc80_356";
|
|
9963
9963
|
const dot = "_dot_1xc80_362";
|
|
9964
9964
|
const hasChildren = "_hasChildren_1xc80_367";
|
|
9965
9965
|
const styles$K = {
|
|
@@ -9968,7 +9968,7 @@ const styles$K = {
|
|
|
9968
9968
|
label: label$9,
|
|
9969
9969
|
dark: dark$1,
|
|
9970
9970
|
light,
|
|
9971
|
-
small: small$
|
|
9971
|
+
small: small$c,
|
|
9972
9972
|
dot,
|
|
9973
9973
|
hasChildren
|
|
9974
9974
|
};
|
|
@@ -10025,7 +10025,7 @@ const iconOnly = "_iconOnly_hu9gg_416";
|
|
|
10025
10025
|
const basic = "_basic_hu9gg_426";
|
|
10026
10026
|
const muted$1 = "_muted_hu9gg_432";
|
|
10027
10027
|
const disabled$7 = "_disabled_hu9gg_445";
|
|
10028
|
-
const small$
|
|
10028
|
+
const small$b = "_small_hu9gg_455";
|
|
10029
10029
|
const pill = "_pill_hu9gg_460";
|
|
10030
10030
|
const round = "_round_hu9gg_461";
|
|
10031
10031
|
const orange$1 = "_orange_hu9gg_478";
|
|
@@ -10043,7 +10043,7 @@ const buttonStyles = {
|
|
|
10043
10043
|
basic,
|
|
10044
10044
|
muted: muted$1,
|
|
10045
10045
|
disabled: disabled$7,
|
|
10046
|
-
small: small$
|
|
10046
|
+
small: small$b,
|
|
10047
10047
|
pill,
|
|
10048
10048
|
round,
|
|
10049
10049
|
orange: orange$1,
|
|
@@ -10055,13 +10055,13 @@ const buttonStyles = {
|
|
|
10055
10055
|
groupOrderLast: groupOrderLast$4
|
|
10056
10056
|
};
|
|
10057
10057
|
const spinner = "_spinner_16f46_329";
|
|
10058
|
-
const small$
|
|
10058
|
+
const small$a = "_small_16f46_335";
|
|
10059
10059
|
const tiny = "_tiny_16f46_339";
|
|
10060
10060
|
const colored$1 = "_colored_16f46_366";
|
|
10061
10061
|
const dark = "_dark_16f46_378";
|
|
10062
10062
|
const styles$J = {
|
|
10063
10063
|
spinner,
|
|
10064
|
-
small: small$
|
|
10064
|
+
small: small$a,
|
|
10065
10065
|
tiny,
|
|
10066
10066
|
colored: colored$1,
|
|
10067
10067
|
dark
|
|
@@ -10772,14 +10772,14 @@ Actions.propTypes = {
|
|
|
10772
10772
|
right: propTypes$1.exports.bool
|
|
10773
10773
|
};
|
|
10774
10774
|
const breadcrumb = "_breadcrumb_1nzq0_329";
|
|
10775
|
-
const small$
|
|
10775
|
+
const small$9 = "_small_1nzq0_332";
|
|
10776
10776
|
const labelContainer = "_labelContainer_1nzq0_335";
|
|
10777
10777
|
const active$6 = "_active_1nzq0_345";
|
|
10778
10778
|
const disabled$6 = "_disabled_1nzq0_350";
|
|
10779
10779
|
const separator = "_separator_1nzq0_355";
|
|
10780
10780
|
const styles$H = {
|
|
10781
10781
|
breadcrumb,
|
|
10782
|
-
small: small$
|
|
10782
|
+
small: small$9,
|
|
10783
10783
|
labelContainer,
|
|
10784
10784
|
active: active$6,
|
|
10785
10785
|
disabled: disabled$6,
|
|
@@ -12462,7 +12462,7 @@ const faint$1 = "_faint_1j5st_338";
|
|
|
12462
12462
|
const success$1 = "_success_1j5st_341";
|
|
12463
12463
|
const warning$a = "_warning_1j5st_344";
|
|
12464
12464
|
const error$7 = "_error_1j5st_347";
|
|
12465
|
-
const small$
|
|
12465
|
+
const small$8 = "_small_1j5st_350";
|
|
12466
12466
|
const link$1 = "_link_1j5st_353";
|
|
12467
12467
|
const styles$C = {
|
|
12468
12468
|
bold: bold$1,
|
|
@@ -12472,7 +12472,7 @@ const styles$C = {
|
|
|
12472
12472
|
success: success$1,
|
|
12473
12473
|
warning: warning$a,
|
|
12474
12474
|
error: error$7,
|
|
12475
|
-
small: small$
|
|
12475
|
+
small: small$8,
|
|
12476
12476
|
link: link$1
|
|
12477
12477
|
};
|
|
12478
12478
|
const Text = ({
|
|
@@ -15176,7 +15176,7 @@ const inputDisabled$8 = "_inputDisabled_12o4t_382";
|
|
|
15176
15176
|
const hideScrollbars$8 = "_hideScrollbars_12o4t_387";
|
|
15177
15177
|
const input$2 = "_input_12o4t_329";
|
|
15178
15178
|
const isInTable$3 = "_isInTable_12o4t_418";
|
|
15179
|
-
const small$
|
|
15179
|
+
const small$7 = "_small_12o4t_446";
|
|
15180
15180
|
const error$6 = "_error_12o4t_452";
|
|
15181
15181
|
const warning$9 = "_warning_12o4t_467";
|
|
15182
15182
|
const right$5 = "_right_12o4t_487";
|
|
@@ -15192,7 +15192,7 @@ const styles$w = {
|
|
|
15192
15192
|
hideScrollbars: hideScrollbars$8,
|
|
15193
15193
|
input: input$2,
|
|
15194
15194
|
isInTable: isInTable$3,
|
|
15195
|
-
small: small$
|
|
15195
|
+
small: small$7,
|
|
15196
15196
|
error: error$6,
|
|
15197
15197
|
warning: warning$9,
|
|
15198
15198
|
right: right$5,
|
|
@@ -15727,13 +15727,13 @@ Grid.propTypes = {
|
|
|
15727
15727
|
children: propTypes$1.exports.node
|
|
15728
15728
|
};
|
|
15729
15729
|
const addon = "_addon_1trlr_329";
|
|
15730
|
-
const small$
|
|
15730
|
+
const small$6 = "_small_1trlr_340";
|
|
15731
15731
|
const groupOrderFirst$2 = "_groupOrderFirst_1trlr_344";
|
|
15732
15732
|
const groupOrderMiddle$2 = "_groupOrderMiddle_1trlr_345";
|
|
15733
15733
|
const groupOrderLast$2 = "_groupOrderLast_1trlr_350";
|
|
15734
15734
|
const styles$r = {
|
|
15735
15735
|
addon,
|
|
15736
|
-
small: small$
|
|
15736
|
+
small: small$6,
|
|
15737
15737
|
groupOrderFirst: groupOrderFirst$2,
|
|
15738
15738
|
groupOrderMiddle: groupOrderMiddle$2,
|
|
15739
15739
|
groupOrderLast: groupOrderLast$2
|
|
@@ -25793,7 +25793,7 @@ const isInTable$2 = "_isInTable_197p7_434";
|
|
|
25793
25793
|
const unSelected = "_unSelected_197p7_450";
|
|
25794
25794
|
const error$3 = "_error_197p7_457";
|
|
25795
25795
|
const warning$4 = "_warning_197p7_472";
|
|
25796
|
-
const small$
|
|
25796
|
+
const small$5 = "_small_197p7_487";
|
|
25797
25797
|
const right$3 = "_right_197p7_494";
|
|
25798
25798
|
const groupOrderFirst$1 = "_groupOrderFirst_197p7_504";
|
|
25799
25799
|
const input$1 = "_input_197p7_329";
|
|
@@ -25811,7 +25811,7 @@ const styles$l = {
|
|
|
25811
25811
|
unSelected,
|
|
25812
25812
|
error: error$3,
|
|
25813
25813
|
warning: warning$4,
|
|
25814
|
-
small: small$
|
|
25814
|
+
small: small$5,
|
|
25815
25815
|
right: right$3,
|
|
25816
25816
|
groupOrderFirst: groupOrderFirst$1,
|
|
25817
25817
|
input: input$1,
|
|
@@ -26875,7 +26875,7 @@ const triggerInputContainer = "_triggerInputContainer_1va0y_518";
|
|
|
26875
26875
|
const right$2 = "_right_1va0y_527";
|
|
26876
26876
|
const multiOptions = "_multiOptions_1va0y_541";
|
|
26877
26877
|
const multiOptionWrapper = "_multiOptionWrapper_1va0y_550";
|
|
26878
|
-
const small$
|
|
26878
|
+
const small$4 = "_small_1va0y_554";
|
|
26879
26879
|
const multiOption = "_multiOption_1va0y_541";
|
|
26880
26880
|
const label$4 = "_label_1va0y_571";
|
|
26881
26881
|
const closeMultiOption = "_closeMultiOption_1va0y_577";
|
|
@@ -26908,7 +26908,7 @@ const styles$j = {
|
|
|
26908
26908
|
right: right$2,
|
|
26909
26909
|
multiOptions,
|
|
26910
26910
|
multiOptionWrapper,
|
|
26911
|
-
small: small$
|
|
26911
|
+
small: small$4,
|
|
26912
26912
|
multiOption,
|
|
26913
26913
|
label: label$4,
|
|
26914
26914
|
closeMultiOption,
|
|
@@ -28176,7 +28176,7 @@ const wrapper = "_wrapper_ddwqu_329";
|
|
|
28176
28176
|
const inline = "_inline_ddwqu_329";
|
|
28177
28177
|
const radio = "_radio_ddwqu_333";
|
|
28178
28178
|
const labelMargin = "_labelMargin_ddwqu_336";
|
|
28179
|
-
const small$
|
|
28179
|
+
const small$3 = "_small_ddwqu_352";
|
|
28180
28180
|
const noMargin$1 = "_noMargin_ddwqu_356";
|
|
28181
28181
|
const disabled$2 = "_disabled_ddwqu_415";
|
|
28182
28182
|
const isInTable = "_isInTable_ddwqu_431";
|
|
@@ -28185,7 +28185,7 @@ const styles$e = {
|
|
|
28185
28185
|
inline,
|
|
28186
28186
|
radio,
|
|
28187
28187
|
labelMargin,
|
|
28188
|
-
small: small$
|
|
28188
|
+
small: small$3,
|
|
28189
28189
|
noMargin: noMargin$1,
|
|
28190
28190
|
disabled: disabled$2,
|
|
28191
28191
|
isInTable
|
|
@@ -34572,14 +34572,16 @@ const SliderTooltip = ({
|
|
|
34572
34572
|
});
|
|
34573
34573
|
};
|
|
34574
34574
|
const rcSlider = "";
|
|
34575
|
-
const container = "
|
|
34576
|
-
const
|
|
34577
|
-
const
|
|
34578
|
-
const
|
|
34579
|
-
const
|
|
34580
|
-
const
|
|
34575
|
+
const container = "_container_1wkvy_329";
|
|
34576
|
+
const small$2 = "_small_1wkvy_335";
|
|
34577
|
+
const hasMarks = "_hasMarks_1wkvy_338";
|
|
34578
|
+
const vertical = "_vertical_1wkvy_341";
|
|
34579
|
+
const hasArrows = "_hasArrows_1wkvy_345";
|
|
34580
|
+
const button$1 = "_button_1wkvy_349";
|
|
34581
|
+
const label$1 = "_label_1wkvy_352";
|
|
34581
34582
|
const styles$b = {
|
|
34582
34583
|
container,
|
|
34584
|
+
small: small$2,
|
|
34583
34585
|
hasMarks,
|
|
34584
34586
|
vertical,
|
|
34585
34587
|
hasArrows,
|
|
@@ -34619,7 +34621,8 @@ const Slider = ({
|
|
|
34619
34621
|
disabled: disabled2,
|
|
34620
34622
|
vertical: vertical2,
|
|
34621
34623
|
onChange,
|
|
34622
|
-
range
|
|
34624
|
+
range,
|
|
34625
|
+
small: small2
|
|
34623
34626
|
}) => {
|
|
34624
34627
|
const disabledContext = useContext(DisabledContext);
|
|
34625
34628
|
const formattedMarks = memoizedFormatMarkers(marks);
|
|
@@ -34637,6 +34640,7 @@ const Slider = ({
|
|
|
34637
34640
|
children: /* @__PURE__ */ jsx(Button$1, {
|
|
34638
34641
|
basic: true,
|
|
34639
34642
|
small: true,
|
|
34643
|
+
round: true,
|
|
34640
34644
|
onClick: () => onChangeValue(min),
|
|
34641
34645
|
disabled: disabled2 || value === min || disabledContext,
|
|
34642
34646
|
icon: /* @__PURE__ */ jsx(FaFastBackward, {})
|
|
@@ -34647,13 +34651,14 @@ const Slider = ({
|
|
|
34647
34651
|
children: /* @__PURE__ */ jsx(Button$1, {
|
|
34648
34652
|
basic: true,
|
|
34649
34653
|
small: true,
|
|
34654
|
+
round: true,
|
|
34650
34655
|
onClick: () => onChangeValue(max),
|
|
34651
34656
|
disabled: disabled2 || value === max || disabledContext,
|
|
34652
34657
|
icon: /* @__PURE__ */ jsx(FaFastForward, {})
|
|
34653
34658
|
})
|
|
34654
34659
|
});
|
|
34655
34660
|
return /* @__PURE__ */ jsxs("div", {
|
|
34656
|
-
className: cx(styles$b.container, vertical2.enabled ? styles$b.vertical : "", !_$1.isEmpty(marks) ? styles$b.hasMarks : ""),
|
|
34661
|
+
className: cx(styles$b.container, small2 ? styles$b.small : "", vertical2.enabled ? styles$b.vertical : "", !_$1.isEmpty(marks) ? styles$b.hasMarks : ""),
|
|
34657
34662
|
style: vertical2.enabled ? {
|
|
34658
34663
|
width: vertical2.width,
|
|
34659
34664
|
height: vertical2.height
|
|
@@ -34726,6 +34731,7 @@ Slider.defaultProps = {
|
|
|
34726
34731
|
tooltipFormatter: (v2) => v2,
|
|
34727
34732
|
disabled: false,
|
|
34728
34733
|
range: false,
|
|
34734
|
+
small: false,
|
|
34729
34735
|
vertical: {
|
|
34730
34736
|
enabled: false,
|
|
34731
34737
|
width: "100px",
|
|
@@ -34752,6 +34758,7 @@ Slider.propTypes = {
|
|
|
34752
34758
|
tooltipFormatter: propTypes$1.exports.func,
|
|
34753
34759
|
disabled: propTypes$1.exports.bool,
|
|
34754
34760
|
range: propTypes$1.exports.bool,
|
|
34761
|
+
small: propTypes$1.exports.bool,
|
|
34755
34762
|
vertical: propTypes$1.exports.object
|
|
34756
34763
|
};
|
|
34757
34764
|
const Spacer = ({
|