@pzh-ui/css 0.0.60 → 0.0.61
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 +91 -40
- package/src/tailwind.src.css +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.61",
|
|
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": "1552d83a02ad9fba1a549f370a34d9547fdd8dbc",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"tailwindcss": "^3.0.23"
|
|
27
27
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1498,6 +1498,12 @@ select {
|
|
|
1498
1498
|
width: 8px;
|
|
1499
1499
|
}
|
|
1500
1500
|
|
|
1501
|
+
.w-fit {
|
|
1502
|
+
width: -webkit-fit-content;
|
|
1503
|
+
width: -moz-fit-content;
|
|
1504
|
+
width: fit-content;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1501
1507
|
.w-7 {
|
|
1502
1508
|
width: 1.75rem;
|
|
1503
1509
|
}
|
|
@@ -1587,6 +1593,14 @@ select {
|
|
|
1587
1593
|
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
1588
1594
|
}
|
|
1589
1595
|
|
|
1596
|
+
.flex-col {
|
|
1597
|
+
flex-direction: column;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
.\!flex-nowrap {
|
|
1601
|
+
flex-wrap: nowrap !important;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1590
1604
|
.items-start {
|
|
1591
1605
|
align-items: flex-start;
|
|
1592
1606
|
}
|
|
@@ -1611,6 +1625,10 @@ select {
|
|
|
1611
1625
|
overflow: hidden;
|
|
1612
1626
|
}
|
|
1613
1627
|
|
|
1628
|
+
.\!overflow-x-auto {
|
|
1629
|
+
overflow-x: auto !important;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1614
1632
|
.overflow-y-auto {
|
|
1615
1633
|
overflow-y: auto;
|
|
1616
1634
|
}
|
|
@@ -1674,6 +1692,10 @@ select {
|
|
|
1674
1692
|
border-bottom-width: 3px;
|
|
1675
1693
|
}
|
|
1676
1694
|
|
|
1695
|
+
.border-t {
|
|
1696
|
+
border-top-width: 1px;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1677
1699
|
.border-dashed {
|
|
1678
1700
|
border-style: dashed;
|
|
1679
1701
|
}
|
|
@@ -1693,6 +1715,11 @@ select {
|
|
|
1693
1715
|
border-color: rgb(198 164 16 / var(--tw-border-opacity));
|
|
1694
1716
|
}
|
|
1695
1717
|
|
|
1718
|
+
.border-pzh-yellow {
|
|
1719
|
+
--tw-border-opacity: 1;
|
|
1720
|
+
border-color: rgb(239 204 54 / var(--tw-border-opacity));
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1696
1723
|
.border-pzh-red {
|
|
1697
1724
|
--tw-border-opacity: 1;
|
|
1698
1725
|
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
@@ -1703,9 +1730,9 @@ select {
|
|
|
1703
1730
|
border-color: rgb(235 112 133 / var(--tw-border-opacity));
|
|
1704
1731
|
}
|
|
1705
1732
|
|
|
1706
|
-
.border-pzh-cool-gray {
|
|
1733
|
+
.border-pzh-cool-gray-dark {
|
|
1707
1734
|
--tw-border-opacity: 1;
|
|
1708
|
-
border-color: rgb(
|
|
1735
|
+
border-color: rgb(92 92 92 / var(--tw-border-opacity));
|
|
1709
1736
|
}
|
|
1710
1737
|
|
|
1711
1738
|
.border-pzh-purple {
|
|
@@ -1742,14 +1769,14 @@ select {
|
|
|
1742
1769
|
--tw-border-opacity: 0.35;
|
|
1743
1770
|
}
|
|
1744
1771
|
|
|
1745
|
-
.bg-pzh-
|
|
1772
|
+
.bg-pzh-green {
|
|
1746
1773
|
--tw-bg-opacity: 1;
|
|
1747
|
-
background-color: rgb(
|
|
1774
|
+
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1748
1775
|
}
|
|
1749
1776
|
|
|
1750
|
-
.bg-pzh-
|
|
1777
|
+
.bg-pzh-green-light {
|
|
1751
1778
|
--tw-bg-opacity: 1;
|
|
1752
|
-
background-color: rgb(
|
|
1779
|
+
background-color: rgb(97 179 117 / var(--tw-bg-opacity));
|
|
1753
1780
|
}
|
|
1754
1781
|
|
|
1755
1782
|
.bg-pzh-yellow {
|
|
@@ -1757,24 +1784,44 @@ select {
|
|
|
1757
1784
|
background-color: rgb(239 204 54 / var(--tw-bg-opacity));
|
|
1758
1785
|
}
|
|
1759
1786
|
|
|
1760
|
-
.bg-pzh-
|
|
1787
|
+
.bg-pzh-red {
|
|
1761
1788
|
--tw-bg-opacity: 1;
|
|
1762
|
-
background-color: rgb(
|
|
1789
|
+
background-color: rgb(209 31 61 / var(--tw-bg-opacity));
|
|
1763
1790
|
}
|
|
1764
1791
|
|
|
1765
|
-
.bg-
|
|
1792
|
+
.bg-pzh-red-light {
|
|
1793
|
+
--tw-bg-opacity: 1;
|
|
1794
|
+
background-color: rgb(235 112 133 / var(--tw-bg-opacity));
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
.bg-pzh-cool-gray-dark {
|
|
1798
|
+
--tw-bg-opacity: 1;
|
|
1799
|
+
background-color: rgb(92 92 92 / var(--tw-bg-opacity));
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
.bg-pzh-purple {
|
|
1803
|
+
--tw-bg-opacity: 1;
|
|
1804
|
+
background-color: rgb(80 61 144 / var(--tw-bg-opacity));
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
.bg-pzh-white {
|
|
1766
1808
|
--tw-bg-opacity: 1;
|
|
1767
1809
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1768
1810
|
}
|
|
1769
1811
|
|
|
1770
|
-
.bg-pzh-
|
|
1812
|
+
.bg-pzh-blue {
|
|
1771
1813
|
--tw-bg-opacity: 1;
|
|
1772
|
-
background-color: rgb(
|
|
1814
|
+
background-color: rgb(40 31 107 / var(--tw-bg-opacity));
|
|
1773
1815
|
}
|
|
1774
1816
|
|
|
1775
|
-
.bg-
|
|
1817
|
+
.bg-white {
|
|
1776
1818
|
--tw-bg-opacity: 1;
|
|
1777
|
-
background-color: rgb(
|
|
1819
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
.bg-pzh-gray-300 {
|
|
1823
|
+
--tw-bg-opacity: 1;
|
|
1824
|
+
background-color: rgb(232 231 235 / var(--tw-bg-opacity));
|
|
1778
1825
|
}
|
|
1779
1826
|
|
|
1780
1827
|
.bg-pzh-blue-light {
|
|
@@ -1875,6 +1922,11 @@ select {
|
|
|
1875
1922
|
padding-bottom: 1.5rem;
|
|
1876
1923
|
}
|
|
1877
1924
|
|
|
1925
|
+
.\!py-0 {
|
|
1926
|
+
padding-top: 0px !important;
|
|
1927
|
+
padding-bottom: 0px !important;
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1878
1930
|
.py-1 {
|
|
1879
1931
|
padding-top: 0.25rem;
|
|
1880
1932
|
padding-bottom: 0.25rem;
|
|
@@ -1940,12 +1992,12 @@ select {
|
|
|
1940
1992
|
padding-bottom: 0px;
|
|
1941
1993
|
}
|
|
1942
1994
|
|
|
1943
|
-
.
|
|
1944
|
-
padding-
|
|
1995
|
+
.pt-3 {
|
|
1996
|
+
padding-top: 0.75rem;
|
|
1945
1997
|
}
|
|
1946
1998
|
|
|
1947
|
-
.pb-
|
|
1948
|
-
padding-bottom: 0.
|
|
1999
|
+
.pb-2 {
|
|
2000
|
+
padding-bottom: 0.5rem;
|
|
1949
2001
|
}
|
|
1950
2002
|
|
|
1951
2003
|
.pr-2 {
|
|
@@ -1956,6 +2008,10 @@ select {
|
|
|
1956
2008
|
padding-left: 34px;
|
|
1957
2009
|
}
|
|
1958
2010
|
|
|
2011
|
+
.pb-1 {
|
|
2012
|
+
padding-bottom: 0.25rem;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
1959
2015
|
.text-left {
|
|
1960
2016
|
text-align: left;
|
|
1961
2017
|
}
|
|
@@ -2004,6 +2060,10 @@ select {
|
|
|
2004
2060
|
text-transform: uppercase;
|
|
2005
2061
|
}
|
|
2006
2062
|
|
|
2063
|
+
.normal-case {
|
|
2064
|
+
text-transform: none;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2007
2067
|
.italic {
|
|
2008
2068
|
font-style: italic;
|
|
2009
2069
|
}
|
|
@@ -2042,11 +2102,21 @@ select {
|
|
|
2042
2102
|
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
2043
2103
|
}
|
|
2044
2104
|
|
|
2105
|
+
.text-pzh-white {
|
|
2106
|
+
--tw-text-opacity: 1;
|
|
2107
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2045
2110
|
.text-pzh-green-light {
|
|
2046
2111
|
--tw-text-opacity: 1;
|
|
2047
2112
|
color: rgb(97 179 117 / var(--tw-text-opacity));
|
|
2048
2113
|
}
|
|
2049
2114
|
|
|
2115
|
+
.text-pzh-blue {
|
|
2116
|
+
--tw-text-opacity: 1;
|
|
2117
|
+
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2050
2120
|
.text-pzh-yellow-dark {
|
|
2051
2121
|
--tw-text-opacity: 1;
|
|
2052
2122
|
color: rgb(198 164 16 / var(--tw-text-opacity));
|
|
@@ -2062,9 +2132,9 @@ select {
|
|
|
2062
2132
|
color: rgb(235 112 133 / var(--tw-text-opacity));
|
|
2063
2133
|
}
|
|
2064
2134
|
|
|
2065
|
-
.text-pzh-cool-gray {
|
|
2135
|
+
.text-pzh-cool-gray-dark {
|
|
2066
2136
|
--tw-text-opacity: 1;
|
|
2067
|
-
color: rgb(
|
|
2137
|
+
color: rgb(92 92 92 / var(--tw-text-opacity));
|
|
2068
2138
|
}
|
|
2069
2139
|
|
|
2070
2140
|
.text-pzh-purple {
|
|
@@ -2072,21 +2142,11 @@ select {
|
|
|
2072
2142
|
color: rgb(80 61 144 / var(--tw-text-opacity));
|
|
2073
2143
|
}
|
|
2074
2144
|
|
|
2075
|
-
.text-pzh-white {
|
|
2076
|
-
--tw-text-opacity: 1;
|
|
2077
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2078
|
-
}
|
|
2079
|
-
|
|
2080
2145
|
.text-white {
|
|
2081
2146
|
--tw-text-opacity: 1;
|
|
2082
2147
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2083
2148
|
}
|
|
2084
2149
|
|
|
2085
|
-
.text-pzh-blue {
|
|
2086
|
-
--tw-text-opacity: 1;
|
|
2087
|
-
color: rgb(40 31 107 / var(--tw-text-opacity));
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
2150
|
.text-pzh-blue-light {
|
|
2091
2151
|
--tw-text-opacity: 1;
|
|
2092
2152
|
color: rgb(123 173 222 / var(--tw-text-opacity));
|
|
@@ -2102,8 +2162,8 @@ select {
|
|
|
2102
2162
|
color: rgb(138 136 157 / var(--tw-text-opacity));
|
|
2103
2163
|
}
|
|
2104
2164
|
|
|
2105
|
-
.text-
|
|
2106
|
-
|
|
2165
|
+
.text-pzh-blue-dark\/50 {
|
|
2166
|
+
color: rgb(22 17 59 / 0.5);
|
|
2107
2167
|
}
|
|
2108
2168
|
|
|
2109
2169
|
.underline {
|
|
@@ -2270,7 +2330,6 @@ h6,
|
|
|
2270
2330
|
strong,
|
|
2271
2331
|
b {
|
|
2272
2332
|
font-family: 'Karbon Medium', sans-serif;
|
|
2273
|
-
font-weight: 700;
|
|
2274
2333
|
}
|
|
2275
2334
|
|
|
2276
2335
|
.bold {
|
|
@@ -2861,14 +2920,6 @@ b {
|
|
|
2861
2920
|
gap: 2rem;
|
|
2862
2921
|
}
|
|
2863
2922
|
|
|
2864
|
-
.md\:p-4 {
|
|
2865
|
-
padding: 1rem;
|
|
2866
|
-
}
|
|
2867
|
-
|
|
2868
|
-
.md\:pb-4 {
|
|
2869
|
-
padding-bottom: 1rem;
|
|
2870
|
-
}
|
|
2871
|
-
|
|
2872
2923
|
.md\:text-base {
|
|
2873
2924
|
font-size: 1rem;
|
|
2874
2925
|
}
|