@itilite/lumina-ui 1.0.9-alpha → 1.0.10-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,40 +762,216 @@
762
762
 
763
763
 
764
764
  /* CSS Modules */
765
- /* src/atom/Slider/Slider.module.scss */
766
- .Slider-module__label___9Uea- {
767
- font-size: 13px;
768
- line-height: 18px;
765
+ /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
766
+ .LoadingSpinner-module__spinnerContainer___DiPLf {
767
+ display: flex;
768
+ justify-content: center;
769
+ align-items: center;
770
+ height: 100%;
771
+ margin-top: 2rem;
772
+ margin-bottom: 2rem;
773
+ }
774
+
775
+ /* src/atom/Tooltip/Tooltip.module.scss */
776
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
777
+ background-color: white !important;
778
+ color: #111827;
779
+ border-radius: 0.5rem;
780
+ padding: 0.625rem;
769
781
  --tw-text-opacity: 1;
770
- color: rgb(54 62 79 / var(--tw-text-opacity, 1));
782
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
783
+ }
784
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
785
+ background-color: white !important;
771
786
  }
772
787
 
773
- .Slider-module__slider___JCS-c.ant-slider {
774
- margin-left: 0px;
775
- margin-right: 0px;
788
+ /* src/atom/Radio/Radio.module.scss */
789
+ .Radio-module__radio___1CPAk {
790
+ display: flex;
791
+ align-items: center;
776
792
  }
777
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
778
- box-shadow: 0 0 0 2px #ec5d25;
779
- transform: scale(1.25);
793
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
794
+ height: 16px;
795
+ width: 16px;
780
796
  }
781
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
782
- content: unset;
797
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
798
+ height: 20px;
799
+ width: 20px;
783
800
  }
784
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
785
- inset-inline-start: -1px;
786
- inset-block-start: -1px;
801
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
802
+ height: 24px;
803
+ width: 24px;
787
804
  }
788
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
789
- --tw-bg-opacity: 1;
790
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
791
- height: 2px;
805
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
806
+ border-color: #EC5D25;
807
+ background-color: #EC5D25;
792
808
  }
793
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
794
- background-color: transparent;
809
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
810
+ border-color: #B94710;
811
+ background-color: #B94710;
795
812
  }
