@utrecht/component-library-css 1.0.0-alpha.374 → 1.0.0-alpha.375

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.
Files changed (2) hide show
  1. package/dist/html.css +13 -0
  2. package/package.json +2 -2
package/dist/html.css CHANGED
@@ -775,6 +775,19 @@ however browsers don't seem to have implemented great looking supixel tweening y
775
775
  background-color: var(--utrecht-mark-background-color, revert);
776
776
  color: var(--utrecht-mark-color, revert);
777
777
  }
778
+ @media print {
779
+ .utrecht-html mark {
780
+ outline-color: currentColor;
781
+ outline-style: dotted;
782
+ outline-width: 0.1em;
783
+ }
784
+ }
785
+ @media screen and (-ms-high-contrast: active) {
786
+ .utrecht-html mark {
787
+ background-color: Highlight;
788
+ color: HighlightText;
789
+ }
790
+ }
778
791
  .utrecht-html h1 {
779
792
  page-break-after: avoid;
780
793
  page-break-inside: avoid;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.374",
2
+ "version": "1.0.0-alpha.375",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "f5754a1c32c72a9d3116ff4bc7ac60678012e057"
29
+ "gitHead": "0e80f262bb13ccd133b063e64eb711a0fff2cac7"
30
30
  }