@itilite/lumina-ui 1.0.2-alpha → 1.0.3-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.
Files changed (34) hide show
  1. package/dist/AdvancedDateRangePicker-D7xn4So6.d.mts +59 -0
  2. package/dist/AdvancedDateRangePicker-D7xn4So6.d.ts +59 -0
  3. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.mts +1 -1
  4. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.ts +1 -1
  5. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.js +896 -77
  6. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.mjs +6 -2
  7. package/dist/atom/AdvancedDateRangePicker/InternalCalendar.js +5 -5
  8. package/dist/atom/AdvancedDateRangePicker/InternalCalendar.mjs +1 -1
  9. package/dist/atom/Table/Table.js +4 -3
  10. package/dist/atom/Table/Table.mjs +1 -1
  11. package/dist/chunk-27LRL4RO.mjs +428 -0
  12. package/dist/chunk-3HXZIFV6.mjs +438 -0
  13. package/dist/chunk-62VAYFZA.mjs +437 -0
  14. package/dist/chunk-6ON32H2N.mjs +431 -0
  15. package/dist/chunk-6XIT27XY.mjs +269 -0
  16. package/dist/chunk-772C454L.mjs +438 -0
  17. package/dist/chunk-7L267Y4P.mjs +429 -0
  18. package/dist/chunk-7WSVCE2C.mjs +269 -0
  19. package/dist/chunk-BFFLWW7N.mjs +250 -0
  20. package/dist/chunk-FTL3PFC2.mjs +438 -0
  21. package/dist/chunk-GZ4P7OL3.mjs +429 -0
  22. package/dist/chunk-K2A4TWA3.mjs +430 -0
  23. package/dist/chunk-L3L42SIL.mjs +429 -0
  24. package/dist/chunk-MA23J4WQ.mjs +430 -0
  25. package/dist/chunk-QRGHJP7U.mjs +437 -0
  26. package/dist/chunk-RC6IGURJ.mjs +428 -0
  27. package/dist/chunk-TQDZWJZP.mjs +269 -0
  28. package/dist/chunk-ZGV6QMVM.mjs +437 -0
  29. package/dist/index.d.mts +1 -1
  30. package/dist/index.d.ts +1 -1
  31. package/dist/index.js +41 -32
  32. package/dist/index.mjs +14 -14
  33. package/dist/styles.css +385 -250
  34. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -185,6 +185,9 @@
185
185
  .tw-h-6 {
186
186
  height: 1.5rem
187
187
  }
188
+ .tw-h-7 {
189
+ height: 1.75rem
190
+ }
188
191
  .tw-h-8 {
189
192
  height: 2rem
190
193
  }
@@ -215,6 +218,9 @@
215
218
  .tw-w-3 {
216
219
  width: 0.75rem
217
220
  }
221
+ .tw-w-7 {
222
+ width: 1.75rem
223
+ }
218
224
  .tw-w-9 {
219
225
  width: 2.25rem
220
226
  }
@@ -396,6 +402,10 @@
396
402
  --tw-bg-opacity: 1 !important;
397
403
  background-color: rgb(248 247 246 / var(--tw-bg-opacity, 1)) !important
398
404
  }
405
+ .tw-bg-\[\#E5E9ED\] {
406
+ --tw-bg-opacity: 1;
407
+ background-color: rgb(229 233 237 / var(--tw-bg-opacity, 1))
408
+ }
399
409
  .tw-bg-\[\#F2EFEC\] {
400
410
  --tw-bg-opacity: 1;
401
411
  background-color: rgb(242 239 236 / var(--tw-bg-opacity, 1))
@@ -404,10 +414,6 @@
404
414
  --tw-bg-opacity: 1;
405
415
  background-color: rgb(241 232 250 / var(--tw-bg-opacity, 1))
406
416
  }
407
- .tw-bg-\[\#f2efec\] {
408
- --tw-bg-opacity: 1;
409
- background-color: rgb(242 239 236 / var(--tw-bg-opacity, 1))
410
- }
411
417
  .tw-bg-\[\#f3f4f6\] {
412
418
  --tw-bg-opacity: 1;
413
419
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
@@ -756,6 +762,19 @@
756
762
 
757
763
 
758
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
+
759
778
  /* src/atom/Checkbox/Checkbox.module.scss */
760
779
  .Checkbox-module__checkbox___xxg5L {
761
780
  display: flex;
@@ -864,17 +883,40 @@
864
883
  margin-bottom: 2rem;
865
884
  }
866
885
 
867
- /* src/atom/Tooltip/Tooltip.module.scss */
868
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
869
- background-color: white !important;
870
- color: #111827;
871
- border-radius: 0.5rem;
872
- padding: 0.625rem;
886
+ /* src/atom/Slider/Slider.module.scss */
887
+ .Slider-module__label___9Uea- {
888
+ font-size: 13px;
889
+ line-height: 18px;
873
890
  --tw-text-opacity: 1;
874
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
891
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1));
875
892
  }
