@itilite/lumina-ui 1.1.9 → 1.1.10

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/index.mjs CHANGED
@@ -1,40 +1,40 @@
1
+ import {
2
+ RangePicker_default
3
+ } from "./chunk-Y3BIY4DW.mjs";
4
+ import {
5
+ Select_default
6
+ } from "./chunk-ZGFE3OPJ.mjs";
1
7
  import {
2
8
  Slider_default
3
9
  } from "./chunk-D3N7VFER.mjs";
4
- import {
5
- Modal_default
6
- } from "./chunk-UQJ3BDM4.mjs";
7
10
  import {
8
11
  Switch_default
9
12
  } from "./chunk-MNARBWAJ.mjs";
13
+ import {
14
+ Tooltip_default
15
+ } from "./chunk-MLCMZRUC.mjs";
10
16
  import {
11
17
  Tag_default
12
18
  } from "./chunk-4VZB2KR2.mjs";
13
19
  import {
14
20
  Avatar_default
15
21
  } from "./chunk-IWO2Y5QX.mjs";
16
- import {
17
- Button_default
18
- } from "./chunk-AF2RKLH6.mjs";
19
22
  import {
20
23
  Checkbox_default
21
24
  } from "./chunk-UQZNUEZE.mjs";
22
25
  import {
23
- RangePicker_default
24
- } from "./chunk-B63IXC6M.mjs";
25
- import {
26
- Select_default
27
- } from "./chunk-IQHBVGA4.mjs";
26
+ Modal_default
27
+ } from "./chunk-UQJ3BDM4.mjs";
28
28
  import {
29
- Tooltip_default
30
- } from "./chunk-MLCMZRUC.mjs";
29
+ Button_default
30
+ } from "./chunk-AF2RKLH6.mjs";
31
31
  import {
32
32
  LoadingSpinner_default
33
33
  } from "./chunk-QKTMWS4J.mjs";
34
- import "./chunk-ZTRM4HZJ.mjs";
35
34
  import {
36
35
  Radio_default
37
36
  } from "./chunk-2EBPXGRY.mjs";
37
+ import "./chunk-ZTRM4HZJ.mjs";
38
38
  import "./chunk-FWCSY2DS.mjs";
39
39
  export {
40
40
  Avatar_default as Avatar,
package/dist/styles.css CHANGED
@@ -601,6 +601,11 @@
601
601
  font-size: 1rem;
602
602
  line-height: 24px
603
603
  }
604
+ .tw-typography-caption1 {
605
+ font-weight: 400;
606
+ font-size: 0.75rem;
607
+ line-height: 16px
608
+ }
604
609
  .tw-typography-caption1Bold {
605
610
  font-weight: 500;
606
611
  font-size: 0.75rem;
@@ -690,112 +695,17 @@
690
695
 
691
696
 
692
697
  /* CSS Modules */
693
- /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
694
- .LoadingSpinner-module__spinnerContainer___DiPLf {
695
- display: flex;
696
- justify-content: center;
697
- align-items: center;
698
- height: 100%;
699
- margin-top: 2rem;
700
- margin-bottom: 2rem;
701
- }
702
-
703
- /* src/atom/Checkbox/Checkbox.module.scss */
704
- .Checkbox-module__checkbox___xxg5L {
705
- display: flex;
706
- align-items: center;
707
- }
708
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
709
- height: 16px;
710
- width: 16px;
711
- }
712
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
713
- height: 20px;
714
- width: 20px;
715
- }
716
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
717
- inset-inline-start: 27%;
718
- }
719
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
720
- height: 24px;
721
- width: 24px;
722
- }
723
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
724
- inset-inline-start: 33%;
725
- }
726
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
727
- border-color: #ec5d25;
728
- background-color: #ec5d25;
729
- }
730
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
731
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
732
- .ant-checkbox-inner {
733
- --tw-bg-opacity: 1;
734
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
735
- }
736
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
737
- outline: 2px solid #0a65e7;
738
- }
739
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
740
- cursor: not-allowed;
741
- }
742
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
743
- opacity: 0.5;
744
- border-color: #ec5d25;
745
- background-color: #ec5d25;
746
- }
747
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
748
- border-color: #ffffff;
749
- }
750
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
751
- border-color: #b6bac3;
752
- }
753
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
754
- border-color: #6b7280;
755
- }
756
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
757
- outline: 2px solid #0a65e7;
758
- }
759
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
760
- cursor: not-allowed;
761
- }
762
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
763
- border-color: #b6bac3;
764
- background-color: #f9fafb;
765
- }
766
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
767
- color: #363e4f;
768
- }
769
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
770
- color: #363e4f;
771
- font-weight: 400;
772
- font-size: 0.875rem;
773
- line-height: 20px;
774
- }
775
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
776
- color: #363e4f;
777
- font-weight: 500;
778
- font-size: 0.875rem;
779
- line-height: 20px;
780
- }
781
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
782
- opacity: 0.5;
783
- border-color: #ec5d25;
784
- background-color: #ec5d25;
785
- }
786
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
787
- border-color: #ffffff;
788
- }
789
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
790
- border-color: #ec5d25 !important;
791
- background-color: #ec5d25 !important;
698
+ /* src/atom/Tooltip/Tooltip.module.scss */
699
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
700
+ background-color: white !important;
701
+ color: #111827;
702
+ border-radius: 0.5rem;
703
+ padding: 0.625rem;
704
+ --tw-text-opacity: 1;
705
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
792
706
  }
