@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.42",
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": "e361552eea07a46cda1401f56aaafefd63d5084d",
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-drop-shadow {
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
- input {
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{
@@ -280,14 +280,12 @@ h6,
280
280
  opacity: 0.55;
281
281
  }
282
282
 
283
- .pzh-drop-shadow {
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
- input {
291
- box-shadow: none;
292
- }
289
+ .pzh-select-input input {
290
+ box-shadow: none !important;
293
291
  }