@itilite/lumina-ui 1.0.6-alpha → 1.0.7-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,17 +762,224 @@
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;
765
+ /* src/atom/Slider/Slider.module.scss */
766
+ .Slider-module__label___9Uea- {
767
+ font-size: 13px;
768
+ line-height: 18px;
771
769
  --tw-text-opacity: 1;
772
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
770
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1));
773
771
  }
774
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
775
- background-color: white !important;
772
+
773
+ .Slider-module__slider___JCS-c.ant-slider {
774
+ margin-left: 0px;
775
+ margin-right: 0px;
776
+ }
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);
780
+ }
781
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
782
+ content: unset;
783
+ }
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;
787
+ }
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;
792
+ }
793
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
794
+ background-color: transparent;
795
+ }
796
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
797
+ --tw-bg-opacity: 1;
798
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
799
+ }
800
+
801
+ /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
802
+ .LoadingSpinner-module__spinnerContainer___DiPLf {
803
+ display: flex;
804
+ justify-content: center;
805
+ align-items: center;
806
+ height: 100%;
807
+ margin-top: 2rem;
808
+ margin-bottom: 2rem;
809
+ }
810
+
811
+ /* src/atom/Modal/Modal.module.scss */
812
+ .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
813
+ margin-top: 0;
814
+ margin-top: 0px;
815
+ }
816
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
817
+ padding: 24px;
818
+ padding: 1.5rem;
819
+ display: flex;
820
+ justify-content: flex-end;
821
+ }
822
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
823
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
824
+ min-width: 92px;
825
+ }
826
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
827
+ padding: 24px;
828
+ padding: 1.5rem;
829
+ padding-top: 0px;
830
+ display: flex;
831
+ justify-content: flex-end;
832
+ }
833
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
834
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
835
+ width: 50%;
836
+ }
837
+ .Modal-module__modal___PKrAi .ant-modal-content {
838
+ padding: 0;
839
+ border-radius: 0.75rem;
840
+ padding: 0px;
841
+ }
842
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
843
+ margin-bottom: 0px;
844
+ padding: 1rem;
845
+ }
846
+ @media (min-width: 576px) {
847
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
848
+ padding: 1.5rem;
849
+ }
850
+ }
851
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
852
+ justify-content: flex-start;
853
+ padding-right: 1.25rem;
854
+ font-size: 1.25rem;
855
+ font-weight: 500;
856
+ line-height: 1.75rem;
857
+ --tw-text-opacity: 1;
858
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
859
+ }
860
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
861
+ display: flex;
862
+ align-items: flex-end;
863
+ justify-content: center;
864
+ }
865
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
866
+ display: flex;
867
+ align-items: center;
868
+ justify-content: center;
869
+ }
870
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
871
+ padding: 0 1.5rem 1.5rem;
872
+ max-height: 65vh;
873
+ overflow: auto;
874
+ }
875
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
876
+ top: 1.5rem;
877
+ right: 1.5rem;
878
+ padding-bottom: 0.25rem;
879
+ }
880
+ .Modal-module__modal___PKrAi .ant-btn-primary {
881
+ margin-inline-start: 0.5rem;
882
+ }
883
+
884
+ /* src/atom/Switch/Switch.module.scss */
885
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
886
+ height: 0.75rem;
887
+ min-width: 1.5rem
888
+ }
889
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
890
+ height: 0.5rem;
891
+ width: 0.5rem
892
+ }
893
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
894
+ --tw-bg-opacity: 1;
895
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
896
+ }
897
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
898
+ --tw-bg-opacity: 1;
899
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
900
+ }
901
+
902
+ /* src/atom/Tag/Tag.module.scss */
903
+ .Tag-module__tag___PIkhI {
904
+ border-radius: 0.25rem;
905
+ padding: 0.25rem;
906
+ font-weight: 500;
907
+ font-size: 12px;
908
+ line-height: .75rem;
909
+ --tw-bg-opacity: 1;
910
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
911
+ height: -moz-max-content;
912
+ height: max-content;
913
+ --tw-text-opacity: 1;
914
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
915
+ border-width: 0px
916
+ }
917
+ .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
918
+ padding-top: 2px;
919
+ padding-bottom: 2px;
920
+ padding-left: 0.25rem;
921
+ padding-right: 0.25rem;
922
+ font-size: 0.625rem;
923
+ line-height: .75rem
924
+ }
925
+ .Tag-module__tag___PIkhI.Tag-module__success___99fad {
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__blue___Zky2Z {
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__warning___KXsly {
934
+ --tw-bg-opacity: 1;
935
+ background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
936
+ }
937
+ .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
938
+ --tw-bg-opacity: 1;
939
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
940
+ }
941
+ .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
942
+ --tw-bg-opacity: 1;
943
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
944
+ }
945
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
946
+ --tw-bg-opacity: 1;
947
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
948
+ }
949
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
950
+ --tw-bg-opacity: 1;
951
+ background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
952
+ }
953
+ .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
954
+ --tw-bg-opacity: 1;
955
+ background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
956
+ }
957
+ .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
958
+ --tw-bg-opacity: 1;
959
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
960
+ }
961
+
962
+ /* src/molecules/UserProfile/UserProfile.module.scss */
963
+ .UserProfile-module__userProfile___cRMm9 {
964
+ display: flex;
965
+ align-items: center;
966
+ gap: 0.625rem
967
+ }
968
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
969
+ display: flex;
970
+ flex-direction: column
971
+ }
972
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
973
+ display: flex;
974
+ align-items: center;
975
+ gap: 0.5rem
976
+ }
977
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
978
+ margin: 0px
979
+ }
980
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
981
+ margin: 0px;
982
+ margin-top: 0.125rem
776
983
  }
