@utrecht/component-library-css 1.0.0-alpha.153 → 1.0.0-alpha.154

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.
package/dist/bem.css CHANGED
@@ -1619,7 +1619,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
1619
1619
  .utrecht-sidenav__item span:not(.utrecht-sidenav__item:last-child span, .utrecht-sidenav__item--has-children span:first-of-type) {
1620
1620
  border-block-end: 1px solid var(--utrecht-color-grey-80);
1621
1621
  display: block;
1622
- margin-inline-start: var(--utrecht-space-inline-sm);
1622
+ margin-inline-start: var(--utrecht-space-inline-lg);
1623
1623
  }
1624
1624
 
1625
1625
  /* Remove bottom padding form first item in list with children */
package/dist/index.css CHANGED
@@ -1659,7 +1659,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
1659
1659
  .utrecht-sidenav__item span:not(.utrecht-sidenav__item:last-child span, .utrecht-sidenav__item--has-children span:first-of-type) {
1660
1660
  border-block-end: 1px solid var(--utrecht-color-grey-80);
1661
1661
  display: block;
1662
- margin-inline-start: var(--utrecht-space-inline-sm);
1662
+ margin-inline-start: var(--utrecht-space-inline-lg);
1663
1663
  }
1664
1664
 
1665
1665
  /* Remove bottom padding form first item in list with children */
@@ -5285,7 +5285,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
5285
5285
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
5286
5286
  /**
5287
5287
  * Do not edit directly
5288
- * Generated on Wed, 15 Dec 2021 11:01:47 GMT
5288
+ * Generated on Thu, 16 Dec 2021 16:15:51 GMT
5289
5289
  */
5290
5290
  :root {
5291
5291
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
@@ -5,7 +5,7 @@
5
5
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
6
6
  /**
7
7
  * Do not edit directly
8
- * Generated on Wed, 15 Dec 2021 11:01:47 GMT
8
+ * Generated on Thu, 16 Dec 2021 16:15:51 GMT
9
9
  */
10
10
  :root {
11
11
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.153",
2
+ "version": "1.0.0-alpha.154",
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",
@@ -16,7 +16,7 @@
16
16
  "url": "git@github.com:nl-design-system/utrecht.git"
17
17
  },
18
18
  "devDependencies": {
19
- "@utrecht/design-tokens": "1.0.0-alpha.146",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.147",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
22
  "sass": "1.44.0"
@@ -26,5 +26,5 @@
26
26
  "build": "sass src/:dist/ --load-path=../../node_modules/ --no-source-map",
27
27
  "clean": "rimraf dist/"
28
28
  },
29
- "gitHead": "a2138d83cfe4d0498ad93f5951c7c46bb643ae37"
29
+ "gitHead": "c77868c9bfba989e6bf286ec26a3889976351557"
30
30
  }