@utrecht/component-library-css 1.0.0-alpha.486 → 1.0.0-alpha.487

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
@@ -1447,7 +1447,7 @@ ol.utrecht-breadcrumb__list {
1447
1447
 
1448
1448
  .utrecht-calendar__navigation-label {
1449
1449
  color: var(--utrecht-calendar-navigation-label-color);
1450
- font-size: var(--utrecht-calendar-navigation-label-min-font-size);
1450
+ font-size: var(--utrecht-calendar-navigation-label-font-size);
1451
1451
  text-align: center;
1452
1452
  }
1453
1453
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.486",
2
+ "version": "1.0.0-alpha.487",
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": "9879cb9024300cddc23f6039e68cdbd661915478"
29
+ "gitHead": "861aa328fa43784a4c6cdd50c69765fde039ebe2"
30
30
  }