876
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
877
- background-color: white !important;
893
+
894
+ .Slider-module__slider___JCS-c.ant-slider {
895
+ margin-left: 0px;
896
+ margin-right: 0px;
897
+ }
898
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
899
+ box-shadow: 0 0 0 2px #ec5d25;
900
+ transform: scale(1.25);
901
+ }
902
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
903
+ content: unset;
904
+ }
905
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
906
+ inset-inline-start: -1px;
907
+ inset-block-start: -1px;
908
+ }
909
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
910
+ --tw-bg-opacity: 1;
911
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
912
+ height: 2px;
913
+ }
914
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
915
+ background-color: transparent;
916
+ }
917
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
918
+ --tw-bg-opacity: 1;
919
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
878
920
  }
879
921
 
880
922
  /* src/atom/Tag/Tag.module.scss */
@@ -937,22 +979,77 @@
937
979
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
938
980
  }
939
981
 
940
- /* src/atom/Switch/Switch.module.scss */
941
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
942
- height: 0.75rem;
943
- min-width: 1.5rem
982
+ /* src/atom/Modal/Modal.module.scss */
983
+ .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
984
+ margin-top: 0;
985
+ margin-top: 0px;
944
986
  }
945
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
946
- height: 0.5rem;
947
- width: 0.5rem
987
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
988
+ padding: 24px;
989
+ padding: 1.5rem;
990
+ display: flex;
991
+ justify-content: flex-end;
948
992
  }
949
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
950
- --tw-bg-opacity: 1;
951
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
993
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
994
+ .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
995
+ min-width: 92px;
952
996
  }
953
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
954
- --tw-bg-opacity: 1;
955
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
997
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
998
+ padding: 24px;
999
+ padding: 1.5rem;
1000
+ padding-top: 0px;
1001
+ display: flex;
1002
+ justify-content: flex-end;
1003
+ }
1004
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1005
+ .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1006
+ width: 50%;
1007
+ }
1008
+ .Modal-module__modal___PKrAi .ant-modal-content {
1009
+ padding: 0;
1010
+ border-radius: 0.75rem;
1011
+ padding: 0px;
1012
+ }
1013
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1014
+ margin-bottom: 0px;
1015
+ padding: 1rem;
1016
+ }
1017
+ @media (min-width: 576px) {
1018
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1019
+ padding: 1.5rem;
1020
+ }
1021
+ }
1022
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1023
+ justify-content: flex-start;
1024
+ padding-right: 1.25rem;
1025
+ font-size: 1.25rem;
1026
+ font-weight: 500;
1027
+ line-height: 1.75rem;
1028
+ --tw-text-opacity: 1;
1029
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1030
+ }
1031
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1032
+ display: flex;
1033
+ align-items: flex-end;
1034
+ justify-content: center;
1035
+ }
1036
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1037
+ display: flex;
1038
+ align-items: center;
1039
+ justify-content: center;
1040
+ }
1041
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1042
+ padding: 0 1.5rem 1.5rem;
1043
+ max-height: 65vh;
1044
+ overflow: auto;
1045
+ }
1046
+ .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1047
+ top: 1.5rem;
1048
+ right: 1.5rem;
1049
+ padding-bottom: 0.25rem;
1050
+ }
1051
+ .Modal-module__modal___PKrAi .ant-btn-primary {
1052
+ margin-inline-start: 0.5rem;
956
1053
  }
957
1054
 
958
1055
  /* src/atom/Radio/Radio.module.scss */
@@ -1023,40 +1120,22 @@
1023
1120
  line-height: 20px;
1024
1121
  }
1025
1122
 
1026
- /* src/atom/Slider/Slider.module.scss */
1027
- .Slider-module__label___9Uea- {
1028
- font-size: 13px;
1029
- line-height: 18px;
1030
- --tw-text-opacity: 1;
1031
- color: rgb(54 62 79 / var(--tw-text-opacity, 1));
1032
- }
1033
-
1034
- .Slider-module__slider___JCS-c.ant-slider {
1035
- margin-left: 0px;
1036
- margin-right: 0px;
1037
- }
1038
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
1039
- box-shadow: 0 0 0 2px #ec5d25;
1040
- transform: scale(1.25);
1041
- }
1042
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
1043
- content: unset;
1044
- }
1045
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
1046
- inset-inline-start: -1px;
1047
- inset-block-start: -1px;
1123
+ /* src/atom/Switch/Switch.module.scss */
1124
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1125
+ height: 0.75rem;
1126
+ min-width: 1.5rem
1048
1127
  }
