@utrecht/component-library-css 3.0.1-alpha.6 → 3.0.1-alpha.8

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 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3625,6 +3625,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3625
3625
  .utrecht-link-list__item {
3626
3626
  --utrecht-icon-size: var(--utrecht-link-list-icon-size);
3627
3627
  --utrecht-link-icon-size: var(--utrecht-link-list-icon-size);
3628
+ --utrecht-icon-inset-block-start: var(--utrecht-link-list-icon-inset-block-start);
3628
3629
  display: block;
3629
3630
  font-weight: var(--utrecht-link-list-item-font-weight);
3630
3631
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.1-alpha.6",
2
+ "version": "3.0.1-alpha.8",
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",