@itilite/lumina-ui 1.2.0 → 1.2.1
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/Table-BfGn3Pa0.d.mts +82 -0
- package/dist/Table-BfGn3Pa0.d.ts +82 -0
- package/dist/Table-CnzP9dkc.d.mts +82 -0
- package/dist/Table-CnzP9dkc.d.ts +82 -0
- package/dist/Table-DmfNNnuD.d.mts +86 -0
- package/dist/Table-DmfNNnuD.d.ts +86 -0
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.js +3 -2
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.mjs +2 -2
- package/dist/atom/Table/Table.d.mts +1 -1
- package/dist/atom/Table/Table.d.ts +1 -1
- package/dist/atom/Table/Table.js +2 -2
- package/dist/atom/Table/Table.mjs +1 -1
- package/dist/chunk-5OUMKJWI.mjs +301 -0
- package/dist/chunk-5PMUTA6S.mjs +303 -0
- package/dist/chunk-GOIABK2Y.mjs +283 -0
- package/dist/chunk-QQA7KWAJ.mjs +477 -0
- package/dist/chunk-T43CWNOG.mjs +283 -0
- package/dist/chunk-TE5EOIIW.mjs +301 -0
- package/dist/chunk-Z3N4E2C5.mjs +477 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -4
- package/dist/index.mjs +12 -12
- package/dist/styles.css +213 -168
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -762,6 +762,19 @@
|
|
|
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;
|
|
771
|
+
--tw-text-opacity: 1;
|
|
772
|
+
color: rgb(33 40 55 / var(--tw-text-opacity, 1));
|
|
773
|
+
}
|
|
774
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
775
|
+
background-color: white !important;
|
|
776
|
+
}
|
|
777
|
+
|
|
765
778
|
/* src/atom/Radio/Radio.module.scss */
|
|
766
779
|
.Radio-module__radio___1CPAk {
|
|
767
780
|
display: flex;
|
|
@@ -830,17 +843,50 @@
|
|
|
830
843
|
line-height: 20px;
|
|
831
844
|
}
|
|
832
845
|
|
|
833
|
-
/* src/atom/
|
|
834
|
-
.
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
846
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
847
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
848
|
+
display: flex;
|
|
849
|
+
justify-content: center;
|
|
850
|
+
align-items: center;
|
|
851
|
+
height: 100%;
|
|
852
|
+
margin-top: 2rem;
|
|
853
|
+
margin-bottom: 2rem;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
/* src/atom/Slider/Slider.module.scss */
|
|
857
|
+
.Slider-module__label___9Uea- {
|
|
858
|
+
font-size: 13px;
|
|
859
|
+
line-height: 18px;
|
|
839
860
|
--tw-text-opacity: 1;
|
|
840
|
-
color: rgb(
|
|
861
|
+
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
841
862
|
}
|
|
842
|
-
|
|
843
|
-
|
|
863
|
+
|
|
864
|
+
.Slider-module__slider___JCS-c.ant-slider {
|
|
865
|
+
margin-left: 0px;
|
|
866
|
+
margin-right: 0px;
|
|
867
|
+
}
|
|
868
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
869
|
+
box-shadow: 0 0 0 2px #ec5d25;
|
|
870
|
+
transform: scale(1.25);
|
|
871
|
+
}
|
|
872
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
873
|
+
content: unset;
|
|
874
|
+
}
|
|
875
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
876
|
+
inset-inline-start: -1px;
|
|
877
|
+
inset-block-start: -1px;
|
|
878
|
+
}
|
|
879
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
880
|
+
--tw-bg-opacity: 1;
|
|
881
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
882
|
+
height: 2px;
|
|
883
|
+
}
|
|
884
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
885
|
+
background-color: transparent;
|
|
886
|
+
}
|
|
887
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
888
|
+
--tw-bg-opacity: 1;
|
|
889
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
844
890
|
}
|
|
845
891
|
|
|
846
892
|
/* src/atom/Tag/Tag.module.scss */
|
|
@@ -903,133 +949,6 @@
|
|
|
903
949
|
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
904
950
|
}
|
|
905
951
|
|
|
906
|
-
/* src/atom/Switch/Switch.module.scss */
|
|
907
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
908
|
-
height: 0.75rem;
|
|
909
|
-
min-width: 1.5rem
|
|
910
|
-
}
|
|
911
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
912
|
-
height: 0.5rem;
|
|
913
|
-
width: 0.5rem
|
|
914
|
-
}
|
|
915
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
916
|
-
--tw-bg-opacity: 1;
|
|
917
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
918
|
-
}
|
|
919
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
920
|
-
--tw-bg-opacity: 1;
|
|
921
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
/* src/atom/Modal/Modal.module.scss */
|
|
925
|
-
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
926
|
-
margin-top: 0;
|
|
927
|
-
margin-top: 0px;
|
|
928
|
-
}
|
|
929
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
930
|
-
padding: 24px;
|
|
931
|
-
padding: 1.5rem;
|
|
932
|
-
display: flex;
|
|
933
|
-
justify-content: flex-end;
|
|
934
|
-
}
|
|
935
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
936
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
937
|
-
min-width: 92px;
|
|
938
|
-
}
|
|
939
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
940
|
-
padding: 24px;
|
|
941
|
-
padding: 1.5rem;
|
|
942
|
-
padding-top: 0px;
|
|
943
|
-
display: flex;
|
|
944
|
-
justify-content: flex-end;
|
|
945
|
-
}
|
|
946
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
947
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
948
|
-
width: 50%;
|
|
949
|
-
}
|
|
950
|
-
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
951
|
-
padding: 0;
|
|
952
|
-
border-radius: 0.75rem;
|
|
953
|
-
padding: 0px;
|
|
954
|
-
}
|
|
955
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
956
|
-
margin-bottom: 0px;
|
|
957
|
-
padding: 1rem;
|
|
958
|
-
}
|
|
959
|
-
@media (min-width: 576px) {
|
|
960
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
961
|
-
padding: 1.5rem;
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
965
|
-
justify-content: flex-start;
|
|
966
|
-
padding-right: 1.25rem;
|
|
967
|
-
font-size: 1.25rem;
|
|
968
|
-
font-weight: 500;
|
|
969
|
-
line-height: 1.75rem;
|
|
970
|
-
--tw-text-opacity: 1;
|
|
971
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
972
|
-
}
|
|
973
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
974
|
-
display: flex;
|
|
975
|
-
align-items: flex-end;
|
|
976
|
-
justify-content: center;
|
|
977
|
-
}
|
|
978
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
979
|
-
display: flex;
|
|
980
|
-
align-items: center;
|
|
981
|
-
justify-content: center;
|
|
982
|
-
}
|
|
983
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
984
|
-
padding: 0 1.5rem 1.5rem;
|
|
985
|
-
max-height: 65vh;
|
|
986
|
-
overflow: auto;
|
|
987
|
-
}
|
|
988
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
989
|
-
top: 1.5rem;
|
|
990
|
-
right: 1.5rem;
|
|
991
|
-
padding-bottom: 0.25rem;
|
|
992
|
-
}
|
|
993
|
-
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
994
|
-
margin-inline-start: 0.5rem;
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
/* src/atom/Slider/Slider.module.scss */
|
|
998
|
-
.Slider-module__label___9Uea- {
|
|
999
|
-
font-size: 13px;
|
|
1000
|
-
line-height: 18px;
|
|
1001
|
-
--tw-text-opacity: 1;
|
|
1002
|
-
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
.Slider-module__slider___JCS-c.ant-slider {
|
|
1006
|
-
margin-left: 0px;
|
|
1007
|
-
margin-right: 0px;
|
|
1008
|
-
}
|
|
1009
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
1010
|
-
box-shadow: 0 0 0 2px #ec5d25;
|
|
1011
|
-
transform: scale(1.25);
|
|
1012
|
-
}
|
|
1013
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
1014
|
-
content: unset;
|
|
1015
|
-
}
|
|
1016
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
1017
|
-
inset-inline-start: -1px;
|
|
1018
|
-
inset-block-start: -1px;
|
|
1019
|
-
}
|
|
1020
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
1021
|
-
--tw-bg-opacity: 1;
|
|
1022
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1023
|
-
height: 2px;
|
|
1024
|
-
}
|
|
1025
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
1026
|
-
background-color: transparent;
|
|
1027
|
-
}
|
|
1028
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
1029
|
-
--tw-bg-opacity: 1;
|
|
1030
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
952
|
/* src/atom/Button/Button.module.scss */
|
|
1034
953
|
.Button-module__button___cLCyl {
|
|
1035
954
|
display: flex;
|
|
@@ -1224,16 +1143,6 @@
|
|
|
1224
1143
|
outline: none;
|
|
1225
1144
|
}
|
|
1226
1145
|
|
|
1227
|
-
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
1228
|
-
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
1229
|
-
display: flex;
|
|
1230
|
-
justify-content: center;
|
|
1231
|
-
align-items: center;
|
|
1232
|
-
height: 100%;
|
|
1233
|
-
margin-top: 2rem;
|
|
1234
|
-
margin-bottom: 2rem;
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
1146
|
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
1238
1147
|
.Checkbox-module__checkbox___xxg5L {
|
|
1239
1148
|
display: flex;
|
|
@@ -1332,6 +1241,24 @@
|
|
|
1332
1241
|
background: white;
|
|
1333
1242
|
}
|
|
1334
1243
|
|
|
1244
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
1245
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
1246
|
+
height: 0.75rem;
|
|
1247
|
+
min-width: 1.5rem
|
|
1248
|
+
}
|
|
1249
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
1250
|
+
height: 0.5rem;
|
|
1251
|
+
width: 0.5rem
|
|
1252
|
+
}
|
|
1253
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
1254
|
+
--tw-bg-opacity: 1;
|
|
1255
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1256
|
+
}
|
|
1257
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
1258
|
+
--tw-bg-opacity: 1;
|
|
1259
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1335
1262
|
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
1336
1263
|
.UserProfile-module__userProfile___cRMm9 {
|
|
1337
1264
|
display: flex;
|
|
@@ -1355,6 +1282,79 @@
|
|
|
1355
1282
|
margin-top: 0.125rem
|
|
1356
1283
|
}
|
|
1357
1284
|
|
|
1285
|
+
/* src/atom/Modal/Modal.module.scss */
|
|
1286
|
+
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
1287
|
+
margin-top: 0;
|
|
1288
|
+
margin-top: 0px;
|
|
1289
|
+
}
|
|
1290
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
1291
|
+
padding: 24px;
|
|
1292
|
+
padding: 1.5rem;
|
|
1293
|
+
display: flex;
|
|
1294
|
+
justify-content: flex-end;
|
|
1295
|
+
}
|
|
1296
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1297
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1298
|
+
min-width: 92px;
|
|
1299
|
+
}
|
|
1300
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
1301
|
+
padding: 24px;
|
|
1302
|
+
padding: 1.5rem;
|
|
1303
|
+
padding-top: 0px;
|
|
1304
|
+
display: flex;
|
|
1305
|
+
justify-content: flex-end;
|
|
1306
|
+
}
|
|
1307
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1308
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1309
|
+
width: 50%;
|
|
1310
|
+
}
|
|
1311
|
+
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
1312
|
+
padding: 0;
|
|
1313
|
+
border-radius: 0.75rem;
|
|
1314
|
+
padding: 0px;
|
|
1315
|
+
}
|
|
1316
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1317
|
+
margin-bottom: 0px;
|
|
1318
|
+
padding: 1rem;
|
|
1319
|
+
}
|
|
1320
|
+
@media (min-width: 576px) {
|
|
1321
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1322
|
+
padding: 1.5rem;
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
1326
|
+
justify-content: flex-start;
|
|
1327
|
+
padding-right: 1.25rem;
|
|
1328
|
+
font-size: 1.25rem;
|
|
1329
|
+
font-weight: 500;
|
|
1330
|
+
line-height: 1.75rem;
|
|
1331
|
+
--tw-text-opacity: 1;
|
|
1332
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1333
|
+
}
|
|
1334
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1335
|
+
display: flex;
|
|
1336
|
+
align-items: flex-end;
|
|
1337
|
+
justify-content: center;
|
|
1338
|
+
}
|
|
1339
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
1340
|
+
display: flex;
|
|
1341
|
+
align-items: center;
|
|
1342
|
+
justify-content: center;
|
|
1343
|
+
}
|
|
1344
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
1345
|
+
padding: 0 1.5rem 1.5rem;
|
|
1346
|
+
max-height: 65vh;
|
|
1347
|
+
overflow: auto;
|
|
1348
|
+
}
|
|
1349
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1350
|
+
top: 1.5rem;
|
|
1351
|
+
right: 1.5rem;
|
|
1352
|
+
padding-bottom: 0.25rem;
|
|
1353
|
+
}
|
|
1354
|
+
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
1355
|
+
margin-inline-start: 0.5rem;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
1358
|
/* src/atom/Table/Table.module.scss */
|
|
1359
1359
|
@charset "UTF-8";
|
|
1360
1360
|
/* ============================================================
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
}
|
|
1420
1420
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-container {
|
|
1421
1421
|
/* Lift the white body card off the gray wrapper */
|
|
1422
|
-
|
|
1422
|
+
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
|
|
1423
1423
|
}
|
|
1424
1424
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
|
|
1425
1425
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
|
|
@@ -1543,7 +1543,7 @@
|
|
|
1543
1543
|
background: #ffffff;
|
|
1544
1544
|
border-radius: 12px;
|
|
1545
1545
|
margin: 8px 4px 4px 4px !important;
|
|
1546
|
-
|
|
1546
|
+
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
|
|
1547
1547
|
/* AntD re-orders items; we use order to match design layout */
|
|
1548
1548
|
}
|
|
1549
1549
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-pagination .ant-pagination-options {
|
|
@@ -1780,6 +1780,8 @@
|
|
|
1780
1780
|
padding: 0;
|
|
1781
1781
|
cursor: pointer;
|
|
1782
1782
|
min-width: 0;
|
|
1783
|
+
font: inherit;
|
|
1784
|
+
color: inherit;
|
|
1783
1785
|
}
|
|
1784
1786
|
.Table-module__columnHeaderSortArea___jrIYo:focus-visible {
|
|
1785
1787
|
outline: 2px solid #ec5d25;
|
|
@@ -1793,6 +1795,8 @@
|
|
|
1793
1795
|
text-overflow: ellipsis;
|
|
1794
1796
|
line-height: normal;
|
|
1795
1797
|
text-transform: none !important;
|
|
1798
|
+
font: inherit;
|
|
1799
|
+
color: inherit;
|
|
1796
1800
|
}
|
|
1797
1801
|
|
|
1798
1802
|
.Table-module__columnHeaderSortIcon___mWVZN {
|
|
@@ -1903,11 +1907,13 @@
|
|
|
1903
1907
|
border-radius: 16px;
|
|
1904
1908
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
|
|
1905
1909
|
overflow: hidden;
|
|
1906
|
-
width:
|
|
1910
|
+
width: 100%;
|
|
1911
|
+
max-width: 712px;
|
|
1907
1912
|
font-family: "Inter", system-ui, -apple-system, sans-serif;
|
|
1908
1913
|
}
|
|
1909
1914
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
1910
|
-
width:
|
|
1915
|
+
width: 100%;
|
|
1916
|
+
max-width: 450px;
|
|
1911
1917
|
}
|
|
1912
1918
|
@media (max-width: 768px) {
|
|
1913
1919
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
@@ -1916,10 +1922,11 @@
|
|
|
1916
1922
|
}
|
|
1917
1923
|
}
|
|
1918
1924
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__hidePresets___-m2-P {
|
|
1919
|
-
width:
|
|
1925
|
+
max-width: 574px;
|
|
1920
1926
|
}
|
|
1921
1927
|
.AdvancedDateRangePicker-module__root___udir8.AdvancedDateRangePicker-module__hidePresets___-m2-P.AdvancedDateRangePicker-module__singleCalendar___qy2-H {
|
|
1922
|
-
width:
|
|
1928
|
+
width: 100%;
|
|
1929
|
+
max-width: 292px;
|
|
1923
1930
|
}
|
|
1924
1931
|
@media (max-width: 768px) {
|
|
1925
1932
|
.AdvancedDateRangePicker-module__root___udir8 {
|
|
@@ -1942,19 +1949,21 @@
|
|
|
1942
1949
|
Left (Presets Sidebar) — fixed 140px
|
|
1943
1950
|
==================================================================== */
|
|
1944
1951
|
.AdvancedDateRangePicker-module__left___T6E84 {
|
|
1945
|
-
width:
|
|
1952
|
+
width: 100%;
|
|
1953
|
+
max-width: 140px;
|
|
1946
1954
|
flex-shrink: 0;
|
|
1947
1955
|
border-right: 1px solid #f3f4f6;
|
|
1948
1956
|
padding: 12px 8px;
|
|
1949
1957
|
display: flex;
|
|
1950
1958
|
flex-direction: column;
|
|
1951
1959
|
background: #ffffff;
|
|
1952
|
-
max-height: 380px;
|
|
1953
1960
|
overflow-y: auto;
|
|
1961
|
+
overflow-x: hidden;
|
|
1954
1962
|
}
|
|
1955
1963
|
@media (max-width: 768px) {
|
|
1956
1964
|
.AdvancedDateRangePicker-module__left___T6E84 {
|
|
1957
1965
|
width: 100%;
|
|
1966
|
+
max-width: none;
|
|
1958
1967
|
border-right: none;
|
|
1959
1968
|
border-bottom: 1px solid #f3f4f6;
|
|
1960
1969
|
flex-direction: row;
|
|
@@ -1973,23 +1982,25 @@
|
|
|
1973
1982
|
|
|
1974
1983
|
.AdvancedDateRangePicker-module__sidebarItem___-NXPm {
|
|
1975
1984
|
display: flex;
|
|
1976
|
-
width:
|
|
1985
|
+
width: 100%;
|
|
1986
|
+
box-sizing: border-box;
|
|
1987
|
+
min-width: 0;
|
|
1977
1988
|
margin: 2px 0;
|
|
1978
1989
|
text-align: left;
|
|
1979
1990
|
background: var(--White, #FFF);
|
|
1980
1991
|
border: none;
|
|
1981
1992
|
cursor: pointer;
|
|
1982
|
-
padding:
|
|
1993
|
+
padding: 6px 12px;
|
|
1983
1994
|
align-items: center;
|
|
1984
1995
|
color: var(--text-subtle, #363E4F);
|
|
1985
1996
|
border-radius: 6px;
|
|
1986
1997
|
transition: all 0.2s;
|
|
1987
1998
|
white-space: nowrap;
|
|
1988
1999
|
font-family: Inter, sans-serif;
|
|
1989
|
-
font-size:
|
|
2000
|
+
font-size: 13px;
|
|
1990
2001
|
font-style: normal;
|
|
1991
2002
|
font-weight: 400;
|
|
1992
|
-
line-height:
|
|
2003
|
+
line-height: 18px;
|
|
1993
2004
|
}
|
|
1994
2005
|
.AdvancedDateRangePicker-module__sidebarItem___-NXPm:hover {
|
|
1995
2006
|
background: #f9fafb;
|
|
@@ -1998,6 +2009,8 @@
|
|
|
1998
2009
|
@media (max-width: 768px) {
|
|
1999
2010
|
.AdvancedDateRangePicker-module__sidebarItem___-NXPm {
|
|
2000
2011
|
width: auto;
|
|
2012
|
+
max-width: 140px;
|
|
2013
|
+
flex-shrink: 0;
|
|
2001
2014
|
margin: 0;
|
|
2002
2015
|
padding: 8px 16px;
|
|
2003
2016
|
}
|
|
@@ -2010,25 +2023,37 @@
|
|
|
2010
2023
|
border-radius: 6px !important;
|
|
2011
2024
|
}
|
|
2012
2025
|
|
|
2026
|
+
.AdvancedDateRangePicker-module__sidebarItemText___X9qO- {
|
|
2027
|
+
display: block;
|
|
2028
|
+
width: 100%;
|
|
2029
|
+
overflow: hidden;
|
|
2030
|
+
text-overflow: ellipsis;
|
|
2031
|
+
white-space: nowrap;
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2013
2034
|
/* ====================================================================
|
|
2014
2035
|
Main (Header + Body) — 567px (707 - 140)
|
|
2015
2036
|
==================================================================== */
|
|
2016
2037
|
.AdvancedDateRangePicker-module__main___G4MU9 {
|
|
2017
|
-
width:
|
|
2038
|
+
width: 100%;
|
|
2039
|
+
max-width: 574px;
|
|
2018
2040
|
flex-shrink: 0;
|
|
2019
2041
|
display: flex;
|
|
2020
2042
|
flex-direction: column;
|
|
2021
2043
|
min-width: 0;
|
|
2022
2044
|
}
|
|
2023
2045
|
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__main___G4MU9 {
|
|
2024
|
-
width:
|
|
2046
|
+
width: 100%;
|
|
2047
|
+
max-width: 292px;
|
|
2025
2048
|
}
|
|
2026
2049
|
@media (max-width: 768px) {
|
|
2027
2050
|
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__main___G4MU9 {
|
|
2028
2051
|
width: 100%;
|
|
2052
|
+
max-width: none;
|
|
2029
2053
|
}
|
|
2030
2054
|
.AdvancedDateRangePicker-module__main___G4MU9 {
|
|
2031
2055
|
width: 100%;
|
|
2056
|
+
max-width: none;
|
|
2032
2057
|
}
|
|
2033
2058
|
}
|
|
2034
2059
|
|
|
@@ -2055,16 +2080,18 @@
|
|
|
2055
2080
|
|
|
2056
2081
|
/* Timezone column — fixed 156px */
|
|
2057
2082
|
.AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
2058
|
-
width:
|
|
2083
|
+
width: 100%;
|
|
2084
|
+
max-width: 156px;
|
|
2059
2085
|
flex-shrink: 0;
|
|
2060
2086
|
display: flex;
|
|
2061
2087
|
flex-direction: column;
|
|
2062
2088
|
gap: 10px;
|
|
2063
|
-
padding:
|
|
2089
|
+
padding: 12px 8px;
|
|
2064
2090
|
border-right: 1px solid #e5e7eb;
|
|
2065
2091
|
}
|
|
2066
2092
|
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
2067
2093
|
width: 100%;
|
|
2094
|
+
max-width: none;
|
|
2068
2095
|
border-right: none;
|
|
2069
2096
|
border-bottom: 1px solid #e5e7eb;
|
|
2070
2097
|
padding: 16px;
|
|
@@ -2072,6 +2099,7 @@
|
|
|
2072
2099
|
@media (max-width: 768px) {
|
|
2073
2100
|
.AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
|
|
2074
2101
|
width: 100%;
|
|
2102
|
+
max-width: none;
|
|
2075
2103
|
border-right: none;
|
|
2076
2104
|
border-bottom: 1px solid #e5e7eb;
|
|
2077
2105
|
padding: 16px;
|
|
@@ -2080,6 +2108,8 @@
|
|
|
2080
2108
|
|
|
2081
2109
|
/* Date-time area — takes remaining space */
|
|
2082
2110
|
.AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
|
|
2111
|
+
width: 100%;
|
|
2112
|
+
max-width: 420px;
|
|
2083
2113
|
flex: 1;
|
|
2084
2114
|
display: flex;
|
|
2085
2115
|
gap: 0;
|
|
@@ -2088,11 +2118,13 @@
|
|
|
2088
2118
|
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
|
|
2089
2119
|
flex-direction: column;
|
|
2090
2120
|
width: 100%;
|
|
2121
|
+
max-width: none;
|
|
2091
2122
|
}
|
|
2092
2123
|
@media (max-width: 768px) {
|
|
2093
2124
|
.AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
|
|
2094
2125
|
flex-direction: column;
|
|
2095
2126
|
width: 100%;
|
|
2127
|
+
max-width: none;
|
|
2096
2128
|
}
|
|
2097
2129
|
}
|
|
2098
2130
|
|
|
@@ -2100,7 +2132,7 @@
|
|
|
2100
2132
|
display: flex;
|
|
2101
2133
|
flex-direction: column;
|
|
2102
2134
|
gap: 10px;
|
|
2103
|
-
padding:
|
|
2135
|
+
padding: 12px 8px;
|
|
2104
2136
|
flex: 1;
|
|
2105
2137
|
/* Except when used inside timezoneWrapper — that sets its own padding */
|
|
2106
2138
|
}
|
|
@@ -2151,7 +2183,7 @@
|
|
|
2151
2183
|
font-weight: 500;
|
|
2152
2184
|
line-height: 16px;
|
|
2153
2185
|
cursor: pointer;
|
|
2154
|
-
width:
|
|
2186
|
+
width: 100%;
|
|
2155
2187
|
height: 24px;
|
|
2156
2188
|
box-sizing: border-box;
|
|
2157
2189
|
display: flex;
|
|
@@ -2177,7 +2209,7 @@
|
|
|
2177
2209
|
}
|
|
2178
2210
|
|
|
2179
2211
|
.AdvancedDateRangePicker-module__timezoneSelectContainer___8SMc4 {
|
|
2180
|
-
width:
|
|
2212
|
+
width: 100% !important;
|
|
2181
2213
|
height: 24px;
|
|
2182
2214
|
}
|
|
2183
2215
|
.AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__timezoneSelectContainer___8SMc4 {
|
|
@@ -2199,7 +2231,7 @@
|
|
|
2199
2231
|
}
|
|
2200
2232
|
|
|
2201
2233
|
.AdvancedDateRangePicker-module__timezoneDisabledBadge___VBxOd {
|
|
2202
|
-
width:
|
|
2234
|
+
width: 100%;
|
|
2203
2235
|
height: 24px;
|
|
2204
2236
|
box-sizing: border-box;
|
|
2205
2237
|
display: flex;
|
|
@@ -2269,7 +2301,7 @@
|
|
|
2269
2301
|
}
|
|
2270
2302
|
|
|
2271
2303
|
.AdvancedDateRangePicker-module__dateInput___0t9ww {
|
|
2272
|
-
width:
|
|
2304
|
+
width: 94px;
|
|
2273
2305
|
height: 24px;
|
|
2274
2306
|
box-sizing: border-box;
|
|
2275
2307
|
display: flex;
|
|
@@ -2312,7 +2344,7 @@
|
|
|
2312
2344
|
}
|
|
2313
2345
|
|
|
2314
2346
|
.AdvancedDateRangePicker-module__timeInput___Jalr9 {
|
|
2315
|
-
width:
|
|
2347
|
+
width: 84px;
|
|
2316
2348
|
height: 24px;
|
|
2317
2349
|
box-sizing: border-box;
|
|
2318
2350
|
display: flex;
|
|
@@ -2426,4 +2458,17 @@
|
|
|
2426
2458
|
width: 100%;
|
|
2427
2459
|
padding: 14px;
|
|
2428
2460
|
}
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
@media (min-width: 769px) {
|
|
2464
|
+
.AdvancedDateRangePicker-module__root___udir8:not(.AdvancedDateRangePicker-module__singleCalendar___qy2-H):not(.AdvancedDateRangePicker-module__hidePresets___-m2-P) .AdvancedDateRangePicker-module__inner___P4OHa {
|
|
2465
|
+
position: relative;
|
|
2466
|
+
padding-left: 140px;
|
|
2467
|
+
}
|
|
2468
|
+
.AdvancedDateRangePicker-module__root___udir8:not(.AdvancedDateRangePicker-module__singleCalendar___qy2-H):not(.AdvancedDateRangePicker-module__hidePresets___-m2-P) .AdvancedDateRangePicker-module__left___T6E84 {
|
|
2469
|
+
position: absolute;
|
|
2470
|
+
left: 0;
|
|
2471
|
+
top: 0;
|
|
2472
|
+
bottom: 0;
|
|
2473
|
+
}
|
|
2429
2474
|
}
|