@midas-ds/components 17.21.0 → 17.21.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.21.1 (2026-08-18)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **components,select:** prevent popover from covering trigger's bottom border ([99c49d61f3e](https://github.com/migrationsverket/midas/commit/99c49d61f3e))
6
+
1
7
  ## 17.21.0 (2026-08-18)
2
8
 
3
9
  ### 🚀 Features
@@ -152,7 +152,7 @@ function N({ children: e, description: n, errorMessage: r, errorPosition: i = "t
152
152
  }),
153
153
  i === "bottom" && /* @__PURE__ */ S(s, { children: r }),
154
154
  /* @__PURE__ */ C(u, {
155
- offset: 0,
155
+ offset: 1,
156
156
  hideArrow: !0,
157
157
  ...m,
158
158
  className: t(m?.className, D.popover),
package/index.js CHANGED
@@ -38,7 +38,7 @@ import { n as Ee, t as De } from "./chunks/tooltip-BE_r_CBm.js";
38
38
  import { n as Oe, t as ke } from "./chunks/logo-D7tz-4hp.js";
39
39
  import { t as Ae } from "./chunks/progress-bar-5H5WvG7R.js";
40
40
  import { n as je, t as Me } from "./chunks/radio-CsAvwCn2.js";
41
- import { t as Ne } from "./chunks/select-m7BIivwY.js";
41
+ import { t as Ne } from "./chunks/select-7z-x3crV.js";
42
42
  import { n as Pe, r as Fe, t as Ie } from "./chunks/tag-CELJrUEQ.js";
43
43
  import { t as Le } from "./chunks/skeleton-OqKFBcmO.js";
44
44
  import { i as Re, n as ze, r as Be, t as Ve } from "./chunks/tabs-eshGdQJJ.js";
@@ -59,7 +59,7 @@ var $e = {
59
59
  description: "Midas Components",
60
60
  homepage: "https://designsystem.migrationsverket.se/",
61
61
  license: "CC0-1.0",
62
- version: "17.21.0",
62
+ version: "17.21.1",
63
63
  module: "./index.js",
64
64
  type: "module",
65
65
  main: "./index.js",
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.21.0",
17
+ "version": "17.21.1",
18
18
  "module": "./index.js",
19
19
  "type": "module",
20
20
  "main": "./index.js",
package/select/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as e } from "../chunks/select-m7BIivwY.js";
1
+ import { t as e } from "../chunks/select-7z-x3crV.js";
2
2
  export { e as Select };