@itilite/lumina-ui 1.1.9 → 1.1.11

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/index.mjs CHANGED
@@ -1,40 +1,40 @@
1
1
  import {
2
- Slider_default
3
- } from "./chunk-D3N7VFER.mjs";
4
- import {
5
- Modal_default
6
- } from "./chunk-UQJ3BDM4.mjs";
2
+ RangePicker_default
3
+ } from "./chunk-W7J4GMPI.mjs";
4
+ import "./chunk-ZTRM4HZJ.mjs";
7
5
  import {
8
6
  Switch_default
9
7
  } from "./chunk-MNARBWAJ.mjs";
8
+ import {
9
+ Radio_default
10
+ } from "./chunk-2EBPXGRY.mjs";
10
11
  import {
11
12
  Tag_default
12
13
  } from "./chunk-4VZB2KR2.mjs";
13
14
  import {
14
15
  Avatar_default
15
16
  } from "./chunk-IWO2Y5QX.mjs";
17
+ import {
18
+ Modal_default
19
+ } from "./chunk-UQJ3BDM4.mjs";
16
20
  import {
17
21
  Button_default
18
22
  } from "./chunk-AF2RKLH6.mjs";
19
23
  import {
20
24
  Checkbox_default
21
25
  } from "./chunk-UQZNUEZE.mjs";
22
- import {
23
- RangePicker_default
24
- } from "./chunk-B63IXC6M.mjs";
25
26
  import {
26
27
  Select_default
27
- } from "./chunk-IQHBVGA4.mjs";
28
+ } from "./chunk-E4FCLHYA.mjs";
28
29
  import {
29
30
  Tooltip_default
30
31
  } from "./chunk-MLCMZRUC.mjs";
31
32
  import {
32
33
  LoadingSpinner_default
33
34
  } from "./chunk-QKTMWS4J.mjs";
34
- import "./chunk-ZTRM4HZJ.mjs";
35
35
  import {
36
- Radio_default
37
- } from "./chunk-2EBPXGRY.mjs";
36
+ Slider_default
37
+ } from "./chunk-D3N7VFER.mjs";
38
38
  import "./chunk-FWCSY2DS.mjs";
39
39
  export {
40
40
  Avatar_default as Avatar,
package/dist/styles.css CHANGED
@@ -411,10 +411,6 @@
411
411
  padding-left: 0.5rem;
412
412
  padding-right: 0.5rem
413
413
  }
414
- .tw-px-3 {
415
- padding-left: 0.75rem;
416
- padding-right: 0.75rem
417
- }
418
414
  .tw-px-4 {
419
415
  padding-left: 1rem;
420
416
  padding-right: 1rem
@@ -601,6 +597,11 @@
601
597
  font-size: 1rem;
602
598
  line-height: 24px
603
599
  }
600
+ .tw-typography-caption1 {
601
+ font-weight: 400;
602
+ font-size: 0.75rem;
603
+ line-height: 16px
604
+ }
604
605
  .tw-typography-caption1Bold {
605
606
  font-weight: 500;
606
607
  font-size: 0.75rem;
@@ -690,14 +691,17 @@
690
691
 
691
692
 
692
693
  /* CSS Modules */
693
- /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
694
- .LoadingSpinner-module__spinnerContainer___DiPLf {
695
- display: flex;
696
- justify-content: center;
697
- align-items: center;
698
- height: 100%;
699
- margin-top: 2rem;
700
- margin-bottom: 2rem;
694
+ /* src/atom/Tooltip/Tooltip.module.scss */
695
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
696
+ background-color: white !important;
697
+ color: #111827;
698
+ border-radius: 0.5rem;
699
+ padding: 0.625rem;
700
+ --tw-text-opacity: 1;
701
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
702
+ }
703
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
704
+ background-color: white !important;
701
705
  }
702
706
 
703
707
  /* src/atom/Checkbox/Checkbox.module.scss */
@@ -798,35 +802,77 @@
798
802
  background: white;
799
803
  }
800
804
 
801
- /* src/atom/Switch/Switch.module.scss */
802
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
803
- height: 0.75rem;
804
- min-width: 1.5rem
805
+ /* src/atom/Modal/Modal.module.scss */
806
+ .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
807
+ margin-top: 0;
808
+ margin-top: 0px;
805
809
  }
806
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
807
- height: 0.5rem;
808
- width: 0.5rem
810
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
811
+ padding: 24px;
812
+ padding: 1.5rem;
813
+ display: flex;
814
+ justify-content: flex-end;
809
815
  }
810
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
811
- --tw-bg-opacity: 1;
812
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
816
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
817
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
818
+ min-width: 92px;
813
819
  }
