@itilite/lumina-ui 1.1.13 → 1.1.14

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
@@ -366,10 +366,6 @@
366
366
  .tw-border-transparent {
367
367
  border-color: transparent
368
368
  }
369
- .tw-border-color-green-200 {
370
- --tw-border-opacity: 1;
371
- border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
372
- }
373
369
  .\!tw-bg-\[\#F8F7F6\] {
374
370
  --tw-bg-opacity: 1 !important;
375
371
  background-color: rgb(248 247 246 / var(--tw-bg-opacity, 1)) !important
@@ -427,10 +423,6 @@
427
423
  padding-left: 0.5rem;
428
424
  padding-right: 0.5rem
429
425
  }
430
- .tw-px-3 {
431
- padding-left: 0.75rem;
432
- padding-right: 0.75rem
433
- }
434
426
  .tw-px-4 {
435
427
  padding-left: 1rem;
436
428
  padding-right: 1rem
@@ -719,6 +711,127 @@
719
711
 
720
712
 
721
713
  /* CSS Modules */
714
+ /* src/atom/Tooltip/Tooltip.module.scss */
715
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
716
+ background-color: white !important;
717
+ color: #111827;
718
+ border-radius: 0.5rem;
719
+ padding: 0.625rem;
720
+ --tw-text-opacity: 1;
721
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
722
+ }
723
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
724
+ background-color: white !important;
725
+ }
726
+
727
+ /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
728
+ .LoadingSpinner-module__spinnerContainer___DiPLf {
729
+ display: flex;
730
+ justify-content: center;
731
+ align-items: center;
732
+ height: 100%;
733
+ margin-top: 2rem;
734
+ margin-bottom: 2rem;
735
+ }
736
+
737
+ /* src/atom/Checkbox/Checkbox.module.scss */
738
+ .Checkbox-module__checkbox___xxg5L {
739
+ display: flex;
740
+ align-items: center;
741
+ }
742
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
743
+ height: 16px;
744
+ width: 16px;
745
+ }
746
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
747
+ height: 20px;
748
+ width: 20px;
749
+ }
750
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
751
+ inset-inline-start: 27%;
752
+ }
753
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
754
+ height: 24px;
755
+ width: 24px;
756
+ }
757
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
758
+ inset-inline-start: 33%;
759
+ }
760
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
761
+ border-color: #ec5d25;
762
+ background-color: #ec5d25;
763
+ }
764
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
765
+ .ant-checkbox-checked:not(.ant-checkbox-disabled)
766
+ .ant-checkbox-inner {
767
+ --tw-bg-opacity: 1;
768
+ background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
769
+ }
770
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
771
+ outline: 2px solid #0a65e7;
772
+ }
773
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
774
+ cursor: not-allowed;
775
+ }
776
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
777
+ opacity: 0.5;
778
+ border-color: #ec5d25;
779
+ background-color: #ec5d25;
780
+ }
781
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
782
+ border-color: #ffffff;
783
+ }
784
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
785
+ border-color: #b6bac3;
786
+ }
787
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
788
+ border-color: #6b7280;
789
+ }
790
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
791
+ outline: 2px solid #0a65e7;
792
+ }
793
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
794
+ cursor: not-allowed;
795
+ }
796
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
797
+ border-color: #b6bac3;
798
+ background-color: #f9fafb;
799
+ }
800
+ .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
801
+ color: #363e4f;
802
+ }
803
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
804
+ color: #363e4f;
805
+ font-weight: 400;
806
+ font-size: 0.875rem;
807
+ line-height: 20px;
808
+ }
809
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
810
+ color: #363e4f;
811
+ font-weight: 500;
812
+ font-size: 0.875rem;
813
+ line-height: 20px;
814
+ }
815
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
816
+ opacity: 0.5;
817
+ border-color: #ec5d25;
818
+ background-color: #ec5d25;
819
+ }
820
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
821
+ border-color: #ffffff;
822
+ }
823
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
824
+ border-color: #ec5d25 !important;
825
+ background-color: #ec5d25 !important;
826
+ }
827
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
828
+ inset-inline-start: 50%;
829
+ width: 60%;
830
+ height: 3px;
831
+ border-radius: 4px;
832
+ background: white;
833
+ }
834
+
722
835
  /* src/atom/Radio/Radio.module.scss */
723
836
  .Radio-module__radio___1CPAk {
724
837
  display: flex;
@@ -787,100 +900,118 @@
787
900
  line-height: 20px;
788
901
  }
789
902
 
