@itilite/lumina-ui 1.0.10-alpha → 1.0.12-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/AdvancedDateRangePicker-D9Sdk4rK.d.mts +64 -0
- package/dist/AdvancedDateRangePicker-D9Sdk4rK.d.ts +64 -0
- package/dist/AdvancedDateRangePicker-Di3rHxqf.d.mts +64 -0
- package/dist/AdvancedDateRangePicker-Di3rHxqf.d.ts +64 -0
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.mts +1 -1
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.ts +1 -1
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.js +49 -25
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.mjs +2 -2
- package/dist/chunk-2IT3XM7C.mjs +473 -0
- package/dist/chunk-IPVJEGDI.mjs +476 -0
- package/dist/chunk-SKPCOHON.mjs +473 -0
- package/dist/chunk-XECXKSTC.mjs +453 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +49 -25
- package/dist/index.mjs +10 -10
- package/dist/styles.css +231 -223
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -762,95 +762,64 @@
|
|
|
762
762
|
|
|
763
763
|
|
|
764
764
|
/* CSS Modules */
|
|
765
|
-
/* src/atom/
|
|
766
|
-
.
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
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;
|
|
765
|
+
/* src/atom/Tag/Tag.module.scss */
|
|
766
|
+
.Tag-module__tag___PIkhI {
|
|
767
|
+
border-radius: 0.25rem;
|
|
768
|
+
padding: 0.25rem;
|
|
769
|
+
font-weight: 500;
|
|
770
|
+
font-size: 12px;
|
|
771
|
+
line-height: .75rem;
|
|
772
|
+
--tw-bg-opacity: 1;
|
|
773
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
774
|
+
height: -moz-max-content;
|
|
775
|
+
height: max-content;
|
|
781
776
|
--tw-text-opacity: 1;
|
|
782
|
-
color: rgb(
|
|
783
|
-
|
|
784
|
-
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
785
|
-
background-color: white !important;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
/* src/atom/Radio/Radio.module.scss */
|
|
789
|
-
.Radio-module__radio___1CPAk {
|
|
790
|
-
display: flex;
|
|
791
|
-
align-items: center;
|
|
792
|
-
}
|
|
793
|
-
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
794
|
-
height: 16px;
|
|
795
|
-
width: 16px;
|
|
796
|
-
}
|
|
797
|
-
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
798
|
-
height: 20px;
|
|
799
|
-
width: 20px;
|
|
800
|
-
}
|
|
801
|
-
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
802
|
-
height: 24px;
|
|
803
|
-
width: 24px;
|
|
804
|
-
}
|
|
805
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
806
|
-
border-color: #EC5D25;
|
|
807
|
-
background-color: #EC5D25;
|
|
808
|
-
}
|
|
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;
|
|
812
|
-
}
|
|
813
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
814
|
-
outline: 2px solid #0A65E7;
|
|
777
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
778
|
+
border-width: 0px
|
|
815
779
|
}
|
|
816
|
-
.
|
|
817
|
-
|
|
780
|
+
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
781
|
+
padding-top: 2px;
|
|
782
|
+
padding-bottom: 2px;
|
|
783
|
+
padding-left: 0.25rem;
|
|
784
|
+
padding-right: 0.25rem;
|
|
785
|
+
font-size: 0.625rem;
|
|
786
|
+
line-height: .75rem
|
|
818
787
|
}
|
|
819
|
-
.
|
|
820
|
-
|
|
821
|
-
background-color:
|
|
788
|
+
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
789
|
+
--tw-bg-opacity: 1;
|
|
790
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
822
791
|
}
|
|
823
|
-
.
|
|
824
|
-
|
|
825
|
-
background-color:
|
|
792
|
+
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
793
|
+
--tw-bg-opacity: 1;
|
|
794
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
826
795
|
}
|
|
827
|
-
.
|
|
828
|
-
|
|
796
|
+
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
797
|
+
--tw-bg-opacity: 1;
|
|
798
|
+
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
|
|
829
799
|
}
|
|
830
|
-
.
|
|
831
|
-
|
|
800
|
+
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
801
|
+
--tw-bg-opacity: 1;
|
|
802
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
832
803
|
}
|
|
833
|
-
.
|
|
834
|
-
|
|
804
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
805
|
+
--tw-bg-opacity: 1;
|
|
806
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
835
807
|
}
|
|
836
|
-
.
|
|
837
|
-
|
|
808
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
809
|
+
--tw-bg-opacity: 1;
|
|
810
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
838
811
|
}
|
|
839
|
-
.
|
|
840
|
-
|
|
841
|
-
background-color:
|
|
812
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
813
|
+
--tw-bg-opacity: 1;
|
|
814
|
+
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
|
|
842
815
|
}
|
|
843
|
-
.
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
font-size: 0.875rem;
|
|
847
|
-
line-height: 20px;
|
|
816
|
+
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
817
|
+
--tw-bg-opacity: 1;
|
|
818
|
+
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
|
|
848
819
|
}
|
|
849
|
-
.
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
font-size: 0.875rem;
|
|
853
|
-
line-height: 20px;
|
|
820
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
821
|
+
--tw-bg-opacity: 1;
|
|
822
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
854
823
|
}
|
|
855
824
|
|
|
856
825
|
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
@@ -951,27 +920,22 @@
|
|
|
951
920
|
background: white;
|
|
952
921
|
}
|
|
953
922
|
|
|
954
|
-
/* src/
|
|
955
|
-
.
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
gap: 0.625rem
|
|
959
|
-
}
|
|
960
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
|
|
961
|
-
display: flex;
|
|
962
|
-
flex-direction: column
|
|
923
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
924
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
925
|
+
height: 0.75rem;
|
|
926
|
+
min-width: 1.5rem
|
|
963
927
|
}
|
|
964
|
-
.
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
gap: 0.5rem
|
|
928
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
929
|
+
height: 0.5rem;
|
|
930
|
+
width: 0.5rem
|
|
968
931
|
}
|
|
969
|
-
.
|
|
970
|
-
|
|
932
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
933
|
+
--tw-bg-opacity: 1;
|
|
934
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
971
935
|
}
|
|
972
|
-
.
|
|
973
|
-
|
|
974
|
-
|
|
936
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
937
|
+
--tw-bg-opacity: 1;
|
|
938
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
975
939
|
}
|
|
976
940
|
|
|
977
941
|
/* src/atom/Button/Button.module.scss */
|
|
@@ -1168,22 +1132,50 @@
|
|
|
1168
1132
|
outline: none;
|
|
1169
1133
|
}
|
|
1170
1134
|
|
|
1171
|
-
/* src/atom/
|
|
1172
|
-
.
|
|
1173
|
-
|
|
1174
|
-
|
|
1135
|
+
/* src/atom/Tooltip/Tooltip.module.scss */
|
|
1136
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
|
|
1137
|
+
background-color: white !important;
|
|
1138
|
+
color: #111827;
|
|
1139
|
+
border-radius: 0.5rem;
|
|
1140
|
+
padding: 0.625rem;
|
|
1141
|
+
--tw-text-opacity: 1;
|
|
1142
|
+
color: rgb(33 40 55 / var(--tw-text-opacity, 1));
|
|
1175
1143
|
}
|
|
1176
|
-
.
|
|
1177
|
-
|
|
1178
|
-
width: 0.5rem
|
|
1144
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
1145
|
+
background-color: white !important;
|
|
1179
1146
|
}
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1147
|
+
|
|
1148
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
1149
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
1150
|
+
display: flex;
|
|
1151
|
+
justify-content: center;
|
|
1152
|
+
align-items: center;
|
|
1153
|
+
height: 100%;
|
|
1154
|
+
margin-top: 2rem;
|
|
1155
|
+
margin-bottom: 2rem;
|
|
1183
1156
|
}
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1157
|
+
|
|
1158
|
+
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
1159
|
+
.UserProfile-module__userProfile___cRMm9 {
|
|
1160
|
+
display: flex;
|
|
1161
|
+
align-items: center;
|
|
1162
|
+
gap: 0.625rem
|
|
1163
|
+
}
|
|
1164
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
|
|
1165
|
+
display: flex;
|
|
1166
|
+
flex-direction: column
|
|
1167
|
+
}
|
|
1168
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
|
|
1169
|
+
display: flex;
|
|
1170
|
+
align-items: center;
|
|
1171
|
+
gap: 0.5rem
|
|
1172
|
+
}
|
|
1173
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
|
|
1174
|
+
margin: 0px
|
|
1175
|
+
}
|
|
1176
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
|
|
1177
|
+
margin: 0px;
|
|
1178
|
+
margin-top: 0.125rem
|
|
1187
1179
|
}
|
|
1188
1180
|
|
|
1189
1181
|
/* src/atom/Slider/Slider.module.scss */
|
|
@@ -1222,137 +1214,72 @@
|
|
|
1222
1214
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1223
1215
|
}
|
|
1224
1216
|
|
|
1225
|
-
/* src/atom/
|
|
1226
|
-
.
|
|
1227
|
-
margin-top: 0;
|
|
1228
|
-
margin-top: 0px;
|
|
1229
|
-
}
|
|
1230
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
1231
|
-
padding: 24px;
|
|
1232
|
-
padding: 1.5rem;
|
|
1233
|
-
display: flex;
|
|
1234
|
-
justify-content: flex-end;
|
|
1235
|
-
}
|
|
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;
|
|
1239
|
-
}
|
|
1240
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
1241
|
-
padding: 24px;
|
|
1242
|
-
padding: 1.5rem;
|
|
1243
|
-
padding-top: 0px;
|
|
1217
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
1218
|
+
.Radio-module__radio___1CPAk {
|
|
1244
1219
|
display: flex;
|
|
1245
|
-
|
|
1246
|
-
}
|
|
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%;
|
|
1250
|
-
}
|
|
1251
|
-
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
1252
|
-
padding: 0;
|
|
1253
|
-
border-radius: 0.75rem;
|
|
1254
|
-
padding: 0px;
|
|
1255
|
-
}
|
|
1256
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1257
|
-
margin-bottom: 0px;
|
|
1258
|
-
padding: 1rem;
|
|
1259
|
-
}
|
|
1260
|
-
@media (min-width: 576px) {
|
|
1261
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1262
|
-
padding: 1.5rem;
|
|
1263
|
-
}
|
|
1264
|
-
}
|
|
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));
|
|
1220
|
+
align-items: center;
|
|
1273
1221
|
}
|
|
1274
|
-
.
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
justify-content: center;
|
|
1222
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
1223
|
+
height: 16px;
|
|
1224
|
+
width: 16px;
|
|
1278
1225
|
}
|
|
1279
|
-
.
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
justify-content: center;
|
|
1226
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
1227
|
+
height: 20px;
|
|
1228
|
+
width: 20px;
|
|
1283
1229
|
}
|
|
1284
|
-
.
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
overflow: auto;
|
|
1230
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
1231
|
+
height: 24px;
|
|
1232
|
+
width: 24px;
|
|
1288
1233
|
}
|
|
1289
|
-
.
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
padding-bottom: 0.25rem;
|
|
1234
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
1235
|
+
border-color: #EC5D25;
|
|
1236
|
+
background-color: #EC5D25;
|
|
1293
1237
|
}
|
|
1294
|
-
.
|
|
1295
|
-
|
|
1238
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
1239
|
+
border-color: #B94710;
|
|
1240
|
+
background-color: #B94710;
|
|
1296
1241
|
}
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
.Tag-module__tag___PIkhI {
|
|
1300
|
-
border-radius: 0.25rem;
|
|
1301
|
-
padding: 0.25rem;
|
|
1302
|
-
font-weight: 500;
|
|
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
|
|
1242
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
1243
|
+
outline: 2px solid #0A65E7;
|
|
1312
1244
|
}
|
|
1313
|
-
.
|
|
1314
|
-
|
|
1315
|
-
padding-bottom: 2px;
|
|
1316
|
-
padding-left: 0.25rem;
|
|
1317
|
-
padding-right: 0.25rem;
|
|
1318
|
-
font-size: 0.625rem;
|
|
1319
|
-
line-height: .75rem
|
|
1245
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
1246
|
+
cursor: not-allowed;
|
|
1320
1247
|
}
|
|
1321
|
-
.
|
|
1322
|
-
|
|
1323
|
-
background-color:
|
|
1248
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
1249
|
+
border-color: #B6BAC3;
|
|
1250
|
+
background-color: #B6BAC3;
|
|
1324
1251
|
}
|
|
1325
|
-
.
|
|
1326
|
-
|
|
1327
|
-
background-color:
|
|
1252
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
1253
|
+
transform: scale(0.375);
|
|
1254
|
+
background-color: #FFFFFF;
|
|
1328
1255
|
}
|
|
1329
|
-
.
|
|
1330
|
-
|
|
1331
|
-
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
|
|
1256
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
1257
|
+
border-color: #B6BAC3;
|
|
1332
1258
|
}
|
|
1333
|
-
.
|
|
1334
|
-
|
|
1335
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1259
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
1260
|
+
border-color: #6B7280;
|
|
1336
1261
|
}
|
|
1337
|
-
.
|
|
1338
|
-
|
|
1339
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1262
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
1263
|
+
outline: 2px solid #0A65E7;
|
|
1340
1264
|
}
|
|
1341
|
-
.
|
|
1342
|
-
|
|
1343
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
1265
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
1266
|
+
cursor: not-allowed;
|
|
1344
1267
|
}
|
|
1345
|
-
.
|
|
1346
|
-
|
|
1347
|
-
background-color:
|
|
1268
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
1269
|
+
border-color: #B6BAC3;
|
|
1270
|
+
background-color: #F9FAFB;
|
|
1348
1271
|
}
|
|
1349
|
-
.
|
|
1350
|
-
|
|
1351
|
-
|
|
1272
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
1273
|
+
color: #363E4F;
|
|
1274
|
+
font-weight: 400;
|
|
1275
|
+
font-size: 0.875rem;
|
|
1276
|
+
line-height: 20px;
|
|
1352
1277
|
}
|
|
1353
|
-
.
|
|
1354
|
-
|
|
1355
|
-
|
|
1278
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
1279
|
+
color: #363E4F;
|
|
1280
|
+
font-weight: 500;
|
|
1281
|
+
font-size: 0.875rem;
|
|
1282
|
+
line-height: 20px;
|
|
1356
1283
|
}
|
|
1357
1284
|
|
|
1358
1285
|
/* src/atom/Table/Table.module.scss */
|
|
@@ -1850,6 +1777,79 @@
|
|
|
1850
1777
|
min-width: 180px;
|
|
1851
1778
|
}
|
|
1852
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: "";
|
|
@@ -1896,6 +1896,14 @@
|
|
|
1896
1896
|
width: 100%;
|
|
1897
1897
|
max-width: 450px;
|
|
1898
1898
|
}
|
|
1899
|
+
}
|
|
1900
|
+
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__hidePresets___-m2-P {
|
|
1901
|
+
width: 549px;
|
|
1902
|
+
}
|
|
1903
|
+
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__hidePresets___-m2-P.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
1904
|
+
width: 292px;
|
|
1905
|
+
}
|
|
1906
|
+
@media (max-width: 768px) {
|
|
1899
1907
|
.AdvancedDateRangePicker-module__root___udir8 {
|
|
1900
1908
|
width: 100%;
|
|
1901
1909
|
max-width: 450px;
|