@itilite/lumina-ui 1.0.13-alpha → 1.0.15-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 (35) hide show
  1. package/dist/AdvancedDateRangePicker-DOSprRQR.d.mts +52 -0
  2. package/dist/AdvancedDateRangePicker-DOSprRQR.d.ts +52 -0
  3. package/dist/Table-BfGn3Pa0.d.mts +82 -0
  4. package/dist/Table-BfGn3Pa0.d.ts +82 -0
  5. package/dist/Table-BxaCiQmh.d.mts +82 -0
  6. package/dist/Table-BxaCiQmh.d.ts +82 -0
  7. package/dist/Table-CnzP9dkc.d.mts +82 -0
  8. package/dist/Table-CnzP9dkc.d.ts +82 -0
  9. package/dist/Table-DmfNNnuD.d.mts +86 -0
  10. package/dist/Table-DmfNNnuD.d.ts +86 -0
  11. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.mts +1 -1
  12. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.d.ts +1 -1
  13. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.js +3 -2
  14. package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.mjs +2 -2
  15. package/dist/atom/RangePicker/RangePicker.js +17 -26
  16. package/dist/atom/RangePicker/RangePicker.mjs +1 -1
  17. package/dist/atom/Table/Table.d.mts +1 -1
  18. package/dist/atom/Table/Table.d.ts +1 -1
  19. package/dist/atom/Table/Table.js +3 -4
  20. package/dist/atom/Table/Table.mjs +1 -1
  21. package/dist/chunk-5OUMKJWI.mjs +301 -0
  22. package/dist/chunk-5PMUTA6S.mjs +303 -0
  23. package/dist/chunk-ANJI6SPV.mjs +283 -0
  24. package/dist/chunk-GOIABK2Y.mjs +283 -0
  25. package/dist/chunk-PSBEYGD4.mjs +618 -0
  26. package/dist/chunk-QQA7KWAJ.mjs +477 -0
  27. package/dist/chunk-T43CWNOG.mjs +283 -0
  28. package/dist/chunk-TE5EOIIW.mjs +301 -0
  29. package/dist/chunk-Z3N4E2C5.mjs +477 -0
  30. package/dist/index.d.mts +2 -2
  31. package/dist/index.d.ts +2 -2
  32. package/dist/index.js +27 -34
  33. package/dist/index.mjs +15 -15
  34. package/dist/styles.css +248 -219
  35. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -762,104 +762,6 @@
762
762
 
763
763
 
764
764
  /* CSS Modules */
765
- /* src/atom/Checkbox/Checkbox.module.scss */
766
- .Checkbox-module__checkbox___xxg5L {
767
- display: flex;
768
- align-items: center;
769
- }
770
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
771
- height: 16px;
772
- width: 16px;
773
- }
774
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
775
- height: 20px;
776
- width: 20px;
777
- }
778
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
779
- inset-inline-start: 27%;
780
- }
781
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
782
- height: 24px;
783
- width: 24px;
784
- }
785
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
786
- inset-inline-start: 33%;
787
- }
788
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
789
- border-color: #ec5d25;
790
- background-color: #ec5d25;
791
- }
792
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
793
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
794
- .ant-checkbox-inner {
795
- --tw-bg-opacity: 1;
796
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
797
- }
798
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
799
- outline: 2px solid #0a65e7;
800
- }
801
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
802
- cursor: not-allowed;
803
- }
804
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
805
- opacity: 0.5;
806
- border-color: #ec5d25;
807
- background-color: #ec5d25;
808
- }
809
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
810
- border-color: #ffffff;
811
- }
812
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
813
- border-color: #b6bac3;
814
- }
815
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
816
- border-color: #6b7280;
817
- }
818
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
819
- outline: 2px solid #0a65e7;
820
- }
821
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
822
- cursor: not-allowed;
823
- }
824
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
825
- border-color: #b6bac3;
826
- background-color: #f9fafb;
827
- }
828
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
829
- color: #363e4f;
830
- }
831
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
832
- color: #363e4f;
833
- font-weight: 400;
834
- font-size: 0.875rem;
835
- line-height: 20px;
836
- }
837
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
838
- color: #363e4f;
839
- font-weight: 500;
840
- font-size: 0.875rem;
841
- line-height: 20px;
842
- }
843
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
844
- opacity: 0.5;
845
- border-color: #ec5d25;
846
- background-color: #ec5d25;
847
- }
848
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
849
- border-color: #ffffff;
850
- }
851
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
852
- border-color: #ec5d25 !important;
853
- background-color: #ec5d25 !important;
854
- }
855
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
856
- inset-inline-start: 50%;
857
- width: 60%;
858
- height: 3px;
859
- border-radius: 4px;
860
- background: white;
861
- }
862
-
863
765
  /* src/atom/Tooltip/Tooltip.module.scss */
