@ks-digital/designsystem-themes 0.0.1-alpha.57 → 0.0.1-alpha.58

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.
@@ -569,7 +569,7 @@ design-tokens: v1.14.0
569
569
 
570
570
  @layer ds.theme.semantic {
571
571
  :root {
572
- --ds-border-radius-base: 1rem;
572
+ --ds-border-radius-base: 0.5rem;
573
573
  --ds-border-radius-scale: 0.25rem;
574
574
  --ds-border-radius-sm: min(
575
575
  var(--ds-border-radius-base) * 0.5,
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/ks-no/designsystem.git",
6
6
  "directory": "packages/themes"
7
7
  },
8
- "version": "0.0.1-alpha.57",
8
+ "version": "0.0.1-alpha.58",
9
9
  "license": "MIT",
10
10
  "private": false,
11
11
  "publishConfig": {