796
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
813
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
814
+ outline: 2px solid #0A65E7;
815
+ }
816
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
817
+ cursor: not-allowed;
818
+ }
819
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
820
+ border-color: #B6BAC3;
821
+ background-color: #B6BAC3;
822
+ }
823
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
824
+ transform: scale(0.375);
825
+ background-color: #FFFFFF;
826
+ }
827
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
828
+ border-color: #B6BAC3;
829
+ }
830
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
831
+ border-color: #6B7280;
832
+ }
833
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
834
+ outline: 2px solid #0A65E7;
835
+ }
836
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
837
+ cursor: not-allowed;
838
+ }
839
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
840
+ border-color: #B6BAC3;
841
+ background-color: #F9FAFB;
842
+ }
843
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
844
+ color: #363E4F;
845
+ font-weight: 400;
846
+ font-size: 0.875rem;
847
+ line-height: 20px;
848
+ }
849
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
850
+ color: #363E4F;
851
+ font-weight: 500;
852
+ font-size: 0.875rem;
853
+ line-height: 20px;
854
+ }
855
+
856
+ /* src/atom/Checkbox/Checkbox.module.scss */
857
+ .Checkbox-module__checkbox___xxg5L {
858
+ display: flex;
859
+ align-items: center;
860
+ }
861
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
862
+ height: 16px;
863
+ width: 16px;
864
+ }
865
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
866
+ height: 20px;
867
+ width: 20px;
868
+ }
869
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
870
+ inset-inline-start: 27%;
871
+ }
872
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
873
+ height: 24px;
874
+ width: 24px;
875
+ }
876
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
877
+ inset-inline-start: 33%;
878
+ }
879
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
880
+ border-color: #ec5d25;
881
+ background-color: #ec5d25;
882
+ }
883
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
884
+ .ant-checkbox-checked:not(.ant-checkbox-disabled)
885
+ .ant-checkbox-inner {
797
886
  --tw-bg-opacity: 1;
798
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
887
+ background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
888
+ }
889
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
890
+ outline: 2px solid #0a65e7;
891
+ }
892
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
893
+ cursor: not-allowed;
894
+ }
895
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
896
+ opacity: 0.5;
897
+ border-color: #ec5d25;
898
+ background-color: #ec5d25;
899
+ }
900
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
901
+ border-color: #ffffff;
902
+ }
903
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
904
+ border-color: #b6bac3;
905
+ }
906
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
907
+ border-color: #6b7280;
908
+ }
909
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
910
+ outline: 2px solid #0a65e7;
911
+ }
912
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
913
+ cursor: not-allowed;
914
+ }
915
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
916
+ border-color: #b6bac3;
917
+ background-color: #f9fafb;
918
+ }
919
+ .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
920
+ color: #363e4f;
921
+ }
922
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
923
+ color: #363e4f;
924
+ font-weight: 400;
925
+ font-size: 0.875rem;
926
+ line-height: 20px;
927
+ }
928
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
929
+ color: #363e4f;
930
+ font-weight: 500;
931
+ font-size: 0.875rem;
932
+ line-height: 20px;
933
+ }
934
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
935
+ opacity: 0.5;
936
+ border-color: #ec5d25;
937
+ background-color: #ec5d25;
938
+ }
939
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
940
+ border-color: #ffffff;
941
+ }
942
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
943
+ border-color: #ec5d25 !important;
944
+ background-color: #ec5d25 !important;
945
+ }
946
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
947
+ inset-inline-start: 50%;
948
+ width: 60%;
949
+ height: 3px;
950
+ border-radius: 4px;
951
+ background: white;
952
+ }
953
+
954
+ /* src/molecules/UserProfile/UserProfile.module.scss */
955
+ .UserProfile-module__userProfile___cRMm9 {
956
+ display: flex;
957
+ align-items: center;
958
+ gap: 0.625rem
959
+ }
960
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
961
+ display: flex;
962
+ flex-direction: column
963
+ }
964
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
965
+ display: flex;
966
+ align-items: center;
967
+ gap: 0.5rem
968
+ }
969
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
970
+ margin: 0px
971
+ }
972
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
973
+ margin: 0px;
974
+ margin-top: 0.125rem
799
975
  }
800
976
 
801
977
  /* src/atom/Button/Button.module.scss */
@@ -992,148 +1168,191 @@
992
1168
  outline: none;
993
1169
  }
994
1170
 
995
- /* src/molecules/UserProfile/UserProfile.module.scss */
996
- .UserProfile-module__userProfile___cRMm9 {
997
- display: flex;
998
- align-items: center;
999
- gap: 0.625rem
1000
- }
1001
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
1002
- display: flex;
1003
- flex-direction: column
1171
+ /* src/atom/Switch/Switch.module.scss */
1172
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1173
+ height: 0.75rem;
1174
+ min-width: 1.5rem
1004
1175
  }
1005
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
1006
- display: flex;
1007
- align-items: center;
1008
- gap: 0.5rem
1176
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1177
+ height: 0.5rem;
1178
+ width: 0.5rem
1009
1179
  }
1010
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
1011
- margin: 0px
1180
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1181
+ --tw-bg-opacity: 1;
1182
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1012
1183
  }
1013
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
1014
- margin: 0px;
1015
- margin-top: 0.125rem
1184
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1185
+ --tw-bg-opacity: 1;
1186
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1016
1187
  }
1017
1188
 
1018
- /* src/atom/Tooltip/Tooltip.module.scss */
1019
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
1020
- background-color: white !important;
1021
- color: #111827;
1022
- border-radius: 0.5rem;
1023
- padding: 0.625rem;
1189
+ /* src/atom/Slider/Slider.module.scss */
1190
+ .Slider-module__label___9Uea- {
1191
+ font-size: 13px;
1192
+ line-height: 18px;
1024
1193
  --tw-text-opacity: 1;
1025
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
1026
- }
1027
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
1028
- background-color: white !important;
1194
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1));
1029
1195
  }
1030
1196
 
1031
- /* src/atom/Checkbox/Checkbox.module.scss */
1032
- .Checkbox-module__checkbox___xxg5L {
1033
- display: flex;
1034
- align-items: center;
1035
- }
1036
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
1037
- height: 16px;
1038
- width: 16px;
1197
+ .Slider-module__slider___JCS-c.ant-slider {
1198
+ margin-left: 0px;
1199
+ margin-right: 0px;
1039
1200
  }
