@pzh-ui/css 0.0.42 → 0.0.43
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 +2 -4
- package/src/tailwind.src.css +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.43",
|
|
4
4
|
"description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"publishConfig": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@tailwindcss/line-clamp": "^0.3.1",
|
|
20
20
|
"react-datepicker": "^4.7.0"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "81f2784b42e2daf43d1941a67ab6f2f4f22cf712",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1950,10 +1950,8 @@ h6,
|
|
|
1950
1950
|
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
1953
|
-
.pzh-select-input {
|
|
1954
|
-
|
|
1955
|
-
box-shadow: none;
|
|
1956
|
-
}
|
|
1953
|
+
.pzh-select-input input {
|
|
1954
|
+
box-shadow: none;
|
|
1957
1955
|
}
|
|
1958
1956
|
|
|
1959
1957
|
.hover\:translate-y-0:hover{
|