1049
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
1050
- --tw-bg-opacity: 1;
1051
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1052
- height: 2px;
1128
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1129
+ height: 0.5rem;
1130
+ width: 0.5rem
1053
1131
  }
1054
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
1055
- background-color: transparent;
1132
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1133
+ --tw-bg-opacity: 1;
1134
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1056
1135
  }
1057
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
1058
- --tw-bg-opacity: 1;
1059
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1136
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1137
+ --tw-bg-opacity: 1;
1138
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1060
1139
  }
1061
1140
 
1062
1141
  /* src/atom/Button/Button.module.scss */
@@ -1276,79 +1355,6 @@
1276
1355
  margin-top: 0.125rem
1277
1356
  }
1278
1357
 
1279
- /* src/atom/Modal/Modal.module.scss */
1280
- .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1281
- margin-top: 0;
1282
- margin-top: 0px;
1283
- }
1284
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
1285
- padding: 24px;
1286
- padding: 1.5rem;
1287
- display: flex;
1288
- justify-content: flex-end;
1289
- }
1290
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
1291
- .Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
1292
- min-width: 92px;
1293
- }
1294
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
1295
- padding: 24px;
1296
- padding: 1.5rem;
1297
- padding-top: 0px;
1298
- display: flex;
1299
- justify-content: flex-end;
1300
- }
1301
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
1302
- .Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
1303
- width: 50%;
1304
- }
1305
- .Modal-module__modal___PKrAi .ant-modal-content {
1306
- padding: 0;
1307
- border-radius: 0.75rem;
1308
- padding: 0px;
1309
- }
1310
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1311
- margin-bottom: 0px;
1312
- padding: 1rem;
1313
- }
1314
- @media (min-width: 576px) {
1315
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
1316
- padding: 1.5rem;
1317
- }
1318
- }
1319
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
1320
- justify-content: flex-start;
1321
- padding-right: 1.25rem;
1322
- font-size: 1.25rem;
1323
- font-weight: 500;
1324
- line-height: 1.75rem;
1325
- --tw-text-opacity: 1;
1326
- color: rgb(17 24 39 / var(--tw-text-opacity, 1));
1327
- }
1328
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1329
- display: flex;
1330
- align-items: flex-end;
1331
- justify-content: center;
1332
- }
1333
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
1334
- display: flex;
1335
- align-items: center;
1336
- justify-content: center;
1337
- }
1338
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
1339
- padding: 0 1.5rem 1.5rem;
1340
- max-height: 65vh;
1341
- overflow: auto;
1342
- }
1343
- .Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
1344
- top: 1.5rem;
1345
- right: 1.5rem;
1346
- padding-bottom: 0.25rem;
1347
- }
1348
- .Modal-module__modal___PKrAi .ant-btn-primary {
1349
- margin-inline-start: 0.5rem;
1350
- }
1351
-
1352
1358
  /* src/atom/Table/Table.module.scss */
1353
1359
  @charset "UTF-8";
1354
1360
  /* ============================================================
@@ -1834,32 +1840,8 @@
1834
1840
  min-width: 180px;
1835
1841
  }
1836
1842
 
1837
- /* src/atom/RangePicker/RangePicker.module.scss */
1838
- .RangePicker-module__range_start___hGQp-::after {
1839
- content: "";
1840
- position: absolute;
1841
- top: 50%;
1842
- right: 0;
1843
- transform: translateY(-50%);
1844
- width: 50%;
1845
- height: 36px;
1846
- background-color: #f2efec; /* tw-bg-gray-200 equivalent */
1847
- z-index: -1;
1848
- }
1849
-
1850
- .RangePicker-module__range_end___JJNib::before {
1851
- content: "";
1852
- position: absolute;
1853
- top: 50%;
1854
- left: 0;
1855
- transform: translateY(-50%);
1856
- width: 52%;
1857
- height: 36px;
1858
- background-color: #f2efec; /* tw-bg-gray-200 equivalent */
1859
- z-index: -1;
1860
- }
1861
-
1862
1843
  /* src/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.module.scss */