1040
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
1041
- height: 20px;
1042
- width: 20px;
1201
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
1202
+ box-shadow: 0 0 0 2px #ec5d25;
1203
+ transform: scale(1.25);
1043
1204
  }
1044
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
1045
- inset-inline-start: 27%;
1205
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
1206
+ content: unset;
1046
1207
  }
1047
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
1048
- height: 24px;
1049
- width: 24px;
1208
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
1209
+ inset-inline-start: -1px;
1210
+ inset-block-start: -1px;
1050
1211
  }
1051
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
1052
- inset-inline-start: 33%;
1212
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
1213
+ --tw-bg-opacity: 1;
1214
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1215
+ height: 2px;
1053
1216
  }
1054
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
1055
- border-color: #ec5d25;
1056
- background-color: #ec5d25;
1217
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
1218
+ background-color: transparent;
1057
1219
  }
1058
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
1059
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
1060
- .ant-checkbox-inner {
1220
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
1061
1221
  --tw-bg-opacity: 1;
1062
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
1222
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1063
1223
  }
1064
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
1065
- outline: 2px solid #0a65e7;
1224
+
1225
+ /* src/atom/Modal/Modal.module.scss */
1226
+ .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1227
+ margin-top: 0;
1228
+ margin-top: 0px;
1066
1229
  }
1067
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
1068
- cursor: not-allowed;
1230
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1231
+ padding: 24px;
1232
+ padding: 1.5rem;
1233
+ display: flex;
1234
+ justify-content: flex-end;
1069
1235
  }
1070
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
1071
- opacity: 0.5;
1072
- border-color: #ec5d25;
1073
- background-color: #ec5d25;
1236
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1237
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1238
+ min-width: 92px;
1074
1239
  }
1075
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
1076
- border-color: #ffffff;
1240
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1241
+ padding: 24px;
1242
+ padding: 1.5rem;
1243
+ padding-top: 0px;
1244
+ display: flex;
1245
+ justify-content: flex-end;
1077
1246
  }
1078
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
1079
- border-color: #b6bac3;
1247
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1248
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1249
+ width: 50%;
1080
1250
  }
1081
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
1082
- border-color: #6b7280;
1251
+ .Modal-module__modal___PKrAi .ant-modal-content {
1252
+ padding: 0;
1253
+ border-radius: 0.75rem;
1254
+ padding: 0px;
1083
1255
  }
1084
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
1085
- outline: 2px solid #0a65e7;
1256
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1257
+ margin-bottom: 0px;
1258
+ padding: 1rem;
1086
1259
  }
1087
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
1088
- cursor: not-allowed;
1260
+ @media (min-width: 576px) {
1261
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1262
+ padding: 1.5rem;
1263
+ }
1089
1264
  }
1090
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
1091
- border-color: #b6bac3;
1092
- background-color: #f9fafb;
1265
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1266
+ justify-content: flex-start;
1267
+ padding-right: 1.25rem;
1268
+ font-size: 1.25rem;
1269
+ font-weight: 500;
1270
+ line-height: 1.75rem;
1271
+ --tw-text-opacity: 1;
1272
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1093
1273
  }
1094
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
1095
- color: #363e4f;
1274
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1275
+ display: flex;
1276
+ align-items: flex-end;
1277
+ justify-content: center;
1096
1278
  }
1097
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
1098
- color: #363e4f;
1099
- font-weight: 400;
1100
- font-size: 0.875rem;
1101
- line-height: 20px;
1279
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1280
+ display: flex;
1281
+ align-items: center;
1282
+ justify-content: center;
1102
1283
  }
1103
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
1104
- color: #363e4f;
1284
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1285
+ padding: 0 1.5rem 1.5rem;
1286
+ max-height: 65vh;
1287
+ overflow: auto;
1288
+ }
1289
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1290
+ top: 1.5rem;
1291
+ right: 1.5rem;
1292
+ padding-bottom: 0.25rem;
1293
+ }
1294
+ .Modal-module__modal___PKrAi .ant-btn-primary {
1295
+ margin-inline-start: 0.5rem;
1296
+ }
1297
+
1298
+ /* src/atom/Tag/Tag.module.scss */
1299
+ .Tag-module__tag___PIkhI {
1300
+ border-radius: 0.25rem;
1301
+ padding: 0.25rem;
1105
1302
  font-weight: 500;
1106
- font-size: 0.875rem;
1107
- line-height: 20px;
1303
+ font-size: 12px;
1304
+ line-height: .75rem;
1305
+ --tw-bg-opacity: 1;
1306
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1307
+ height: -moz-max-content;
1308
+ height: max-content;
1309
+ --tw-text-opacity: 1;
1310
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1311
+ border-width: 0px
1108
1312
  }
