@navikt/ds-css 5.17.1 → 5.17.2

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.
@@ -143,6 +143,10 @@
143
143
  height: 1.5rem;
144
144
  transform: translate(var(--a-spacing-1-alt));
145
145
  pointer-events: none;
146
+
147
+ /* Fixed edcase where when using in shadow-dom, svg will not center */
148
+ display: flex;
149
+ align-items: center;
146
150
  }
147
151
 
148
152
  .navds-checkbox--small .navds-checkbox__input:checked + .navds-checkbox__label > .navds-checkbox__icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "5.17.1",
3
+ "version": "5.17.2",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^5.17.1",
30
+ "@navikt/ds-tokens": "^5.17.2",
31
31
  "cssnano": "6.0.0",
32
32
  "fast-glob": "3.2.11",
33
33
  "lodash": "4.17.21",