@pzh-ui/css 0.0.42 → 0.0.45
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 +3 -5
- package/src/tailwind.src.css +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.45",
|
|
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": "ef09a53fc2a3a63de398d249cecb1c3dac3b44a3",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1944,16 +1944,14 @@ h6,
|
|
|
1944
1944
|
opacity: 0.55;
|
|
1945
1945
|
}
|
|
1946
1946
|
|
|
1947
|
-
.pzh-
|
|
1947
|
+
.pzh-box-shadow {
|
|
1948
1948
|
box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07),
|
|
1949
1949
|
0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
|
|
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 !important;
|
|
1957
1955
|
}
|
|
1958
1956
|
|
|
1959
1957
|
.hover\:translate-y-0:hover{
|
package/src/tailwind.src.css
CHANGED
|
@@ -280,14 +280,12 @@ h6,
|
|
|
280
280
|
opacity: 0.55;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
.pzh-
|
|
283
|
+
.pzh-box-shadow {
|
|
284
284
|
box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07),
|
|
285
285
|
0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
|
|
286
286
|
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
-
.pzh-select-input {
|
|
290
|
-
|
|
291
|
-
box-shadow: none;
|
|
292
|
-
}
|
|
289
|
+
.pzh-select-input input {
|
|
290
|
+
box-shadow: none !important;
|
|
293
291
|
}
|