@utrecht/component-library-css 1.0.0-alpha.286 → 1.0.0-alpha.289

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 +4 -2
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -1940,15 +1940,17 @@ however browsers don't seem to have implemented great looking supixel tweening y
1940
1940
  * Copyright (c) 2021 Gemeente Utrecht
1941
1941
  */
1942
1942
  .utrecht-link-social {
1943
- --utrecht-icon-size: var(--utrecht-link-social-size);
1943
+ --utrecht-icon-size: var(--utrecht-link-social-icon-size);
1944
+ align-items: center;
1944
1945
  background-color: var(--utrecht-link-social-background-color);
1945
1946
  border-color: var(--utrecht-link-social-border-color);
1946
1947
  border-radius: 50%;
1947
1948
  border-style: solid;
1948
1949
  border-width: var(--utrecht-link-social-border-width);
1949
1950
  color: var(--utrecht-link-social-color);
1950
- display: inline-block;
1951
+ display: inline-flex;
1951
1952
  height: var(--utrecht-link-social-size);
1953
+ justify-content: center;
1952
1954
  text-align: center;
1953
1955
  width: var(--utrecht-link-social-size);
1954
1956
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.286",
2
+ "version": "1.0.0-alpha.289",
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.279",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.282",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
22
  "sass": "1.54.0"
@@ -27,5 +27,5 @@
27
27
  "clean": "rimraf dist/"
28
28
  },
29
29
  "main": "dist/index.css",
30
- "gitHead": "f6e3262dcd11287aeb47531bd919fb6fa09e73b8"
30
+ "gitHead": "81e71ff27224380638198a64761aa6939fab1d38"
31
31
  }