790
- /* src/atom/Tooltip/Tooltip.module.scss */
791
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
792
- background-color: white !important;
793
- color: #111827;
794
- border-radius: 0.5rem;
795
- padding: 0.625rem;
903
+ /* src/atom/Tag/Tag.module.scss */
904
+ .Tag-module__tag___PIkhI {
905
+ border-radius: 0.25rem;
906
+ padding: 0.25rem;
907
+ font-weight: 500;
908
+ font-size: 12px;
909
+ line-height: .75rem;
910
+ --tw-bg-opacity: 1;
911
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
912
+ height: -moz-max-content;
913
+ height: max-content;
796
914
  --tw-text-opacity: 1;
797
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
915
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
916
+ border-width: 0px
798
917
  }
799
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
800
- background-color: white !important;
918
+ .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
919
+ padding-top: 2px;
920
+ padding-bottom: 2px;
921
+ padding-left: 0.25rem;
922
+ padding-right: 0.25rem;
923
+ font-size: 0.625rem;
924
+ line-height: .75rem
801
925
  }
802
-
803
- /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
804
- .LoadingSpinner-module__spinnerContainer___DiPLf {
805
- display: flex;
806
- justify-content: center;
807
- align-items: center;
808
- height: 100%;
809
- margin-top: 2rem;
810
- margin-bottom: 2rem;
926
+ .Tag-module__tag___PIkhI.Tag-module__success___99fad {
927
+ --tw-bg-opacity: 1;
928
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
811
929
  }
812
-
813
- /* src/atom/Modal/Modal.module.scss */
814
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
815
- margin-top: 0;
816
- margin-top: 0px;
930
+ .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
931
+ --tw-bg-opacity: 1;
932
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
817
933
  }
818
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
819
- padding: 24px;
820
- padding: 1.5rem;
821
- display: flex;
822
- justify-content: flex-end;
934
+ .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
935
+ --tw-bg-opacity: 1;
936
+ background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
823
937
  }
824
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
825
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
826
- min-width: 92px;
938
+ .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
939
+ --tw-bg-opacity: 1;
940
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
827
941
  }
828
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
829
- padding: 24px;
830
- padding: 1.5rem;
831
- padding-top: 0px;
832
- display: flex;
833
- justify-content: flex-end;
942
+ .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
943
+ --tw-bg-opacity: 1;
944
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
834
945
  }
835
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
836
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
837
- width: 50%;
946
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
947
+ --tw-bg-opacity: 1;
948
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
838
949
  }
839
- .Modal-module__modal___PKrAi .ant-modal-content {
840
- padding: 0;
841
- border-radius: 0.75rem;
842
- padding: 0px;
950
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
951
+ --tw-bg-opacity: 1;
952
+ background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
843
953
  }
844
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
845
- margin-bottom: 0px;
846
- padding: 1rem;
954
+ .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
955
+ --tw-bg-opacity: 1;
956
+ background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
847
957
  }
848
- @media (min-width: 576px) {
849
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
850
- padding: 1.5rem;
851
- }
958
+ .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
959
+ --tw-bg-opacity: 1;
960
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
852
961
  }
853
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
854
- justify-content: flex-start;
855
- padding-right: 1.25rem;
856
- font-size: 1.25rem;
857
- font-weight: 500;
858
- line-height: 1.75rem;
859
- --tw-text-opacity: 1;
860
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
962
+
963
+ /* src/atom/Switch/Switch.module.scss */
964
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
965
+ height: 0.75rem;
966
+ min-width: 1.5rem
861
967
  }
862
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
863
- display: flex;
864
- align-items: flex-end;
865
- justify-content: center;
968
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
969
+ height: 0.5rem;
970
+ width: 0.5rem
866
971
  }
867
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
868
- display: flex;
869
- align-items: center;
870
- justify-content: center;
972
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
973
+ --tw-bg-opacity: 1;
974
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
871
975
  }
872
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
873
- padding: 0 1.5rem 1.5rem;
874
- max-height: 65vh;
875
- overflow: auto;
976
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
977
+ --tw-bg-opacity: 1;
978
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
876
979
  }
877
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
878
- top: 1.5rem;
879
- right: 1.5rem;
880
- padding-bottom: 0.25rem;
980
+
981
+ /* src/atom/Slider/Slider.module.scss */
982
+ .Slider-module__label___9Uea- {
983
+ font-size: 13px;
984
+ line-height: 18px;
985
+ --tw-text-opacity: 1;
986
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1));
881
987
  }
