@utrecht/component-library-css 1.0.0-alpha.240 → 1.0.0-alpha.243
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 +10 -7
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -1953,18 +1953,21 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1953
1953
|
* Copyright (c) 2021 Gemeente Utrecht
|
|
1954
1954
|
*/
|
|
1955
1955
|
.utrecht-link-social {
|
|
1956
|
-
--utrecht-icon-
|
|
1957
|
-
background-color: var(--utrecht-
|
|
1958
|
-
border:
|
|
1956
|
+
--utrecht-icon-size: var(--utrecht-link-social-size);
|
|
1957
|
+
background-color: var(--utrecht-link-social-background-color);
|
|
1958
|
+
border-color: var(--utrecht-link-social-border-color);
|
|
1959
1959
|
border-radius: 50%;
|
|
1960
|
-
|
|
1960
|
+
border-style: solid;
|
|
1961
|
+
border-width: var(--utrecht-link-social-border-width);
|
|
1962
|
+
color: var(--utrecht-link-social-color);
|
|
1961
1963
|
display: inline-block;
|
|
1962
|
-
height:
|
|
1963
|
-
|
|
1964
|
+
height: var(--utrecht-link-social-size);
|
|
1965
|
+
text-align: center;
|
|
1966
|
+
width: var(--utrecht-link-social-size);
|
|
1964
1967
|
}
|
|
1965
1968
|
|
|
1966
1969
|
.utrecht-link-social--distanced {
|
|
1967
|
-
margin-inline-
|
|
1970
|
+
margin-inline-start: var(--utrecht-link-social-margin-inline-start);
|
|
1968
1971
|
}
|
|
1969
1972
|
|
|
1970
1973
|
/**
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.243",
|
|
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.236",
|
|
20
20
|
"node-sass-package-importer": "5.3.2",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
22
|
"sass": "1.51.0"
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"clean": "rimraf dist/"
|
|
28
28
|
},
|
|
29
29
|
"main": "dist/index.css",
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "24ad44d10ac246ae8ec4ae4a6b72f187a8a49e21"
|
|
31
31
|
}
|