@itilite/lumina-ui 1.1.7 → 1.1.8
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 +5 -5
- package/dist/styles.css +223 -251
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
RangePicker_default
|
|
3
|
-
} from "./chunk-B63IXC6M.mjs";
|
|
4
1
|
import {
|
|
5
2
|
Slider_default
|
|
6
3
|
} from "./chunk-D3N7VFER.mjs";
|
|
@@ -19,12 +16,15 @@ import {
|
|
|
19
16
|
import {
|
|
20
17
|
Button_default
|
|
21
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
|
-
|
|
27
|
-
} from "./chunk-
|
|
26
|
+
RangePicker_default
|
|
27
|
+
} from "./chunk-B63IXC6M.mjs";
|
|
28
28
|
import {
|
|
29
29
|
Select_default
|
|
30
30
|
} from "./chunk-IQHBVGA4.mjs";
|
package/dist/styles.css
CHANGED
|
@@ -144,9 +144,6 @@
|
|
|
144
144
|
.tw-grid {
|
|
145
145
|
display: grid
|
|
146
146
|
}
|
|
147
|
-
.tw-h-0 {
|
|
148
|
-
height: 0px
|
|
149
|
-
}
|
|
150
147
|
.tw-h-10 {
|
|
151
148
|
height: 2.5rem
|
|
152
149
|
}
|
|
@@ -381,10 +378,6 @@
|
|
|
381
378
|
--tw-bg-opacity: 1;
|
|
382
379
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
|
|
383
380
|
}
|
|
384
|
-
.tw-bg-color-surface-dark {
|
|
385
|
-
--tw-bg-opacity: 1;
|
|
386
|
-
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))
|
|
387
|
-
}
|
|
388
381
|
.tw-bg-gray-200 {
|
|
389
382
|
--tw-bg-opacity: 1;
|
|
390
383
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
|
|
@@ -697,175 +690,6 @@
|
|
|
697
690
|
|
|
698
691
|
|
|
699
692
|
/* CSS Modules */
|
|
700
|
-
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
701
|
-
.Checkbox-module__checkbox___xxg5L {
|
|
702
|
-
display: flex;
|
|
703
|
-
align-items: center;
|
|
704
|
-
}
|
|
705
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
706
|
-
height: 16px;
|
|
707
|
-
width: 16px;
|
|
708
|
-
}
|
|
709
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
710
|
-
height: 20px;
|
|
711
|
-
width: 20px;
|
|
712
|
-
}
|
|
713
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
714
|
-
inset-inline-start: 27%;
|
|
715
|
-
}
|
|
716
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
717
|
-
height: 24px;
|
|
718
|
-
width: 24px;
|
|
719
|
-
}
|
|
720
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
721
|
-
inset-inline-start: 33%;
|
|
722
|
-
}
|
|
723
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
724
|
-
border-color: #ec5d25;
|
|
725
|
-
background-color: #ec5d25;
|
|
726
|
-
}
|
|
727
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
728
|
-
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
729
|
-
.ant-checkbox-inner {
|
|
730
|
-
--tw-bg-opacity: 1;
|
|
731
|
-
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
732
|
-
}
|
|
733
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
|
|
734
|
-
outline: 2px solid #0a65e7;
|
|
735
|
-
}
|
|
736
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
|
|
737
|
-
cursor: not-allowed;
|
|
738
|
-
}
|
|
739
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
|
|
740
|
-
opacity: 0.5;
|
|
741
|
-
border-color: #ec5d25;
|
|
742
|
-
background-color: #ec5d25;
|
|
743
|
-
}
|
|
744
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
745
|
-
border-color: #ffffff;
|
|
746
|
-
}
|
|
747
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
|
|
748
|
-
border-color: #b6bac3;
|
|
749
|
-
}
|
|
750
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
|
|
751
|
-
border-color: #6b7280;
|
|
752
|
-
}
|
|
753
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
|
|
754
|
-
outline: 2px solid #0a65e7;
|
|
755
|
-
}
|
|
756
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
|
|
757
|
-
cursor: not-allowed;
|
|
758
|
-
}
|
|
759
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
|
|
760
|
-
border-color: #b6bac3;
|
|
761
|
-
background-color: #f9fafb;
|
|
762
|
-
}
|
|
763
|
-
.Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
|
|
764
|
-
color: #363e4f;
|
|
765
|
-
}
|
|
766
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
|
|
767
|
-
color: #363e4f;
|
|
768
|
-
font-weight: 400;
|
|
769
|
-
font-size: 0.875rem;
|
|
770
|
-
line-height: 20px;
|
|
771
|
-
}
|
|
772
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
|
|
773
|
-
color: #363e4f;
|
|
774
|
-
font-weight: 500;
|
|
775
|
-
font-size: 0.875rem;
|
|
776
|
-
line-height: 20px;
|
|
777
|
-
}
|
|
778
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
779
|
-
opacity: 0.5;
|
|
780
|
-
border-color: #ec5d25;
|
|
781
|
-
background-color: #ec5d25;
|
|
782
|
-
}
|
|
783
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
784
|
-
border-color: #ffffff;
|
|
785
|
-
}
|
|
786
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
787
|
-
border-color: #ec5d25 !important;
|
|
788
|
-
background-color: #ec5d25 !important;
|
|
789
|
-
}
|
|
790
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
791
|
-
inset-inline-start: 50%;
|
|
792
|
-
width: 60%;
|
|
793
|
-
height: 3px;
|
|
794
|
-
border-radius: 4px;
|
|
795
|
-
background: white;
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
/* src/atom/Slider/Slider.module.scss */
|
|
799
|
-
.Slider-module__label___9Uea- {
|
|
800
|
-
font-size: 13px;
|
|
801
|
-
line-height: 18px;
|
|
802
|
-
--tw-text-opacity: 1;
|
|
803
|
-
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
807
|
-
box-shadow: 0 0 0 2px #ec5d25;
|
|
808
|
-
transform: scale(1.25);
|
|
809
|
-
}
|
|
810
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
811
|
-
content: unset;
|
|
812
|
-
}
|
|
813
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
814
|
-
inset-inline-start: -1px;
|
|
815
|
-
inset-block-start: -1px;
|
|
816
|
-
}
|
|
817
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
818
|
-
--tw-bg-opacity: 1;
|
|
819
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
820
|
-
height: 2px;
|
|
821
|
-
}
|
|
822
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-handle::after {
|
|
823
|
-
box-shadow: 0 4px 4px 0 rgba(250, 166, 102, 0.2);
|
|
824
|
-
--tw-bg-opacity: 1;
|
|
825
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
826
|
-
width: 12px;
|
|
827
|
-
height: 12px;
|
|
828
|
-
top: -2px;
|
|
829
|
-
}
|
|
830
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-handle::before {
|
|
831
|
-
content: "";
|
|
832
|
-
position: absolute;
|
|
833
|
-
width: 5px;
|
|
834
|
-
height: 5px;
|
|
835
|
-
background: white;
|
|
836
|
-
border-radius: 50%;
|
|
837
|
-
top: 4px;
|
|
838
|
-
left: 54%;
|
|
839
|
-
transform: translate(-50%, -50%);
|
|
840
|
-
z-index: 1;
|
|
841
|
-
}
|
|
842
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
843
|
-
background-color: transparent;
|
|
844
|
-
}
|
|
845
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
846
|
-
height: 0.125rem;
|
|
847
|
-
--tw-bg-opacity: 1;
|
|
848
|
-
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
/* src/atom/Switch/Switch.module.scss */
|
|
852
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
853
|
-
height: 0.75rem;
|
|
854
|
-
min-width: 1.5rem
|
|
855
|
-
}
|
|
856
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
857
|
-
height: 0.5rem;
|
|
858
|
-
width: 0.5rem
|
|
859
|
-
}
|
|
860
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
861
|
-
--tw-bg-opacity: 1;
|
|
862
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
863
|
-
}
|
|
864
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
865
|
-
--tw-bg-opacity: 1;
|
|
866
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
867
|
-
}
|
|
868
|
-
|
|
869
693
|
/* src/atom/Button/Button.module.scss */
|
|
870
694
|
.Button-module__button___cLCyl {
|
|
871
695
|
display: flex;
|
|
@@ -1060,85 +884,54 @@
|
|
|
1060
884
|
outline: none;
|
|
1061
885
|
}
|
|
1062
886
|
|
|
1063
|
-
/* src/atom/
|
|
1064
|
-
.
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
border-radius: 0.5rem;
|
|
1068
|
-
padding: 0.625rem;
|
|
1069
|
-
--tw-text-opacity: 1;
|
|
1070
|
-
color: rgb(33 40 55 / var(--tw-text-opacity, 1));
|
|
1071
|
-
}
|
|
1072
|
-
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
1073
|
-
background-color: white !important;
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
/* src/atom/Radio/Radio.module.scss */
|
|
1077
|
-
.Radio-module__radio___1CPAk {
|
|
1078
|
-
display: flex;
|
|
1079
|
-
align-items: center;
|
|
1080
|
-
}
|
|
1081
|
-
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
1082
|
-
height: 16px;
|
|
1083
|
-
width: 16px;
|
|
1084
|
-
}
|
|
1085
|
-
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
1086
|
-
height: 20px;
|
|
1087
|
-
width: 20px;
|
|
1088
|
-
}
|
|
1089
|
-
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
1090
|
-
height: 24px;
|
|
1091
|
-
width: 24px;
|
|
1092
|
-
}
|
|
1093
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
1094
|
-
border-color: #EC5D25;
|
|
1095
|
-
background-color: #EC5D25;
|
|
1096
|
-
}
|
|
1097
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
1098
|
-
border-color: #B94710;
|
|
1099
|
-
background-color: #B94710;
|
|
1100
|
-
}
|
|
1101
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
1102
|
-
outline: 2px solid #0A65E7;
|
|
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
|
|
1103
891
|
}
|
|
1104
|
-
.
|
|
1105
|
-
|
|
892
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
893
|
+
height: 0.5rem;
|
|
894
|
+
width: 0.5rem
|
|
1106
895
|
}
|
|
1107
|
-
.
|
|
1108
|
-
|
|
1109
|
-
|
|
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))
|
|
1110
899
|
}
|
|
1111
|
-
.
|
|
1112
|
-
|
|
1113
|
-
|
|
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))
|
|
1114
903
|
}
|
|
1115
|
-
|
|
1116
|
-
|
|
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));
|
|
1117
911
|
}
|
|
1118
|
-
|
|
1119
|
-
|
|
912
|
+
|
|
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);
|
|
1120
916
|
}
|
|
1121
|
-
.
|
|
1122
|
-
|
|
917
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
918
|
+
content: unset;
|
|
1123
919
|
}
|
|
1124
|
-
.
|
|
1125
|
-
|
|
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;
|
|
1126
923
|
}
|
|
1127
|
-
.
|
|
1128
|
-
|
|
1129
|
-
background-color:
|
|
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;
|
|
1130
928
|
}
|
|
1131
|
-
.
|
|
1132
|
-
color:
|
|
1133
|
-
font-weight: 400;
|
|
1134
|
-
font-size: 0.875rem;
|
|
1135
|
-
line-height: 20px;
|
|
929
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
930
|
+
background-color: transparent;
|
|
1136
931
|
}
|
|
1137
|
-
.
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
font-size: 0.875rem;
|
|
1141
|
-
line-height: 20px;
|
|
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));
|
|
1142
935
|
}
|
|
1143
936
|
|
|
1144
937
|
/* src/atom/Tag/Tag.module.scss */
|
|
@@ -1236,6 +1029,127 @@
|
|
|
1236
1029
|
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
1237
1030
|
}
|
|
1238
1031
|
|
|
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;
|
|
1038
|
+
--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;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
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;
|
|
1053
|
+
}
|
|
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;
|
|
1064
|
+
}
|
|
1065
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
1066
|
+
inset-inline-start: 33%;
|
|
1067
|
+
}
|
|
1068
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
1069
|
+
border-color: #ec5d25;
|
|
1070
|
+
background-color: #ec5d25;
|
|
1071
|
+
}
|
|
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 {
|
|
1075
|
+
--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;
|
|
1130
|
+
}
|
|
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;
|
|
1134
|
+
}
|
|
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;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
1144
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
1145
|
+
display: flex;
|
|
1146
|
+
justify-content: center;
|
|
1147
|
+
align-items: center;
|
|
1148
|
+
height: 100%;
|
|
1149
|
+
margin-top: 2rem;
|
|
1150
|
+
margin-bottom: 2rem;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1239
1153
|
/* src/atom/Modal/Modal.module.scss */
|
|
1240
1154
|
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
1241
1155
|
margin-top: 0;
|
|
@@ -1309,14 +1223,72 @@
|
|
|
1309
1223
|
margin-inline-start: 0.5rem;
|
|
1310
1224
|
}
|
|
1311
1225
|
|
|
1312
|
-
/* src/atom/
|
|
1313
|
-
.
|
|
1226
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
1227
|
+
.Radio-module__radio___1CPAk {
|
|
1314
1228
|
display: flex;
|
|
1315
|
-
justify-content: center;
|
|
1316
1229
|
align-items: center;
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
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;
|
|
1320
1292
|
}
|
|
1321
1293
|
|
|
1322
1294
|
/* src/atom/RangePicker/RangePicker.module.scss */
|