@itilite/lumina-ui 1.0.8-alpha → 1.0.10-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/styles.css CHANGED
@@ -762,71 +762,216 @@
762
762
 
763
763
 
764
764
  /* CSS Modules */
765
- /* src/atom/Slider/Slider.module.scss */
766
- .Slider-module__label___9Uea- {
767
- font-size: 13px;
768
- line-height: 18px;
765
+ /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
766
+ .LoadingSpinner-module__spinnerContainer___DiPLf {
767
+ display: flex;
768
+ justify-content: center;
769
+ align-items: center;
770
+ height: 100%;
771
+ margin-top: 2rem;
772
+ margin-bottom: 2rem;
773
+ }
774
+
775
+ /* src/atom/Tooltip/Tooltip.module.scss */
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;
769
781
  --tw-text-opacity: 1;
770
- color: rgb(54 62 79 / var(--tw-text-opacity, 1));
782
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
783
+ }
784
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
785
+ background-color: white !important;
771
786
  }
772
787
 
773
- .Slider-module__slider___JCS-c.ant-slider {
774
- margin-left: 0px;
775
- margin-right: 0px;
788
+ /* src/atom/Radio/Radio.module.scss */
789
+ .Radio-module__radio___1CPAk {
790
+ display: flex;
791
+ align-items: center;
776
792
  }
777
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
778
- box-shadow: 0 0 0 2px #ec5d25;
779
- transform: scale(1.25);
793
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
794
+ height: 16px;
795
+ width: 16px;
780
796
  }
781
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
782
- content: unset;
797
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
798
+ height: 20px;
799
+ width: 20px;
783
800
  }
784
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
785
- inset-inline-start: -1px;
786
- inset-block-start: -1px;
801
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
802
+ height: 24px;
803
+ width: 24px;
787
804
  }
788
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
789
- --tw-bg-opacity: 1;
790
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
791
- height: 2px;
805
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
806
+ border-color: #EC5D25;
807
+ background-color: #EC5D25;
792
808
  }
793
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
794
- background-color: transparent;
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;
795
812
  }
796
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
797
- --tw-bg-opacity: 1;
798
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
813
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
814
+ outline: 2px solid #0A65E7;
815
+ }
816
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
817
+ cursor: not-allowed;
818
+ }
819
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
820
+ border-color: #B6BAC3;
821
+ background-color: #B6BAC3;
822
+ }
823
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
824
+ transform: scale(0.375);
825
+ background-color: #FFFFFF;
826
+ }
827
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
828
+ border-color: #B6BAC3;
829
+ }
830
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
831
+ border-color: #6B7280;
832
+ }
833
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
834
+ outline: 2px solid #0A65E7;
835
+ }
836
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
837
+ cursor: not-allowed;
838
+ }
839
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
840
+ border-color: #B6BAC3;
841
+ background-color: #F9FAFB;
842
+ }
843
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
844
+ color: #363E4F;
845
+ font-weight: 400;
846
+ font-size: 0.875rem;
847
+ line-height: 20px;
848
+ }
849
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
850
+ color: #363E4F;
851
+ font-weight: 500;
852
+ font-size: 0.875rem;
853
+ line-height: 20px;
799
854
  }
800
855
 
801
- /* src/atom/Switch/Switch.module.scss */
802
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
803
- height: 0.75rem;
804
- min-width: 1.5rem
856
+ /* src/atom/Checkbox/Checkbox.module.scss */
857
+ .Checkbox-module__checkbox___xxg5L {
858
+ display: flex;
859
+ align-items: center;
805
860
  }
806
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
807
- height: 0.5rem;
808
- width: 0.5rem
861
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
862
+ height: 16px;
863
+ width: 16px;
809
864
  }
810
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
811
- --tw-bg-opacity: 1;
812
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
865
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
866
+ height: 20px;
867
+ width: 20px;
813
868
  }
