@itilite/lumina-ui 1.0.14-alpha → 1.0.16-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/styles.css CHANGED
@@ -762,6 +762,273 @@
762
762
 
763
763
 
764
764
  /* CSS Modules */
765
+ /* src/atom/Tooltip/Tooltip.module.scss */
766
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
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/Checkbox/Checkbox.module.scss */
779
+ .Checkbox-module__checkbox___xxg5L {
780
+ display: flex;
781
+ align-items: center;
782
+ }
783
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
784
+ height: 16px;
785
+ width: 16px;
786
+ }
787
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
788
+ height: 20px;
789
+ width: 20px;
790
+ }
791
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
792
+ inset-inline-start: 27%;
793
+ }
794
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
795
+ height: 24px;
796
+ width: 24px;
797
+ }
798
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
799
+ inset-inline-start: 33%;
800
+ }
801
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
802
+ border-color: #ec5d25;
803
+ background-color: #ec5d25;
804
+ }
805
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
806
+ .ant-checkbox-checked:not(.ant-checkbox-disabled)
807
+ .ant-checkbox-inner {
808
+ --tw-bg-opacity: 1;
809
+ background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
810
+ }
811
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
812
+ outline: 2px solid #0a65e7;
813
+ }
814
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
815
+ cursor: not-allowed;
816
+ }
817
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
818
+ opacity: 0.5;
819
+ border-color: #ec5d25;
820
+ background-color: #ec5d25;
821
+ }
822
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
823
+ border-color: #ffffff;
824
+ }
825
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
826
+ border-color: #b6bac3;
827
+ }
828
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
829
+ border-color: #6b7280;
830
+ }
831
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
832
+ outline: 2px solid #0a65e7;
833
+ }
834
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
835
+ cursor: not-allowed;
836
+ }
837
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
838
+ border-color: #b6bac3;
839
+ background-color: #f9fafb;
840
+ }
841
+ .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
842
+ color: #363e4f;
843
+ }
844
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
845
+ color: #363e4f;
846
+ font-weight: 400;
847
+ font-size: 0.875rem;
848
+ line-height: 20px;
849
+ }
850
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
851
+ color: #363e4f;
852
+ font-weight: 500;
853
+ font-size: 0.875rem;
854
+ line-height: 20px;
855
+ }
856
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
857
+ opacity: 0.5;
858
+ border-color: #ec5d25;
859
+ background-color: #ec5d25;
860
+ }
861
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
862
+ border-color: #ffffff;
863
+ }
864
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
865
+ border-color: #ec5d25 !important;
866
+ background-color: #ec5d25 !important;
867
+ }
868
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
869
+ inset-inline-start: 50%;
870
+ width: 60%;
871
+ height: 3px;
872
+ border-radius: 4px;
873
+ background: white;
874
+ }
875
+
876
+ /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
877
+ .LoadingSpinner-module__spinnerContainer___DiPLf {
878
+ display: flex;
879
+ justify-content: center;
880
+ align-items: center;
881
+ height: 100%;
882
+ margin-top: 2rem;
883
+ margin-bottom: 2rem;
884
+ }
885
+
886
+ /* src/atom/Tag/Tag.module.scss */
887
+ .Tag-module__tag___PIkhI {
888
+ border-radius: 0.25rem;
889
+ padding: 0.25rem;
890
+ font-weight: 500;
891
+ font-size: 12px;
892
+ line-height: .75rem;
893
+ --tw-bg-opacity: 1;
894
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
895
+ height: -moz-max-content;
896
+ height: max-content;
897
+ --tw-text-opacity: 1;
898
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
899
+ border-width: 0px
900
+ }
901
+ .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
902
+ padding-top: 2px;
903
+ padding-bottom: 2px;
904
+ padding-left: 0.25rem;
905
+ padding-right: 0.25rem;
906
+ font-size: 0.625rem;
907
+ line-height: .75rem
908
+ }
909
+ .Tag-module__tag___PIkhI.Tag-module__success___99fad {
910
+ --tw-bg-opacity: 1;
911
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
912
+ }
913
+ .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
914
+ --tw-bg-opacity: 1;
915
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
916
+ }
917
+ .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
918
+ --tw-bg-opacity: 1;
919
+ background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
920
+ }
921
+ .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
922
+ --tw-bg-opacity: 1;
923
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
924
+ }
925
+ .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
926
+ --tw-bg-opacity: 1;
927
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
928
+ }
929
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
930
+ --tw-bg-opacity: 1;
931
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
932
+ }
933
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
934
+ --tw-bg-opacity: 1;
935
+ background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
936
+ }
937
+ .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
938
+ --tw-bg-opacity: 1;
939
+ background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
940
+ }
941
+ .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
942
+ --tw-bg-opacity: 1;
943
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
944
+ }
945
+
946
+ /* src/atom/Radio/Radio.module.scss */
947
+ .Radio-module__radio___1CPAk {
948
+ display: flex;
949
+ align-items: center;
950
+ }
951
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
952
+ height: 16px;
953
+ width: 16px;
954
+ }
955
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
956
+ height: 20px;
957
+ width: 20px;
958
+ }
959
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
960
+ height: 24px;
961
+ width: 24px;
962
+ }
963
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
964
+ border-color: #EC5D25;
965
+ background-color: #EC5D25;
966
+ }
967
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
968
+ border-color: #B94710;
969
+ background-color: #B94710;
970
+ }
971
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
972
+ outline: 2px solid #0A65E7;
973
+ }
974
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
975
+ cursor: not-allowed;
976
+ }
977
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
978
+ border-color: #B6BAC3;
979
+ background-color: #B6BAC3;
980
+ }
981
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
982
+ transform: scale(0.375);
983
+ background-color: #FFFFFF;
984
+ }
985
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
986
+ border-color: #B6BAC3;
987
+ }
988
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
989
+ border-color: #6B7280;
990
+ }
991
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
992
+ outline: 2px solid #0A65E7;
993
+ }
994
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
995
+ cursor: not-allowed;
996
+ }
997
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
998
+ border-color: #B6BAC3;
999
+ background-color: #F9FAFB;
1000
+ }
1001
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1002
+ color: #363E4F;
1003
+ font-weight: 400;
1004
+ font-size: 0.875rem;
1005
+ line-height: 20px;
1006
+ }
1007
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1008
+ color: #363E4F;
1009
+ font-weight: 500;
1010
+ font-size: 0.875rem;
1011
+ line-height: 20px;
1012
+ }
1013
+
1014
+ /* src/atom/Switch/Switch.module.scss */
1015
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1016
+ height: 0.75rem;
1017
+ min-width: 1.5rem
1018
+ }
1019
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1020
+ height: 0.5rem;
1021
+ width: 0.5rem
1022
+ }
1023
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1024
+ --tw-bg-opacity: 1;
1025
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1026
+ }
1027
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1028
+ --tw-bg-opacity: 1;
1029
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1030
+ }
1031
+
765
1032
  /* src/atom/Slider/Slider.module.scss */