864
766
  .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
865
767
  background-color: white !important;
@@ -873,42 +775,6 @@
873
775
  background-color: white !important;
874
776
  }
875
777
 
876
- /* src/atom/Slider/Slider.module.scss */
877
- .Slider-module__label___9Uea- {
878
- font-size: 13px;
879
- line-height: 18px;
880
- --tw-text-opacity: 1;
881
- color: rgb(54 62 79 / var(--tw-text-opacity, 1));
882
- }
883
-
884
- .Slider-module__slider___JCS-c.ant-slider {
885
- margin-left: 0px;
886
- margin-right: 0px;
887
- }
888
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
889
- box-shadow: 0 0 0 2px #ec5d25;
890
- transform: scale(1.25);
891
- }
892
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
893
- content: unset;
894
- }
895
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
896
- inset-inline-start: -1px;
897
- inset-block-start: -1px;
898
- }
899
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
900
- --tw-bg-opacity: 1;
901
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
902
- height: 2px;
903
- }
904
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
905
- background-color: transparent;
906
- }
907
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
908
- --tw-bg-opacity: 1;
909
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
910
- }
911
-
912
778
  /* src/atom/Button/Button.module.scss */
913
779
  .Button-module__button___cLCyl {
914
780
  display: flex;
@@ -1121,6 +987,150 @@
1121
987
  background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1122
988
  }
1123
989
 
