@midas-ds/components 17.10.7 → 17.10.8

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 +12 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 17.10.8 (2026-03-26)
2
+
3
+ ### 🧪 Tests updated
4
+
5
+ - **components,menu:** clean up spec — remove duplicate test, drop wip comments ([c76b524d28](https://github.com/migrationsverket/midas/commit/c76b524d28))
6
+ - **components,menu:** migrate RAC test-utils experiment to use composeStories ([e55e27f2bd](https://github.com/migrationsverket/midas/commit/e55e27f2bd))
7
+ - **components,menu:** migrate spec to use composeStories ([5ffaf78336](https://github.com/migrationsverket/midas/commit/5ffaf78336))
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated theme to 3.12.15
12
+
1
13
  ## 17.10.7 (2026-03-26)
2
14
 
3
15
  ### 🩹 Fixes
package/index.js CHANGED
@@ -50,7 +50,7 @@ import { c as Qa } from "./chunks/clsx-AexbMWKp.js";
50
50
  import { DialogTrigger as Za, MenuTrigger as ja, RouterProvider as qa } from "react-aria-components";
51
51
  import { u as Ka } from "./chunks/useLocalizedStringFormatter-BHvsRxDk.js";
52
52
  import { useToastState as Wa } from "react-stately";
53
- const o = "17.10.7", a = {
53
+ const o = "17.10.8", a = {
54
54
  version: o
55
55
  }, r = a.version;
56
56
  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.10.7",
17
+ "version": "17.10.8",
18
18
  "module": "./index.js",
19
19
  "type": "module",
20
20
  "main": "./index.js",
@@ -41,7 +41,7 @@
41
41
  "./*": "./*/index.js"
42
42
  },
43
43
  "dependencies": {
44
- "@midas-ds/theme": "3.12.14",
44
+ "@midas-ds/theme": "3.12.15",
45
45
  "react-aria-components": "1.16.0"
46
46
  }
47
47
  }