766
1033
  .Slider-module__label___9Uea- {
767
1034
  font-size: 13px;
@@ -980,283 +1247,112 @@
980
1247
  .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
981
1248
  text-decoration: underline;
982
1249
  }
983
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
984
- box-shadow: none;
985
- border-style: none;
986
- background-color: transparent;
987
- }
988
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
989
- background-color: transparent;
990
- }
991
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
992
- outline: none;
993
- }
994
-
995
- /* src/atom/Tooltip/Tooltip.module.scss */
996
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
997
- background-color: white !important;
998
- color: #111827;
999
- border-radius: 0.5rem;
1000
- padding: 0.625rem;
1001
- --tw-text-opacity: 1;
1002
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
1003
- }
1004
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
1005
- background-color: white !important;
1006
- }
1007
-
1008
- /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
1009
- .LoadingSpinner-module__spinnerContainer___DiPLf {
1010
- display: flex;
1011
- justify-content: center;
1012
- align-items: center;
1013
- height: 100%;
1014
- margin-top: 2rem;
1015
- margin-bottom: 2rem;
1016
- }
1017
-
1018
- /* src/atom/Switch/Switch.module.scss */
1019
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1020
- height: 0.75rem;
1021
- min-width: 1.5rem
1022
- }
1023
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1024
- height: 0.5rem;
1025
- width: 0.5rem
1026
- }
1027
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1028
- --tw-bg-opacity: 1;
1029
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1030
- }
1031
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1032
- --tw-bg-opacity: 1;
1033
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1034
- }
1035
-
1036
- /* src/atom/Tag/Tag.module.scss */
1037
- .Tag-module__tag___PIkhI {
1038
- border-radius: 0.25rem;
1039
- padding: 0.25rem;
1040
- font-weight: 500;
1041
- font-size: 12px;
1042
- line-height: .75rem;
1043
- --tw-bg-opacity: 1;
1044
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1045
- height: -moz-max-content;
1046
- height: max-content;
1047
- --tw-text-opacity: 1;
1048
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1049
- border-width: 0px
1050
- }
1051
- .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
1052
- padding-top: 2px;
1053
- padding-bottom: 2px;
1054
- padding-left: 0.25rem;
1055
- padding-right: 0.25rem;
1056
- font-size: 0.625rem;
1057
- line-height: .75rem
1058
- }
1059
- .Tag-module__tag___PIkhI.Tag-module__success___99fad {
1060
- --tw-bg-opacity: 1;
1061
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
1062
- }
1063
- .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
1064
- --tw-bg-opacity: 1;
1065
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
1066
- }
1067
- .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
1068
- --tw-bg-opacity: 1;
1069
- background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
1070
- }
1071
- .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
1072
- --tw-bg-opacity: 1;
1073
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1074
- }
1075
- .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
1076
- --tw-bg-opacity: 1;
1077
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
1078
- }
1079
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
1080
- --tw-bg-opacity: 1;
1081
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
1082
- }
1083
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
1084
- --tw-bg-opacity: 1;
1085
- background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
1086
- }
1087
- .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
1088
- --tw-bg-opacity: 1;
1089
- background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
1090
- }
1091
- .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
1092
- --tw-bg-opacity: 1;
1093
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1094
- }
1095
-
1096
- /* src/atom/Checkbox/Checkbox.module.scss */
1097
- .Checkbox-module__checkbox___xxg5L {
1098
- display: flex;
1099
- align-items: center;
1100
- }
1101
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
1102
- height: 16px;
1103
- width: 16px;
1104
- }
1105
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
1106
- height: 20px;
1107
- width: 20px;
1108
- }
1109
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
1110
- inset-inline-start: 27%;
1111
- }
1112
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
1113
- height: 24px;
1114
- width: 24px;
1115
- }
1116
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
1117
- inset-inline-start: 33%;
1118
- }
1119
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
1120
- border-color: #ec5d25;
1121
- background-color: #ec5d25;
1122
- }
1123
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
1124
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
1125
- .ant-checkbox-inner {
1126
- --tw-bg-opacity: 1;
1127
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
1128
- }
1129
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
1130
- outline: 2px solid #0a65e7;
1131
- }
1132
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
1133
- cursor: not-allowed;
1134
- }
1135
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
1136
- opacity: 0.5;
1137
- border-color: #ec5d25;
1138
- background-color: #ec5d25;
1139
- }
1140
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
1141
- border-color: #ffffff;
1142
- }
1143
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
1144
- border-color: #b6bac3;
1145
- }
1146
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
1147
- border-color: #6b7280;
1148
- }
1149
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
1150
- outline: 2px solid #0a65e7;
1151
- }
1152
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
1153
- cursor: not-allowed;
1154
- }
1155
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
1156
- border-color: #b6bac3;
1157
- background-color: #f9fafb;
1158
- }
1159
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
1160
- color: #363e4f;
1161
- }
1162
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
1163
- color: #363e4f;
1164
- font-weight: 400;
1165
- font-size: 0.875rem;
1166
- line-height: 20px;
1167
- }
1168
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
1169
- color: #363e4f;
1170
- font-weight: 500;
1171
- font-size: 0.875rem;
1172
- line-height: 20px;
1173
- }
1174
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
1175
- opacity: 0.5;
1176
- border-color: #ec5d25;
1177
- background-color: #ec5d25;
1178
- }
1179
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1180
- border-color: #ffffff;
1250
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
1251
+ box-shadow: none;
1252
+ border-style: none;
1253
+ background-color: transparent;
1181
1254
  }
