@itilite/lumina-ui 1.1.9 → 1.1.11
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/atom/RangePicker/RangePicker.js +5 -4
- package/dist/atom/RangePicker/RangePicker.mjs +3 -3
- package/dist/atom/Select/Select.js +5 -4
- package/dist/atom/Select/Select.mjs +1 -1
- package/dist/chunk-2QQU6BYR.mjs +678 -0
- package/dist/chunk-35KDS27M.mjs +618 -0
- package/dist/chunk-5PFI6XBL.mjs +618 -0
- package/dist/chunk-E4FCLHYA.mjs +678 -0
- package/dist/chunk-W7J4GMPI.mjs +618 -0
- package/dist/chunk-Y3BIY4DW.mjs +618 -0
- package/dist/chunk-YO5EDEA6.mjs +618 -0
- package/dist/chunk-ZGFE3OPJ.mjs +678 -0
- package/dist/index.js +5 -4
- package/dist/index.mjs +12 -12
- package/dist/styles.css +233 -232
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import
|
|
5
|
-
Modal_default
|
|
6
|
-
} from "./chunk-UQJ3BDM4.mjs";
|
|
2
|
+
RangePicker_default
|
|
3
|
+
} from "./chunk-W7J4GMPI.mjs";
|
|
4
|
+
import "./chunk-ZTRM4HZJ.mjs";
|
|
7
5
|
import {
|
|
8
6
|
Switch_default
|
|
9
7
|
} from "./chunk-MNARBWAJ.mjs";
|
|
8
|
+
import {
|
|
9
|
+
Radio_default
|
|
10
|
+
} from "./chunk-2EBPXGRY.mjs";
|
|
10
11
|
import {
|
|
11
12
|
Tag_default
|
|
12
13
|
} from "./chunk-4VZB2KR2.mjs";
|
|
13
14
|
import {
|
|
14
15
|
Avatar_default
|
|
15
16
|
} from "./chunk-IWO2Y5QX.mjs";
|
|
17
|
+
import {
|
|
18
|
+
Modal_default
|
|
19
|
+
} from "./chunk-UQJ3BDM4.mjs";
|
|
16
20
|
import {
|
|
17
21
|
Button_default
|
|
18
22
|
} from "./chunk-AF2RKLH6.mjs";
|
|
19
23
|
import {
|
|
20
24
|
Checkbox_default
|
|
21
25
|
} from "./chunk-UQZNUEZE.mjs";
|
|
22
|
-
import {
|
|
23
|
-
RangePicker_default
|
|
24
|
-
} from "./chunk-B63IXC6M.mjs";
|
|
25
26
|
import {
|
|
26
27
|
Select_default
|
|
27
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-E4FCLHYA.mjs";
|
|
28
29
|
import {
|
|
29
30
|
Tooltip_default
|
|
30
31
|
} from "./chunk-MLCMZRUC.mjs";
|
|
31
32
|
import {
|
|
32
33
|
LoadingSpinner_default
|
|
33
34
|
} from "./chunk-QKTMWS4J.mjs";
|
|
34
|
-
import "./chunk-ZTRM4HZJ.mjs";
|
|
35
35
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
36
|
+
Slider_default
|
|
37
|
+
} from "./chunk-D3N7VFER.mjs";
|
|
38
38
|
import "./chunk-FWCSY2DS.mjs";
|
|
39
39
|
export {
|
|
40
40
|
Avatar_default as Avatar,
|
package/dist/styles.css
CHANGED
|
@@ -411,10 +411,6 @@
|
|
|
411
411
|
padding-left: 0.5rem;
|
|
412
412
|
padding-right: 0.5rem
|
|
413
413
|
}
|
|
414
|
-
.tw-px-3 {
|
|
415
|
-
padding-left: 0.75rem;
|
|
416
|
-
padding-right: 0.75rem
|
|
417
|
-
}
|
|
418
414
|
.tw-px-4 {
|
|
419
415
|
padding-left: 1rem;
|
|
420
416
|
padding-right: 1rem
|
|
@@ -601,6 +597,11 @@
|
|
|
601
597
|
font-size: 1rem;
|
|
602
598
|
line-height: 24px
|
|
603
599
|
}
|
|
600
|
+
.tw-typography-caption1 {
|
|
601
|
+
font-weight: 400;
|
|
602
|
+
font-size: 0.75rem;
|
|
603
|
+
line-height: 16px
|
|
604
|
+
}
|
|
604
605
|
.tw-typography-caption1Bold {
|
|
605
606
|
font-weight: 500;
|
|
606
607
|
font-size: 0.75rem;
|
|
@@ -690,14 +691,17 @@
|
|
|
690
691
|
|
|
691
692
|
|
|
692
693
|
/* CSS Modules */
|
|
693
|
-
/* src/atom/
|
|
694
|
-
.
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
694
|
+
/* src/atom/Tooltip/Tooltip.module.scss */
|
|
695
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
|
|
696
|
+
background-color: white !important;
|
|
697
|
+
color: #111827;
|
|
698
|
+
border-radius: 0.5rem;
|
|
699
|
+
padding: 0.625rem;
|
|
700
|
+
--tw-text-opacity: 1;
|
|
701
|
+
color: rgb(33 40 55 / var(--tw-text-opacity, 1));
|
|
702
|
+
}
|
|
703
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
704
|
+
background-color: white !important;
|
|
701
705
|
}
|
|
702
706
|
|
|
703
707
|
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
@@ -798,35 +802,77 @@
|
|
|
798
802
|
background: white;
|
|
799
803
|
}
|
|
800
804
|
|
|
801
|
-
/* src/atom/
|
|
802
|
-
.
|
|
803
|
-
|
|
804
|
-
|
|
805
|
+
/* src/atom/Modal/Modal.module.scss */
|
|
806
|
+
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
807
|
+
margin-top: 0;
|
|
808
|
+
margin-top: 0px;
|
|
805
809
|
}
|
|
806
|
-
.
|
|
807
|
-
|
|
808
|
-
|
|
810
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
811
|
+
padding: 24px;
|
|
812
|
+
padding: 1.5rem;
|
|
813
|
+
display: flex;
|
|
814
|
+
justify-content: flex-end;
|
|
809
815
|
}
|
|
810
|
-
.
|
|
811
|
-
|
|
812
|
-
|
|
816
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
817
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
818
|
+
min-width: 92px;
|
|
813
819
|
}
|
|
814
|
-
.
|
|
815
|
-
|
|
816
|
-
|
|
820
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
821
|
+
padding: 24px;
|
|
822
|
+
padding: 1.5rem;
|
|
823
|
+
padding-top: 0px;
|
|
824
|
+
display: flex;
|
|
825
|
+
justify-content: flex-end;
|
|
817
826
|
}
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
827
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
828
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
829
|
+
width: 50%;
|
|
830
|
+
}
|
|
831
|
+
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
832
|
+
padding: 0;
|
|
833
|
+
border-radius: 0.75rem;
|
|
834
|
+
padding: 0px;
|
|
835
|
+
}
|
|
836
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
837
|
+
margin-bottom: 0px;
|
|
838
|
+
padding: 1rem;
|
|
839
|
+
}
|
|
840
|
+
@media (min-width: 576px) {
|
|
841
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
842
|
+
padding: 1.5rem;
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
846
|
+
justify-content: flex-start;
|
|
847
|
+
padding-right: 1.25rem;
|
|
848
|
+
font-size: 1.25rem;
|
|
849
|
+
font-weight: 500;
|
|
850
|
+
line-height: 1.75rem;
|
|
825
851
|
--tw-text-opacity: 1;
|
|
826
|
-
color: rgb(
|
|
852
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
827
853
|
}
|
|
828
|
-
.
|
|
829
|
-
|
|
854
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
855
|
+
display: flex;
|
|
856
|
+
align-items: flex-end;
|
|
857
|
+
justify-content: center;
|
|
858
|
+
}
|
|
859
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
860
|
+
display: flex;
|
|
861
|
+
align-items: center;
|
|
862
|
+
justify-content: center;
|
|
863
|
+
}
|
|
864
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
865
|
+
padding: 0 1.5rem 1.5rem;
|
|
866
|
+
max-height: 65vh;
|
|
867
|
+
overflow: auto;
|
|
868
|
+
}
|
|
869
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
870
|
+
top: 1.5rem;
|
|
871
|
+
right: 1.5rem;
|
|
872
|
+
padding-bottom: 0.25rem;
|
|
873
|
+
}
|
|
874
|
+
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
875
|
+
margin-inline-start: 0.5rem;
|
|
830
876
|
}
|
|
831
877
|
|
|
832
878
|
/* src/atom/Slider/Slider.module.scss */
|
|
@@ -865,72 +911,117 @@
|
|
|
865
911
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
866
912
|
}
|
|
867
913
|
|
|
868
|
-
/* src/atom/
|
|
869
|
-
.
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
height:
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
height:
|
|
879
|
-
|
|
914
|
+
/* src/atom/Tag/Tag.module.scss */
|
|
915
|
+
.Tag-module__tag___PIkhI {
|
|
916
|
+
border-radius: 0.25rem;
|
|
917
|
+
padding: 0.25rem;
|
|
918
|
+
font-weight: 500;
|
|
919
|
+
font-size: 0.625rem;
|
|
920
|
+
line-height: .75rem;
|
|
921
|
+
--tw-bg-opacity: 1;
|
|
922
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
923
|
+
height: -moz-max-content;
|
|
924
|
+
height: max-content;
|
|
925
|
+
border-style: solid;
|
|
926
|
+
border-width: 0.5px
|
|
880
927
|
}
|
|
881
|
-
.
|
|
882
|
-
|
|
883
|
-
|
|
928
|
+
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
929
|
+
padding-top: 2px;
|
|
930
|
+
padding-bottom: 2px;
|
|
931
|
+
padding-left: 0.25rem;
|
|
932
|
+
padding-right: 0.25rem;
|
|
933
|
+
font-size: 0.625rem;
|
|
934
|
+
line-height: .75rem
|
|
884
935
|
}
|
|
885
|
-
.
|
|
886
|
-
|
|
887
|
-
|
|
936
|
+
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
937
|
+
--tw-text-opacity: 1;
|
|
938
|
+
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
939
|
+
--tw-bg-opacity: 1;
|
|
940
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
941
|
+
--tw-border-opacity: 1;
|
|
942
|
+
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
888
943
|
}
|
|
889
|
-
.
|
|
890
|
-
|
|
891
|
-
|
|
944
|
+
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
945
|
+
--tw-text-opacity: 1;
|
|
946
|
+
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
947
|
+
--tw-bg-opacity: 1;
|
|
948
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
949
|
+
--tw-border-opacity: 1;
|
|
950
|
+
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
892
951
|
}
|
|
893
|
-
.
|
|
894
|
-
|
|
952
|
+
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
953
|
+
--tw-text-opacity: 1;
|
|
954
|
+
color: rgb(185 71 16 / var(--tw-text-opacity, 1));
|
|
955
|
+
--tw-bg-opacity: 1;
|
|
956
|
+
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
|
|
957
|
+
--tw-border-opacity: 1;
|
|
958
|
+
border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
|
|
895
959
|
}
|
|
896
|
-
.
|
|
897
|
-
|
|
960
|
+
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
961
|
+
--tw-text-opacity: 1;
|
|
962
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
963
|
+
--tw-bg-opacity: 1;
|
|
964
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
965
|
+
--tw-border-opacity: 1;
|
|
966
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
|
|
898
967
|
}
|
|
899
|
-
.
|
|
900
|
-
|
|
901
|
-
|
|
968
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
969
|
+
--tw-text-opacity: 1;
|
|
970
|
+
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
971
|
+
--tw-bg-opacity: 1;
|
|
972
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
973
|
+
--tw-border-opacity: 1;
|
|
974
|
+
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
902
975
|
}
|
|
903
|
-
.
|
|
904
|
-
|
|
905
|
-
|
|
976
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
977
|
+
--tw-text-opacity: 1;
|
|
978
|
+
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
979
|
+
--tw-bg-opacity: 1;
|
|
980
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
981
|
+
--tw-border-opacity: 1;
|
|
982
|
+
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
906
983
|
}
|
|
907
|
-
.
|
|
908
|
-
|
|
984
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
985
|
+
--tw-text-opacity: 1;
|
|
986
|
+
color: rgb(154 103 0 / var(--tw-text-opacity, 1));
|
|
987
|
+
--tw-bg-opacity: 1;
|
|
988
|
+
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
|
|
989
|
+
--tw-border-opacity: 1;
|
|
990
|
+
border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
|
|
909
991
|
}
|
|
910
|
-
.
|
|
911
|
-
|
|
992
|
+
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
993
|
+
--tw-text-opacity: 1;
|
|
994
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
995
|
+
--tw-bg-opacity: 1;
|
|
996
|
+
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
|
|
997
|
+
--tw-border-opacity: 1;
|
|
998
|
+
border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
|
|
912
999
|
}
|
|
913
|
-
.
|
|
914
|
-
|
|
1000
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
1001
|
+
--tw-text-opacity: 1;
|
|
1002
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
1003
|
+
--tw-bg-opacity: 1;
|
|
1004
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
1005
|
+
--tw-border-opacity: 1;
|
|
1006
|
+
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
915
1007
|
}
|
|
916
|
-
|
|
917
|
-
|
|
1008
|
+
|
|
1009
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
1010
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
1011
|
+
height: 0.75rem;
|
|
1012
|
+
min-width: 1.5rem
|
|
918
1013
|
}
|
|
919
|
-
.
|
|
920
|
-
|
|
921
|
-
|
|
1014
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
1015
|
+
height: 0.5rem;
|
|
1016
|
+
width: 0.5rem
|
|
922
1017
|
}
|
|
923
|
-
.
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
font-size: 0.875rem;
|
|
927
|
-
line-height: 20px;
|
|
1018
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
1019
|
+
--tw-bg-opacity: 1;
|
|
1020
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
928
1021
|
}
|
|
929
|
-
.
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
font-size: 0.875rem;
|
|
933
|
-
line-height: 20px;
|
|
1022
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
1023
|
+
--tw-bg-opacity: 1;
|
|
1024
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
934
1025
|
}
|
|
935
1026
|
|
|
936
1027
|
/* src/atom/Button/Button.module.scss */
|
|
@@ -1127,172 +1218,82 @@
|
|
|
1127
1218
|
outline: none;
|
|
1128
1219
|
}
|
|
1129
1220
|
|
|
1130
|
-
/* src/atom/
|
|
1131
|
-
.
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
font-weight: 500;
|
|
1135
|
-
font-size: 0.625rem;
|
|
1136
|
-
line-height: .75rem;
|
|
1137
|
-
--tw-bg-opacity: 1;
|
|
1138
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1139
|
-
height: -moz-max-content;
|
|
1140
|
-
height: max-content;
|
|
1141
|
-
border-style: solid;
|
|
1142
|
-
border-width: 0.5px
|
|
1143
|
-
}
|
|
1144
|
-
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
1145
|
-
padding-top: 2px;
|
|
1146
|
-
padding-bottom: 2px;
|
|
1147
|
-
padding-left: 0.25rem;
|
|
1148
|
-
padding-right: 0.25rem;
|
|
1149
|
-
font-size: 0.625rem;
|
|
1150
|
-
line-height: .75rem
|
|
1151
|
-
}
|
|
1152
|
-
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
1153
|
-
--tw-text-opacity: 1;
|
|
1154
|
-
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
1155
|
-
--tw-bg-opacity: 1;
|
|
1156
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
1157
|
-
--tw-border-opacity: 1;
|
|
1158
|
-
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
1159
|
-
}
|
|
1160
|
-
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
1161
|
-
--tw-text-opacity: 1;
|
|
1162
|
-
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
1163
|
-
--tw-bg-opacity: 1;
|
|
1164
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
1165
|
-
--tw-border-opacity: 1;
|
|
1166
|
-
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
1221
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
1222
|
+
.Radio-module__radio___1CPAk {
|
|
1223
|
+
display: flex;
|
|
1224
|
+
align-items: center;
|
|
1167
1225
|
}
|
|
1168
|
-
.
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
--tw-bg-opacity: 1;
|
|
1172
|
-
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
|
|
1173
|
-
--tw-border-opacity: 1;
|
|
1174
|
-
border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
|
|
1226
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
1227
|
+
height: 16px;
|
|
1228
|
+
width: 16px;
|
|
1175
1229
|
}
|
|
1176
|
-
.
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
--tw-bg-opacity: 1;
|
|
1180
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
1181
|
-
--tw-border-opacity: 1;
|
|
1182
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
|
|
1230
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
1231
|
+
height: 20px;
|
|
1232
|
+
width: 20px;
|
|
1183
1233
|
}
|
|
1184
|
-
.
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
--tw-bg-opacity: 1;
|
|
1188
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
1189
|
-
--tw-border-opacity: 1;
|
|
1190
|
-
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
1234
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
1235
|
+
height: 24px;
|
|
1236
|
+
width: 24px;
|
|
1191
1237
|
}
|
|
1192
|
-
.
|
|
1193
|
-
|
|
1194
|
-
color:
|
|
1195
|
-
--tw-bg-opacity: 1;
|
|
1196
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
1197
|
-
--tw-border-opacity: 1;
|
|
1198
|
-
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
1238
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
1239
|
+
border-color: #EC5D25;
|
|
1240
|
+
background-color: #EC5D25;
|
|
1199
1241
|
}
|
|
1200
|
-
.
|
|
1201
|
-
|
|
1202
|
-
color:
|
|
1203
|
-
--tw-bg-opacity: 1;
|
|
1204
|
-
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
|
|
1205
|
-
--tw-border-opacity: 1;
|
|
1206
|
-
border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
|
|
1242
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
1243
|
+
border-color: #B94710;
|
|
1244
|
+
background-color: #B94710;
|
|
1207
1245
|
}
|
|
1208
|
-
.
|
|
1209
|
-
|
|
1210
|
-
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1211
|
-
--tw-bg-opacity: 1;
|
|
1212
|
-
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
|
|
1213
|
-
--tw-border-opacity: 1;
|
|
1214
|
-
border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
|
|
1246
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
1247
|
+
outline: 2px solid #0A65E7;
|
|
1215
1248
|
}
|
|
1216
|
-
.
|
|
1217
|
-
|
|
1218
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
1219
|
-
--tw-bg-opacity: 1;
|
|
1220
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
1221
|
-
--tw-border-opacity: 1;
|
|
1222
|
-
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
1249
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
1250
|
+
cursor: not-allowed;
|
|
1223
1251
|
}
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
margin-top: 0;
|
|
1228
|
-
margin-top: 0px;
|
|
1252
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
1253
|
+
border-color: #B6BAC3;
|
|
1254
|
+
background-color: #B6BAC3;
|
|
1229
1255
|
}
|
|
1230
|
-
.
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
display: flex;
|
|
1234
|
-
justify-content: flex-end;
|
|
1256
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
1257
|
+
transform: scale(0.375);
|
|
1258
|
+
background-color: #FFFFFF;
|
|
1235
1259
|
}
|
|
1236
|
-
.
|
|
1237
|
-
|
|
1238
|
-
min-width: 92px;
|
|
1260
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
1261
|
+
border-color: #B6BAC3;
|
|
1239
1262
|
}
|
|
1240
|
-
.
|
|
1241
|
-
|
|
1242
|
-
padding: 1.5rem;
|
|
1243
|
-
padding-top: 0px;
|
|
1244
|
-
display: flex;
|
|
1245
|
-
justify-content: flex-end;
|
|
1263
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
1264
|
+
border-color: #6B7280;
|
|
1246
1265
|
}
|
|
1247
|
-
.
|
|
1248
|
-
|
|
1249
|
-
width: 50%;
|
|
1266
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
1267
|
+
outline: 2px solid #0A65E7;
|
|
1250
1268
|
}
|
|
1251
|
-
.
|
|
1252
|
-
|
|
1253
|
-
border-radius: 0.75rem;
|
|
1254
|
-
padding: 0px;
|
|
1269
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
1270
|
+
cursor: not-allowed;
|
|
1255
1271
|
}
|
|
1256
|
-
.
|
|
1257
|
-
|
|
1258
|
-
|
|
1272
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
1273
|
+
border-color: #B6BAC3;
|
|
1274
|
+
background-color: #F9FAFB;
|
|
1259
1275
|
}
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1276
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
1277
|
+
color: #363E4F;
|
|
1278
|
+
font-weight: 400;
|
|
1279
|
+
font-size: 0.875rem;
|
|
1280
|
+
line-height: 20px;
|
|
1264
1281
|
}
|
|
1265
|
-
.
|
|
1266
|
-
|
|
1267
|
-
padding-right: 1.25rem;
|
|
1268
|
-
font-size: 1.25rem;
|
|
1282
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
1283
|
+
color: #363E4F;
|
|
1269
1284
|
font-weight: 500;
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1285
|
+
font-size: 0.875rem;
|
|
1286
|
+
line-height: 20px;
|
|
1273
1287
|
}
|
|
1274
|
-
|
|
1288
|
+
|
|
1289
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
1290
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
1275
1291
|
display: flex;
|
|
1276
|
-
align-items: flex-end;
|
|
1277
1292
|
justify-content: center;
|
|
1278
|
-
}
|
|
1279
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
1280
|
-
display: flex;
|
|
1281
1293
|
align-items: center;
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
padding: 0 1.5rem 1.5rem;
|
|
1286
|
-
max-height: 65vh;
|
|
1287
|
-
overflow: auto;
|
|
1288
|
-
}
|
|
1289
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1290
|
-
top: 1.5rem;
|
|
1291
|
-
right: 1.5rem;
|
|
1292
|
-
padding-bottom: 0.25rem;
|
|
1293
|
-
}
|
|
1294
|
-
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
1295
|
-
margin-inline-start: 0.5rem;
|
|
1294
|
+
height: 100%;
|
|
1295
|
+
margin-top: 2rem;
|
|
1296
|
+
margin-bottom: 2rem;
|
|
1296
1297
|
}
|
|
1297
1298
|
|
|
1298
1299
|
/* src/atom/RangePicker/RangePicker.module.scss */
|