@pzh-ui/css 0.0.52 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.52",
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": "3d694fda190b2f40525b065b6f47e25d89b63eca",
23
+ "gitHead": "55b7cd866dec22b35190a3b3c4e6814ab6e424b0",
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
+ color: rgb(22 17 59 / 0.55);
2599
+ content: attr(data-placeholder);
2600
+ float: left;
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));
@@ -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
+ @apply text-pzh-blue-dark/55;
311
+ content: attr(data-placeholder);
312
+ float: left;
313
+ pointer-events: none;
314
+ height: 0;
315
+ }