@itilite/lumina-ui 1.1.11 → 1.1.12
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/atom/RangePicker/RangePicker.js +105 -102
- package/dist/atom/RangePicker/RangePicker.mjs +2 -2
- package/dist/atom/Select/Select.d.mts +1 -4
- package/dist/atom/Select/Select.d.ts +1 -4
- package/dist/atom/Select/Select.js +105 -102
- package/dist/atom/Select/Select.mjs +1 -1
- package/dist/chunk-3AWYHB3A.mjs +618 -0
- package/dist/chunk-3WWAOBS6.mjs +633 -0
- package/dist/chunk-57YKBWEI.mjs +673 -0
- package/dist/chunk-5BBLW4MR.mjs +670 -0
- package/dist/chunk-6XGVIU52.mjs +679 -0
- package/dist/chunk-BKPTZNXK.mjs +618 -0
- package/dist/chunk-CNN74G3M.mjs +666 -0
- package/dist/chunk-CPOZJCLV.mjs +681 -0
- package/dist/chunk-DRNY4L7J.mjs +618 -0
- package/dist/chunk-G7I4NT42.mjs +720 -0
- package/dist/chunk-GU5F7Z7I.mjs +681 -0
- package/dist/chunk-HPDJYQXM.mjs +663 -0
- package/dist/chunk-HTYOI6JT.mjs +618 -0
- package/dist/chunk-IIJUGDEJ.mjs +618 -0
- package/dist/chunk-J327EMX2.mjs +663 -0
- package/dist/chunk-J3ZBXBJ2.mjs +689 -0
- package/dist/chunk-JEAZCSST.mjs +676 -0
- package/dist/chunk-KDR6M52K.mjs +723 -0
- package/dist/chunk-LEPDKBT2.mjs +709 -0
- package/dist/chunk-LH55S6HJ.mjs +618 -0
- package/dist/chunk-MO7JTKPH.mjs +618 -0
- package/dist/chunk-MWC57EU6.mjs +666 -0
- package/dist/chunk-OMXQ6VML.mjs +618 -0
- package/dist/chunk-PSESRID3.mjs +681 -0
- package/dist/chunk-RAWVG2MM.mjs +618 -0
- package/dist/chunk-T2Y6AXM5.mjs +618 -0
- package/dist/chunk-THT4ALWQ.mjs +618 -0
- package/dist/chunk-TWV2Z27S.mjs +618 -0
- package/dist/chunk-UPUD2FQL.mjs +618 -0
- package/dist/chunk-UUTSL2NM.mjs +618 -0
- package/dist/chunk-WCYB5OTY.mjs +618 -0
- package/dist/chunk-YCAOWGDP.mjs +618 -0
- package/dist/chunk-ZUUAXTPM.mjs +618 -0
- package/dist/index.js +105 -102
- package/dist/index.mjs +11 -11
- package/dist/styles.css +254 -254
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -691,226 +691,6 @@
|
|
|
691
691
|
|
|
692
692
|
|
|
693
693
|
/* CSS Modules */
|
|
694
|
-
/* src/atom/Tooltip/Tooltip.module.scss */
|
|
695
|
-
.Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
|
|
696
|
-
background-color: white !important;
|
|
697
|
-
color: #111827;
|
|
698
|
-
border-radius: 0.5rem;
|
|
699
|
-
padding: 0.625rem;
|
|
700
|
-
--tw-text-opacity: 1;
|
|
701
|
-
color: rgb(33 40 55 / var(--tw-text-opacity, 1));
|
|
702
|
-
}
|
|
703
|
-
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
704
|
-
background-color: white !important;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
708
|
-
.Checkbox-module__checkbox___xxg5L {
|
|
709
|
-
display: flex;
|
|
710
|
-
align-items: center;
|
|
711
|
-
}
|
|
712
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
713
|
-
height: 16px;
|
|
714
|
-
width: 16px;
|
|
715
|
-
}
|
|
716
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
717
|
-
height: 20px;
|
|
718
|
-
width: 20px;
|
|
719
|
-
}
|
|
720
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
721
|
-
inset-inline-start: 27%;
|
|
722
|
-
}
|
|
723
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
724
|
-
height: 24px;
|
|
725
|
-
width: 24px;
|
|
726
|
-
}
|
|
727
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
728
|
-
inset-inline-start: 33%;
|
|
729
|
-
}
|
|
730
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
731
|
-
border-color: #ec5d25;
|
|
732
|
-
background-color: #ec5d25;
|
|
733
|
-
}
|
|
734
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
735
|
-
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
736
|
-
.ant-checkbox-inner {
|
|
737
|
-
--tw-bg-opacity: 1;
|
|
738
|
-
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
739
|
-
}
|
|
740
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
|
|
741
|
-
outline: 2px solid #0a65e7;
|
|
742
|
-
}
|
|
743
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
|
|
744
|
-
cursor: not-allowed;
|
|
745
|
-
}
|
|
746
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
|
|
747
|
-
opacity: 0.5;
|
|
748
|
-
border-color: #ec5d25;
|
|
749
|
-
background-color: #ec5d25;
|
|
750
|
-
}
|
|
751
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
752
|
-
border-color: #ffffff;
|
|
753
|
-
}
|
|
754
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
|
|
755
|
-
border-color: #b6bac3;
|
|
756
|
-
}
|
|
757
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
|
|
758
|
-
border-color: #6b7280;
|
|
759
|
-
}
|
|
760
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
|
|
761
|
-
outline: 2px solid #0a65e7;
|
|
762
|
-
}
|
|
763
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
|
|
764
|
-
cursor: not-allowed;
|
|
765
|
-
}
|
|
766
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
|
|
767
|
-
border-color: #b6bac3;
|
|
768
|
-
background-color: #f9fafb;
|
|
769
|
-
}
|
|
770
|
-
.Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
|
|
771
|
-
color: #363e4f;
|
|
772
|
-
}
|
|
773
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
|
|
774
|
-
color: #363e4f;
|
|
775
|
-
font-weight: 400;
|
|
776
|
-
font-size: 0.875rem;
|
|
777
|
-
line-height: 20px;
|
|
778
|
-
}
|
|
779
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
|
|
780
|
-
color: #363e4f;
|
|
781
|
-
font-weight: 500;
|
|
782
|
-
font-size: 0.875rem;
|
|
783
|
-
line-height: 20px;
|
|
784
|
-
}
|
|
785
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
786
|
-
opacity: 0.5;
|
|
787
|
-
border-color: #ec5d25;
|
|
788
|
-
background-color: #ec5d25;
|
|
789
|
-
}
|
|
790
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
791
|
-
border-color: #ffffff;
|
|
792
|
-
}
|
|
793
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
794
|
-
border-color: #ec5d25 !important;
|
|
795
|
-
background-color: #ec5d25 !important;
|
|
796
|
-
}
|
|
797
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
798
|
-
inset-inline-start: 50%;
|
|
799
|
-
width: 60%;
|
|
800
|
-
height: 3px;
|
|
801
|
-
border-radius: 4px;
|
|
802
|
-
background: white;
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
/* src/atom/Modal/Modal.module.scss */
|
|
806
|
-
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
807
|
-
margin-top: 0;
|
|
808
|
-
margin-top: 0px;
|
|
809
|
-
}
|
|
810
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
811
|
-
padding: 24px;
|
|
812
|
-
padding: 1.5rem;
|
|
813
|
-
display: flex;
|
|
814
|
-
justify-content: flex-end;
|
|
815
|
-
}
|
|
816
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
817
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
818
|
-
min-width: 92px;
|
|
819
|
-
}
|
|
820
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
821
|
-
padding: 24px;
|
|
822
|
-
padding: 1.5rem;
|
|
823
|
-
padding-top: 0px;
|
|
824
|
-
display: flex;
|
|
825
|
-
justify-content: flex-end;
|
|
826
|
-
}
|
|
827
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
828
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
829
|
-
width: 50%;
|
|
830
|
-
}
|
|
831
|
-
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
832
|
-
padding: 0;
|
|
833
|
-
border-radius: 0.75rem;
|
|
834
|
-
padding: 0px;
|
|
835
|
-
}
|
|
836
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
837
|
-
margin-bottom: 0px;
|
|
838
|
-
padding: 1rem;
|
|
839
|
-
}
|
|
840
|
-
@media (min-width: 576px) {
|
|
841
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
842
|
-
padding: 1.5rem;
|
|
843
|
-
}
|
|
844
|
-
}
|
|
845
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
846
|
-
justify-content: flex-start;
|
|
847
|
-
padding-right: 1.25rem;
|
|
848
|
-
font-size: 1.25rem;
|
|
849
|
-
font-weight: 500;
|
|
850
|
-
line-height: 1.75rem;
|
|
851
|
-
--tw-text-opacity: 1;
|
|
852
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
853
|
-
}
|
|
854
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
855
|
-
display: flex;
|
|
856
|
-
align-items: flex-end;
|
|
857
|
-
justify-content: center;
|
|
858
|
-
}
|
|
859
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
860
|
-
display: flex;
|
|
861
|
-
align-items: center;
|
|
862
|
-
justify-content: center;
|
|
863
|
-
}
|
|
864
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
865
|
-
padding: 0 1.5rem 1.5rem;
|
|
866
|
-
max-height: 65vh;
|
|
867
|
-
overflow: auto;
|
|
868
|
-
}
|
|
869
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
870
|
-
top: 1.5rem;
|
|
871
|
-
right: 1.5rem;
|
|
872
|
-
padding-bottom: 0.25rem;
|
|
873
|
-
}
|
|
874
|
-
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
875
|
-
margin-inline-start: 0.5rem;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
/* src/atom/Slider/Slider.module.scss */
|
|
879
|
-
.Slider-module__label___9Uea- {
|
|
880
|
-
font-size: 13px;
|
|
881
|
-
line-height: 18px;
|
|
882
|
-
--tw-text-opacity: 1;
|
|
883
|
-
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.Slider-module__slider___JCS-c.ant-slider {
|
|
887
|
-
margin-left: 0px;
|
|
888
|
-
margin-right: 0px;
|
|
889
|
-
}
|
|
890
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
891
|
-
box-shadow: 0 0 0 2px #ec5d25;
|
|
892
|
-
transform: scale(1.25);
|
|
893
|
-
}
|
|
894
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
895
|
-
content: unset;
|
|
896
|
-
}
|
|
897
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
898
|
-
inset-inline-start: -1px;
|
|
899
|
-
inset-block-start: -1px;
|
|
900
|
-
}
|
|
901
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
902
|
-
--tw-bg-opacity: 1;
|
|
903
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
904
|
-
height: 2px;
|
|
905
|
-
}
|
|
906
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
907
|
-
background-color: transparent;
|
|
908
|
-
}
|
|
909
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
910
|
-
--tw-bg-opacity: 1;
|
|
911
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
912
|
-
}
|
|
913
|
-
|
|
914
694
|
/* src/atom/Tag/Tag.module.scss */
|
|
915
695
|
.Tag-module__tag___PIkhI {
|
|
916
696
|
border-radius: 0.25rem;
|
|
@@ -1006,6 +786,55 @@
|
|
|
1006
786
|
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
1007
787
|
}
|
|
1008
788
|
|
|
789
|
+
/* src/atom/Slider/Slider.module.scss */
|
|
790
|
+
.Slider-module__label___9Uea- {
|
|
791
|
+
font-size: 13px;
|
|
792
|
+
line-height: 18px;
|
|
793
|
+
--tw-text-opacity: 1;
|
|
794
|
+
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.Slider-module__slider___JCS-c.ant-slider {
|
|
798
|
+
margin-left: 0px;
|
|
799
|
+
margin-right: 0px;
|
|
800
|
+
}
|
|
801
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
802
|
+
box-shadow: 0 0 0 2px #ec5d25;
|
|
803
|
+
transform: scale(1.25);
|
|
804
|
+
}
|
|
805
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
806
|
+
content: unset;
|
|
807
|
+
}
|
|
808
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
809
|
+
inset-inline-start: -1px;
|
|
810
|
+
inset-block-start: -1px;
|
|
811
|
+
}
|
|
812
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
813
|
+
--tw-bg-opacity: 1;
|
|
814
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
815
|
+
height: 2px;
|
|
816
|
+
}
|
|
817
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
818
|
+
background-color: transparent;
|
|
819
|
+
}
|
|
820
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
821
|
+
--tw-bg-opacity: 1;
|
|
822
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
/* src/atom/Tooltip/Tooltip.module.scss */
|
|
826
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
|
|
827
|
+
background-color: white !important;
|
|
828
|
+
color: #111827;
|
|
829
|
+
border-radius: 0.5rem;
|
|
830
|
+
padding: 0.625rem;
|
|
831
|
+
--tw-text-opacity: 1;
|
|
832
|
+
color: rgb(33 40 55 / var(--tw-text-opacity, 1));
|
|
833
|
+
}
|
|
834
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
835
|
+
background-color: white !important;
|
|
836
|
+
}
|
|
837
|
+
|
|
1009
838
|
/* src/atom/Switch/Switch.module.scss */
|
|
1010
839
|
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
1011
840
|
height: 0.75rem;
|
|
@@ -1024,6 +853,74 @@
|
|
|
1024
853
|
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1025
854
|
}
|
|
1026
855
|
|
|
856
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
857
|
+
.Radio-module__radio___1CPAk {
|
|
858
|
+
display: flex;
|
|
859
|
+
align-items: center;
|
|
860
|
+
}
|
|
861
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
862
|
+
height: 16px;
|
|
863
|
+
width: 16px;
|
|
864
|
+
}
|
|
865
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
866
|
+
height: 20px;
|
|
867
|
+
width: 20px;
|
|
868
|
+
}
|
|
869
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
870
|
+
height: 24px;
|
|
871
|
+
width: 24px;
|
|
872
|
+
}
|
|
873
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
874
|
+
border-color: #EC5D25;
|
|
875
|
+
background-color: #EC5D25;
|
|
876
|
+
}
|
|
877
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
878
|
+
border-color: #B94710;
|
|
879
|
+
background-color: #B94710;
|
|
880
|
+
}
|
|
881
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
882
|
+
outline: 2px solid #0A65E7;
|
|
883
|
+
}
|
|
884
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
885
|
+
cursor: not-allowed;
|
|
886
|
+
}
|
|
887
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
888
|
+
border-color: #B6BAC3;
|
|
889
|
+
background-color: #B6BAC3;
|
|
890
|
+
}
|
|
891
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
892
|
+
transform: scale(0.375);
|
|
893
|
+
background-color: #FFFFFF;
|
|
894
|
+
}
|
|
895
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
896
|
+
border-color: #B6BAC3;
|
|
897
|
+
}
|
|
898
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
899
|
+
border-color: #6B7280;
|
|
900
|
+
}
|
|
901
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
902
|
+
outline: 2px solid #0A65E7;
|
|
903
|
+
}
|
|
904
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
905
|
+
cursor: not-allowed;
|
|
906
|
+
}
|
|
907
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
908
|
+
border-color: #B6BAC3;
|
|
909
|
+
background-color: #F9FAFB;
|
|
910
|
+
}
|
|
911
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
912
|
+
color: #363E4F;
|
|
913
|
+
font-weight: 400;
|
|
914
|
+
font-size: 0.875rem;
|
|
915
|
+
line-height: 20px;
|
|
916
|
+
}
|
|
917
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
918
|
+
color: #363E4F;
|
|
919
|
+
font-weight: 500;
|
|
920
|
+
font-size: 0.875rem;
|
|
921
|
+
line-height: 20px;
|
|
922
|
+
}
|
|
923
|
+
|
|
1027
924
|
/* src/atom/Button/Button.module.scss */
|
|
1028
925
|
.Button-module__button___cLCyl {
|
|
1029
926
|
display: flex;
|
|
@@ -1218,73 +1115,103 @@
|
|
|
1218
1115
|
outline: none;
|
|
1219
1116
|
}
|
|
1220
1117
|
|
|
1221
|
-
/* src/atom/
|
|
1222
|
-
.
|
|
1118
|
+
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
1119
|
+
.Checkbox-module__checkbox___xxg5L {
|
|
1223
1120
|
display: flex;
|
|
1224
1121
|
align-items: center;
|
|
1225
1122
|
}
|
|
1226
|
-
.
|
|
1123
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
1227
1124
|
height: 16px;
|
|
1228
1125
|
width: 16px;
|
|
1229
1126
|
}
|
|
1230
|
-
.
|
|
1127
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
1231
1128
|
height: 20px;
|
|
1232
1129
|
width: 20px;
|
|
1233
1130
|
}
|
|
1234
|
-
.
|
|
1131
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
1132
|
+
inset-inline-start: 27%;
|
|
1133
|
+
}
|
|
1134
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
1235
1135
|
height: 24px;
|
|
1236
1136
|
width: 24px;
|
|
1237
1137
|
}
|
|
1238
|
-
.
|
|
1239
|
-
|
|
1240
|
-
background-color: #EC5D25;
|
|
1138
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
1139
|
+
inset-inline-start: 33%;
|
|
1241
1140
|
}
|
|
1242
|
-
.
|
|
1243
|
-
border-color: #
|
|
1244
|
-
background-color: #
|
|
1141
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
1142
|
+
border-color: #ec5d25;
|
|
1143
|
+
background-color: #ec5d25;
|
|
1245
1144
|
}
|
|
1246
|
-
.
|
|
1247
|
-
|
|
1145
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
1146
|
+
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
1147
|
+
.ant-checkbox-inner {
|
|
1148
|
+
--tw-bg-opacity: 1;
|
|
1149
|
+
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
1248
1150
|
}
|
|
1249
|
-
.
|
|
1151
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
|
|
1152
|
+
outline: 2px solid #0a65e7;
|
|
1153
|
+
}
|
|
1154
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
|
|
1250
1155
|
cursor: not-allowed;
|
|
1251
1156
|
}
|
|
1252
|
-
.
|
|
1253
|
-
|
|
1254
|
-
|
|
1157
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
|
|
1158
|
+
opacity: 0.5;
|
|
1159
|
+
border-color: #ec5d25;
|
|
1160
|
+
background-color: #ec5d25;
|
|
1255
1161
|
}
|
|
1256
|
-
.
|
|
1257
|
-
|
|
1258
|
-
background-color: #FFFFFF;
|
|
1162
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
1163
|
+
border-color: #ffffff;
|
|
1259
1164
|
}
|
|
1260
|
-
.
|
|
1261
|
-
border-color: #
|
|
1165
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
|
|
1166
|
+
border-color: #b6bac3;
|
|
1262
1167
|
}
|
|
1263
|
-
.
|
|
1264
|
-
border-color: #
|
|
1168
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
|
|
1169
|
+
border-color: #6b7280;
|
|
1265
1170
|
}
|
|
1266
|
-
.
|
|
1267
|
-
outline: 2px solid #
|
|
1171
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
|
|
1172
|
+
outline: 2px solid #0a65e7;
|
|
1268
1173
|
}
|
|
1269
|
-
.
|
|
1174
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
|
|
1270
1175
|
cursor: not-allowed;
|
|
1271
1176
|
}
|
|
1272
|
-
.
|
|
1273
|
-
border-color: #
|
|
1274
|
-
background-color: #
|
|
1177
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
|
|
1178
|
+
border-color: #b6bac3;
|
|
1179
|
+
background-color: #f9fafb;
|
|
1275
1180
|
}
|
|
1276
|
-
.
|
|
1277
|
-
color: #
|
|
1181
|
+
.Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
|
|
1182
|
+
color: #363e4f;
|
|
1183
|
+
}
|
|
1184
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
|
|
1185
|
+
color: #363e4f;
|
|
1278
1186
|
font-weight: 400;
|
|
1279
1187
|
font-size: 0.875rem;
|
|
1280
1188
|
line-height: 20px;
|
|
1281
1189
|
}
|
|
1282
|
-
.
|
|
1283
|
-
color: #
|
|
1190
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
|
|
1191
|
+
color: #363e4f;
|
|
1284
1192
|
font-weight: 500;
|
|
1285
1193
|
font-size: 0.875rem;
|
|
1286
1194
|
line-height: 20px;
|
|
1287
1195
|
}
|
|
1196
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1197
|
+
opacity: 0.5;
|
|
1198
|
+
border-color: #ec5d25;
|
|
1199
|
+
background-color: #ec5d25;
|
|
1200
|
+
}
|
|
1201
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1202
|
+
border-color: #ffffff;
|
|
1203
|
+
}
|
|
1204
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1205
|
+
border-color: #ec5d25 !important;
|
|
1206
|
+
background-color: #ec5d25 !important;
|
|
1207
|
+
}
|
|
1208
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1209
|
+
inset-inline-start: 50%;
|
|
1210
|
+
width: 60%;
|
|
1211
|
+
height: 3px;
|
|
1212
|
+
border-radius: 4px;
|
|
1213
|
+
background: white;
|
|
1214
|
+
}
|
|
1288
1215
|
|
|
1289
1216
|
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
1290
1217
|
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
@@ -1296,6 +1223,79 @@
|
|
|
1296
1223
|
margin-bottom: 2rem;
|
|
1297
1224
|
}
|
|
1298
1225
|
|
|
1226
|
+
/* src/atom/Modal/Modal.module.scss */
|
|
1227
|
+
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
1228
|
+
margin-top: 0;
|
|
1229
|
+
margin-top: 0px;
|
|
1230
|
+
}
|
|
1231
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
1232
|
+
padding: 24px;
|
|
1233
|
+
padding: 1.5rem;
|
|
1234
|
+
display: flex;
|
|
1235
|
+
justify-content: flex-end;
|
|
1236
|
+
}
|
|
1237
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1238
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1239
|
+
min-width: 92px;
|
|
1240
|
+
}
|
|
1241
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
1242
|
+
padding: 24px;
|
|
1243
|
+
padding: 1.5rem;
|
|
1244
|
+
padding-top: 0px;
|
|
1245
|
+
display: flex;
|
|
1246
|
+
justify-content: flex-end;
|
|
1247
|
+
}
|
|
1248
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1249
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1250
|
+
width: 50%;
|
|
1251
|
+
}
|
|
1252
|
+
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
1253
|
+
padding: 0;
|
|
1254
|
+
border-radius: 0.75rem;
|
|
1255
|
+
padding: 0px;
|
|
1256
|
+
}
|
|
1257
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1258
|
+
margin-bottom: 0px;
|
|
1259
|
+
padding: 1rem;
|
|
1260
|
+
}
|
|
1261
|
+
@media (min-width: 576px) {
|
|
1262
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1263
|
+
padding: 1.5rem;
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
1267
|
+
justify-content: flex-start;
|
|
1268
|
+
padding-right: 1.25rem;
|
|
1269
|
+
font-size: 1.25rem;
|
|
1270
|
+
font-weight: 500;
|
|
1271
|
+
line-height: 1.75rem;
|
|
1272
|
+
--tw-text-opacity: 1;
|
|
1273
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1274
|
+
}
|
|
1275
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1276
|
+
display: flex;
|
|
1277
|
+
align-items: flex-end;
|
|
1278
|
+
justify-content: center;
|
|
1279
|
+
}
|
|
1280
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
1281
|
+
display: flex;
|
|
1282
|
+
align-items: center;
|
|
1283
|
+
justify-content: center;
|
|
1284
|
+
}
|
|
1285
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
1286
|
+
padding: 0 1.5rem 1.5rem;
|
|
1287
|
+
max-height: 65vh;
|
|
1288
|
+
overflow: auto;
|
|
1289
|
+
}
|
|
1290
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1291
|
+
top: 1.5rem;
|
|
1292
|
+
right: 1.5rem;
|
|
1293
|
+
padding-bottom: 0.25rem;
|
|
1294
|
+
}
|
|
1295
|
+
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
1296
|
+
margin-inline-start: 0.5rem;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
1299
|
/* src/atom/RangePicker/RangePicker.module.scss */
|
|
1300
1300
|
.RangePicker-module__range_start___hGQp-::after {
|
|
1301
1301
|
content: "";
|