882
- .Modal-module__modal___PKrAi .ant-btn-primary {
883
- margin-inline-start: 0.5rem;
988
+
989
+ .Slider-module__slider___JCS-c.ant-slider {
990
+ margin-left: 0px;
991
+ margin-right: 0px;
992
+ }
993
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
994
+ box-shadow: 0 0 0 2px #ec5d25;
995
+ transform: scale(1.25);
996
+ }
997
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
998
+ content: unset;
999
+ }
1000
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
1001
+ inset-inline-start: -1px;
1002
+ inset-block-start: -1px;
1003
+ }
1004
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
1005
+ --tw-bg-opacity: 1;
1006
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1007
+ height: 2px;
1008
+ }
1009
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
1010
+ background-color: transparent;
1011
+ }
1012
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
1013
+ --tw-bg-opacity: 1;
1014
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
884
1015
  }
885
1016
 
886
1017
  /* src/atom/Button/Button.module.scss */
@@ -1077,138 +1208,77 @@
1077
1208
  outline: none;
1078
1209
  }
1079
1210
 
1080
- /* src/atom/Slider/Slider.module.scss */
1081
- .Slider-module__label___9Uea- {
1082
- font-size: 13px;
1083
- line-height: 18px;
1084
- --tw-text-opacity: 1;
1085
- color: rgb(54 62 79 / var(--tw-text-opacity, 1));
1086
- }
1087
-
1088
- .Slider-module__slider___JCS-c.ant-slider {
1089
- margin-left: 0px;
1090
- margin-right: 0px;
1091
- }
1092
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
1093
- box-shadow: 0 0 0 2px #ec5d25;
1094
- transform: scale(1.25);
1095
- }
1096
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
1097
- content: unset;
1098
- }
1099
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
1100
- inset-inline-start: -1px;
1101
- inset-block-start: -1px;
1102
- }
1103
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
1104
- --tw-bg-opacity: 1;
1105
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1106
- height: 2px;
1107
- }
1108
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
1109
- background-color: transparent;
1110
- }
1111
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
1112
- --tw-bg-opacity: 1;
1113
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1211
+ /* src/atom/Modal/Modal.module.scss */
1212
+ .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1213
+ margin-top: 0;
1214
+ margin-top: 0px;
1114
1215
  }
1115
-
1116
- /* src/atom/Checkbox/Checkbox.module.scss */
1117
- .Checkbox-module__checkbox___xxg5L {
1216
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1217
+ padding: 24px;
1218
+ padding: 1.5rem;
1118
1219
  display: flex;
1119
- align-items: center;
1120
- }
1121
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
1122
- height: 16px;
1123
- width: 16px;
1124
- }
1125
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
1126
- height: 20px;
1127
- width: 20px;
1128
- }
1129
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
1130
- inset-inline-start: 27%;
1131
- }
1132
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
1133
- height: 24px;
1134
- width: 24px;
1135
- }
1136
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
1137
- inset-inline-start: 33%;
1138
- }
1139
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
1140
- border-color: #ec5d25;
1141
- background-color: #ec5d25;
1142
- }
1143
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
1144
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
1145
- .ant-checkbox-inner {
1146
- --tw-bg-opacity: 1;
1147
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
1148
- }
1149
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
1150
- outline: 2px solid #0a65e7;
1151
- }
1152
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
1153
- cursor: not-allowed;
1154
- }
1155
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
1156
- opacity: 0.5;
1157
- border-color: #ec5d25;
1158
- background-color: #ec5d25;
1159
- }
1160
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
1161
- border-color: #ffffff;
1162
- }
1163
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
1164
- border-color: #b6bac3;
1220
+ justify-content: flex-end;
1165
1221
  }
1166
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
1167
- border-color: #6b7280;
1222
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1223
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1224
+ min-width: 92px;
1168
1225
  }
1169
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
1170
- outline: 2px solid #0a65e7;
1226
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1227
+ padding: 24px;
1228
+ padding: 1.5rem;
1229
+ padding-top: 0px;
1230
+ display: flex;
1231
+ justify-content: flex-end;
1171
1232
  }
1172
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
1173
- cursor: not-allowed;
1233
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1234
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1235
+ width: 50%;
1174
1236
  }
1175
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
1176
- border-color: #b6bac3;
1177
- background-color: #f9fafb;
1237
+ .Modal-module__modal___PKrAi .ant-modal-content {
1238
+ padding: 0;
1239
+ border-radius: 0.75rem;
1240
+ padding: 0px;
1178
1241
  }
1179
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
1180
- color: #363e4f;
1242
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1243
+ margin-bottom: 0px;
1244
+ padding: 1rem;
1181
1245
  }
1182
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
1183
- color: #363e4f;
1184
- font-weight: 400;
1185
- font-size: 0.875rem;
1186
- line-height: 20px;
1246
+ @media (min-width: 576px) {
1247
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1248
+ padding: 1.5rem;
1249
+ }
1187
1250
  }
