@midas-ds/components 17.13.0 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/index.js +1 -1
  3. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
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
+
7
+ ## 17.13.2 (2026-04-22)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated theme to 3.14.1
12
+
13
+ ## 17.13.1 (2026-04-22)
14
+
15
+ This was a version bump only for components to align it with other projects, there were no code changes.
16
+
1
17
  ## 17.13.0 (2026-04-20)
2
18
 
3
19
  ### 🚀 Features
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.0", 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.0",
17
+ "version": "17.13.3",
18
18
  "module": "./index.js",
19
19
  "type": "module",
20
20
  "main": "./index.js",
@@ -41,7 +41,10 @@
41
41
  "./*": "./*/index.js"
42
42
  },
43
43
  "dependencies": {
44
- "@midas-ds/theme": "3.14.0",
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
  }