@pzh-ui/css 0.0.53 → 0.0.54
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 +1 -1
- 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.54",
|
|
4
4
|
"description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"publishConfig": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@tailwindcss/typography": "^0.5.9",
|
|
21
21
|
"react-datepicker": "^4.7.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "55b7cd866dec22b35190a3b3c4e6814ab6e424b0",
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"tailwindcss": "^3.0.23"
|
|
26
26
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -2595,9 +2595,9 @@ b {
|
|
|
2595
2595
|
}
|
|
2596
2596
|
|
|
2597
2597
|
.ProseMirror p.is-editor-empty:first-child::before {
|
|
2598
|
+
color: rgb(22 17 59 / 0.55);
|
|
2598
2599
|
content: attr(data-placeholder);
|
|
2599
2600
|
float: left;
|
|
2600
|
-
color: #adb5bd;
|
|
2601
2601
|
pointer-events: none;
|
|
2602
2602
|
height: 0;
|
|
2603
2603
|
}
|
package/src/tailwind.src.css
CHANGED