1182
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
1183
- border-color: #ec5d25 !important;
1184
- background-color: #ec5d25 !important;
1255
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
1256
+ background-color: transparent;
1185
1257
  }
1186
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1187
- inset-inline-start: 50%;
1188
- width: 60%;
1189
- height: 3px;
1190
- border-radius: 4px;
1191
- background: white;
1258
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
1259
+ outline: none;
1192
1260
  }
1193
1261
 
1194
- /* src/atom/Radio/Radio.module.scss */
1195
- .Radio-module__radio___1CPAk {
1262
+ /* src/atom/Modal/Modal.module.scss */
1263
+ .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1264
+ margin-top: 0;
1265
+ margin-top: 0px;
1266
+ }
1267
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1268
+ padding: 24px;
1269
+ padding: 1.5rem;
1196
1270
  display: flex;
1197
- align-items: center;
1271
+ justify-content: flex-end;
1198
1272
  }
1199
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1200
- height: 16px;
1201
- width: 16px;
1273
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1274
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1275
+ min-width: 92px;
1202
1276
  }
1203
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1204
- height: 20px;
1205
- width: 20px;
1277
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1278
+ padding: 24px;
1279
+ padding: 1.5rem;
1280
+ padding-top: 0px;
1281
+ display: flex;
1282
+ justify-content: flex-end;
1206
1283
  }
