@pzh-ui/css 0.0.27 → 0.0.30
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 +58 -18
- package/src/tailwind.src.css +7 -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.30",
|
|
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": "4df5b747cd27baa9e90c143942a7ff01b8a96962",
|
|
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
|
}
|
|
@@ -792,8 +805,8 @@ select{
|
|
|
792
805
|
margin-left: 1rem;
|
|
793
806
|
}
|
|
794
807
|
|
|
795
|
-
.mt-
|
|
796
|
-
margin-top: 0.
|
|
808
|
+
.mt-1{
|
|
809
|
+
margin-top: 0.25rem;
|
|
797
810
|
}
|
|
798
811
|
|
|
799
812
|
.-mt-8{
|
|
@@ -812,6 +825,10 @@ select{
|
|
|
812
825
|
margin-bottom: 0.5rem;
|
|
813
826
|
}
|
|
814
827
|
|
|
828
|
+
.mt-2{
|
|
829
|
+
margin-top: 0.5rem;
|
|
830
|
+
}
|
|
831
|
+
|
|
815
832
|
.ml-1{
|
|
816
833
|
margin-left: 0.25rem;
|
|
817
834
|
}
|
|
@@ -852,6 +869,14 @@ select{
|
|
|
852
869
|
height: 36px;
|
|
853
870
|
}
|
|
854
871
|
|
|
872
|
+
.h-\[96px\]{
|
|
873
|
+
height: 96px;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.h-px{
|
|
877
|
+
height: 1px;
|
|
878
|
+
}
|
|
879
|
+
|
|
855
880
|
.h-4{
|
|
856
881
|
height: 1rem;
|
|
857
882
|
}
|
|
@@ -868,6 +893,10 @@ select{
|
|
|
868
893
|
width: 1.5rem;
|
|
869
894
|
}
|
|
870
895
|
|
|
896
|
+
.w-\[96px\]{
|
|
897
|
+
width: 96px;
|
|
898
|
+
}
|
|
899
|
+
|
|
871
900
|
.w-full{
|
|
872
901
|
width: 100%;
|
|
873
902
|
}
|
|
@@ -993,6 +1022,11 @@ select{
|
|
|
993
1022
|
border-color: rgb(22 17 59 / var(--tw-border-opacity));
|
|
994
1023
|
}
|
|
995
1024
|
|
|
1025
|
+
.border-pzh-red{
|
|
1026
|
+
--tw-border-opacity: 1;
|
|
1027
|
+
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
1028
|
+
}
|
|
1029
|
+
|
|
996
1030
|
.border-opacity-35{
|
|
997
1031
|
--tw-border-opacity: 0.35;
|
|
998
1032
|
}
|
|
@@ -1001,6 +1035,10 @@ select{
|
|
|
1001
1035
|
--tw-border-opacity: 0.1;
|
|
1002
1036
|
}
|
|
1003
1037
|
|
|
1038
|
+
.border-opacity-100{
|
|
1039
|
+
--tw-border-opacity: 1;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1004
1042
|
.bg-pzh-blue{
|
|
1005
1043
|
--tw-bg-opacity: 1;
|
|
1006
1044
|
background-color: rgb(40 31 107 / var(--tw-bg-opacity));
|
|
@@ -1021,6 +1059,11 @@ select{
|
|
|
1021
1059
|
background-color: rgb(0 128 77 / var(--tw-bg-opacity));
|
|
1022
1060
|
}
|
|
1023
1061
|
|
|
1062
|
+
.bg-pzh-cool-gray-light{
|
|
1063
|
+
--tw-bg-opacity: 1;
|
|
1064
|
+
background-color: rgb(191 191 191 / var(--tw-bg-opacity));
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1024
1067
|
.bg-pzh-cool-gray-dark{
|
|
1025
1068
|
--tw-bg-opacity: 1;
|
|
1026
1069
|
background-color: rgb(92 92 92 / var(--tw-bg-opacity));
|
|
@@ -1218,6 +1261,10 @@ select{
|
|
|
1218
1261
|
font-style: italic;
|
|
1219
1262
|
}
|
|
1220
1263
|
|
|
1264
|
+
.leading-\[30px\]{
|
|
1265
|
+
line-height: 30px;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1221
1268
|
.leading-normal{
|
|
1222
1269
|
line-height: 1.5;
|
|
1223
1270
|
}
|
|
@@ -1418,10 +1465,6 @@ h6,
|
|
|
1418
1465
|
font-weight: 700;
|
|
1419
1466
|
}
|
|
1420
1467
|
|
|
1421
|
-
.svg-inline--fa:not(.text-xs):not(.text-sm):not(.text-base):not(.text-lg):not(.text-2xl):not(.text-3xl):not(.text-4xl):not(.text-5xl):not(.text-6xl) {
|
|
1422
|
-
font-size: 14px;
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
1468
|
.pzh-transition-colors{
|
|
1426
1469
|
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
|
|
1427
1470
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
@@ -1517,6 +1560,11 @@ h6,
|
|
|
1517
1560
|
--tw-text-opacity: 0.55;
|
|
1518
1561
|
}
|
|
1519
1562
|
|
|
1563
|
+
.pzh-form-error, .pzh-form-checkbox.pzh-form-error + span:before, .pzh-form-radio:checked.pzh-form-error + span:before, .pzh-form-radio:not(:checked).pzh-form-error + span:before{
|
|
1564
|
+
--tw-border-opacity: 1;
|
|
1565
|
+
border-color: rgb(209 31 61 / var(--tw-border-opacity));
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1520
1568
|
.pzh-form-radio:checked + span:before, .pzh-form-radio:not(:checked) + span:before{
|
|
1521
1569
|
position: absolute;
|
|
1522
1570
|
left: 0px;
|
|
@@ -1623,10 +1671,6 @@ h6,
|
|
|
1623
1671
|
color: rgb(74 85 104 / var(--tw-text-opacity));
|
|
1624
1672
|
}
|
|
1625
1673
|
|
|
1626
|
-
.svg-inline--fa:not(.form-field-label):not(.text-sm):not(.text-base):not(.text-lg):not(.text-2xl):not(.text-3xl):not(.text-4xl):not(.text-5xl):not(.text-6xl) {
|
|
1627
|
-
font-size: 14px;
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
1674
|
.form-field-description{
|
|
1631
1675
|
margin-bottom: 0.5rem;
|
|
1632
1676
|
font-size: 0.875rem;
|
|
@@ -1634,10 +1678,6 @@ h6,
|
|
|
1634
1678
|
color: rgb(74 85 104 / var(--tw-text-opacity));
|
|
1635
1679
|
}
|
|
1636
1680
|
|
|
1637
|
-
.svg-inline--fa:not(.text-xs):not(.form-field-description):not(.text-base):not(.text-lg):not(.text-2xl):not(.text-3xl):not(.text-4xl):not(.text-5xl):not(.text-6xl) {
|
|
1638
|
-
font-size: 14px;
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
1681
|
/*
|
|
1642
1682
|
* React Datepicker
|
|
1643
1683
|
*/
|
package/src/tailwind.src.css
CHANGED
|
@@ -49,10 +49,6 @@ h6,
|
|
|
49
49
|
font-weight: 700;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.svg-inline--fa:not(.text-xs):not(.text-sm):not(.text-base):not(.text-lg):not(.text-2xl):not(.text-3xl):not(.text-4xl):not(.text-5xl):not(.text-6xl) {
|
|
53
|
-
font-size: 14px;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
52
|
.pzh-transition-colors {
|
|
57
53
|
@apply transition-colors duration-200 ease-in;
|
|
58
54
|
}
|
|
@@ -69,6 +65,13 @@ h6,
|
|
|
69
65
|
@apply block w-full pt-[15px] pb-[11px] placeholder-pzh-blue-dark placeholder-opacity-55 text-pzh-blue-dark border border-pzh-blue-dark border-opacity-35 rounded appearance-none leading-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;
|
|
70
66
|
}
|
|
71
67
|
|
|
68
|
+
.pzh-form-error,
|
|
69
|
+
.pzh-form-checkbox.pzh-form-error + span:before,
|
|
70
|
+
.pzh-form-radio:checked.pzh-form-error + span:before,
|
|
71
|
+
.pzh-form-radio:not(:checked).pzh-form-error + span:before {
|
|
72
|
+
@apply border-pzh-red;
|
|
73
|
+
}
|
|
74
|
+
|
|
72
75
|
.pzh-form-radio:checked + span:before,
|
|
73
76
|
.pzh-form-radio:not(:checked) + span:before {
|
|
74
77
|
@apply absolute left-0 top-0 w-[24px] h-[24px] border-pzh-blue-dark border border-opacity-35 bg-pzh-form rounded-full;
|