@udir-design/theme 1.0.0-beta.4 → 1.0.0-beta.6

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.
package/dist/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /* build: v1.1.6 */
1
+ /* build: v1.4.0 */
2
2
  import type {} from '@digdir/designsystemet/types';
3
3
 
4
4
  // Augment types based on theme
package/dist/udir.css CHANGED
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /*
3
- build: v1.1.6
4
- design-tokens: v1.1.0
3
+ build: v1.4.0
4
+ design-tokens: v1.4.0
5
5
  */
6
6
 
7
7
  @layer ds.theme.color-scheme.light {
@@ -408,8 +408,8 @@ design-tokens: v1.1.0
408
408
  --ds-border-radius-scale: 0.25rem;
409
409
  --ds-border-radius-sm: min(var(--ds-border-radius-base)*0.5,var(--ds-border-radius-scale));
410
410
  --ds-border-radius-md: min(var(--ds-border-radius-base),var(--ds-border-radius-scale)*2);
411
- --ds-border-radius-lg: min(var(--ds-border-radius-base)*2,var(--ds-border-radius-scale)*3);
412
- --ds-border-radius-xl: min(var(--ds-border-radius-base)*3,var(--ds-border-radius-scale)*4);
411
+ --ds-border-radius-lg: min(var(--ds-border-radius-base)*2,var(--ds-border-radius-scale)*5);
412
+ --ds-border-radius-xl: min(var(--ds-border-radius-base)*3,var(--ds-border-radius-scale)*7);
413
413
  --ds-border-radius-default: var(--ds-border-radius-base);
414
414
  --ds-border-radius-full: 624.9375rem;
415
415
  --ds-border-width-default: 1px;
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "directory": "@udir-design/theme"
7
7
  },
8
8
  "license": "MIT",
9
- "version": "1.0.0-beta.4",
9
+ "version": "1.0.0-beta.6",
10
10
  "type": "module",
11
11
  "exports": {
12
12
  ".": {
@@ -18,7 +18,7 @@
18
18
  "./dist"
19
19
  ],
20
20
  "dependencies": {
21
- "@digdir/designsystemet": "1.1.6"
21
+ "@digdir/designsystemet": "1.4.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "rimraf": "^6.0.1",