@utrecht/component-library-css 1.0.0-alpha.597 → 1.0.0-alpha.598

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 +4 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -102,6 +102,10 @@
102
102
  padding-inline-start: var(--utrecht-accordion-panel-padding-inline-start);
103
103
  }
104
104
 
105
+ .utrecht-accordion__header {
106
+ --utrecht-space-around: 0;
107
+ }
108
+
105
109
  /**
106
110
  * @license EUPL-1.2
107
111
  * Copyright (c) 2020-2022 Gemeente Utrecht
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.597",
2
+ "version": "1.0.0-alpha.598",
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": "655b3d4edbd463f58550cf8c045df08c94e3bb6f"
29
+ "gitHead": "cd0503079f065f9e0d7ce06e4bdd0f2bf222e894"
30
30
  }