777
984
 
778
985
  /* src/atom/Button/Button.module.scss */
@@ -958,119 +1165,28 @@
958
1165
  text-decoration: underline;
959
1166
  }
960
1167
  .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
961
- box-shadow: none;
962
- border-style: none;
963
- background-color: transparent;
964
- }
965
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
966
- background-color: transparent;
967
- }
968
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
969
- outline: none;
970
- }
971
-
972
- /* src/atom/Radio/Radio.module.scss */
973
- .Radio-module__radio___1CPAk {
974
- display: flex;
975
- align-items: center;
976
- }
977
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
978
- height: 16px;
979
- width: 16px;
980
- }
981
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
982
- height: 20px;
983
- width: 20px;
984
- }
985
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
986
- height: 24px;
987
- width: 24px;
988
- }
989
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
990
- border-color: #EC5D25;
991
- background-color: #EC5D25;
992
- }
993
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
994
- border-color: #B94710;
995
- background-color: #B94710;
996
- }
997
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
998
- outline: 2px solid #0A65E7;
999
- }
1000
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1001
- cursor: not-allowed;
1002
- }
1003
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1004
- border-color: #B6BAC3;
1005
- background-color: #B6BAC3;
1006
- }
1007
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1008
- transform: scale(0.375);
1009
- background-color: #FFFFFF;
1010
- }
1011
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1012
- border-color: #B6BAC3;
1013
- }
1014
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1015
- border-color: #6B7280;
1016
- }
1017
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1018
- outline: 2px solid #0A65E7;
1019
- }
1020
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1021
- cursor: not-allowed;
1022
- }
1023
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1024
- border-color: #B6BAC3;
1025
- background-color: #F9FAFB;
1026
- }
1027
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1028
- color: #363E4F;
1029
- font-weight: 400;
1030
- font-size: 0.875rem;
1031
- line-height: 20px;
1032
- }
1033
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1034
- color: #363E4F;
1035
- font-weight: 500;
1036
- font-size: 0.875rem;
1037
- line-height: 20px;
1038
- }
1039
-
1040
- /* src/atom/Slider/Slider.module.scss */
1041
- .Slider-module__label___9Uea- {
1042
- font-size: 13px;
1043
- line-height: 18px;
1044
- --tw-text-opacity: 1;
1045
- color: rgb(54 62 79 / var(--tw-text-opacity, 1));
1046
- }
1047
-
1048
- .Slider-module__slider___JCS-c.ant-slider {
1049
- margin-left: 0px;
1050
- margin-right: 0px;
1051
- }
1052
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
1053
- box-shadow: 0 0 0 2px #ec5d25;
1054
- transform: scale(1.25);
1055
- }
1056
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
1057
- content: unset;
1058
- }
1059
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
1060
- inset-inline-start: -1px;
1061
- inset-block-start: -1px;
1062
- }
1063
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
1064
- --tw-bg-opacity: 1;
1065
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1066
- height: 2px;
1168
+ box-shadow: none;
1169
+ border-style: none;
1170
+ background-color: transparent;
1067
1171
  }
