@digdir/designsystemet-react 0.56.1 → 0.56.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.
@@ -1687,7 +1687,7 @@
1687
1687
  }
1688
1688
 
1689
1689
  .fds-radio-container-7a9bd584:has(.fds-radio-label-7a9bd584) {
1690
- grid-template-columns: var(--fds-checkbox-size) auto;
1690
+ grid-template-columns: var(--fds-radio-size) auto;
1691
1691
  gap: var(--fds-spacing-2);
1692
1692
  }
1693
1693
 
@@ -1687,7 +1687,7 @@
1687
1687
  }
1688
1688
 
1689
1689
  .fds-radio-container-7a9bd584:has(.fds-radio-label-7a9bd584) {
1690
- grid-template-columns: var(--fds-checkbox-size) auto;
1690
+ grid-template-columns: var(--fds-radio-size) auto;
1691
1691
  gap: var(--fds-spacing-2);
1692
1692
  }
1693
1693
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/designsystemet-react",
3
- "version": "0.56.1",
3
+ "version": "0.56.2",
4
4
  "description": "React components for Designsystemet",
5
5
  "author": "Designsystemet team",
6
6
  "repository": "https://github.com/digdir/designsystemet",
@@ -43,5 +43,5 @@
43
43
  "rollup": "^4.12.1",
44
44
  "typescript": "^5.4.2"
45
45
  },
46
- "gitHead": "ca18e725b2c6100d879c95e2374d126db6696266"
46
+ "gitHead": "a17f90e3f70b4b2554aeb328734323f7f7849cd3"
47
47
  }