@pzh-ui/css 0.0.113 → 0.0.114

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.113",
3
+ "version": "0.0.114",
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": "410172f6897e6e038bd5eaf733caefff41f78012",
20
+ "gitHead": "cc2af527dbcc6b8ef684ae7bb48808981eeb5612",
21
21
  "devDependencies": {
22
22
  "@tailwindcss/cli": "^4.1.4",
23
23
  "tailwindcss": "^4.1.4"
package/src/tailwind.css CHANGED
@@ -394,6 +394,7 @@ ol li ol li ol li {
394
394
  }
395
395
  .pzh-form-checkbox:checked + span:after, .pzh-form-checkbox:not(:checked) + span:after {
396
396
  position: absolute;
397
+ top: 1px;
397
398
  left: calc(var(--spacing) * 1);
398
399
  height: calc(var(--spacing) * 3);
399
400
  width: calc(var(--spacing) * 3);
@@ -275,7 +275,7 @@ ol li ol li ol li {
275
275
 
276
276
  .pzh-form-checkbox:checked + span:after,
277
277
  .pzh-form-checkbox:not(:checked) + span:after {
278
- @apply text-pzh-white absolute left-1 h-3 w-3 transition duration-200;
278
+ @apply text-pzh-white absolute top-px left-1 h-3 w-3 transition duration-200;
279
279
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z'/></svg>");
280
280
  }
281
281