@utrecht/component-library-css 1.0.0-alpha.582 → 1.0.0-alpha.584

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -6511,7 +6511,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
6511
6511
  * Copyright (c) 2021 Robbert Broersma
6512
6512
  * Copyright (c) 2021 Gemeente Utrecht
6513
6513
  */
6514
- .utrecht-url {
6514
+ .utrecht-url-data {
6515
6515
  break-inside: avoid;
6516
6516
  font-variant-ligatures: none;
6517
6517
  hyphens: none;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.582",
2
+ "version": "1.0.0-alpha.584",
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": "26bb1f641d892e541fd25f0d41d86299e0c53c62"
29
+ "gitHead": "4766ef32fee6ce562eaed000704875bb894116fe"
30
30
  }