@pzh-ui/css 0.0.112 → 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 +2 -2
- package/src/tailwind.css +2 -0
- package/src/tailwind.src.css +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
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": "
|
|
20
|
+
"gitHead": "cc2af527dbcc6b8ef684ae7bb48808981eeb5612",
|
|
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);
|
|
@@ -393,6 +394,7 @@ ol li ol li ol li {
|
|
|
393
394
|
}
|
|
394
395
|
.pzh-form-checkbox:checked + span:after, .pzh-form-checkbox:not(:checked) + span:after {
|
|
395
396
|
position: absolute;
|
|
397
|
+
top: 1px;
|
|
396
398
|
left: calc(var(--spacing) * 1);
|
|
397
399
|
height: calc(var(--spacing) * 3);
|
|
398
400
|
width: calc(var(--spacing) * 3);
|
package/src/tailwind.src.css
CHANGED
|
@@ -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,
|
|
@@ -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
|
|