@pzh-ui/css 0.0.113 → 0.0.115

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.115",
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": "13d3e10c7d3f63fb8ffddb33f9237f9254ebf1ce",
21
21
  "devDependencies": {
22
22
  "@tailwindcss/cli": "^4.1.4",
23
23
  "tailwindcss": "^4.1.4"
package/src/tailwind.css CHANGED
@@ -165,6 +165,9 @@
165
165
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
166
166
  padding-block: 0;
167
167
  }
168
+ ::-webkit-calendar-picker-indicator {
169
+ line-height: 1;
170
+ }
168
171
  :-moz-ui-invalid {
169
172
  box-shadow: none;
170
173
  }
@@ -394,6 +397,7 @@ ol li ol li ol li {
394
397
  }
395
398
  .pzh-form-checkbox:checked + span:after, .pzh-form-checkbox:not(:checked) + span:after {
396
399
  position: absolute;
400
+ top: 1px;
397
401
  left: calc(var(--spacing) * 1);
398
402
  height: calc(var(--spacing) * 3);
399
403
  width: calc(var(--spacing) * 3);
@@ -138,6 +138,9 @@
138
138
  height: 0;
139
139
  }
140
140
  }
141
+
142
+ /* Prose styles */
143
+ --tw-prose-bold: inherit;
141
144
  }
142
145
 
143
146
  @font-face {
@@ -275,7 +278,7 @@ ol li ol li ol li {
275
278
 
276
279
  .pzh-form-checkbox:checked + span:after,
277
280
  .pzh-form-checkbox:not(:checked) + span:after {
278
- @apply text-pzh-white absolute left-1 h-3 w-3 transition duration-200;
281
+ @apply text-pzh-white absolute top-px left-1 h-3 w-3 transition duration-200;
279
282
  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
283
  }
281
284