@utrecht/component-library-css 1.0.0-alpha.575 → 1.0.0-alpha.576

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/index.css +22 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -4211,6 +4211,28 @@ however browsers don't seem to have implemented great looking supixel tweening y
4211
4211
  outline-style: revert;
4212
4212
  }
4213
4213
 
4214
+ /**
4215
+ * @license EUPL-1.2
4216
+ * Copyright (c) 2021 The Knights Who Say NIH! B.V.
4217
+ * Copyright (c) 2021 Gemeente Utrecht
4218
+ */
4219
+ /**
4220
+ * @license EUPL-1.2
4221
+ * Copyright (c) 2021 Gemeente Utrecht
4222
+ * Copyright (c) 2021 Robbert Broersma
4223
+ */
4224
+ .utrecht-multiline-data {
4225
+ white-space: pre-line;
4226
+ /* stylelint-disable-next-line property-no-unknown */
4227
+ white-space-collapse: preserve-breaks;
4228
+ }
4229
+
4230
+ .utrecht-multiline-data--html-pre {
4231
+ font-family: inherit;
4232
+ margin-block-end: 0;
4233
+ margin-block-start: 0;
4234
+ }
4235
+
4214
4236
  /**
4215
4237
  * @license EUPL-1.2
4216
4238
  * Copyright (c) 2021 The Knights Who Say NIH! B.V.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.575",
2
+ "version": "1.0.0-alpha.576",
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": "2b2107c947c96482ad07e384026411186e38102d"
29
+ "gitHead": "f36c0b0a2911dceab5b827f00076101e2687a24a"
30
30
  }