814
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
815
- --tw-bg-opacity: 1;
816
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
869
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
870
+ inset-inline-start: 27%;
871
+ }
872
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
873
+ height: 24px;
874
+ width: 24px;
875
+ }
876
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
877
+ inset-inline-start: 33%;
878
+ }
879
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
880
+ border-color: #ec5d25;
881
+ background-color: #ec5d25;
882
+ }
883
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
884
+ .ant-checkbox-checked:not(.ant-checkbox-disabled)
885
+ .ant-checkbox-inner {
886
+ --tw-bg-opacity: 1;
887
+ background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
888
+ }
889
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
890
+ outline: 2px solid #0a65e7;
891
+ }
892
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
893
+ cursor: not-allowed;
894
+ }
895
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
896
+ opacity: 0.5;
897
+ border-color: #ec5d25;
898
+ background-color: #ec5d25;
899
+ }
900
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
901
+ border-color: #ffffff;
902
+ }
903
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
904
+ border-color: #b6bac3;
905
+ }
906
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
907
+ border-color: #6b7280;
908
+ }
909
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
910
+ outline: 2px solid #0a65e7;
911
+ }
912
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
913
+ cursor: not-allowed;
914
+ }
915
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
916
+ border-color: #b6bac3;
917
+ background-color: #f9fafb;
918
+ }
919
+ .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
920
+ color: #363e4f;
921
+ }
922
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
923
+ color: #363e4f;
924
+ font-weight: 400;
925
+ font-size: 0.875rem;
926
+ line-height: 20px;
927
+ }
928
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
929
+ color: #363e4f;
930
+ font-weight: 500;
931
+ font-size: 0.875rem;
932
+ line-height: 20px;
933
+ }
934
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
935
+ opacity: 0.5;
936
+ border-color: #ec5d25;
937
+ background-color: #ec5d25;
938
+ }
939
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
940
+ border-color: #ffffff;
941
+ }
942
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
943
+ border-color: #ec5d25 !important;
944
+ background-color: #ec5d25 !important;
945
+ }
946
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
947
+ inset-inline-start: 50%;
948
+ width: 60%;
949
+ height: 3px;
950
+ border-radius: 4px;
951
+ background: white;
817
952
  }
818
953
 
819
- /* src/atom/Tooltip/Tooltip.module.scss */
820
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
821
- background-color: white !important;
822
- color: #111827;
823
- border-radius: 0.5rem;
824
- padding: 0.625rem;
825
- --tw-text-opacity: 1;
826
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
954
+ /* src/molecules/UserProfile/UserProfile.module.scss */
955
+ .UserProfile-module__userProfile___cRMm9 {
956
+ display: flex;
957
+ align-items: center;
958
+ gap: 0.625rem
827
959
  }
828
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
829
- background-color: white !important;
960
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
961
+ display: flex;
962
+ flex-direction: column
963
+ }
964
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
965
+ display: flex;
966
+ align-items: center;
967
+ gap: 0.5rem
968
+ }
969
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
970
+ margin: 0px
971
+ }
972
+ .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
973
+ margin: 0px;
974
+ margin-top: 0.125rem
830
975
  }
831
976
 
832
977
  /* src/atom/Button/Button.module.scss */
@@ -1000,135 +1145,81 @@
1000
1145
  .Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
1001
1146
  outline: 2px solid rgba(236, 93, 37, 0.2);
1002
1147
  }
1003
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
1004
- background-color: transparent;
1005
- padding: 0px;
1006
- border-width: 0px;
1007
- border-style: none;
1008
- height: auto;
1009
- box-shadow: none;
1010
- }
1011
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
1012
- text-decoration: underline;
1013
- }
1014
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
1015
- box-shadow: none;
1016
- border-style: none;
1017
- background-color: transparent;
1018
- }
1019
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
1020
- background-color: transparent;
1021
- }
1022
- .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
1023
- outline: none;
1024
- }
1025
-
1026
- /* src/atom/Checkbox/Checkbox.module.scss */
1027
- .Checkbox-module__checkbox___xxg5L {
1028
- display: flex;
1029
- align-items: center;
1030
- }
1031
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
1032
- height: 16px;
1033
- width: 16px;
1034
- }
1035
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
1036
- height: 20px;
1037
- width: 20px;
1038
- }
1039
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
1040
- inset-inline-start: 27%;
1041
- }
1042
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
1043
- height: 24px;
1044
- width: 24px;
1045
- }
1046
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
1047
- inset-inline-start: 33%;
1048
- }
1049
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
1050
- border-color: #ec5d25;
1051
- background-color: #ec5d25;
1052
- }
1053
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
1054
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
1055
- .ant-checkbox-inner {
1056
- --tw-bg-opacity: 1;
1057
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
1058
- }
1059
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
1060
- outline: 2px solid #0a65e7;
1061
- }
1062
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
1063
- cursor: not-allowed;
1148
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
1149
+ background-color: transparent;
1150
+ padding: 0px;
1151
+ border-width: 0px;
1152
+ border-style: none;
1153
+ height: auto;
1154
+ box-shadow: none;
1064
1155
  }
