@pzh-ui/css 0.0.28 → 0.0.29
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/config/index.js +3 -0
- package/package.json +2 -2
- package/src/tailwind.css +38 -4
package/config/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.29",
|
|
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": "d46f0a0c8b2b65664dd3615ec648108bf6ae0e7f",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -723,6 +723,18 @@ select{
|
|
|
723
723
|
right: 0px;
|
|
724
724
|
}
|
|
725
725
|
|
|
726
|
+
.top-0{
|
|
727
|
+
top: 0px;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.top-\[192px\]{
|
|
731
|
+
top: 192px;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.top-\[288px\]{
|
|
735
|
+
top: 288px;
|
|
736
|
+
}
|
|
737
|
+
|
|
726
738
|
.bottom-0{
|
|
727
739
|
bottom: 0px;
|
|
728
740
|
}
|
|
@@ -731,10 +743,6 @@ select{
|
|
|
731
743
|
left: 0px;
|
|
732
744
|
}
|
|
733
745
|
|
|
734
|
-
.top-0{
|
|
735
|
-
top: 0px;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
746
|
.-left-\[9999px\]{
|
|
739
747
|
left: -9999px;
|
|
740
748
|
}
|
|
@@ -764,6 +772,11 @@ select{
|
|
|
764
772
|
margin-right: auto;
|
|
765
773
|
}
|
|
766
774
|
|
|
775
|
+
.my-2{
|
|
776
|
+
margin-top: 0.5rem;
|
|
777
|
+
margin-bottom: 0.5rem;
|
|
778
|
+
}
|
|
779
|
+
|
|
767
780
|
.mr-2{
|
|
768
781
|
margin-right: 0.5rem;
|
|
769
782
|
}
|
|
@@ -852,6 +865,14 @@ select{
|
|
|
852
865
|
height: 36px;
|
|
853
866
|
}
|
|
854
867
|
|
|
868
|
+
.h-\[96px\]{
|
|
869
|
+
height: 96px;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
.h-px{
|
|
873
|
+
height: 1px;
|
|
874
|
+
}
|
|
875
|
+
|
|
855
876
|
.h-4{
|
|
856
877
|
height: 1rem;
|
|
857
878
|
}
|
|
@@ -868,6 +889,10 @@ select{
|
|
|
868
889
|
width: 1.5rem;
|
|
869
890
|
}
|
|
870
891
|
|
|
892
|
+
.w-\[96px\]{
|
|
893
|
+
width: 96px;
|
|
894
|
+
}
|
|
895
|
+
|
|
871
896
|
.w-full{
|
|
872
897
|
width: 100%;
|
|
873
898
|
}
|
|
@@ -1021,6 +1046,11 @@ select{
|
|
|
1021
1046
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1022
1047
|
}
|
|
1023
1048
|
|
|
1049
|
+
.bg-pzh-cool-gray-light{
|
|
1050
|
+
--tw-bg-opacity: 1;
|
|
1051
|
+
background-color: rgb(191 191 191 / var(--tw-bg-opacity));
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1024
1054
|
.bg-pzh-cool-gray-dark{
|
|
1025
1055
|
--tw-bg-opacity: 1;
|
|
1026
1056
|
background-color: rgb(92 92 92 / var(--tw-bg-opacity));
|
|
@@ -1218,6 +1248,10 @@ select{
|
|
|
1218
1248
|
font-style: italic;
|
|
1219
1249
|
}
|
|
1220
1250
|
|
|
1251
|
+
.leading-\[30px\]{
|
|
1252
|
+
line-height: 30px;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1221
1255
|
.leading-normal{
|
|
1222
1256
|
line-height: 1.5;
|
|
1223
1257
|
}
|