@pzh-ui/css 0.0.57 → 0.0.58
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 +4 -3
- package/src/tailwind.css +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.58",
|
|
4
4
|
"description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"publishConfig": {
|
|
@@ -18,9 +18,10 @@
|
|
|
18
18
|
"@tailwindcss/forms": "^0.5.0",
|
|
19
19
|
"@tailwindcss/line-clamp": "^0.3.1",
|
|
20
20
|
"@tailwindcss/typography": "^0.5.9",
|
|
21
|
-
"react-datepicker": "^4.7.0"
|
|
21
|
+
"react-datepicker": "^4.7.0",
|
|
22
|
+
"react-toastify": "^9.1.2"
|
|
22
23
|
},
|
|
23
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "4455bde77beb2a0a6d664a090de2b798c3eaed8c",
|
|
24
25
|
"devDependencies": {
|
|
25
26
|
"tailwindcss": "^3.0.23"
|
|
26
27
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1352,6 +1352,10 @@ select {
|
|
|
1352
1352
|
margin-bottom: -2px;
|
|
1353
1353
|
}
|
|
1354
1354
|
|
|
1355
|
+
.mt-3 {
|
|
1356
|
+
margin-top: 0.75rem;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1355
1359
|
.mb-2 {
|
|
1356
1360
|
margin-bottom: 0.5rem;
|
|
1357
1361
|
}
|
|
@@ -1472,6 +1476,10 @@ select {
|
|
|
1472
1476
|
width: 1rem;
|
|
1473
1477
|
}
|
|
1474
1478
|
|
|
1479
|
+
.w-\[320px\] {
|
|
1480
|
+
width: 320px;
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1475
1483
|
.w-\[8px\] {
|
|
1476
1484
|
width: 8px;
|
|
1477
1485
|
}
|