@utrecht/component-library-css 1.0.0-alpha.383 → 1.0.0-alpha.384

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 -4
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -3131,8 +3131,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
3131
3131
  }
3132
3132
  /**
3133
3133
  * @license EUPL-1.2
3134
- * Copyright (c) 2021 Gemeente Utrecht
3134
+ * Copyright (c) 2022 The Knights Who Say NIH! B.V.
3135
+ * Copyright (c) 2022 Gemeente Utrecht
3135
3136
  */
3137
+ /* stylelint-disable scss/no-global-function-names */
3136
3138
  /**
3137
3139
  * @license EUPL-1.2
3138
3140
  * Copyright (c) 2021 Gemeente Utrecht
@@ -3155,11 +3157,15 @@ however browsers don't seem to have implemented great looking supixel tweening y
3155
3157
  width: var(--utrecht-link-social-size);
3156
3158
  }
3157
3159
 
3158
- .utrecht-link-social:hover {
3159
- transform: scale(var(--utrecht-link-social-hover-scale));
3160
+ .utrecht-link-social:hover,
3161
+ .utrecht-link-social--hover {
3162
+ background-color: var(--utrecht-link-social-hover-background-color, var(--utrecht-link-social-background-color));
3163
+ color: var(--utrecht-link-social-hover-color, var(--utrecht-link-social-color));
3164
+ transform: scale(var(--utrecht-link-social-hover-transform-scale));
3160
3165
  }
3161
3166
 
3162
- .utrecht-link-social:focus-visible {
3167
+ .utrecht-link-social:focus-visible,
3168
+ .utrecht-link-social--focus-visible {
3163
3169
  box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0) var(--utrecht-focus-inverse-outline-color, transparent);
3164
3170
  outline-color: var(--utrecht-focus-outline-color, transparent);
3165
3171
  outline-offset: var(--utrecht-focus-outline-offset, 0);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.383",
2
+ "version": "1.0.0-alpha.384",
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",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "5146d3d36e67bad54f7f90ee5d7944c345326d63"
29
+ "gitHead": "bff3cb942fc6eb489749205c805216b31f3eec46"
30
30
  }