@utrecht/component-library-css 1.0.0-alpha.239 → 1.0.0-alpha.241

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 +10 -7
  2. 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-color: var(--utrecht-color-white);
1957
- background-color: var(--utrecht-color-red-40);
1958
- border: 2px solid var(--utrecht-color-white);
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
- color: var(--utrecht-color-white);
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: 2.4em;
1963
- width: 2.4em;
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-end: 0.6em;
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.239",
2
+ "version": "1.0.0-alpha.241",
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.232",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.234",
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": "f95889ec92a7814c710998573fcf0d8a471af3af"
30
+ "gitHead": "acd6835a71ec961f1ccff9d0a7c7b0b7240cae55"
31
31
  }