814
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
815
- --tw-bg-opacity: 1;
816
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
820
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
821
+ padding: 24px;
822
+ padding: 1.5rem;
823
+ padding-top: 0px;
824
+ display: flex;
825
+ justify-content: flex-end;
817
826
  }
818
-
819
- /* src/atom/Tooltip/Tooltip.module.scss */
820
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
821
- background-color: white !important;
822
- color: #111827;
823
- border-radius: 0.5rem;
824
- padding: 0.625rem;
827
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
828
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
829
+ width: 50%;
830
+ }
831
+ .Modal-module__modal___PKrAi .ant-modal-content {
832
+ padding: 0;
833
+ border-radius: 0.75rem;
834
+ padding: 0px;
835
+ }
836
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
837
+ margin-bottom: 0px;
838
+ padding: 1rem;
839
+ }
840
+ @media (min-width: 576px) {
841
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
842
+ padding: 1.5rem;
843
+ }
844
+ }
845
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
846
+ justify-content: flex-start;
847
+ padding-right: 1.25rem;
848
+ font-size: 1.25rem;
849
+ font-weight: 500;
850
+ line-height: 1.75rem;
825
851
  --tw-text-opacity: 1;
826
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
852
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
827
853
  }
828
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
829
- background-color: white !important;
854
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
855
+ display: flex;
856
+ align-items: flex-end;
857
+ justify-content: center;
858
+ }
859
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
860
+ display: flex;
861
+ align-items: center;
862
+ justify-content: center;
863
+ }
864
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
865
+ padding: 0 1.5rem 1.5rem;
866
+ max-height: 65vh;
867
+ overflow: auto;
868
+ }
869
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
870
+ top: 1.5rem;
871
+ right: 1.5rem;
872
+ padding-bottom: 0.25rem;
873
+ }
874
+ .Modal-module__modal___PKrAi .ant-btn-primary {
875
+ margin-inline-start: 0.5rem;
830
876
  }
831
877
 
832
878
  /* src/atom/Slider/Slider.module.scss */
@@ -865,72 +911,117 @@
865
911
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
866
912
  }
867
913
 
868
- /* src/atom/Radio/Radio.module.scss */
869
- .Radio-module__radio___1CPAk {
870
- display: flex;
871
- align-items: center;
872
- }
873
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
874
- height: 16px;
875
- width: 16px;
876
- }
877
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
878
- height: 20px;
879
- width: 20px;
914
+ /* src/atom/Tag/Tag.module.scss */
915
+ .Tag-module__tag___PIkhI {
916
+ border-radius: 0.25rem;
917
+ padding: 0.25rem;
918
+ font-weight: 500;
919
+ font-size: 0.625rem;
920
+ line-height: .75rem;
921
+ --tw-bg-opacity: 1;
922
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
923
+ height: -moz-max-content;
924
+ height: max-content;
925
+ border-style: solid;
926
+ border-width: 0.5px
880
927
  }
881
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
882
- height: 24px;
883
- width: 24px;
928
+ .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
929
+ padding-top: 2px;
930
+ padding-bottom: 2px;
931
+ padding-left: 0.25rem;
932
+ padding-right: 0.25rem;
933
+ font-size: 0.625rem;
934
+ line-height: .75rem
884
935
  }
885
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
886
- border-color: #EC5D25;
887
- background-color: #EC5D25;
936
+ .Tag-module__tag___PIkhI.Tag-module__success___99fad {
937
+ --tw-text-opacity: 1;
938
+ color: rgb(27 126 73 / var(--tw-text-opacity, 1));
939
+ --tw-bg-opacity: 1;
940
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
941
+ --tw-border-opacity: 1;
942
+ border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
888
943
  }
889
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
890
- border-color: #B94710;
891
- background-color: #B94710;
944
+ .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
945
+ --tw-text-opacity: 1;
946
+ color: rgb(10 101 231 / var(--tw-text-opacity, 1));
947
+ --tw-bg-opacity: 1;
948
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
949
+ --tw-border-opacity: 1;
950
+ border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
892
951
  }
893
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
894
- outline: 2px solid #0A65E7;
952
+ .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
953
+ --tw-text-opacity: 1;
954
+ color: rgb(185 71 16 / var(--tw-text-opacity, 1));
955
+ --tw-bg-opacity: 1;
956
+ background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
957
+ --tw-border-opacity: 1;
958
+ border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
895
959
  }
896
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
897
- cursor: not-allowed;
960
+ .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
961
+ --tw-text-opacity: 1;
962
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
963
+ --tw-bg-opacity: 1;
964
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
965
+ --tw-border-opacity: 1;
966
+ border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
898
967
  }