990
+ /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
991
+ .LoadingSpinner-module__spinnerContainer___DiPLf {
992
+ display: flex;
993
+ justify-content: center;
994
+ align-items: center;
995
+ height: 100%;
996
+ margin-top: 2rem;
997
+ margin-bottom: 2rem;
998
+ }
999
+
1000
+ /* src/atom/Slider/Slider.module.scss */
1001
+ .Slider-module__label___9Uea- {
1002
+ font-size: 13px;
1003
+ line-height: 18px;
1004
+ --tw-text-opacity: 1;
1005
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1));
1006
+ }
1007
+
1008
+ .Slider-module__slider___JCS-c.ant-slider {
1009
+ margin-left: 0px;
1010
+ margin-right: 0px;
1011
+ }
1012
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
1013
+ box-shadow: 0 0 0 2px #ec5d25;
1014
+ transform: scale(1.25);
1015
+ }
1016
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
1017
+ content: unset;
1018
+ }
1019
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
1020
+ inset-inline-start: -1px;
1021
+ inset-block-start: -1px;
1022
+ }
1023
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
1024
+ --tw-bg-opacity: 1;
1025
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1026
+ height: 2px;
1027
+ }
1028
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
1029
+ background-color: transparent;
1030
+ }
1031
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
1032
+ --tw-bg-opacity: 1;
1033
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1034
+ }
1035
+
1036
+ /* src/atom/Checkbox/Checkbox.module.scss */
1037
+ .Checkbox-module__checkbox___xxg5L {
1038
+ display: flex;
1039
+ align-items: center;
1040
+ }
1041
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
1042
+ height: 16px;
1043
+ width: 16px;
1044
+ }
1045
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
1046
+ height: 20px;
1047
+ width: 20px;
1048
+ }
1049
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
1050
+ inset-inline-start: 27%;
1051
+ }
1052
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
1053
+ height: 24px;
1054
+ width: 24px;
1055
+ }
1056
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
1057
+ inset-inline-start: 33%;
1058
+ }
1059
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
1060
+ border-color: #ec5d25;
1061
+ background-color: #ec5d25;
1062
+ }
1063
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
1064
+ .ant-checkbox-checked:not(.ant-checkbox-disabled)
1065
+ .ant-checkbox-inner {
1066
+ --tw-bg-opacity: 1;
1067
+ background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
1068
+ }
1069
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
1070
+ outline: 2px solid #0a65e7;
1071
+ }
1072
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
1073
+ cursor: not-allowed;
1074
+ }
1075
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
1076
+ opacity: 0.5;
1077
+ border-color: #ec5d25;
1078
+ background-color: #ec5d25;
1079
+ }
1080
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
1081
+ border-color: #ffffff;
1082
+ }
1083
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
1084
+ border-color: #b6bac3;
1085
+ }
1086
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
1087
+ border-color: #6b7280;
1088
+ }
1089
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
1090
+ outline: 2px solid #0a65e7;
1091
+ }
1092
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
1093
+ cursor: not-allowed;
1094
+ }
1095
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
1096
+ border-color: #b6bac3;
1097
+ background-color: #f9fafb;
1098
+ }
1099
+ .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
1100
+ color: #363e4f;
1101
+ }
1102
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
1103
+ color: #363e4f;
1104
+ font-weight: 400;
1105
+ font-size: 0.875rem;
1106
+ line-height: 20px;
1107
+ }
1108
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
1109
+ color: #363e4f;
1110
+ font-weight: 500;
1111
+ font-size: 0.875rem;
1112
+ line-height: 20px;
1113
+ }
1114
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
1115
+ opacity: 0.5;
1116
+ border-color: #ec5d25;
1117
+ background-color: #ec5d25;
1118
+ }
1119
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1120
+ border-color: #ffffff;
1121
+ }
1122
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
1123
+ border-color: #ec5d25 !important;
1124
+ background-color: #ec5d25 !important;
1125
+ }
1126
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1127
+ inset-inline-start: 50%;
1128
+ width: 60%;
1129
+ height: 3px;
1130
+ border-radius: 4px;
1131
+ background: white;
1132
+ }
1133
+
1124
1134
  /* src/atom/Tag/Tag.module.scss */
1125
1135
  .Tag-module__tag___PIkhI {
1126
1136
  border-radius: 0.25rem;
@@ -1181,74 +1191,6 @@
1181
1191
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1182
1192
  }
1183
1193
 
1184
- /* src/atom/Radio/Radio.module.scss */
1185
- .Radio-module__radio___1CPAk {
1186
- display: flex;
1187
- align-items: center;
1188
- }
1189
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1190
- height: 16px;
1191
- width: 16px;
1192
- }
1193
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1194
- height: 20px;
1195
- width: 20px;
1196
- }
1197
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1198
- height: 24px;
1199
- width: 24px;
1200
- }
1201
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1202
- border-color: #EC5D25;
1203
- background-color: #EC5D25;
1204
- }
1205
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1206
- border-color: #B94710;
1207
- background-color: #B94710;
1208
- }
1209
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1210
- outline: 2px solid #0A65E7;
1211
- }
1212
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1213
- cursor: not-allowed;
1214
- }
1215
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1216
- border-color: #B6BAC3;
1217
- background-color: #B6BAC3;
1218
- }
1219
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1220
- transform: scale(0.375);
1221
- background-color: #FFFFFF;
1222
- }
1223
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1224
- border-color: #B6BAC3;
1225
- }
1226
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1227
- border-color: #6B7280;
1228
- }
1229
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1230
- outline: 2px solid #0A65E7;
1231
- }
1232
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1233
- cursor: not-allowed;
1234
- }
1235
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1236
- border-color: #B6BAC3;
1237
- background-color: #F9FAFB;
1238
- }
1239
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1240
- color: #363E4F;
1241
- font-weight: 400;
1242
- font-size: 0.875rem;
1243
- line-height: 20px;
1244
- }
1245
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1246
- color: #363E4F;
1247
- font-weight: 500;
1248
- font-size: 0.875rem;
1249
- line-height: 20px;
1250
- }
1251
-
1252
1194
  /* src/atom/Modal/Modal.module.scss */