793
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
794
- inset-inline-start: 50%;
795
- width: 60%;
796
- height: 3px;
797
- border-radius: 4px;
798
- background: white;
707
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
708
+ background-color: white !important;
799
709
  }
800
710
 
801
711
  /* src/atom/Switch/Switch.module.scss */
@@ -816,123 +726,6 @@
816
726
  background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
817
727
  }
818
728
 
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));
827
- }
828
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
829
- background-color: white !important;
830
- }
831
-
832
- /* src/atom/Slider/Slider.module.scss */
833
- .Slider-module__label___9Uea- {
834
- font-size: 13px;
835
- line-height: 18px;
836
- --tw-text-opacity: 1;
837
- color: rgb(54 62 79 / var(--tw-text-opacity, 1));
838
- }
839
-
840
- .Slider-module__slider___JCS-c.ant-slider {
841
- margin-left: 0px;
842
- margin-right: 0px;
843
- }
844
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
845
- box-shadow: 0 0 0 2px #ec5d25;
846
- transform: scale(1.25);
847
- }
848
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
849
- content: unset;
850
- }
851
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
852
- inset-inline-start: -1px;
853
- inset-block-start: -1px;
854
- }
855
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
856
- --tw-bg-opacity: 1;
857
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
858
- height: 2px;
859
- }
860
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
861
- background-color: transparent;
862
- }
863
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
864
- --tw-bg-opacity: 1;
865
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
866
- }
867
-
868
- /* src/atom/Radio/Radio.module.scss */
869
- .Radio-module__radio___1CPAk {
870
- display: flex;
871
- align-items: center;
872
- }
873
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
874
- height: 16px;
875
- width: 16px;
876
- }
877
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
878
- height: 20px;
879
- width: 20px;
880
- }
881
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
882
- height: 24px;
883
- width: 24px;
884
- }
885
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
886
- border-color: #EC5D25;
887
- background-color: #EC5D25;
888
- }
889
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
890
- border-color: #B94710;
891
- background-color: #B94710;
892
- }
893
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
894
- outline: 2px solid #0A65E7;
895
- }
896
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
897
- cursor: not-allowed;
898
- }
899
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
900
- border-color: #B6BAC3;
901
- background-color: #B6BAC3;
902
- }
903
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
904
- transform: scale(0.375);
905
- background-color: #FFFFFF;
906
- }
907
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
908
- border-color: #B6BAC3;
909
- }
910
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
911
- border-color: #6B7280;
912
- }
913
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
914
- outline: 2px solid #0A65E7;
915
- }
916
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
917
- cursor: not-allowed;
918
- }
919
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
920
- border-color: #B6BAC3;
921
- background-color: #F9FAFB;
922
- }
923
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
924
- color: #363E4F;
925
- font-weight: 400;
926
- font-size: 0.875rem;
927
- line-height: 20px;
928
- }
929
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
930
- color: #363E4F;
931
- font-weight: 500;
932
- font-size: 0.875rem;
933
- line-height: 20px;
934
- }
935
-
936
729
  /* src/atom/Button/Button.module.scss */
937
730
  .Button-module__button___cLCyl {
938
731
  display: flex;
@@ -1127,6 +920,172 @@
1127
920
  outline: none;
1128
921
  }
1129
922
 
