@itilite/lumina-ui 1.0.15-alpha → 1.0.17-alpha
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/AdvancedDateRangePicker/AdvancedDateRangePicker.mjs +1 -1
- package/dist/atom/RangePicker/RangePicker.mjs +1 -1
- 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 +9 -9
- package/dist/styles.css +451 -438
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -762,229 +762,102 @@
|
|
|
762
762
|
|
|
763
763
|
|
|
764
764
|
/* CSS Modules */
|
|
765
|
-
/* src/atom/
|
|
766
|
-
.
|
|
767
|
-
background-color: white !important;
|
|
768
|
-
color: #111827;
|
|
769
|
-
border-radius: 0.5rem;
|
|
770
|
-
padding: 0.625rem;
|
|
771
|
-
--tw-text-opacity: 1;
|
|
772
|
-
color: rgb(33 40 55 / var(--tw-text-opacity, 1));
|
|
773
|
-
}
|
|
774
|
-
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
775
|
-
background-color: white !important;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
/* src/atom/Button/Button.module.scss */
|
|
779
|
-
.Button-module__button___cLCyl {
|
|
765
|
+
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
766
|
+
.Checkbox-module__checkbox___xxg5L {
|
|
780
767
|
display: flex;
|
|
781
768
|
align-items: center;
|
|
782
|
-
justify-content: center;
|
|
783
|
-
gap: 0.25rem;
|
|
784
|
-
border-radius: 0.5rem;
|
|
785
|
-
}
|
|
786
|
-
.Button-module__button___cLCyl.Button-module__size_large___S-mbU {
|
|
787
|
-
height: 56px;
|
|
788
|
-
padding-left: 1rem;
|
|
789
|
-
padding-right: 1rem;
|
|
790
|
-
}
|
|
791
|
-
.Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
|
|
792
|
-
width: 56px;
|
|
793
|
-
}
|
|
794
|
-
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
|
|
795
|
-
height: 40px;
|
|
796
|
-
padding-left: 0.75rem;
|
|
797
|
-
padding-right: 0.75rem;
|
|
798
|
-
}
|
|
799
|
-
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
|
|
800
|
-
width: 40px;
|
|
801
|
-
}
|
|
802
|
-
.Button-module__button___cLCyl.Button-module__size_small___IUeei {
|
|
803
|
-
height: 32px;
|
|
804
|
-
padding-left: 0.5rem;
|
|
805
|
-
padding-right: 0.5rem;
|
|
806
|
-
}
|
|
807
|
-
.Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
|
|
808
|
-
width: 32px;
|
|
809
769
|
}
|
|
810
|
-
.
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
border-width: 1px;
|
|
814
|
-
border-style: solid;
|
|
815
|
-
--tw-border-opacity: 1;
|
|
816
|
-
border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
|
|
817
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
818
|
-
}
|
|
819
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:active {
|
|
820
|
-
--tw-bg-opacity: 1;
|
|
821
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
822
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
823
|
-
}
|
|
824
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
|
|
825
|
-
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
826
|
-
}
|
|
827
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
|
|
828
|
-
--tw-text-opacity: 1;
|
|
829
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
830
|
-
}
|
|
831
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
|
|
832
|
-
--tw-text-opacity: 1;
|
|
833
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
834
|
-
}
|
|
835
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9 {
|
|
836
|
-
--tw-text-opacity: 1;
|
|
837
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
838
|
-
}
|
|
839
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9:hover {
|
|
840
|
-
--tw-text-opacity: 1;
|
|
841
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
842
|
-
}
|
|
843
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__disabled___nwPn4 {
|
|
844
|
-
--tw-text-opacity: 1;
|
|
845
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
846
|
-
}
|
|
847
|
-
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
|
|
848
|
-
border-width: 1px;
|
|
849
|
-
border-style: solid;
|
|
850
|
-
--tw-bg-opacity: 1;
|
|
851
|
-
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
852
|
-
--tw-border-opacity: 1;
|
|
853
|
-
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
|
|
854
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
855
|
-
}
|
|
856
|
-
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:active {
|
|
857
|
-
--tw-bg-opacity: 1;
|
|
858
|
-
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
859
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
860
|
-
}
|
|
861
|
-
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
|
|
862
|
-
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
770
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
771
|
+
height: 16px;
|
|
772
|
+
width: 16px;
|
|
863
773
|
}
|
|
864
|
-
.
|
|
865
|
-
|
|
866
|
-
|
|
774
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
775
|
+
height: 20px;
|
|
776
|
+
width: 20px;
|
|
867
777
|
}
|
|
868
|
-
.
|
|
869
|
-
|
|
870
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
778
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
779
|
+
inset-inline-start: 27%;
|
|
871
780
|
}
|
|
872
|
-
.
|
|
873
|
-
|
|
874
|
-
|
|
781
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
782
|
+
height: 24px;
|
|
783
|
+
width: 24px;
|
|
875
784
|
}
|
|
876
|
-
.
|
|
877
|
-
|
|
878
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
785
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
786
|
+
inset-inline-start: 33%;
|
|
879
787
|
}
|
|
880
|
-
.
|
|
881
|
-
border-
|
|
882
|
-
|
|
883
|
-
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
884
|
-
border-style: solid;
|
|
885
|
-
--tw-border-opacity: 1;
|
|
886
|
-
border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
|
|
887
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
788
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
789
|
+
border-color: #ec5d25;
|
|
790
|
+
background-color: #ec5d25;
|
|
888
791
|
}
|
|
889
|
-
.
|
|
792
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
793
|
+
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
794
|
+
.ant-checkbox-inner {
|
|
890
795
|
--tw-bg-opacity: 1;
|
|
891
|
-
background-color: rgb(
|
|
892
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
893
|
-
}
|
|
894
|
-
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
|
|
895
|
-
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
896
|
-
}
|
|
897
|
-
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
|
|
898
|
-
--tw-text-opacity: 1;
|
|
899
|
-
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
900
|
-
}
|
|
901
|
-
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
|
|
902
|
-
--tw-text-opacity: 1;
|
|
903
|
-
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
904
|
-
}
|
|
905
|
-
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9 {
|
|
906
|
-
--tw-text-opacity: 1;
|
|
907
|
-
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
908
|
-
}
|
|
909
|
-
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9:hover {
|
|
910
|
-
--tw-text-opacity: 1;
|
|
911
|
-
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
796
|
+
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
912
797
|
}
|
|
913
|
-
.
|
|
914
|
-
|
|
915
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
916
|
-
border-width: 1px;
|
|
917
|
-
border-style: solid;
|
|
918
|
-
--tw-border-opacity: 1;
|
|
919
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
920
|
-
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
798
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
|
|
799
|
+
outline: 2px solid #0a65e7;
|
|
921
800
|
}
|
|
922
|
-
.
|
|
923
|
-
|
|
924
|
-
--tw-border-opacity: 1;
|
|
925
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
801
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
|
|
802
|
+
cursor: not-allowed;
|
|
926
803
|
}
|
|
927
|
-
.
|
|
928
|
-
|
|
804
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
|
|
805
|
+
opacity: 0.5;
|
|
806
|
+
border-color: #ec5d25;
|
|
807
|
+
background-color: #ec5d25;
|
|
929
808
|
}
|
|
930
|
-
.
|
|
931
|
-
|
|
932
|
-
border-width: 0px;
|
|
933
|
-
border-style: none;
|
|
934
|
-
box-shadow: none;
|
|
809
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
810
|
+
border-color: #ffffff;
|
|
935
811
|
}
|
|
936
|
-
.
|
|
937
|
-
|
|
938
|
-
border-style: none;
|
|
939
|
-
--tw-bg-opacity: 1;
|
|
940
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
812
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
|
|
813
|
+
border-color: #b6bac3;
|
|
941
814
|
}
|
|
942
|
-
.
|
|
943
|
-
|
|
944
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
815
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
|
|
816
|
+
border-color: #6b7280;
|
|
945
817
|
}
|
|
946
|
-
.
|
|
947
|
-
outline: 2px solid
|
|
818
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
|
|
819
|
+
outline: 2px solid #0a65e7;
|
|
948
820
|
}
|
|
949
|
-
.
|
|
950
|
-
|
|
951
|
-
padding: 0px;
|
|
952
|
-
border-width: 0px;
|
|
953
|
-
border-style: none;
|
|
954
|
-
height: auto;
|
|
955
|
-
box-shadow: none;
|
|
821
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
|
|
822
|
+
cursor: not-allowed;
|
|
956
823
|
}
|
|
957
|
-
.
|
|
958
|
-
|
|
824
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
|
|
825
|
+
border-color: #b6bac3;
|
|
826
|
+
background-color: #f9fafb;
|
|
959
827
|
}
|
|
960
|
-
.
|
|
961
|
-
|
|
962
|
-
border-style: none;
|
|
963
|
-
background-color: transparent;
|
|
828
|
+
.Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
|
|
829
|
+
color: #363e4f;
|
|
964
830
|
}
|
|
965
|
-
.
|
|
966
|
-
|
|
831
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
|
|
832
|
+
color: #363e4f;
|
|
833
|
+
font-weight: 400;
|
|
834
|
+
font-size: 0.875rem;
|
|
835
|
+
line-height: 20px;
|
|
967
836
|
}
|
|
968
|
-
.
|
|
969
|
-
|
|
837
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
|
|
838
|
+
color: #363e4f;
|
|
839
|
+
font-weight: 500;
|
|
840
|
+
font-size: 0.875rem;
|
|
841
|
+
line-height: 20px;
|
|
970
842
|
}
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
min-width: 1.5rem
|
|
843
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
844
|
+
opacity: 0.5;
|
|
845
|
+
border-color: #ec5d25;
|
|
846
|
+
background-color: #ec5d25;
|
|
976
847
|
}
|
|
977
|
-
.
|
|
978
|
-
|
|
979
|
-
width: 0.5rem
|
|
848
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
849
|
+
border-color: #ffffff;
|
|
980
850
|
}
|
|
981
|
-
.
|
|
982
|
-
|
|
983
|
-
|
|
851
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
852
|
+
border-color: #ec5d25 !important;
|
|
853
|
+
background-color: #ec5d25 !important;
|
|
984
854
|
}
|
|
985
|
-
.
|
|
986
|
-
|
|
987
|
-
|
|
855
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
856
|
+
inset-inline-start: 50%;
|
|
857
|
+
width: 60%;
|
|
858
|
+
height: 3px;
|
|
859
|
+
border-radius: 4px;
|
|
860
|
+
background: white;
|
|
988
861
|
}
|
|
989
862
|
|
|
990
863
|
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
@@ -997,138 +870,176 @@
|
|
|
997
870
|
margin-bottom: 2rem;
|
|
998
871
|
}
|
|
999
872
|
|
|
1000
|
-
/* src/atom/
|
|
1001
|
-
.
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
--tw-text-opacity: 1;
|
|
1005
|
-
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
873
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
874
|
+
.Radio-module__radio___1CPAk {
|
|
875
|
+
display: flex;
|
|
876
|
+
align-items: center;
|
|
1006
877
|
}
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
margin-right: 0px;
|
|
878
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
879
|
+
height: 16px;
|
|
880
|
+
width: 16px;
|
|
1011
881
|
}
|
|
1012
|
-
.
|
|
1013
|
-
|
|
1014
|
-
|
|
882
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
883
|
+
height: 20px;
|
|
884
|
+
width: 20px;
|
|
1015
885
|
}
|
|
1016
|
-
.
|
|
1017
|
-
|
|
886
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
887
|
+
height: 24px;
|
|
888
|
+
width: 24px;
|
|
1018
889
|
}
|
|
1019
|
-
.
|
|
1020
|
-
|
|
1021
|
-
|
|
890
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
891
|
+
border-color: #EC5D25;
|
|
892
|
+
background-color: #EC5D25;
|
|
1022
893
|
}
|
|
1023
|
-
.
|
|
1024
|
-
|
|
1025
|
-
background-color:
|
|
1026
|
-
height: 2px;
|
|
894
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
895
|
+
border-color: #B94710;
|
|
896
|
+
background-color: #B94710;
|
|
1027
897
|
}
|
|
1028
|
-
.
|
|
1029
|
-
|
|
898
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
899
|
+
outline: 2px solid #0A65E7;
|
|
1030
900
|
}
|
|
1031
|
-
.
|
|
1032
|
-
|
|
1033
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
901
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
902
|
+
cursor: not-allowed;
|
|
1034
903
|
}
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
display: flex;
|
|
1039
|
-
align-items: center;
|
|
904
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
905
|
+
border-color: #B6BAC3;
|
|
906
|
+
background-color: #B6BAC3;
|
|
1040
907
|
}
|
|
1041
|
-
.
|
|
1042
|
-
|
|
1043
|
-
|
|
908
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
909
|
+
transform: scale(0.375);
|
|
910
|
+
background-color: #FFFFFF;
|
|
1044
911
|
}
|
|
1045
|
-
.
|
|
1046
|
-
|
|
1047
|
-
|
|
912
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
913
|
+
border-color: #B6BAC3;
|
|
914
|
+
}
|
|
915
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
916
|
+
border-color: #6B7280;
|
|
917
|
+
}
|
|
918
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
919
|
+
outline: 2px solid #0A65E7;
|
|
920
|
+
}
|
|
921
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
922
|
+
cursor: not-allowed;
|
|
923
|
+
}
|
|
924
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
925
|
+
border-color: #B6BAC3;
|
|
926
|
+
background-color: #F9FAFB;
|
|
1048
927
|
}
|
|
1049
|
-
.
|
|
1050
|
-
|
|
928
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
929
|
+
color: #363E4F;
|
|
930
|
+
font-weight: 400;
|
|
931
|
+
font-size: 0.875rem;
|
|
932
|
+
line-height: 20px;
|
|
1051
933
|
}
|
|
1052
|
-
.
|
|
1053
|
-
|
|
1054
|
-
|
|
934
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
935
|
+
color: #363E4F;
|
|
936
|
+
font-weight: 500;
|
|
937
|
+
font-size: 0.875rem;
|
|
938
|
+
line-height: 20px;
|
|
1055
939
|
}
|
|
1056
|
-
|
|
1057
|
-
|
|
940
|
+
|
|
941
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
942
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
943
|
+
height: 0.75rem;
|
|
944
|
+
min-width: 1.5rem
|
|
1058
945
|
}
|
|
1059
|
-
.
|
|
1060
|
-
|
|
1061
|
-
|
|
946
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
947
|
+
height: 0.5rem;
|
|
948
|
+
width: 0.5rem
|
|
1062
949
|
}
|
|
1063
|
-
.
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
--tw-bg-opacity: 1;
|
|
1067
|
-
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
950
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
951
|
+
--tw-bg-opacity: 1;
|
|
952
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1068
953
|
}
|
|
1069
|
-
.
|
|
1070
|
-
|
|
954
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
955
|
+
--tw-bg-opacity: 1;
|
|
956
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1071
957
|
}
|
|
1072
|
-
|
|
1073
|
-
|
|
958
|
+
|
|
959
|
+
/* src/atom/Tooltip/Tooltip.module.scss */
|
|
960
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
|
|
961
|
+
background-color: white !important;
|
|
962
|
+
color: #111827;
|
|
963
|
+
border-radius: 0.5rem;
|
|
964
|
+
padding: 0.625rem;
|
|
965
|
+
--tw-text-opacity: 1;
|
|
966
|
+
color: rgb(33 40 55 / var(--tw-text-opacity, 1));
|
|
1074
967
|
}
|
|
1075
|
-
.
|
|
1076
|
-
|
|
1077
|
-
border-color: #ec5d25;
|
|
1078
|
-
background-color: #ec5d25;
|
|
968
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
969
|
+
background-color: white !important;
|
|
1079
970
|
}
|
|
1080
|
-
|
|
1081
|
-
|
|
971
|
+
|
|
972
|
+
/* src/atom/Modal/Modal.module.scss */
|
|
973
|
+
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
974
|
+
margin-top: 0;
|
|
975
|
+
margin-top: 0px;
|
|
1082
976
|
}
|
|
1083
|
-
.
|
|
1084
|
-
|
|
977
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
978
|
+
padding: 24px;
|
|
979
|
+
padding: 1.5rem;
|
|
980
|
+
display: flex;
|
|
981
|
+
justify-content: flex-end;
|
|
1085
982
|
}
|
|
1086
|
-
.
|
|
1087
|
-
|
|
983
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
984
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
985
|
+
min-width: 92px;
|
|
1088
986
|
}
|
|
1089
|
-
.
|
|
1090
|
-
|
|
987
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
988
|
+
padding: 24px;
|
|
989
|
+
padding: 1.5rem;
|
|
990
|
+
padding-top: 0px;
|
|
991
|
+
display: flex;
|
|
992
|
+
justify-content: flex-end;
|
|
1091
993
|
}
|
|
1092
|
-
.
|
|
1093
|
-
|
|
994
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
995
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
996
|
+
width: 50%;
|
|
1094
997
|
}
|
|
1095
|
-
.
|
|
1096
|
-
|
|
1097
|
-
|
|
998
|
+
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
999
|
+
padding: 0;
|
|
1000
|
+
border-radius: 0.75rem;
|
|
1001
|
+
padding: 0px;
|
|
1098
1002
|
}
|
|
1099
|
-
.
|
|
1100
|
-
|
|
1003
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1004
|
+
margin-bottom: 0px;
|
|
1005
|
+
padding: 1rem;
|
|
1101
1006
|
}
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
line-height: 20px;
|
|
1007
|
+
@media (min-width: 576px) {
|
|
1008
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1009
|
+
padding: 1.5rem;
|
|
1010
|
+
}
|
|
1107
1011
|
}
|
|
1108
|
-
.
|
|
1109
|
-
|
|
1012
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
1013
|
+
justify-content: flex-start;
|
|
1014
|
+
padding-right: 1.25rem;
|
|
1015
|
+
font-size: 1.25rem;
|
|
1110
1016
|
font-weight: 500;
|
|
1111
|
-
|
|
1112
|
-
|
|
1017
|
+
line-height: 1.75rem;
|
|
1018
|
+
--tw-text-opacity: 1;
|
|
1019
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1113
1020
|
}
|
|
1114
|
-
.
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1021
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1022
|
+
display: flex;
|
|
1023
|
+
align-items: flex-end;
|
|
1024
|
+
justify-content: center;
|
|
1118
1025
|
}
|
|
1119
|
-
.
|
|
1120
|
-
|
|
1026
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
1027
|
+
display: flex;
|
|
1028
|
+
align-items: center;
|
|
1029
|
+
justify-content: center;
|
|
1121
1030
|
}
|
|
1122
|
-
.
|
|
1123
|
-
|
|
1124
|
-
|
|
1031
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
1032
|
+
padding: 0 1.5rem 1.5rem;
|
|
1033
|
+
max-height: 65vh;
|
|
1034
|
+
overflow: auto;
|
|
1125
1035
|
}
|
|
1126
|
-
.
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1036
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1037
|
+
top: 1.5rem;
|
|
1038
|
+
right: 1.5rem;
|
|
1039
|
+
padding-bottom: 0.25rem;
|
|
1040
|
+
}
|
|
1041
|
+
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
1042
|
+
margin-inline-start: 0.5rem;
|
|
1132
1043
|
}
|
|
1133
1044
|
|
|
1134
1045
|
/* src/atom/Tag/Tag.module.scss */
|
|
@@ -1191,168 +1102,234 @@
|
|
|
1191
1102
|
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1192
1103
|
}
|
|
1193
1104
|
|
|
1194
|
-
/* src/atom/
|
|
1195
|
-
.
|
|
1196
|
-
margin-top: 0;
|
|
1197
|
-
margin-top: 0px;
|
|
1198
|
-
}
|
|
1199
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
1200
|
-
padding: 24px;
|
|
1201
|
-
padding: 1.5rem;
|
|
1105
|
+
/* src/atom/Button/Button.module.scss */
|
|
1106
|
+
.Button-module__button___cLCyl {
|
|
1202
1107
|
display: flex;
|
|
1203
|
-
|
|
1108
|
+
align-items: center;
|
|
1109
|
+
justify-content: center;
|
|
1110
|
+
gap: 0.25rem;
|
|
1111
|
+
border-radius: 0.5rem;
|
|
1204
1112
|
}
|
|
1205
|
-
.
|
|
1206
|
-
|
|
1207
|
-
|
|
1113
|
+
.Button-module__button___cLCyl.Button-module__size_large___S-mbU {
|
|
1114
|
+
height: 56px;
|
|
1115
|
+
padding-left: 1rem;
|
|
1116
|
+
padding-right: 1rem;
|
|
1208
1117
|
}
|
|
1209
|
-
.
|
|
1210
|
-
|
|
1211
|
-
padding: 1.5rem;
|
|
1212
|
-
padding-top: 0px;
|
|
1213
|
-
display: flex;
|
|
1214
|
-
justify-content: flex-end;
|
|
1118
|
+
.Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
|
|
1119
|
+
width: 56px;
|
|
1215
1120
|
}
|
|
1216
|
-
.
|
|
1217
|
-
|
|
1218
|
-
|
|
1121
|
+
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
|
|
1122
|
+
height: 40px;
|
|
1123
|
+
padding-left: 0.75rem;
|
|
1124
|
+
padding-right: 0.75rem;
|
|
1219
1125
|
}
|
|
1220
|
-
.
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1126
|
+
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
|
|
1127
|
+
width: 40px;
|
|
1128
|
+
}
|
|
1129
|
+
.Button-module__button___cLCyl.Button-module__size_small___IUeei {
|
|
1130
|
+
height: 32px;
|
|
1131
|
+
padding-left: 0.5rem;
|
|
1132
|
+
padding-right: 0.5rem;
|
|
1133
|
+
}
|
|
1134
|
+
.Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
|
|
1135
|
+
width: 32px;
|
|
1136
|
+
}
|
|
1137
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
|
|
1138
|
+
--tw-bg-opacity: 1;
|
|
1139
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1140
|
+
border-width: 1px;
|
|
1141
|
+
border-style: solid;
|
|
1142
|
+
--tw-border-opacity: 1;
|
|
1143
|
+
border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
|
|
1144
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1145
|
+
}
|
|
1146
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:active {
|
|
1147
|
+
--tw-bg-opacity: 1;
|
|
1148
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1149
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1150
|
+
}
|
|
1151
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
|
|
1152
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1153
|
+
}
|
|
1154
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
|
|
1155
|
+
--tw-text-opacity: 1;
|
|
1156
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1157
|
+
}
|
|
1158
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
|
|
1159
|
+
--tw-text-opacity: 1;
|
|
1160
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1161
|
+
}
|
|
1162
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9 {
|
|
1163
|
+
--tw-text-opacity: 1;
|
|
1164
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1165
|
+
}
|
|
1166
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9:hover {
|
|
1167
|
+
--tw-text-opacity: 1;
|
|
1168
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1169
|
+
}
|
|
1170
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__disabled___nwPn4 {
|
|
1171
|
+
--tw-text-opacity: 1;
|
|
1172
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1173
|
+
}
|
|
1174
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
|
|
1175
|
+
border-width: 1px;
|
|
1176
|
+
border-style: solid;
|
|
1177
|
+
--tw-bg-opacity: 1;
|
|
1178
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1179
|
+
--tw-border-opacity: 1;
|
|
1180
|
+
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
|
|
1181
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1224
1182
|
}
|
|
1225
|
-
.
|
|
1226
|
-
|
|
1227
|
-
|
|
1183
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:active {
|
|
1184
|
+
--tw-bg-opacity: 1;
|
|
1185
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1186
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1228
1187
|
}
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
padding: 1.5rem;
|
|
1232
|
-
}
|
|
1188
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
|
|
1189
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1233
1190
|
}
|
|
1234
|
-
.
|
|
1235
|
-
justify-content: flex-start;
|
|
1236
|
-
padding-right: 1.25rem;
|
|
1237
|
-
font-size: 1.25rem;
|
|
1238
|
-
font-weight: 500;
|
|
1239
|
-
line-height: 1.75rem;
|
|
1191
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
|
|
1240
1192
|
--tw-text-opacity: 1;
|
|
1241
1193
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1242
1194
|
}
|
|
1243
|
-
.
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
justify-content: center;
|
|
1195
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
|
|
1196
|
+
--tw-text-opacity: 1;
|
|
1197
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1247
1198
|
}
|
|
1248
|
-
.
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
justify-content: center;
|
|
1199
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9 {
|
|
1200
|
+
--tw-text-opacity: 1;
|
|
1201
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1252
1202
|
}
|
|
1253
|
-
.
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
overflow: auto;
|
|
1203
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9:hover {
|
|
1204
|
+
--tw-text-opacity: 1;
|
|
1205
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1257
1206
|
}
|
|
1258
|
-
.
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1207
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
|
|
1208
|
+
border-width: 1px;
|
|
1209
|
+
--tw-bg-opacity: 1;
|
|
1210
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1211
|
+
border-style: solid;
|
|
1212
|
+
--tw-border-opacity: 1;
|
|
1213
|
+
border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
|
|
1214
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1262
1215
|
}
|
|
1263
|
-
.
|
|
1264
|
-
|
|
1216
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:active {
|
|
1217
|
+
--tw-bg-opacity: 1;
|
|
1218
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1219
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1265
1220
|
}
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
.Radio-module__radio___1CPAk {
|
|
1269
|
-
display: flex;
|
|
1270
|
-
align-items: center;
|
|
1221
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
|
|
1222
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1271
1223
|
}
|
|
1272
|
-
.
|
|
1273
|
-
|
|
1274
|
-
|
|
1224
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
|
|
1225
|
+
--tw-text-opacity: 1;
|
|
1226
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1275
1227
|
}
|
|
1276
|
-
.
|
|
1277
|
-
|
|
1278
|
-
|
|
1228
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
|
|
1229
|
+
--tw-text-opacity: 1;
|
|
1230
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1279
1231
|
}
|
|
1280
|
-
.
|
|
1281
|
-
|
|
1282
|
-
|
|
1232
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9 {
|
|
1233
|
+
--tw-text-opacity: 1;
|
|
1234
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1283
1235
|
}
|
|
1284
|
-
.
|
|
1285
|
-
|
|
1286
|
-
|
|
1236
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9:hover {
|
|
1237
|
+
--tw-text-opacity: 1;
|
|
1238
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1287
1239
|
}
|
|
1288
|
-
.
|
|
1289
|
-
|
|
1290
|
-
background-color:
|
|
1240
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
|
|
1241
|
+
--tw-bg-opacity: 1;
|
|
1242
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1243
|
+
border-width: 1px;
|
|
1244
|
+
border-style: solid;
|
|
1245
|
+
--tw-border-opacity: 1;
|
|
1246
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1247
|
+
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
1291
1248
|
}
|
|
1292
|
-
.
|
|
1293
|
-
|
|
1249
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
|
|
1250
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1251
|
+
--tw-border-opacity: 1;
|
|
1252
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1294
1253
|
}
|
|
1295
|
-
.
|
|
1296
|
-
|
|
1254
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
|
|
1255
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1297
1256
|
}
|
|
1298
|
-
.
|
|
1299
|
-
|
|
1300
|
-
|
|
1257
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
|
|
1258
|
+
background-color: transparent;
|
|
1259
|
+
border-width: 0px;
|
|
1260
|
+
border-style: none;
|
|
1261
|
+
box-shadow: none;
|
|
1301
1262
|
}
|
|
1302
|
-
.
|
|
1303
|
-
|
|
1304
|
-
|
|
1263
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
|
|
1264
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1265
|
+
border-style: none;
|
|
1266
|
+
--tw-bg-opacity: 1;
|
|
1267
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1305
1268
|
}
|
|
1306
|
-
.
|
|
1307
|
-
|
|
1269
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
|
|
1270
|
+
--tw-bg-opacity: 1;
|
|
1271
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
1308
1272
|
}
|
|
1309
|
-
.
|
|
1310
|
-
|
|
1273
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
|
|
1274
|
+
outline: 2px solid rgba(236, 93, 37, 0.2);
|
|
1311
1275
|
}
|
|
1312
|
-
.
|
|
1313
|
-
|
|
1276
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
|
|
1277
|
+
background-color: transparent;
|
|
1278
|
+
padding: 0px;
|
|
1279
|
+
border-width: 0px;
|
|
1280
|
+
border-style: none;
|
|
1281
|
+
height: auto;
|
|
1282
|
+
box-shadow: none;
|
|
1314
1283
|
}
|
|
1315
|
-
.
|
|
1316
|
-
|
|
1284
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
|
|
1285
|
+
text-decoration: underline;
|
|
1317
1286
|
}
|
|
1318
|
-
.
|
|
1319
|
-
|
|
1320
|
-
|
|
1287
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
|
|
1288
|
+
box-shadow: none;
|
|
1289
|
+
border-style: none;
|
|
1290
|
+
background-color: transparent;
|
|
1321
1291
|
}
|
|
1322
|
-
.
|
|
1323
|
-
color:
|
|
1324
|
-
font-weight: 400;
|
|
1325
|
-
font-size: 0.875rem;
|
|
1326
|
-
line-height: 20px;
|
|
1292
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
|
|
1293
|
+
background-color: transparent;
|
|
1327
1294
|
}
|
|
1328
|
-
.
|
|
1329
|
-
|
|
1330
|
-
font-weight: 500;
|
|
1331
|
-
font-size: 0.875rem;
|
|
1332
|
-
line-height: 20px;
|
|
1295
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
|
|
1296
|
+
outline: none;
|
|
1333
1297
|
}
|
|
1334
1298
|
|
|
1335
|
-
/* src/
|
|
1336
|
-
.
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1299
|
+
/* src/atom/Slider/Slider.module.scss */
|
|
1300
|
+
.Slider-module__label___9Uea- {
|
|
1301
|
+
font-size: 13px;
|
|
1302
|
+
line-height: 18px;
|
|
1303
|
+
--tw-text-opacity: 1;
|
|
1304
|
+
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
1340
1305
|
}
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1306
|
+
|
|
1307
|
+
.Slider-module__slider___JCS-c.ant-slider {
|
|
1308
|
+
margin-left: 0px;
|
|
1309
|
+
margin-right: 0px;
|
|
1344
1310
|
}
|
|
1345
|
-
.
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
gap: 0.5rem
|
|
1311
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
1312
|
+
box-shadow: 0 0 0 2px #ec5d25;
|
|
1313
|
+
transform: scale(1.25);
|
|
1349
1314
|
}
|
|
1350
|
-
.
|
|
1351
|
-
|
|
1315
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
1316
|
+
content: unset;
|
|
1352
1317
|
}
|
|
1353
|
-
.
|
|
1354
|
-
|
|
1355
|
-
|
|
1318
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
1319
|
+
inset-inline-start: -1px;
|
|
1320
|
+
inset-block-start: -1px;
|
|
1321
|
+
}
|
|
1322
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
1323
|
+
--tw-bg-opacity: 1;
|
|
1324
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1325
|
+
height: 2px;
|
|
1326
|
+
}
|
|
1327
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
1328
|
+
background-color: transparent;
|
|
1329
|
+
}
|
|
1330
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
1331
|
+
--tw-bg-opacity: 1;
|
|
1332
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1356
1333
|
}
|
|
1357
1334
|
|
|
1358
1335
|
/* src/atom/Table/Table.module.scss */
|
|
@@ -1419,7 +1396,7 @@
|
|
|
1419
1396
|
}
|
|
1420
1397
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-container {
|
|
1421
1398
|
/* Lift the white body card off the gray wrapper */
|
|
1422
|
-
|
|
1399
|
+
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
|
|
1423
1400
|
}
|
|
1424
1401
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
|
|
1425
1402
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
|
|
@@ -1543,7 +1520,7 @@
|
|
|
1543
1520
|
background: #ffffff;
|
|
1544
1521
|
border-radius: 12px;
|
|
1545
1522
|
margin: 8px 4px 4px 4px !important;
|
|
1546
|
-
|
|
1523
|
+
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
|
|
1547
1524
|
/* AntD re-orders items; we use order to match design layout */
|
|
1548
1525
|
}
|
|
1549
1526
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
@@ -1872,6 +1849,29 @@
|
|
|
1872
1849
|
min-width: 180px;
|
|
1873
1850
|
}
|
|
1874
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,7 +1907,7 @@
|
|
|
1907
1907
|
border-radius: 16px;
|
|
1908
1908
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
|
|
1909
1909
|
overflow: hidden;
|
|
1910
|
-
width:
|
|
1910
|
+
width: 712px;
|
|
1911
1911
|
font-family: "Inter", system-ui, -apple-system, sans-serif;
|
|
1912
1912
|
}
|
|
1913
1913
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
@@ -1920,7 +1920,7 @@
|
|
|
1920
1920
|
}
|
|
1921
1921
|
}
|
|
1922
1922
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__hidePresets___-m2-P {
|
|
1923
|
-
width:
|
|
1923
|
+
width: 574px;
|
|
1924
1924
|
}
|
|
1925
1925
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__hidePresets___-m2-P.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
1926
1926
|
width: 292px;
|
|
@@ -1946,10 +1946,11 @@
|
|
|
1946
1946
|
Left (Presets Sidebar) — fixed 140px
|
|
1947
1947
|
==================================================================== */
|
|
1948
1948
|
.AdvancedDateRangePicker-module__left___T6E84 {
|
|
1949
|
-
width:
|
|
1949
|
+
width: 100%;
|
|
1950
|
+
max-width: 140px;
|
|
1950
1951
|
flex-shrink: 0;
|
|
1951
1952
|
border-right: 1px solid #f3f4f6;
|
|
1952
|
-
padding: 12px
|
|
1953
|
+
padding: 12px 6px;
|
|
1953
1954
|
display: flex;
|
|
1954
1955
|
flex-direction: column;
|
|
1955
1956
|
background: #ffffff;
|
|
@@ -1959,6 +1960,7 @@
|
|
|
1959
1960
|
@media (max-width: 768px) {
|
|
1960
1961
|
.AdvancedDateRangePicker-module__left___T6E84 {
|
|
1961
1962
|
width: 100%;
|
|
1963
|
+
max-width: none;
|
|
1962
1964
|
border-right: none;
|
|
1963
1965
|
border-bottom: 1px solid #f3f4f6;
|
|
1964
1966
|
flex-direction: row;
|
|
@@ -1985,17 +1987,17 @@
|
|
|
1985
1987
|
background: var(--White, #FFF);
|
|
1986
1988
|
border: none;
|
|
1987
1989
|
cursor: pointer;
|
|
1988
|
-
padding:
|
|
1990
|
+
padding: 6px 12px;
|
|
1989
1991
|
align-items: center;
|
|
1990
1992
|
color: var(--text-subtle, #363E4F);
|
|
1991
1993
|
border-radius: 6px;
|
|
1992
1994
|
transition: all 0.2s;
|
|
1993
1995
|
white-space: nowrap;
|
|
1994
|
-
font-family: Inter, sans-serif;
|
|
1995
|
-
font-size:
|
|
1996
|
+
font-family: "Inter", system-ui, -apple-system, sans-serif;
|
|
1997
|
+
font-size: 13px;
|
|
1996
1998
|
font-style: normal;
|
|
1997
1999
|
font-weight: 400;
|
|
1998
|
-
line-height:
|
|
2000
|
+
line-height: 18px;
|
|
1999
2001
|
}
|
|
2000
2002
|
.AdvancedDateRangePicker-module__sidebarItem___-NXPm:hover {
|
|
2001
2003
|
background: #f9fafb;
|
|
@@ -2030,21 +2032,25 @@
|
|
|
2030
2032
|
Main (Header + Body) — 567px (707 - 140)
|
|
2031
2033
|
==================================================================== */
|
|
2032
2034
|
.AdvancedDateRangePicker-module__main___G4MU9 {
|
|
2033
|
-
width:
|
|
2035
|
+
width: 100%;
|
|
2036
|
+
max-width: 574px;
|
|
2034
2037
|
flex-shrink: 0;
|
|
2035
2038
|
display: flex;
|
|
2036
2039
|
flex-direction: column;
|
|
2037
2040
|
min-width: 0;
|
|
2038
2041
|
}
|
|
2039
2042
|
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__main___G4MU9 {
|
|
2040
|
-
width:
|
|
2043
|
+
width: 100%;
|
|
2044
|
+
max-width: 292px;
|
|
2041
2045
|
}
|
|
2042
2046
|
@media (max-width: 768px) {
|
|
2043
2047
|
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__main___G4MU9 {
|
|
2044
2048
|
width: 100%;
|
|
2049
|
+
max-width: none;
|
|
2045
2050
|
}
|
|
2046
2051
|
.AdvancedDateRangePicker-module__main___G4MU9 {
|
|
2047
2052
|
width: 100%;
|
|
2053
|
+
max-width: none;
|
|
2048
2054
|
}
|
|
2049
2055
|
}
|
|
2050
2056
|
|
|
@@ -2071,7 +2077,8 @@
|
|
|
2071
2077
|
|
|
2072
2078
|
/* Timezone column — fixed 156px */
|
|
2073
2079
|
.AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
2074
|
-
width:
|
|
2080
|
+
width: 100%;
|
|
2081
|
+
max-width: 156px;
|
|
2075
2082
|
flex-shrink: 0;
|
|
2076
2083
|
display: flex;
|
|
2077
2084
|
flex-direction: column;
|
|
@@ -2081,6 +2088,7 @@
|
|
|
2081
2088
|
}
|
|
2082
2089
|
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
2083
2090
|
width: 100%;
|
|
2091
|
+
max-width: none;
|
|
2084
2092
|
border-right: none;
|
|
2085
2093
|
border-bottom: 1px solid #e5e7eb;
|
|
2086
2094
|
padding: 16px;
|
|
@@ -2088,6 +2096,7 @@
|
|
|
2088
2096
|
@media (max-width: 768px) {
|
|
2089
2097
|
.AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
2090
2098
|
width: 100%;
|
|
2099
|
+
max-width: none;
|
|
2091
2100
|
border-right: none;
|
|
2092
2101
|
border-bottom: 1px solid #e5e7eb;
|
|
2093
2102
|
padding: 16px;
|
|
@@ -2096,6 +2105,8 @@
|
|
|
2096
2105
|
|
|
2097
2106
|
/* Date-time area — takes remaining space */
|
|
2098
2107
|
.AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
|
|
2108
|
+
width: 100%;
|
|
2109
|
+
max-width: 420px;
|
|
2099
2110
|
flex: 1;
|
|
2100
2111
|
display: flex;
|
|
2101
2112
|
gap: 0;
|
|
@@ -2104,11 +2115,13 @@
|
|
|
2104
2115
|
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
|
|
2105
2116
|
flex-direction: column;
|
|
2106
2117
|
width: 100%;
|
|
2118
|
+
max-width: none;
|
|
2107
2119
|
}
|
|
2108
2120
|
@media (max-width: 768px) {
|
|
2109
2121
|
.AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
|
|
2110
2122
|
flex-direction: column;
|
|
2111
2123
|
width: 100%;
|
|
2124
|
+
max-width: none;
|
|
2112
2125
|
}
|
|
2113
2126
|
}
|
|
2114
2127
|
|
|
@@ -2167,7 +2180,7 @@
|
|
|
2167
2180
|
font-weight: 500;
|
|
2168
2181
|
line-height: 16px;
|
|
2169
2182
|
cursor: pointer;
|
|
2170
|
-
width:
|
|
2183
|
+
width: 100%;
|
|
2171
2184
|
height: 24px;
|
|
2172
2185
|
box-sizing: border-box;
|
|
2173
2186
|
display: flex;
|
|
@@ -2193,7 +2206,7 @@
|
|
|
2193
2206
|
}
|
|
2194
2207
|
|
|
2195
2208
|
.AdvancedDateRangePicker-module__timezoneSelectContainer___8SMc4 {
|
|
2196
|
-
width:
|
|
2209
|
+
width: 100% !important;
|
|
2197
2210
|
height: 24px;
|
|
2198
2211
|
}
|
|
2199
2212
|
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__timezoneSelectContainer___8SMc4 {
|
|
@@ -2215,7 +2228,7 @@
|
|
|
2215
2228
|
}
|
|
2216
2229
|
|
|
2217
2230
|
.AdvancedDateRangePicker-module__timezoneDisabledBadge___VBxOd {
|
|
2218
|
-
width:
|
|
2231
|
+
width: 100%;
|
|
2219
2232
|
height: 24px;
|
|
2220
2233
|
box-sizing: border-box;
|
|
2221
2234
|
display: flex;
|
|
@@ -2447,7 +2460,7 @@
|
|
|
2447
2460
|
@media (min-width: 769px) {
|
|
2448
2461
|
.AdvancedDateRangePicker-module__root___udir8:not(.AdvancedDateRangePicker-module__singleCalendar___qy2-H):not(.AdvancedDateRangePicker-module__hidePresets___-m2-P) .AdvancedDateRangePicker-module__inner___P4OHa {
|
|
2449
2462
|
position: relative;
|
|
2450
|
-
padding-left:
|
|
2463
|
+
padding-left: 140px;
|
|
2451
2464
|
}
|
|
2452
2465
|
.AdvancedDateRangePicker-module__root___udir8:not(.AdvancedDateRangePicker-module__singleCalendar___qy2-H):not(.AdvancedDateRangePicker-module__hidePresets___-m2-P) .AdvancedDateRangePicker-module__left___T6E84 {
|
|
2453
2466
|
position: absolute;
|