1253
1195
  .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1254
1196
  margin-top: 0;
@@ -1322,6 +1264,74 @@
1322
1264
  margin-inline-start: 0.5rem;
1323
1265
  }
1324
1266
 
1267
+ /* src/atom/Radio/Radio.module.scss */
1268
+ .Radio-module__radio___1CPAk {
1269
+ display: flex;
1270
+ align-items: center;
1271
+ }
1272
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1273
+ height: 16px;
1274
+ width: 16px;
1275
+ }
1276
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1277
+ height: 20px;
1278
+ width: 20px;
1279
+ }
1280
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1281
+ height: 24px;
1282
+ width: 24px;
1283
+ }
1284
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1285
+ border-color: #EC5D25;
1286
+ background-color: #EC5D25;
1287
+ }
1288
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1289
+ border-color: #B94710;
1290
+ background-color: #B94710;
1291
+ }
1292
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1293
+ outline: 2px solid #0A65E7;
1294
+ }
1295
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1296
+ cursor: not-allowed;
1297
+ }
1298
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1299
+ border-color: #B6BAC3;
1300
+ background-color: #B6BAC3;
1301
+ }
1302
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1303
+ transform: scale(0.375);
1304
+ background-color: #FFFFFF;
1305
+ }
1306
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1307
+ border-color: #B6BAC3;
1308
+ }
1309
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1310
+ border-color: #6B7280;
1311
+ }
1312
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1313
+ outline: 2px solid #0A65E7;
1314
+ }
1315
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1316
+ cursor: not-allowed;
1317
+ }
1318
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1319
+ border-color: #B6BAC3;
1320
+ background-color: #F9FAFB;
1321
+ }
1322
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1323
+ color: #363E4F;
1324
+ font-weight: 400;
1325
+ font-size: 0.875rem;
1326
+ line-height: 20px;
1327
+ }
1328
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1329
+ color: #363E4F;
1330
+ font-weight: 500;
1331
+ font-size: 0.875rem;
1332
+ line-height: 20px;
1333
+ }
1334
+
1325
1335
  /* src/molecules/UserProfile/UserProfile.module.scss */
1326
1336
  .UserProfile-module__userProfile___cRMm9 {
1327
1337
  display: flex;
@@ -1345,16 +1355,6 @@
1345
1355
  margin-top: 0.125rem
1346
1356
  }
1347
1357
 
1348
- /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
1349
- .LoadingSpinner-module__spinnerContainer___DiPLf {
1350
- display: flex;
1351
- justify-content: center;
1352
- align-items: center;
1353
- height: 100%;
1354
- margin-top: 2rem;
1355
- margin-bottom: 2rem;
1356
- }
1357
-
1358
1358
  /* src/atom/Table/Table.module.scss */
1359
1359
  @charset "UTF-8";
