@itilite/lumina-ui 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-CDYPIUWU.mjs +681 -0
- package/dist/chunk-E27NPVR4.mjs +477 -0
- package/dist/chunk-TMSPSGSS.mjs +618 -0
- package/dist/index.mjs +11 -11
- package/dist/styles.css +322 -325
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -775,180 +775,6 @@
|
|
|
775
775
|
background-color: white !important;
|
|
776
776
|
}
|
|
777
777
|
|
|
778
|
-
/* src/atom/Radio/Radio.module.scss */
|
|
779
|
-
.Radio-module__radio___1CPAk {
|
|
780
|
-
display: flex;
|
|
781
|
-
align-items: center;
|
|
782
|
-
}
|
|
783
|
-
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
784
|
-
height: 16px;
|
|
785
|
-
width: 16px;
|
|
786
|
-
}
|
|
787
|
-
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
788
|
-
height: 20px;
|
|
789
|
-
width: 20px;
|
|
790
|
-
}
|
|
791
|
-
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
792
|
-
height: 24px;
|
|
793
|
-
width: 24px;
|
|
794
|
-
}
|
|
795
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
796
|
-
border-color: #EC5D25;
|
|
797
|
-
background-color: #EC5D25;
|
|
798
|
-
}
|
|
799
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
800
|
-
border-color: #B94710;
|
|
801
|
-
background-color: #B94710;
|
|
802
|
-
}
|
|
803
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
804
|
-
outline: 2px solid #0A65E7;
|
|
805
|
-
}
|
|
806
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
807
|
-
cursor: not-allowed;
|
|
808
|
-
}
|
|
809
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
810
|
-
border-color: #B6BAC3;
|
|
811
|
-
background-color: #B6BAC3;
|
|
812
|
-
}
|
|
813
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
814
|
-
transform: scale(0.375);
|
|
815
|
-
background-color: #FFFFFF;
|
|
816
|
-
}
|
|
817
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
818
|
-
border-color: #B6BAC3;
|
|
819
|
-
}
|
|
820
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
821
|
-
border-color: #6B7280;
|
|
822
|
-
}
|
|
823
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
824
|
-
outline: 2px solid #0A65E7;
|
|
825
|
-
}
|
|
826
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
827
|
-
cursor: not-allowed;
|
|
828
|
-
}
|
|
829
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
830
|
-
border-color: #B6BAC3;
|
|
831
|
-
background-color: #F9FAFB;
|
|
832
|
-
}
|
|
833
|
-
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
834
|
-
color: #363E4F;
|
|
835
|
-
font-weight: 400;
|
|
836
|
-
font-size: 0.875rem;
|
|
837
|
-
line-height: 20px;
|
|
838
|
-
}
|
|
839
|
-
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
840
|
-
color: #363E4F;
|
|
841
|
-
font-weight: 500;
|
|
842
|
-
font-size: 0.875rem;
|
|
843
|
-
line-height: 20px;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
847
|
-
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
848
|
-
display: flex;
|
|
849
|
-
justify-content: center;
|
|
850
|
-
align-items: center;
|
|
851
|
-
height: 100%;
|
|
852
|
-
margin-top: 2rem;
|
|
853
|
-
margin-bottom: 2rem;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
/* src/atom/Slider/Slider.module.scss */
|
|
857
|
-
.Slider-module__label___9Uea- {
|
|
858
|
-
font-size: 13px;
|
|
859
|
-
line-height: 18px;
|
|
860
|
-
--tw-text-opacity: 1;
|
|
861
|
-
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
.Slider-module__slider___JCS-c.ant-slider {
|
|
865
|
-
margin-left: 0px;
|
|
866
|
-
margin-right: 0px;
|
|
867
|
-
}
|
|
868
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
869
|
-
box-shadow: 0 0 0 2px #ec5d25;
|
|
870
|
-
transform: scale(1.25);
|
|
871
|
-
}
|
|
872
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
873
|
-
content: unset;
|
|
874
|
-
}
|
|
875
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
876
|
-
inset-inline-start: -1px;
|
|
877
|
-
inset-block-start: -1px;
|
|
878
|
-
}
|
|
879
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
880
|
-
--tw-bg-opacity: 1;
|
|
881
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
882
|
-
height: 2px;
|
|
883
|
-
}
|
|
884
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
885
|
-
background-color: transparent;
|
|
886
|
-
}
|
|
887
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
888
|
-
--tw-bg-opacity: 1;
|
|
889
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
/* src/atom/Tag/Tag.module.scss */
|
|
893
|
-
.Tag-module__tag___PIkhI {
|
|
894
|
-
border-radius: 0.25rem;
|
|
895
|
-
padding: 0.25rem;
|
|
896
|
-
font-weight: 500;
|
|
897
|
-
font-size: 12px;
|
|
898
|
-
line-height: .75rem;
|
|
899
|
-
--tw-bg-opacity: 1;
|
|
900
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
901
|
-
height: -moz-max-content;
|
|
902
|
-
height: max-content;
|
|
903
|
-
--tw-text-opacity: 1;
|
|
904
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
905
|
-
border-width: 0px
|
|
906
|
-
}
|
|
907
|
-
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
908
|
-
padding-top: 2px;
|
|
909
|
-
padding-bottom: 2px;
|
|
910
|
-
padding-left: 0.25rem;
|
|
911
|
-
padding-right: 0.25rem;
|
|
912
|
-
font-size: 0.625rem;
|
|
913
|
-
line-height: .75rem
|
|
914
|
-
}
|
|
915
|
-
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
916
|
-
--tw-bg-opacity: 1;
|
|
917
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
918
|
-
}
|
|
919
|
-
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
920
|
-
--tw-bg-opacity: 1;
|
|
921
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
922
|
-
}
|
|
923
|
-
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
924
|
-
--tw-bg-opacity: 1;
|
|
925
|
-
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
|
|
926
|
-
}
|
|
927
|
-
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
928
|
-
--tw-bg-opacity: 1;
|
|
929
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
930
|
-
}
|
|
931
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
932
|
-
--tw-bg-opacity: 1;
|
|
933
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
934
|
-
}
|
|
935
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
936
|
-
--tw-bg-opacity: 1;
|
|
937
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
938
|
-
}
|
|
939
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
940
|
-
--tw-bg-opacity: 1;
|
|
941
|
-
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
|
|
942
|
-
}
|
|
943
|
-
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
944
|
-
--tw-bg-opacity: 1;
|
|
945
|
-
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
|
|
946
|
-
}
|
|
947
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
948
|
-
--tw-bg-opacity: 1;
|
|
949
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
950
|
-
}
|
|
951
|
-
|
|
952
778
|
/* src/atom/Button/Button.module.scss */
|
|
953
779
|
.Button-module__button___cLCyl {
|
|
954
780
|
display: flex;
|
|
@@ -1093,54 +919,265 @@
|
|
|
1093
919
|
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1094
920
|
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
1095
921
|
}
|
|
1096
|
-
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
|
|
1097
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1098
|
-
--tw-border-opacity: 1;
|
|
1099
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
922
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
|
|
923
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
924
|
+
--tw-border-opacity: 1;
|
|
925
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
926
|
+
}
|
|
927
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
|
|
928
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
929
|
+
}
|
|
930
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
|
|
931
|
+
background-color: transparent;
|
|
932
|
+
border-width: 0px;
|
|
933
|
+
border-style: none;
|
|
934
|
+
box-shadow: none;
|
|
935
|
+
}
|
|
936
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
|
|
937
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
938
|
+
border-style: none;
|
|
939
|
+
--tw-bg-opacity: 1;
|
|
940
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
941
|
+
}
|
|
942
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
|
|
943
|
+
--tw-bg-opacity: 1;
|
|
944
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
945
|
+
}
|
|
946
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
|
|
947
|
+
outline: 2px solid rgba(236, 93, 37, 0.2);
|
|
948
|
+
}
|
|
949
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
|
|
950
|
+
background-color: transparent;
|
|
951
|
+
padding: 0px;
|
|
952
|
+
border-width: 0px;
|
|
953
|
+
border-style: none;
|
|
954
|
+
height: auto;
|
|
955
|
+
box-shadow: none;
|
|
956
|
+
}
|
|
957
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
|
|
958
|
+
text-decoration: underline;
|
|
959
|
+
}
|
|
960
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
|
|
961
|
+
box-shadow: none;
|
|
962
|
+
border-style: none;
|
|
963
|
+
background-color: transparent;
|
|
964
|
+
}
|
|
965
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
|
|
966
|
+
background-color: transparent;
|
|
967
|
+
}
|
|
968
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
|
|
969
|
+
outline: none;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
973
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
974
|
+
display: flex;
|
|
975
|
+
justify-content: center;
|
|
976
|
+
align-items: center;
|
|
977
|
+
height: 100%;
|
|
978
|
+
margin-top: 2rem;
|
|
979
|
+
margin-bottom: 2rem;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
/* src/atom/Tag/Tag.module.scss */
|
|
983
|
+
.Tag-module__tag___PIkhI {
|
|
984
|
+
border-radius: 0.25rem;
|
|
985
|
+
padding: 0.25rem;
|
|
986
|
+
font-weight: 500;
|
|
987
|
+
font-size: 12px;
|
|
988
|
+
line-height: .75rem;
|
|
989
|
+
--tw-bg-opacity: 1;
|
|
990
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
991
|
+
height: -moz-max-content;
|
|
992
|
+
height: max-content;
|
|
993
|
+
--tw-text-opacity: 1;
|
|
994
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
995
|
+
border-width: 0px
|
|
996
|
+
}
|
|
997
|
+
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
998
|
+
padding-top: 2px;
|
|
999
|
+
padding-bottom: 2px;
|
|
1000
|
+
padding-left: 0.25rem;
|
|
1001
|
+
padding-right: 0.25rem;
|
|
1002
|
+
font-size: 0.625rem;
|
|
1003
|
+
line-height: .75rem
|
|
1004
|
+
}
|
|
1005
|
+
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
1006
|
+
--tw-bg-opacity: 1;
|
|
1007
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1008
|
+
}
|
|
1009
|
+
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
1010
|
+
--tw-bg-opacity: 1;
|
|
1011
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
1012
|
+
}
|
|
1013
|
+
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
1014
|
+
--tw-bg-opacity: 1;
|
|
1015
|
+
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
|
|
1016
|
+
}
|
|
1017
|
+
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
1018
|
+
--tw-bg-opacity: 1;
|
|
1019
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1020
|
+
}
|
|
1021
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
1022
|
+
--tw-bg-opacity: 1;
|
|
1023
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1024
|
+
}
|
|
1025
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
1026
|
+
--tw-bg-opacity: 1;
|
|
1027
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
1028
|
+
}
|
|
1029
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
1030
|
+
--tw-bg-opacity: 1;
|
|
1031
|
+
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
|
|
1032
|
+
}
|
|
1033
|
+
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
1034
|
+
--tw-bg-opacity: 1;
|
|
1035
|
+
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
|
|
1036
|
+
}
|
|
1037
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
1038
|
+
--tw-bg-opacity: 1;
|
|
1039
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
/* src/atom/Modal/Modal.module.scss */
|
|
1043
|
+
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
1044
|
+
margin-top: 0;
|
|
1045
|
+
margin-top: 0px;
|
|
1046
|
+
}
|
|
1047
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
1048
|
+
padding: 24px;
|
|
1049
|
+
padding: 1.5rem;
|
|
1050
|
+
display: flex;
|
|
1051
|
+
justify-content: flex-end;
|
|
1052
|
+
}
|
|
1053
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1054
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1055
|
+
min-width: 92px;
|
|
1056
|
+
}
|
|
1057
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
1058
|
+
padding: 24px;
|
|
1059
|
+
padding: 1.5rem;
|
|
1060
|
+
padding-top: 0px;
|
|
1061
|
+
display: flex;
|
|
1062
|
+
justify-content: flex-end;
|
|
1063
|
+
}
|
|
1064
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1065
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1066
|
+
width: 50%;
|
|
1067
|
+
}
|
|
1068
|
+
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
1069
|
+
padding: 0;
|
|
1070
|
+
border-radius: 0.75rem;
|
|
1071
|
+
padding: 0px;
|
|
1072
|
+
}
|
|
1073
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1074
|
+
margin-bottom: 0px;
|
|
1075
|
+
padding: 1rem;
|
|
1076
|
+
}
|
|
1077
|
+
@media (min-width: 576px) {
|
|
1078
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1079
|
+
padding: 1.5rem;
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
1083
|
+
justify-content: flex-start;
|
|
1084
|
+
padding-right: 1.25rem;
|
|
1085
|
+
font-size: 1.25rem;
|
|
1086
|
+
font-weight: 500;
|
|
1087
|
+
line-height: 1.75rem;
|
|
1088
|
+
--tw-text-opacity: 1;
|
|
1089
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1090
|
+
}
|
|
1091
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1092
|
+
display: flex;
|
|
1093
|
+
align-items: flex-end;
|
|
1094
|
+
justify-content: center;
|
|
1095
|
+
}
|
|
1096
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
1097
|
+
display: flex;
|
|
1098
|
+
align-items: center;
|
|
1099
|
+
justify-content: center;
|
|
1100
|
+
}
|
|
1101
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
1102
|
+
padding: 0 1.5rem 1.5rem;
|
|
1103
|
+
max-height: 65vh;
|
|
1104
|
+
overflow: auto;
|
|
1105
|
+
}
|
|
1106
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1107
|
+
top: 1.5rem;
|
|
1108
|
+
right: 1.5rem;
|
|
1109
|
+
padding-bottom: 0.25rem;
|
|
1110
|
+
}
|
|
1111
|
+
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
1112
|
+
margin-inline-start: 0.5rem;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
1116
|
+
.Radio-module__radio___1CPAk {
|
|
1117
|
+
display: flex;
|
|
1118
|
+
align-items: center;
|
|
1119
|
+
}
|
|
1120
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
1121
|
+
height: 16px;
|
|
1122
|
+
width: 16px;
|
|
1123
|
+
}
|
|
1124
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
1125
|
+
height: 20px;
|
|
1126
|
+
width: 20px;
|
|
1127
|
+
}
|
|
1128
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
1129
|
+
height: 24px;
|
|
1130
|
+
width: 24px;
|
|
1131
|
+
}
|
|
1132
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
1133
|
+
border-color: #EC5D25;
|
|
1134
|
+
background-color: #EC5D25;
|
|
1100
1135
|
}
|
|
1101
|
-
.
|
|
1102
|
-
|
|
1136
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
1137
|
+
border-color: #B94710;
|
|
1138
|
+
background-color: #B94710;
|
|
1103
1139
|
}
|
|
1104
|
-
.
|
|
1105
|
-
|
|
1106
|
-
border-width: 0px;
|
|
1107
|
-
border-style: none;
|
|
1108
|
-
box-shadow: none;
|
|
1140
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
1141
|
+
outline: 2px solid #0A65E7;
|
|
1109
1142
|
}
|
|
1110
|
-
.
|
|
1111
|
-
|
|
1112
|
-
border-style: none;
|
|
1113
|
-
--tw-bg-opacity: 1;
|
|
1114
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1143
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
1144
|
+
cursor: not-allowed;
|
|
1115
1145
|
}
|
|
1116
|
-
.
|
|
1117
|
-
|
|
1118
|
-
background-color:
|
|
1146
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
1147
|
+
border-color: #B6BAC3;
|
|
1148
|
+
background-color: #B6BAC3;
|
|
1119
1149
|
}
|
|
1120
|
-
.
|
|
1121
|
-
|
|
1150
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
1151
|
+
transform: scale(0.375);
|
|
1152
|
+
background-color: #FFFFFF;
|
|
1122
1153
|
}
|
|
1123
|
-
.
|
|
1124
|
-
|
|
1125
|
-
padding: 0px;
|
|
1126
|
-
border-width: 0px;
|
|
1127
|
-
border-style: none;
|
|
1128
|
-
height: auto;
|
|
1129
|
-
box-shadow: none;
|
|
1154
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
1155
|
+
border-color: #B6BAC3;
|
|
1130
1156
|
}
|
|
1131
|
-
.
|
|
1132
|
-
|
|
1157
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
1158
|
+
border-color: #6B7280;
|
|
1133
1159
|
}
|
|
1134
|
-
.
|
|
1135
|
-
|
|
1136
|
-
border-style: none;
|
|
1137
|
-
background-color: transparent;
|
|
1160
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
1161
|
+
outline: 2px solid #0A65E7;
|
|
1138
1162
|
}
|
|
1139
|
-
.
|
|
1140
|
-
|
|
1163
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
1164
|
+
cursor: not-allowed;
|
|
1141
1165
|
}
|
|
1142
|
-
.
|
|
1143
|
-
|
|
1166
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
1167
|
+
border-color: #B6BAC3;
|
|
1168
|
+
background-color: #F9FAFB;
|
|
1169
|
+
}
|
|
1170
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
1171
|
+
color: #363E4F;
|
|
1172
|
+
font-weight: 400;
|
|
1173
|
+
font-size: 0.875rem;
|
|
1174
|
+
line-height: 20px;
|
|
1175
|
+
}
|
|
1176
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
1177
|
+
color: #363E4F;
|
|
1178
|
+
font-weight: 500;
|
|
1179
|
+
font-size: 0.875rem;
|
|
1180
|
+
line-height: 20px;
|
|
1144
1181
|
}
|
|
1145
1182
|
|
|
1146
1183
|
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
@@ -1241,118 +1278,40 @@
|
|
|
1241
1278
|
background: white;
|
|
1242
1279
|
}
|
|
1243
1280
|
|
|
1244
|
-
/* src/atom/
|
|
1245
|
-
.
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
height: 0.5rem;
|
|
1251
|
-
width: 0.5rem
|
|
1252
|
-
}
|
|
1253
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
1254
|
-
--tw-bg-opacity: 1;
|
|
1255
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1256
|
-
}
|
|
1257
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
1258
|
-
--tw-bg-opacity: 1;
|
|
1259
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
1263
|
-
.UserProfile-module__userProfile___cRMm9 {
|
|
1264
|
-
display: flex;
|
|
1265
|
-
align-items: center;
|
|
1266
|
-
gap: 0.625rem
|
|
1267
|
-
}
|
|
1268
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
|
|
1269
|
-
display: flex;
|
|
1270
|
-
flex-direction: column
|
|
1271
|
-
}
|
|
1272
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
|
|
1273
|
-
display: flex;
|
|
1274
|
-
align-items: center;
|
|
1275
|
-
gap: 0.5rem
|
|
1276
|
-
}
|
|
1277
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
|
|
1278
|
-
margin: 0px
|
|
1279
|
-
}
|
|
1280
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
|
|
1281
|
-
margin: 0px;
|
|
1282
|
-
margin-top: 0.125rem
|
|
1281
|
+
/* src/atom/Slider/Slider.module.scss */
|
|
1282
|
+
.Slider-module__label___9Uea- {
|
|
1283
|
+
font-size: 13px;
|
|
1284
|
+
line-height: 18px;
|
|
1285
|
+
--tw-text-opacity: 1;
|
|
1286
|
+
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
1283
1287
|
}
|
|
1284
1288
|
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
margin-
|
|
1288
|
-
margin-top: 0px;
|
|
1289
|
-
}
|
|
1290
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
1291
|
-
padding: 24px;
|
|
1292
|
-
padding: 1.5rem;
|
|
1293
|
-
display: flex;
|
|
1294
|
-
justify-content: flex-end;
|
|
1295
|
-
}
|
|
1296
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1297
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1298
|
-
min-width: 92px;
|
|
1299
|
-
}
|
|
1300
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
1301
|
-
padding: 24px;
|
|
1302
|
-
padding: 1.5rem;
|
|
1303
|
-
padding-top: 0px;
|
|
1304
|
-
display: flex;
|
|
1305
|
-
justify-content: flex-end;
|
|
1306
|
-
}
|
|
1307
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1308
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1309
|
-
width: 50%;
|
|
1310
|
-
}
|
|
1311
|
-
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
1312
|
-
padding: 0;
|
|
1313
|
-
border-radius: 0.75rem;
|
|
1314
|
-
padding: 0px;
|
|
1315
|
-
}
|
|
1316
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1317
|
-
margin-bottom: 0px;
|
|
1318
|
-
padding: 1rem;
|
|
1319
|
-
}
|
|
1320
|
-
@media (min-width: 576px) {
|
|
1321
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1322
|
-
padding: 1.5rem;
|
|
1323
|
-
}
|
|
1289
|
+
.Slider-module__slider___JCS-c.ant-slider {
|
|
1290
|
+
margin-left: 0px;
|
|
1291
|
+
margin-right: 0px;
|
|
1324
1292
|
}
|
|
1325
|
-
.
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
font-size: 1.25rem;
|
|
1329
|
-
font-weight: 500;
|
|
1330
|
-
line-height: 1.75rem;
|
|
1331
|
-
--tw-text-opacity: 1;
|
|
1332
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1293
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
1294
|
+
box-shadow: 0 0 0 2px #ec5d25;
|
|
1295
|
+
transform: scale(1.25);
|
|
1333
1296
|
}
|
|
1334
|
-
.
|
|
1335
|
-
|
|
1336
|
-
align-items: flex-end;
|
|
1337
|
-
justify-content: center;
|
|
1297
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
1298
|
+
content: unset;
|
|
1338
1299
|
}
|
|
1339
|
-
.
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
justify-content: center;
|
|
1300
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
1301
|
+
inset-inline-start: -1px;
|
|
1302
|
+
inset-block-start: -1px;
|
|
1343
1303
|
}
|
|
1344
|
-
.
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1304
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
1305
|
+
--tw-bg-opacity: 1;
|
|
1306
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1307
|
+
height: 2px;
|
|
1348
1308
|
}
|
|
1349
|
-
.
|
|
1350
|
-
|
|
1351
|
-
right: 1.5rem;
|
|
1352
|
-
padding-bottom: 0.25rem;
|
|
1309
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
1310
|
+
background-color: transparent;
|
|
1353
1311
|
}
|
|
1354
|
-
.
|
|
1355
|
-
|
|
1312
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
1313
|
+
--tw-bg-opacity: 1;
|
|
1314
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1356
1315
|
}
|
|
1357
1316
|
|
|
1358
1317
|
/* src/atom/Table/Table.module.scss */
|
|
@@ -1872,6 +1831,47 @@
|
|
|
1872
1831
|
min-width: 180px;
|
|
1873
1832
|
}
|
|
1874
1833
|
|
|
1834
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
1835
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
1836
|
+
height: 0.75rem;
|
|
1837
|
+
min-width: 1.5rem
|
|
1838
|
+
}
|
|
1839
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
1840
|
+
height: 0.5rem;
|
|
1841
|
+
width: 0.5rem
|
|
1842
|
+
}
|
|
1843
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
1844
|
+
--tw-bg-opacity: 1;
|
|
1845
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1846
|
+
}
|
|
1847
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
1848
|
+
--tw-bg-opacity: 1;
|
|
1849
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
1853
|
+
.UserProfile-module__userProfile___cRMm9 {
|
|
1854
|
+
display: flex;
|
|
1855
|
+
align-items: center;
|
|
1856
|
+
gap: 0.625rem
|
|
1857
|
+
}
|
|
1858
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
|
|
1859
|
+
display: flex;
|
|
1860
|
+
flex-direction: column
|
|
1861
|
+
}
|
|
1862
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
|
|
1863
|
+
display: flex;
|
|
1864
|
+
align-items: center;
|
|
1865
|
+
gap: 0.5rem
|
|
1866
|
+
}
|
|
1867
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
|
|
1868
|
+
margin: 0px
|
|
1869
|
+
}
|
|
1870
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
|
|
1871
|
+
margin: 0px;
|
|
1872
|
+
margin-top: 0.125rem
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
1875
|
/* src/atom/RangePicker/RangePicker.module.scss */
|
|
1876
1876
|
.RangePicker-module__range_start___hGQp-::after {
|
|
1877
1877
|
content: "";
|
|
@@ -1907,13 +1907,11 @@
|
|
|
1907
1907
|
border-radius: 16px;
|
|
1908
1908
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
|
|
1909
1909
|
overflow: hidden;
|
|
1910
|
-
width:
|
|
1911
|
-
max-width: 712px;
|
|
1910
|
+
width: 712px;
|
|
1912
1911
|
font-family: "Inter", system-ui, -apple-system, sans-serif;
|
|
1913
1912
|
}
|
|
1914
1913
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
1915
|
-
width:
|
|
1916
|
-
max-width: 450px;
|
|
1914
|
+
width: 450px;
|
|
1917
1915
|
}
|
|
1918
1916
|
@media (max-width: 768px) {
|
|
1919
1917
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
@@ -1922,11 +1920,10 @@
|
|
|
1922
1920
|
}
|
|
1923
1921
|
}
|
|
1924
1922
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__hidePresets___-m2-P {
|
|
1925
|
-
|
|
1923
|
+
width: 574px;
|
|
1926
1924
|
}
|
|
1927
1925
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__hidePresets___-m2-P.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
1928
|
-
width:
|
|
1929
|
-
max-width: 292px;
|
|
1926
|
+
width: 292px;
|
|
1930
1927
|
}
|
|
1931
1928
|
@media (max-width: 768px) {
|
|
1932
1929
|
.AdvancedDateRangePicker-module__root___udir8 {
|
|
@@ -1953,7 +1950,7 @@
|
|
|
1953
1950
|
max-width: 140px;
|
|
1954
1951
|
flex-shrink: 0;
|
|
1955
1952
|
border-right: 1px solid #f3f4f6;
|
|
1956
|
-
padding: 12px
|
|
1953
|
+
padding: 12px 6px;
|
|
1957
1954
|
display: flex;
|
|
1958
1955
|
flex-direction: column;
|
|
1959
1956
|
background: #ffffff;
|
|
@@ -1996,7 +1993,7 @@
|
|
|
1996
1993
|
border-radius: 6px;
|
|
1997
1994
|
transition: all 0.2s;
|
|
1998
1995
|
white-space: nowrap;
|
|
1999
|
-
font-family: Inter, sans-serif;
|
|
1996
|
+
font-family: "Inter", system-ui, -apple-system, sans-serif;
|
|
2000
1997
|
font-size: 13px;
|
|
2001
1998
|
font-style: normal;
|
|
2002
1999
|
font-weight: 400;
|