@digdir/designsystemet-react 1.3.0 → 1.5.0

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.
@@ -9,7 +9,7 @@ export type SwitchProps = MergeRight<DefaultProps & Omit<InputHTMLAttributes<HTM
9
9
  */
10
10
  'aria-label'?: string;
11
11
  /**
12
- * Radio label
12
+ * Switch label
13
13
  */
14
14
  label?: ReactNode;
15
15
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@digdir/designsystemet-react",
3
3
  "type": "module",
4
- "version": "1.3.0",
4
+ "version": "1.5.0",
5
5
  "description": "React components for Designsystemet",
6
6
  "author": "Designsystemet team",
7
7
  "repository": {
@@ -36,39 +36,39 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@floating-ui/dom": "^1.7.3",
39
+ "@floating-ui/dom": "^1.7.4",
40
40
  "@floating-ui/react": "0.26.23",
41
- "@navikt/aksel-icons": "^7.28.1",
41
+ "@navikt/aksel-icons": "^7.29.1",
42
42
  "@radix-ui/react-slot": "^1.2.3",
43
43
  "@tanstack/react-virtual": "^3.13.12",
44
44
  "@u-elements/u-combobox": "^1.0.1",
45
45
  "@u-elements/u-datalist": "^1.0.14",
46
- "@u-elements/u-details": "^0.1.3",
46
+ "@u-elements/u-details": "^0.1.5",
47
47
  "clsx": "^2.1.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@rollup/plugin-commonjs": "^28.0.6",
51
51
  "@rollup/plugin-node-resolve": "^16.0.1",
52
- "@storybook/addon-docs": "^9.1.2",
53
- "@storybook/addon-vitest": "^9.1.2",
54
- "@storybook/react-vite": "^9.1.2",
52
+ "@storybook/addon-docs": "^9.1.5",
53
+ "@storybook/addon-vitest": "^9.1.5",
54
+ "@storybook/react-vite": "^9.1.5",
55
55
  "@testing-library/dom": "^10.4.1",
56
- "@testing-library/jest-dom": "^6.7.0",
56
+ "@testing-library/jest-dom": "^6.8.0",
57
57
  "@testing-library/react": "^16.3.0",
58
58
  "@testing-library/user-event": "^14.6.1",
59
- "@types/react": "^19.1.10",
60
- "@types/react-dom": "^19.1.7",
59
+ "@types/react": "^19.1.12",
60
+ "@types/react-dom": "^19.1.9",
61
61
  "jsdom": "^26.1.0",
62
62
  "react": "^19.1.1",
63
63
  "react-dom": "^19.1.1",
64
64
  "rimraf": "^6.0.1",
65
- "rollup": "^4.46.2",
65
+ "rollup": "^4.50.1",
66
66
  "rollup-plugin-copy": "^3.5.0",
67
- "storybook": "^9.1.2",
68
- "tsx": "4.20.4",
67
+ "storybook": "^9.1.5",
68
+ "tsx": "4.20.5",
69
69
  "typescript": "^5.9.2",
70
- "@digdir/designsystemet": "^1.3.0",
71
- "@digdir/designsystemet-css": "^1.3.0"
70
+ "@digdir/designsystemet": "^1.5.0",
71
+ "@digdir/designsystemet-css": "^1.5.0"
72
72
  },
73
73
  "scripts": {
74
74
  "build": "pnpm run clean && tsc -b tsconfig.lib.json --emitDeclarationOnly false && rollup -c --bundleConfigAsCjs",