899
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
900
- border-color: #B6BAC3;
901
- background-color: #B6BAC3;
968
+ .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
969
+ --tw-text-opacity: 1;
970
+ color: rgb(27 126 73 / var(--tw-text-opacity, 1));
971
+ --tw-bg-opacity: 1;
972
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
973
+ --tw-border-opacity: 1;
974
+ border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
902
975
  }
903
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
904
- transform: scale(0.375);
905
- background-color: #FFFFFF;
976
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
977
+ --tw-text-opacity: 1;
978
+ color: rgb(10 101 231 / var(--tw-text-opacity, 1));
979
+ --tw-bg-opacity: 1;
980
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
981
+ --tw-border-opacity: 1;
982
+ border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
906
983
  }
907
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
908
- border-color: #B6BAC3;
984
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
985
+ --tw-text-opacity: 1;
986
+ color: rgb(154 103 0 / var(--tw-text-opacity, 1));
987
+ --tw-bg-opacity: 1;
988
+ background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
989
+ --tw-border-opacity: 1;
990
+ border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
909
991
  }
910
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
911
- border-color: #6B7280;
992
+ .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
993
+ --tw-text-opacity: 1;
994
+ color: rgb(207 34 49 / var(--tw-text-opacity, 1));
995
+ --tw-bg-opacity: 1;
996
+ background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
997
+ --tw-border-opacity: 1;
998
+ border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
912
999
  }
913
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
914
- outline: 2px solid #0A65E7;
1000
+ .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
1001
+ --tw-text-opacity: 1;
1002
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1003
+ --tw-bg-opacity: 1;
1004
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
1005
+ --tw-border-opacity: 1;
1006
+ border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
915
1007
  }
916
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
917
- cursor: not-allowed;
1008
+
1009
+ /* src/atom/Switch/Switch.module.scss */
1010
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1011
+ height: 0.75rem;
1012
+ min-width: 1.5rem
918
1013
  }
919
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
920
- border-color: #B6BAC3;
921
- background-color: #F9FAFB;
1014
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1015
+ height: 0.5rem;
1016
+ width: 0.5rem
922
1017
  }
923
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
924
- color: #363E4F;
925
- font-weight: 400;
926
- font-size: 0.875rem;
927
- line-height: 20px;
1018
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1019
+ --tw-bg-opacity: 1;
1020
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
928
1021
  }
929
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
930
- color: #363E4F;
931
- font-weight: 500;
932
- font-size: 0.875rem;
933
- line-height: 20px;
1022
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1023
+ --tw-bg-opacity: 1;
1024
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
934
1025
  }
935
1026
 
936
1027
  /* src/atom/Button/Button.module.scss */
@@ -1127,172 +1218,82 @@
1127
1218
  outline: none;
1128
1219
  }
1129
1220
 
1130
- /* src/atom/Tag/Tag.module.scss */
1131
- .Tag-module__tag___PIkhI {
1132
- border-radius: 0.25rem;
1133
- padding: 0.25rem;
1134
- font-weight: 500;
1135
- font-size: 0.625rem;
1136
- line-height: .75rem;
1137
- --tw-bg-opacity: 1;
1138
- background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1139
- height: -moz-max-content;
1140
- height: max-content;
1141
- border-style: solid;
1142
- border-width: 0.5px
1143
- }
1144
- .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
1145
- padding-top: 2px;
1146
- padding-bottom: 2px;
1147
- padding-left: 0.25rem;
1148
- padding-right: 0.25rem;
1149
- font-size: 0.625rem;
1150
- line-height: .75rem
1151
- }
1152
- .Tag-module__tag___PIkhI.Tag-module__success___99fad {
1153
- --tw-text-opacity: 1;
1154
- color: rgb(27 126 73 / var(--tw-text-opacity, 1));
1155
- --tw-bg-opacity: 1;
1156
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
1157
- --tw-border-opacity: 1;
1158
- border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
1159
- }
1160
- .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
1161
- --tw-text-opacity: 1;
1162
- color: rgb(10 101 231 / var(--tw-text-opacity, 1));
1163
- --tw-bg-opacity: 1;
1164
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
1165
- --tw-border-opacity: 1;
1166
- border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
1221
+ /* src/atom/Radio/Radio.module.scss */
1222
+ .Radio-module__radio___1CPAk {
1223
+ display: flex;
1224
+ align-items: center;
1167
1225
  }
