@pzh-ui/css 0.0.53 → 0.0.55

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/config/index.js CHANGED
@@ -239,6 +239,12 @@ module.exports = {
239
239
  p: {
240
240
  margin: 0,
241
241
  },
242
+ '&>ol': {
243
+ margin: 0,
244
+ },
245
+ '&>ul': {
246
+ margin: 0,
247
+ },
242
248
  },
243
249
  },
244
250
  },
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.55",
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": "028147ecc533985d8fd8b0b5e72f9186a661ef7e",
24
24
  "devDependencies": {
25
25
  "tailwindcss": "^3.0.23"
26
26
  }
package/src/tailwind.css CHANGED
@@ -1054,6 +1054,14 @@ select {
1054
1054
  margin: 0;
1055
1055
  }
1056
1056
 
1057
+ .prose :where(li):not(:where([class~="not-prose"] *))>ol {
1058
+ margin: 0;
1059
+ }
1060
+
1061
+ .prose :where(li):not(:where([class~="not-prose"] *))>ul {
1062
+ margin: 0;
1063
+ }
1064
+
1057
1065
  .prose :where(ol > li):not(:where([class~="not-prose"] *)) {
1058
1066
  padding-left: 0.375em;
1059
1067
  }
@@ -1274,6 +1282,10 @@ select {
1274
1282
  margin: 0px;
1275
1283
  }
1276
1284
 
1285
+ .m-0\.5 {
1286
+ margin: 0.125rem;
1287
+ }
1288
+
1277
1289
  .mx-auto {
1278
1290
  margin-left: auto;
1279
1291
  margin-right: auto;
@@ -1432,6 +1444,10 @@ select {
1432
1444
  height: 8px;
1433
1445
  }
1434
1446
 
1447
+ .h-7 {
1448
+ height: 1.75rem;
1449
+ }
1450
+
1435
1451
  .min-h-screen {
1436
1452
  min-height: 100vh;
1437
1453
  }
@@ -1460,8 +1476,8 @@ select {
1460
1476
  width: 8px;
1461
1477
  }
1462
1478
 
1463
- .w-8 {
1464
- width: 2rem;
1479
+ .w-7 {
1480
+ width: 1.75rem;
1465
1481
  }
1466
1482
 
1467
1483
  .max-w-screen-xl {
@@ -2068,6 +2084,11 @@ select {
2068
2084
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2069
2085
  }
2070
2086
 
2087
+ .outline-none {
2088
+ outline: 2px solid transparent;
2089
+ outline-offset: 2px;
2090
+ }
2091
+
2071
2092
  .blur {
2072
2093
  --tw-blur: blur(8px);
2073
2094
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
@@ -2595,9 +2616,9 @@ b {
2595
2616
  }
2596
2617
 
2597
2618
  .ProseMirror p.is-editor-empty:first-child::before {
2619
+ color: rgb(22 17 59 / 0.55);
2598
2620
  content: attr(data-placeholder);
2599
2621
  float: left;
2600
- color: #adb5bd;
2601
2622
  pointer-events: none;
2602
2623
  height: 0;
2603
2624
  }
@@ -2724,6 +2745,11 @@ b {
2724
2745
  opacity: 1;
2725
2746
  }
2726
2747
 
2748
+ .prose-li\:my-0 :is(:where(li):not(:where([class~="not-prose"] *))) {
2749
+ margin-top: 0px;
2750
+ margin-bottom: 0px;
2751
+ }
2752
+
2727
2753
  @media (min-width: 640px) {
2728
2754
  .sm\:my-8 {
2729
2755
  margin-top: 2rem;
@@ -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
  }