@itilite/lumina-ui 1.0.6-alpha → 1.0.8-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-DNvoh2P8.d.mts +127 -0
- package/dist/Table-DNvoh2P8.d.ts +127 -0
- package/dist/Table-DoCPt3ri.d.mts +129 -0
- package/dist/Table-DoCPt3ri.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 +15 -20
- package/dist/atom/Table/Table.mjs +1 -1
- package/dist/chunk-6RIZXTFP.mjs +290 -0
- package/dist/chunk-DL7BZMGE.mjs +295 -0
- package/dist/chunk-DXPVJNGY.mjs +284 -0
- package/dist/chunk-G4P6XGQX.mjs +278 -0
- package/dist/chunk-I6GLPWHS.mjs +278 -0
- package/dist/chunk-J5JDQ4R6.mjs +278 -0
- package/dist/chunk-UAGSPM3T.mjs +288 -0
- package/dist/chunk-UPSQTJJ4.mjs +294 -0
- package/dist/chunk-X3NDICAU.mjs +284 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +15 -20
- package/dist/index.mjs +14 -14
- package/dist/styles.css +239 -246
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -762,6 +762,60 @@
|
|
|
762
762
|
|
|
763
763
|
|
|
764
764
|
/* CSS Modules */
|
|
765
|
+
/* src/atom/Slider/Slider.module.scss */
|
|
766
|
+
.Slider-module__label___9Uea- {
|
|
767
|
+
font-size: 13px;
|
|
768
|
+
line-height: 18px;
|
|
769
|
+
--tw-text-opacity: 1;
|
|
770
|
+
color: rgb(54 62 79 / var(--tw-text-opacity, 1));
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
.Slider-module__slider___JCS-c.ant-slider {
|
|
774
|
+
margin-left: 0px;
|
|
775
|
+
margin-right: 0px;
|
|
776
|
+
}
|
|
777
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::after {
|
|
778
|
+
box-shadow: 0 0 0 2px #ec5d25;
|
|
779
|
+
transform: scale(1.25);
|
|
780
|
+
}
|
|
781
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle::before {
|
|
782
|
+
content: unset;
|
|
783
|
+
}
|
|
784
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:hover::after, .Slider-module__slider___JCS-c.ant-slider .ant-slider-handle:active::after {
|
|
785
|
+
inset-inline-start: -1px;
|
|
786
|
+
inset-block-start: -1px;
|
|
787
|
+
}
|
|
788
|
+
.Slider-module__slider___JCS-c.ant-slider .ant-slider-track {
|
|
789
|
+
--tw-bg-opacity: 1;
|
|
790
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
791
|
+
height: 2px;
|
|
792
|
+
}
|
|
793
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy.ant-slider .ant-slider-track {
|
|
794
|
+
background-color: transparent;
|
|
795
|
+
}
|
|
796
|
+
.Slider-module__slider___JCS-c.Slider-module__disableFill___rjbsy .ant-slider-rail {
|
|
797
|
+
--tw-bg-opacity: 1;
|
|
798
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
802
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
803
|
+
height: 0.75rem;
|
|
804
|
+
min-width: 1.5rem
|
|
805
|
+
}
|
|
806
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
807
|
+
height: 0.5rem;
|
|
808
|
+
width: 0.5rem
|
|
809
|
+
}
|
|
810
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
811
|
+
--tw-bg-opacity: 1;
|
|
812
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
813
|
+
}
|
|
814
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
815
|
+
--tw-bg-opacity: 1;
|
|
816
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
817
|
+
}
|
|
818
|
+
|
|
765
819
|
/* src/atom/Tooltip/Tooltip.module.scss */
|
|
766
820
|
.Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
|
|
767
821
|
background-color: white !important;
|
|
@@ -969,110 +1023,6 @@
|
|
|
969
1023
|
outline: none;
|
|
970
1024
|
}
|
|
971
1025
|
|
|
972
|
-
/* src/atom/Radio/Radio.module.scss */
|
|
973
|
-
.Radio-module__radio___1CPAk {
|
|
974
|
-
display: flex;
|
|
975
|
-
align-items: center;
|
|
976
|
-
}
|
|
977
|
-
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
978
|
-
height: 16px;
|
|
979
|
-
width: 16px;
|
|
980
|
-
}
|
|
981
|
-
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
982
|
-
height: 20px;
|
|
983
|
-
width: 20px;
|
|
984
|
-
}
|
|
985
|
-
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
986
|
-
height: 24px;
|
|
987
|
-
width: 24px;
|
|
988
|
-
}
|
|
989
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
990
|
-
border-color: #EC5D25;
|
|
991
|
-
background-color: #EC5D25;
|
|
992
|
-
}
|
|
993
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
994
|
-
border-color: #B94710;
|
|
995
|
-
background-color: #B94710;
|
|
996
|
-
}
|
|
997
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
998
|
-
outline: 2px solid #0A65E7;
|
|
999
|
-
}
|
|
1000
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
1001
|
-
cursor: not-allowed;
|
|
1002
|
-
}
|
|
1003
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
1004
|
-
border-color: #B6BAC3;
|
|
1005
|
-
background-color: #B6BAC3;
|
|
1006
|
-
}
|
|
1007
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
1008
|
-
transform: scale(0.375);
|
|
1009
|
-
background-color: #FFFFFF;
|
|
1010
|
-
}
|
|
1011
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
1012
|
-
border-color: #B6BAC3;
|
|
1013
|
-
}
|
|
1014
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
1015
|
-
border-color: #6B7280;
|
|
1016
|
-
}
|
|
1017
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
1018
|
-
outline: 2px solid #0A65E7;
|
|
1019
|
-
}
|
|
1020
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
1021
|
-
cursor: not-allowed;
|
|
1022
|
-
}
|
|
1023
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
1024
|
-
border-color: #B6BAC3;
|
|
1025
|
-
background-color: #F9FAFB;
|
|
1026
|
-
}
|
|
1027
|
-
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
1028
|
-
color: #363E4F;
|
|
1029
|
-
font-weight: 400;
|
|
1030
|
-
font-size: 0.875rem;
|
|
1031
|
-
line-height: 20px;
|
|
1032
|
-
}
|
|
1033
|
-
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
1034
|
-
color: #363E4F;
|
|
1035
|
-
font-weight: 500;
|
|
1036
|
-
font-size: 0.875rem;
|
|
1037
|
-
line-height: 20px;
|
|
1038
|
-
}
|
|
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
1026
|
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
1077
1027
|
.Checkbox-module__checkbox___xxg5L {
|
|
1078
1028
|
display: flex;
|
|
@@ -1171,27 +1121,87 @@
|
|
|
1171
1121
|
background: white;
|
|
1172
1122
|
}
|
|
1173
1123
|
|
|
1174
|
-
/* src/
|
|
1175
|
-
.
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1124
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
1125
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
1126
|
+
display: flex;
|
|
1127
|
+
justify-content: center;
|
|
1128
|
+
align-items: center;
|
|
1129
|
+
height: 100%;
|
|
1130
|
+
margin-top: 2rem;
|
|
1131
|
+
margin-bottom: 2rem;
|
|
1179
1132
|
}
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1133
|
+
|
|
1134
|
+
/* src/atom/Modal/Modal.module.scss */
|
|
1135
|
+
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
1136
|
+
margin-top: 0;
|
|
1137
|
+
margin-top: 0px;
|
|
1183
1138
|
}
|
|
1184
|
-
.
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1139
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
1140
|
+
padding: 24px;
|
|
1141
|
+
padding: 1.5rem;
|
|
1142
|
+
display: flex;
|
|
1143
|
+
justify-content: flex-end;
|
|
1188
1144
|
}
|
|
1189
|
-
.
|
|
1190
|
-
|
|
1145
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1146
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1147
|
+
min-width: 92px;
|
|
1191
1148
|
}
|
|
1192
|
-
.
|
|
1193
|
-
|
|
1194
|
-
|
|
1149
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
1150
|
+
padding: 24px;
|
|
1151
|
+
padding: 1.5rem;
|
|
1152
|
+
padding-top: 0px;
|
|
1153
|
+
display: flex;
|
|
1154
|
+
justify-content: flex-end;
|
|
1155
|
+
}
|
|
1156
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
1157
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
1158
|
+
width: 50%;
|
|
1159
|
+
}
|
|
1160
|
+
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
1161
|
+
padding: 0;
|
|
1162
|
+
border-radius: 0.75rem;
|
|
1163
|
+
padding: 0px;
|
|
1164
|
+
}
|
|
1165
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1166
|
+
margin-bottom: 0px;
|
|
1167
|
+
padding: 1rem;
|
|
1168
|
+
}
|
|
1169
|
+
@media (min-width: 576px) {
|
|
1170
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
1171
|
+
padding: 1.5rem;
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
1175
|
+
justify-content: flex-start;
|
|
1176
|
+
padding-right: 1.25rem;
|
|
1177
|
+
font-size: 1.25rem;
|
|
1178
|
+
font-weight: 500;
|
|
1179
|
+
line-height: 1.75rem;
|
|
1180
|
+
--tw-text-opacity: 1;
|
|
1181
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1182
|
+
}
|
|
1183
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1184
|
+
display: flex;
|
|
1185
|
+
align-items: flex-end;
|
|
1186
|
+
justify-content: center;
|
|
1187
|
+
}
|
|
1188
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
1189
|
+
display: flex;
|
|
1190
|
+
align-items: center;
|
|
1191
|
+
justify-content: center;
|
|
1192
|
+
}
|
|
1193
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
1194
|
+
padding: 0 1.5rem 1.5rem;
|
|
1195
|
+
max-height: 65vh;
|
|
1196
|
+
overflow: auto;
|
|
1197
|
+
}
|
|
1198
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
1199
|
+
top: 1.5rem;
|
|
1200
|
+
right: 1.5rem;
|
|
1201
|
+
padding-bottom: 0.25rem;
|
|
1202
|
+
}
|
|
1203
|
+
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
1204
|
+
margin-inline-start: 0.5rem;
|
|
1195
1205
|
}
|
|
1196
1206
|
|
|
1197
1207
|
/* src/atom/Tag/Tag.module.scss */
|
|
@@ -1254,105 +1264,95 @@
|
|
|
1254
1264
|
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1255
1265
|
}
|
|
1256
1266
|
|
|
1257
|
-
/* src/atom/
|
|
1258
|
-
.
|
|
1259
|
-
margin-top: 0;
|
|
1260
|
-
margin-top: 0px;
|
|
1261
|
-
}
|
|
1262
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
1263
|
-
padding: 24px;
|
|
1264
|
-
padding: 1.5rem;
|
|
1267
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
1268
|
+
.Radio-module__radio___1CPAk {
|
|
1265
1269
|
display: flex;
|
|
1266
|
-
|
|
1270
|
+
align-items: center;
|
|
1267
1271
|
}
|
|
1268
|
-
.
|
|
1269
|
-
|
|
1270
|
-
|
|
1272
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
1273
|
+
height: 16px;
|
|
1274
|
+
width: 16px;
|
|
1271
1275
|
}
|
|
1272
|
-
.
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
padding-top: 0px;
|
|
1276
|
-
display: flex;
|
|
1277
|
-
justify-content: flex-end;
|
|
1276
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
1277
|
+
height: 20px;
|
|
1278
|
+
width: 20px;
|
|
1278
1279
|
}
|
|
1279
|
-
.
|
|
1280
|
-
|
|
1281
|
-
width:
|
|
1280
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
1281
|
+
height: 24px;
|
|
1282
|
+
width: 24px;
|
|
1282
1283
|
}
|
|
1283
|
-
.
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
padding: 0px;
|
|
1284
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
1285
|
+
border-color: #EC5D25;
|
|
1286
|
+
background-color: #EC5D25;
|
|
1287
1287
|
}
|
|
1288
|
-
.
|
|
1289
|
-
|
|
1290
|
-
|
|
1288
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
1289
|
+
border-color: #B94710;
|
|
1290
|
+
background-color: #B94710;
|
|
1291
1291
|
}
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
padding: 1.5rem;
|
|
1295
|
-
}
|
|
1292
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
1293
|
+
outline: 2px solid #0A65E7;
|
|
1296
1294
|
}
|
|
1297
|
-
.
|
|
1298
|
-
|
|
1299
|
-
padding-right: 1.25rem;
|
|
1300
|
-
font-size: 1.25rem;
|
|
1301
|
-
font-weight: 500;
|
|
1302
|
-
line-height: 1.75rem;
|
|
1303
|
-
--tw-text-opacity: 1;
|
|
1304
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1295
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
1296
|
+
cursor: not-allowed;
|
|
1305
1297
|
}
|
|
1306
|
-
.
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
justify-content: center;
|
|
1298
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
1299
|
+
border-color: #B6BAC3;
|
|
1300
|
+
background-color: #B6BAC3;
|
|
1310
1301
|
}
|
|
1311
|
-
.
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
justify-content: center;
|
|
1302
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
1303
|
+
transform: scale(0.375);
|
|
1304
|
+
background-color: #FFFFFF;
|
|
1315
1305
|
}
|
|
1316
|
-
.
|
|
1317
|
-
|
|
1318
|
-
max-height: 65vh;
|
|
1319
|
-
overflow: auto;
|
|
1306
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
1307
|
+
border-color: #B6BAC3;
|
|
1320
1308
|
}
|
|
1321
|
-
.
|
|
1322
|
-
|
|
1323
|
-
right: 1.5rem;
|
|
1324
|
-
padding-bottom: 0.25rem;
|
|
1309
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
1310
|
+
border-color: #6B7280;
|
|
1325
1311
|
}
|
|
1326
|
-
.
|
|
1327
|
-
|
|
1312
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
1313
|
+
outline: 2px solid #0A65E7;
|
|
1328
1314
|
}
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
1332
|
-
height: 0.75rem;
|
|
1333
|
-
min-width: 1.5rem
|
|
1315
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
1316
|
+
cursor: not-allowed;
|
|
1334
1317
|
}
|
|
1335
|
-
.
|
|
1336
|
-
|
|
1337
|
-
|
|
1318
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
1319
|
+
border-color: #B6BAC3;
|
|
1320
|
+
background-color: #F9FAFB;
|
|
1338
1321
|
}
|
|
1339
|
-
.
|
|
1340
|
-
|
|
1341
|
-
|
|
1322
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
1323
|
+
color: #363E4F;
|
|
1324
|
+
font-weight: 400;
|
|
1325
|
+
font-size: 0.875rem;
|
|
1326
|
+
line-height: 20px;
|
|
1342
1327
|
}
|
|
1343
|
-
.
|
|
1344
|
-
|
|
1345
|
-
|
|
1328
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
1329
|
+
color: #363E4F;
|
|
1330
|
+
font-weight: 500;
|
|
1331
|
+
font-size: 0.875rem;
|
|
1332
|
+
line-height: 20px;
|
|
1346
1333
|
}
|
|
1347
1334
|
|
|
1348
|
-
/* src/
|
|
1349
|
-
.
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1335
|
+
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
1336
|
+
.UserProfile-module__userProfile___cRMm9 {
|
|
1337
|
+
display: flex;
|
|
1338
|
+
align-items: center;
|
|
1339
|
+
gap: 0.625rem
|
|
1340
|
+
}
|
|
1341
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
|
|
1342
|
+
display: flex;
|
|
1343
|
+
flex-direction: column
|
|
1344
|
+
}
|
|
1345
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
|
|
1346
|
+
display: flex;
|
|
1347
|
+
align-items: center;
|
|
1348
|
+
gap: 0.5rem
|
|
1349
|
+
}
|
|
1350
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
|
|
1351
|
+
margin: 0px
|
|
1352
|
+
}
|
|
1353
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
|
|
1354
|
+
margin: 0px;
|
|
1355
|
+
margin-top: 0.125rem
|
|
1356
1356
|
}
|
|
1357
1357
|
|
|
1358
1358
|
/* src/atom/Table/Table.module.scss */
|
|
@@ -1376,6 +1376,13 @@
|
|
|
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:not(.Table-module__ant-table-selection-column___H9vtu),
|
|
1380
|
+
.Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomHeaderCell___AtCk8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td:not(.Table-module__ant-table-selection-column___H9vtu){
|
|
1381
|
+
padding-left: 1.5rem !important;
|
|
1382
|
+
padding-right: 1.5rem !important;
|
|
1383
|
+
padding-bottom: 1rem !important;
|
|
1384
|
+
padding-top: 0.75rem !important;
|
|
1385
|
+
}
|
|
1379
1386
|
.Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomHeaderCell___AtCk8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > th,
|
|
1380
1387
|
.Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomHeaderCell___AtCk8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-thead > tr > td{
|
|
1381
1388
|
--tw-text-opacity: 1 !important;
|
|
@@ -1383,36 +1390,20 @@
|
|
|
1383
1390
|
font-weight: 500 !important;
|
|
1384
1391
|
font-size: 0.688rem !important;
|
|
1385
1392
|
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
1393
|
}
|
|
1391
|
-
.Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomBodyCell___sf8j8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
|
|
1394
|
+
.Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomBodyCell___sf8j8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td:not(.Table-module__ant-table-selection-column___H9vtu){
|
|
1392
1395
|
padding-left: 1.5rem;
|
|
1393
1396
|
padding-right: 1.5rem;
|
|
1394
1397
|
padding-top: 1rem;
|
|
1395
1398
|
padding-bottom: 1rem;
|
|
1396
|
-
|
|
1397
|
-
|
|
1399
|
+
}
|
|
1400
|
+
.Table-module__tableWrapper___3cqiD:not(.Table-module__hasCustomBodyCell___sf8j8) .Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
|
|
1398
1401
|
--tw-text-opacity: 1 !important;
|
|
1399
1402
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
|
|
1400
1403
|
font-weight: 400 !important;
|
|
1401
1404
|
font-size: 0.75rem !important;
|
|
1402
1405
|
line-height: 16px !important;
|
|
1403
1406
|
}
|
|
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
|
-
}
|
|
1416
1407
|
|
|
1417
1408
|
/* ============================================================
|
|
1418
1409
|
AntD Table overrides
|
|
@@ -1483,7 +1474,9 @@
|
|
|
1483
1474
|
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
1484
1475
|
/* ---- Body cells ---- */
|
|
1485
1476
|
}
|
|
1486
|
-
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td
|
|
1477
|
+
.Table-module__table___5d7g0.ant-table-wrapper .ant-table-tbody > tr > td{
|
|
1478
|
+
--tw-bg-opacity: 1 !important;
|
|
1479
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
|
|
1487
1480
|
border-bottom: none !important;
|
|
1488
1481
|
}
|
|
1489
1482
|
.Table-module__table___5d7g0.ant-table-wrapper {
|
|
@@ -1857,31 +1850,6 @@
|
|
|
1857
1850
|
min-width: 180px;
|
|
1858
1851
|
}
|
|
1859
1852
|
|
|
1860
|
-
/* src/atom/RangePicker/RangePicker.module.scss */
|
|
1861
|
-
.RangePicker-module__range_start___hGQp-::after {
|
|
1862
|
-
content: "";
|
|
1863
|
-
position: absolute;
|
|
1864
|
-
top: 50%;
|
|
1865
|
-
right: 0;
|
|
1866
|
-
transform: translateY(-50%);
|
|
1867
|
-
width: 50%;
|
|
1868
|
-
height: 36px;
|
|
1869
|
-
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
1870
|
-
z-index: -1;
|
|
1871
|
-
}
|
|
1872
|
-
|
|
1873
|
-
.RangePicker-module__range_end___JJNib::before {
|
|
1874
|
-
content: "";
|
|
1875
|
-
position: absolute;
|
|
1876
|
-
top: 50%;
|
|
1877
|
-
left: 0;
|
|
1878
|
-
transform: translateY(-50%);
|
|
1879
|
-
width: 52%;
|
|
1880
|
-
height: 36px;
|
|
1881
|
-
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
1882
|
-
z-index: -1;
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
1853
|
/* src/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.module.scss */
|
|
1886
1854
|
@charset "UTF-8";
|
|
1887
1855
|
.AdvancedDateRangePicker-module__root___udir8 {
|
|
@@ -2403,4 +2371,29 @@
|
|
|
2403
2371
|
width: 100%;
|
|
2404
2372
|
padding: 14px;
|
|
2405
2373
|
}
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
/* src/atom/RangePicker/RangePicker.module.scss */
|
|
2377
|
+
.RangePicker-module__range_start___hGQp-::after {
|
|
2378
|
+
content: "";
|
|
2379
|
+
position: absolute;
|
|
2380
|
+
top: 50%;
|
|
2381
|
+
right: 0;
|
|
2382
|
+
transform: translateY(-50%);
|
|
2383
|
+
width: 50%;
|
|
2384
|
+
height: 36px;
|
|
2385
|
+
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
2386
|
+
z-index: -1;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
.RangePicker-module__range_end___JJNib::before {
|
|
2390
|
+
content: "";
|
|
2391
|
+
position: absolute;
|
|
2392
|
+
top: 50%;
|
|
2393
|
+
left: 0;
|
|
2394
|
+
transform: translateY(-50%);
|
|
2395
|
+
width: 52%;
|
|
2396
|
+
height: 36px;
|
|
2397
|
+
background-color: #f2efec; /* tw-bg-gray-200 equivalent */
|
|
2398
|
+
z-index: -1;
|
|
2406
2399
|
}
|