@midas-ds/components 16.8.0 → 16.8.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
+ ## 16.8.1 (2026-02-06)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **layout:** add boilerplate components ([ab85d70f46](https://github.com/migrationsverket/midas/commit/ab85d70f46))
6
+
1
7
  ## 16.8.0 (2026-02-06)
2
8
 
3
9
  ### 🚀 Features
package/index.d.ts CHANGED
@@ -41,4 +41,5 @@ export * from './tooltip';
41
41
  export * from './list-box';
42
42
  export * from './menu';
43
43
  export { useLocalizedStringFormatter } from './utils/intl';
44
+ export { clsx } from './utils/clsx';
44
45
  export { VERSION } from './version';
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
  import { A as s, a as p } from "./chunks/AccordionItem-CSvARy63.js";
3
3
  import { B as m, a as i } from "./chunks/BadgeContainer-CKVsfTlF.js";
4
- import { B as f, a as d } from "./chunks/Breadcrumb-BQ_nyDfo.js";
4
+ import { B as n, a as d } from "./chunks/Breadcrumb-BQ_nyDfo.js";
5
5
  import { B as c } from "./chunks/Button-CaLOUTDO.js";
6
6
  import { B as u } from "./chunks/ButtonGroup-Dr6HOBo2.js";
7
7
  import { C, R as b } from "./chunks/RangeCalendar-h9wkh43W.js";
@@ -21,7 +21,7 @@ import { G as eo } from "./chunks/GridItem-z7zclNdT.js";
21
21
  import { H as so } from "./chunks/Heading-D8tNNJkt.js";
22
22
  import { I as xo } from "./chunks/InfoBanner-C4HnaXQO.js";
23
23
  import { L as io } from "./chunks/Label-6GZmmff9.js";
24
- import { H as fo, L as To, N as co, S as lo, a as uo } from "./chunks/Layout-CFhqS9ej.js";
24
+ import { H as no, L as To, N as co, S as lo, a as uo } from "./chunks/Layout-CFhqS9ej.js";
25
25
  import { L as Co } from "./chunks/Link-rqGQvFQq.js";
26
26
  import { L as Bo } from "./chunks/LinkButton-B1zayj7k.js";
27
27
  import { L as So } from "./chunks/Logo-CCxPAmgw.js";
@@ -39,17 +39,18 @@ import { T as Xo, a as Yo, b as _o, c as $o } from "./chunks/TabList-BaR443mu.js
39
39
  import { T as aa, a as ra } from "./chunks/Tag-C7VZ0T0o.js";
40
40
  import { T as ta } from "./chunks/Text-Bxww8mmL.js";
41
41
  import { I as pa, T as xa, a as ma, b as ia } from "./chunks/TextArea-Bb7H-w23.js";
42
- import { G as fa, T as da, a as Ta, b as ca, t as la } from "./chunks/Toast-D7PXIDa9.js";
42
+ import { G as na, T as da, a as Ta, b as ca, t as la } from "./chunks/Toast-D7PXIDa9.js";
43
43
  import { T as ga, a as Ca } from "./chunks/ToggleButtonGroup-CXKTrLbb.js";
44
44
  import { T as Ba, a as La } from "./chunks/Tooltip-rDmOkGmX.js";
45
45
  import { L as Ia } from "./chunks/ListBox-D5BBeZWL.js";
46
46
  import { L as Ra, a as Ga } from "./chunks/ListBoxLoadMoreItem-ufPaJaNS.js";
47
47
  import { L as ka, a as va, b as Fa, c as Ma } from "./chunks/ListBoxSection-C4y3K7T5.js";
48
48
  import { M as ha, a as Ha, b as ya, c as Na, S as wa } from "./chunks/Separator-XIzn8lsq.js";
49
- import { DialogTrigger as za, MenuTrigger as Oa, RouterProvider as Qa } from "react-aria-components";
50
- import { u as Za } from "./chunks/useLocalizedStringFormatter-BHvsRxDk.js";
51
- import { useToastState as qa } from "react-stately";
52
- const o = "16.8.0", a = {
49
+ import { c as za } from "./chunks/clsx-AexbMWKp.js";
50
+ import { DialogTrigger as Qa, MenuTrigger as Va, RouterProvider as Za } from "react-aria-components";
51
+ import { u as qa } from "./chunks/useLocalizedStringFormatter-BHvsRxDk.js";
52
+ import { useToastState as Ka } from "react-stately";
53
+ const o = "16.8.1", a = {
53
54
  version: o
54
55
  }, r = a.version;
55
56
  export {
@@ -57,7 +58,7 @@ export {
57
58
  p as AccordionItem,
58
59
  m as Badge,
59
60
  i as BadgeContainer,
60
- f as Breadcrumb,
61
+ n as Breadcrumb,
61
62
  d as Breadcrumbs,
62
63
  c as Button,
63
64
  u as ButtonGroup,
@@ -84,14 +85,14 @@ export {
84
85
  K as DatePicker,
85
86
  U as DateRangePicker,
86
87
  q as DateSegment,
87
- za as DialogTrigger,
88
+ Qa as DialogTrigger,
88
89
  _ as DropZone,
89
90
  X as FieldError,
90
91
  $ as FileTrigger,
91
- fa as GlobalToastRegion,
92
+ na as GlobalToastRegion,
92
93
  ao as Grid,
93
94
  eo as GridItem,
94
- fo as Header,
95
+ no as Header,
95
96
  so as Heading,
96
97
  xo as InfoBanner,
97
98
  pa as Input,
@@ -112,7 +113,7 @@ export {
112
113
  Ha as MenuItem,
113
114
  ya as MenuPopover,
114
115
  Na as MenuSection,
115
- Oa as MenuTrigger,
116
+ Va as MenuTrigger,
116
117
  Do as Modal,
117
118
  co as Navbar,
118
119
  Go as Popover,
@@ -120,7 +121,7 @@ export {
120
121
  Fo as Radio,
121
122
  Mo as RadioGroup,
122
123
  b as RangeCalendar,
123
- Qa as RouterProvider,
124
+ Za as RouterProvider,
124
125
  qo as Row,
125
126
  ho as SearchField,
126
127
  yo as Select,
@@ -150,7 +151,8 @@ export {
150
151
  Ba as Tooltip,
151
152
  La as TooltipTrigger,
152
153
  r as VERSION,
154
+ za as clsx,
153
155
  la as toastQueue,
154
- Za as useLocalizedStringFormatter,
155
- qa as useToastState
156
+ qa as useLocalizedStringFormatter,
157
+ Ka as useToastState
156
158
  };
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.0",
17
+ "version": "16.8.1",
18
18
  "module": "./index.js",
19
19
  "type": "module",
20
20
  "main": "./index.js",