@midas-ds/components 17.10.0 → 17.10.1

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.10.1 (2026-03-24)
2
+
3
+ ### 🏭 Refactoring
4
+
5
+ - **components, layout:** remove es2022 array method ([c75c7ace5d](https://github.com/migrationsverket/midas/commit/c75c7ace5d))
6
+
1
7
  ## 17.10.0 (2026-03-19)
2
8
 
3
9
  ### 🚀 Features
@@ -378,7 +378,7 @@ const K = [
378
378
  }
379
379
  ) : null;
380
380
  }, De = () => {
381
- const { items: t, clientSideRouter: n, clientSideHref: r } = f(), i = k(C), s = t.at(0)?.items;
381
+ const { items: t, clientSideRouter: n, clientSideHref: r } = f(), i = k(C), s = t?.[0]?.items;
382
382
  return /* @__PURE__ */ e(
383
383
  "nav",
384
384
  {
package/index.js CHANGED
@@ -22,7 +22,7 @@ import { G as to } from "./chunks/GridItem-z7zclNdT.js";
22
22
  import { H as po } from "./chunks/Heading-nfcRc2QF.js";
23
23
  import { I as mo } from "./chunks/InfoBanner-CWLvkP6D.js";
24
24
  import { L as fo } from "./chunks/Label-Cg0aAlnt.js";
25
- import { H as To, L as lo, N as co, S as go, a as uo } from "./chunks/Layout-BLP0HVR-.js";
25
+ import { H as To, L as lo, N as co, S as go, a as uo } from "./chunks/Layout-DLe0UoSw.js";
26
26
  import { L as Co } from "./chunks/Link-CyY3-8M8.js";
27
27
  import { L as bo } from "./chunks/LinkButton-DWKAbxXF.js";
28
28
  import { L as Io, a as Do } from "./chunks/Logo-DDykn5b2.js";
@@ -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.0", a = {
53
+ const o = "17.10.1", a = {
54
54
  version: o
55
55
  }, r = a.version;
56
56
  export {
package/layout/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { H as e, L as s, N as b, S as d, a as i } from "../chunks/Layout-BLP0HVR-.js";
1
+ import { H as e, L as s, N as b, S as d, a as i } from "../chunks/Layout-DLe0UoSw.js";
2
2
  export {
3
3
  e as Header,
4
4
  s as Layout,
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.0",
17
+ "version": "17.10.1",
18
18
  "module": "./index.js",
19
19
  "type": "module",
20
20
  "main": "./index.js",