@steedos/webapp 3.0.3 → 3.0.4-beta.2
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-
|
|
1
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-DfIlPMql.js";
|
|
2
2
|
function _mergeNamespaces(n, m) {
|
|
3
3
|
for (var i = 0; i < m.length; i++) {
|
|
4
4
|
const e = m[i];
|
|
@@ -952,6 +952,9 @@ video {
|
|
|
952
952
|
.visible {
|
|
953
953
|
visibility: visible;
|
|
954
954
|
}
|
|
955
|
+
.invisible {
|
|
956
|
+
visibility: hidden;
|
|
957
|
+
}
|
|
955
958
|
.collapse {
|
|
956
959
|
visibility: collapse;
|
|
957
960
|
}
|
|
@@ -979,12 +982,18 @@ video {
|
|
|
979
982
|
.bottom-0 {
|
|
980
983
|
bottom: 0px;
|
|
981
984
|
}
|
|
985
|
+
.bottom-4 {
|
|
986
|
+
bottom: 1rem;
|
|
987
|
+
}
|
|
982
988
|
.left-0 {
|
|
983
989
|
left: 0px;
|
|
984
990
|
}
|
|
985
991
|
.right-0 {
|
|
986
992
|
right: 0px;
|
|
987
993
|
}
|
|
994
|
+
.right-4 {
|
|
995
|
+
right: 1rem;
|
|
996
|
+
}
|
|
988
997
|
.top-0 {
|
|
989
998
|
top: 0px;
|
|
990
999
|
}
|
|
@@ -1012,12 +1021,23 @@ video {
|
|
|
1012
1021
|
.m-2 {
|
|
1013
1022
|
margin: 0.5rem;
|
|
1014
1023
|
}
|
|
1024
|
+
.m-2\.5 {
|
|
1025
|
+
margin: 0.625rem;
|
|
1026
|
+
}
|
|
1015
1027
|
.m-4 {
|
|
1016
1028
|
margin: 1rem;
|
|
1017
1029
|
}
|
|
1018
1030
|
.m-auto {
|
|
1019
1031
|
margin: auto;
|
|
1020
1032
|
}
|
|
1033
|
+
.\!mx-0 {
|
|
1034
|
+
margin-left: 0px !important;
|
|
1035
|
+
margin-right: 0px !important;
|
|
1036
|
+
}
|
|
1037
|
+
.mx-0 {
|
|
1038
|
+
margin-left: 0px;
|
|
1039
|
+
margin-right: 0px;
|
|
1040
|
+
}
|
|
1021
1041
|
.mx-10 {
|
|
1022
1042
|
margin-left: 2.5rem;
|
|
1023
1043
|
margin-right: 2.5rem;
|
|
@@ -1038,9 +1058,15 @@ video {
|
|
|
1038
1058
|
margin-top: 1rem;
|
|
1039
1059
|
margin-bottom: 1rem;
|
|
1040
1060
|
}
|
|
1061
|
+
.\!mb-6 {
|
|
1062
|
+
margin-bottom: 1.5rem !important;
|
|
1063
|
+
}
|
|
1041
1064
|
.-mb-px {
|
|
1042
1065
|
margin-bottom: -1px;
|
|
1043
1066
|
}
|
|
1067
|
+
.-ml-1 {
|
|
1068
|
+
margin-left: -0.25rem;
|
|
1069
|
+
}
|
|
1044
1070
|
.-ml-px {
|
|
1045
1071
|
margin-left: -1px;
|
|
1046
1072
|
}
|
|
@@ -1053,18 +1079,27 @@ video {
|
|
|
1053
1079
|
.mb-0 {
|
|
1054
1080
|
margin-bottom: 0px;
|
|
1055
1081
|
}
|
|
1082
|
+
.mb-1 {
|
|
1083
|
+
margin-bottom: 0.25rem;
|
|
1084
|
+
}
|
|
1056
1085
|
.mb-10 {
|
|
1057
1086
|
margin-bottom: 2.5rem;
|
|
1058
1087
|
}
|
|
1059
1088
|
.mb-2 {
|
|
1060
1089
|
margin-bottom: 0.5rem;
|
|
1061
1090
|
}
|
|
1091
|
+
.mb-3 {
|
|
1092
|
+
margin-bottom: 0.75rem;
|
|
1093
|
+
}
|
|
1062
1094
|
.mb-4 {
|
|
1063
1095
|
margin-bottom: 1rem;
|
|
1064
1096
|
}
|
|
1065
1097
|
.mb-6 {
|
|
1066
1098
|
margin-bottom: 1.5rem;
|
|
1067
1099
|
}
|
|
1100
|
+
.mb-\[-3px\] {
|
|
1101
|
+
margin-bottom: -3px;
|
|
1102
|
+
}
|
|
1068
1103
|
.ml-1 {
|
|
1069
1104
|
margin-left: 0.25rem;
|
|
1070
1105
|
}
|
|
@@ -1083,21 +1118,36 @@ video {
|
|
|
1083
1118
|
.ml-8 {
|
|
1084
1119
|
margin-left: 2rem;
|
|
1085
1120
|
}
|
|
1121
|
+
.mr-0 {
|
|
1122
|
+
margin-right: 0px;
|
|
1123
|
+
}
|
|
1086
1124
|
.mr-1 {
|
|
1087
1125
|
margin-right: 0.25rem;
|
|
1088
1126
|
}
|
|
1089
1127
|
.mr-2 {
|
|
1090
1128
|
margin-right: 0.5rem;
|
|
1091
1129
|
}
|
|
1130
|
+
.mr-3 {
|
|
1131
|
+
margin-right: 0.75rem;
|
|
1132
|
+
}
|
|
1092
1133
|
.mr-4 {
|
|
1093
1134
|
margin-right: 1rem;
|
|
1094
1135
|
}
|
|
1095
1136
|
.mr-7 {
|
|
1096
1137
|
margin-right: 1.75rem;
|
|
1097
1138
|
}
|
|
1139
|
+
.mt-0\.5 {
|
|
1140
|
+
margin-top: 0.125rem;
|
|
1141
|
+
}
|
|
1142
|
+
.mt-1 {
|
|
1143
|
+
margin-top: 0.25rem;
|
|
1144
|
+
}
|
|
1098
1145
|
.mt-2 {
|
|
1099
1146
|
margin-top: 0.5rem;
|
|
1100
1147
|
}
|
|
1148
|
+
.mt-3 {
|
|
1149
|
+
margin-top: 0.75rem;
|
|
1150
|
+
}
|
|
1101
1151
|
.mt-4 {
|
|
1102
1152
|
margin-top: 1rem;
|
|
1103
1153
|
}
|
|
@@ -1134,12 +1184,18 @@ video {
|
|
|
1134
1184
|
.hidden {
|
|
1135
1185
|
display: none;
|
|
1136
1186
|
}
|
|
1187
|
+
.\!h-10 {
|
|
1188
|
+
height: 2.5rem !important;
|
|
1189
|
+
}
|
|
1137
1190
|
.h-10 {
|
|
1138
1191
|
height: 2.5rem;
|
|
1139
1192
|
}
|
|
1140
1193
|
.h-12 {
|
|
1141
1194
|
height: 3rem;
|
|
1142
1195
|
}
|
|
1196
|
+
.h-14 {
|
|
1197
|
+
height: 3.5rem;
|
|
1198
|
+
}
|
|
1143
1199
|
.h-4 {
|
|
1144
1200
|
height: 1rem;
|
|
1145
1201
|
}
|
|
@@ -1170,9 +1226,39 @@ video {
|
|
|
1170
1226
|
.h-screen {
|
|
1171
1227
|
height: 100vh;
|
|
1172
1228
|
}
|
|
1229
|
+
.\!max-h-\[80vh\] {
|
|
1230
|
+
max-height: 80vh !important;
|
|
1231
|
+
}
|
|
1232
|
+
.max-h-12 {
|
|
1233
|
+
max-height: 3rem;
|
|
1234
|
+
}
|
|
1235
|
+
.max-h-96 {
|
|
1236
|
+
max-height: 24rem;
|
|
1237
|
+
}
|
|
1238
|
+
.max-h-\[80vh\] {
|
|
1239
|
+
max-height: 80vh;
|
|
1240
|
+
}
|
|
1241
|
+
.min-h-8 {
|
|
1242
|
+
min-height: 2rem;
|
|
1243
|
+
}
|
|
1244
|
+
.\!w-10 {
|
|
1245
|
+
width: 2.5rem !important;
|
|
1246
|
+
}
|
|
1247
|
+
.\!w-full {
|
|
1248
|
+
width: 100% !important;
|
|
1249
|
+
}
|
|
1250
|
+
.w-1\/3 {
|
|
1251
|
+
width: 33.333333%;
|
|
1252
|
+
}
|
|
1253
|
+
.w-10 {
|
|
1254
|
+
width: 2.5rem;
|
|
1255
|
+
}
|
|
1173
1256
|
.w-12 {
|
|
1174
1257
|
width: 3rem;
|
|
1175
1258
|
}
|
|
1259
|
+
.w-14 {
|
|
1260
|
+
width: 3.5rem;
|
|
1261
|
+
}
|
|
1176
1262
|
.w-32 {
|
|
1177
1263
|
width: 8rem;
|
|
1178
1264
|
}
|
|
@@ -1197,9 +1283,15 @@ video {
|
|
|
1197
1283
|
.w-9 {
|
|
1198
1284
|
width: 2.25rem;
|
|
1199
1285
|
}
|
|
1286
|
+
.w-96 {
|
|
1287
|
+
width: 24rem;
|
|
1288
|
+
}
|
|
1200
1289
|
.w-\[1px\] {
|
|
1201
1290
|
width: 1px;
|
|
1202
1291
|
}
|
|
1292
|
+
.w-\[240px\] {
|
|
1293
|
+
width: 240px;
|
|
1294
|
+
}
|
|
1203
1295
|
.w-auto {
|
|
1204
1296
|
width: auto;
|
|
1205
1297
|
}
|
|
@@ -1209,12 +1301,24 @@ video {
|
|
|
1209
1301
|
.w-screen {
|
|
1210
1302
|
width: 100vw;
|
|
1211
1303
|
}
|
|
1304
|
+
.\!min-w-\[160px\] {
|
|
1305
|
+
min-width: 160px !important;
|
|
1306
|
+
}
|
|
1212
1307
|
.min-w-0 {
|
|
1213
1308
|
min-width: 0px;
|
|
1214
1309
|
}
|
|
1310
|
+
.min-w-56 {
|
|
1311
|
+
min-width: 14rem;
|
|
1312
|
+
}
|
|
1313
|
+
.min-w-\[24rem\] {
|
|
1314
|
+
min-width: 24rem;
|
|
1315
|
+
}
|
|
1215
1316
|
.min-w-\[260px\] {
|
|
1216
1317
|
min-width: 260px;
|
|
1217
1318
|
}
|
|
1319
|
+
.min-w-\[460px\] {
|
|
1320
|
+
min-width: 460px;
|
|
1321
|
+
}
|
|
1218
1322
|
.max-w-4xl {
|
|
1219
1323
|
max-width: 56rem;
|
|
1220
1324
|
}
|
|
@@ -1236,6 +1340,12 @@ video {
|
|
|
1236
1340
|
.flex-1 {
|
|
1237
1341
|
flex: 1 1 0%;
|
|
1238
1342
|
}
|
|
1343
|
+
.flex-auto {
|
|
1344
|
+
flex: 1 1 auto;
|
|
1345
|
+
}
|
|
1346
|
+
.flex-initial {
|
|
1347
|
+
flex: 0 1 auto;
|
|
1348
|
+
}
|
|
1239
1349
|
.flex-none {
|
|
1240
1350
|
flex: none;
|
|
1241
1351
|
}
|
|
@@ -1245,12 +1355,28 @@ video {
|
|
|
1245
1355
|
.flex-grow {
|
|
1246
1356
|
flex-grow: 1;
|
|
1247
1357
|
}
|
|
1358
|
+
.grow {
|
|
1359
|
+
flex-grow: 1;
|
|
1360
|
+
}
|
|
1248
1361
|
.origin-top-right {
|
|
1249
1362
|
transform-origin: top right;
|
|
1250
1363
|
}
|
|
1364
|
+
.-translate-x-0 {
|
|
1365
|
+
--tw-translate-x: -0px;
|
|
1366
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1367
|
+
}
|
|
1251
1368
|
.transform {
|
|
1252
1369
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1253
1370
|
}
|
|
1371
|
+
@keyframes spin {
|
|
1372
|
+
|
|
1373
|
+
to {
|
|
1374
|
+
transform: rotate(360deg);
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
.animate-spin {
|
|
1378
|
+
animation: spin 1s linear infinite;
|
|
1379
|
+
}
|
|
1254
1380
|
.cursor-not-allowed {
|
|
1255
1381
|
cursor: not-allowed;
|
|
1256
1382
|
}
|
|
@@ -1265,9 +1391,15 @@ video {
|
|
|
1265
1391
|
.grid-cols-5 {
|
|
1266
1392
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
1267
1393
|
}
|
|
1394
|
+
.flex-row {
|
|
1395
|
+
flex-direction: row;
|
|
1396
|
+
}
|
|
1268
1397
|
.flex-col {
|
|
1269
1398
|
flex-direction: column;
|
|
1270
1399
|
}
|
|
1400
|
+
.flex-wrap {
|
|
1401
|
+
flex-wrap: wrap;
|
|
1402
|
+
}
|
|
1271
1403
|
.flex-nowrap {
|
|
1272
1404
|
flex-wrap: nowrap;
|
|
1273
1405
|
}
|
|
@@ -1289,6 +1421,9 @@ video {
|
|
|
1289
1421
|
.justify-between {
|
|
1290
1422
|
justify-content: space-between;
|
|
1291
1423
|
}
|
|
1424
|
+
.gap-2 {
|
|
1425
|
+
gap: 0.5rem;
|
|
1426
|
+
}
|
|
1292
1427
|
.gap-3 {
|
|
1293
1428
|
gap: 0.75rem;
|
|
1294
1429
|
}
|
|
@@ -1299,6 +1434,11 @@ video {
|
|
|
1299
1434
|
-moz-column-gap: 1rem;
|
|
1300
1435
|
column-gap: 1rem;
|
|
1301
1436
|
}
|
|
1437
|
+
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1438
|
+
--tw-space-x-reverse: 0;
|
|
1439
|
+
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
1440
|
+
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1441
|
+
}
|
|
1302
1442
|
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
|
|
1303
1443
|
--tw-space-x-reverse: 0;
|
|
1304
1444
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
@@ -1309,6 +1449,9 @@ video {
|
|
|
1309
1449
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1310
1450
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1311
1451
|
}
|
|
1452
|
+
.justify-self-end {
|
|
1453
|
+
justify-self: end;
|
|
1454
|
+
}
|
|
1312
1455
|
.overflow-auto {
|
|
1313
1456
|
overflow: auto;
|
|
1314
1457
|
}
|
|
@@ -1318,11 +1461,26 @@ video {
|
|
|
1318
1461
|
.overflow-y-auto {
|
|
1319
1462
|
overflow-y: auto;
|
|
1320
1463
|
}
|
|
1464
|
+
.overflow-x-hidden {
|
|
1465
|
+
overflow-x: hidden;
|
|
1466
|
+
}
|
|
1321
1467
|
.truncate {
|
|
1322
1468
|
overflow: hidden;
|
|
1323
1469
|
text-overflow: ellipsis;
|
|
1324
1470
|
white-space: nowrap;
|
|
1325
1471
|
}
|
|
1472
|
+
.whitespace-normal {
|
|
1473
|
+
white-space: normal;
|
|
1474
|
+
}
|
|
1475
|
+
.whitespace-nowrap {
|
|
1476
|
+
white-space: nowrap;
|
|
1477
|
+
}
|
|
1478
|
+
.break-words {
|
|
1479
|
+
overflow-wrap: break-word;
|
|
1480
|
+
}
|
|
1481
|
+
.break-all {
|
|
1482
|
+
word-break: break-all;
|
|
1483
|
+
}
|
|
1326
1484
|
.rounded {
|
|
1327
1485
|
border-radius: 0.25rem;
|
|
1328
1486
|
}
|
|
@@ -1341,6 +1499,9 @@ video {
|
|
|
1341
1499
|
.rounded-sm {
|
|
1342
1500
|
border-radius: 0.125rem;
|
|
1343
1501
|
}
|
|
1502
|
+
.rounded-xl {
|
|
1503
|
+
border-radius: 0.75rem;
|
|
1504
|
+
}
|
|
1344
1505
|
.rounded-b-md {
|
|
1345
1506
|
border-bottom-right-radius: 0.375rem;
|
|
1346
1507
|
border-bottom-left-radius: 0.375rem;
|
|
@@ -1355,6 +1516,9 @@ video {
|
|
|
1355
1516
|
.rounded-br-md {
|
|
1356
1517
|
border-bottom-right-radius: 0.375rem;
|
|
1357
1518
|
}
|
|
1519
|
+
.rounded-tr {
|
|
1520
|
+
border-top-right-radius: 0.25rem;
|
|
1521
|
+
}
|
|
1358
1522
|
.border {
|
|
1359
1523
|
border-width: 1px;
|
|
1360
1524
|
}
|
|
@@ -1367,24 +1531,43 @@ video {
|
|
|
1367
1531
|
.border-4 {
|
|
1368
1532
|
border-width: 4px;
|
|
1369
1533
|
}
|
|
1534
|
+
.\!border-b-0 {
|
|
1535
|
+
border-bottom-width: 0px !important;
|
|
1536
|
+
}
|
|
1370
1537
|
.border-b {
|
|
1371
1538
|
border-bottom-width: 1px;
|
|
1372
1539
|
}
|
|
1373
1540
|
.border-b-2 {
|
|
1374
1541
|
border-bottom-width: 2px;
|
|
1375
1542
|
}
|
|
1543
|
+
.border-b-\[3px\] {
|
|
1544
|
+
border-bottom-width: 3px;
|
|
1545
|
+
}
|
|
1546
|
+
.border-l-2 {
|
|
1547
|
+
border-left-width: 2px;
|
|
1548
|
+
}
|
|
1376
1549
|
.border-r {
|
|
1377
1550
|
border-right-width: 1px;
|
|
1378
1551
|
}
|
|
1379
1552
|
.border-t {
|
|
1380
1553
|
border-top-width: 1px;
|
|
1381
1554
|
}
|
|
1555
|
+
.border-solid {
|
|
1556
|
+
border-style: solid;
|
|
1557
|
+
}
|
|
1382
1558
|
.border-dashed {
|
|
1383
1559
|
border-style: dashed;
|
|
1384
1560
|
}
|
|
1561
|
+
.\!border-none {
|
|
1562
|
+
border-style: none !important;
|
|
1563
|
+
}
|
|
1385
1564
|
.border-none {
|
|
1386
1565
|
border-style: none;
|
|
1387
1566
|
}
|
|
1567
|
+
.border-blue-500 {
|
|
1568
|
+
--tw-border-opacity: 1;
|
|
1569
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
1570
|
+
}
|
|
1388
1571
|
.border-blue-600 {
|
|
1389
1572
|
--tw-border-opacity: 1;
|
|
1390
1573
|
border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
|
|
@@ -1405,9 +1588,16 @@ video {
|
|
|
1405
1588
|
--tw-border-opacity: 1;
|
|
1406
1589
|
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
|
|
1407
1590
|
}
|
|
1591
|
+
.border-sky-500 {
|
|
1592
|
+
--tw-border-opacity: 1;
|
|
1593
|
+
border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
|
|
1594
|
+
}
|
|
1408
1595
|
.border-transparent {
|
|
1409
1596
|
border-color: transparent;
|
|
1410
1597
|
}
|
|
1598
|
+
.\!bg-transparent {
|
|
1599
|
+
background-color: transparent !important;
|
|
1600
|
+
}
|
|
1411
1601
|
.bg-blue-100 {
|
|
1412
1602
|
--tw-bg-opacity: 1;
|
|
1413
1603
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
@@ -1452,6 +1642,9 @@ video {
|
|
|
1452
1642
|
--tw-bg-opacity: 1;
|
|
1453
1643
|
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
|
|
1454
1644
|
}
|
|
1645
|
+
.bg-transparent {
|
|
1646
|
+
background-color: transparent;
|
|
1647
|
+
}
|
|
1455
1648
|
.bg-white {
|
|
1456
1649
|
--tw-bg-opacity: 1;
|
|
1457
1650
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
@@ -1459,6 +1652,21 @@ video {
|
|
|
1459
1652
|
.bg-none {
|
|
1460
1653
|
background-image: none;
|
|
1461
1654
|
}
|
|
1655
|
+
.\!fill-white {
|
|
1656
|
+
fill: #fff !important;
|
|
1657
|
+
}
|
|
1658
|
+
.fill-gray-500 {
|
|
1659
|
+
fill: #6b7280;
|
|
1660
|
+
}
|
|
1661
|
+
.fill-gray-700 {
|
|
1662
|
+
fill: #374151;
|
|
1663
|
+
}
|
|
1664
|
+
.fill-slate-500 {
|
|
1665
|
+
fill: #64748b;
|
|
1666
|
+
}
|
|
1667
|
+
.\!p-2 {
|
|
1668
|
+
padding: 0.5rem !important;
|
|
1669
|
+
}
|
|
1462
1670
|
.p-0 {
|
|
1463
1671
|
padding: 0px;
|
|
1464
1672
|
}
|
|
@@ -1517,6 +1725,10 @@ video {
|
|
|
1517
1725
|
padding-top: 0.5rem;
|
|
1518
1726
|
padding-bottom: 0.5rem;
|
|
1519
1727
|
}
|
|
1728
|
+
.py-2\.5 {
|
|
1729
|
+
padding-top: 0.625rem;
|
|
1730
|
+
padding-bottom: 0.625rem;
|
|
1731
|
+
}
|
|
1520
1732
|
.py-3 {
|
|
1521
1733
|
padding-top: 0.75rem;
|
|
1522
1734
|
padding-bottom: 0.75rem;
|
|
@@ -1535,18 +1747,42 @@ video {
|
|
|
1535
1747
|
.pb-16 {
|
|
1536
1748
|
padding-bottom: 4rem;
|
|
1537
1749
|
}
|
|
1750
|
+
.pb-2 {
|
|
1751
|
+
padding-bottom: 0.5rem;
|
|
1752
|
+
}
|
|
1753
|
+
.pb-4 {
|
|
1754
|
+
padding-bottom: 1rem;
|
|
1755
|
+
}
|
|
1756
|
+
.pl-0 {
|
|
1757
|
+
padding-left: 0px;
|
|
1758
|
+
}
|
|
1759
|
+
.pl-1\.5 {
|
|
1760
|
+
padding-left: 0.375rem;
|
|
1761
|
+
}
|
|
1538
1762
|
.pl-10 {
|
|
1539
1763
|
padding-left: 2.5rem;
|
|
1540
1764
|
}
|
|
1541
|
-
.
|
|
1542
|
-
padding-
|
|
1765
|
+
.pl-4 {
|
|
1766
|
+
padding-left: 1rem;
|
|
1767
|
+
}
|
|
1768
|
+
.pl-5 {
|
|
1769
|
+
padding-left: 1.25rem;
|
|
1543
1770
|
}
|
|
1544
1771
|
.pr-4 {
|
|
1545
1772
|
padding-right: 1rem;
|
|
1546
1773
|
}
|
|
1774
|
+
.pt-0 {
|
|
1775
|
+
padding-top: 0px;
|
|
1776
|
+
}
|
|
1777
|
+
.pt-1 {
|
|
1778
|
+
padding-top: 0.25rem;
|
|
1779
|
+
}
|
|
1547
1780
|
.pt-2 {
|
|
1548
1781
|
padding-top: 0.5rem;
|
|
1549
1782
|
}
|
|
1783
|
+
.pt-3 {
|
|
1784
|
+
padding-top: 0.75rem;
|
|
1785
|
+
}
|
|
1550
1786
|
.pt-4 {
|
|
1551
1787
|
padding-top: 1rem;
|
|
1552
1788
|
}
|
|
@@ -1567,6 +1803,13 @@ video {
|
|
|
1567
1803
|
font-size: 1.875rem;
|
|
1568
1804
|
line-height: 2.25rem;
|
|
1569
1805
|
}
|
|
1806
|
+
.text-\[11px\] {
|
|
1807
|
+
font-size: 11px;
|
|
1808
|
+
}
|
|
1809
|
+
.text-base {
|
|
1810
|
+
font-size: 1rem;
|
|
1811
|
+
line-height: 1.5rem;
|
|
1812
|
+
}
|
|
1570
1813
|
.text-lg {
|
|
1571
1814
|
font-size: 1.125rem;
|
|
1572
1815
|
line-height: 1.75rem;
|
|
@@ -1579,6 +1822,10 @@ video {
|
|
|
1579
1822
|
font-size: 1.25rem;
|
|
1580
1823
|
line-height: 1.75rem;
|
|
1581
1824
|
}
|
|
1825
|
+
.text-xs {
|
|
1826
|
+
font-size: 0.75rem;
|
|
1827
|
+
line-height: 1rem;
|
|
1828
|
+
}
|
|
1582
1829
|
.font-bold {
|
|
1583
1830
|
font-weight: 700;
|
|
1584
1831
|
}
|
|
@@ -1591,9 +1838,24 @@ video {
|
|
|
1591
1838
|
.font-semibold {
|
|
1592
1839
|
font-weight: 600;
|
|
1593
1840
|
}
|
|
1841
|
+
.lowercase {
|
|
1842
|
+
text-transform: lowercase;
|
|
1843
|
+
}
|
|
1844
|
+
.italic {
|
|
1845
|
+
font-style: italic;
|
|
1846
|
+
}
|
|
1847
|
+
.leading-3 {
|
|
1848
|
+
line-height: .75rem;
|
|
1849
|
+
}
|
|
1850
|
+
.leading-4 {
|
|
1851
|
+
line-height: 1rem;
|
|
1852
|
+
}
|
|
1594
1853
|
.leading-5 {
|
|
1595
1854
|
line-height: 1.25rem;
|
|
1596
1855
|
}
|
|
1856
|
+
.leading-6 {
|
|
1857
|
+
line-height: 1.5rem;
|
|
1858
|
+
}
|
|
1597
1859
|
.leading-9 {
|
|
1598
1860
|
line-height: 2.25rem;
|
|
1599
1861
|
}
|
|
@@ -1603,6 +1865,18 @@ video {
|
|
|
1603
1865
|
.leading-tight {
|
|
1604
1866
|
line-height: 1.25;
|
|
1605
1867
|
}
|
|
1868
|
+
.\!text-gray-600 {
|
|
1869
|
+
--tw-text-opacity: 1 !important;
|
|
1870
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
|
|
1871
|
+
}
|
|
1872
|
+
.text-\[blue\] {
|
|
1873
|
+
--tw-text-opacity: 1;
|
|
1874
|
+
color: rgb(0 0 255 / var(--tw-text-opacity, 1));
|
|
1875
|
+
}
|
|
1876
|
+
.text-\[red\] {
|
|
1877
|
+
--tw-text-opacity: 1;
|
|
1878
|
+
color: rgb(255 0 0 / var(--tw-text-opacity, 1));
|
|
1879
|
+
}
|
|
1606
1880
|
.text-black {
|
|
1607
1881
|
--tw-text-opacity: 1;
|
|
1608
1882
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
@@ -1639,6 +1913,14 @@ video {
|
|
|
1639
1913
|
--tw-text-opacity: 1;
|
|
1640
1914
|
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1641
1915
|
}
|
|
1916
|
+
.text-green-600 {
|
|
1917
|
+
--tw-text-opacity: 1;
|
|
1918
|
+
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
|
1919
|
+
}
|
|
1920
|
+
.text-sky-500 {
|
|
1921
|
+
--tw-text-opacity: 1;
|
|
1922
|
+
color: rgb(14 165 233 / var(--tw-text-opacity, 1));
|
|
1923
|
+
}
|
|
1642
1924
|
.text-slate-700 {
|
|
1643
1925
|
--tw-text-opacity: 1;
|
|
1644
1926
|
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
|
|
@@ -1647,6 +1929,12 @@ video {
|
|
|
1647
1929
|
--tw-text-opacity: 1;
|
|
1648
1930
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1649
1931
|
}
|
|
1932
|
+
.underline {
|
|
1933
|
+
text-decoration-line: underline;
|
|
1934
|
+
}
|
|
1935
|
+
.no-underline {
|
|
1936
|
+
text-decoration-line: none;
|
|
1937
|
+
}
|
|
1650
1938
|
.placeholder-gray-500::-moz-placeholder {
|
|
1651
1939
|
--tw-placeholder-opacity: 1;
|
|
1652
1940
|
color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
|
|
@@ -1655,6 +1943,12 @@ video {
|
|
|
1655
1943
|
--tw-placeholder-opacity: 1;
|
|
1656
1944
|
color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
|
|
1657
1945
|
}
|
|
1946
|
+
.opacity-25 {
|
|
1947
|
+
opacity: 0.25;
|
|
1948
|
+
}
|
|
1949
|
+
.opacity-75 {
|
|
1950
|
+
opacity: 0.75;
|
|
1951
|
+
}
|
|
1658
1952
|
.shadow {
|
|
1659
1953
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1660
1954
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
@@ -1679,6 +1973,9 @@ video {
|
|
|
1679
1973
|
--tw-blur: blur(8px);
|
|
1680
1974
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1681
1975
|
}
|
|
1976
|
+
.\!filter {
|
|
1977
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
1978
|
+
}
|
|
1682
1979
|
.filter {
|
|
1683
1980
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1684
1981
|
}
|
|
@@ -1714,48 +2011,237 @@ video {
|
|
|
1714
2011
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1715
2012
|
}
|
|
1716
2013
|
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
2014
|
+
:root {
|
|
2015
|
+
/* --color-- 基础色 Base --color-- */
|
|
2016
|
+
--color-inherit: inherit;
|
|
2017
|
+
--color-current: currentColor;
|
|
2018
|
+
--color-transparent: transparent;
|
|
2019
|
+
--color-black: #000000;
|
|
2020
|
+
--color-white: #ffffff;
|
|
2021
|
+
|
|
2022
|
+
--color-brand-50: #f0f9ff;
|
|
2023
|
+
--color-brand-100: #e0f2fe;
|
|
2024
|
+
--color-brand-200: #bae6fd;
|
|
2025
|
+
--color-brand-300: #7dd3fc;
|
|
2026
|
+
--color-brand-400: #38bdf8;
|
|
2027
|
+
--color-brand-500: #0ea5e9;
|
|
2028
|
+
--color-brand-600: #0284c7;
|
|
2029
|
+
--color-brand-700: #0369a1;
|
|
2030
|
+
--color-brand-800: #075985;
|
|
2031
|
+
--color-brand-900: #0c4a6e;
|
|
2032
|
+
--color-brand-950: #082f49;
|
|
2033
|
+
|
|
2034
|
+
--colors-brand-main: var(--color-brand-600);
|
|
2035
|
+
--colors-brand-1: var(--color-brand-900);
|
|
2036
|
+
--colors-brand-2: var(--color-brand-800);
|
|
2037
|
+
--colors-brand-3: var(--color-brand-700);
|
|
2038
|
+
--colors-brand-4: var(--color-brand-600);
|
|
2039
|
+
--colors-brand-5: var(--color-brand-500);
|
|
2040
|
+
--colors-brand-6: var(--color-brand-400);
|
|
2041
|
+
--colors-brand-7: var(--color-brand-300);
|
|
2042
|
+
--colors-brand-8: var(--color-brand-200);
|
|
2043
|
+
--colors-brand-9: var(--color-brand-100);
|
|
2044
|
+
--colors-brand-10: var(--color-brand-50);
|
|
2045
|
+
|
|
2046
|
+
--color-gray-25: #fcfcfd;
|
|
2047
|
+
--color-gray-50: #f9fafb;
|
|
2048
|
+
--color-gray-100: #f2f4f7;
|
|
2049
|
+
--color-gray-200: #e4e7ec;
|
|
2050
|
+
--color-gray-300: #d0d5dd;
|
|
2051
|
+
--color-gray-400: #98a2b3;
|
|
2052
|
+
--color-gray-500: #667085;
|
|
2053
|
+
--color-gray-600: #475467;
|
|
2054
|
+
--color-gray-700: #344054;
|
|
2055
|
+
--color-gray-800: #1d2939;
|
|
2056
|
+
--color-gray-900: #101828;
|
|
2057
|
+
--color-gray-950: #0c111d;
|
|
2058
|
+
--color-gray-dark: #1a2231;
|
|
2059
|
+
|
|
2060
|
+
/* --color-- 灰色系 (以 Slate 为例,最常用的冷灰) --color-- */
|
|
2061
|
+
--color-slate-50: #f8fafc;
|
|
2062
|
+
--color-slate-100: #f1f5f9;
|
|
2063
|
+
--color-slate-200: #e2e8f0;
|
|
2064
|
+
--color-slate-300: #cbd5e1;
|
|
2065
|
+
--color-slate-400: #94a3b8;
|
|
2066
|
+
--color-slate-500: #64748b;
|
|
2067
|
+
--color-slate-600: #475569;
|
|
2068
|
+
--color-slate-700: #334155;
|
|
2069
|
+
--color-slate-800: #1e293b;
|
|
2070
|
+
--color-slate-900: #0f172a;
|
|
2071
|
+
--color-slate-950: #020617;
|
|
2072
|
+
|
|
2073
|
+
/* --color-- 红色系 Red --color-- */
|
|
2074
|
+
--color-red-50: #fef2f2;
|
|
2075
|
+
--color-red-100: #fee2e2;
|
|
2076
|
+
--color-red-200: #fecaca;
|
|
2077
|
+
--color-red-300: #fca5a5;
|
|
2078
|
+
--color-red-400: #f87171;
|
|
2079
|
+
--color-red-500: #ef4444;
|
|
2080
|
+
--color-red-600: #dc2626;
|
|
2081
|
+
--color-red-700: #b91c1c;
|
|
2082
|
+
--color-red-800: #991b1b;
|
|
2083
|
+
--color-red-900: #7f1d1d;
|
|
2084
|
+
--color-red-950: #450a0a;
|
|
2085
|
+
|
|
2086
|
+
/* --color-- 橙色系 Orange --color-- */
|
|
2087
|
+
--color-orange-50: #fff7ed;
|
|
2088
|
+
--color-orange-100: #ffedd5;
|
|
2089
|
+
--color-orange-200: #fed7aa;
|
|
2090
|
+
--color-orange-300: #fdba74;
|
|
2091
|
+
--color-orange-400: #fb923c;
|
|
2092
|
+
--color-orange-500: #f97316;
|
|
2093
|
+
--color-orange-600: #ea580c;
|
|
2094
|
+
--color-orange-700: #c2410c;
|
|
2095
|
+
--color-orange-800: #9a3412;
|
|
2096
|
+
--color-orange-900: #7c2d12;
|
|
2097
|
+
--color-orange-950: #431407;
|
|
2098
|
+
|
|
2099
|
+
/* --color-- 黄色系 Amber (比 Yellow 更像交通灯黄) --color-- */
|
|
2100
|
+
--color-amber-50: #fffbeb;
|
|
2101
|
+
--color-amber-100: #fef3c7;
|
|
2102
|
+
--color-amber-200: #fde68a;
|
|
2103
|
+
--color-amber-300: #fcd34d;
|
|
2104
|
+
--color-amber-400: #fbbf24;
|
|
2105
|
+
--color-amber-500: #f59e0b;
|
|
2106
|
+
--color-amber-600: #d97706;
|
|
2107
|
+
--color-amber-700: #b45309;
|
|
2108
|
+
--color-amber-800: #92400e;
|
|
2109
|
+
--color-amber-900: #78350f;
|
|
2110
|
+
--color-amber-950: #451a03;
|
|
2111
|
+
|
|
2112
|
+
/* --color-- 黄色系 Yellow --color-- */
|
|
2113
|
+
--color-yellow-50: #fefce8;
|
|
2114
|
+
--color-yellow-100: #fef9c3;
|
|
2115
|
+
--color-yellow-200: #fef08a;
|
|
2116
|
+
--color-yellow-300: #fde047;
|
|
2117
|
+
--color-yellow-400: #facc15;
|
|
2118
|
+
--color-yellow-500: #eab308;
|
|
2119
|
+
--color-yellow-600: #ca8a04;
|
|
2120
|
+
--color-yellow-700: #a16207;
|
|
2121
|
+
--color-yellow-800: #854d0e;
|
|
2122
|
+
--color-yellow-900: #713f12;
|
|
2123
|
+
--color-yellow-950: #422006;
|
|
2124
|
+
|
|
2125
|
+
/* --color-- 绿色系 Green --color-- */
|
|
2126
|
+
--color-green-50: #f0fdf4;
|
|
2127
|
+
--color-green-100: #dcfce7;
|
|
2128
|
+
--color-green-200: #bbf7d0;
|
|
2129
|
+
--color-green-300: #86efac;
|
|
2130
|
+
--color-green-400: #4ade80;
|
|
2131
|
+
--color-green-500: #22c55e;
|
|
2132
|
+
--color-green-600: #16a34a;
|
|
2133
|
+
--color-green-700: #15803d;
|
|
2134
|
+
--color-green-800: #166534;
|
|
2135
|
+
--color-green-900: #14532d;
|
|
2136
|
+
--color-green-950: #052e16;
|
|
2137
|
+
|
|
2138
|
+
/* --color-- 翡翠绿 Emerald --color-- */
|
|
2139
|
+
--color-emerald-50: #ecfdf5;
|
|
2140
|
+
--color-emerald-100: #d1fae5;
|
|
2141
|
+
--color-emerald-200: #a7f3d0;
|
|
2142
|
+
--color-emerald-300: #6ee7b7;
|
|
2143
|
+
--color-emerald-400: #34d399;
|
|
2144
|
+
--color-emerald-500: #10b981;
|
|
2145
|
+
--color-emerald-600: #059669;
|
|
2146
|
+
--color-emerald-700: #047857;
|
|
2147
|
+
--color-emerald-800: #065f46;
|
|
2148
|
+
--color-emerald-900: #064e3b;
|
|
2149
|
+
--color-emerald-950: #022c22;
|
|
2150
|
+
|
|
2151
|
+
/* --color-- 蓝绿色 Teal --color-- */
|
|
2152
|
+
--color-teal-50: #f0fdfa;
|
|
2153
|
+
--color-teal-100: #ccfbf1;
|
|
2154
|
+
--color-teal-200: #99f6e4;
|
|
2155
|
+
--color-teal-300: #5eead4;
|
|
2156
|
+
--color-teal-400: #2dd4bf;
|
|
2157
|
+
--color-teal-500: #14b8a6;
|
|
2158
|
+
--color-teal-600: #0d9488;
|
|
2159
|
+
--color-teal-700: #0f766e;
|
|
2160
|
+
--color-teal-800: #115e59;
|
|
2161
|
+
--color-teal-900: #134e4a;
|
|
2162
|
+
--color-teal-950: #042f2e;
|
|
2163
|
+
|
|
2164
|
+
/* --color-- 天蓝色 Sky (Light Blue) --color-- */
|
|
2165
|
+
--color-sky-50: #f0f9ff;
|
|
2166
|
+
--color-sky-100: #e0f2fe;
|
|
2167
|
+
--color-sky-200: #bae6fd;
|
|
2168
|
+
--color-sky-300: #7dd3fc;
|
|
2169
|
+
--color-sky-400: #38bdf8;
|
|
2170
|
+
--color-sky-500: #0ea5e9;
|
|
2171
|
+
--color-sky-600: #0284c7;
|
|
2172
|
+
--color-sky-700: #0369a1;
|
|
2173
|
+
--color-sky-800: #075985;
|
|
2174
|
+
--color-sky-900: #0c4a6e;
|
|
2175
|
+
--color-sky-950: #082f49;
|
|
2176
|
+
|
|
2177
|
+
/* --color-- 蓝色系 Blue --color-- */
|
|
2178
|
+
--color-blue-50: #eff6ff;
|
|
2179
|
+
--color-blue-100: #dbeafe;
|
|
2180
|
+
--color-blue-200: #bfdbfe;
|
|
2181
|
+
--color-blue-300: #93c5fd;
|
|
2182
|
+
--color-blue-400: #60a5fa;
|
|
2183
|
+
--color-blue-500: #3b82f6;
|
|
2184
|
+
--color-blue-600: #2563eb;
|
|
2185
|
+
--color-blue-700: #1d4ed8;
|
|
2186
|
+
--color-blue-800: #1e40af;
|
|
2187
|
+
--color-blue-900: #1e3a8a;
|
|
2188
|
+
--color-blue-950: #172554;
|
|
2189
|
+
|
|
2190
|
+
/* --color-- 靛青色 Indigo --color-- */
|
|
2191
|
+
--color-indigo-50: #eef2ff;
|
|
2192
|
+
--color-indigo-100: #e0e7ff;
|
|
2193
|
+
--color-indigo-200: #c7d2fe;
|
|
2194
|
+
--color-indigo-300: #a5b4fc;
|
|
2195
|
+
--color-indigo-400: #818cf8;
|
|
2196
|
+
--color-indigo-500: #6366f1;
|
|
2197
|
+
--color-indigo-600: #4f46e5;
|
|
2198
|
+
--color-indigo-700: #4338ca;
|
|
2199
|
+
--color-indigo-800: #3730a3;
|
|
2200
|
+
--color-indigo-900: #312e81;
|
|
2201
|
+
--color-indigo-950: #1e1b4b;
|
|
2202
|
+
|
|
2203
|
+
/* --color-- 紫色系 Violet --color-- */
|
|
2204
|
+
--color-violet-50: #f5f3ff;
|
|
2205
|
+
--color-violet-100: #ede9fe;
|
|
2206
|
+
--color-violet-200: #ddd6fe;
|
|
2207
|
+
--color-violet-300: #c4b5fd;
|
|
2208
|
+
--color-violet-400: #a78bfa;
|
|
2209
|
+
--color-violet-500: #8b5cf6;
|
|
2210
|
+
--color-violet-600: #7c3aed;
|
|
2211
|
+
--color-violet-700: #6d28d9;
|
|
2212
|
+
--color-violet-800: #5b21b6;
|
|
2213
|
+
--color-violet-900: #4c1d95;
|
|
2214
|
+
--color-violet-950: #2e1065;
|
|
2215
|
+
|
|
2216
|
+
/* --color-- 紫红/粉色系 Fuchsia --color-- */
|
|
2217
|
+
--color-fuchsia-50: #fdf4ff;
|
|
2218
|
+
--color-fuchsia-100: #fae8ff;
|
|
2219
|
+
--color-fuchsia-200: #f5d0fe;
|
|
2220
|
+
--color-fuchsia-300: #f0abfc;
|
|
2221
|
+
--color-fuchsia-400: #e879f9;
|
|
2222
|
+
--color-fuchsia-500: #d946ef;
|
|
2223
|
+
--color-fuchsia-600: #c026d3;
|
|
2224
|
+
--color-fuchsia-700: #a21caf;
|
|
2225
|
+
--color-fuchsia-800: #86198f;
|
|
2226
|
+
--color-fuchsia-900: #701a75;
|
|
2227
|
+
--color-fuchsia-950: #4a044e;
|
|
2228
|
+
|
|
2229
|
+
/* --color-- 粉色系 Pink --color-- */
|
|
2230
|
+
--color-pink-50: #fdf2f8;
|
|
2231
|
+
--color-pink-100: #fce7f3;
|
|
2232
|
+
--color-pink-200: #fbcfe8;
|
|
2233
|
+
--color-pink-300: #f9a8d4;
|
|
2234
|
+
--color-pink-400: #f472b6;
|
|
2235
|
+
--color-pink-500: #ec4899;
|
|
2236
|
+
--color-pink-600: #db2777;
|
|
2237
|
+
--color-pink-700: #be185d;
|
|
2238
|
+
--color-pink-800: #9d174d;
|
|
2239
|
+
--color-pink-900: #831843;
|
|
2240
|
+
--color-pink-950: #500724;
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
.last\:mb-0:last-child {
|
|
2244
|
+
margin-bottom: 0px;
|
|
1759
2245
|
}
|
|
1760
2246
|
|
|
1761
2247
|
.hover\:border-blue-300:hover {
|
|
@@ -1768,6 +2254,10 @@ video {
|
|
|
1768
2254
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
1769
2255
|
}
|
|
1770
2256
|
|
|
2257
|
+
.hover\:bg-\[\#1589EE1A\]:hover {
|
|
2258
|
+
background-color: #1589EE1A;
|
|
2259
|
+
}
|
|
2260
|
+
|
|
1771
2261
|
.hover\:bg-blue-100:hover {
|
|
1772
2262
|
--tw-bg-opacity: 1;
|
|
1773
2263
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
|
@@ -1808,6 +2298,11 @@ video {
|
|
|
1808
2298
|
background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
|
|
1809
2299
|
}
|
|
1810
2300
|
|
|
2301
|
+
.hover\:bg-sky-50:hover {
|
|
2302
|
+
--tw-bg-opacity: 1;
|
|
2303
|
+
background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
|
|
2304
|
+
}
|
|
2305
|
+
|
|
1811
2306
|
.hover\:bg-slate-500:hover {
|
|
1812
2307
|
--tw-bg-opacity: 1;
|
|
1813
2308
|
background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
|
|
@@ -1818,6 +2313,10 @@ video {
|
|
|
1818
2313
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1819
2314
|
}
|
|
1820
2315
|
|
|
2316
|
+
.hover\:font-bold:hover {
|
|
2317
|
+
font-weight: 700;
|
|
2318
|
+
}
|
|
2319
|
+
|
|
1821
2320
|
.hover\:text-blue-500:hover {
|
|
1822
2321
|
--tw-text-opacity: 1;
|
|
1823
2322
|
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
@@ -1919,14 +2418,42 @@ video {
|
|
|
1919
2418
|
|
|
1920
2419
|
@media (min-width: 640px) {
|
|
1921
2420
|
|
|
2421
|
+
.sm\:sticky {
|
|
2422
|
+
position: sticky;
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2425
|
+
.sm\:z-10 {
|
|
2426
|
+
z-index: 10;
|
|
2427
|
+
}
|
|
2428
|
+
|
|
1922
2429
|
.sm\:m-2 {
|
|
1923
2430
|
margin: 0.5rem;
|
|
1924
2431
|
}
|
|
1925
2432
|
|
|
2433
|
+
.sm\:m-3 {
|
|
2434
|
+
margin: 0.75rem;
|
|
2435
|
+
}
|
|
2436
|
+
|
|
1926
2437
|
.sm\:m-4 {
|
|
1927
2438
|
margin: 1rem;
|
|
1928
2439
|
}
|
|
1929
2440
|
|
|
2441
|
+
.sm\:mt-3 {
|
|
2442
|
+
margin-top: 0.75rem;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
.sm\:mt-\[90px\] {
|
|
2446
|
+
margin-top: 90px;
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
.sm\:grid {
|
|
2450
|
+
display: grid;
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2453
|
+
.sm\:grid-cols-2 {
|
|
2454
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2455
|
+
}
|
|
2456
|
+
|
|
1930
2457
|
.sm\:grid-cols-3 {
|
|
1931
2458
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1932
2459
|
}
|
|
@@ -1935,6 +2462,10 @@ video {
|
|
|
1935
2462
|
align-items: center;
|
|
1936
2463
|
}
|
|
1937
2464
|
|
|
2465
|
+
.sm\:gap-4 {
|
|
2466
|
+
gap: 1rem;
|
|
2467
|
+
}
|
|
2468
|
+
|
|
1938
2469
|
.sm\:rounded {
|
|
1939
2470
|
border-radius: 0.25rem;
|
|
1940
2471
|
}
|
|
@@ -1943,6 +2474,14 @@ video {
|
|
|
1943
2474
|
border-radius: 0.5rem;
|
|
1944
2475
|
}
|
|
1945
2476
|
|
|
2477
|
+
.sm\:rounded-tl {
|
|
2478
|
+
border-top-left-radius: 0.25rem;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
.sm\:rounded-tr {
|
|
2482
|
+
border-top-right-radius: 0.25rem;
|
|
2483
|
+
}
|
|
2484
|
+
|
|
1946
2485
|
.sm\:border {
|
|
1947
2486
|
border-width: 1px;
|
|
1948
2487
|
}
|
|
@@ -2011,6 +2550,14 @@ video {
|
|
|
2011
2550
|
display: block;
|
|
2012
2551
|
}
|
|
2013
2552
|
|
|
2553
|
+
.md\:grid-cols-3 {
|
|
2554
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
.md\:border-b {
|
|
2558
|
+
border-bottom-width: 1px;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2014
2561
|
.md\:p-10 {
|
|
2015
2562
|
padding: 2.5rem;
|
|
2016
2563
|
}
|
|
@@ -2038,10 +2585,54 @@ video {
|
|
|
2038
2585
|
display: flex;
|
|
2039
2586
|
}
|
|
2040
2587
|
|
|
2588
|
+
.lg\:grid-cols-1 {
|
|
2589
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
.lg\:grid-cols-10 {
|
|
2593
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
.lg\:grid-cols-11 {
|
|
2597
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
.lg\:grid-cols-12 {
|
|
2601
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
.lg\:grid-cols-2 {
|
|
2605
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
.lg\:grid-cols-3 {
|
|
2609
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2041
2612
|
.lg\:grid-cols-4 {
|
|
2042
2613
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
2043
2614
|
}
|
|
2044
2615
|
|
|
2616
|
+
.lg\:grid-cols-5 {
|
|
2617
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
.lg\:grid-cols-6 {
|
|
2621
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
.lg\:grid-cols-7 {
|
|
2625
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
.lg\:grid-cols-8 {
|
|
2629
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2632
|
+
.lg\:grid-cols-9 {
|
|
2633
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2045
2636
|
.lg\:flex-col {
|
|
2046
2637
|
flex-direction: column;
|
|
2047
2638
|
}
|
|
@@ -2062,12 +2653,216 @@ video {
|
|
|
2062
2653
|
|
|
2063
2654
|
@media (min-width: 1280px) {
|
|
2064
2655
|
|
|
2656
|
+
.xl\:min-w-\[28rem\] {
|
|
2657
|
+
min-width: 28rem;
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2660
|
+
.xl\:grid-cols-4 {
|
|
2661
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2065
2664
|
.xl\:grid-cols-5 {
|
|
2066
2665
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2067
2666
|
}
|
|
2068
2667
|
}
|
|
2069
2668
|
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2669
|
+
@media (min-width: 1536px) {
|
|
2670
|
+
|
|
2671
|
+
.\32xl\:min-w-\[32rem\] {
|
|
2672
|
+
min-width: 32rem;
|
|
2673
|
+
}
|
|
2674
|
+
|
|
2675
|
+
.\32xl\:grid-cols-5 {
|
|
2676
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2679
|
+
.steedos {
|
|
2680
|
+
|
|
2681
|
+
--body-bg: var(--color-gray-50);
|
|
2682
|
+
--body-color: var(--color-gray-900);
|
|
2683
|
+
--body-size: 14px;
|
|
2684
|
+
--link-color: var(--color-brand-600);
|
|
2685
|
+
--Page-main-bg: transparent;
|
|
2686
|
+
--Form-mode-default-labelGap: 2px;
|
|
2687
|
+
--Form-item-fontSize: 12px;
|
|
2688
|
+
--Form-item-fontColor: rgb(68, 68, 68);
|
|
2689
|
+
--Form-fontSize: 14px;
|
|
2690
|
+
--Form-selectValue-fontSize: 14px;
|
|
2691
|
+
--Form-item-gap: 0.75rem;
|
|
2692
|
+
--Form-select-outer-boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
2693
|
+
--Form-select-outer-borderWidth: 0;
|
|
2694
|
+
/* --Table-color: #303030; */
|
|
2695
|
+
/* --Table-thead-color: #303030; */
|
|
2696
|
+
--Table-borderColor: #e5e7eb;
|
|
2697
|
+
--Table-borderWidth: 1px;
|
|
2698
|
+
--Table-fontSize: 13px;
|
|
2699
|
+
--Table-fixedRight-boxShadow: none;
|
|
2700
|
+
--Table-thead-borderColor: rgb(209 213 219);
|
|
2701
|
+
--Table-thead-fontSize: 13px;
|
|
2702
|
+
--Table-thead-bg: white;
|
|
2703
|
+
--Table-thead-borderColor: var(--Table-borderColor);
|
|
2704
|
+
--Table-toolbar-marginY: 0;
|
|
2705
|
+
--Table-thead-borderWidth: 1px;
|
|
2706
|
+
--Table-bg: white;
|
|
2707
|
+
--TableCell-paddingY: 0.4rem;
|
|
2708
|
+
--TableCell-paddingX: 0.5rem;
|
|
2709
|
+
--TableCell--edge-paddingX: 0.5rem;
|
|
2710
|
+
--text--muted-color: #d9dcde;
|
|
2711
|
+
--Collapse-content-fontSize: 14px;
|
|
2712
|
+
--Collapse-border: 0;
|
|
2713
|
+
--Collapse-header-fontSize: 16px;
|
|
2714
|
+
--Collapse-header-fontWeight: 400;
|
|
2715
|
+
--Collapse-header-onHover-bg: #EEEEEE;
|
|
2716
|
+
--Collapse-header-padding: 4px;
|
|
2717
|
+
--Collapse-content-padding: 4px;
|
|
2718
|
+
--collapse-default-bg-color: unset;
|
|
2719
|
+
--Button-height: 2rem;
|
|
2720
|
+
--Button-paddingX: 16px;
|
|
2721
|
+
--button-size-default-top-right-border-radius: 0.25rem;
|
|
2722
|
+
--button-size-default-top-left-border-radius: 0.25rem;
|
|
2723
|
+
--button-size-default-bottom-right-border-radius: 0.25rem;
|
|
2724
|
+
--button-size-default-bottom-left-border-radius: 0.25rem;
|
|
2725
|
+
--button-size-default-marginRight: 4px;
|
|
2726
|
+
|
|
2727
|
+
--button-light-default-bg-color: transparent;
|
|
2728
|
+
--button-light-default-top-border-color: transparent;
|
|
2729
|
+
--button-light-default-bottom-border-color: transparent;
|
|
2730
|
+
--button-light-default-left-border-color: transparent;
|
|
2731
|
+
--button-light-default-right-border-color: transparent;
|
|
2732
|
+
|
|
2733
|
+
--button-default-default-bg-color: white;
|
|
2734
|
+
/* --button-default-hover-bg-color: rgb(245, 245, 245); */
|
|
2735
|
+
--button-default-default-top-border-color: rgb(224, 224, 224);
|
|
2736
|
+
--button-default-default-bottom-border-color: rgb(224, 224, 224);
|
|
2737
|
+
--button-default-default-left-border-color: rgb(224, 224, 224);
|
|
2738
|
+
--button-default-default-right-border-color: rgb(224, 224, 224);
|
|
2739
|
+
|
|
2740
|
+
/* --button-primary-default-bg-color: var(--color-brand-600);
|
|
2741
|
+
--button-primary-hover-bg-color: var(--color-brand-500);
|
|
2742
|
+
--button-primary-default-top-border-color: var(--color-brand-600);
|
|
2743
|
+
--button-primary-default-bottom-border-color: var(--color-brand-600);
|
|
2744
|
+
--button-primary-default-left-border-color: var(--color-brand-600);
|
|
2745
|
+
--button-primary-default-right-border-color: var(--color-brand-600); */
|
|
2746
|
+
|
|
2747
|
+
/* --button-default-default-font-color: rgb(1, 118, 211); */
|
|
2748
|
+
--button-enhance-default-bg-color: white;
|
|
2749
|
+
--Crud-toolbar-gap: 2px;
|
|
2750
|
+
/* --DropDown-caret-marginLeft: 0; */
|
|
2751
|
+
--Tabs--vertical-width: 180px;
|
|
2752
|
+
--Tabs--vertical-bg: white;
|
|
2753
|
+
--Tabs-link-maxWidth: 180px;
|
|
2754
|
+
--Tabs-content-bg: unset;
|
|
2755
|
+
--drawer-content-paddingTop: 0;
|
|
2756
|
+
--fieldSet-legend-fontWeight: 600;
|
|
2757
|
+
--fieldSet-legend-marginTop: 1rem;
|
|
2758
|
+
--fieldSet-legend-marginBottom: 1rem;
|
|
2759
|
+
--DropDown-caret-marginLeft: 0.25rem;
|
|
2760
|
+
--DropDown-menu-boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
2761
|
+
--boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
2762
|
+
--common-popover-border: none;
|
|
2763
|
+
|
|
2764
|
+
/* --SearchBox-search-icon-color: var(--color-gray-400); */
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
a {
|
|
2768
|
+
color: var(--link-color);
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
|
|
2772
|
+
|
|
2773
|
+
/* 修正手机端字体小的问题 */
|
|
2774
|
+
@media (max-width: 767px) {
|
|
2775
|
+
|
|
2776
|
+
:root {
|
|
2777
|
+
--button-size-default-fontSize: var(--fontSizeLg);
|
|
2778
|
+
--link-fontSize: var(--fontSizeLg);
|
|
2779
|
+
--Table-fontSize: var(--fontSizeLg);
|
|
2780
|
+
--Tabs--line-fontSize: var(--fontSizeLg);
|
|
2781
|
+
--Tabs--line-active-fontSize: var(--fontSizeLg);
|
|
2782
|
+
--Tabs--line-hover-fontSize: var(--fontSizeLg);
|
|
2783
|
+
--fieldSet-legend-fontSize: var(--fontSizeLg);
|
|
2784
|
+
--Pick-base-value-fontSize: var(--fontSizeLg);
|
|
2785
|
+
--dialog-header-fontSize: var(--fontSizeLg);
|
|
2786
|
+
--input-default-default-fontSize: var(--fontSizeLg);
|
|
2787
|
+
}
|
|
2788
|
+
.antd-Form .antd-Form-item input {
|
|
2789
|
+
font-size: var(--fontSizeLg);
|
|
2790
|
+
padding: 0 0.625rem 0 0.625rem;
|
|
2791
|
+
}
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2794
|
+
.steedos-header-container {
|
|
2795
|
+
background-color: var(--color-white);
|
|
2796
|
+
color: var(--color-gray-700);
|
|
2797
|
+
--steedos-logo-color-default: var(--color-gray-500);
|
|
2798
|
+
.slds-icon-text-default {
|
|
2799
|
+
--slds-c-icon-color-foreground: var(--color-gray-500);
|
|
2800
|
+
}
|
|
2801
|
+
.slds-button_icon {
|
|
2802
|
+
--slds-g-color-neutral-base-50: var(--color-gray-500);
|
|
2803
|
+
}
|
|
2804
|
+
.lb-inbox-button {
|
|
2805
|
+
color: var(--color-gray-500);
|
|
2806
|
+
}
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
.steedos.dark {
|
|
2810
|
+
.steedos-header-container {
|
|
2811
|
+
background-color: var(--color-brand-900);
|
|
2812
|
+
color: var(--color-gray-100);
|
|
2813
|
+
--steedos-logo-color-default: var(--color-gray-300);
|
|
2814
|
+
.slds-icon-text-default {
|
|
2815
|
+
--slds-c-icon-color-foreground: var(--color-gray-300);
|
|
2816
|
+
}
|
|
2817
|
+
.slds-button_icon {
|
|
2818
|
+
--slds-g-color-neutral-base-50: var(--color-gray-300);
|
|
2819
|
+
}
|
|
2820
|
+
.lb-inbox-button {
|
|
2821
|
+
color: var(--color-gray-300);
|
|
2822
|
+
}
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2825
|
+
|
|
2826
|
+
|
|
2827
|
+
.creator-content-wrapper {
|
|
2828
|
+
overflow: auto !important;
|
|
2829
|
+
position: absolute;
|
|
2830
|
+
top: 0;
|
|
2831
|
+
right: 0;
|
|
2832
|
+
bottom: 0;
|
|
2833
|
+
left: 0;
|
|
2834
|
+
margin-top: 50px;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
@media (min-width: 767px) {
|
|
2838
|
+
.creator-content-wrapper {
|
|
2839
|
+
height:calc(100% - 50px)
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
.creator-content-wrapper>.builder-component{
|
|
2843
|
+
height: 100%;
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
.creator-content-wrapper>.builder-component>.builder-content{
|
|
2847
|
+
height: 100%;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
.creator-content-wrapper>.builder-component>.builder-content>div{
|
|
2851
|
+
height: 100%;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
.creator-content-wrapper>.builder-component>.builder-content>div>.builder-blocks{
|
|
2855
|
+
height: 100%;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
.creator-content-wrapper>.builder-component>.builder-content>div>.builder-blocks>.builder-block{
|
|
2859
|
+
height: 100%;
|
|
2860
|
+
}
|
|
2861
|
+
.creator-content-wrapper>.builder-component>.builder-content>div>.builder-blocks>.builder-block>.amis-scope{
|
|
2862
|
+
height: 100%;
|
|
2863
|
+
}
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
.MuiSvgIcon-fontSizeSmall{
|
|
2867
|
+
font-size: 1rem !important;
|
|
2073
2868
|
}
|
|
@@ -54438,11 +54438,11 @@ const getHeaderSchema = (props) => {
|
|
|
54438
54438
|
body: [
|
|
54439
54439
|
{
|
|
54440
54440
|
"type": "wrapper",
|
|
54441
|
-
"className": "sticky p-0 top-0 z-40 w-full flex-none backdrop-blur transition-colors duration-500 lg:z-[1000] steedos-header-container",
|
|
54441
|
+
"className": "sticky p-0 top-0 z-40 w-full flex-none backdrop-blur transition-colors duration-500 lg:z-[1000] steedos-header-container shadow",
|
|
54442
54442
|
body: [
|
|
54443
54443
|
{
|
|
54444
54444
|
"type": "wrapper",
|
|
54445
|
-
"className": "flex w-full px-4 py-0 h-[50px] justify-between items-center steedos-header-container-line-one
|
|
54445
|
+
"className": "flex w-full px-4 py-0 h-[50px] justify-between items-center steedos-header-container-line-one ",
|
|
54446
54446
|
"body": [
|
|
54447
54447
|
{
|
|
54448
54448
|
type: "service",
|
|
@@ -54533,7 +54533,7 @@ const getHeaderSchema = (props) => {
|
|
|
54533
54533
|
// "tpl": '',
|
|
54534
54534
|
// },
|
|
54535
54535
|
{
|
|
54536
|
-
"className": "w-auto ml-4 font-bold text-lg
|
|
54536
|
+
"className": "w-auto ml-4 font-bold text-lg inline-block align-middle",
|
|
54537
54537
|
"type": "tpl",
|
|
54538
54538
|
"hiddenOn": "${window:innerWidth < 768}",
|
|
54539
54539
|
"tpl": "${app.name}"
|
|
@@ -54558,7 +54558,7 @@ const getHeaderSchema = (props) => {
|
|
|
54558
54558
|
body: [
|
|
54559
54559
|
{
|
|
54560
54560
|
type: "wrapper",
|
|
54561
|
-
className: "sidebar-wrapper bg-white border-r px-2
|
|
54561
|
+
className: "sidebar-wrapper bg-white border-r px-2 pt-2 pb-16 fixed z-20 h-full h-fill flex flex-col overflow-y-auto block transition-all duration-300",
|
|
54562
54562
|
visibleOn: "${!!app}",
|
|
54563
54563
|
body: [
|
|
54564
54564
|
{
|
|
@@ -81085,7 +81085,7 @@ if (typeof ActiveXObject === "function") {
|
|
|
81085
81085
|
if (typeof fetchApi !== "function") fetchApi = void 0;
|
|
81086
81086
|
if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
|
|
81087
81087
|
try {
|
|
81088
|
-
__vitePreload(() => import("./browser-ponyfill-
|
|
81088
|
+
__vitePreload(() => import("./browser-ponyfill-Divyjr19.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
|
|
81089
81089
|
fetchApi = mod.default;
|
|
81090
81090
|
}).catch(function() {
|
|
81091
81091
|
});
|
package/dist/index.html
CHANGED
|
@@ -12,9 +12,6 @@
|
|
|
12
12
|
<link rel="stylesheet" href="https://unpkg.com/@fortawesome/fontawesome-free@6.2.0/css/all.min.css" />
|
|
13
13
|
<link rel="stylesheet" href="https://unpkg.com/@salesforce-ux/design-system@2.22.2/assets/styles/salesforce-lightning-design-system.min.css">
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
|
|
16
|
-
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
|
|
17
|
-
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
|
|
18
15
|
|
|
19
16
|
<script src="https://unpkg.com/lodash@4.17.21/lodash.js"></script>
|
|
20
17
|
<script src="https://unpkg.com/jquery@3.7.1/dist/jquery.min.js"></script>
|
|
@@ -63,12 +60,19 @@
|
|
|
63
60
|
window.loadCss = loadCss;
|
|
64
61
|
|
|
65
62
|
</script>
|
|
63
|
+
|
|
64
|
+
<script src="https://unpkg.com/antd@4.24.5/dist/antd.min.js"></script>
|
|
65
|
+
<link rel="stylesheet" href="https://unpkg.com/antd@4.24.5/dist/antd.min.css">
|
|
66
|
+
|
|
66
67
|
<script src="https://unpkg.com/i18next@24.2.2/dist/umd/i18next.min.js"></script>
|
|
67
|
-
|
|
68
|
-
<
|
|
69
|
-
<link rel="stylesheet"
|
|
68
|
+
|
|
69
|
+
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
|
|
70
|
+
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
|
|
71
|
+
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
|
|
72
|
+
<script type="module" crossorigin src="/assets/index-DfIlPMql.js"></script>
|
|
73
|
+
<link rel="stylesheet" crossorigin href="/assets/index-DRMPL4X9.css">
|
|
70
74
|
</head>
|
|
71
75
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
72
|
-
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-slate-50"></div>
|
|
76
|
+
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-slate-50 dark"></div>
|
|
73
77
|
</body>
|
|
74
78
|
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4-beta.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "4e3a235078fdb5a531de35dbc45c549c56c61715",
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@steedos-widgets/amis-object": "6.10.33"
|
|
80
|
+
"@steedos-widgets/amis-object": "^6.10.33"
|
|
81
81
|
}
|
|
82
82
|
}
|