1207
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1208
- height: 24px;
1209
- width: 24px;
1284
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1285
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1286
+ width: 50%;
1210
1287
  }
1211
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1212
- border-color: #EC5D25;
1213
- background-color: #EC5D25;
1288
+ .Modal-module__modal___PKrAi .ant-modal-content {
1289
+ padding: 0;
1290
+ border-radius: 0.75rem;
1291
+ padding: 0px;
1214
1292
  }
1215
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1216
- border-color: #B94710;
1217
- background-color: #B94710;
1293
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1294
+ margin-bottom: 0px;
1295
+ padding: 1rem;
1218
1296
  }
1219
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1220
- outline: 2px solid #0A65E7;
1297
+ @media (min-width: 576px) {
1298
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1299
+ padding: 1.5rem;
1300
+ }
1221
1301
  }
1222
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1223
- cursor: not-allowed;
1302
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1303
+ justify-content: flex-start;
1304
+ padding-right: 1.25rem;
1305
+ font-size: 1.25rem;
1306
+ font-weight: 500;
1307
+ line-height: 1.75rem;
1308
+ --tw-text-opacity: 1;
1309
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1224
1310
  }
1225
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1226
- border-color: #B6BAC3;
1227
- background-color: #B6BAC3;
1311
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1312
+ display: flex;
1313
+ align-items: flex-end;
1314
+ justify-content: center;
1228
1315
  }
1229
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1230
- transform: scale(0.375);
1231
- background-color: #FFFFFF;
1316
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1317
+ display: flex;
1318
+ align-items: center;
1319
+ justify-content: center;
1232
1320
  }
1233
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1234
- border-color: #B6BAC3;
1321
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1322
+ padding: 0 1.5rem 1.5rem;
1323
+ max-height: 65vh;
1324
+ overflow: auto;
1235
1325
  }
1236
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1237
- border-color: #6B7280;
1326
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1327
+ top: 1.5rem;
1328
+ right: 1.5rem;
1329
+ padding-bottom: 0.25rem;
1238
1330
  }
1239
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1240
- outline: 2px solid #0A65E7;
1331
+ .Modal-module__modal___PKrAi .ant-btn-primary {
1332
+ margin-inline-start: 0.5rem;
1241
1333
  }
1242
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1243
- cursor: not-allowed;
1334
+
1335
+ /* src/molecules/UserProfile/UserProfile.module.scss */
1336
+ .UserProfile-module__userProfile___cRMm9 {
1337
+ display: flex;
1338
+ align-items: center;
1339
+ gap: 0.625rem
1244
1340
  }
1245
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1246
- border-color: #B6BAC3;
1247
- background-color: #F9FAFB;
1341
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
1342
+ display: flex;
1343
+ flex-direction: column
1248
1344
  }
1249
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1250
- color: #363E4F;
1251
- font-weight: 400;
1252
- font-size: 0.875rem;
1253
- line-height: 20px;
1345
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
1346
+ display: flex;
1347
+ align-items: center;
1348
+ gap: 0.5rem
1254
1349
  }
1255
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1256
- color: #363E4F;
1257
- font-weight: 500;
1258
- font-size: 0.875rem;
1259
- line-height: 20px;
1350
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
1351
+ margin: 0px
1352
+ }
1353
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
1354
+ margin: 0px;
1355
+ margin-top: 0.125rem
1260
1356
  }
1261
1357
 
1262
1358
  /* src/atom/Table/Table.module.scss */
@@ -1323,7 +1419,7 @@
1323
1419
  }
