@midas-ds/components 17.15.7 → 17.16.0

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.16.0 (2026-07-03)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **components,icons:** add ContrastFilled custom icon ([29e29ef5f05](https://github.com/migrationsverket/midas/commit/29e29ef5f05))
6
+
1
7
  ## 17.15.7 (2026-07-02)
2
8
 
3
9
  ### 🩹 Fixes
@@ -0,0 +1,30 @@
1
+ 'use client';
2
+ import { forwardRef as e } from "react";
3
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
+ //#region packages/components/src/icons/ContrastFilled.tsx
5
+ var r = e(({ size: e = 24, color: r = "currentColor", strokeWidth: i = 2, className: a, ...o }, s) => /* @__PURE__ */ n("svg", {
6
+ ref: s,
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: e,
9
+ height: e,
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ stroke: r,
13
+ strokeWidth: i,
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ className: a,
17
+ ...o,
18
+ children: [/* @__PURE__ */ t("circle", {
19
+ cx: "12",
20
+ cy: "12",
21
+ r: "10"
22
+ }), /* @__PURE__ */ t("path", {
23
+ d: "M12 2a10 10 0 0 1 0 20Z",
24
+ fill: r,
25
+ stroke: "none"
26
+ })]
27
+ }));
28
+ r.displayName = "ContrastFilled";
29
+ //#endregion
30
+ export { r as t };
@@ -0,0 +1,2 @@
1
+ import { LucideProps } from 'lucide-react';
2
+ export declare const ContrastFilled: import('react').ForwardRefExoticComponent<Omit<LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
@@ -0,0 +1 @@
1
+ export { ContrastFilled } from './ContrastFilled';
package/icons/index.js ADDED
@@ -0,0 +1,2 @@
1
+ import { t as e } from "../chunks/icons-Dw_ZbztW.js";
2
+ export { e as ContrastFilled };
package/index.d.ts CHANGED
@@ -39,6 +39,7 @@ export * from './time-field';
39
39
  export * from './toast';
40
40
  export * from './toggle-button';
41
41
  export * from './tooltip';
42
+ export * from './icons';
42
43
  export * from './list-box';
43
44
  export * from './menu';
44
45
  export { useLocalizedStringFormatter } from './utils/intl';
package/index.js CHANGED
@@ -43,10 +43,11 @@ import { i as Ae, n as je, r as Me, t as Ne } from "./chunks/tabs-eshGdQJJ.js";
43
43
  import { i as Pe, n as Fe, r as Ie, t as Le } from "./chunks/textfield-CZSw2R67.js";
44
44
  import { t as Re } from "./chunks/time-field-DaQfnJQF.js";
45
45
  import { a as ze, i as Be, n as Ve, o as He, r as Ue, t as We } from "./chunks/toast-AYzfHBcQ.js";
46
- import { a as Ge, i as Ke, n as qe, o as Je, r as Ye, t as Xe } from "./chunks/menu-CB6VDQ-u.js";
46
+ import { t as Ge } from "./chunks/icons-Dw_ZbztW.js";
47
+ import { a as Ke, i as qe, n as Je, o as Ye, r as Xe, t as Ze } from "./chunks/menu-CB6VDQ-u.js";
47
48
  //#endregion
48
49
  //#region packages/components/src/version.ts
49
- var Ze = {
50
+ var Qe = {
50
51
  name: "@midas-ds/components",
51
52
  author: { name: "Migrationsverket" },
52
53
  keywords: [
@@ -58,7 +59,7 @@ var Ze = {
58
59
  description: "Midas Components",
59
60
  homepage: "https://designsystem.migrationsverket.se/",
60
61
  license: "CC0-1.0",
61
- version: "17.15.7",
62
+ version: "17.16.0",
62
63
  module: "./index.js",
63
64
  type: "module",
64
65
  main: "./index.js",
@@ -89,4 +90,4 @@ var Ze = {
89
90
  }
90
91
  }.version;
91
92
  //#endregion
92
- export { e as Accordion, t as AccordionItem, j as Badge, M as BadgeContainer, P as Breadcrumb, N as Breadcrumbs, O as Button, k as ButtonGroup, y as Calendar, U as Card, z as CardActionArea, L as CardActions, V as CardBody, H as CardContent, G as CardHeader, W as CardImage, R as CardLink, B as CardTitle, h as Cell, K as CharacterCounter, S as Checkbox, C as CheckboxGroup, x as ColorSchemeSwitch, f as Column, ee as ComboBox, le as DateField, ue as DateInput, fe as DateInputDivider, _ as DatePicker, v as DateRangePicker, de as DateSegment, Z as DialogTrigger, me as DropZone, I as FieldError, T as FileList, E as FileListItem, pe as FileTrigger, We as GlobalToastRegion, he as Grid, ge as GridItem, s as Header, A as Heading, _e as InfoBanner, Ie as Input, q as Label, c as Layout, l as Link, g as LinkButton, ne as ListBox, se as ListBoxButton, ce as ListBoxEmptyState, ie as ListBoxHeader, ae as ListBoxItem, oe as ListBoxLoadMoreItem, te as ListBoxPopover, re as ListBoxSection, xe as Logo, be as LogoContext, Ge as Menu, Ke as MenuItem, Ye as MenuPopover, qe as MenuSection, Je as MenuTrigger, Y as Modal, X as ModalOverlay, o as Navbar, J as Popover, Se as ProgressBar, we as Radio, Ce as RadioGroup, b as RangeCalendar, m as Row, w as SearchField, Te as Select, Xe as Separator, a as Sidebar, i as SidebarLink, ke as Skeleton, r as Spinner, Me as Tab, Ne as TabList, je as TabPanel, d as Table, u as TableBody, p as TableHeader, Ae as Tabs, De as Tag, Oe as TagGroup, Ee as TagList, F as Text, Le as TextArea, Fe as TextField, Pe as TextFieldBase, Re as TimeField, Ve as Toast, Ue as ToastProvider, Be as ToastRegion, Q as ToggleButton, $ as ToggleButtonGroup, ye as Tooltip, ve as TooltipTrigger, Ze as VERSION, n as clsx, ze as toastQueue, D as useLocalizedStringFormatter, He as useToastState };
93
+ export { e as Accordion, t as AccordionItem, j as Badge, M as BadgeContainer, P as Breadcrumb, N as Breadcrumbs, O as Button, k as ButtonGroup, y as Calendar, U as Card, z as CardActionArea, L as CardActions, V as CardBody, H as CardContent, G as CardHeader, W as CardImage, R as CardLink, B as CardTitle, h as Cell, K as CharacterCounter, S as Checkbox, C as CheckboxGroup, x as ColorSchemeSwitch, f as Column, ee as ComboBox, Ge as ContrastFilled, le as DateField, ue as DateInput, fe as DateInputDivider, _ as DatePicker, v as DateRangePicker, de as DateSegment, Z as DialogTrigger, me as DropZone, I as FieldError, T as FileList, E as FileListItem, pe as FileTrigger, We as GlobalToastRegion, he as Grid, ge as GridItem, s as Header, A as Heading, _e as InfoBanner, Ie as Input, q as Label, c as Layout, l as Link, g as LinkButton, ne as ListBox, se as ListBoxButton, ce as ListBoxEmptyState, ie as ListBoxHeader, ae as ListBoxItem, oe as ListBoxLoadMoreItem, te as ListBoxPopover, re as ListBoxSection, xe as Logo, be as LogoContext, Ke as Menu, qe as MenuItem, Xe as MenuPopover, Je as MenuSection, Ye as MenuTrigger, Y as Modal, X as ModalOverlay, o as Navbar, J as Popover, Se as ProgressBar, we as Radio, Ce as RadioGroup, b as RangeCalendar, m as Row, w as SearchField, Te as Select, Ze as Separator, a as Sidebar, i as SidebarLink, ke as Skeleton, r as Spinner, Me as Tab, Ne as TabList, je as TabPanel, d as Table, u as TableBody, p as TableHeader, Ae as Tabs, De as Tag, Oe as TagGroup, Ee as TagList, F as Text, Le as TextArea, Fe as TextField, Pe as TextFieldBase, Re as TimeField, Ve as Toast, Ue as ToastProvider, Be as ToastRegion, Q as ToggleButton, $ as ToggleButtonGroup, ye as Tooltip, ve as TooltipTrigger, Qe as VERSION, n as clsx, ze as toastQueue, D as useLocalizedStringFormatter, He as useToastState };
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.15.7",
17
+ "version": "17.16.0",
18
18
  "module": "./index.js",
19
19
  "type": "module",
20
20
  "main": "./index.js",