@midas-ds/components 16.8.5 → 16.8.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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 16.8.6 (2026-02-16)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated theme to 3.10.8
6
+
1
7
  ## 16.8.5 (2026-02-16)
2
8
 
3
9
  ### 🩹 Fixes
package/index.js CHANGED
@@ -50,7 +50,7 @@ import { c as za } from "./chunks/clsx-AexbMWKp.js";
50
50
  import { DialogTrigger as Qa, MenuTrigger as Va, RouterProvider as Za } from "react-aria-components";
51
51
  import { u as qa } from "./chunks/useLocalizedStringFormatter-BHvsRxDk.js";
52
52
  import { useToastState as Ka } from "react-stately";
53
- const o = "16.8.5", a = {
53
+ const o = "16.8.6", 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": "16.8.5",
17
+ "version": "16.8.6",
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.10.7",
44
+ "@midas-ds/theme": "3.10.8",
45
45
  "react-aria-components": "1.14.0"
46
46
  }
47
47
  }