@itilite/lumina-ui 0.0.322 → 0.0.324
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/styles.css +584 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1160,3 +1160,587 @@
|
|
|
1160
1160
|
}
|
|
1161
1161
|
|
|
1162
1162
|
/* CSS Modules */
|
|
1163
|
+
|
|
1164
|
+
|
|
1165
|
+
/* CSS Modules */
|
|
1166
|
+
/* src/Checkbox/Checkbox.module.scss */
|
|
1167
|
+
.Checkbox-module__checkbox___D2qRJ {
|
|
1168
|
+
display: flex;
|
|
1169
|
+
align-items: center;
|
|
1170
|
+
}
|
|
1171
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__size_small___lgUjj .ant-checkbox .ant-checkbox-inner {
|
|
1172
|
+
height: 16px;
|
|
1173
|
+
width: 16px;
|
|
1174
|
+
}
|
|
1175
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__size_medium___Npyaz .ant-checkbox .ant-checkbox-inner {
|
|
1176
|
+
height: 20px;
|
|
1177
|
+
width: 20px;
|
|
1178
|
+
}
|
|
1179
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__size_medium___Npyaz .ant-checkbox .ant-checkbox-inner::after {
|
|
1180
|
+
inset-inline-start: 27%;
|
|
1181
|
+
}
|
|
1182
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__size_large___chR9U .ant-checkbox .ant-checkbox-inner {
|
|
1183
|
+
height: 24px;
|
|
1184
|
+
width: 24px;
|
|
1185
|
+
}
|
|
1186
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__size_large___chR9U .ant-checkbox .ant-checkbox-inner::after {
|
|
1187
|
+
inset-inline-start: 33%;
|
|
1188
|
+
}
|
|
1189
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM .ant-checkbox-checked .ant-checkbox-inner {
|
|
1190
|
+
border-color: #ec5d25;
|
|
1191
|
+
background-color: #ec5d25;
|
|
1192
|
+
}
|
|
1193
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM.ant-checkbox-wrapper:hover
|
|
1194
|
+
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
1195
|
+
.ant-checkbox-inner {
|
|
1196
|
+
--tw-bg-opacity: 1;
|
|
1197
|
+
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
1198
|
+
}
|
|
1199
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM .ant-checkbox-checked:focus-visible {
|
|
1200
|
+
outline: 2px solid #0a65e7;
|
|
1201
|
+
}
|
|
1202
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM.Checkbox-module__disabled___xqtab {
|
|
1203
|
+
cursor: not-allowed;
|
|
1204
|
+
}
|
|
1205
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM.Checkbox-module__disabled___xqtab .ant-checkbox-checked .ant-checkbox-inner {
|
|
1206
|
+
opacity: 0.5;
|
|
1207
|
+
border-color: #ec5d25;
|
|
1208
|
+
background-color: #ec5d25;
|
|
1209
|
+
}
|
|
1210
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM.Checkbox-module__disabled___xqtab .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
1211
|
+
border-color: #ffffff;
|
|
1212
|
+
}
|
|
1213
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_unchecked___1zNB7 .ant-checkbox .ant-checkbox-inner {
|
|
1214
|
+
border-color: #b6bac3;
|
|
1215
|
+
}
|
|
1216
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_unchecked___1zNB7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
1217
|
+
border-color: #6b7280;
|
|
1218
|
+
}
|
|
1219
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_unchecked___1zNB7 .ant-checkbox:focus-visible {
|
|
1220
|
+
outline: 2px solid #0a65e7;
|
|
1221
|
+
}
|
|
1222
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_unchecked___1zNB7.Checkbox-module__disabled___xqtab {
|
|
1223
|
+
cursor: not-allowed;
|
|
1224
|
+
}
|
|
1225
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_unchecked___1zNB7.Checkbox-module__disabled___xqtab .ant-checkbox .ant-checkbox-inner {
|
|
1226
|
+
border-color: #b6bac3;
|
|
1227
|
+
background-color: #f9fafb;
|
|
1228
|
+
}
|
|
1229
|
+
.Checkbox-module__checkbox___D2qRJ .ant-checkbox-disabled + span {
|
|
1230
|
+
color: #363e4f;
|
|
1231
|
+
}
|
|
1232
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_normal___MbKJP {
|
|
1233
|
+
color: #363e4f;
|
|
1234
|
+
font-weight: 400;
|
|
1235
|
+
font-size: 0.875rem;
|
|
1236
|
+
line-height: 20px;
|
|
1237
|
+
}
|
|
1238
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_emphasized___Yo9yv {
|
|
1239
|
+
color: #363e4f;
|
|
1240
|
+
font-weight: 500;
|
|
1241
|
+
font-size: 0.875rem;
|
|
1242
|
+
line-height: 20px;
|
|
1243
|
+
}
|
|
1244
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_indeterminate___-tnoD.Checkbox-module__disabled___xqtab .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1245
|
+
opacity: 0.5;
|
|
1246
|
+
border-color: #ec5d25;
|
|
1247
|
+
background-color: #ec5d25;
|
|
1248
|
+
}
|
|
1249
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_indeterminate___-tnoD.Checkbox-module__disabled___xqtab .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1250
|
+
border-color: #ffffff;
|
|
1251
|
+
}
|
|
1252
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_indeterminate___-tnoD .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1253
|
+
border-color: #ec5d25 !important;
|
|
1254
|
+
background-color: #ec5d25 !important;
|
|
1255
|
+
}
|
|
1256
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_indeterminate___-tnoD .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1257
|
+
inset-inline-start: 50%;
|
|
1258
|
+
width: 60%;
|
|
1259
|
+
height: 3px;
|
|
1260
|
+
border-radius: 4px;
|
|
1261
|
+
background: white;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
/* src/Button/Button.module.scss */
|
|
1265
|
+
.Button-module__button___PM45p {
|
|
1266
|
+
display: flex;
|
|
1267
|
+
align-items: center;
|
|
1268
|
+
justify-content: center;
|
|
1269
|
+
gap: 0.25rem;
|
|
1270
|
+
border-radius: 0.5rem;
|
|
1271
|
+
}
|
|
1272
|
+
.Button-module__button___PM45p.Button-module__size_large___4muaQ {
|
|
1273
|
+
height: 56px;
|
|
1274
|
+
padding-left: 1rem;
|
|
1275
|
+
padding-right: 1rem;
|
|
1276
|
+
}
|
|
1277
|
+
.Button-module__button___PM45p.Button-module__size_large___4muaQ.Button-module__shape_circle___5jh5G {
|
|
1278
|
+
width: 56px;
|
|
1279
|
+
}
|
|
1280
|
+
.Button-module__button___PM45p.Button-module__size_normal___qtQjh {
|
|
1281
|
+
height: 40px;
|
|
1282
|
+
padding-left: 0.75rem;
|
|
1283
|
+
padding-right: 0.75rem;
|
|
1284
|
+
}
|
|
1285
|
+
.Button-module__button___PM45p.Button-module__size_normal___qtQjh.Button-module__shape_circle___5jh5G {
|
|
1286
|
+
width: 40px;
|
|
1287
|
+
}
|
|
1288
|
+
.Button-module__button___PM45p.Button-module__size_small___7xabg {
|
|
1289
|
+
height: 32px;
|
|
1290
|
+
padding-left: 0.5rem;
|
|
1291
|
+
padding-right: 0.5rem;
|
|
1292
|
+
}
|
|
1293
|
+
.Button-module__button___PM45p.Button-module__size_small___7xabg.Button-module__shape_circle___5jh5G {
|
|
1294
|
+
width: 32px;
|
|
1295
|
+
}
|
|
1296
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3 {
|
|
1297
|
+
--tw-bg-opacity: 1;
|
|
1298
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1299
|
+
border-width: 1px;
|
|
1300
|
+
border-style: solid;
|
|
1301
|
+
--tw-border-opacity: 1;
|
|
1302
|
+
border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
|
|
1303
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1304
|
+
}
|
|
1305
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3.ant-btn-primary:hover, .Button-module__button___PM45p.Button-module__type_primary___-eoy3.ant-btn-primary:active {
|
|
1306
|
+
--tw-bg-opacity: 1;
|
|
1307
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1308
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1309
|
+
}
|
|
1310
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3:focus-visible {
|
|
1311
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1312
|
+
}
|
|
1313
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_subtle___FojFh {
|
|
1314
|
+
--tw-text-opacity: 1;
|
|
1315
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1316
|
+
}
|
|
1317
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_subtle___FojFh:hover {
|
|
1318
|
+
--tw-text-opacity: 1;
|
|
1319
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1320
|
+
}
|
|
1321
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_text___T-3KC, .Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_link___dTdwy {
|
|
1322
|
+
--tw-text-opacity: 1;
|
|
1323
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1324
|
+
}
|
|
1325
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_text___T-3KC:hover, .Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_link___dTdwy:hover {
|
|
1326
|
+
--tw-text-opacity: 1;
|
|
1327
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1328
|
+
}
|
|
1329
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y {
|
|
1330
|
+
border-width: 1px;
|
|
1331
|
+
border-style: solid;
|
|
1332
|
+
--tw-bg-opacity: 1;
|
|
1333
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1334
|
+
--tw-border-opacity: 1;
|
|
1335
|
+
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
|
|
1336
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1337
|
+
}
|
|
1338
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.ant-btn-primary:hover, .Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.ant-btn-primary:active {
|
|
1339
|
+
--tw-bg-opacity: 1;
|
|
1340
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1341
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1342
|
+
}
|
|
1343
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.ant-btn-primary:focus-visible {
|
|
1344
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1345
|
+
}
|
|
1346
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_subtle___FojFh {
|
|
1347
|
+
--tw-text-opacity: 1;
|
|
1348
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1349
|
+
}
|
|
1350
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_subtle___FojFh:hover {
|
|
1351
|
+
--tw-text-opacity: 1;
|
|
1352
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1353
|
+
}
|
|
1354
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_text___T-3KC, .Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_link___dTdwy {
|
|
1355
|
+
--tw-text-opacity: 1;
|
|
1356
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1357
|
+
}
|
|
1358
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_text___T-3KC:hover, .Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_link___dTdwy:hover {
|
|
1359
|
+
--tw-text-opacity: 1;
|
|
1360
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1361
|
+
}
|
|
1362
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK {
|
|
1363
|
+
border-width: 1px;
|
|
1364
|
+
--tw-bg-opacity: 1;
|
|
1365
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1366
|
+
border-style: solid;
|
|
1367
|
+
--tw-border-opacity: 1;
|
|
1368
|
+
border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
|
|
1369
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1370
|
+
}
|
|
1371
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.ant-btn-primary:hover, .Button-module__button___PM45p.Button-module__type_critical___vVyiK.ant-btn-primary:active {
|
|
1372
|
+
--tw-bg-opacity: 1;
|
|
1373
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1374
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1375
|
+
}
|
|
1376
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.ant-btn-primary:focus-visible {
|
|
1377
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1378
|
+
}
|
|
1379
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_subtle___FojFh {
|
|
1380
|
+
--tw-text-opacity: 1;
|
|
1381
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1382
|
+
}
|
|
1383
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_subtle___FojFh:hover {
|
|
1384
|
+
--tw-text-opacity: 1;
|
|
1385
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1386
|
+
}
|
|
1387
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_text___T-3KC, .Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_link___dTdwy {
|
|
1388
|
+
--tw-text-opacity: 1;
|
|
1389
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1390
|
+
}
|
|
1391
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_text___T-3KC:hover, .Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_link___dTdwy:hover {
|
|
1392
|
+
--tw-text-opacity: 1;
|
|
1393
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1394
|
+
}
|
|
1395
|
+
.Button-module__button___PM45p.Button-module__variant_subtle___FojFh {
|
|
1396
|
+
--tw-bg-opacity: 1;
|
|
1397
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1398
|
+
border-width: 1px;
|
|
1399
|
+
border-style: solid;
|
|
1400
|
+
--tw-border-opacity: 1;
|
|
1401
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1402
|
+
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
1403
|
+
}
|
|
1404
|
+
.Button-module__button___PM45p.Button-module__variant_subtle___FojFh.ant-btn-default:hover {
|
|
1405
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1406
|
+
--tw-border-opacity: 1;
|
|
1407
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1408
|
+
}
|
|
1409
|
+
.Button-module__button___PM45p.Button-module__variant_subtle___FojFh.ant-btn-default:focus-visible {
|
|
1410
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1411
|
+
}
|
|
1412
|
+
.Button-module__button___PM45p.Button-module__variant_text___T-3KC {
|
|
1413
|
+
background-color: transparent;
|
|
1414
|
+
border-width: 0px;
|
|
1415
|
+
border-style: none;
|
|
1416
|
+
box-shadow: none;
|
|
1417
|
+
}
|
|
1418
|
+
.Button-module__button___PM45p.Button-module__variant_text___T-3KC.ant-btn-default:hover {
|
|
1419
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1420
|
+
border-style: none;
|
|
1421
|
+
--tw-bg-opacity: 1;
|
|
1422
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1423
|
+
}
|
|
1424
|
+
.Button-module__button___PM45p.Button-module__variant_text___T-3KC.ant-btn-default:active {
|
|
1425
|
+
--tw-bg-opacity: 1;
|
|
1426
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
1427
|
+
}
|
|
1428
|
+
.Button-module__button___PM45p.Button-module__variant_text___T-3KC.ant-btn:focus-visible {
|
|
1429
|
+
outline: 2px solid rgba(236, 93, 37, 0.2);
|
|
1430
|
+
}
|
|
1431
|
+
.Button-module__button___PM45p.Button-module__variant_link___dTdwy {
|
|
1432
|
+
background-color: transparent;
|
|
1433
|
+
padding: 0px;
|
|
1434
|
+
border-width: 0px;
|
|
1435
|
+
border-style: none;
|
|
1436
|
+
height: auto;
|
|
1437
|
+
box-shadow: none;
|
|
1438
|
+
}
|
|
1439
|
+
.Button-module__button___PM45p.Button-module__variant_link___dTdwy.ant-btn-default:hover.Button-module__onHoverUnderline___wKzkT {
|
|
1440
|
+
text-decoration: underline;
|
|
1441
|
+
}
|
|
1442
|
+
.Button-module__button___PM45p.Button-module__variant_link___dTdwy.ant-btn-default:hover {
|
|
1443
|
+
box-shadow: none;
|
|
1444
|
+
border-style: none;
|
|
1445
|
+
background-color: transparent;
|
|
1446
|
+
}
|
|
1447
|
+
.Button-module__button___PM45p.Button-module__variant_link___dTdwy.ant-btn-default:active {
|
|
1448
|
+
background-color: transparent;
|
|
1449
|
+
}
|
|
1450
|
+
.Button-module__button___PM45p.Button-module__variant_link___dTdwy.ant-btn:focus-visible {
|
|
1451
|
+
outline: none;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
/* CSS Modules */
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
/* CSS Modules */
|
|
1458
|
+
/* src/Button/Button.module.scss */
|
|
1459
|
+
.Button-module__button___PM45p {
|
|
1460
|
+
display: flex;
|
|
1461
|
+
align-items: center;
|
|
1462
|
+
justify-content: center;
|
|
1463
|
+
gap: 0.25rem;
|
|
1464
|
+
border-radius: 0.5rem;
|
|
1465
|
+
}
|
|
1466
|
+
.Button-module__button___PM45p.Button-module__size_large___4muaQ {
|
|
1467
|
+
height: 56px;
|
|
1468
|
+
padding-left: 1rem;
|
|
1469
|
+
padding-right: 1rem;
|
|
1470
|
+
}
|
|
1471
|
+
.Button-module__button___PM45p.Button-module__size_large___4muaQ.Button-module__shape_circle___5jh5G {
|
|
1472
|
+
width: 56px;
|
|
1473
|
+
}
|
|
1474
|
+
.Button-module__button___PM45p.Button-module__size_normal___qtQjh {
|
|
1475
|
+
height: 40px;
|
|
1476
|
+
padding-left: 0.75rem;
|
|
1477
|
+
padding-right: 0.75rem;
|
|
1478
|
+
}
|
|
1479
|
+
.Button-module__button___PM45p.Button-module__size_normal___qtQjh.Button-module__shape_circle___5jh5G {
|
|
1480
|
+
width: 40px;
|
|
1481
|
+
}
|
|
1482
|
+
.Button-module__button___PM45p.Button-module__size_small___7xabg {
|
|
1483
|
+
height: 32px;
|
|
1484
|
+
padding-left: 0.5rem;
|
|
1485
|
+
padding-right: 0.5rem;
|
|
1486
|
+
}
|
|
1487
|
+
.Button-module__button___PM45p.Button-module__size_small___7xabg.Button-module__shape_circle___5jh5G {
|
|
1488
|
+
width: 32px;
|
|
1489
|
+
}
|
|
1490
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3 {
|
|
1491
|
+
--tw-bg-opacity: 1;
|
|
1492
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1493
|
+
border-width: 1px;
|
|
1494
|
+
border-style: solid;
|
|
1495
|
+
--tw-border-opacity: 1;
|
|
1496
|
+
border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
|
|
1497
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1498
|
+
}
|
|
1499
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3.ant-btn-primary:hover, .Button-module__button___PM45p.Button-module__type_primary___-eoy3.ant-btn-primary:active {
|
|
1500
|
+
--tw-bg-opacity: 1;
|
|
1501
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
1502
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1503
|
+
}
|
|
1504
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3:focus-visible {
|
|
1505
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1506
|
+
}
|
|
1507
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_subtle___FojFh {
|
|
1508
|
+
--tw-text-opacity: 1;
|
|
1509
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1510
|
+
}
|
|
1511
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_subtle___FojFh:hover {
|
|
1512
|
+
--tw-text-opacity: 1;
|
|
1513
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1514
|
+
}
|
|
1515
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_text___T-3KC, .Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_link___dTdwy {
|
|
1516
|
+
--tw-text-opacity: 1;
|
|
1517
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1518
|
+
}
|
|
1519
|
+
.Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_text___T-3KC:hover, .Button-module__button___PM45p.Button-module__type_primary___-eoy3.Button-module__variant_link___dTdwy:hover {
|
|
1520
|
+
--tw-text-opacity: 1;
|
|
1521
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
1522
|
+
}
|
|
1523
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y {
|
|
1524
|
+
border-width: 1px;
|
|
1525
|
+
border-style: solid;
|
|
1526
|
+
--tw-bg-opacity: 1;
|
|
1527
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1528
|
+
--tw-border-opacity: 1;
|
|
1529
|
+
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
|
|
1530
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1531
|
+
}
|
|
1532
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.ant-btn-primary:hover, .Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.ant-btn-primary:active {
|
|
1533
|
+
--tw-bg-opacity: 1;
|
|
1534
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1535
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1536
|
+
}
|
|
1537
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.ant-btn-primary:focus-visible {
|
|
1538
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1539
|
+
}
|
|
1540
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_subtle___FojFh {
|
|
1541
|
+
--tw-text-opacity: 1;
|
|
1542
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1543
|
+
}
|
|
1544
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_subtle___FojFh:hover {
|
|
1545
|
+
--tw-text-opacity: 1;
|
|
1546
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1547
|
+
}
|
|
1548
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_text___T-3KC, .Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_link___dTdwy {
|
|
1549
|
+
--tw-text-opacity: 1;
|
|
1550
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1551
|
+
}
|
|
1552
|
+
.Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_text___T-3KC:hover, .Button-module__button___PM45p.Button-module__type_secondary___CwF0Y.Button-module__variant_link___dTdwy:hover {
|
|
1553
|
+
--tw-text-opacity: 1;
|
|
1554
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1555
|
+
}
|
|
1556
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK {
|
|
1557
|
+
border-width: 1px;
|
|
1558
|
+
--tw-bg-opacity: 1;
|
|
1559
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1560
|
+
border-style: solid;
|
|
1561
|
+
--tw-border-opacity: 1;
|
|
1562
|
+
border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
|
|
1563
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
1564
|
+
}
|
|
1565
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.ant-btn-primary:hover, .Button-module__button___PM45p.Button-module__type_critical___vVyiK.ant-btn-primary:active {
|
|
1566
|
+
--tw-bg-opacity: 1;
|
|
1567
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
1568
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
1569
|
+
}
|
|
1570
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.ant-btn-primary:focus-visible {
|
|
1571
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1572
|
+
}
|
|
1573
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_subtle___FojFh {
|
|
1574
|
+
--tw-text-opacity: 1;
|
|
1575
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1576
|
+
}
|
|
1577
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_subtle___FojFh:hover {
|
|
1578
|
+
--tw-text-opacity: 1;
|
|
1579
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1580
|
+
}
|
|
1581
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_text___T-3KC, .Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_link___dTdwy {
|
|
1582
|
+
--tw-text-opacity: 1;
|
|
1583
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1584
|
+
}
|
|
1585
|
+
.Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_text___T-3KC:hover, .Button-module__button___PM45p.Button-module__type_critical___vVyiK.Button-module__variant_link___dTdwy:hover {
|
|
1586
|
+
--tw-text-opacity: 1;
|
|
1587
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
1588
|
+
}
|
|
1589
|
+
.Button-module__button___PM45p.Button-module__variant_subtle___FojFh {
|
|
1590
|
+
--tw-bg-opacity: 1;
|
|
1591
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1592
|
+
border-width: 1px;
|
|
1593
|
+
border-style: solid;
|
|
1594
|
+
--tw-border-opacity: 1;
|
|
1595
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1596
|
+
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
1597
|
+
}
|
|
1598
|
+
.Button-module__button___PM45p.Button-module__variant_subtle___FojFh.ant-btn-default:hover {
|
|
1599
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1600
|
+
--tw-border-opacity: 1;
|
|
1601
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
1602
|
+
}
|
|
1603
|
+
.Button-module__button___PM45p.Button-module__variant_subtle___FojFh.ant-btn-default:focus-visible {
|
|
1604
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
1605
|
+
}
|
|
1606
|
+
.Button-module__button___PM45p.Button-module__variant_text___T-3KC {
|
|
1607
|
+
background-color: transparent;
|
|
1608
|
+
border-width: 0px;
|
|
1609
|
+
border-style: none;
|
|
1610
|
+
box-shadow: none;
|
|
1611
|
+
}
|
|
1612
|
+
.Button-module__button___PM45p.Button-module__variant_text___T-3KC.ant-btn-default:hover {
|
|
1613
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
1614
|
+
border-style: none;
|
|
1615
|
+
--tw-bg-opacity: 1;
|
|
1616
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1617
|
+
}
|
|
1618
|
+
.Button-module__button___PM45p.Button-module__variant_text___T-3KC.ant-btn-default:active {
|
|
1619
|
+
--tw-bg-opacity: 1;
|
|
1620
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
1621
|
+
}
|
|
1622
|
+
.Button-module__button___PM45p.Button-module__variant_text___T-3KC.ant-btn:focus-visible {
|
|
1623
|
+
outline: 2px solid rgba(236, 93, 37, 0.2);
|
|
1624
|
+
}
|
|
1625
|
+
.Button-module__button___PM45p.Button-module__variant_link___dTdwy {
|
|
1626
|
+
background-color: transparent;
|
|
1627
|
+
padding: 0px;
|
|
1628
|
+
border-width: 0px;
|
|
1629
|
+
border-style: none;
|
|
1630
|
+
height: auto;
|
|
1631
|
+
box-shadow: none;
|
|
1632
|
+
}
|
|
1633
|
+
.Button-module__button___PM45p.Button-module__variant_link___dTdwy.ant-btn-default:hover.Button-module__onHoverUnderline___wKzkT {
|
|
1634
|
+
text-decoration: underline;
|
|
1635
|
+
}
|
|
1636
|
+
.Button-module__button___PM45p.Button-module__variant_link___dTdwy.ant-btn-default:hover {
|
|
1637
|
+
box-shadow: none;
|
|
1638
|
+
border-style: none;
|
|
1639
|
+
background-color: transparent;
|
|
1640
|
+
}
|
|
1641
|
+
.Button-module__button___PM45p.Button-module__variant_link___dTdwy.ant-btn-default:active {
|
|
1642
|
+
background-color: transparent;
|
|
1643
|
+
}
|
|
1644
|
+
.Button-module__button___PM45p.Button-module__variant_link___dTdwy.ant-btn:focus-visible {
|
|
1645
|
+
outline: none;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
/* src/Checkbox/Checkbox.module.scss */
|
|
1649
|
+
.Checkbox-module__checkbox___D2qRJ {
|
|
1650
|
+
display: flex;
|
|
1651
|
+
align-items: center;
|
|
1652
|
+
}
|
|
1653
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__size_small___lgUjj .ant-checkbox .ant-checkbox-inner {
|
|
1654
|
+
height: 16px;
|
|
1655
|
+
width: 16px;
|
|
1656
|
+
}
|
|
1657
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__size_medium___Npyaz .ant-checkbox .ant-checkbox-inner {
|
|
1658
|
+
height: 20px;
|
|
1659
|
+
width: 20px;
|
|
1660
|
+
}
|
|
1661
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__size_medium___Npyaz .ant-checkbox .ant-checkbox-inner::after {
|
|
1662
|
+
inset-inline-start: 27%;
|
|
1663
|
+
}
|
|
1664
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__size_large___chR9U .ant-checkbox .ant-checkbox-inner {
|
|
1665
|
+
height: 24px;
|
|
1666
|
+
width: 24px;
|
|
1667
|
+
}
|
|
1668
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__size_large___chR9U .ant-checkbox .ant-checkbox-inner::after {
|
|
1669
|
+
inset-inline-start: 33%;
|
|
1670
|
+
}
|
|
1671
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM .ant-checkbox-checked .ant-checkbox-inner {
|
|
1672
|
+
border-color: #ec5d25;
|
|
1673
|
+
background-color: #ec5d25;
|
|
1674
|
+
}
|
|
1675
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM.ant-checkbox-wrapper:hover
|
|
1676
|
+
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
1677
|
+
.ant-checkbox-inner {
|
|
1678
|
+
--tw-bg-opacity: 1;
|
|
1679
|
+
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
1680
|
+
}
|
|
1681
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM .ant-checkbox-checked:focus-visible {
|
|
1682
|
+
outline: 2px solid #0a65e7;
|
|
1683
|
+
}
|
|
1684
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM.Checkbox-module__disabled___xqtab {
|
|
1685
|
+
cursor: not-allowed;
|
|
1686
|
+
}
|
|
1687
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM.Checkbox-module__disabled___xqtab .ant-checkbox-checked .ant-checkbox-inner {
|
|
1688
|
+
opacity: 0.5;
|
|
1689
|
+
border-color: #ec5d25;
|
|
1690
|
+
background-color: #ec5d25;
|
|
1691
|
+
}
|
|
1692
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_checked___fhhpM.Checkbox-module__disabled___xqtab .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
1693
|
+
border-color: #ffffff;
|
|
1694
|
+
}
|
|
1695
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_unchecked___1zNB7 .ant-checkbox .ant-checkbox-inner {
|
|
1696
|
+
border-color: #b6bac3;
|
|
1697
|
+
}
|
|
1698
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_unchecked___1zNB7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
1699
|
+
border-color: #6b7280;
|
|
1700
|
+
}
|
|
1701
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_unchecked___1zNB7 .ant-checkbox:focus-visible {
|
|
1702
|
+
outline: 2px solid #0a65e7;
|
|
1703
|
+
}
|
|
1704
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_unchecked___1zNB7.Checkbox-module__disabled___xqtab {
|
|
1705
|
+
cursor: not-allowed;
|
|
1706
|
+
}
|
|
1707
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__type_unchecked___1zNB7.Checkbox-module__disabled___xqtab .ant-checkbox .ant-checkbox-inner {
|
|
1708
|
+
border-color: #b6bac3;
|
|
1709
|
+
background-color: #f9fafb;
|
|
1710
|
+
}
|
|
1711
|
+
.Checkbox-module__checkbox___D2qRJ .ant-checkbox-disabled + span {
|
|
1712
|
+
color: #363e4f;
|
|
1713
|
+
}
|
|
1714
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_normal___MbKJP {
|
|
1715
|
+
color: #363e4f;
|
|
1716
|
+
font-weight: 400;
|
|
1717
|
+
font-size: 0.875rem;
|
|
1718
|
+
line-height: 20px;
|
|
1719
|
+
}
|
|
1720
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_emphasized___Yo9yv {
|
|
1721
|
+
color: #363e4f;
|
|
1722
|
+
font-weight: 500;
|
|
1723
|
+
font-size: 0.875rem;
|
|
1724
|
+
line-height: 20px;
|
|
1725
|
+
}
|
|
1726
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_indeterminate___-tnoD.Checkbox-module__disabled___xqtab .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1727
|
+
opacity: 0.5;
|
|
1728
|
+
border-color: #ec5d25;
|
|
1729
|
+
background-color: #ec5d25;
|
|
1730
|
+
}
|
|
1731
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_indeterminate___-tnoD.Checkbox-module__disabled___xqtab .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1732
|
+
border-color: #ffffff;
|
|
1733
|
+
}
|
|
1734
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_indeterminate___-tnoD .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1735
|
+
border-color: #ec5d25 !important;
|
|
1736
|
+
background-color: #ec5d25 !important;
|
|
1737
|
+
}
|
|
1738
|
+
.Checkbox-module__checkbox___D2qRJ.Checkbox-module__variant_indeterminate___-tnoD .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1739
|
+
inset-inline-start: 50%;
|
|
1740
|
+
width: 60%;
|
|
1741
|
+
height: 3px;
|
|
1742
|
+
border-radius: 4px;
|
|
1743
|
+
background: white;
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
/* CSS Modules */
|