@pzh-ui/css 0.0.52 → 0.0.53
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 +8 -0
- package/src/tailwind.src.css +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.53",
|
|
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": "010598f76ac34e0d179fbccf22dfe74f81dfc0c2",
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"tailwindcss": "^3.0.23"
|
|
26
26
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -2594,6 +2594,14 @@ b {
|
|
|
2594
2594
|
box-shadow: none !important;
|
|
2595
2595
|
}
|
|
2596
2596
|
|
|
2597
|
+
.ProseMirror p.is-editor-empty:first-child::before {
|
|
2598
|
+
content: attr(data-placeholder);
|
|
2599
|
+
float: left;
|
|
2600
|
+
color: #adb5bd;
|
|
2601
|
+
pointer-events: none;
|
|
2602
|
+
height: 0;
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2597
2605
|
.marker\:text-pzh-blue-dark *::marker {
|
|
2598
2606
|
--tw-text-opacity: 1;
|
|
2599
2607
|
color: rgb(22 17 59 / var(--tw-text-opacity));
|
package/src/tailwind.src.css
CHANGED
|
@@ -305,3 +305,11 @@ b {
|
|
|
305
305
|
.pzh-select-input input {
|
|
306
306
|
box-shadow: none !important;
|
|
307
307
|
}
|
|
308
|
+
|
|
309
|
+
.ProseMirror p.is-editor-empty:first-child::before {
|
|
310
|
+
content: attr(data-placeholder);
|
|
311
|
+
float: left;
|
|
312
|
+
color: #adb5bd;
|
|
313
|
+
pointer-events: none;
|
|
314
|
+
height: 0;
|
|
315
|
+
}
|