@pzh-ui/css 0.0.27 → 0.0.28
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 +0 -12
- package/src/tailwind.src.css +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.28",
|
|
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": "67fdc6ba4f0526fbec519af7679f5f388f98a08f",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1418,10 +1418,6 @@ h6,
|
|
|
1418
1418
|
font-weight: 700;
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
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
1421
|
.pzh-transition-colors{
|
|
1426
1422
|
transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
|
|
1427
1423
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
@@ -1623,10 +1619,6 @@ h6,
|
|
|
1623
1619
|
color: rgb(74 85 104 / var(--tw-text-opacity));
|
|
1624
1620
|
}
|
|
1625
1621
|
|
|
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
1622
|
.form-field-description{
|
|
1631
1623
|
margin-bottom: 0.5rem;
|
|
1632
1624
|
font-size: 0.875rem;
|
|
@@ -1634,10 +1626,6 @@ h6,
|
|
|
1634
1626
|
color: rgb(74 85 104 / var(--tw-text-opacity));
|
|
1635
1627
|
}
|
|
1636
1628
|
|
|
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
1629
|
/*
|
|
1642
1630
|
* React Datepicker
|
|
1643
1631
|
*/
|
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
|
}
|