@utrecht/component-library-css 1.0.0-alpha.131 → 1.0.0-alpha.132

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
@@ -1639,7 +1639,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
1639
1639
  padding-block-end: var(--utrecht-space-block-xs);
1640
1640
  padding-block-start: var(--utrecht-space-block-xs);
1641
1641
  padding-inline-end: var(--utrecht-space-inline-3xs);
1642
- padding-inline-start: var(--utrecht-space-inline-lg);
1642
+ padding-inline-start: var(--utrecht-space-inline-xl);
1643
1643
  text-decoration: none;
1644
1644
  }
1645
1645
 
@@ -1652,7 +1652,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
1652
1652
  padding-block-end: var(--utrecht-space-block-2xs);
1653
1653
  padding-block-start: var(--utrecht-space-block-2xs);
1654
1654
  padding-inline-end: var(--utrecht-space-inline-3xs);
1655
- padding-inline-start: var(--utrecht-space-inline-lg);
1655
+ padding-inline-start: var(--utrecht-space-inline-xl);
1656
1656
  text-decoration: none;
1657
1657
  }
1658
1658
 
package/dist/index.css CHANGED
@@ -1679,7 +1679,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
1679
1679
  padding-block-end: var(--utrecht-space-block-xs);
1680
1680
  padding-block-start: var(--utrecht-space-block-xs);
1681
1681
  padding-inline-end: var(--utrecht-space-inline-3xs);
1682
- padding-inline-start: var(--utrecht-space-inline-lg);
1682
+ padding-inline-start: var(--utrecht-space-inline-xl);
1683
1683
  text-decoration: none;
1684
1684
  }
1685
1685
 
@@ -1692,7 +1692,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
1692
1692
  padding-block-end: var(--utrecht-space-block-2xs);
1693
1693
  padding-block-start: var(--utrecht-space-block-2xs);
1694
1694
  padding-inline-end: var(--utrecht-space-inline-3xs);
1695
- padding-inline-start: var(--utrecht-space-inline-lg);
1695
+ padding-inline-start: var(--utrecht-space-inline-xl);
1696
1696
  text-decoration: none;
1697
1697
  }
1698
1698
 
@@ -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 Fri, 26 Nov 2021 09:18:08 GMT
5288
+ * Generated on Fri, 26 Nov 2021 10:31:57 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 Fri, 26 Nov 2021 09:18:08 GMT
8
+ * Generated on Fri, 26 Nov 2021 10:31:57 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.131",
2
+ "version": "1.0.0-alpha.132",
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.124",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.125",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
22
  "sass": "1.43.4"
@@ -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": "59c60bc6c89176bf94785682f27d355c56a93eb8"
29
+ "gitHead": "8ebf867e154c182d56ca3ba7cfdda263729b32bb"
30
30
  }