1109
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
1110
- opacity: 0.5;
1111
- border-color: #ec5d25;
1112
- background-color: #ec5d25;
1313
+ .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
1314
+ padding-top: 2px;
1315
+ padding-bottom: 2px;
1316
+ padding-left: 0.25rem;
1317
+ padding-right: 0.25rem;
1318
+ font-size: 0.625rem;
1319
+ line-height: .75rem
1320
+ }
1321
+ .Tag-module__tag___PIkhI.Tag-module__success___99fad {
1322
+ --tw-bg-opacity: 1;
1323
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
1324
+ }
1325
+ .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
1326
+ --tw-bg-opacity: 1;
1327
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
1328
+ }
1329
+ .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
1330
+ --tw-bg-opacity: 1;
1331
+ background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
1332
+ }
1333
+ .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
1334
+ --tw-bg-opacity: 1;
1335
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1113
1336
  }
1114
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1115
- border-color: #ffffff;
1337
+ .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
1338
+ --tw-bg-opacity: 1;
1339
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
1116
1340
  }
1117
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
1118
- border-color: #ec5d25 !important;
1119
- background-color: #ec5d25 !important;
1341
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
1342
+ --tw-bg-opacity: 1;
1343
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
1120
1344
  }
1121
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1122
- inset-inline-start: 50%;
1123
- width: 60%;
1124
- height: 3px;
1125
- border-radius: 4px;
1126
- background: white;
1345
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
1346
+ --tw-bg-opacity: 1;
1347
+ background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
1127
1348
  }
1128
-
1129
- /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
1130
- .LoadingSpinner-module__spinnerContainer___DiPLf {
1131
- display: flex;
1132
- justify-content: center;
1133
- align-items: center;
1134
- height: 100%;
1135
- margin-top: 2rem;
1136
- margin-bottom: 2rem;
1349
+ .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
1350
+ --tw-bg-opacity: 1;
1351
+ background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
1352
+ }
1353
+ .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
1354
+ --tw-bg-opacity: 1;
1355
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1137
1356
  }
1138
1357
 
1139
1358
  /* src/atom/Table/Table.module.scss */
@@ -1631,225 +1850,6 @@
1631
1850
  min-width: 180px;
1632
1851
  }
1633
1852
 