1065
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
1066
- opacity: 0.5;
1067
- border-color: #ec5d25;
1068
- background-color: #ec5d25;
1156
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
1157
+ text-decoration: underline;
1069
1158
  }
1070
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
1071
- border-color: #ffffff;
1159
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
1160
+ box-shadow: none;
1161
+ border-style: none;
1162
+ background-color: transparent;
1072
1163
  }
1073
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
1074
- border-color: #b6bac3;
1164
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
1165
+ background-color: transparent;
1075
1166
  }
1076
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
1077
- border-color: #6b7280;
1167
+ .Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
1168
+ outline: none;
1078
1169
  }
1079
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
1080
- outline: 2px solid #0a65e7;
1170
+
1171
+ /* src/atom/Switch/Switch.module.scss */
1172
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
1173
+ height: 0.75rem;
1174
+ min-width: 1.5rem
1081
1175
  }
1082
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
1083
- cursor: not-allowed;
1176
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
1177
+ height: 0.5rem;
1178
+ width: 0.5rem
1084
1179
  }
1085
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
1086
- border-color: #b6bac3;
1087
- background-color: #f9fafb;
1180
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
1181
+ --tw-bg-opacity: 1;
1182
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1088
1183
  }
1089
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
1090
- color: #363e4f;
1184
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
1185
+ --tw-bg-opacity: 1;
1186
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
1091
1187
  }
1092
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
1093
- color: #363e4f;
1094
- font-weight: 400;
1095
- font-size: 0.875rem;
1096
- line-height: 20px;
1188
+
1189
+ /* src/atom/Slider/Slider.module.scss */
1190
+ .Slider-module__label___9Uea- {
1191
+ font-size: 13px;
1192
+ line-height: 18px;
1193
+ --tw-text-opacity: 1;
1194
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1));
1097
1195
  }
1098
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
1099
- color: #363e4f;
1100
- font-weight: 500;
1101
- font-size: 0.875rem;
1102
- line-height: 20px;
1196
+
1197
+ .Slider-module__slider___JCS-c.ant-slider {
1198
+ margin-left: 0px;
1199
+ margin-right: 0px;
1103
1200
  }
1104
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
1105
- opacity: 0.5;
1106
- border-color: #ec5d25;
1107
- background-color: #ec5d25;
1201
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
1202
+ box-shadow: 0 0 0 2px #ec5d25;
1203
+ transform: scale(1.25);
1108
1204
  }
1109
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1110
- border-color: #ffffff;
1205
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
1206
+ content: unset;
1111
1207
  }
1112
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
1113
- border-color: #ec5d25 !important;
1114
- background-color: #ec5d25 !important;
1208
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
1209
+ inset-inline-start: -1px;
1210
+ inset-block-start: -1px;
1115
1211
  }
1116
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1117
- inset-inline-start: 50%;
1118
- width: 60%;
1119
- height: 3px;
1120
- border-radius: 4px;
1121
- background: white;
1212
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
1213
+ --tw-bg-opacity: 1;
1214
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1215
+ height: 2px;
1122
1216
  }
1123
-
1124
- /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
1125
- .LoadingSpinner-module__spinnerContainer___DiPLf {
1126
- display: flex;
1127
- justify-content: center;
1128
- align-items: center;
1129
- height: 100%;
1130
- margin-top: 2rem;
1131
- margin-bottom: 2rem;
1217
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
1218
+ background-color: transparent;
1219
+ }
1220
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
1221
+ --tw-bg-opacity: 1;
1222
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1132
1223
  }
1133
1224
 