1068
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
1172
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
1069
1173
  background-color: transparent;
1070
1174
  }
1071
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
1072
- --tw-bg-opacity: 1;
1073
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1175
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
1176
+ outline: none;
1177
+ }
1178
+
1179
+ /* src/atom/Tooltip/Tooltip.module.scss */
1180
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
1181
+ background-color: white !important;
1182
+ color: #111827;
1183
+ border-radius: 0.5rem;
1184
+ padding: 0.625rem;
1185
+ --tw-text-opacity: 1;
1186
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
1187
+ }
1188
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
1189
+ background-color: white !important;
1074
1190
  }
1075
1191
 
1076
1192
  /* src/atom/Checkbox/Checkbox.module.scss */
@@ -1171,188 +1287,72 @@
1171
1287
  background: white;
1172
1288
  }
1173
1289
 
1174
- /* src/molecules/UserProfile/UserProfile.module.scss */
1175
- .UserProfile-module__userProfile___cRMm9 {
1176
- display: flex;
1177
- align-items: center;
1178
- gap: 0.625rem
1179
- }
1180
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
1181
- display: flex;
1182
- flex-direction: column
1183
- }
1184
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
1185
- display: flex;
1186
- align-items: center;
1187
- gap: 0.5rem
1188
- }
1189
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
1190
- margin: 0px
1191
- }
1192
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
1193
- margin: 0px;
1194
- margin-top: 0.125rem
1195
- }
1196
-
1197
- /* src/atom/Tag/Tag.module.scss */
1198
- .Tag-module__tag___PIkhI {
1199
- border-radius: 0.25rem;
1200
- padding: 0.25rem;
1201
- font-weight: 500;
1202
- font-size: 12px;
1203
- line-height: .75rem;
1204
- --tw-bg-opacity: 1;
1205
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1206
- height: -moz-max-content;
1207
- height: max-content;
1208
- --tw-text-opacity: 1;
1209
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1210
- border-width: 0px
1211
- }
1212
- .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
1213
- padding-top: 2px;
1214
- padding-bottom: 2px;
1215
- padding-left: 0.25rem;
1216
- padding-right: 0.25rem;
1217
- font-size: 0.625rem;
1218
- line-height: .75rem
1219
- }
1220
- .Tag-module__tag___PIkhI.Tag-module__success___99fad {
1221
- --tw-bg-opacity: 1;
1222
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
1223
- }
1224
- .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
1225
- --tw-bg-opacity: 1;
1226
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
1227
- }
1228
- .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
1229
- --tw-bg-opacity: 1;
1230
- background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
1231
- }
1232
- .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
1233
- --tw-bg-opacity: 1;
1234
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1235
- }
1236
- .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
1237
- --tw-bg-opacity: 1;
1238
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
1239
- }
1240
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
1241
- --tw-bg-opacity: 1;
1242
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
1243
- }
1244
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
1245
- --tw-bg-opacity: 1;
1246
- background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
1247
- }
1248
- .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
1249
- --tw-bg-opacity: 1;
1250
- background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
1251
- }
1252
- .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
1253
- --tw-bg-opacity: 1;
1254
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1255
- }
1256
-
1257
- /* src/atom/Modal/Modal.module.scss */
1258
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1259
- margin-top: 0;
1260
- margin-top: 0px;
1261
- }
1262
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1263
- padding: 24px;
1264
- padding: 1.5rem;
1290
+ /* src/atom/Radio/Radio.module.scss */
1291
+ .Radio-module__radio___1CPAk {
1265
1292
  display: flex;
1266
- justify-content: flex-end;
1267
- }
1268
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1269
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1270
- min-width: 92px;
1293
+ align-items: center;
1271
1294
  }
