@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.42",
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": "e361552eea07a46cda1401f56aaafefd63d5084d",
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
- input {
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{
@@ -286,8 +286,6 @@ h6,
286
286
  0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
287
287
  }
288
288
 
289
- .pzh-select-input {
290
- input {
291
- box-shadow: none;
292
- }
289
+ .pzh-select-input input {
290
+ box-shadow: none;
293
291
  }