@itilite/lumina-ui 1.1.8 → 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,39 +1,39 @@
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
- import {
20
- Radio_default
21
- } from "./chunk-2EBPXGRY.mjs";
22
22
  import {
23
23
  Checkbox_default
24
24
  } from "./chunk-UQZNUEZE.mjs";
25
25
  import {
26
- RangePicker_default
27
- } from "./chunk-B63IXC6M.mjs";
28
- import {
29
- Select_default
30
- } from "./chunk-IQHBVGA4.mjs";
26
+ Modal_default
27
+ } from "./chunk-UQJ3BDM4.mjs";
31
28
  import {
32
- Tooltip_default
33
- } from "./chunk-MLCMZRUC.mjs";
29
+ Button_default
30
+ } from "./chunk-AF2RKLH6.mjs";
34
31
  import {
35
32
  LoadingSpinner_default
36
33
  } from "./chunk-QKTMWS4J.mjs";
34
+ import {
35
+ Radio_default
36
+ } from "./chunk-2EBPXGRY.mjs";
37
37
  import "./chunk-ZTRM4HZJ.mjs";
38
38
  import "./chunk-FWCSY2DS.mjs";
39
39
  export {
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,6 +695,37 @@
690
695
 
691
696
 
692
697
  /* CSS Modules */
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));
706
+ }
707
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
708
+ background-color: white !important;
709
+ }
710
+
711
+ /* src/atom/Switch/Switch.module.scss */
712
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
713
+ height: 0.75rem;
714
+ min-width: 1.5rem
715
+ }
716
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
717
+ height: 0.5rem;
718
+ width: 0.5rem
719
+ }
720
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
721
+ --tw-bg-opacity: 1;
722
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
723
+ }
724
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
725
+ --tw-bg-opacity: 1;
726
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
727
+ }
728
+
693
729
  /* src/atom/Button/Button.module.scss */
694
730
  .Button-module__button___cLCyl {
695
731
  display: flex;
@@ -884,54 +920,170 @@
884
920
  outline: none;
885
921
  }
886
922
 
887
- /* src/atom/Switch/Switch.module.scss */
888
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
889
- height: 0.75rem;
890
- min-width: 1.5rem
923
+ /* src/atom/Checkbox/Checkbox.module.scss */
924
+ .Checkbox-module__checkbox___xxg5L {
925
+ display: flex;
926
+ align-items: center;
891
927
  }
892
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
893
- height: 0.5rem;
894
- width: 0.5rem
928
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
929
+ height: 16px;
930
+ width: 16px;
895
931
  }
896
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
897
- --tw-bg-opacity: 1;
898
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
932
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
933
+ height: 20px;
934
+ width: 20px;
899
935
  }
900
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
901
- --tw-bg-opacity: 1;
902
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
936
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
937
+ inset-inline-start: 27%;
903
938
  }
904
-
905
- /* src/atom/Slider/Slider.module.scss */
906
- .Slider-module__label___9Uea- {
907
- font-size: 13px;
908
- line-height: 18px;
909
- --tw-text-opacity: 1;
910
- color: rgb(54 62 79 / var(--tw-text-opacity, 1));
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;
911
1019
  }
912
1020
 
913
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
914
- box-shadow: 0 0 0 2px #ec5d25;
915
- transform: scale(1.25);
1021
+ /* src/atom/Radio/Radio.module.scss */
1022
+ .Radio-module__radio___1CPAk {
1023
+ display: flex;
1024
+ align-items: center;
916
1025
  }
917
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
918
- content: unset;
1026
+ .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1027
+ height: 16px;
1028
+ width: 16px;
919
1029
  }
920
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
921
- inset-inline-start: -1px;
922
- inset-block-start: -1px;
1030
+ .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1031
+ height: 20px;
1032
+ width: 20px;
923
1033
  }
924
- .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
925
- --tw-bg-opacity: 1;
926
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
927
- height: 2px;
1034
+ .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1035
+ height: 24px;
1036
+ width: 24px;
928
1037
  }
929
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
930
- background-color: transparent;
1038
+ .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1039
+ border-color: #EC5D25;
1040
+ background-color: #EC5D25;
931
1041
  }
932
- .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
933
- --tw-bg-opacity: 1;
934
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
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;
935
1087
  }
936
1088
 
937
1089
  /* src/atom/Tag/Tag.module.scss */
@@ -1029,115 +1181,40 @@
1029
1181
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
1030
1182
  }
1031
1183
 
1032
- /* src/atom/Tooltip/Tooltip.module.scss */
1033
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
1034
- background-color: white !important;
1035
- color: #111827;
1036
- border-radius: 0.5rem;
1037
- padding: 0.625rem;
1184
+ /* src/atom/Slider/Slider.module.scss */
1185
+ .Slider-module__label___9Uea- {
1186
+ font-size: 13px;
1187
+ line-height: 18px;
1038
1188
  --tw-text-opacity: 1;
1039
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
1040
- }
1041
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
1042
- background-color: white !important;
1189
+ color: rgb(54 62 79 / var(--tw-text-opacity, 1));
1043
1190
  }
1044
1191
 
