@utrecht/component-library-css 1.0.0-alpha.447 → 1.0.0-alpha.448

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 +3 -3
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -1244,9 +1244,9 @@ ol.utrecht-breadcrumb__list {
1244
1244
  padding-block-start: var(--utrecht-button-group-padding-block-start);
1245
1245
  }
1246
1246
 
1247
- .utrecht-button-group__button-link--horizontal,
1248
- .utrecht-button-group--horizontal .utrecht-button-link,
1249
- .utrecht-button-group:not(.utrecht-button-group--vertical) .utrecht-button-link {
1247
+ .utrecht-button-group__link-button--horizontal,
1248
+ .utrecht-button-group--horizontal .utrecht-link-button,
1249
+ .utrecht-button-group:not(.utrecht-button-group--vertical) .utrecht-link-button {
1250
1250
  --utrecht-button-padding-inline-end: 0;
1251
1251
  --utrecht-button-padding-inline-start: 0;
1252
1252
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.447",
2
+ "version": "1.0.0-alpha.448",
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": "a320e7e9833ecf9c0865a753e9d6be0801756d0a"
29
+ "gitHead": "c4e41a0c9d9ae719781c381a658220d29baca653"
30
30
  }