923
+ /* src/atom/Checkbox/Checkbox.module.scss */
924
+ .Checkbox-module__checkbox___xxg5L {
925
+ display: flex;
926
+ align-items: center;
927
+ }
928
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
929
+ height: 16px;
930
+ width: 16px;
931
+ }
932
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
933
+ height: 20px;
934
+ width: 20px;
935
+ }
936
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
937
+ inset-inline-start: 27%;
938
+ }
939
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
940
+ height: 24px;
941
+ width: 24px;
942
+ }
943
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
944
+ inset-inline-start: 33%;
945
+ }
946
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
947
+ border-color: #ec5d25;
948
+ background-color: #ec5d25;
949
+ }
950
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
951
+ .ant-checkbox-checked:not(.ant-checkbox-disabled)
952
+ .ant-checkbox-inner {
953
+ --tw-bg-opacity: 1;
954
+ background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
955
+ }
956
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
957
+ outline: 2px solid #0a65e7;
958
+ }
959
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
960
+ cursor: not-allowed;
961
+ }
962
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
963
+ opacity: 0.5;
964
+ border-color: #ec5d25;
965
+ background-color: #ec5d25;
966
+ }
967
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
968
+ border-color: #ffffff;
969
+ }
970
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
971
+ border-color: #b6bac3;
972
+ }
973
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
974
+ border-color: #6b7280;
975
+ }
976
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
977
+ outline: 2px solid #0a65e7;
978
+ }
979
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
980
+ cursor: not-allowed;
981
+ }
982
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
983
+ border-color: #b6bac3;
984
+ background-color: #f9fafb;
985
+ }
986
+ .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
987
+ color: #363e4f;
988
+ }
989
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
990
+ color: #363e4f;
991
+ font-weight: 400;
992
+ font-size: 0.875rem;
993
+ line-height: 20px;
994
+ }
995
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
996
+ color: #363e4f;
997
+ font-weight: 500;
998
+ font-size: 0.875rem;
999
+ line-height: 20px;
1000
+ }
1001
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
1002
+ opacity: 0.5;
1003
+ border-color: #ec5d25;
1004
+ background-color: #ec5d25;
1005
+ }
1006
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1007
+ border-color: #ffffff;
1008
+ }
1009
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
1010
+ border-color: #ec5d25 !important;
1011
+ background-color: #ec5d25 !important;
1012
+ }
1013
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1014
+ inset-inline-start: 50%;
1015
+ width: 60%;
1016
+ height: 3px;
1017
+ border-radius: 4px;
1018
+ background: white;
1019
+ }
1020
+
1021
+ /* src/atom/Radio/Radio.module.scss */
1022
+ .Radio-module__radio___1CPAk {
1023
+ display: flex;
1024
+ align-items: center;
1025
+ }
1026
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1027
+ height: 16px;
1028
+ width: 16px;
1029
+ }
1030
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1031
+ height: 20px;
1032
+ width: 20px;
1033
+ }
1034
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1035
+ height: 24px;
1036
+ width: 24px;
1037
+ }
1038
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1039
+ border-color: #EC5D25;
1040
+ background-color: #EC5D25;
1041
+ }
1042
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1043
+ border-color: #B94710;
1044
+ background-color: #B94710;
1045
+ }
1046
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1047
+ outline: 2px solid #0A65E7;
1048
+ }
1049
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1050
+ cursor: not-allowed;
1051
+ }
1052
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1053
+ border-color: #B6BAC3;
1054
+ background-color: #B6BAC3;
1055
+ }
1056
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1057
+ transform: scale(0.375);
1058
+ background-color: #FFFFFF;
1059
+ }
1060
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1061
+ border-color: #B6BAC3;
1062
+ }
1063
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1064
+ border-color: #6B7280;
1065
+ }
1066
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1067
+ outline: 2px solid #0A65E7;
1068
+ }
1069
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1070
+ cursor: not-allowed;
1071
+ }
1072
+ .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1073
+ border-color: #B6BAC3;
1074
+ background-color: #F9FAFB;
1075
+ }
1076
+ .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1077
+ color: #363E4F;
1078
+ font-weight: 400;
1079
+ font-size: 0.875rem;
1080
+ line-height: 20px;
1081
+ }
1082
+ .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1083
+ color: #363E4F;
1084
+ font-weight: 500;
1085
+ font-size: 0.875rem;
1086
+ line-height: 20px;
1087
+ }
1088
+
1130
1089
  /* src/atom/Tag/Tag.module.scss */
1131
1090
  .Tag-module__tag___PIkhI {
1132
1091
  border-radius: 0.25rem;
@@ -1222,6 +1181,52 @@
1222
1181
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
1223
1182
  }
1224
1183
 
1184
+ /* src/atom/Slider/Slider.module.scss */
1185
+ .Slider-module__label___9Uea- {
1186
+ font-size: 13px;
1187
+ line-height: 18px;
1188
+ --tw-text-opacity: 1;
1189
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1));
1190
+ }
1191
+
1192
+ .Slider-module__slider___JCS-c.ant-slider {
1193
+ margin-left: 0px;
1194
+ margin-right: 0px;
1195
+ }
1196
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
1197
+ box-shadow: 0 0 0 2px #ec5d25;
1198
+ transform: scale(1.25);
1199
+ }
1200
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
1201
+ content: unset;
1202
+ }
1203
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
1204
+ inset-inline-start: -1px;
1205
+ inset-block-start: -1px;
1206
+ }
1207
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
1208
+ --tw-bg-opacity: 1;
1209
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1210
+ height: 2px;
1211
+ }
1212
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
1213
+ background-color: transparent;
1214
+ }
1215
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
1216
+ --tw-bg-opacity: 1;
1217
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1218
+ }
1219
+
1220
+ /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
1221
+ .LoadingSpinner-module__spinnerContainer___DiPLf {
1222
+ display: flex;
1223
+ justify-content: center;
1224
+ align-items: center;
1225
+ height: 100%;
1226
+ margin-top: 2rem;
1227
+ margin-bottom: 2rem;
1228
+ }
1229
+
1225
1230
  /* src/atom/Modal/Modal.module.scss */
1226
1231
  .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
1227
1232
  margin-top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itilite/lumina-ui",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Itilite Lumina Design System UI Components",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",