1045
- /* src/atom/Checkbox/Checkbox.module.scss */
1046
- .Checkbox-module__checkbox___xxg5L {
1047
- display: flex;
1048
- align-items: center;
1049
- }
1050
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
1051
- height: 16px;
1052
- width: 16px;
1192
+ .Slider-module__slider___JCS-c.ant-slider {
1193
+ margin-left: 0px;
1194
+ margin-right: 0px;
1053
1195
  }
1054
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
1055
- height: 20px;
1056
- width: 20px;
1057
- }
1058
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
1059
- inset-inline-start: 27%;
1060
- }
1061
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
1062
- height: 24px;
1063
- width: 24px;
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);
1064
1199
  }
1065
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
1066
- inset-inline-start: 33%;
1200
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
1201
+ content: unset;
1067
1202
  }
1068
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
1069
- border-color: #ec5d25;
1070
- background-color: #ec5d25;
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;
1071
1206
  }
1072
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
1073
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
1074
- .ant-checkbox-inner {
1207
+ .Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
1075
1208
  --tw-bg-opacity: 1;
1076
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
1077
- }
1078
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
1079
- outline: 2px solid #0a65e7;
1080
- }
1081
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
1082
- cursor: not-allowed;
1083
- }
1084
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
1085
- opacity: 0.5;
1086
- border-color: #ec5d25;
1087
- background-color: #ec5d25;
1088
- }
1089
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
1090
- border-color: #ffffff;
1091
- }
1092
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
1093
- border-color: #b6bac3;
1094
- }
1095
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
1096
- border-color: #6b7280;
1097
- }
1098
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
1099
- outline: 2px solid #0a65e7;
1100
- }
1101
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
1102
- cursor: not-allowed;
1103
- }
1104
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
1105
- border-color: #b6bac3;
1106
- background-color: #f9fafb;
1107
- }
1108
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
1109
- color: #363e4f;
1110
- }
1111
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
1112
- color: #363e4f;
1113
- font-weight: 400;
1114
- font-size: 0.875rem;
1115
- line-height: 20px;
1116
- }
1117
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
1118
- color: #363e4f;
1119
- font-weight: 500;
1120
- font-size: 0.875rem;
1121
- line-height: 20px;
1122
- }
1123
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
1124
- opacity: 0.5;
1125
- border-color: #ec5d25;
1126
- background-color: #ec5d25;
1127
- }
1128
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1129
- border-color: #ffffff;
1209
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
1210
+ height: 2px;
1130
1211
  }
1131
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
1132
- border-color: #ec5d25 !important;
1133
- background-color: #ec5d25 !important;
1212
+ .Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
1213
+ background-color: transparent;
1134
1214
  }
1135
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
1136
- inset-inline-start: 50%;
1137
- width: 60%;
1138
- height: 3px;
1139
- border-radius: 4px;
1140
- background: white;
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));
1141
1218
  }
1142
1219
 
1143
1220
  /* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
@@ -1223,74 +1300,6 @@
1223
1300
  margin-inline-start: 0.5rem;
1224
1301
  }
1225
1302
 
1226
- /* src/atom/Radio/Radio.module.scss */
1227
- .Radio-module__radio___1CPAk {
1228
- display: flex;
1229
- align-items: center;
1230
- }
1231
- .Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
1232
- height: 16px;
1233
- width: 16px;
1234
- }
1235
- .Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
1236
- height: 20px;
1237
- width: 20px;
1238
- }
1239
- .Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
1240
- height: 24px;
1241
- width: 24px;
1242
- }
1243
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
1244
- border-color: #EC5D25;
1245
- background-color: #EC5D25;
1246
- }
1247
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
1248
- border-color: #B94710;
1249
- background-color: #B94710;
1250
- }
1251
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
1252
- outline: 2px solid #0A65E7;
1253
- }
1254
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
1255
- cursor: not-allowed;
1256
- }
1257
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
1258
- border-color: #B6BAC3;
1259
- background-color: #B6BAC3;
1260
- }
1261
- .Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
1262
- transform: scale(0.375);
1263
- background-color: #FFFFFF;
1264
- }
1265
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
1266
- border-color: #B6BAC3;
1267
- }
1268
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
1269
- border-color: #6B7280;
1270
- }
1271
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
1272
- outline: 2px solid #0A65E7;
1273
- }
1274
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
1275
- cursor: not-allowed;
1276
- }
1277
- .Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
1278
- border-color: #B6BAC3;
1279
- background-color: #F9FAFB;
1280
- }
1281
- .Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
1282
- color: #363E4F;
1283
- font-weight: 400;
1284
- font-size: 0.875rem;
1285
- line-height: 20px;
1286
- }
1287
- .Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
1288
- color: #363E4F;
1289
- font-weight: 500;
1290
- font-size: 0.875rem;
1291
- line-height: 20px;
1292
- }
1293
-
1294
1303
  /* src/atom/RangePicker/RangePicker.module.scss */
1295
1304
  .RangePicker-module__range_start___hGQp-::after {
1296
1305
  content: "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itilite/lumina-ui",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "description": "Itilite Lumina Design System UI Components",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",