@pzh-ui/css 0.0.112 → 0.0.113

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.112",
3
+ "version": "0.0.113",
4
4
  "description": "Contains default styling for projects within Provincie Zuid-Holland.",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
@@ -17,7 +17,7 @@
17
17
  "@tailwindcss/typography": "^0.5.16",
18
18
  "react-toastify": "^9.1.2"
19
19
  },
20
- "gitHead": "3b82b7f5ed3ccec8a12075db24cc9f9bde0b6307",
20
+ "gitHead": "410172f6897e6e038bd5eaf733caefff41f78012",
21
21
  "devDependencies": {
22
22
  "@tailwindcss/cli": "^4.1.4",
23
23
  "tailwindcss": "^4.1.4"
package/src/tailwind.css CHANGED
@@ -287,6 +287,7 @@ ol li ol li ol li {
287
287
  border-style: var(--tw-border-style);
288
288
  border-width: 1px;
289
289
  border-color: var(--color-pzh-gray-600);
290
+ background-color: var(--color-pzh-white);
290
291
  padding-inline: calc(var(--spacing) * 4);
291
292
  padding-block: calc(var(--spacing) * 2);
292
293
  font-size: var(--text-m);
@@ -222,7 +222,7 @@ ol li ol li ol li {
222
222
  }
223
223
 
224
224
  .pzh-form-input {
225
- @apply placeholder-pzh-gray-600 text-pzh-blue-900 border-pzh-gray-600 hover:border-pzh-blue-500 focus:ring-pzh-focus focus:border-pzh-focus disabled:bg-pzh-gray-200 text-m block w-full appearance-none rounded border px-4 py-2 leading-[30px] focus:ring-2 focus:outline-none;
225
+ @apply placeholder-pzh-gray-600 bg-pzh-white text-pzh-blue-900 border-pzh-gray-600 hover:border-pzh-blue-500 focus:ring-pzh-focus focus:border-pzh-focus disabled:bg-pzh-gray-200 text-m block w-full appearance-none rounded border px-4 py-2 leading-[30px] focus:ring-2 focus:outline-none;
226
226
  }
227
227
 
228
228
  .pzh-form-error,