@pzh-ui/css 0.0.65 → 0.0.66
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 +36 -6
- package/src/tailwind.src.css +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.66",
|
|
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": "9896c23c44cc94a0df25d1d95ca67b0e0fb25616",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"tailwindcss": "^3.3.2"
|
|
27
27
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1507,8 +1507,8 @@ select {
|
|
|
1507
1507
|
border-radius: 9999px;
|
|
1508
1508
|
}
|
|
1509
1509
|
|
|
1510
|
-
.pzh-datepicker .react-datepicker__day--today,
|
|
1511
|
-
.pzh-datepicker .react-datepicker__day--today:hover,
|
|
1510
|
+
.pzh-datepicker .react-datepicker__day--today:not(.react-datepicker__day--selected),
|
|
1511
|
+
.pzh-datepicker .react-datepicker__day--today:hover:not(.react-datepicker__day--selected),
|
|
1512
1512
|
.pzh-datepicker .react-datepicker__day--keyboard-selected {
|
|
1513
1513
|
background-color: rgb(22 17 59 / var(--tw-bg-opacity));
|
|
1514
1514
|
--tw-bg-opacity: 0.1;
|
|
@@ -1669,6 +1669,14 @@ select {
|
|
|
1669
1669
|
margin-bottom: 0.5rem;
|
|
1670
1670
|
}
|
|
1671
1671
|
|
|
1672
|
+
.-mb-0 {
|
|
1673
|
+
margin-bottom: -0px;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
.-mb-0\.5 {
|
|
1677
|
+
margin-bottom: -0.125rem;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1672
1680
|
.-mb-px {
|
|
1673
1681
|
margin-bottom: -1px;
|
|
1674
1682
|
}
|
|
@@ -1809,6 +1817,10 @@ select {
|
|
|
1809
1817
|
height: 2rem;
|
|
1810
1818
|
}
|
|
1811
1819
|
|
|
1820
|
+
.h-\[24px\] {
|
|
1821
|
+
height: 24px;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1812
1824
|
.h-\[28px\] {
|
|
1813
1825
|
height: 28px;
|
|
1814
1826
|
}
|
|
@@ -1961,6 +1973,10 @@ select {
|
|
|
1961
1973
|
animation: spin 1s linear infinite;
|
|
1962
1974
|
}
|
|
1963
1975
|
|
|
1976
|
+
.cursor-not-allowed {
|
|
1977
|
+
cursor: not-allowed;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1964
1980
|
.cursor-pointer {
|
|
1965
1981
|
cursor: pointer;
|
|
1966
1982
|
}
|
|
@@ -2035,6 +2051,10 @@ select {
|
|
|
2035
2051
|
border-radius: 0.25rem;
|
|
2036
2052
|
}
|
|
2037
2053
|
|
|
2054
|
+
.rounded-\[40px\] {
|
|
2055
|
+
border-radius: 40px;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2038
2058
|
.rounded-\[4px\] {
|
|
2039
2059
|
border-radius: 4px;
|
|
2040
2060
|
}
|
|
@@ -2313,10 +2333,6 @@ select {
|
|
|
2313
2333
|
padding-bottom: 1.5rem;
|
|
2314
2334
|
}
|
|
2315
2335
|
|
|
2316
|
-
.pb-0 {
|
|
2317
|
-
padding-bottom: 0px;
|
|
2318
|
-
}
|
|
2319
|
-
|
|
2320
2336
|
.pb-1 {
|
|
2321
2337
|
padding-bottom: 0.25rem;
|
|
2322
2338
|
}
|
|
@@ -2483,6 +2499,10 @@ select {
|
|
|
2483
2499
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
2484
2500
|
}
|
|
2485
2501
|
|
|
2502
|
+
.text-pzh-blue-dark\/35 {
|
|
2503
|
+
color: rgb(22 17 59 / 0.35);
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2486
2506
|
.text-pzh-blue-dark\/50 {
|
|
2487
2507
|
color: rgb(22 17 59 / 0.5);
|
|
2488
2508
|
}
|
|
@@ -2794,6 +2814,11 @@ b {
|
|
|
2794
2814
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
2795
2815
|
}
|
|
2796
2816
|
|
|
2817
|
+
.hover\:bg-pzh-green:hover {
|
|
2818
|
+
--tw-bg-opacity: 1;
|
|
2819
|
+
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
2820
|
+
}
|
|
2821
|
+
|
|
2797
2822
|
.hover\:bg-pzh-green-dark:hover {
|
|
2798
2823
|
--tw-bg-opacity: 1;
|
|
2799
2824
|
background-color: rgb(0 77 46 / var(--tw-bg-opacity));
|
|
@@ -2823,6 +2848,11 @@ b {
|
|
|
2823
2848
|
color: rgb(0 128 77 / var(--tw-text-opacity));
|
|
2824
2849
|
}
|
|
2825
2850
|
|
|
2851
|
+
.hover\:text-pzh-white:hover {
|
|
2852
|
+
--tw-text-opacity: 1;
|
|
2853
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2826
2856
|
.hover\:text-white:hover {
|
|
2827
2857
|
--tw-text-opacity: 1;
|
|
2828
2858
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
package/src/tailwind.src.css
CHANGED
|
@@ -188,8 +188,8 @@ b {
|
|
|
188
188
|
@apply rounded-full hover:rounded-full;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
.pzh-datepicker .react-datepicker__day--today,
|
|
192
|
-
.pzh-datepicker .react-datepicker__day--today:hover,
|
|
191
|
+
.pzh-datepicker .react-datepicker__day--today:not(.react-datepicker__day--selected),
|
|
192
|
+
.pzh-datepicker .react-datepicker__day--today:hover:not(.react-datepicker__day--selected),
|
|
193
193
|
.pzh-datepicker .react-datepicker__day--keyboard-selected {
|
|
194
194
|
@apply bg-pzh-blue-dark bg-opacity-10 text-pzh-blue-dark;
|
|
195
195
|
}
|