1324
1420
  .Table-module__table___5d7g0.ant-table-wrapper .ant-table-container {
1325
1421
  /* Lift the white body card off the gray wrapper */
1326
- filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.06));
1422
+ box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
1327
1423
  }
1328
1424
  .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
1329
1425
  .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
@@ -1447,7 +1543,7 @@
1447
1543
  background: #ffffff;
1448
1544
  border-radius: 12px;
1449
1545
  margin: 8px 4px 4px 4px !important;
1450
- filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.06));
1546
+ box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
1451
1547
  /* AntD re-orders items; we use order to match design layout */
1452
1548
  }
1453
1549
  .Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options {
@@ -1684,6 +1780,8 @@
1684
1780
  padding: 0;
1685
1781
  cursor: pointer;
1686
1782
  min-width: 0;
1783
+ font: inherit;
1784
+ color: inherit;
1687
1785
  }
1688
1786
  .Table-module__columnHeaderSortArea___jrIYo:focus-visible {
1689
1787
  outline: 2px solid #ec5d25;
@@ -1697,6 +1795,8 @@
1697
1795
  text-overflow: ellipsis;
1698
1796
  line-height: normal;
1699
1797
  text-transform: none !important;
1798
+ font: inherit;
1799
+ color: inherit;
1700
1800
  }
1701
1801
 
1702
1802
  .Table-module__columnHeaderSortIcon___mWVZN {
@@ -1772,102 +1872,6 @@
1772
1872
  min-width: 180px;
1773
1873
  }
1774
1874
 
1775
- /* src/molecules/UserProfile/UserProfile.module.scss */
1776
- .UserProfile-module__userProfile___cRMm9 {
1777
- display: flex;
1778
- align-items: center;
1779
- gap: 0.625rem
1780
- }
1781
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
1782
- display: flex;
1783
- flex-direction: column
1784
- }
1785
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
1786
- display: flex;
1787
- align-items: center;
1788
- gap: 0.5rem
1789
- }
1790
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
1791
- margin: 0px
1792
- }
1793
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
1794
- margin: 0px;
1795
- margin-top: 0.125rem
1796
- }
1797
-
1798
- /* src/atom/Modal/Modal.module.scss */
1799
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1800
- margin-top: 0;
1801
- margin-top: 0px;
1802
- }
1803
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1804
- padding: 24px;
1805
- padding: 1.5rem;
1806
- display: flex;
1807
- justify-content: flex-end;
1808
- }
1809
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1810
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1811
- min-width: 92px;
1812
- }
1813
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1814
- padding: 24px;
1815
- padding: 1.5rem;
1816
- padding-top: 0px;
1817
- display: flex;
1818
- justify-content: flex-end;
1819
- }
1820
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1821
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1822
- width: 50%;
1823
- }
1824
- .Modal-module__modal___PKrAi .ant-modal-content {
1825
- padding: 0;
1826
- border-radius: 0.75rem;
1827
- padding: 0px;
1828
- }
1829
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1830
- margin-bottom: 0px;
1831
- padding: 1rem;
1832
- }
1833
- @media (min-width: 576px) {
1834
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1835
- padding: 1.5rem;
1836
- }
1837
- }
1838
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1839
- justify-content: flex-start;
1840
- padding-right: 1.25rem;
1841
- font-size: 1.25rem;
1842
- font-weight: 500;
1843
- line-height: 1.75rem;
1844
- --tw-text-opacity: 1;
1845
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1846
- }
1847
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1848
- display: flex;
1849
- align-items: flex-end;
1850
- justify-content: center;
1851
- }
1852
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1853
- display: flex;
1854
- align-items: center;
1855
- justify-content: center;
1856
- }
1857
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1858
- padding: 0 1.5rem 1.5rem;
1859
- max-height: 65vh;
1860
- overflow: auto;
1861
- }
1862
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1863
- top: 1.5rem;
1864
- right: 1.5rem;
1865
- padding-bottom: 0.25rem;
1866
- }
1867
- .Modal-module__modal___PKrAi .ant-btn-primary {
1868
- margin-inline-start: 0.5rem;
1869
- }
1870
-
1871
1875
  /* src/atom/RangePicker/RangePicker.module.scss */
1872
1876
  .RangePicker-module__range_start___hGQp-::after {
1873
1877
  content: "";
@@ -1949,8 +1953,8 @@
1949
1953
  display: flex;
1950
1954
  flex-direction: column;
1951
1955
  background: #ffffff;
1952
- max-height: 380px;
1953
1956
  overflow-y: auto;
1957
+ overflow-x: hidden;
1954
1958
  }
