@pzh-ui/css 0.0.33 → 0.0.34
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 +7 -3
- package/src/tailwind.src.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.34",
|
|
4
4
|
"description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"publishConfig": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@tailwindcss/line-clamp": "^0.3.1",
|
|
20
20
|
"react-datepicker": "^4.7.0"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "9306f80e6b95736d6ff4655fd840481548d4b865",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -944,6 +944,10 @@ select{
|
|
|
944
944
|
cursor: pointer;
|
|
945
945
|
}
|
|
946
946
|
|
|
947
|
+
.resize-none{
|
|
948
|
+
resize: none;
|
|
949
|
+
}
|
|
950
|
+
|
|
947
951
|
.items-start{
|
|
948
952
|
align-items: flex-start;
|
|
949
953
|
}
|
|
@@ -1529,9 +1533,9 @@ h6,
|
|
|
1529
1533
|
border-width: 1px;
|
|
1530
1534
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
1531
1535
|
--tw-border-opacity: 0.35;
|
|
1532
|
-
padding-top:
|
|
1533
|
-
padding-bottom:
|
|
1534
|
-
line-height:
|
|
1536
|
+
padding-top: 10px;
|
|
1537
|
+
padding-bottom: 6px;
|
|
1538
|
+
line-height: 30px;
|
|
1535
1539
|
--tw-text-opacity: 1;
|
|
1536
1540
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
|
1537
1541
|
}
|
package/src/tailwind.src.css
CHANGED
|
@@ -62,7 +62,7 @@ h6,
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.pzh-form-input {
|
|
65
|
-
@apply block w-full pt-[
|
|
65
|
+
@apply block w-full pt-[10px] pb-[6px] leading-[30px] placeholder-pzh-blue-dark placeholder-opacity-55 text-pzh-blue-dark border border-pzh-blue-dark border-opacity-35 rounded appearance-none focus:outline-none hover:border-gray-500 focus:border-pzh-blue-light disabled:border-pzh-blue-dark disabled:border-opacity-10 disabled:bg-pzh-gray disabled:text-opacity-55;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.pzh-form-error,
|