1168
- .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
1169
- --tw-text-opacity: 1;
1170
- color: rgb(185 71 16 / var(--tw-text-opacity, 1));
1171
- --tw-bg-opacity: 1;
1172
- background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
1173
- --tw-border-opacity: 1;
1174
- border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
1226
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1227
+ height: 16px;
1228
+ width: 16px;
1175
1229
  }
1176
- .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
1177
- --tw-text-opacity: 1;
1178
- color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1179
- --tw-bg-opacity: 1;
1180
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
1181
- --tw-border-opacity: 1;
1182
- border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
1230
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1231
+ height: 20px;
1232
+ width: 20px;
1183
1233
  }
1184
- .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
1185
- --tw-text-opacity: 1;
1186
- color: rgb(27 126 73 / var(--tw-text-opacity, 1));
1187
- --tw-bg-opacity: 1;
1188
- background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
1189
- --tw-border-opacity: 1;
1190
- border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
1234
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1235
+ height: 24px;
1236
+ width: 24px;
1191
1237
  }
1192
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
1193
- --tw-text-opacity: 1;
1194
- color: rgb(10 101 231 / var(--tw-text-opacity, 1));
1195
- --tw-bg-opacity: 1;
1196
- background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
1197
- --tw-border-opacity: 1;
1198
- border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
1238
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1239
+ border-color: #EC5D25;
1240
+ background-color: #EC5D25;
1199
1241
  }
1200
- .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
1201
- --tw-text-opacity: 1;
1202
- color: rgb(154 103 0 / var(--tw-text-opacity, 1));
1203
- --tw-bg-opacity: 1;
1204
- background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
1205
- --tw-border-opacity: 1;
1206
- border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
1242
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1243
+ border-color: #B94710;
1244
+ background-color: #B94710;
1207
1245
  }
1208
- .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
1209
- --tw-text-opacity: 1;
1210
- color: rgb(207 34 49 / var(--tw-text-opacity, 1));
1211
- --tw-bg-opacity: 1;
1212
- background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
1213
- --tw-border-opacity: 1;
1214
- border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
1246
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1247
+ outline: 2px solid #0A65E7;
1215
1248
  }
1216
- .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
1217
- --tw-text-opacity: 1;
1218
- color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1219
- --tw-bg-opacity: 1;
1220
- background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
1221
- --tw-border-opacity: 1;
1222
- border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
1249
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1250
+ cursor: not-allowed;
1223
1251
  }
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;
1252
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1253
+ border-color: #B6BAC3;
1254
+ background-color: #B6BAC3;
1229
1255
  }
1230
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1231
- padding: 24px;
1232
- padding: 1.5rem;
1233
- display: flex;
1234
- justify-content: flex-end;
1256
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1257
+ transform: scale(0.375);
1258
+ background-color: #FFFFFF;
1235
1259
  }
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;
1260
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1261
+ border-color: #B6BAC3;
1239
1262
  }
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;
1263
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1264
+ border-color: #6B7280;
1246
1265
  }
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%;
1266
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1267
+ outline: 2px solid #0A65E7;
1250
1268
  }
1251
- .Modal-module__modal___PKrAi .ant-modal-content {
1252
- padding: 0;
1253
- border-radius: 0.75rem;
1254
- padding: 0px;
1269
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1270
+ cursor: not-allowed;
1255
1271
  }
1256
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1257
- margin-bottom: 0px;
1258
- padding: 1rem;
1272
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1273
+ border-color: #B6BAC3;
1274
+ background-color: #F9FAFB;
1259
1275
  }
1260
- @media (min-width: 576px) {
1261
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1262
- padding: 1.5rem;
1263
- }
1276
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1277
+ color: #363E4F;
1278
+ font-weight: 400;
1279
+ font-size: 0.875rem;
1280
+ line-height: 20px;
1264
1281
  }
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;
1282
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1283
+ color: #363E4F;
1269
1284
  font-weight: 500;
1270
- line-height: 1.75rem;
1271
- --tw-text-opacity: 1;
1272
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1285
+ font-size: 0.875rem;
1286
+ line-height: 20px;
1273
1287
  }
1274
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1288
+
1289
+ /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
1290
+ .LoadingSpinner-module__spinnerContainer___DiPLf {
1275
1291
  display: flex;
1276
- align-items: flex-end;
1277
1292
  justify-content: center;
1278
- }
1279
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1280
- display: flex;
1281
1293
  align-items: center;
1282
- justify-content: center;
1283
- }
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;
1294
+ height: 100%;
1295
+ margin-top: 2rem;
1296
+ margin-bottom: 2rem;
1296
1297
  }
1297
1298
 
1298
1299
  /* src/atom/RangePicker/RangePicker.module.scss */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itilite/lumina-ui",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "Itilite Lumina Design System UI Components",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",