@utrecht/component-library-css 1.0.0-alpha.504 → 1.0.0-alpha.505

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 +11 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -2981,6 +2981,17 @@ ol.utrecht-breadcrumb__list {
2981
2981
  width: var(--utrecht-icon-size);
2982
2982
  }
2983
2983
 
2984
+ .utrecht-icon svg {
2985
+ /*
2986
+ * Override the width of SVGs when they are hardcoded, and avoid oversized SVG icons.
2987
+ * For example:
2988
+ *
2989
+ * <svg width="128px" height="128px">
2990
+ */
2991
+ height: 100%;
2992
+ width: 100%;
2993
+ }
2994
+
2984
2995
  /**
2985
2996
  * @license EUPL-1.2
2986
2997
  * Copyright (c) 2020-2022 Gemeente Utrecht
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.504",
2
+ "version": "1.0.0-alpha.505",
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": "bb22d95614856b676624220c41cbf2705adda624"
29
+ "gitHead": "fd996e89968a74555bbda4111cc697e5af0a57b8"
30
30
  }