1360
1360
  /* ============================================================
@@ -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 {
@@ -1949,8 +1953,8 @@
1949
1953
  display: flex;
1950
1954
  flex-direction: column;
1951
1955
  background: #ffffff;
1952
- max-height: 380px;
1953
1956
  overflow-y: auto;
1957
+ overflow-x: hidden;
1954
1958
  }
1955
1959
  @media (max-width: 768px) {
1956
1960
  .AdvancedDateRangePicker-module__left___T6E84 {
@@ -1973,7 +1977,9 @@
1973
1977
 
1974
1978
  .AdvancedDateRangePicker-module__sidebarItem___-NXPm {
1975
1979
  display: flex;
1976
- width: 142px;
1980
+ width: 100%;
1981
+ box-sizing: border-box;
1982
+ min-width: 0;
1977
1983
  margin: 2px 0;
1978
1984
  text-align: left;
1979
1985
  background: var(--White, #FFF);
@@ -1998,6 +2004,8 @@
1998
2004
  @media (max-width: 768px) {
1999
2005
  .AdvancedDateRangePicker-module__sidebarItem___-NXPm {
2000
2006
  width: auto;
2007
+ max-width: 140px;
2008
+ flex-shrink: 0;
2001
2009
  margin: 0;
2002
2010
  padding: 8px 16px;
2003
2011
  }
@@ -2010,6 +2018,14 @@
2010
2018
  border-radius: 6px !important;
2011
2019
  }
2012
2020
 
2021
+ .AdvancedDateRangePicker-module__sidebarItemText___X9qO- {
2022
+ display: block;
2023
+ width: 100%;
2024
+ overflow: hidden;
2025
+ text-overflow: ellipsis;
2026
+ white-space: nowrap;
2027
+ }
2028
+
2013
2029
  /* ====================================================================
2014
2030
  Main (Header + Body) — 567px (707 - 140)
2015
2031
  ==================================================================== */
@@ -2055,12 +2071,12 @@
2055
2071
 
2056
2072
  /* Timezone column — fixed 156px */
2057
2073
  .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
2058
- width: 156px;
2074
+ width: 140px;
2059
2075
  flex-shrink: 0;
2060
2076
  display: flex;
2061
2077
  flex-direction: column;
2062
2078
  gap: 10px;
2063
- padding: 20px 16px;
2079
+ padding: 12px 8px;
2064
2080
  border-right: 1px solid #e5e7eb;
2065
2081
  }
2066
2082
  .AdvancedDateRangePicker-module__singleCalendar___qy2-H .AdvancedDateRangePicker-module__timezoneWrapper___886Qm {
@@ -2100,7 +2116,7 @@
2100
2116
  display: flex;
2101
2117
  flex-direction: column;
2102
2118
  gap: 10px;
2103
- padding: 20px 8px;
2119
+ padding: 12px 8px;
2104
2120
  flex: 1;
2105
2121
  /* Except when used inside timezoneWrapper — that sets its own padding */
2106
2122
  }
@@ -2269,7 +2285,7 @@
2269
2285
  }
2270
2286
 
2271
2287
  .AdvancedDateRangePicker-module__dateInput___0t9ww {
2272
- width: 92px;
2288
+ width: 94px;
2273
2289
  height: 24px;
2274
2290
  box-sizing: border-box;
2275
2291
  display: flex;
@@ -2312,7 +2328,7 @@
2312
2328
  }
2313
2329
 
2314
2330
  .AdvancedDateRangePicker-module__timeInput___Jalr9 {
2315
- width: 70px;
2331
+ width: 84px;
2316
2332
  height: 24px;
2317
2333
  box-sizing: border-box;
2318
2334
  display: flex;
@@ -2426,4 +2442,17 @@
2426
2442
  width: 100%;
2427
2443
  padding: 14px;
2428
2444
  }
2445
+ }
2446
+
2447
+ @media (min-width: 769px) {
2448
+ .AdvancedDateRangePicker-module__root___udir8:not(.AdvancedDateRangePicker-module__singleCalendar___qy2-H):not(.AdvancedDateRangePicker-module__hidePresets___-m2-P) .AdvancedDateRangePicker-module__inner___P4OHa {
2449
+ position: relative;
2450
+ padding-left: 158px;
2451
+ }
2452
+ .AdvancedDateRangePicker-module__root___udir8:not(.AdvancedDateRangePicker-module__singleCalendar___qy2-H):not(.AdvancedDateRangePicker-module__hidePresets___-m2-P) .AdvancedDateRangePicker-module__left___T6E84 {
2453
+ position: absolute;
2454
+ left: 0;
2455
+ top: 0;
2456
+ bottom: 0;
2457
+ }
2429
2458
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itilite/lumina-ui",
3
- "version": "1.0.13-alpha",
3
+ "version": "1.0.15-alpha",
4
4
  "description": "Itilite Lumina Design System UI Components",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",