tinacms 1.3.0 → 1.3.1
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/index.es.js +213 -213
- package/dist/index.js +213 -213
- package/dist/style.css +213 -213
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1295,82 +1295,82 @@ mutation addPendingDocumentMutation(
|
|
|
1295
1295
|
.tina-tailwind .left-0 {
|
|
1296
1296
|
left: 0px;
|
|
1297
1297
|
}
|
|
1298
|
-
.tina-tailwind .
|
|
1299
|
-
|
|
1300
|
-
}
|
|
1301
|
-
.tina-tailwind .top-8 {
|
|
1302
|
-
top: 32px;
|
|
1298
|
+
.tina-tailwind .left-2 {
|
|
1299
|
+
left: 8px;
|
|
1303
1300
|
}
|
|
1304
1301
|
.tina-tailwind .right-0 {
|
|
1305
1302
|
right: 0px;
|
|
1306
1303
|
}
|
|
1304
|
+
.tina-tailwind .top-0 {
|
|
1305
|
+
top: 0px;
|
|
1306
|
+
}
|
|
1307
|
+
.tina-tailwind .top-1\\/2 {
|
|
1308
|
+
top: 50%;
|
|
1309
|
+
}
|
|
1307
1310
|
.tina-tailwind .top-10 {
|
|
1308
1311
|
top: 40px;
|
|
1309
1312
|
}
|
|
1310
1313
|
.tina-tailwind .top-4 {
|
|
1311
1314
|
top: 16px;
|
|
1312
1315
|
}
|
|
1313
|
-
.tina-tailwind .top-
|
|
1314
|
-
top:
|
|
1315
|
-
}
|
|
1316
|
-
.tina-tailwind .left-2 {
|
|
1317
|
-
left: 8px;
|
|
1316
|
+
.tina-tailwind .top-8 {
|
|
1317
|
+
top: 32px;
|
|
1318
1318
|
}
|
|
1319
|
-
.tina-tailwind .z-
|
|
1320
|
-
z-index:
|
|
1319
|
+
.tina-tailwind .z-50 {
|
|
1320
|
+
z-index: 50;
|
|
1321
1321
|
}
|
|
1322
1322
|
.tina-tailwind .z-menu {
|
|
1323
1323
|
z-index: 9800;
|
|
1324
1324
|
}
|
|
1325
|
-
.tina-tailwind .z-
|
|
1326
|
-
z-index:
|
|
1325
|
+
.tina-tailwind .z-overlay {
|
|
1326
|
+
z-index: 10600;
|
|
1327
1327
|
}
|
|
1328
1328
|
.tina-tailwind .mx-auto {
|
|
1329
1329
|
margin-left: auto;
|
|
1330
1330
|
margin-right: auto;
|
|
1331
1331
|
}
|
|
1332
|
-
.tina-tailwind .mb-6 {
|
|
1333
|
-
margin-bottom: 24px;
|
|
1334
|
-
}
|
|
1335
|
-
.tina-tailwind .mr-1 {
|
|
1336
|
-
margin-right: 4px;
|
|
1337
|
-
}
|
|
1338
|
-
.tina-tailwind .mb-8 {
|
|
1339
|
-
margin-bottom: 32px;
|
|
1340
|
-
}
|
|
1341
1332
|
.tina-tailwind .-ml-px {
|
|
1342
1333
|
margin-left: -1px;
|
|
1343
1334
|
}
|
|
1344
|
-
.tina-tailwind
|
|
1345
|
-
margin-
|
|
1335
|
+
.tina-tailwind .-mt-0 {
|
|
1336
|
+
margin-top: -0px;
|
|
1346
1337
|
}
|
|
1347
|
-
.tina-tailwind
|
|
1348
|
-
margin-
|
|
1338
|
+
.tina-tailwind .-mt-0\\.5 {
|
|
1339
|
+
margin-top: -2px;
|
|
1340
|
+
}
|
|
1341
|
+
.tina-tailwind .mb-1 {
|
|
1342
|
+
margin-bottom: 4px;
|
|
1349
1343
|
}
|
|
1350
1344
|
.tina-tailwind .mb-2 {
|
|
1351
1345
|
margin-bottom: 8px;
|
|
1352
1346
|
}
|
|
1353
|
-
.tina-tailwind .mb-
|
|
1354
|
-
margin-bottom:
|
|
1347
|
+
.tina-tailwind .mb-4 {
|
|
1348
|
+
margin-bottom: 16px;
|
|
1355
1349
|
}
|
|
1356
|
-
.tina-tailwind
|
|
1357
|
-
margin-
|
|
1350
|
+
.tina-tailwind .mb-6 {
|
|
1351
|
+
margin-bottom: 24px;
|
|
1358
1352
|
}
|
|
1359
|
-
.tina-tailwind
|
|
1360
|
-
margin-
|
|
1353
|
+
.tina-tailwind .mb-8 {
|
|
1354
|
+
margin-bottom: 32px;
|
|
1361
1355
|
}
|
|
1362
|
-
.tina-tailwind .
|
|
1363
|
-
margin-
|
|
1356
|
+
.tina-tailwind .ml-1 {
|
|
1357
|
+
margin-left: 4px;
|
|
1364
1358
|
}
|
|
1365
1359
|
.tina-tailwind .ml-1\\.5 {
|
|
1366
1360
|
margin-left: 6px;
|
|
1367
1361
|
}
|
|
1368
|
-
.tina-tailwind .
|
|
1369
|
-
margin-
|
|
1362
|
+
.tina-tailwind .mr-1 {
|
|
1363
|
+
margin-right: 4px;
|
|
1370
1364
|
}
|
|
1371
1365
|
.tina-tailwind .mr-1\\.5 {
|
|
1372
1366
|
margin-right: 6px;
|
|
1373
1367
|
}
|
|
1368
|
+
.tina-tailwind .mr-2 {
|
|
1369
|
+
margin-right: 8px;
|
|
1370
|
+
}
|
|
1371
|
+
.tina-tailwind .mt-2 {
|
|
1372
|
+
margin-top: 8px;
|
|
1373
|
+
}
|
|
1374
1374
|
.tina-tailwind .block {
|
|
1375
1375
|
display: block;
|
|
1376
1376
|
}
|
|
@@ -1389,14 +1389,14 @@ mutation addPendingDocumentMutation(
|
|
|
1389
1389
|
.tina-tailwind .grid {
|
|
1390
1390
|
display: grid;
|
|
1391
1391
|
}
|
|
1392
|
-
.tina-tailwind .h-
|
|
1393
|
-
height:
|
|
1392
|
+
.tina-tailwind .h-10 {
|
|
1393
|
+
height: 40px;
|
|
1394
1394
|
}
|
|
1395
|
-
.tina-tailwind .h-
|
|
1396
|
-
height:
|
|
1395
|
+
.tina-tailwind .h-12 {
|
|
1396
|
+
height: 48px;
|
|
1397
1397
|
}
|
|
1398
|
-
.tina-tailwind .h-
|
|
1399
|
-
height:
|
|
1398
|
+
.tina-tailwind .h-5 {
|
|
1399
|
+
height: 20px;
|
|
1400
1400
|
}
|
|
1401
1401
|
.tina-tailwind .h-6 {
|
|
1402
1402
|
height: 24px;
|
|
@@ -1404,17 +1404,17 @@ mutation addPendingDocumentMutation(
|
|
|
1404
1404
|
.tina-tailwind .h-7 {
|
|
1405
1405
|
height: 28px;
|
|
1406
1406
|
}
|
|
1407
|
-
.tina-tailwind .h-
|
|
1408
|
-
height:
|
|
1407
|
+
.tina-tailwind .h-auto {
|
|
1408
|
+
height: auto;
|
|
1409
1409
|
}
|
|
1410
|
-
.tina-tailwind .h-
|
|
1411
|
-
height:
|
|
1410
|
+
.tina-tailwind .h-full {
|
|
1411
|
+
height: 100%;
|
|
1412
1412
|
}
|
|
1413
|
-
.tina-tailwind .h-
|
|
1414
|
-
height:
|
|
1413
|
+
.tina-tailwind .h-screen {
|
|
1414
|
+
height: 100vh;
|
|
1415
1415
|
}
|
|
1416
|
-
.tina-tailwind .w-
|
|
1417
|
-
width:
|
|
1416
|
+
.tina-tailwind .w-0 {
|
|
1417
|
+
width: 0px;
|
|
1418
1418
|
}
|
|
1419
1419
|
.tina-tailwind .w-10 {
|
|
1420
1420
|
width: 40px;
|
|
@@ -1422,32 +1422,29 @@ mutation addPendingDocumentMutation(
|
|
|
1422
1422
|
.tina-tailwind .w-12 {
|
|
1423
1423
|
width: 48px;
|
|
1424
1424
|
}
|
|
1425
|
-
.tina-tailwind .w-7 {
|
|
1426
|
-
width: 28px;
|
|
1427
|
-
}
|
|
1428
|
-
.tina-tailwind .w-auto {
|
|
1429
|
-
width: auto;
|
|
1430
|
-
}
|
|
1431
1425
|
.tina-tailwind .w-5 {
|
|
1432
1426
|
width: 20px;
|
|
1433
1427
|
}
|
|
1434
1428
|
.tina-tailwind .w-56 {
|
|
1435
1429
|
width: 224px;
|
|
1436
1430
|
}
|
|
1431
|
+
.tina-tailwind .w-6 {
|
|
1432
|
+
width: 24px;
|
|
1433
|
+
}
|
|
1434
|
+
.tina-tailwind .w-7 {
|
|
1435
|
+
width: 28px;
|
|
1436
|
+
}
|
|
1437
1437
|
.tina-tailwind .w-\\[15\\%\\] {
|
|
1438
1438
|
width: 15%;
|
|
1439
1439
|
}
|
|
1440
|
-
.tina-tailwind .w-
|
|
1441
|
-
width:
|
|
1442
|
-
}
|
|
1443
|
-
.tina-tailwind .w-6 {
|
|
1444
|
-
width: 24px;
|
|
1440
|
+
.tina-tailwind .w-auto {
|
|
1441
|
+
width: auto;
|
|
1445
1442
|
}
|
|
1446
|
-
.tina-tailwind .
|
|
1447
|
-
|
|
1443
|
+
.tina-tailwind .w-full {
|
|
1444
|
+
width: 100%;
|
|
1448
1445
|
}
|
|
1449
|
-
.tina-tailwind .max-w-
|
|
1450
|
-
max-width:
|
|
1446
|
+
.tina-tailwind .max-w-0 {
|
|
1447
|
+
max-width: 0rem;
|
|
1451
1448
|
}
|
|
1452
1449
|
.tina-tailwind .max-w-form {
|
|
1453
1450
|
max-width: 900px;
|
|
@@ -1455,8 +1452,11 @@ mutation addPendingDocumentMutation(
|
|
|
1455
1452
|
.tina-tailwind .max-w-full {
|
|
1456
1453
|
max-width: 100%;
|
|
1457
1454
|
}
|
|
1458
|
-
.tina-tailwind .max-w-
|
|
1459
|
-
max-width:
|
|
1455
|
+
.tina-tailwind .max-w-lg {
|
|
1456
|
+
max-width: 32rem;
|
|
1457
|
+
}
|
|
1458
|
+
.tina-tailwind .max-w-screen-xl {
|
|
1459
|
+
max-width: 1280px;
|
|
1460
1460
|
}
|
|
1461
1461
|
.tina-tailwind .flex-1 {
|
|
1462
1462
|
flex: 1 1 0%;
|
|
@@ -1477,6 +1477,10 @@ mutation addPendingDocumentMutation(
|
|
|
1477
1477
|
--tw-translate-x: -100%;
|
|
1478
1478
|
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));
|
|
1479
1479
|
}
|
|
1480
|
+
.tina-tailwind .-translate-y-1\\/2 {
|
|
1481
|
+
--tw-translate-y: -50%;
|
|
1482
|
+
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));
|
|
1483
|
+
}
|
|
1480
1484
|
.tina-tailwind .translate-x-0 {
|
|
1481
1485
|
--tw-translate-x: 0px;
|
|
1482
1486
|
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));
|
|
@@ -1485,8 +1489,9 @@ mutation addPendingDocumentMutation(
|
|
|
1485
1489
|
--tw-translate-x: 100%;
|
|
1486
1490
|
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));
|
|
1487
1491
|
}
|
|
1488
|
-
.tina-tailwind
|
|
1489
|
-
--tw-
|
|
1492
|
+
.tina-tailwind .scale-100 {
|
|
1493
|
+
--tw-scale-x: 1;
|
|
1494
|
+
--tw-scale-y: 1;
|
|
1490
1495
|
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));
|
|
1491
1496
|
}
|
|
1492
1497
|
.tina-tailwind .scale-95 {
|
|
@@ -1494,11 +1499,6 @@ mutation addPendingDocumentMutation(
|
|
|
1494
1499
|
--tw-scale-y: .95;
|
|
1495
1500
|
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));
|
|
1496
1501
|
}
|
|
1497
|
-
.tina-tailwind .scale-100 {
|
|
1498
|
-
--tw-scale-x: 1;
|
|
1499
|
-
--tw-scale-y: 1;
|
|
1500
|
-
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));
|
|
1501
|
-
}
|
|
1502
1502
|
.tina-tailwind .transform {
|
|
1503
1503
|
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));
|
|
1504
1504
|
}
|
|
@@ -1535,14 +1535,11 @@ mutation addPendingDocumentMutation(
|
|
|
1535
1535
|
.tina-tailwind .justify-between {
|
|
1536
1536
|
justify-content: space-between;
|
|
1537
1537
|
}
|
|
1538
|
-
.tina-tailwind .gap-0\\.5 {
|
|
1539
|
-
gap: 2px;
|
|
1540
|
-
}
|
|
1541
1538
|
.tina-tailwind .gap-0 {
|
|
1542
1539
|
gap: 0px;
|
|
1543
1540
|
}
|
|
1544
|
-
.tina-tailwind .gap-
|
|
1545
|
-
gap:
|
|
1541
|
+
.tina-tailwind .gap-0\\.5 {
|
|
1542
|
+
gap: 2px;
|
|
1546
1543
|
}
|
|
1547
1544
|
.tina-tailwind .gap-2 {
|
|
1548
1545
|
gap: 8px;
|
|
@@ -1550,6 +1547,9 @@ mutation addPendingDocumentMutation(
|
|
|
1550
1547
|
.tina-tailwind .gap-3 {
|
|
1551
1548
|
gap: 12px;
|
|
1552
1549
|
}
|
|
1550
|
+
.tina-tailwind .gap-4 {
|
|
1551
|
+
gap: 16px;
|
|
1552
|
+
}
|
|
1553
1553
|
.tina-tailwind .divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
1554
1554
|
--tw-divide-y-reverse: 0;
|
|
1555
1555
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
@@ -1582,18 +1582,18 @@ mutation addPendingDocumentMutation(
|
|
|
1582
1582
|
.tina-tailwind .whitespace-nowrap {
|
|
1583
1583
|
white-space: nowrap;
|
|
1584
1584
|
}
|
|
1585
|
-
.tina-tailwind .rounded-lg {
|
|
1586
|
-
border-radius: 8px;
|
|
1587
|
-
}
|
|
1588
1585
|
.tina-tailwind .rounded {
|
|
1589
1586
|
border-radius: 4px;
|
|
1590
1587
|
}
|
|
1591
|
-
.tina-tailwind .rounded-md {
|
|
1592
|
-
border-radius: 6px;
|
|
1593
|
-
}
|
|
1594
1588
|
.tina-tailwind .rounded-full {
|
|
1595
1589
|
border-radius: 9999px;
|
|
1596
1590
|
}
|
|
1591
|
+
.tina-tailwind .rounded-lg {
|
|
1592
|
+
border-radius: 8px;
|
|
1593
|
+
}
|
|
1594
|
+
.tina-tailwind .rounded-md {
|
|
1595
|
+
border-radius: 6px;
|
|
1596
|
+
}
|
|
1597
1597
|
.tina-tailwind .rounded-r-md {
|
|
1598
1598
|
border-top-right-radius: 6px;
|
|
1599
1599
|
border-bottom-right-radius: 6px;
|
|
@@ -1604,6 +1604,10 @@ mutation addPendingDocumentMutation(
|
|
|
1604
1604
|
.tina-tailwind .border-b {
|
|
1605
1605
|
border-bottom-width: 1px;
|
|
1606
1606
|
}
|
|
1607
|
+
.tina-tailwind .border-gray-100 {
|
|
1608
|
+
--tw-border-opacity: 1;
|
|
1609
|
+
border-color: rgb(237 236 243 / var(--tw-border-opacity));
|
|
1610
|
+
}
|
|
1607
1611
|
.tina-tailwind .border-gray-150 {
|
|
1608
1612
|
--tw-border-opacity: 1;
|
|
1609
1613
|
border-color: rgb(230 227 239 / var(--tw-border-opacity));
|
|
@@ -1612,13 +1616,9 @@ mutation addPendingDocumentMutation(
|
|
|
1612
1616
|
--tw-border-opacity: 1;
|
|
1613
1617
|
border-color: rgb(225 221 236 / var(--tw-border-opacity));
|
|
1614
1618
|
}
|
|
1615
|
-
.tina-tailwind .
|
|
1616
|
-
--tw-border-opacity: 1;
|
|
1617
|
-
border-color: rgb(237 236 243 / var(--tw-border-opacity));
|
|
1618
|
-
}
|
|
1619
|
-
.tina-tailwind .bg-white {
|
|
1619
|
+
.tina-tailwind .bg-blue-500 {
|
|
1620
1620
|
--tw-bg-opacity: 1;
|
|
1621
|
-
background-color: rgb(
|
|
1621
|
+
background-color: rgb(0 132 255 / var(--tw-bg-opacity));
|
|
1622
1622
|
}
|
|
1623
1623
|
.tina-tailwind .bg-gray-100 {
|
|
1624
1624
|
--tw-bg-opacity: 1;
|
|
@@ -1628,9 +1628,9 @@ mutation addPendingDocumentMutation(
|
|
|
1628
1628
|
--tw-bg-opacity: 1;
|
|
1629
1629
|
background-color: rgb(246 246 249 / var(--tw-bg-opacity));
|
|
1630
1630
|
}
|
|
1631
|
-
.tina-tailwind .bg-
|
|
1631
|
+
.tina-tailwind .bg-white {
|
|
1632
1632
|
--tw-bg-opacity: 1;
|
|
1633
|
-
background-color: rgb(
|
|
1633
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1634
1634
|
}
|
|
1635
1635
|
.tina-tailwind .bg-gradient-to-b {
|
|
1636
1636
|
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
|
@@ -1657,41 +1657,45 @@ mutation addPendingDocumentMutation(
|
|
|
1657
1657
|
--tw-gradient-to: rgb(37 35 54 / 0);
|
|
1658
1658
|
--tw-gradient-stops: var(--tw-gradient-from), #252336, var(--tw-gradient-to);
|
|
1659
1659
|
}
|
|
1660
|
-
.tina-tailwind .to-
|
|
1661
|
-
--tw-gradient-to: #
|
|
1660
|
+
.tina-tailwind .to-black {
|
|
1661
|
+
--tw-gradient-to: #000;
|
|
1662
1662
|
}
|
|
1663
1663
|
.tina-tailwind .to-gray-50 {
|
|
1664
1664
|
--tw-gradient-to: #F6F6F9;
|
|
1665
1665
|
}
|
|
1666
|
-
.tina-tailwind .to-
|
|
1667
|
-
--tw-gradient-to: #
|
|
1666
|
+
.tina-tailwind .to-gray-900 {
|
|
1667
|
+
--tw-gradient-to: #252336;
|
|
1668
1668
|
}
|
|
1669
1669
|
.tina-tailwind .fill-current {
|
|
1670
1670
|
fill: currentColor;
|
|
1671
1671
|
}
|
|
1672
|
+
.tina-tailwind .px-12 {
|
|
1673
|
+
padding-left: 48px;
|
|
1674
|
+
padding-right: 48px;
|
|
1675
|
+
}
|
|
1676
|
+
.tina-tailwind .px-20 {
|
|
1677
|
+
padding-left: 80px;
|
|
1678
|
+
padding-right: 80px;
|
|
1679
|
+
}
|
|
1680
|
+
.tina-tailwind .px-3 {
|
|
1681
|
+
padding-left: 12px;
|
|
1682
|
+
padding-right: 12px;
|
|
1683
|
+
}
|
|
1672
1684
|
.tina-tailwind .px-4 {
|
|
1673
1685
|
padding-left: 16px;
|
|
1674
1686
|
padding-right: 16px;
|
|
1675
1687
|
}
|
|
1676
|
-
.tina-tailwind .py-6 {
|
|
1677
|
-
padding-top: 24px;
|
|
1678
|
-
padding-bottom: 24px;
|
|
1679
|
-
}
|
|
1680
1688
|
.tina-tailwind .px-5 {
|
|
1681
1689
|
padding-left: 20px;
|
|
1682
1690
|
padding-right: 20px;
|
|
1683
1691
|
}
|
|
1684
|
-
.tina-tailwind .
|
|
1685
|
-
padding-
|
|
1686
|
-
padding-
|
|
1687
|
-
}
|
|
1688
|
-
.tina-tailwind .px-12 {
|
|
1689
|
-
padding-left: 48px;
|
|
1690
|
-
padding-right: 48px;
|
|
1692
|
+
.tina-tailwind .px-6 {
|
|
1693
|
+
padding-left: 24px;
|
|
1694
|
+
padding-right: 24px;
|
|
1691
1695
|
}
|
|
1692
|
-
.tina-tailwind .py-
|
|
1693
|
-
padding-top:
|
|
1694
|
-
padding-bottom:
|
|
1696
|
+
.tina-tailwind .py-1 {
|
|
1697
|
+
padding-top: 4px;
|
|
1698
|
+
padding-bottom: 4px;
|
|
1695
1699
|
}
|
|
1696
1700
|
.tina-tailwind .py-10 {
|
|
1697
1701
|
padding-top: 40px;
|
|
@@ -1701,41 +1705,28 @@ mutation addPendingDocumentMutation(
|
|
|
1701
1705
|
padding-top: 8px;
|
|
1702
1706
|
padding-bottom: 8px;
|
|
1703
1707
|
}
|
|
1704
|
-
.tina-tailwind .px-20 {
|
|
1705
|
-
padding-left: 80px;
|
|
1706
|
-
padding-right: 80px;
|
|
1707
|
-
}
|
|
1708
|
-
.tina-tailwind .px-6 {
|
|
1709
|
-
padding-left: 24px;
|
|
1710
|
-
padding-right: 24px;
|
|
1711
|
-
}
|
|
1712
|
-
.tina-tailwind .py-1 {
|
|
1713
|
-
padding-top: 4px;
|
|
1714
|
-
padding-bottom: 4px;
|
|
1715
|
-
}
|
|
1716
|
-
.tina-tailwind .px-3 {
|
|
1717
|
-
padding-left: 12px;
|
|
1718
|
-
padding-right: 12px;
|
|
1719
|
-
}
|
|
1720
1708
|
.tina-tailwind .py-3 {
|
|
1721
1709
|
padding-top: 12px;
|
|
1722
1710
|
padding-bottom: 12px;
|
|
1723
1711
|
}
|
|
1712
|
+
.tina-tailwind .py-4 {
|
|
1713
|
+
padding-top: 16px;
|
|
1714
|
+
padding-bottom: 16px;
|
|
1715
|
+
}
|
|
1724
1716
|
.tina-tailwind .py-5 {
|
|
1725
1717
|
padding-top: 20px;
|
|
1726
1718
|
padding-bottom: 20px;
|
|
1727
1719
|
}
|
|
1728
|
-
.tina-tailwind .
|
|
1729
|
-
padding-top:
|
|
1730
|
-
|
|
1731
|
-
.tina-tailwind .pt-12 {
|
|
1732
|
-
padding-top: 48px;
|
|
1720
|
+
.tina-tailwind .py-6 {
|
|
1721
|
+
padding-top: 24px;
|
|
1722
|
+
padding-bottom: 24px;
|
|
1733
1723
|
}
|
|
1734
|
-
.tina-tailwind .
|
|
1735
|
-
padding-
|
|
1724
|
+
.tina-tailwind .py-8 {
|
|
1725
|
+
padding-top: 32px;
|
|
1726
|
+
padding-bottom: 32px;
|
|
1736
1727
|
}
|
|
1737
|
-
.tina-tailwind .pl-
|
|
1738
|
-
padding-left:
|
|
1728
|
+
.tina-tailwind .pl-18 {
|
|
1729
|
+
padding-left: 72px;
|
|
1739
1730
|
}
|
|
1740
1731
|
.tina-tailwind .pl-3 {
|
|
1741
1732
|
padding-left: 12px;
|
|
@@ -1743,8 +1734,17 @@ mutation addPendingDocumentMutation(
|
|
|
1743
1734
|
.tina-tailwind .pl-5 {
|
|
1744
1735
|
padding-left: 20px;
|
|
1745
1736
|
}
|
|
1746
|
-
.tina-tailwind .pl-
|
|
1747
|
-
padding-left:
|
|
1737
|
+
.tina-tailwind .pl-8 {
|
|
1738
|
+
padding-left: 32px;
|
|
1739
|
+
}
|
|
1740
|
+
.tina-tailwind .pr-3 {
|
|
1741
|
+
padding-right: 12px;
|
|
1742
|
+
}
|
|
1743
|
+
.tina-tailwind .pt-12 {
|
|
1744
|
+
padding-top: 48px;
|
|
1745
|
+
}
|
|
1746
|
+
.tina-tailwind .pt-4 {
|
|
1747
|
+
padding-top: 16px;
|
|
1748
1748
|
}
|
|
1749
1749
|
.tina-tailwind .text-left {
|
|
1750
1750
|
text-align: left;
|
|
@@ -1759,25 +1759,25 @@ mutation addPendingDocumentMutation(
|
|
|
1759
1759
|
font-size: 24px;
|
|
1760
1760
|
line-height: 1.33;
|
|
1761
1761
|
}
|
|
1762
|
-
.tina-tailwind .text-base {
|
|
1763
|
-
font-size: 16px;
|
|
1764
|
-
line-height: 1.5;
|
|
1765
|
-
}
|
|
1766
1762
|
.tina-tailwind .text-4xl {
|
|
1767
1763
|
font-size: 36px;
|
|
1768
1764
|
line-height: 1.1;
|
|
1769
1765
|
}
|
|
1770
|
-
.tina-tailwind .text-
|
|
1771
|
-
font-size:
|
|
1772
|
-
line-height: 1.
|
|
1766
|
+
.tina-tailwind .text-base {
|
|
1767
|
+
font-size: 16px;
|
|
1768
|
+
line-height: 1.5;
|
|
1769
|
+
}
|
|
1770
|
+
.tina-tailwind .text-md {
|
|
1771
|
+
font-size: 16px;
|
|
1772
|
+
line-height: 1.5;
|
|
1773
1773
|
}
|
|
1774
1774
|
.tina-tailwind .text-sm {
|
|
1775
1775
|
font-size: 14px;
|
|
1776
1776
|
line-height: 1.43;
|
|
1777
1777
|
}
|
|
1778
|
-
.tina-tailwind .text-
|
|
1779
|
-
font-size:
|
|
1780
|
-
line-height: 1.
|
|
1778
|
+
.tina-tailwind .text-xl {
|
|
1779
|
+
font-size: 20px;
|
|
1780
|
+
line-height: 1.4;
|
|
1781
1781
|
}
|
|
1782
1782
|
.tina-tailwind .text-xs {
|
|
1783
1783
|
font-size: 13px;
|
|
@@ -1795,41 +1795,28 @@ mutation addPendingDocumentMutation(
|
|
|
1795
1795
|
.tina-tailwind .italic {
|
|
1796
1796
|
font-style: italic;
|
|
1797
1797
|
}
|
|
1798
|
+
.tina-tailwind .leading-5 {
|
|
1799
|
+
line-height: 20px;
|
|
1800
|
+
}
|
|
1798
1801
|
.tina-tailwind .leading-normal {
|
|
1799
1802
|
line-height: 1.5;
|
|
1800
1803
|
}
|
|
1801
1804
|
.tina-tailwind .leading-tight {
|
|
1802
1805
|
line-height: 1.25;
|
|
1803
1806
|
}
|
|
1804
|
-
.tina-tailwind .leading-5 {
|
|
1805
|
-
line-height: 20px;
|
|
1806
|
-
}
|
|
1807
1807
|
.tina-tailwind .tracking-wide {
|
|
1808
1808
|
letter-spacing: 0.025em;
|
|
1809
1809
|
}
|
|
1810
|
-
.tina-tailwind .text-
|
|
1811
|
-
--tw-text-opacity: 1;
|
|
1812
|
-
color: rgb(86 81 101 / var(--tw-text-opacity));
|
|
1813
|
-
}
|
|
1814
|
-
.tina-tailwind .text-gray-700 {
|
|
1815
|
-
--tw-text-opacity: 1;
|
|
1816
|
-
color: rgb(67 62 82 / var(--tw-text-opacity));
|
|
1817
|
-
}
|
|
1818
|
-
.tina-tailwind .text-red-500 {
|
|
1819
|
-
--tw-text-opacity: 1;
|
|
1820
|
-
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
1821
|
-
}
|
|
1822
|
-
.tina-tailwind .text-red-400 {
|
|
1810
|
+
.tina-tailwind .text-blue-500 {
|
|
1823
1811
|
--tw-text-opacity: 1;
|
|
1824
|
-
color: rgb(
|
|
1812
|
+
color: rgb(0 132 255 / var(--tw-text-opacity));
|
|
1825
1813
|
}
|
|
1826
1814
|
.tina-tailwind .text-blue-600 {
|
|
1827
1815
|
--tw-text-opacity: 1;
|
|
1828
1816
|
color: rgb(5 116 228 / var(--tw-text-opacity));
|
|
1829
1817
|
}
|
|
1830
|
-
.tina-tailwind .text-
|
|
1831
|
-
|
|
1832
|
-
color: rgb(113 108 127 / var(--tw-text-opacity));
|
|
1818
|
+
.tina-tailwind .text-current {
|
|
1819
|
+
color: currentColor;
|
|
1833
1820
|
}
|
|
1834
1821
|
.tina-tailwind .text-gray-300 {
|
|
1835
1822
|
--tw-text-opacity: 1;
|
|
@@ -1839,16 +1826,17 @@ mutation addPendingDocumentMutation(
|
|
|
1839
1826
|
--tw-text-opacity: 1;
|
|
1840
1827
|
color: rgb(145 140 158 / var(--tw-text-opacity));
|
|
1841
1828
|
}
|
|
1842
|
-
.tina-tailwind .text-
|
|
1829
|
+
.tina-tailwind .text-gray-500 {
|
|
1843
1830
|
--tw-text-opacity: 1;
|
|
1844
|
-
color: rgb(
|
|
1831
|
+
color: rgb(113 108 127 / var(--tw-text-opacity));
|
|
1845
1832
|
}
|
|
1846
|
-
.tina-tailwind .text-
|
|
1847
|
-
|
|
1833
|
+
.tina-tailwind .text-gray-600 {
|
|
1834
|
+
--tw-text-opacity: 1;
|
|
1835
|
+
color: rgb(86 81 101 / var(--tw-text-opacity));
|
|
1848
1836
|
}
|
|
1849
|
-
.tina-tailwind .text-
|
|
1837
|
+
.tina-tailwind .text-gray-700 {
|
|
1850
1838
|
--tw-text-opacity: 1;
|
|
1851
|
-
color: rgb(
|
|
1839
|
+
color: rgb(67 62 82 / var(--tw-text-opacity));
|
|
1852
1840
|
}
|
|
1853
1841
|
.tina-tailwind .text-gray-800 {
|
|
1854
1842
|
--tw-text-opacity: 1;
|
|
@@ -1858,17 +1846,35 @@ mutation addPendingDocumentMutation(
|
|
|
1858
1846
|
--tw-text-opacity: 1;
|
|
1859
1847
|
color: rgb(37 35 54 / var(--tw-text-opacity));
|
|
1860
1848
|
}
|
|
1849
|
+
.tina-tailwind .text-red-400 {
|
|
1850
|
+
--tw-text-opacity: 1;
|
|
1851
|
+
color: rgb(248 113 113 / var(--tw-text-opacity));
|
|
1852
|
+
}
|
|
1853
|
+
.tina-tailwind .text-red-500 {
|
|
1854
|
+
--tw-text-opacity: 1;
|
|
1855
|
+
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
1856
|
+
}
|
|
1857
|
+
.tina-tailwind .text-white {
|
|
1858
|
+
--tw-text-opacity: 1;
|
|
1859
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1860
|
+
}
|
|
1861
1861
|
.tina-tailwind .underline {
|
|
1862
1862
|
text-decoration-line: underline;
|
|
1863
1863
|
}
|
|
1864
|
-
.tina-tailwind .opacity-
|
|
1865
|
-
opacity:
|
|
1864
|
+
.tina-tailwind .opacity-0 {
|
|
1865
|
+
opacity: 0;
|
|
1866
1866
|
}
|
|
1867
1867
|
.tina-tailwind .opacity-100 {
|
|
1868
1868
|
opacity: 1;
|
|
1869
1869
|
}
|
|
1870
|
-
.tina-tailwind .opacity-
|
|
1871
|
-
opacity:
|
|
1870
|
+
.tina-tailwind .opacity-20 {
|
|
1871
|
+
opacity: .2;
|
|
1872
|
+
}
|
|
1873
|
+
.tina-tailwind .opacity-50 {
|
|
1874
|
+
opacity: .5;
|
|
1875
|
+
}
|
|
1876
|
+
.tina-tailwind .opacity-70 {
|
|
1877
|
+
opacity: .7;
|
|
1872
1878
|
}
|
|
1873
1879
|
.tina-tailwind .opacity-80 {
|
|
1874
1880
|
opacity: .8;
|
|
@@ -1876,15 +1882,9 @@ mutation addPendingDocumentMutation(
|
|
|
1876
1882
|
.tina-tailwind .opacity-90 {
|
|
1877
1883
|
opacity: .9;
|
|
1878
1884
|
}
|
|
1879
|
-
.tina-tailwind .
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
.tina-tailwind .opacity-50 {
|
|
1883
|
-
opacity: .5;
|
|
1884
|
-
}
|
|
1885
|
-
.tina-tailwind .shadow-lg {
|
|
1886
|
-
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1887
|
-
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1885
|
+
.tina-tailwind .shadow {
|
|
1886
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1887
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1888
1888
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1889
1889
|
}
|
|
1890
1890
|
.tina-tailwind .shadow-2xl {
|
|
@@ -1897,9 +1897,9 @@ mutation addPendingDocumentMutation(
|
|
|
1897
1897
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
1898
1898
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1899
1899
|
}
|
|
1900
|
-
.tina-tailwind .shadow {
|
|
1901
|
-
--tw-shadow: 0
|
|
1902
|
-
--tw-shadow-colored: 0
|
|
1900
|
+
.tina-tailwind .shadow-lg {
|
|
1901
|
+
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1902
|
+
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1903
1903
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1904
1904
|
}
|
|
1905
1905
|
.tina-tailwind .ring-1 {
|
|
@@ -1917,8 +1917,8 @@ mutation addPendingDocumentMutation(
|
|
|
1917
1917
|
.tina-tailwind .filter {
|
|
1918
1918
|
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);
|
|
1919
1919
|
}
|
|
1920
|
-
.tina-tailwind .transition
|
|
1921
|
-
transition-property: opacity;
|
|
1920
|
+
.tina-tailwind .transition {
|
|
1921
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1922
1922
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1923
1923
|
transition-duration: 150ms;
|
|
1924
1924
|
}
|
|
@@ -1932,32 +1932,32 @@ mutation addPendingDocumentMutation(
|
|
|
1932
1932
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1933
1933
|
transition-duration: 150ms;
|
|
1934
1934
|
}
|
|
1935
|
-
.tina-tailwind .transition {
|
|
1936
|
-
transition-property:
|
|
1935
|
+
.tina-tailwind .transition-opacity {
|
|
1936
|
+
transition-property: opacity;
|
|
1937
1937
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1938
1938
|
transition-duration: 150ms;
|
|
1939
1939
|
}
|
|
1940
|
-
.tina-tailwind .duration-
|
|
1941
|
-
transition-duration:
|
|
1942
|
-
}
|
|
1943
|
-
.tina-tailwind .duration-200 {
|
|
1944
|
-
transition-duration: 200ms;
|
|
1940
|
+
.tina-tailwind .duration-100 {
|
|
1941
|
+
transition-duration: 100ms;
|
|
1945
1942
|
}
|
|
1946
1943
|
.tina-tailwind .duration-150 {
|
|
1947
1944
|
transition-duration: 150ms;
|
|
1948
1945
|
}
|
|
1949
|
-
.tina-tailwind .duration-
|
|
1950
|
-
transition-duration:
|
|
1946
|
+
.tina-tailwind .duration-200 {
|
|
1947
|
+
transition-duration: 200ms;
|
|
1948
|
+
}
|
|
1949
|
+
.tina-tailwind .duration-300 {
|
|
1950
|
+
transition-duration: 300ms;
|
|
1951
1951
|
}
|
|
1952
1952
|
.tina-tailwind .duration-75 {
|
|
1953
1953
|
transition-duration: 75ms;
|
|
1954
1954
|
}
|
|
1955
|
-
.tina-tailwind .ease-out {
|
|
1956
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1957
|
-
}
|
|
1958
1955
|
.tina-tailwind .ease-in {
|
|
1959
1956
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
1960
1957
|
}
|
|
1958
|
+
.tina-tailwind .ease-out {
|
|
1959
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1960
|
+
}
|
|
1961
1961
|
.tina-tailwind .icon-parent svg {
|
|
1962
1962
|
fill: currentColor;
|
|
1963
1963
|
}
|
|
@@ -1972,14 +1972,14 @@ mutation addPendingDocumentMutation(
|
|
|
1972
1972
|
--tw-bg-opacity: 1;
|
|
1973
1973
|
background-color: rgb(5 116 228 / var(--tw-bg-opacity));
|
|
1974
1974
|
}
|
|
1975
|
-
.tina-tailwind .hover\\:text-blue-600:hover {
|
|
1976
|
-
--tw-text-opacity: 1;
|
|
1977
|
-
color: rgb(5 116 228 / var(--tw-text-opacity));
|
|
1978
|
-
}
|
|
1979
1975
|
.tina-tailwind .hover\\:text-blue-400:hover {
|
|
1980
1976
|
--tw-text-opacity: 1;
|
|
1981
1977
|
color: rgb(34 150 254 / var(--tw-text-opacity));
|
|
1982
1978
|
}
|
|
1979
|
+
.tina-tailwind .hover\\:text-blue-600:hover {
|
|
1980
|
+
--tw-text-opacity: 1;
|
|
1981
|
+
color: rgb(5 116 228 / var(--tw-text-opacity));
|
|
1982
|
+
}
|
|
1983
1983
|
.tina-tailwind .hover\\:opacity-100:hover {
|
|
1984
1984
|
opacity: 1;
|
|
1985
1985
|
}
|
|
@@ -1990,14 +1990,14 @@ mutation addPendingDocumentMutation(
|
|
|
1990
1990
|
--tw-border-opacity: 1;
|
|
1991
1991
|
border-color: rgb(0 132 255 / var(--tw-border-opacity));
|
|
1992
1992
|
}
|
|
1993
|
-
.tina-tailwind .focus\\:text-gray-900:focus {
|
|
1994
|
-
--tw-text-opacity: 1;
|
|
1995
|
-
color: rgb(37 35 54 / var(--tw-text-opacity));
|
|
1996
|
-
}
|
|
1997
1993
|
.tina-tailwind .focus\\:text-blue-400:focus {
|
|
1998
1994
|
--tw-text-opacity: 1;
|
|
1999
1995
|
color: rgb(34 150 254 / var(--tw-text-opacity));
|
|
2000
1996
|
}
|
|
1997
|
+
.tina-tailwind .focus\\:text-gray-900:focus {
|
|
1998
|
+
--tw-text-opacity: 1;
|
|
1999
|
+
color: rgb(37 35 54 / var(--tw-text-opacity));
|
|
2000
|
+
}
|
|
2001
2001
|
.tina-tailwind .focus\\:underline:focus {
|
|
2002
2002
|
text-decoration-line: underline;
|
|
2003
2003
|
}
|