1272
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1273
- padding: 24px;
1274
- padding: 1.5rem;
1275
- padding-top: 0px;
1276
- display: flex;
1277
- justify-content: flex-end;
1295
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1296
+ height: 16px;
1297
+ width: 16px;
1278
1298
  }
1279
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1280
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1281
- width: 50%;
1299
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1300
+ height: 20px;
1301
+ width: 20px;
1282
1302
  }
1283
- .Modal-module__modal___PKrAi .ant-modal-content {
1284
- padding: 0;
1285
- border-radius: 0.75rem;
1286
- padding: 0px;
1303
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1304
+ height: 24px;
1305
+ width: 24px;
1287
1306
  }
1288
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1289
- margin-bottom: 0px;
1290
- padding: 1rem;
1307
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1308
+ border-color: #EC5D25;
1309
+ background-color: #EC5D25;
1291
1310
  }
1292
- @media (min-width: 576px) {
1293
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1294
- padding: 1.5rem;
1295
- }
1311
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1312
+ border-color: #B94710;
1313
+ background-color: #B94710;
1296
1314
  }
1297
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1298
- justify-content: flex-start;
1299
- padding-right: 1.25rem;
1300
- font-size: 1.25rem;
1301
- font-weight: 500;
1302
- line-height: 1.75rem;
1303
- --tw-text-opacity: 1;
1304
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1315
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1316
+ outline: 2px solid #0A65E7;
1305
1317
  }
1306
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1307
- display: flex;
1308
- align-items: flex-end;
1309
- justify-content: center;
1318
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1319
+ cursor: not-allowed;
1310
1320
  }
1311
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1312
- display: flex;
1313
- align-items: center;
1314
- justify-content: center;
1321
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1322
+ border-color: #B6BAC3;
1323
+ background-color: #B6BAC3;
1315
1324
  }
1316
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1317
- padding: 0 1.5rem 1.5rem;
1318
- max-height: 65vh;
1319
- overflow: auto;
1325
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1326
+ transform: scale(0.375);
1327
+ background-color: #FFFFFF;
1320
1328
  }
1321
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1322
- top: 1.5rem;
1323
- right: 1.5rem;
1324
- padding-bottom: 0.25rem;
1329
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1330
+ border-color: #B6BAC3;
1325
1331
  }
1326
- .Modal-module__modal___PKrAi .ant-btn-primary {
1327
- margin-inline-start: 0.5rem;
1332
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1333
+ border-color: #6B7280;
1328
1334
  }
1329
-
1330
- /* src/atom/Switch/Switch.module.scss */
1331
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1332
- height: 0.75rem;
1333
- min-width: 1.5rem
1335
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1336
+ outline: 2px solid #0A65E7;
1334
1337
  }
1335
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1336
- height: 0.5rem;
1337
- width: 0.5rem
1338
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1339
+ cursor: not-allowed;
1338
1340
  }
1339
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1340
- --tw-bg-opacity: 1;
1341
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1341
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1342
+ border-color: #B6BAC3;
1343
+ background-color: #F9FAFB;
1342
1344
  }
1343
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1344
- --tw-bg-opacity: 1;
1345
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1345
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1346
+ color: #363E4F;
1347
+ font-weight: 400;
1348
+ font-size: 0.875rem;
1349
+ line-height: 20px;
1346
1350
  }
