@itilite/lumina-ui 1.0.5-alpha → 1.0.6-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Table-DSFYzrpU.d.mts +129 -0
- package/dist/Table-DSFYzrpU.d.ts +129 -0
- package/dist/atom/Table/Table.d.mts +1 -1
- package/dist/atom/Table/Table.d.ts +1 -1
- package/dist/atom/Table/Table.js +57 -18
- package/dist/atom/Table/Table.mjs +1 -1
- package/dist/chunk-LRNKIRH3.mjs +289 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +57 -18
- package/dist/index.mjs +13 -13
- package/dist/styles.css +223 -207
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -775,168 +775,6 @@
|
|
|
775
775
|
background-color: white !important;
|
|
776
776
|
}
|
|
777
777
|
|
|
778
|
-
/* src/atom/Switch/Switch.module.scss */
|
|
779
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
780
|
-
height: 0.75rem;
|
|
781
|
-
min-width: 1.5rem
|
|
782
|
-
}
|
|
783
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
784
|
-
height: 0.5rem;
|
|
785
|
-
width: 0.5rem
|
|
786
|
-
}
|
|
787
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
788
|
-
--tw-bg-opacity: 1;
|
|
789
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
790
|
-
}
|
|
791
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
792
|
-
--tw-bg-opacity: 1;
|
|
793
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
797
|
-
.Checkbox-module__checkbox___xxg5L {
|
|
798
|
-
display: flex;
|
|
799
|
-
align-items: center;
|
|
800
|
-
}
|
|
801
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
802
|
-
height: 16px;
|
|
803
|
-
width: 16px;
|
|
804
|
-
}
|
|
805
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
806
|
-
height: 20px;
|
|
807
|
-
width: 20px;
|
|
808
|
-
}
|
|
809
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
810
|
-
inset-inline-start: 27%;
|
|
811
|
-
}
|
|
812
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
813
|
-
height: 24px;
|
|
814
|
-
width: 24px;
|
|
815
|
-
}
|
|
816
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
817
|
-
inset-inline-start: 33%;
|
|
818
|
-
}
|
|
819
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
820
|
-
border-color: #ec5d25;
|
|
821
|
-
background-color: #ec5d25;
|
|
822
|
-
}
|
|
823
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
824
|
-
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
825
|
-
.ant-checkbox-inner {
|
|
826
|
-
--tw-bg-opacity: 1;
|
|
827
|
-
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
828
|
-
}
|
|
829
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
|
|
830
|
-
outline: 2px solid #0a65e7;
|
|
831
|
-
}
|
|
832
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
|
|
833
|
-
cursor: not-allowed;
|
|
834
|
-
}
|
|
835
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
|
|
836
|
-
opacity: 0.5;
|
|
837
|
-
border-color: #ec5d25;
|
|
838
|
-
background-color: #ec5d25;
|
|
839
|
-
}
|
|
840
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
841
|
-
border-color: #ffffff;
|
|
842
|
-
}
|
|
843
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
|
|
844
|
-
border-color: #b6bac3;
|
|
845
|
-
}
|
|
846
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
|
|
847
|
-
border-color: #6b7280;
|
|
848
|
-
}
|
|
849
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
|
|
850
|
-
outline: 2px solid #0a65e7;
|
|
851
|
-
}
|
|
852
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
|
|
853
|
-
cursor: not-allowed;
|
|
854
|
-
}
|
|
855
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
|
|
856
|
-
border-color: #b6bac3;
|
|
857
|
-
background-color: #f9fafb;
|
|
858
|
-
}
|
|
859
|
-
.Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
|
|
860
|
-
color: #363e4f;
|
|
861
|
-
}
|
|
862
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
|
|
863
|
-
color: #363e4f;
|
|
864
|
-
font-weight: 400;
|
|
865
|
-
font-size: 0.875rem;
|
|
866
|
-
line-height: 20px;
|
|
867
|
-
}
|
|
868
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
|
|
869
|
-
color: #363e4f;
|
|
870
|
-
font-weight: 500;
|
|
871
|
-
font-size: 0.875rem;
|
|
872
|
-
line-height: 20px;
|
|
873
|
-
}
|
|
874
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
875
|
-
opacity: 0.5;
|
|
876
|
-
border-color: #ec5d25;
|
|
877
|
-
background-color: #ec5d25;
|
|
878
|
-
}
|
|
879
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
880
|
-
border-color: #ffffff;
|
|
881
|
-
}
|
|
882
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
883
|
-
border-color: #ec5d25 !important;
|
|
884
|
-
background-color: #ec5d25 !important;
|
|
885
|
-
}
|
|
886
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
887
|
-
inset-inline-start: 50%;
|
|
888
|
-
width: 60%;
|
|
889
|
-
height: 3px;
|
|
890
|
-
border-radius: 4px;
|
|
891
|
-
background: white;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
/* src/atom/Slider/Slider.module.scss */
|
|
895
|
-
.Slider-module__label___9Uea- {
|
|
896
|
-
font-size: 13px;
|
|
897
|
-
line-height: 18px;
|
|
898
|
-
--tw-text-opacity: 1;
|
|
899
|
-
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
.Slider-module__slider___JCS-c.ant-slider {
|
|
903
|
-
margin-left: 0px;
|
|
904
|
-
margin-right: 0px;
|
|
905
|
-
}
|
|
906
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
907
|
-
box-shadow: 0 0 0 2px #ec5d25;
|
|
908
|
-
transform: scale(1.25);
|
|
909
|
-
}
|
|
910
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
911
|
-
content: unset;
|
|
912
|
-
}
|
|
913
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
914
|
-
inset-inline-start: -1px;
|
|
915
|
-
inset-block-start: -1px;
|
|
916
|
-
}
|
|
917
|
-
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
918
|
-
--tw-bg-opacity: 1;
|
|
919
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
920
|
-
height: 2px;
|
|
921
|
-
}
|
|
922
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
923
|
-
background-color: transparent;
|
|
924
|
-
}
|
|
925
|
-
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
926
|
-
--tw-bg-opacity: 1;
|
|
927
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
931
|
-
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
932
|
-
display: flex;
|
|
933
|
-
justify-content: center;
|
|
934
|
-
align-items: center;
|
|
935
|
-
height: 100%;
|
|
936
|
-
margin-top: 2rem;
|
|
937
|
-
margin-bottom: 2rem;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
778
|
/* src/atom/Button/Button.module.scss */
|
|
941
779
|
.Button-module__button___cLCyl {
|
|
942
780
|
display: flex;
|
|
@@ -1199,6 +1037,163 @@
|
|
|
1199
1037
|
line-height: 20px;
|
|
1200
1038
|
}
|
|
1201
1039
|
|
|
1040
|
+
/* src/atom/Slider/Slider.module.scss */
|
|
1041
|
+
.Slider-module__label___9Uea- {
|
|
1042
|
+
font-size: 13px;
|
|
1043
|
+
line-height: 18px;
|
|
1044
|
+
--tw-text-opacity: 1;
|
|
1045
|
+
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.Slider-module__slider___JCS-c.ant-slider {
|
|
1049
|
+
margin-left: 0px;
|
|
1050
|
+
margin-right: 0px;
|
|
1051
|
+
}
|
|
1052
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
1053
|
+
box-shadow: 0 0 0 2px #ec5d25;
|
|
1054
|
+
transform: scale(1.25);
|
|
1055
|
+
}
|
|
1056
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
1057
|
+
content: unset;
|
|
1058
|
+
}
|
|
1059
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
1060
|
+
inset-inline-start: -1px;
|
|
1061
|
+
inset-block-start: -1px;
|
|
1062
|
+
}
|
|
1063
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
1064
|
+
--tw-bg-opacity: 1;
|
|
1065
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1066
|
+
height: 2px;
|
|
1067
|
+
}
|
|
1068
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
1069
|
+
background-color: transparent;
|
|
1070
|
+
}
|
|
1071
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
1072
|
+
--tw-bg-opacity: 1;
|
|
1073
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
1077
|
+
.Checkbox-module__checkbox___xxg5L {
|
|
1078
|
+
display: flex;
|
|
1079
|
+
align-items: center;
|
|
1080
|
+
}
|
|
1081
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
1082
|
+
height: 16px;
|
|
1083
|
+
width: 16px;
|
|
1084
|
+
}
|
|
1085
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
1086
|
+
height: 20px;
|
|
1087
|
+
width: 20px;
|
|
1088
|
+
}
|
|
1089
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
1090
|
+
inset-inline-start: 27%;
|
|
1091
|
+
}
|
|
1092
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
1093
|
+
height: 24px;
|
|
1094
|
+
width: 24px;
|
|
1095
|
+
}
|
|
1096
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
1097
|
+
inset-inline-start: 33%;
|
|
1098
|
+
}
|
|
1099
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
1100
|
+
border-color: #ec5d25;
|
|
1101
|
+
background-color: #ec5d25;
|
|
1102
|
+
}
|
|
1103
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
1104
|
+
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
1105
|
+
.ant-checkbox-inner {
|
|
1106
|
+
--tw-bg-opacity: 1;
|
|
1107
|
+
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
1108
|
+
}
|
|
1109
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
|
|
1110
|
+
outline: 2px solid #0a65e7;
|
|
1111
|
+
}
|
|
1112
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
|
|
1113
|
+
cursor: not-allowed;
|
|
1114
|
+
}
|
|
1115
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
|
|
1116
|
+
opacity: 0.5;
|
|
1117
|
+
border-color: #ec5d25;
|
|
1118
|
+
background-color: #ec5d25;
|
|
1119
|
+
}
|
|
1120
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
1121
|
+
border-color: #ffffff;
|
|
1122
|
+
}
|
|
1123
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
|
|
1124
|
+
border-color: #b6bac3;
|
|
1125
|
+
}
|
|
1126
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
|
|
1127
|
+
border-color: #6b7280;
|
|
1128
|
+
}
|
|
1129
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
|
|
1130
|
+
outline: 2px solid #0a65e7;
|
|
1131
|
+
}
|
|
1132
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
|
|
1133
|
+
cursor: not-allowed;
|
|
1134
|
+
}
|
|
1135
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
|
|
1136
|
+
border-color: #b6bac3;
|
|
1137
|
+
background-color: #f9fafb;
|
|
1138
|
+
}
|
|
1139
|
+
.Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
|
|
1140
|
+
color: #363e4f;
|
|
1141
|
+
}
|
|
1142
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
|
|
1143
|
+
color: #363e4f;
|
|
1144
|
+
font-weight: 400;
|
|
1145
|
+
font-size: 0.875rem;
|
|
1146
|
+
line-height: 20px;
|
|
1147
|
+
}
|
|
1148
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
|
|
1149
|
+
color: #363e4f;
|
|
1150
|
+
font-weight: 500;
|
|
1151
|
+
font-size: 0.875rem;
|
|
1152
|
+
line-height: 20px;
|
|
1153
|
+
}
|
|
1154
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1155
|
+
opacity: 0.5;
|
|
1156
|
+
border-color: #ec5d25;
|
|
1157
|
+
background-color: #ec5d25;
|
|
1158
|
+
}
|
|
1159
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1160
|
+
border-color: #ffffff;
|
|
1161
|
+
}
|
|
1162
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1163
|
+
border-color: #ec5d25 !important;
|
|
1164
|
+
background-color: #ec5d25 !important;
|
|
1165
|
+
}
|
|
1166
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1167
|
+
inset-inline-start: 50%;
|
|
1168
|
+
width: 60%;
|
|
1169
|
+
height: 3px;
|
|
1170
|
+
border-radius: 4px;
|
|
1171
|
+
background: white;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
1175
|
+
.UserProfile-module__userProfile___cRMm9 {
|
|
1176
|
+
display: flex;
|
|
1177
|
+
align-items: center;
|
|
1178
|
+
gap: 0.625rem
|
|
1179
|
+
}
|
|
1180
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
|
|
1181
|
+
display: flex;
|
|
1182
|
+
flex-direction: column
|
|
1183
|
+
}
|
|
1184
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
|
|
1185
|
+
display: flex;
|
|
1186
|
+
align-items: center;
|
|
1187
|
+
gap: 0.5rem
|
|
1188
|
+
}
|
|
1189
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
|
|
1190
|
+
margin: 0px
|
|
1191
|
+
}
|
|
1192
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
|
|
1193
|
+
margin: 0px;
|
|
1194
|
+
margin-top: 0.125rem
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1202
1197
|
/* src/atom/Tag/Tag.module.scss */
|
|
1203
1198
|
.Tag-module__tag___PIkhI {
|
|
1204
1199
|
border-radius: 0.25rem;
|
|
@@ -1259,29 +1254,6 @@
|
|
|
1259
1254
|
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1260
1255
|
}
|
|
1261
1256
|
|
|
1262
|
-
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
1263
|
-
.UserProfile-module__userProfile___cRMm9 {
|
|
1264
|
-
display: flex;
|
|
1265
|
-
align-items: center;
|
|
1266
|
-
gap: 0.625rem
|
|
1267
|
-
}
|
|
1268
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
|
|
1269
|
-
display: flex;
|
|
1270
|
-
flex-direction: column
|
|
1271
|
-
}
|
|
1272
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
|
|
1273
|
-
display: flex;
|
|
1274
|
-
align-items: center;
|
|
1275
|
-
gap: 0.5rem
|
|
1276
|
-
}
|
|
1277
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
|
|
1278
|
-
margin: 0px
|
|
1279
|
-
}
|
|
1280
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
|
|
1281
|
-
margin: 0px;
|
|
1282
|
-
margin-top: 0.125rem
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
1257
|
/* src/atom/Modal/Modal.module.scss */
|
|
1286
1258
|
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
1287
1259
|
margin-top: 0;
|
|
@@ -1355,6 +1327,34 @@
|
|
|
1355
1327
|
margin-inline-start: 0.5rem;
|
|
1356
1328
|
}
|
|
1357
1329
|
|
|
1330
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
1331
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
1332
|
+
height: 0.75rem;
|
|
1333
|
+
min-width: 1.5rem
|
|
1334
|
+
}
|
|
1335
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
1336
|
+
height: 0.5rem;
|
|
1337
|
+
width: 0.5rem
|
|
1338
|
+
}
|
|
1339
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
1340
|
+
--tw-bg-opacity: 1;
|
|
1341
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1342
|
+
}
|
|
1343
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
1344
|
+
--tw-bg-opacity: 1;
|
|
1345
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
1349
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
1350
|
+
display: flex;
|
|
1351
|
+
justify-content: center;
|
|
1352
|
+
align-items: center;
|
|
1353
|
+
height: 100%;
|
|
1354
|
+
margin-top: 2rem;
|
|
1355
|
+
margin-bottom: 2rem;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
1358
|
/* src/atom/Table/Table.module.scss */
|
|
1359
1359
|
@charset "UTF-8";
|
|
1360
1360
|
/* ============================================================
|
|
@@ -1376,6 +1376,43 @@
|
|
|
1376
1376
|
border-radius: 0;
|
|
1377
1377
|
padding: 0;
|
|
1378
1378
|
}
|
|
1379
|
+
.Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomHeaderCell___AtCk8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
|
|
1380
|
+
.Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomHeaderCell___AtCk8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td{
|
|
1381
|
+
--tw-text-opacity: 1 !important;
|
|
1382
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
|
|
1383
|
+
font-weight: 500 !important;
|
|
1384
|
+
font-size: 0.688rem !important;
|
|
1385
|
+
line-height: 14px !important;
|
|
1386
|
+
padding-left: 1.5rem !important;
|
|
1387
|
+
padding-right: 1.5rem !important;
|
|
1388
|
+
padding-bottom: 1rem !important;
|
|
1389
|
+
padding-top: 0.75rem !important;
|
|
1390
|
+
}
|
|
1391
|
+
.Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomBodyCell___sf8j8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
|
|
1392
|
+
padding-left: 1.5rem;
|
|
1393
|
+
padding-right: 1.5rem;
|
|
1394
|
+
padding-top: 1rem;
|
|
1395
|
+
padding-bottom: 1rem;
|
|
1396
|
+
--tw-bg-opacity: 1 !important;
|
|
1397
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
|
|
1398
|
+
--tw-text-opacity: 1 !important;
|
|
1399
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
|
|
1400
|
+
font-weight: 400 !important;
|
|
1401
|
+
font-size: 0.75rem !important;
|
|
1402
|
+
line-height: 16px !important;
|
|
1403
|
+
}
|
|
1404
|
+
.Table-module__tableWrapper___3cqiD.Table-module__hasRowSpacing___bGT0u .Table-module__table___5d7g0.ant-table-wrapper .ant-table table {
|
|
1405
|
+
border-collapse: separate !important;
|
|
1406
|
+
border-spacing: 0 var(--lumina-table-row-spacing, 8px) !important;
|
|
1407
|
+
}
|
|
1408
|
+
.Table-module__tableWrapper___3cqiD.Table-module__hasRowSpacing___bGT0u .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td:first-child {
|
|
1409
|
+
border-top-left-radius: 8px !important;
|
|
1410
|
+
border-bottom-left-radius: 8px !important;
|
|
1411
|
+
}
|
|
1412
|
+
.Table-module__tableWrapper___3cqiD.Table-module__hasRowSpacing___bGT0u .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td:last-child {
|
|
1413
|
+
border-top-right-radius: 8px !important;
|
|
1414
|
+
border-bottom-right-radius: 8px !important;
|
|
1415
|
+
}
|
|
1379
1416
|
|
|
1380
1417
|
/* ============================================================
|
|
1381
1418
|
AntD Table overrides
|
|
@@ -1396,15 +1433,6 @@
|
|
|
1396
1433
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
|
|
1397
1434
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td {
|
|
1398
1435
|
background: transparent !important;
|
|
1399
|
-
--tw-text-opacity: 1 !important;
|
|
1400
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
|
|
1401
|
-
font-weight: 500 !important;
|
|
1402
|
-
font-size: 0.688rem !important;
|
|
1403
|
-
line-height: 14px !important;
|
|
1404
|
-
padding-left: 1.5rem !important;
|
|
1405
|
-
padding-right: 1.5rem !important;
|
|
1406
|
-
padding-bottom: 1rem !important;
|
|
1407
|
-
padding-top: 0.75rem !important;
|
|
1408
1436
|
border-bottom: none !important;
|
|
1409
1437
|
}
|
|
1410
1438
|
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th::before,
|
|
@@ -1455,18 +1483,7 @@
|
|
|
1455
1483
|
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1456
1484
|
/* ---- Body cells ---- */
|
|
1457
1485
|
}
|
|
1458
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
|
|
1459
|
-
padding-left: 1.5rem;
|
|
1460
|
-
padding-right: 1.5rem;
|
|
1461
|
-
padding-top: 1rem;
|
|
1462
|
-
padding-bottom: 1rem;
|
|
1463
|
-
--tw-bg-opacity: 1 !important;
|
|
1464
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
|
|
1465
|
-
--tw-text-opacity: 1 !important;
|
|
1466
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
|
|
1467
|
-
font-weight: 400 !important;
|
|
1468
|
-
font-size: 0.75rem !important;
|
|
1469
|
-
line-height: 16px !important;
|
|
1486
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td {
|
|
1470
1487
|
border-bottom: none !important;
|
|
1471
1488
|
}
|
|
1472
1489
|
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
@@ -2313,7 +2330,6 @@
|
|
|
2313
2330
|
}
|
|
2314
2331
|
.AdvancedDateRangePicker-module__timeInput___Jalr9.AdvancedDateRangePicker-module__inputError___A5hid {
|
|
2315
2332
|
border-color: #ef4444;
|
|
2316
|
-
background: #fff5f5;
|
|
2317
2333
|
}
|
|
2318
2334
|
|
|
2319
2335
|
/* Error message — sits BELOW the input row for both date and time */
|