@utrecht/component-library-css 1.0.0-alpha.287 → 1.0.0-alpha.288
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/index.css +4 -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-
|
|
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.
|
|
2
|
+
"version": "1.0.0-alpha.288",
|
|
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.
|
|
19
|
+
"@utrecht/design-tokens": "1.0.0-alpha.281",
|
|
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": "
|
|
30
|
+
"gitHead": "4b3aebc3d1d57e133a7835ee9cb4537401e359d7"
|
|
31
31
|
}
|