@pzh-ui/css 0.0.66 → 0.0.68
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/config/index.js +8 -6
- package/package.json +2 -2
- package/src/tailwind.css +134 -33
- package/src/tailwind.src.css +45 -18
package/config/index.js
CHANGED
|
@@ -194,12 +194,14 @@ module.exports = {
|
|
|
194
194
|
dark: '#32265a',
|
|
195
195
|
},
|
|
196
196
|
'pzh-gray': {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
197
|
+
800: '#222222',
|
|
198
|
+
700: '#464646',
|
|
199
|
+
600: '#5C5C5C',
|
|
200
|
+
500: '#838383',
|
|
201
|
+
400: '#BFBFBF',
|
|
202
|
+
300: '#D5D5D5',
|
|
203
|
+
200: '#E6E6E6',
|
|
204
|
+
100: '#F8F8F8',
|
|
203
205
|
},
|
|
204
206
|
'pzh-cool-gray': {
|
|
205
207
|
DEFAULT: '#838383',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.68",
|
|
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": "2adc87e34605f3bba8170a8aaf6571c7d523baf7",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"tailwindcss": "^3.3.2"
|
|
27
27
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1256,7 +1256,7 @@ select {
|
|
|
1256
1256
|
.pzh-button:disabled {
|
|
1257
1257
|
cursor: not-allowed;
|
|
1258
1258
|
--tw-bg-opacity: 1;
|
|
1259
|
-
background-color: rgb(
|
|
1259
|
+
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1260
1260
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1261
1261
|
--tw-text-opacity: 0.35;
|
|
1262
1262
|
}
|
|
@@ -1270,9 +1270,9 @@ select {
|
|
|
1270
1270
|
border-radius: 0.25rem;
|
|
1271
1271
|
border-width: 1px;
|
|
1272
1272
|
--tw-border-opacity: 1;
|
|
1273
|
-
border-color: rgb(
|
|
1274
|
-
padding-top: 10px;
|
|
1273
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1275
1274
|
padding-bottom: 6px;
|
|
1275
|
+
padding-top: 10px;
|
|
1276
1276
|
line-height: 30px;
|
|
1277
1277
|
--tw-text-opacity: 1;
|
|
1278
1278
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
@@ -1280,12 +1280,12 @@ select {
|
|
|
1280
1280
|
|
|
1281
1281
|
.pzh-form-input::-moz-placeholder {
|
|
1282
1282
|
--tw-placeholder-opacity: 1;
|
|
1283
|
-
color: rgb(
|
|
1283
|
+
color: rgb(92 92 92 / var(--tw-placeholder-opacity));
|
|
1284
1284
|
}
|
|
1285
1285
|
|
|
1286
1286
|
.pzh-form-input::placeholder {
|
|
1287
1287
|
--tw-placeholder-opacity: 1;
|
|
1288
|
-
color: rgb(
|
|
1288
|
+
color: rgb(92 92 92 / var(--tw-placeholder-opacity));
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
1291
|
.pzh-form-input:hover {
|
|
@@ -1308,7 +1308,7 @@ select {
|
|
|
1308
1308
|
|
|
1309
1309
|
.pzh-form-input:disabled {
|
|
1310
1310
|
--tw-bg-opacity: 1;
|
|
1311
|
-
background-color: rgb(
|
|
1311
|
+
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1312
1312
|
}
|
|
1313
1313
|
|
|
1314
1314
|
.pzh-form-error,
|
|
@@ -1329,17 +1329,17 @@ select {
|
|
|
1329
1329
|
border-radius: 9999px;
|
|
1330
1330
|
border-width: 1px;
|
|
1331
1331
|
--tw-border-opacity: 1;
|
|
1332
|
-
border-color: rgb(
|
|
1332
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1333
1333
|
--tw-bg-opacity: 1;
|
|
1334
|
-
background-color: rgb(
|
|
1334
|
+
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1335
1335
|
content: '';
|
|
1336
1336
|
}
|
|
1337
1337
|
|
|
1338
1338
|
.pzh-form-radio:checked + span:after,
|
|
1339
1339
|
.pzh-form-radio:not(:checked) + span:after {
|
|
1340
1340
|
position: absolute;
|
|
1341
|
-
top: 0.25rem;
|
|
1342
1341
|
left: 0.25rem;
|
|
1342
|
+
top: 0.25rem;
|
|
1343
1343
|
height: 14px;
|
|
1344
1344
|
width: 14px;
|
|
1345
1345
|
border-radius: 9999px;
|
|
@@ -1368,9 +1368,9 @@ select {
|
|
|
1368
1368
|
.pzh-form-radio:disabled + span:before,
|
|
1369
1369
|
.pzh-form-checkbox:disabled + span:before {
|
|
1370
1370
|
--tw-border-opacity: 1;
|
|
1371
|
-
border-color: rgb(
|
|
1371
|
+
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1372
1372
|
--tw-bg-opacity: 1;
|
|
1373
|
-
background-color: rgb(
|
|
1373
|
+
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1374
1374
|
}
|
|
1375
1375
|
|
|
1376
1376
|
.pzh-form-checkbox + span:before {
|
|
@@ -1382,9 +1382,9 @@ select {
|
|
|
1382
1382
|
border-radius: 4px;
|
|
1383
1383
|
border-width: 1px;
|
|
1384
1384
|
--tw-border-opacity: 1;
|
|
1385
|
-
border-color: rgb(
|
|
1385
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1386
1386
|
--tw-bg-opacity: 1;
|
|
1387
|
-
background-color: rgb(
|
|
1387
|
+
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1388
1388
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1389
1389
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1390
1390
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
@@ -1401,8 +1401,8 @@ select {
|
|
|
1401
1401
|
.pzh-form-checkbox:checked + span:after,
|
|
1402
1402
|
.pzh-form-checkbox:not(:checked) + span:after {
|
|
1403
1403
|
position: absolute;
|
|
1404
|
-
top: 2px;
|
|
1405
1404
|
left: 0.25rem;
|
|
1405
|
+
top: 2px;
|
|
1406
1406
|
height: 14px;
|
|
1407
1407
|
width: 14px;
|
|
1408
1408
|
--tw-text-opacity: 1;
|
|
@@ -1441,7 +1441,8 @@ select {
|
|
|
1441
1441
|
font-family: 'Karbon Regular', sans-serif;
|
|
1442
1442
|
font-weight: 400;
|
|
1443
1443
|
font-size: 0.8rem;
|
|
1444
|
-
box-shadow:
|
|
1444
|
+
box-shadow:
|
|
1445
|
+
0px 18px 60px rgba(0, 0, 0, 0.07),
|
|
1445
1446
|
0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
|
|
1446
1447
|
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
1447
1448
|
border-style: none;
|
|
@@ -1482,7 +1483,9 @@ select {
|
|
|
1482
1483
|
}
|
|
1483
1484
|
|
|
1484
1485
|
.pzh-datepicker
|
|
1485
|
-
.react-datepicker__day--outside-month:not(
|
|
1486
|
+
.react-datepicker__day--outside-month:not(
|
|
1487
|
+
.react-datepicker__day--selected
|
|
1488
|
+
) {
|
|
1486
1489
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1487
1490
|
--tw-text-opacity: 0.35;
|
|
1488
1491
|
}
|
|
@@ -1507,8 +1510,12 @@ select {
|
|
|
1507
1510
|
border-radius: 9999px;
|
|
1508
1511
|
}
|
|
1509
1512
|
|
|
1510
|
-
.pzh-datepicker
|
|
1511
|
-
|
|
1513
|
+
.pzh-datepicker
|
|
1514
|
+
.react-datepicker__day--today:not(.react-datepicker__day--selected),
|
|
1515
|
+
.pzh-datepicker
|
|
1516
|
+
.react-datepicker__day--today:hover:not(
|
|
1517
|
+
.react-datepicker__day--selected
|
|
1518
|
+
),
|
|
1512
1519
|
.pzh-datepicker .react-datepicker__day--keyboard-selected {
|
|
1513
1520
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1514
1521
|
--tw-bg-opacity: 0.1;
|
|
@@ -1535,8 +1542,8 @@ select {
|
|
|
1535
1542
|
height: 7px;
|
|
1536
1543
|
width: 7px;
|
|
1537
1544
|
border-width: 0px;
|
|
1538
|
-
border-top-width: 1px;
|
|
1539
1545
|
border-right-width: 1px;
|
|
1546
|
+
border-top-width: 1px;
|
|
1540
1547
|
--tw-border-opacity: 1;
|
|
1541
1548
|
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
1542
1549
|
}
|
|
@@ -1549,6 +1556,25 @@ select {
|
|
|
1549
1556
|
box-shadow: none !important;
|
|
1550
1557
|
}
|
|
1551
1558
|
|
|
1559
|
+
.pzh-modal {
|
|
1560
|
+
&[data-entering] {
|
|
1561
|
+
animation: fade 150ms;
|
|
1562
|
+
}
|
|
1563
|
+
&[data-exiting] {
|
|
1564
|
+
animation: fade 150ms reverse ease-in;
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
@keyframes fade {
|
|
1569
|
+
from {
|
|
1570
|
+
opacity: 0;
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
to {
|
|
1574
|
+
opacity: 1;
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1552
1578
|
.sr-only {
|
|
1553
1579
|
position: absolute;
|
|
1554
1580
|
width: 1px;
|
|
@@ -1614,6 +1640,10 @@ select {
|
|
|
1614
1640
|
right: 0.75rem;
|
|
1615
1641
|
}
|
|
1616
1642
|
|
|
1643
|
+
.right-8 {
|
|
1644
|
+
right: 2rem;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1617
1647
|
.right-\[14px\] {
|
|
1618
1648
|
right: 14px;
|
|
1619
1649
|
}
|
|
@@ -1630,6 +1660,10 @@ select {
|
|
|
1630
1660
|
top: 192px;
|
|
1631
1661
|
}
|
|
1632
1662
|
|
|
1663
|
+
.top-\[24px\] {
|
|
1664
|
+
top: 24px;
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1633
1667
|
.top-\[288px\] {
|
|
1634
1668
|
top: 288px;
|
|
1635
1669
|
}
|
|
@@ -1642,6 +1676,18 @@ select {
|
|
|
1642
1676
|
z-index: 50;
|
|
1643
1677
|
}
|
|
1644
1678
|
|
|
1679
|
+
.z-\[100\] {
|
|
1680
|
+
z-index: 100;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
.col-span-2 {
|
|
1684
|
+
grid-column: span 2 / span 2;
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
.col-span-4 {
|
|
1688
|
+
grid-column: span 4 / span 4;
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1645
1691
|
.col-span-6 {
|
|
1646
1692
|
grid-column: span 6 / span 6;
|
|
1647
1693
|
}
|
|
@@ -1713,10 +1759,18 @@ select {
|
|
|
1713
1759
|
margin-bottom: 0px;
|
|
1714
1760
|
}
|
|
1715
1761
|
|
|
1762
|
+
.mb-1 {
|
|
1763
|
+
margin-bottom: 0.25rem;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1716
1766
|
.mb-2 {
|
|
1717
1767
|
margin-bottom: 0.5rem;
|
|
1718
1768
|
}
|
|
1719
1769
|
|
|
1770
|
+
.mb-\[1000px\] {
|
|
1771
|
+
margin-bottom: 1000px;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1720
1774
|
.ml-1 {
|
|
1721
1775
|
margin-left: 0.25rem;
|
|
1722
1776
|
}
|
|
@@ -1857,6 +1911,10 @@ select {
|
|
|
1857
1911
|
height: 100vh;
|
|
1858
1912
|
}
|
|
1859
1913
|
|
|
1914
|
+
.max-h-\[85vh\] {
|
|
1915
|
+
max-height: 85vh;
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1860
1918
|
.min-h-\[48px\] {
|
|
1861
1919
|
min-height: 48px;
|
|
1862
1920
|
}
|
|
@@ -1915,6 +1973,10 @@ select {
|
|
|
1915
1973
|
max-width: 72rem;
|
|
1916
1974
|
}
|
|
1917
1975
|
|
|
1976
|
+
.max-w-\[1200px\] {
|
|
1977
|
+
max-width: 1200px;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1918
1980
|
.max-w-\[2rem\] {
|
|
1919
1981
|
max-width: 2rem;
|
|
1920
1982
|
}
|
|
@@ -1927,6 +1989,18 @@ select {
|
|
|
1927
1989
|
max-width: 400px;
|
|
1928
1990
|
}
|
|
1929
1991
|
|
|
1992
|
+
.max-w-\[600px\] {
|
|
1993
|
+
max-width: 600px;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
.max-w-\[812px\] {
|
|
1997
|
+
max-width: 812px;
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
.max-w-\[980px\] {
|
|
2001
|
+
max-width: 980px;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
1930
2004
|
.max-w-full {
|
|
1931
2005
|
max-width: 100%;
|
|
1932
2006
|
}
|
|
@@ -2017,6 +2091,14 @@ select {
|
|
|
2017
2091
|
gap: 0.5rem;
|
|
2018
2092
|
}
|
|
2019
2093
|
|
|
2094
|
+
.gap-8 {
|
|
2095
|
+
gap: 2rem;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
.overflow-auto {
|
|
2099
|
+
overflow: auto;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2020
2102
|
.overflow-hidden {
|
|
2021
2103
|
overflow: hidden;
|
|
2022
2104
|
}
|
|
@@ -2043,6 +2125,10 @@ select {
|
|
|
2043
2125
|
white-space: nowrap;
|
|
2044
2126
|
}
|
|
2045
2127
|
|
|
2128
|
+
.whitespace-pre-line {
|
|
2129
|
+
white-space: pre-line;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2046
2132
|
.break-words {
|
|
2047
2133
|
overflow-wrap: break-word;
|
|
2048
2134
|
}
|
|
@@ -2116,14 +2202,19 @@ select {
|
|
|
2116
2202
|
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
2117
2203
|
}
|
|
2118
2204
|
|
|
2205
|
+
.border-pzh-gray-300 {
|
|
2206
|
+
--tw-border-opacity: 1;
|
|
2207
|
+
border-color: rgb(213 213 213 / var(--tw-border-opacity));
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2119
2210
|
.border-pzh-gray-400 {
|
|
2120
2211
|
--tw-border-opacity: 1;
|
|
2121
|
-
border-color: rgb(
|
|
2212
|
+
border-color: rgb(191 191 191 / var(--tw-border-opacity));
|
|
2122
2213
|
}
|
|
2123
2214
|
|
|
2124
2215
|
.border-pzh-gray-600 {
|
|
2125
2216
|
--tw-border-opacity: 1;
|
|
2126
|
-
border-color: rgb(
|
|
2217
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
2127
2218
|
}
|
|
2128
2219
|
|
|
2129
2220
|
.border-pzh-green {
|
|
@@ -2175,6 +2266,10 @@ select {
|
|
|
2175
2266
|
background-color: rgb(51 51 51 / var(--tw-bg-opacity));
|
|
2176
2267
|
}
|
|
2177
2268
|
|
|
2269
|
+
.bg-black\/30 {
|
|
2270
|
+
background-color: rgb(0 0 0 / 0.3);
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2178
2273
|
.bg-pzh-blue {
|
|
2179
2274
|
--tw-bg-opacity: 1;
|
|
2180
2275
|
background-color: rgb(40 31 107 / var(--tw-bg-opacity));
|
|
@@ -2192,17 +2287,17 @@ select {
|
|
|
2192
2287
|
|
|
2193
2288
|
.bg-pzh-gray-100 {
|
|
2194
2289
|
--tw-bg-opacity: 1;
|
|
2195
|
-
background-color: rgb(
|
|
2290
|
+
background-color: rgb(248 248 248 / var(--tw-bg-opacity));
|
|
2196
2291
|
}
|
|
2197
2292
|
|
|
2198
2293
|
.bg-pzh-gray-200 {
|
|
2199
2294
|
--tw-bg-opacity: 1;
|
|
2200
|
-
background-color: rgb(
|
|
2295
|
+
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
2201
2296
|
}
|
|
2202
2297
|
|
|
2203
2298
|
.bg-pzh-gray-300 {
|
|
2204
2299
|
--tw-bg-opacity: 1;
|
|
2205
|
-
background-color: rgb(
|
|
2300
|
+
background-color: rgb(213 213 213 / var(--tw-bg-opacity));
|
|
2206
2301
|
}
|
|
2207
2302
|
|
|
2208
2303
|
.bg-pzh-green {
|
|
@@ -2519,12 +2614,12 @@ select {
|
|
|
2519
2614
|
|
|
2520
2615
|
.text-pzh-gray-400 {
|
|
2521
2616
|
--tw-text-opacity: 1;
|
|
2522
|
-
color: rgb(
|
|
2617
|
+
color: rgb(191 191 191 / var(--tw-text-opacity));
|
|
2523
2618
|
}
|
|
2524
2619
|
|
|
2525
2620
|
.text-pzh-gray-600 {
|
|
2526
2621
|
--tw-text-opacity: 1;
|
|
2527
|
-
color: rgb(
|
|
2622
|
+
color: rgb(92 92 92 / var(--tw-text-opacity));
|
|
2528
2623
|
}
|
|
2529
2624
|
|
|
2530
2625
|
.text-pzh-green {
|
|
@@ -2596,6 +2691,12 @@ select {
|
|
|
2596
2691
|
opacity: 0.5;
|
|
2597
2692
|
}
|
|
2598
2693
|
|
|
2694
|
+
.shadow-\[0_1\.1970183849334717px_3\.9900612831115723px_0_rgba\(0\2c 0\2c 0\2c 0\.0283\)\2c 0_4\.020535469055176px_13\.401785850524902px_0_rgba\(0\2c 0\2c 0\2c 0\.0417\)\2c 0_18px_60px_0_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
|
|
2695
|
+
--tw-shadow: 0 1.1970183849334717px 3.9900612831115723px 0 rgba(0,0,0,0.0283),0 4.020535469055176px 13.401785850524902px 0 rgba(0,0,0,0.0417),0 18px 60px 0 rgba(0,0,0,0.07);
|
|
2696
|
+
--tw-shadow-colored: 0 1.1970183849334717px 3.9900612831115723px 0 var(--tw-shadow-color), 0 4.020535469055176px 13.401785850524902px 0 var(--tw-shadow-color), 0 18px 60px 0 var(--tw-shadow-color);
|
|
2697
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2599
2700
|
.shadow-card {
|
|
2600
2701
|
--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);
|
|
2601
2702
|
--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);
|
|
@@ -2804,6 +2905,11 @@ b {
|
|
|
2804
2905
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
2805
2906
|
}
|
|
2806
2907
|
|
|
2908
|
+
.hover\:border-pzh-green-dark:hover {
|
|
2909
|
+
--tw-border-opacity: 1;
|
|
2910
|
+
border-color: rgb(0 77 46 / var(--tw-border-opacity));
|
|
2911
|
+
}
|
|
2912
|
+
|
|
2807
2913
|
.hover\:bg-pzh-blue-dark:hover {
|
|
2808
2914
|
--tw-bg-opacity: 1;
|
|
2809
2915
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
@@ -2811,12 +2917,7 @@ b {
|
|
|
2811
2917
|
|
|
2812
2918
|
.hover\:bg-pzh-gray-100:hover {
|
|
2813
2919
|
--tw-bg-opacity: 1;
|
|
2814
|
-
background-color: rgb(
|
|
2815
|
-
}
|
|
2816
|
-
|
|
2817
|
-
.hover\:bg-pzh-green:hover {
|
|
2818
|
-
--tw-bg-opacity: 1;
|
|
2819
|
-
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
2920
|
+
background-color: rgb(248 248 248 / var(--tw-bg-opacity));
|
|
2820
2921
|
}
|
|
2821
2922
|
|
|
2822
2923
|
.hover\:bg-pzh-green-dark:hover {
|
|
@@ -2869,7 +2970,7 @@ b {
|
|
|
2869
2970
|
|
|
2870
2971
|
.focus\:bg-pzh-gray-100:focus {
|
|
2871
2972
|
--tw-bg-opacity: 1;
|
|
2872
|
-
background-color: rgb(
|
|
2973
|
+
background-color: rgb(248 248 248 / var(--tw-bg-opacity));
|
|
2873
2974
|
}
|
|
2874
2975
|
|
|
2875
2976
|
.focus\:text-white:focus {
|
package/src/tailwind.src.css
CHANGED
|
@@ -64,11 +64,11 @@ b {
|
|
|
64
64
|
*/
|
|
65
65
|
|
|
66
66
|
.pzh-button {
|
|
67
|
-
@apply
|
|
67
|
+
@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;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.pzh-form-input {
|
|
71
|
-
@apply
|
|
71
|
+
@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 block w-full appearance-none rounded border pb-[6px] pt-[10px] leading-[30px] focus:outline-none focus:outline-none focus:ring focus:ring-2;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.pzh-form-error,
|
|
@@ -80,12 +80,12 @@ b {
|
|
|
80
80
|
|
|
81
81
|
.pzh-form-radio:checked + span:before,
|
|
82
82
|
.pzh-form-radio:not(:checked) + span:before {
|
|
83
|
-
@apply absolute left-0 top-0
|
|
83
|
+
@apply border-pzh-gray-600 bg-pzh-gray-200 absolute left-0 top-0 h-[24px] w-[24px] rounded-full border;
|
|
84
84
|
content: '';
|
|
85
85
|
}
|
|
86
86
|
.pzh-form-radio:checked + span:after,
|
|
87
87
|
.pzh-form-radio:not(:checked) + span:after {
|
|
88
|
-
@apply absolute
|
|
88
|
+
@apply bg-pzh-green absolute left-1 top-1 h-[14px] w-[14px] rounded-full transition duration-200;
|
|
89
89
|
content: '';
|
|
90
90
|
}
|
|
91
91
|
.pzh-form-radio:not(:checked) + span:after,
|
|
@@ -104,7 +104,7 @@ b {
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
.pzh-form-checkbox + span:before {
|
|
107
|
-
@apply absolute left-0 top-0
|
|
107
|
+
@apply border-pzh-gray-600 bg-pzh-gray-200 absolute left-0 top-0 h-[24px] w-[24px] rounded-[4px] border transition duration-200;
|
|
108
108
|
content: '';
|
|
109
109
|
}
|
|
110
110
|
|
|
@@ -114,7 +114,7 @@ b {
|
|
|
114
114
|
|
|
115
115
|
.pzh-form-checkbox:checked + span:after,
|
|
116
116
|
.pzh-form-checkbox:not(:checked) + span:after {
|
|
117
|
-
@apply absolute top-[2px]
|
|
117
|
+
@apply absolute left-1 top-[2px] h-[14px] w-[14px] text-white transition duration-200;
|
|
118
118
|
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>");
|
|
119
119
|
}
|
|
120
120
|
|
|
@@ -124,11 +124,11 @@ b {
|
|
|
124
124
|
|
|
125
125
|
.pzh-form-radio:focus + span:before,
|
|
126
126
|
.pzh-form-checkbox:focus + span:before {
|
|
127
|
-
@apply ring
|
|
127
|
+
@apply ring-pzh-blue border-pzh-blue outline-none ring ring-2;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
.form-field-label {
|
|
131
|
-
@apply
|
|
131
|
+
@apply mb-2 block text-xs uppercase tracking-wide text-gray-700;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
.form-field-description {
|
|
@@ -143,7 +143,8 @@ b {
|
|
|
143
143
|
font-family: 'Karbon Regular', sans-serif;
|
|
144
144
|
font-weight: 400;
|
|
145
145
|
font-size: 0.8rem;
|
|
146
|
-
box-shadow:
|
|
146
|
+
box-shadow:
|
|
147
|
+
0px 18px 60px rgba(0, 0, 0, 0.07),
|
|
147
148
|
0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
|
|
148
149
|
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
149
150
|
@apply text-pzh-blue-dark border-none;
|
|
@@ -154,11 +155,11 @@ b {
|
|
|
154
155
|
}
|
|
155
156
|
|
|
156
157
|
.pzh-datepicker .react-datepicker__header {
|
|
157
|
-
@apply bg-white
|
|
158
|
+
@apply border-none bg-white;
|
|
158
159
|
}
|
|
159
160
|
|
|
160
161
|
.pzh-datepicker .react-datepicker__month {
|
|
161
|
-
@apply
|
|
162
|
+
@apply mx-0.5 mt-0;
|
|
162
163
|
}
|
|
163
164
|
|
|
164
165
|
.pzh-datepicker .react-datepicker__day-names {
|
|
@@ -166,7 +167,7 @@ b {
|
|
|
166
167
|
}
|
|
167
168
|
|
|
168
169
|
.pzh-datepicker .react-datepicker__day-name {
|
|
169
|
-
@apply bold leading-[26px]
|
|
170
|
+
@apply bold my-0 leading-[26px];
|
|
170
171
|
}
|
|
171
172
|
|
|
172
173
|
.pzh-datepicker .react-datepicker__current-month {
|
|
@@ -174,24 +175,30 @@ b {
|
|
|
174
175
|
}
|
|
175
176
|
|
|
176
177
|
.pzh-datepicker
|
|
177
|
-
.react-datepicker__day--outside-month:not(
|
|
178
|
+
.react-datepicker__day--outside-month:not(
|
|
179
|
+
.react-datepicker__day--selected
|
|
180
|
+
) {
|
|
178
181
|
@apply text-pzh-blue-dark text-opacity-35;
|
|
179
182
|
}
|
|
180
183
|
|
|
181
184
|
.pzh-datepicker .react-datepicker__day-name,
|
|
182
185
|
.pzh-datepicker .react-datepicker__day,
|
|
183
186
|
.pzh-datepicker .react-datepicker__time-name {
|
|
184
|
-
@apply
|
|
187
|
+
@apply mx-2 my-1 h-[26px] w-[26px] leading-[28px];
|
|
185
188
|
}
|
|
186
189
|
|
|
187
190
|
.pzh-datepicker .react-datepicker__day {
|
|
188
191
|
@apply rounded-full hover:rounded-full;
|
|
189
192
|
}
|
|
190
193
|
|
|
191
|
-
.pzh-datepicker
|
|
192
|
-
|
|
194
|
+
.pzh-datepicker
|
|
195
|
+
.react-datepicker__day--today:not(.react-datepicker__day--selected),
|
|
196
|
+
.pzh-datepicker
|
|
197
|
+
.react-datepicker__day--today:hover:not(
|
|
198
|
+
.react-datepicker__day--selected
|
|
199
|
+
),
|
|
193
200
|
.pzh-datepicker .react-datepicker__day--keyboard-selected {
|
|
194
|
-
@apply bg-pzh-blue-dark
|
|
201
|
+
@apply bg-pzh-blue-dark text-pzh-blue-dark bg-opacity-10;
|
|
195
202
|
}
|
|
196
203
|
|
|
197
204
|
.pzh-datepicker .react-datepicker__day--keyboard-selected:hover {
|
|
@@ -207,7 +214,7 @@ b {
|
|
|
207
214
|
.pzh-datepicker .react-datepicker__month-read-view--down-arrow,
|
|
208
215
|
.pzh-datepicker .react-datepicker__month-year-read-view--down-arrow,
|
|
209
216
|
.pzh-datepicker .react-datepicker__navigation-icon::before {
|
|
210
|
-
@apply
|
|
217
|
+
@apply h-[7px] w-[7px] border border-0 border-r-[1px] border-t-[1px] border-black;
|
|
211
218
|
}
|
|
212
219
|
|
|
213
220
|
.pzh-datepicker .react-datepicker__navigation-icon {
|
|
@@ -225,4 +232,24 @@ b {
|
|
|
225
232
|
pointer-events: none;
|
|
226
233
|
height: 0;
|
|
227
234
|
}
|
|
235
|
+
|
|
236
|
+
.pzh-modal {
|
|
237
|
+
&[data-entering] {
|
|
238
|
+
animation: fade 150ms;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
&[data-exiting] {
|
|
242
|
+
animation: fade 150ms reverse ease-in;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
@keyframes fade {
|
|
247
|
+
from {
|
|
248
|
+
opacity: 0;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
to {
|
|
252
|
+
opacity: 1;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
228
255
|
}
|