@pzh-ui/css 0.0.43 → 0.0.44

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.43",
3
+ "version": "0.0.44",
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": "81f2784b42e2daf43d1941a67ab6f2f4f22cf712",
22
+ "gitHead": "1c3771a7f21d8ef7ae84fa27e7f9369da590257a",
23
23
  "devDependencies": {
24
24
  "tailwindcss": "^3.0.23"
25
25
  }
package/src/tailwind.css CHANGED
@@ -1951,7 +1951,7 @@ h6,
1951
1951
  }
1952
1952
 
1953
1953
  .pzh-select-input input {
1954
- box-shadow: none;
1954
+ box-shadow: none !important;
1955
1955
  }
1956
1956
 
1957
1957
  .hover\:translate-y-0:hover{
@@ -287,5 +287,5 @@ h6,
287
287
  }
288
288
 
289
289
  .pzh-select-input input {
290
- box-shadow: none;
290
+ box-shadow: none !important;
291
291
  }