1347
-
1348
- /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
1349
- .LoadingSpinner-module__spinnerContainer___DiPLf {
1350
- display: flex;
1351
- justify-content: center;
1352
- align-items: center;
1353
- height: 100%;
1354
- margin-top: 2rem;
1355
- margin-bottom: 2rem;
1351
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1352
+ color: #363E4F;
1353
+ font-weight: 500;
1354
+ font-size: 0.875rem;
1355
+ line-height: 20px;
1356
1356
  }
1357
1357
 
1358
1358
  /* src/atom/Table/Table.module.scss */
@@ -1376,6 +1376,13 @@
1376
1376
  border-radius: 0;
1377
1377
  padding: 0;
1378
1378
  }
1379
+ .Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomHeaderCell___AtCk8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th:not(.Table-module__ant-table-selection-column___H9vtu),
1380
+ .Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomHeaderCell___AtCk8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td:not(.Table-module__ant-table-selection-column___H9vtu){
1381
+ padding-left: 1.5rem !important;
1382
+ padding-right: 1.5rem !important;
1383
+ padding-bottom: 1rem !important;
1384
+ padding-top: 0.75rem !important;
1385
+ }
1379
1386
  .Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomHeaderCell___AtCk8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
1380
1387
  .Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomHeaderCell___AtCk8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td{
1381
1388
  --tw-text-opacity: 1 !important;
@@ -1383,36 +1390,20 @@
1383
1390
  font-weight: 500 !important;
1384
1391
  font-size: 0.688rem !important;
1385
1392
  line-height: 14px !important;
1386
- padding-left: 1.5rem !important;
1387
- padding-right: 1.5rem !important;
1388
- padding-bottom: 1rem !important;
1389
- padding-top: 0.75rem !important;
1390
1393
  }
1391
- .Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomBodyCell___sf8j8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
1394
+ .Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomBodyCell___sf8j8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td:not(.Table-module__ant-table-selection-column___H9vtu){
1392
1395
  padding-left: 1.5rem;
1393
1396
  padding-right: 1.5rem;
1394
1397
  padding-top: 1rem;
1395
1398
  padding-bottom: 1rem;
1396
- --tw-bg-opacity: 1 !important;
1397
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
1399
+ }
1400
+ .Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomBodyCell___sf8j8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
1398
1401
  --tw-text-opacity: 1 !important;
1399
1402
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
1400
1403
  font-weight: 400 !important;
1401
1404
  font-size: 0.75rem !important;
1402
1405
  line-height: 16px !important;
1403
1406
  }
1404
- .Table-module__tableWrapper___3cqiD.Table-module__hasRowSpacing___bGT0u .Table-module__table___5d7g0.ant-table-wrapper .ant-table table {
1405
- border-collapse: separate !important;
1406
- border-spacing: 0 var(--lumina-table-row-spacing, 8px) !important;
1407
- }
1408
- .Table-module__tableWrapper___3cqiD.Table-module__hasRowSpacing___bGT0u .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td:first-child {
1409
- border-top-left-radius: 8px !important;
1410
- border-bottom-left-radius: 8px !important;
1411
- }
1412
- .Table-module__tableWrapper___3cqiD.Table-module__hasRowSpacing___bGT0u .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td:last-child {
1413
- border-top-right-radius: 8px !important;
1414
- border-bottom-right-radius: 8px !important;
1415
- }
1416
1407
 
1417
1408
  /* ============================================================
1418
1409
  AntD Table overrides
@@ -1483,7 +1474,9 @@
1483
1474
  .Table-module__table___5d7g0.ant-table-wrapper {
1484
1475
  /* ---- Body cells ---- */
1485
1476
  }
1486
- .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td {
1477
+ .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
1478
+ --tw-bg-opacity: 1 !important;
1479
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
1487
1480
  border-bottom: none !important;
1488
1481
  }
1489
1482
  .Table-module__table___5d7g0.ant-table-wrapper {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itilite/lumina-ui",
3
- "version": "1.0.6-alpha",
3
+ "version": "1.0.7-alpha",
4
4
  "description": "Itilite Lumina Design System UI Components",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",