@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.53",
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": "010598f76ac34e0d179fbccf22dfe74f81dfc0c2",
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
  }
@@ -307,9 +307,9 @@ b {
307
307
  }
308
308
 
309
309
  .ProseMirror p.is-editor-empty:first-child::before {
310
+ @apply text-pzh-blue-dark/55;
310
311
  content: attr(data-placeholder);
311
312
  float: left;
312
- color: #adb5bd;
313
313
  pointer-events: none;
314
314
  height: 0;
315
315
  }