1634
- /* src/atom/Radio/Radio.module.scss */
1635
- .Radio-module__radio___1CPAk {
1636
- display: flex;
1637
- align-items: center;
1638
- }
1639
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1640
- height: 16px;
1641
- width: 16px;
1642
- }
1643
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1644
- height: 20px;
1645
- width: 20px;
1646
- }
1647
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1648
- height: 24px;
1649
- width: 24px;
1650
- }
1651
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1652
- border-color: #EC5D25;
1653
- background-color: #EC5D25;
1654
- }
1655
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1656
- border-color: #B94710;
1657
- background-color: #B94710;
1658
- }
1659
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1660
- outline: 2px solid #0A65E7;
1661
- }
1662
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1663
- cursor: not-allowed;
1664
- }
1665
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1666
- border-color: #B6BAC3;
1667
- background-color: #B6BAC3;
1668
- }
1669
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1670
- transform: scale(0.375);
1671
- background-color: #FFFFFF;
1672
- }
1673
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1674
- border-color: #B6BAC3;
1675
- }
1676
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1677
- border-color: #6B7280;
1678
- }
1679
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1680
- outline: 2px solid #0A65E7;
1681
- }
1682
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1683
- cursor: not-allowed;
1684
- }
1685
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1686
- border-color: #B6BAC3;
1687
- background-color: #F9FAFB;
1688
- }
1689
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1690
- color: #363E4F;
1691
- font-weight: 400;
1692
- font-size: 0.875rem;
1693
- line-height: 20px;
1694
- }
1695
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1696
- color: #363E4F;
1697
- font-weight: 500;
1698
- font-size: 0.875rem;
1699
- line-height: 20px;
1700
- }
1701
-
1702
- /* src/atom/Switch/Switch.module.scss */
1703
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1704
- height: 0.75rem;
1705
- min-width: 1.5rem
1706
- }
1707
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1708
- height: 0.5rem;
1709
- width: 0.5rem
1710
- }
1711
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1712
- --tw-bg-opacity: 1;
1713
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1714
- }
1715
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1716
- --tw-bg-opacity: 1;
1717
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1718
- }
1719
-
1720
- /* src/atom/Tag/Tag.module.scss */
1721
- .Tag-module__tag___PIkhI {
1722
- border-radius: 0.25rem;
1723
- padding: 0.25rem;
1724
- font-weight: 500;
1725
- font-size: 12px;
1726
- line-height: .75rem;
1727
- --tw-bg-opacity: 1;
1728
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1729
- height: -moz-max-content;
1730
- height: max-content;
1731
- --tw-text-opacity: 1;
1732
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1733
- border-width: 0px
1734
- }
1735
- .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
1736
- padding-top: 2px;
1737
- padding-bottom: 2px;
1738
- padding-left: 0.25rem;
1739
- padding-right: 0.25rem;
1740
- font-size: 0.625rem;
1741
- line-height: .75rem
1742
- }
1743
- .Tag-module__tag___PIkhI.Tag-module__success___99fad {
1744
- --tw-bg-opacity: 1;
1745
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
1746
- }
1747
- .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
1748
- --tw-bg-opacity: 1;
1749
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
1750
- }
1751
- .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
1752
- --tw-bg-opacity: 1;
1753
- background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
1754
- }
1755
- .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
1756
- --tw-bg-opacity: 1;
1757
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1758
- }
1759
- .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
1760
- --tw-bg-opacity: 1;
1761
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
1762
- }
1763
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
1764
- --tw-bg-opacity: 1;
1765
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
1766
- }
1767
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
1768
- --tw-bg-opacity: 1;
1769
- background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
1770
- }
1771
- .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
1772
- --tw-bg-opacity: 1;
1773
- background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
1774
- }
1775
- .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
1776
- --tw-bg-opacity: 1;
1777
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1778
- }
1779
-
1780
- /* src/atom/Modal/Modal.module.scss */
1781
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1782
- margin-top: 0;
1783
- margin-top: 0px;
1784
- }
1785
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1786
- padding: 24px;
1787
- padding: 1.5rem;
1788
- display: flex;
1789
- justify-content: flex-end;
1790
- }
1791
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1792
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1793
- min-width: 92px;
1794
- }
1795
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1796
- padding: 24px;
1797
- padding: 1.5rem;
1798
- padding-top: 0px;
1799
- display: flex;
1800
- justify-content: flex-end;
1801
- }
1802
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1803
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1804
- width: 50%;
1805
- }
1806
- .Modal-module__modal___PKrAi .ant-modal-content {
1807
- padding: 0;
1808
- border-radius: 0.75rem;
1809
- padding: 0px;
1810
- }
1811
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1812
- margin-bottom: 0px;
1813
- padding: 1rem;
1814
- }
1815
- @media (min-width: 576px) {
1816
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1817
- padding: 1.5rem;
1818
- }
1819
- }
1820
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1821
- justify-content: flex-start;
1822
- padding-right: 1.25rem;
1823
- font-size: 1.25rem;
1824
- font-weight: 500;
1825
- line-height: 1.75rem;
1826
- --tw-text-opacity: 1;
1827
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1828
- }
1829
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1830
- display: flex;
1831
- align-items: flex-end;
1832
- justify-content: center;
1833
- }
1834
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1835
- display: flex;
1836
- align-items: center;
1837
- justify-content: center;
1838
- }
1839
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1840
- padding: 0 1.5rem 1.5rem;
1841
- max-height: 65vh;
1842
- overflow: auto;
1843
- }
1844
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1845
- top: 1.5rem;
1846
- right: 1.5rem;
1847
- padding-bottom: 0.25rem;
1848
- }
1849
- .Modal-module__modal___PKrAi .ant-btn-primary {
1850
- margin-inline-start: 0.5rem;
1851
- }
1852
-
1853
1853
  /* src/atom/RangePicker/RangePicker.module.scss */
1854
1854
  .RangePicker-module__range_start___hGQp-::after {
1855
1855
  content: "";