@midas-ds/components 17.13.2 → 17.13.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 17.13.3 (2026-04-24)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **components,layout:** add missing @react-aria and @react-stately dependencies ([2ae139e8c88](https://github.com/migrationsverket/midas/commit/2ae139e8c88))
6
+
1
7
  ## 17.13.2 (2026-04-22)
2
8
 
3
9
  ### 🧱 Updated Dependencies
package/index.js CHANGED
@@ -52,7 +52,7 @@ import { c as qa } from "./chunks/clsx-AexbMWKp.js";
52
52
  import { DialogTrigger as Ka, MenuTrigger as Ua, RouterProvider as Wa } from "react-aria-components";
53
53
  import { u as Ya } from "./chunks/useLocalizedStringFormatter-BHvsRxDk.js";
54
54
  import { useToastState as $a } from "react-stately";
55
- const o = "17.13.2", a = {
55
+ const o = "17.13.3", a = {
56
56
  version: o
57
57
  }, r = a.version;
58
58
  export {
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "description": "Midas Components",
15
15
  "homepage": "https://designsystem.migrationsverket.se/",
16
16
  "license": "CC0-1.0",
17
- "version": "17.13.2",
17
+ "version": "17.13.3",
18
18
  "module": "./index.js",
19
19
  "type": "module",
20
20
  "main": "./index.js",
@@ -42,6 +42,9 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@midas-ds/theme": "3.14.1",
45
+ "@react-aria/focus": "^3.21.5",
46
+ "@react-stately/toggle": "^3.9.5",
47
+ "@react-stately/utils": "^3.11.0",
45
48
  "react-aria-components": "1.16.0"
46
49
  }
47
50
  }