1844
+ @charset "UTF-8";
1863
1845
  .AdvancedDateRangePicker-module__root___udir8 {
1864
1846
  display: flex;
1865
1847
  flex-direction: column;
@@ -1868,14 +1850,11 @@
1868
1850
  border-radius: 16px;
1869
1851
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
1870
1852
  overflow: hidden;
1871
- width: -moz-fit-content;
1872
- width: fit-content;
1873
- min-width: 900px;
1853
+ width: 707px;
1874
1854
  font-family: "Inter", system-ui, -apple-system, sans-serif;
1875
1855
  }
1876
- @media (max-width: 1024px) {
1856
+ @media (max-width: 768px) {
1877
1857
  .AdvancedDateRangePicker-module__root___udir8 {
1878
- min-width: 100%;
1879
1858
  width: 100%;
1880
1859
  }
1881
1860
  }
@@ -1884,25 +1863,25 @@
1884
1863
  display: flex;
1885
1864
  flex-direction: row;
1886
1865
  }
1887
- @media (max-width: 1024px) {
1866
+ @media (max-width: 768px) {
1888
1867
  .AdvancedDateRangePicker-module__inner___P4OHa {
1889
1868
  flex-direction: column;
1890
1869
  }
1891
1870
  }
1892
1871
 
1893
1872
  /* ====================================================================
1894
- Left (Presets Sidebar)
1873
+ Left (Presets Sidebar) — fixed 140px
1895
1874
  ==================================================================== */
1896
1875
  .AdvancedDateRangePicker-module__left___T6E84 {
1897
- width: 200px;
1876
+ width: 158px;
1898
1877
  flex-shrink: 0;
1899
1878
  border-right: 1px solid #f3f4f6;
1900
- padding: 20px 0;
1879
+ padding: 12px 8px;
1901
1880
  display: flex;
1902
1881
  flex-direction: column;
1903
1882
  background: #ffffff;
1904
1883
  }
1905
- @media (max-width: 1024px) {
1884
+ @media (max-width: 768px) {
1906
1885
  .AdvancedDateRangePicker-module__left___T6E84 {
1907
1886
  width: 100%;
1908
1887
  border-right: none;
@@ -1920,26 +1899,30 @@
1920
1899
  }
1921
1900
 
1922
1901
  .AdvancedDateRangePicker-module__sidebarItem___-NXPm {
1923
- display: block;
1924
- width: calc(100% - 24px);
1925
- margin: 2px 12px;
1902
+ display: flex;
1903
+ width: 142px;
1904
+ margin: 2px 0;
1926
1905
  text-align: left;
1927
- background: none;
1906
+ background: var(--White, #FFF);
1928
1907
  border: none;
1929
1908
  cursor: pointer;
1930
1909
  padding: 10px 16px;
1931
- font-size: 15px;
1932
- font-weight: 500;
1933
- color: #6b7280;
1934
- border-radius: 8px;
1910
+ align-items: center;
1911
+ color: var(--text-subtle, #363E4F);
1912
+ border-radius: 6px;
1935
1913
  transition: all 0.2s;
1936
1914
  white-space: nowrap;
1915
+ font-family: Inter, sans-serif;
1916
+ font-size: 14px;
1917
+ font-style: normal;
1918
+ font-weight: 400;
1919
+ line-height: 20px;
1937
1920
  }
1938
1921
  .AdvancedDateRangePicker-module__sidebarItem___-NXPm:hover {
1939
1922
  background: #f9fafb;
1940
1923
  color: #111827;
1941
1924
  }
1942
- @media (max-width: 1024px) {
1925
+ @media (max-width: 768px) {
1943
1926
  .AdvancedDateRangePicker-module__sidebarItem___-NXPm {
1944
1927
  width: auto;
1945
1928
  margin: 0;
@@ -1948,81 +1931,105 @@
1948
1931
  }
1949
1932
 
1950
1933
  .AdvancedDateRangePicker-module__sidebarItemActive___5GmBY {
1951
- background: #fff4ee !important;
1952
- color: #ec5d25 !important;
1934
+ background: var(--color-orange-50, #FFF1E1) !important;
1935
+ color: var(--text-primary, #EC5D25) !important;
1936
+ font-weight: 500 !important;
1937
+ border-radius: 6px !important;
1953
1938
  }
1954
1939
 
1955
1940
  /* ====================================================================
1956
- Main (Header + Body)
1941
+ Main (Header + Body) — 567px (707 - 140)
1957
1942
  ==================================================================== */
1958
1943
  .AdvancedDateRangePicker-module__main___G4MU9 {
1959
- flex: 1;
1944
+ width: 549px;
1945
+ flex-shrink: 0;
1960
1946
  display: flex;
1961
1947
  flex-direction: column;
1962
1948
  min-width: 0;
1963
1949
  }
1950
+ @media (max-width: 768px) {
1951
+ .AdvancedDateRangePicker-module__main___G4MU9 {
1952
+ width: 100%;
1953
+ }
1954
+ }
1964
1955
 
1965
1956
  /* ====================================================================
1966
- Header
1957
+ Header — split into timezone (156px) + separator + date-time (rest)
1958
+ Background #F9FAFB
1967
1959
  ==================================================================== */
1968
1960
  .AdvancedDateRangePicker-module__header___mxXEE {
1969
1961
  display: flex;
1970
- align-items: center;
1971
- padding: 24px 32px;
1972
- border-bottom: 1px solid #f3f4f6;
1973
- gap: 0;
1962
+ align-items: stretch;
1963
+ background: #f9fafb;
1964
+ border-bottom: 1px solid #e5e7eb;
1974
1965
  }
1975
1966
  @media (max-width: 768px) {
1976
1967
  .AdvancedDateRangePicker-module__header___mxXEE {
1977
1968
  flex-direction: column;
1978
1969
  align-items: flex-start;
1979
- gap: 20px;
1980
- padding: 20px;
1981
1970
  }
1982
1971
  }
1983
1972
 
1984
- .AdvancedDateRangePicker-module__headerGroup___J7mJB {
1973
+ /* Timezone column — fixed 156px */
1974
+ .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
1975
+ width: 156px;
1976
+ flex-shrink: 0;
1985
1977
  display: flex;
1986
1978
  flex-direction: column;
1987
1979
  gap: 10px;
1988
- }
1989
-
1990
- .AdvancedDateRangePicker-module__headerLabel___Yvhkr {
1991
- font-size: 16px;
1992
- font-weight: 500;
1993
- color: #111827;
1994
- }
1995
-
1996
- .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
1997
- padding-right: 32px;
1980
+ padding: 20px 16px;
1981
+ border-right: 1px solid #e5e7eb;
1998
1982
  }
1999
1983
  @media (max-width: 768px) {
2000
1984
  .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
2001
- padding-right: 0;
2002
1985
  width: 100%;
1986
+ border-right: none;
1987
+ border-bottom: 1px solid #e5e7eb;
1988
+ padding: 16px;
2003
1989
  }
2004
1990
  }
2005
1991
 
1992
+ /* Date-time area — takes remaining space */
2006
1993
  .AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
2007
- padding-left: 32px;
1994
+ flex: 1;
2008
1995
  display: flex;
2009
- gap: 32px;
2010
- align-items: flex-start;
1996
+ gap: 0;
1997
+ align-items: stretch;
2011
1998
  }
2012
1999
  @media (max-width: 768px) {
2013
2000
  .AdvancedDateRangePicker-module__dateTimeWrapper___unDQJ {
2014
- padding-left: 0;
2015
2001
  flex-direction: column;
2016
2002
  width: 100%;
2017
- gap: 20px;
2018
2003
  }
2019
2004
  }
2020
2005
 
2006
+ .AdvancedDateRangePicker-module__headerGroup___J7mJB {
2007
+ display: flex;
2008
+ flex-direction: column;
2009
+ gap: 10px;
2010
+ padding: 20px 8px;
2011
+ flex: 1;
2012
+ /* Except when used inside timezoneWrapper — that sets its own padding */
2013
+ }
2014
+ .AdvancedDateRangePicker-module__timezoneWrapper___886Qm > .AdvancedDateRangePicker-module__headerGroup___J7mJB {
2015
+ padding: 0;
2016
+ }
2017
+
2018
+ .AdvancedDateRangePicker-module__headerLabel___Yvhkr {
2019
+ color: var(--text-neutral, #111827);
2020
+ font-family: Inter, sans-serif;
2021
+ font-size: 14px;
2022
+ font-style: normal;
2023
+ font-weight: 500;
2024
+ line-height: 20px;
2025
+ }
2026
+
2027
+ /* Vertical divider between From and To groups */
2021
2028
  .AdvancedDateRangePicker-module__headerSeparator___Vwx6P {
2022
2029
  width: 1px;
2023
- height: 50px;
2024
2030
  background: #e5e7eb;
2025
2031
  flex-shrink: 0;
2032
+ align-self: stretch;
2026
2033
  }
2027
2034
  @media (max-width: 768px) {
2028
2035
  .AdvancedDateRangePicker-module__headerSeparator___Vwx6P {
@@ -2034,17 +2041,26 @@
2034
2041
  -webkit-appearance: none;
2035
2042
  -moz-appearance: none;
2036
2043
  appearance: none;
2037
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
2044
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
2038
2045
  background-repeat: no-repeat;
2039
- background-position: right 12px center;
2040
- padding: 10px 36px 10px 12px;
2041
- border: 1px solid #e5e7eb;
2042
- border-radius: 10px;
2043
- font-size: 14px;
2044
- color: #111827;
2045
- background-color: #f9fafb;
2046
+ background-position: right 8px center;
2047
+ padding: 4px 24px 4px 8px;
2048
+ border-radius: 6px;
2049
+ border: 0.83px solid var(--border-neutral-layer-2, #D3D8DF);
2050
+ background-color: var(--background-white, #FFF);
2051
+ color: var(--text-neutral, #111827);
2052
+ font-family: Inter, sans-serif;
2053
+ font-size: 12px;
2054
+ font-style: normal;
2055
+ font-weight: 500;
2056
+ line-height: 16px;
2046
2057
  cursor: pointer;
2047
- min-width: 150px;
2058
+ width: 107.32px;
2059
+ height: 24px;
2060
+ box-sizing: border-box;
2061
+ display: flex;
2062
+ align-items: center;
2063
+ gap: 4px;
2048
2064
  outline: none;
2049
2065
  }
2050
2066
  .AdvancedDateRangePicker-module__timezoneSelect___f4oln:focus {
@@ -2053,15 +2069,69 @@
2053
2069
  }
2054
2070
  .AdvancedDateRangePicker-module__timezoneSelect___f4oln:disabled {
2055
2071
  background-color: #f3f4f6;
2072
+ background-image: none;
2056
2073
  cursor: not-allowed;
2057
- color: #9ca3af;
2074
+ color: #374151;
2075
+ border-color: #e5e7eb;
2058
2076
  }
2059
2077
  @media (max-width: 768px) {
2060
2078
  .AdvancedDateRangePicker-module__timezoneSelect___f4oln {
2061
- min-width: 100%;
2079
+ width: 100%;
2062
2080
  }
2063
2081
  }
2064
2082
 
2083
+ .AdvancedDateRangePicker-module__timezoneSelectContainer___8SMc4 {
2084
+ width: 107.32px !important;
2085
+ height: 24px;
2086
+ }
2087
+ @media (max-width: 768px) {
2088
+ .AdvancedDateRangePicker-module__timezoneSelectContainer___8SMc4 {
2089
+ width: 100% !important;
2090
+ max-width: 120px !important;
2091
+ }
2092
+ }
2093
+
2094
+ .AdvancedDateRangePicker-module__timezoneSelectInput___ol0-7 {
2095
+ padding-right: 24px !important;
2096
+ text-overflow: ellipsis !important;
2097
+ white-space: nowrap !important;
2098
+ overflow: hidden !important;
2099
+ }
2100
+
2101
+ .AdvancedDateRangePicker-module__timezoneDisabledBadge___VBxOd {
2102
+ width: 107.32px;
2103
+ height: 24px;
2104
+ box-sizing: border-box;
2105
+ display: flex;
2106
+ padding: 4px 8px;
2107
+ align-items: center;
2108
+ gap: 4px;
2109
+ border-radius: 6px;
2110
+ border: 0.83px solid var(--border-neutral-layer-2, #D3D8DF);
2111
+ background: #f3f4f6;
2112
+ color: var(--text-neutral, #111827);
2113
+ font-family: Inter, sans-serif;
2114
+ font-size: 12px;
2115
+ font-style: normal;
2116
+ font-weight: 500;
2117
+ line-height: 16px;
2118
+ }
2119
+ @media (max-width: 768px) {
2120
+ .AdvancedDateRangePicker-module__timezoneDisabledBadge___VBxOd {
2121
+ width: 100% !important;
2122
+ max-width: 120px !important;
2123
+ }
2124
+ }
2125
+
2126
+ .AdvancedDateRangePicker-module__inputWrapper___bFFNF {
2127
+ display: flex;
2128
+ flex-direction: column;
2129
+ gap: 3px;
2130
+ }
2131
+
2132
+ /* ====================================================================
2133
+ Date & Time inputs
2134
+ ==================================================================== */
2065
2135
  .AdvancedDateRangePicker-module__dateTimeColumn___tdDV3 {
2066
2136
  display: flex;
2067
2137
  flex-direction: column;
@@ -2075,25 +2145,51 @@
2075
2145
 
2076
2146
  .AdvancedDateRangePicker-module__dateTimeGroup___azF09 {
2077
2147
  display: flex;
2078
- align-items: center;
2079
- gap: 12px;
2148
+ align-items: flex-start;
2149
+ gap: 6px;
2080
2150
  }
2081
2151
  @media (max-width: 768px) {
2082
2152
  .AdvancedDateRangePicker-module__dateTimeGroup___azF09 {
2083
2153
  width: 100%;
2084
- justify-content: space-between;
2154
+ justify-content: flex-start;
2155
+ gap: 16px;
2085
2156
  }
2086
2157
  }
2087
2158
 
2088
2159
  .AdvancedDateRangePicker-module__dateInput___0t9ww {
2089
- width: 145px;
2090
- padding: 10px 12px;
2091
- border: 1px solid #e5e7eb;
2092
- border-radius: 10px;
2093
- font-size: 14px;
2094
- color: #111827;
2160
+ width: 82px;
2161
+ height: 24px;
2162
+ box-sizing: border-box;
2163
+ display: flex;
2164
+ padding: 4px 8px;
2165
+ align-items: center;
2166
+ gap: 4px;
2167
+ border-radius: 6px;
2168
+ border: 0.83px solid var(--border-neutral-layer-2, #D3D8DF);
2169
+ background: var(--background-white, #FFF);
2170
+ color: var(--text-neutral, #111827);
2171
+ font-family: Inter, sans-serif;
2172
+ font-size: 12px;
2173
+ font-style: normal;
2174
+ font-weight: 500;
2175
+ line-height: 16px;
2095
2176
  outline: none;
2096
- background-color: #f9fafb;
2177
+ }
2178
+ .AdvancedDateRangePicker-module__dateInput___0t9ww::-moz-placeholder {
2179
+ font-family: Inter, sans-serif;
2180
+ font-size: 12px;
2181
+ font-style: normal;
2182
+ font-weight: 500;
2183
+ line-height: 16px;
2184
+ color: #9ca3af;
2185
+ }
2186
+ .AdvancedDateRangePicker-module__dateInput___0t9ww::placeholder {
2187
+ font-family: Inter, sans-serif;
2188
+ font-size: 12px;
2189
+ font-style: normal;
2190
+ font-weight: 500;
2191
+ line-height: 16px;
2192
+ color: #9ca3af;
2097
2193
  }
2098
2194
  .AdvancedDateRangePicker-module__dateInput___0t9ww:focus {
2099
2195
  border-color: #ec5d25;
@@ -2102,27 +2198,41 @@
2102
2198
  .AdvancedDateRangePicker-module__dateInput___0t9ww.AdvancedDateRangePicker-module__inputError___A5hid {
2103
2199
  border-color: #ef4444;
2104
2200
  }
2105
- @media (max-width: 768px) {
2106
- .AdvancedDateRangePicker-module__dateInput___0t9ww {
2107
- flex: 1;
2108
- }
2109
- }
2110
2201
 
2111
2202
  .AdvancedDateRangePicker-module__timeInput___Jalr9 {
2112
- width: 110px;
2113
- padding: 10px 12px;
2114
- background: #f1f3f4;
2115
- border: 1px solid #e1e3e5;
2116
- border-radius: 10px;
2117
- font-size: 14px;
2118
- color: #111827;
2203
+ width: 70px;
2204
+ height: 24px;
2205
+ box-sizing: border-box;
2206
+ display: flex;
2207
+ padding: 4px 8px;
2208
+ align-items: center;
2209
+ gap: 4px;
2210
+ border-radius: 6px;
2211
+ border: 0.83px solid var(--border-neutral-layer-2, #D3D8DF);
2212
+ background: var(--background-white, #FFF);
2213
+ color: var(--text-neutral, #111827);
2214
+ font-family: Inter, sans-serif;
2215
+ font-size: 12px;
2216
+ font-style: normal;
2217
+ font-weight: 500;
2218
+ line-height: 16px;
2119
2219
  outline: none;
2120
2220
  text-align: center;
2121
2221
  }
2122
2222
  .AdvancedDateRangePicker-module__timeInput___Jalr9::-moz-placeholder {
2223
+ font-family: Inter, sans-serif;
2224
+ font-size: 12px;
2225
+ font-style: normal;
2226
+ font-weight: 500;
2227
+ line-height: 16px;
2123
2228
  color: #9ca3af;
2124
2229
  }
2125
2230
  .AdvancedDateRangePicker-module__timeInput___Jalr9::placeholder {
2231
+ font-family: Inter, sans-serif;
2232
+ font-size: 12px;
2233
+ font-style: normal;
2234
+ font-weight: 500;
2235
+ line-height: 16px;
2126
2236
  color: #9ca3af;
2127
2237
  }
2128
2238
  .AdvancedDateRangePicker-module__timeInput___Jalr9:focus {
@@ -2131,30 +2241,27 @@
2131
2241
  }
2132
2242
  .AdvancedDateRangePicker-module__timeInput___Jalr9.AdvancedDateRangePicker-module__inputError___A5hid {
2133
2243
  border-color: #ef4444;
2134
- }
2135
- @media (max-width: 768px) {
2136
- .AdvancedDateRangePicker-module__timeInput___Jalr9 {
2137
- width: 110px;
2138
- }
2244
+ background: #fff5f5;
2139
2245
  }
2140
2246
 
2247
+ /* Error message — sits BELOW the input row for both date and time */
2141
2248
  .AdvancedDateRangePicker-module__errorMessage___gx7ag {
2142
- font-size: 12px;
2249
+ font-size: 11px;
2143
2250
  color: #ef4444;
2144
2251
  font-weight: 500;
2145
- margin-left: 4px;
2252
+ margin-top: 2px;
2146
2253
  }
2147
2254
 
2148
2255
  /* ====================================================================
2149
2256
  Body
2150
2257
  ==================================================================== */
2151
2258
  .AdvancedDateRangePicker-module__body___f8XYj {
2152
- padding: 24px 32px;
2259
+ padding: 20px 24px;
2153
2260
  flex: 1;
2154
2261
  }
2155
2262
  @media (max-width: 768px) {
2156
2263
  .AdvancedDateRangePicker-module__body___f8XYj {
2157
- padding: 20px;
2264
+ padding: 16px;
2158
2265
  }
2159
2266
  }
2160
2267
 
@@ -2162,24 +2269,26 @@
2162
2269
  Footer
2163
2270
  ==================================================================== */
2164
2271
  .AdvancedDateRangePicker-module__footer___rsJ2w {
2165
- padding: 24px 32px 32px;
2272
+ height: 64px;
2273
+ box-sizing: border-box;
2274
+ padding: 12px 24px;
2166
2275
  display: flex;
2167
2276
  justify-content: flex-end;
2277
+ align-items: center;
2168
2278
  background: #ffffff;
2169
2279
  border-top: 1px solid #f3f4f6;
2170
2280
  }
2171
2281
  @media (max-width: 768px) {
2172
2282
  .AdvancedDateRangePicker-module__footer___rsJ2w {
2173
- padding: 20px;
2174
- justify-content: center;
2283
+ justify-content: flex-end;
2175
2284
  }
2176
2285
  }
2177
2286
 
2178
2287
  .AdvancedDateRangePicker-module__doneBtn___mt-Sv {
2179
- padding: 14px 56px;
2288
+ padding: 12px 48px;
2180
2289
  border: none;
2181
2290
  border-radius: 100px;
2182
- font-size: 16px;
2291
+ font-size: 15px;
2183
2292
  font-weight: 600;
2184
2293
  color: #fff;
2185
2294
  background: #ec5d25;
@@ -2196,10 +2305,36 @@
2196
2305
  background: #f3a07a;
2197
2306
  cursor: not-allowed;
2198
2307
  box-shadow: none;
2308
+ transform: none;
2199
2309
  }
2200
2310
  @media (max-width: 768px) {
2201
2311
  .AdvancedDateRangePicker-module__doneBtn___mt-Sv {
2202
2312
  width: 100%;
2203
2313
  padding: 14px;
2204
2314
  }
2315
+ }
2316
+
2317
+ /* src/atom/RangePicker/RangePicker.module.scss */
2318
+ .RangePicker-module__range_start___hGQp-::after {
2319
+ content: "";
2320
+ position: absolute;
2321
+ top: 50%;
2322
+ right: 0;
2323
+ transform: translateY(-50%);
2324
+ width: 50%;
2325
+ height: 36px;
2326
+ background-color: #f2efec; /* tw-bg-gray-200 equivalent */
2327
+ z-index: -1;
2328
+ }
2329
+
2330
+ .RangePicker-module__range_end___JJNib::before {
2331
+ content: "";
2332
+ position: absolute;
2333
+ top: 50%;
2334
+ left: 0;
2335
+ transform: translateY(-50%);
2336
+ width: 52%;
2337
+ height: 36px;
2338
+ background-color: #f2efec; /* tw-bg-gray-200 equivalent */
2339
+ z-index: -1;
2205
2340
  }