@pzh-ui/css 0.0.72 → 0.0.74
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/package.json +2 -2
- package/src/tailwind.css +188 -38
- package/src/tailwind.src.css +242 -217
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.74",
|
|
4
4
|
"description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"publishConfig": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"react-datepicker": "^4.7.0",
|
|
22
22
|
"react-toastify": "^9.1.2"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "d776c5b243f3ff0b43b83da8795e61996e9350c3",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"tailwindcss": "^3.3.2"
|
|
27
27
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1314,15 +1314,15 @@ select {
|
|
|
1314
1314
|
}
|
|
1315
1315
|
|
|
1316
1316
|
.pzh-form-error,
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1317
|
+
.pzh-form-checkbox.pzh-form-error + span:before,
|
|
1318
|
+
.pzh-form-radio:checked.pzh-form-error + span:before,
|
|
1319
|
+
.pzh-form-radio:not(:checked).pzh-form-error + span:before {
|
|
1320
1320
|
--tw-border-opacity: 1;
|
|
1321
1321
|
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
1322
1322
|
}
|
|
1323
1323
|
|
|
1324
1324
|
.pzh-form-radio:checked + span:before,
|
|
1325
|
-
|
|
1325
|
+
.pzh-form-radio:not(:checked) + span:before {
|
|
1326
1326
|
position: absolute;
|
|
1327
1327
|
left: 0px;
|
|
1328
1328
|
top: 0px;
|
|
@@ -1334,11 +1334,11 @@ select {
|
|
|
1334
1334
|
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1335
1335
|
--tw-bg-opacity: 1;
|
|
1336
1336
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1337
|
-
content:
|
|
1337
|
+
content: "";
|
|
1338
1338
|
}
|
|
1339
1339
|
|
|
1340
1340
|
.pzh-form-radio:checked + span:after,
|
|
1341
|
-
|
|
1341
|
+
.pzh-form-radio:not(:checked) + span:after {
|
|
1342
1342
|
position: absolute;
|
|
1343
1343
|
left: 5px;
|
|
1344
1344
|
top: 5px;
|
|
@@ -1352,23 +1352,23 @@ select {
|
|
|
1352
1352
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1353
1353
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1354
1354
|
transition-duration: 200ms;
|
|
1355
|
-
content:
|
|
1355
|
+
content: "";
|
|
1356
1356
|
}
|
|
1357
1357
|
|
|
1358
1358
|
.pzh-form-radio:not(:checked) + span:after,
|
|
1359
|
-
|
|
1359
|
+
.pzh-form-checkbox:not(:checked) + span:after {
|
|
1360
1360
|
opacity: 0;
|
|
1361
1361
|
transform: scale(0);
|
|
1362
1362
|
}
|
|
1363
1363
|
|
|
1364
1364
|
.pzh-form-radio:checked + span:after,
|
|
1365
|
-
|
|
1365
|
+
.pzh-form-checkbox:checked + span:after {
|
|
1366
1366
|
opacity: 1;
|
|
1367
1367
|
transform: scale(1);
|
|
1368
1368
|
}
|
|
1369
1369
|
|
|
1370
1370
|
.pzh-form-radio:disabled + span:before,
|
|
1371
|
-
|
|
1371
|
+
.pzh-form-checkbox:disabled + span:before {
|
|
1372
1372
|
--tw-border-opacity: 1;
|
|
1373
1373
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1374
1374
|
--tw-bg-opacity: 1;
|
|
@@ -1392,7 +1392,7 @@ select {
|
|
|
1392
1392
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1393
1393
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1394
1394
|
transition-duration: 200ms;
|
|
1395
|
-
content:
|
|
1395
|
+
content: "";
|
|
1396
1396
|
}
|
|
1397
1397
|
|
|
1398
1398
|
.pzh-form-checkbox:checked:not(:disabled) + span:before {
|
|
@@ -1401,7 +1401,7 @@ select {
|
|
|
1401
1401
|
}
|
|
1402
1402
|
|
|
1403
1403
|
.pzh-form-checkbox:checked + span:after,
|
|
1404
|
-
|
|
1404
|
+
.pzh-form-checkbox:not(:checked) + span:after {
|
|
1405
1405
|
position: absolute;
|
|
1406
1406
|
left: 5px;
|
|
1407
1407
|
top: 0.125rem;
|
|
@@ -1422,7 +1422,7 @@ select {
|
|
|
1422
1422
|
}
|
|
1423
1423
|
|
|
1424
1424
|
.pzh-form-radio:focus + span:before,
|
|
1425
|
-
|
|
1425
|
+
.pzh-form-checkbox:focus + span:before {
|
|
1426
1426
|
--tw-border-opacity: 1;
|
|
1427
1427
|
border-color: rgb(40 31 107 / var(--tw-border-opacity));
|
|
1428
1428
|
outline: 2px solid transparent;
|
|
@@ -1440,12 +1440,12 @@ select {
|
|
|
1440
1440
|
*/
|
|
1441
1441
|
|
|
1442
1442
|
.react-datepicker.pzh-datepicker {
|
|
1443
|
-
font-family:
|
|
1443
|
+
font-family: "Karbon Regular", sans-serif;
|
|
1444
1444
|
font-weight: 400;
|
|
1445
1445
|
font-size: 0.8rem;
|
|
1446
1446
|
box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07),
|
|
1447
|
-
|
|
1448
|
-
|
|
1447
|
+
0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
|
|
1448
|
+
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
1449
1449
|
border-style: none;
|
|
1450
1450
|
--tw-text-opacity: 1;
|
|
1451
1451
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
@@ -1484,16 +1484,16 @@ select {
|
|
|
1484
1484
|
}
|
|
1485
1485
|
|
|
1486
1486
|
.pzh-datepicker
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1487
|
+
.react-datepicker__day--outside-month:not(
|
|
1488
|
+
.react-datepicker__day--selected
|
|
1489
|
+
) {
|
|
1490
1490
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1491
1491
|
--tw-text-opacity: 0.35;
|
|
1492
1492
|
}
|
|
1493
1493
|
|
|
1494
1494
|
.pzh-datepicker .react-datepicker__day-name,
|
|
1495
|
-
|
|
1496
|
-
|
|
1495
|
+
.pzh-datepicker .react-datepicker__day,
|
|
1496
|
+
.pzh-datepicker .react-datepicker__time-name {
|
|
1497
1497
|
margin-left: 0.5rem;
|
|
1498
1498
|
margin-right: 0.5rem;
|
|
1499
1499
|
margin-top: 0.25rem;
|
|
@@ -1512,12 +1512,10 @@ select {
|
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
1514
|
.pzh-datepicker
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
),
|
|
1520
|
-
.pzh-datepicker .react-datepicker__day--keyboard-selected {
|
|
1515
|
+
.react-datepicker__day--today:not(.react-datepicker__day--selected),
|
|
1516
|
+
.pzh-datepicker
|
|
1517
|
+
.react-datepicker__day--today:hover:not(.react-datepicker__day--selected),
|
|
1518
|
+
.pzh-datepicker .react-datepicker__day--keyboard-selected {
|
|
1521
1519
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1522
1520
|
--tw-bg-opacity: 0.1;
|
|
1523
1521
|
--tw-text-opacity: 1;
|
|
@@ -1530,16 +1528,16 @@ select {
|
|
|
1530
1528
|
}
|
|
1531
1529
|
|
|
1532
1530
|
.pzh-datepicker .react-datepicker__day--selected,
|
|
1533
|
-
|
|
1531
|
+
.pzh-datepicker .react-datepicker__day--selected:hover {
|
|
1534
1532
|
--tw-bg-opacity: 1;
|
|
1535
1533
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1536
1534
|
font-weight: 700;
|
|
1537
1535
|
}
|
|
1538
1536
|
|
|
1539
1537
|
.pzh-datepicker .react-datepicker__year-read-view--down-arrow,
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1538
|
+
.pzh-datepicker .react-datepicker__month-read-view--down-arrow,
|
|
1539
|
+
.pzh-datepicker .react-datepicker__month-year-read-view--down-arrow,
|
|
1540
|
+
.pzh-datepicker .react-datepicker__navigation-icon::before {
|
|
1543
1541
|
height: 7px;
|
|
1544
1542
|
width: 7px;
|
|
1545
1543
|
border-width: 0px;
|
|
@@ -1576,6 +1574,42 @@ select {
|
|
|
1576
1574
|
}
|
|
1577
1575
|
}
|
|
1578
1576
|
|
|
1577
|
+
table {
|
|
1578
|
+
font-size: 1.25rem !important;
|
|
1579
|
+
line-height: 1.875rem !important;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
table,
|
|
1583
|
+
table td,
|
|
1584
|
+
table th {
|
|
1585
|
+
border-width: 1px;
|
|
1586
|
+
--tw-border-opacity: 1;
|
|
1587
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
table tr th {
|
|
1591
|
+
--tw-bg-opacity: 1;
|
|
1592
|
+
background-color: rgb(248 248 248 / var(--tw-bg-opacity));
|
|
1593
|
+
font-weight: 700;
|
|
1594
|
+
font-family: "Karbon Medium", sans-serif;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
table tr {
|
|
1598
|
+
border-bottom-width: 1px;
|
|
1599
|
+
--tw-border-opacity: 1;
|
|
1600
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
table td,
|
|
1604
|
+
table th {
|
|
1605
|
+
padding: 0.5rem !important;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
table p {
|
|
1609
|
+
margin-top: 0px !important;
|
|
1610
|
+
margin-bottom: 0px !important;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1579
1613
|
.sr-only {
|
|
1580
1614
|
position: absolute;
|
|
1581
1615
|
width: 1px;
|
|
@@ -1823,6 +1857,10 @@ select {
|
|
|
1823
1857
|
display: inline-flex;
|
|
1824
1858
|
}
|
|
1825
1859
|
|
|
1860
|
+
.\!table {
|
|
1861
|
+
display: table !important;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1826
1864
|
.table {
|
|
1827
1865
|
display: table;
|
|
1828
1866
|
}
|
|
@@ -2009,6 +2047,18 @@ select {
|
|
|
2009
2047
|
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));
|
|
2010
2048
|
}
|
|
2011
2049
|
|
|
2050
|
+
.scale-100 {
|
|
2051
|
+
--tw-scale-x: 1;
|
|
2052
|
+
--tw-scale-y: 1;
|
|
2053
|
+
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));
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
.scale-90 {
|
|
2057
|
+
--tw-scale-x: .9;
|
|
2058
|
+
--tw-scale-y: .9;
|
|
2059
|
+
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));
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2012
2062
|
.transform {
|
|
2013
2063
|
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));
|
|
2014
2064
|
}
|
|
@@ -2293,6 +2343,11 @@ select {
|
|
|
2293
2343
|
background-color: rgb(213 213 213 / var(--tw-bg-opacity));
|
|
2294
2344
|
}
|
|
2295
2345
|
|
|
2346
|
+
.bg-pzh-gray-600 {
|
|
2347
|
+
--tw-bg-opacity: 1;
|
|
2348
|
+
background-color: rgb(92 92 92 / var(--tw-bg-opacity));
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2296
2351
|
.bg-pzh-gray-800\/10 {
|
|
2297
2352
|
background-color: rgb(34 34 34 / 0.1);
|
|
2298
2353
|
}
|
|
@@ -2409,6 +2464,11 @@ select {
|
|
|
2409
2464
|
padding-bottom: 0.5rem;
|
|
2410
2465
|
}
|
|
2411
2466
|
|
|
2467
|
+
.py-4 {
|
|
2468
|
+
padding-top: 1rem;
|
|
2469
|
+
padding-bottom: 1rem;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2412
2472
|
.py-6 {
|
|
2413
2473
|
padding-top: 1.5rem;
|
|
2414
2474
|
padding-bottom: 1.5rem;
|
|
@@ -2622,6 +2682,11 @@ select {
|
|
|
2622
2682
|
color: rgb(191 191 191 / var(--tw-text-opacity));
|
|
2623
2683
|
}
|
|
2624
2684
|
|
|
2685
|
+
.text-pzh-gray-500 {
|
|
2686
|
+
--tw-text-opacity: 1;
|
|
2687
|
+
color: rgb(131 131 131 / var(--tw-text-opacity));
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2625
2690
|
.text-pzh-gray-600 {
|
|
2626
2691
|
--tw-text-opacity: 1;
|
|
2627
2692
|
color: rgb(92 92 92 / var(--tw-text-opacity));
|
|
@@ -2702,6 +2767,12 @@ select {
|
|
|
2702
2767
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2703
2768
|
}
|
|
2704
2769
|
|
|
2770
|
+
.shadow-\[0_1px_8px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
|
|
2771
|
+
--tw-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
|
|
2772
|
+
--tw-shadow-colored: 0 1px 8px 0 var(--tw-shadow-color);
|
|
2773
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2774
|
+
}
|
|
2775
|
+
|
|
2705
2776
|
.shadow-card {
|
|
2706
2777
|
--tw-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07), 0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275), 0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
2707
2778
|
--tw-shadow-colored: 0px 18px 60px var(--tw-shadow-color), 0px 4.02054px 13.4018px var(--tw-shadow-color), 0px 1.19702px 3.99006px var(--tw-shadow-color);
|
|
@@ -2763,6 +2834,12 @@ select {
|
|
|
2763
2834
|
transition-duration: 150ms;
|
|
2764
2835
|
}
|
|
2765
2836
|
|
|
2837
|
+
.transition-\[transform\2c opacity\] {
|
|
2838
|
+
transition-property: transform,opacity;
|
|
2839
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2840
|
+
transition-duration: 150ms;
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2766
2843
|
.transition-all {
|
|
2767
2844
|
transition-property: all;
|
|
2768
2845
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2775,6 +2852,10 @@ select {
|
|
|
2775
2852
|
transition-duration: 150ms;
|
|
2776
2853
|
}
|
|
2777
2854
|
|
|
2855
|
+
.duration-100 {
|
|
2856
|
+
transition-duration: 100ms;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2778
2859
|
.duration-150 {
|
|
2779
2860
|
transition-duration: 150ms;
|
|
2780
2861
|
}
|
|
@@ -2800,9 +2881,9 @@ select {
|
|
|
2800
2881
|
}
|
|
2801
2882
|
|
|
2802
2883
|
@font-face {
|
|
2803
|
-
font-family:
|
|
2884
|
+
font-family: "Karbon Regular";
|
|
2804
2885
|
|
|
2805
|
-
src: url(
|
|
2886
|
+
src: url("./../fonts/Karbon-Regular.woff2") format("woff2");
|
|
2806
2887
|
|
|
2807
2888
|
font-weight: normal;
|
|
2808
2889
|
|
|
@@ -2810,9 +2891,9 @@ select {
|
|
|
2810
2891
|
}
|
|
2811
2892
|
|
|
2812
2893
|
@font-face {
|
|
2813
|
-
font-family:
|
|
2894
|
+
font-family: "Karbon Medium";
|
|
2814
2895
|
|
|
2815
|
-
src: url(
|
|
2896
|
+
src: url("./../fonts/Karbon-Medium.woff2") format("woff2");
|
|
2816
2897
|
|
|
2817
2898
|
font-weight: bold;
|
|
2818
2899
|
|
|
@@ -2829,7 +2910,7 @@ body {
|
|
|
2829
2910
|
padding: 0;
|
|
2830
2911
|
font-size: 20px;
|
|
2831
2912
|
line-height: 1.5em;
|
|
2832
|
-
font-family:
|
|
2913
|
+
font-family: "Karbon Regular", sans-serif;
|
|
2833
2914
|
font-weight: 400;
|
|
2834
2915
|
-webkit-font-smoothing: antialiased;
|
|
2835
2916
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -2844,7 +2925,7 @@ h6,
|
|
|
2844
2925
|
.font-bold,
|
|
2845
2926
|
strong,
|
|
2846
2927
|
b {
|
|
2847
|
-
font-family:
|
|
2928
|
+
font-family: "Karbon Medium", sans-serif;
|
|
2848
2929
|
}
|
|
2849
2930
|
|
|
2850
2931
|
ul li ul li {
|
|
@@ -2864,7 +2945,7 @@ ol li ol li ol li {
|
|
|
2864
2945
|
}
|
|
2865
2946
|
|
|
2866
2947
|
.font-normal {
|
|
2867
|
-
font-family:
|
|
2948
|
+
font-family: "Karbon Regular", sans-serif;
|
|
2868
2949
|
}
|
|
2869
2950
|
|
|
2870
2951
|
.bold {
|
|
@@ -2911,6 +2992,75 @@ ol li ol li ol li {
|
|
|
2911
2992
|
--tw-ring-color: rgb(40 31 107 / var(--tw-ring-opacity));
|
|
2912
2993
|
}
|
|
2913
2994
|
|
|
2995
|
+
.after\:absolute::after {
|
|
2996
|
+
content: var(--tw-content);
|
|
2997
|
+
position: absolute;
|
|
2998
|
+
}
|
|
2999
|
+
|
|
3000
|
+
.after\:-top-2::after {
|
|
3001
|
+
content: var(--tw-content);
|
|
3002
|
+
top: -0.5rem;
|
|
3003
|
+
}
|
|
3004
|
+
|
|
3005
|
+
.after\:left-0::after {
|
|
3006
|
+
content: var(--tw-content);
|
|
3007
|
+
left: 0px;
|
|
3008
|
+
}
|
|
3009
|
+
|
|
3010
|
+
.after\:right-0::after {
|
|
3011
|
+
content: var(--tw-content);
|
|
3012
|
+
right: 0px;
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
.after\:mx-auto::after {
|
|
3016
|
+
content: var(--tw-content);
|
|
3017
|
+
margin-left: auto;
|
|
3018
|
+
margin-right: auto;
|
|
3019
|
+
}
|
|
3020
|
+
|
|
3021
|
+
.after\:block::after {
|
|
3022
|
+
content: var(--tw-content);
|
|
3023
|
+
display: block;
|
|
3024
|
+
}
|
|
3025
|
+
|
|
3026
|
+
.after\:h-0::after {
|
|
3027
|
+
content: var(--tw-content);
|
|
3028
|
+
height: 0px;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
.after\:w-0::after {
|
|
3032
|
+
content: var(--tw-content);
|
|
3033
|
+
width: 0px;
|
|
3034
|
+
}
|
|
3035
|
+
|
|
3036
|
+
.after\:border-x-\[10px\]::after {
|
|
3037
|
+
content: var(--tw-content);
|
|
3038
|
+
border-left-width: 10px;
|
|
3039
|
+
border-right-width: 10px;
|
|
3040
|
+
}
|
|
3041
|
+
|
|
3042
|
+
.after\:border-b-\[10px\]::after {
|
|
3043
|
+
content: var(--tw-content);
|
|
3044
|
+
border-bottom-width: 10px;
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
.after\:border-t-0::after {
|
|
3048
|
+
content: var(--tw-content);
|
|
3049
|
+
border-top-width: 0px;
|
|
3050
|
+
}
|
|
3051
|
+
|
|
3052
|
+
.after\:border-x-\[transparent\]::after {
|
|
3053
|
+
content: var(--tw-content);
|
|
3054
|
+
border-left-color: transparent;
|
|
3055
|
+
border-right-color: transparent;
|
|
3056
|
+
}
|
|
3057
|
+
|
|
3058
|
+
.after\:border-b-pzh-white::after {
|
|
3059
|
+
content: var(--tw-content);
|
|
3060
|
+
--tw-border-opacity: 1;
|
|
3061
|
+
border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
3062
|
+
}
|
|
3063
|
+
|
|
2914
3064
|
.hover\:translate-y-0:hover {
|
|
2915
3065
|
--tw-translate-y: 0px;
|
|
2916
3066
|
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));
|
package/src/tailwind.src.css
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
@import
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
1
|
+
@import "tailwindcss/base";
|
|
2
|
+
@import "tailwindcss/components";
|
|
3
|
+
@import "tailwindcss/utilities";
|
|
4
4
|
|
|
5
5
|
@font-face {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
font-family: "Karbon Regular";
|
|
7
|
+
src: url("./../fonts/Karbon-Regular.woff2") format("woff2");
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-display: swap;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
@font-face {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
font-family: "Karbon Medium";
|
|
14
|
+
src: url("./../fonts/Karbon-Medium.woff2") format("woff2");
|
|
15
|
+
font-weight: bold;
|
|
16
|
+
font-display: swap;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
html {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
height: 100%;
|
|
21
|
+
overflow: auto;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
body {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
25
|
+
margin: 0;
|
|
26
|
+
padding: 0;
|
|
27
|
+
font-size: 20px;
|
|
28
|
+
line-height: 1.5em;
|
|
29
|
+
font-family: "Karbon Regular", sans-serif;
|
|
30
|
+
font-weight: 400;
|
|
31
|
+
-webkit-font-smoothing: antialiased;
|
|
32
|
+
-moz-osx-font-smoothing: grayscale;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
h1,
|
|
@@ -41,230 +41,255 @@ h6,
|
|
|
41
41
|
.font-bold,
|
|
42
42
|
strong,
|
|
43
43
|
b {
|
|
44
|
-
|
|
44
|
+
font-family: "Karbon Medium", sans-serif;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
ul li ul li {
|
|
48
|
-
|
|
48
|
+
list-style-type: circle;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
ul li ul li ul li {
|
|
52
|
-
|
|
52
|
+
list-style-type: square;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
ol li ol li {
|
|
56
|
-
|
|
56
|
+
list-style-type: lower-alpha;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
ol li ol li ol li {
|
|
60
|
-
|
|
60
|
+
list-style-type: lower-roman;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.font-normal {
|
|
64
|
-
|
|
64
|
+
font-family: "Karbon Regular", sans-serif;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.bold {
|
|
68
|
-
|
|
68
|
+
font-weight: 700;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
@layer utilities {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
72
|
+
.pzh-transition-colors {
|
|
73
|
+
@apply transition-colors duration-200 ease-in;
|
|
74
|
+
}
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
@layer components {
|
|
78
|
-
|
|
78
|
+
/*
|
|
79
79
|
* Form elements
|
|
80
80
|
*/
|
|
81
81
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
82
|
+
.pzh-button {
|
|
83
|
+
@apply focus:ring-pzh-blue-dark disabled:bg-pzh-gray-200 disabled:text-pzh-blue-dark disabled:text-opacity-35 inline-block rounded leading-none ring-offset-2 transition duration-200 ease-in focus:outline-none focus:ring disabled:cursor-not-allowed;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.pzh-form-input {
|
|
87
|
+
@apply placeholder-pzh-gray-600 text-pzh-blue-dark border-pzh-gray-600 hover:border-pzh-blue focus:ring-pzh-blue focus:border-pzh-blue disabled:bg-pzh-gray-200 text-m block w-full appearance-none rounded border pb-[6px] pt-[10px] leading-[30px] focus:outline-none focus:outline-none focus:ring focus:ring-2;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.pzh-form-error,
|
|
91
|
+
.pzh-form-checkbox.pzh-form-error + span:before,
|
|
92
|
+
.pzh-form-radio:checked.pzh-form-error + span:before,
|
|
93
|
+
.pzh-form-radio:not(:checked).pzh-form-error + span:before {
|
|
94
|
+
@apply border-pzh-red;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.pzh-form-radio:checked + span:before,
|
|
98
|
+
.pzh-form-radio:not(:checked) + span:before {
|
|
99
|
+
@apply border-pzh-gray-600 bg-pzh-gray-200 absolute left-0 top-0 h-6 w-6 rounded-full border;
|
|
100
|
+
content: "";
|
|
101
|
+
}
|
|
102
|
+
.pzh-form-radio:checked + span:after,
|
|
103
|
+
.pzh-form-radio:not(:checked) + span:after {
|
|
104
|
+
@apply bg-pzh-green absolute left-[5px] top-[5px] h-[14px] w-[14px] rounded-full transition duration-200;
|
|
105
|
+
content: "";
|
|
106
|
+
}
|
|
107
|
+
.pzh-form-radio:not(:checked) + span:after,
|
|
108
|
+
.pzh-form-checkbox:not(:checked) + span:after {
|
|
109
|
+
opacity: 0;
|
|
110
|
+
transform: scale(0);
|
|
111
|
+
}
|
|
112
|
+
.pzh-form-radio:checked + span:after,
|
|
113
|
+
.pzh-form-checkbox:checked + span:after {
|
|
114
|
+
opacity: 1;
|
|
115
|
+
transform: scale(1);
|
|
116
|
+
}
|
|
117
|
+
.pzh-form-radio:disabled + span:before,
|
|
118
|
+
.pzh-form-checkbox:disabled + span:before {
|
|
119
|
+
@apply border-pzh-gray-200 bg-pzh-gray-200;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.pzh-form-checkbox + span:before {
|
|
123
|
+
@apply border-pzh-gray-600 bg-pzh-gray-200 absolute left-0 top-0 h-6 w-6 rounded border transition duration-200;
|
|
124
|
+
content: "";
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.pzh-form-checkbox:checked:not(:disabled) + span:before {
|
|
128
|
+
@apply bg-pzh-green;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.pzh-form-checkbox:checked + span:after,
|
|
132
|
+
.pzh-form-checkbox:not(:checked) + span:after {
|
|
133
|
+
@apply absolute left-[5px] top-0.5 h-[14px] w-[14px] text-white transition duration-200;
|
|
134
|
+
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/></svg>");
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.pzh-form-checkbox:checked:disabled + span:after {
|
|
138
|
+
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='rgba(22, 17, 59, 0.35)' d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/></svg>");
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.pzh-form-radio:focus + span:before,
|
|
142
|
+
.pzh-form-checkbox:focus + span:before {
|
|
143
|
+
@apply ring-pzh-blue border-pzh-blue outline-none ring ring-2;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.form-field-label {
|
|
147
|
+
@apply text-s mb-2 block uppercase tracking-wide text-gray-700;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.form-field-description {
|
|
151
|
+
@apply text-s mb-2 text-gray-700;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/*
|
|
155
155
|
* React Datepicker
|
|
156
156
|
*/
|
|
157
157
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
158
|
+
.react-datepicker.pzh-datepicker {
|
|
159
|
+
font-family: "Karbon Regular", sans-serif;
|
|
160
|
+
font-weight: 400;
|
|
161
|
+
font-size: 0.8rem;
|
|
162
|
+
box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07),
|
|
163
|
+
0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
|
|
164
|
+
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
165
|
+
@apply text-pzh-blue-dark border-none;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.pzh-datepicker .react-datepicker__triangle {
|
|
169
|
+
display: none;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.pzh-datepicker .react-datepicker__header {
|
|
173
|
+
@apply border-none bg-white;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.pzh-datepicker .react-datepicker__month {
|
|
177
|
+
@apply mx-0.5 mt-0;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.pzh-datepicker .react-datepicker__day-names {
|
|
181
|
+
@apply bg-pzh-blue-dark bg-opacity-10;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.pzh-datepicker .react-datepicker__day-name {
|
|
185
|
+
@apply bold my-0 leading-[26px];
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.pzh-datepicker .react-datepicker__current-month {
|
|
189
|
+
@apply mb-2;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.pzh-datepicker
|
|
193
|
+
.react-datepicker__day--outside-month:not(
|
|
194
|
+
.react-datepicker__day--selected
|
|
195
|
+
) {
|
|
196
|
+
@apply text-pzh-blue-dark text-opacity-35;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.pzh-datepicker .react-datepicker__day-name,
|
|
200
|
+
.pzh-datepicker .react-datepicker__day,
|
|
201
|
+
.pzh-datepicker .react-datepicker__time-name {
|
|
202
|
+
@apply mx-2 my-1 h-[26px] w-[26px] leading-7;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.pzh-datepicker .react-datepicker__day {
|
|
206
|
+
@apply rounded-full hover:rounded-full;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.pzh-datepicker
|
|
210
|
+
.react-datepicker__day--today:not(.react-datepicker__day--selected),
|
|
211
|
+
.pzh-datepicker
|
|
212
|
+
.react-datepicker__day--today:hover:not(.react-datepicker__day--selected),
|
|
213
|
+
.pzh-datepicker .react-datepicker__day--keyboard-selected {
|
|
214
|
+
@apply bg-pzh-blue-dark text-pzh-blue-dark bg-opacity-10;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.pzh-datepicker .react-datepicker__day--keyboard-selected:hover {
|
|
218
|
+
@apply bg-pzh-blue-dark bg-opacity-10;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.pzh-datepicker .react-datepicker__day--selected,
|
|
222
|
+
.pzh-datepicker .react-datepicker__day--selected:hover {
|
|
223
|
+
@apply bg-pzh-green bold;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.pzh-datepicker .react-datepicker__year-read-view--down-arrow,
|
|
227
|
+
.pzh-datepicker .react-datepicker__month-read-view--down-arrow,
|
|
228
|
+
.pzh-datepicker .react-datepicker__month-year-read-view--down-arrow,
|
|
229
|
+
.pzh-datepicker .react-datepicker__navigation-icon::before {
|
|
230
|
+
@apply h-[7px] w-[7px] border border-0 border-r-[1px] border-t-[1px] border-black;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.pzh-datepicker .react-datepicker__navigation-icon {
|
|
234
|
+
@apply leading-[14px];
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.pzh-select-input input {
|
|
238
|
+
box-shadow: none !important;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.ProseMirror p.is-editor-empty:first-child::before {
|
|
242
|
+
@apply text-pzh-blue-dark/55;
|
|
243
|
+
content: attr(data-placeholder);
|
|
244
|
+
float: left;
|
|
245
|
+
pointer-events: none;
|
|
246
|
+
height: 0;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.pzh-modal {
|
|
250
|
+
&[data-entering] {
|
|
251
|
+
animation: fade 150ms;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
&[data-exiting] {
|
|
255
|
+
animation: fade 150ms reverse ease-in;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
@keyframes fade {
|
|
260
|
+
from {
|
|
261
|
+
opacity: 0;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
to {
|
|
265
|
+
opacity: 1;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
table {
|
|
270
|
+
@apply !text-m;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
table,
|
|
274
|
+
table td,
|
|
275
|
+
table th {
|
|
276
|
+
@apply border border-pzh-gray-600;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
table tr th {
|
|
280
|
+
@apply bg-pzh-gray-100 font-bold;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
table tr {
|
|
284
|
+
@apply border-b border-pzh-gray-600;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
table td,
|
|
288
|
+
table th {
|
|
289
|
+
@apply !p-2;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
table p {
|
|
293
|
+
@apply !my-0;
|
|
294
|
+
}
|
|
270
295
|
}
|