1188
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
1189
- color: #363e4f;
1251
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1252
+ justify-content: flex-start;
1253
+ padding-right: 1.25rem;
1254
+ font-size: 1.25rem;
1190
1255
  font-weight: 500;
1191
- font-size: 0.875rem;
1192
- line-height: 20px;
1256
+ line-height: 1.75rem;
1257
+ --tw-text-opacity: 1;
1258
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1193
1259
  }
1194
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
1195
- opacity: 0.5;
1196
- border-color: #ec5d25;
1197
- background-color: #ec5d25;
1260
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1261
+ display: flex;
1262
+ align-items: flex-end;
1263
+ justify-content: center;
1198
1264
  }
1199
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1200
- border-color: #ffffff;
1265
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1266
+ display: flex;
1267
+ align-items: center;
1268
+ justify-content: center;
1201
1269
  }
1202
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
1203
- border-color: #ec5d25 !important;
1204
- background-color: #ec5d25 !important;
1270
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1271
+ padding: 0 1.5rem 1.5rem;
1272
+ max-height: 65vh;
1273
+ overflow: auto;
1205
1274
  }
1206
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1207
- inset-inline-start: 50%;
1208
- width: 60%;
1209
- height: 3px;
1210
- border-radius: 4px;
1211
- background: white;
1275
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1276
+ top: 1.5rem;
1277
+ right: 1.5rem;
1278
+ padding-bottom: 0.25rem;
1279
+ }
1280
+ .Modal-module__modal___PKrAi .ant-btn-primary {
1281
+ margin-inline-start: 0.5rem;
1212
1282
  }
1213
1283
 
1214
1284
  /* src/molecules/UserProfile/UserProfile.module.scss */
@@ -1234,24 +1304,6 @@
1234
1304
  margin-top: 0.125rem
1235
1305
  }
1236
1306
 
1237
- /* src/atom/Switch/Switch.module.scss */
1238
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1239
- height: 0.75rem;
1240
- min-width: 1.5rem
1241
- }
1242
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1243
- height: 0.5rem;
1244
- width: 0.5rem
1245
- }
1246
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1247
- --tw-bg-opacity: 1;
1248
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1249
- }
1250
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1251
- --tw-bg-opacity: 1;
1252
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1253
- }
1254
-
1255
1307
  /* src/atom/RangePicker/RangePicker.module.scss */
1256
1308
  .RangePicker-module__range_start___hGQp-::after {
1257
1309
  content: "";
@@ -1275,64 +1327,4 @@
1275
1327
  height: 36px;
1276
1328
  background-color: #f2efec; /* tw-bg-gray-200 equivalent */
1277
1329
  z-index: -1;
1278
- }
1279
-
1280
- /* src/atom/Tag/Tag.module.scss */
1281
- .Tag-module__tag___PIkhI {
1282
- border-radius: 0.25rem;
1283
- padding: 0.25rem;
1284
- font-weight: 500;
1285
- font-size: 12px;
1286
- line-height: .75rem;
1287
- --tw-bg-opacity: 1;
1288
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1289
- height: -moz-max-content;
1290
- height: max-content;
1291
- --tw-text-opacity: 1;
1292
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1293
- border-width: 0px
1294
- }
1295
- .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
1296
- padding-top: 2px;
1297
- padding-bottom: 2px;
1298
- padding-left: 0.25rem;
1299
- padding-right: 0.25rem;
1300
- font-size: 0.625rem;
1301
- line-height: .75rem
1302
- }
1303
- .Tag-module__tag___PIkhI.Tag-module__success___99fad {
1304
- --tw-bg-opacity: 1;
1305
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
1306
- }
1307
- .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
1308
- --tw-bg-opacity: 1;
1309
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
1310
- }
1311
- .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
1312
- --tw-bg-opacity: 1;
1313
- background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
1314
- }
1315
- .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
1316
- --tw-bg-opacity: 1;
1317
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1318
- }
1319
- .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
1320
- --tw-bg-opacity: 1;
1321
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
1322
- }
1323
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
1324
- --tw-bg-opacity: 1;
1325
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
1326
- }
1327
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
1328
- --tw-bg-opacity: 1;
1329
- background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
1330
- }
1331
- .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
1332
- --tw-bg-opacity: 1;
1333
- background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
1334
- }
1335
- .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
1336
- --tw-bg-opacity: 1;
1337
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1338
1330
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itilite/lumina-ui",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "Itilite Lumina Design System UI Components",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",