1134
1225
  /* src/atom/Modal/Modal.module.scss */
@@ -1264,97 +1355,6 @@
1264
1355
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
1265
1356
  }
1266
1357
 
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
-
1335
- /* src/molecules/UserProfile/UserProfile.module.scss */
1336
- .UserProfile-module__userProfile___cRMm9 {
1337
- display: flex;
1338
- align-items: center;
1339
- gap: 0.625rem
1340
- }
1341
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
1342
- display: flex;
1343
- flex-direction: column
1344
- }
1345
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
1346
- display: flex;
1347
- align-items: center;
1348
- gap: 0.5rem
1349
- }
1350
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
1351
- margin: 0px
1352
- }
1353
- .UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
1354
- margin: 0px;
1355
- margin-top: 0.125rem
1356
- }
1357
-
1358
1358
  /* src/atom/Table/Table.module.scss */
1359
1359
  @charset "UTF-8";
1360
1360
  /* ============================================================
@@ -1850,6 +1850,31 @@
1850
1850
  min-width: 180px;
1851
1851
  }
1852
1852
 
1853
+ /* src/atom/RangePicker/RangePicker.module.scss */
1854
+ .RangePicker-module__range_start___hGQp-::after {
1855
+ content: "";
1856
+ position: absolute;
1857
+ top: 50%;
1858
+ right: 0;
1859
+ transform: translateY(-50%);
1860
+ width: 50%;
1861
+ height: 36px;
1862
+ background-color: #f2efec; /* tw-bg-gray-200 equivalent */
1863
+ z-index: -1;
1864
+ }
1865
+
1866
+ .RangePicker-module__range_end___JJNib::before {
1867
+ content: "";
1868
+ position: absolute;
1869
+ top: 50%;
1870
+ left: 0;
1871
+ transform: translateY(-50%);
1872
+ width: 52%;
1873
+ height: 36px;
1874
+ background-color: #f2efec; /* tw-bg-gray-200 equivalent */
1875
+ z-index: -1;
1876
+ }
1877
+
1853
1878
  /* src/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.module.scss */
1854
1879
  @charset "UTF-8";
1855
1880
  .AdvancedDateRangePicker-module__root___udir8 {
@@ -1898,6 +1923,8 @@
1898
1923
  display: flex;
1899
1924
  flex-direction: column;
1900
1925
  background: #ffffff;
1926
+ max-height: 380px;
1927
+ overflow-y: auto;
1901
1928
  }
1902
1929
  @media (max-width: 768px) {
1903
1930
  .AdvancedDateRangePicker-module__left___T6E84 {
@@ -1907,6 +1934,8 @@
1907
1934
  flex-direction: row;
1908
1935
  flex-wrap: nowrap;
1909
1936
  overflow-x: auto;
1937
+ max-height: none;
1938
+ overflow-y: hidden;
1910
1939
  padding: 12px;
1911
1940
  gap: 8px;
1912
1941
  scrollbar-width: none;
@@ -2371,29 +2400,4 @@
2371
2400
  width: 100%;
2372
2401
  padding: 14px;
2373
2402
  }
2374
- }
2375
-
2376
- /* src/atom/RangePicker/RangePicker.module.scss */
2377
- .RangePicker-module__range_start___hGQp-::after {
2378
- content: "";
2379
- position: absolute;
2380
- top: 50%;
2381
- right: 0;
2382
- transform: translateY(-50%);
2383
- width: 50%;
2384
- height: 36px;
2385
- background-color: #f2efec; /* tw-bg-gray-200 equivalent */
2386
- z-index: -1;
2387
- }
2388
-
2389
- .RangePicker-module__range_end___JJNib::before {
2390
- content: "";
2391
- position: absolute;
2392
- top: 50%;
2393
- left: 0;
2394
- transform: translateY(-50%);
2395
- width: 52%;
2396
- height: 36px;
2397
- background-color: #f2efec; /* tw-bg-gray-200 equivalent */
2398
- z-index: -1;
2399
2403
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itilite/lumina-ui",
3
- "version": "1.0.8-alpha",
3
+ "version": "1.0.10-alpha",
4
4
  "description": "Itilite Lumina Design System UI Components",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",