1955
1959
  @media (max-width: 768px) {
1956
1960
  .AdvancedDateRangePicker-module__left___T6E84 {
@@ -1973,7 +1977,9 @@
1973
1977
 
1974
1978
  .AdvancedDateRangePicker-module__sidebarItem___-NXPm {
1975
1979
  display: flex;
1976
- width: 142px;
1980
+ width: 100%;
1981
+ box-sizing: border-box;
1982
+ min-width: 0;
1977
1983
  margin: 2px 0;
1978
1984
  text-align: left;
1979
1985
  background: var(--White, #FFF);
@@ -1998,6 +2004,8 @@
1998
2004
  @media (max-width: 768px) {
1999
2005
  .AdvancedDateRangePicker-module__sidebarItem___-NXPm {
2000
2006
  width: auto;
2007
+ max-width: 140px;
2008
+ flex-shrink: 0;
2001
2009
  margin: 0;
2002
2010
  padding: 8px 16px;
2003
2011
  }
@@ -2010,6 +2018,14 @@
2010
2018
  border-radius: 6px !important;
2011
2019
  }
2012
2020
 
2021
+ .AdvancedDateRangePicker-module__sidebarItemText___X9qO- {
2022
+ display: block;
2023
+ width: 100%;
2024
+ overflow: hidden;
2025
+ text-overflow: ellipsis;
2026
+ white-space: nowrap;
2027
+ }
2028
+
2013
2029
  /* ====================================================================
2014
2030
  Main (Header + Body) — 567px (707 - 140)
2015
2031
  ==================================================================== */
@@ -2055,12 +2071,12 @@
2055
2071
 
2056
2072
  /* Timezone column — fixed 156px */
2057
2073
  .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
2058
- width: 156px;
2074
+ width: 140px;
2059
2075
  flex-shrink: 0;
2060
2076
  display: flex;
2061
2077
  flex-direction: column;
2062
2078
  gap: 10px;
2063
- padding: 20px 16px;
2079
+ padding: 12px 8px;
2064
2080
  border-right: 1px solid #e5e7eb;
2065
2081
  }
2066
2082
  .AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
@@ -2100,7 +2116,7 @@
2100
2116
  display: flex;
2101
2117
  flex-direction: column;
2102
2118
  gap: 10px;
2103
- padding: 20px 8px;
2119
+ padding: 12px 8px;
2104
2120
  flex: 1;
2105
2121
  /* Except when used inside timezoneWrapper — that sets its own padding */
2106
2122
  }
@@ -2269,7 +2285,7 @@
2269
2285
  }
2270
2286
 
2271
2287
  .AdvancedDateRangePicker-module__dateInput___0t9ww {
2272
- width: 92px;
2288
+ width: 94px;
2273
2289
  height: 24px;
2274
2290
  box-sizing: border-box;
2275
2291
  display: flex;
@@ -2312,7 +2328,7 @@
2312
2328
  }
2313
2329
 
2314
2330
  .AdvancedDateRangePicker-module__timeInput___Jalr9 {
2315
- width: 70px;
2331
+ width: 84px;
2316
2332
  height: 24px;
2317
2333
  box-sizing: border-box;
2318
2334
  display: flex;
@@ -2426,4 +2442,17 @@
2426
2442
  width: 100%;
2427
2443
  padding: 14px;
2428
2444
  }
2445
+ }
2446
+
2447
+ @media (min-width: 769px) {
2448
+ .AdvancedDateRangePicker-module__root___udir8:not(.AdvancedDateRangePicker-module__singleCalendar___qy2-H):not(.AdvancedDateRangePicker-module__hidePresets___-m2-P) .AdvancedDateRangePicker-module__inner___P4OHa {
2449
+ position: relative;
2450
+ padding-left: 158px;
2451
+ }
2452
+ .AdvancedDateRangePicker-module__root___udir8:not(.AdvancedDateRangePicker-module__singleCalendar___qy2-H):not(.AdvancedDateRangePicker-module__hidePresets___-m2-P) .AdvancedDateRangePicker-module__left___T6E84 {
2453
+ position: absolute;
2454
+ left: 0;
2455
+ top: 0;
2456
+ bottom: 0;
2457
+ }
2429
2458
  }