@midas-ds/components 17.23.6 → 17.23.7
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 +6 -0
- package/assets/label.css +1 -1
- package/checkbox/index.js +1 -1
- package/chunks/{checkbox-Ab2j8vyN.js → checkbox-Bj-P9WYH.js} +1 -1
- package/chunks/{combobox-M_GSXJRk.js → combobox-C1dZD0c7.js} +1 -1
- package/chunks/{date-field-ChAG280m.js → date-field-CkL0qbpM.js} +1 -1
- package/chunks/{date-picker-DGe8zGwC.js → date-picker-CD15o56d.js} +2 -2
- package/chunks/{label-BypWUo8H.js → label-BKaJ7cXX.js} +2 -2
- package/chunks/{progress-bar-COE0BmcR.js → progress-bar-DTm2orq7.js} +1 -1
- package/chunks/{radio-fp1GK73W.js → radio-DeK1SK_e.js} +1 -1
- package/chunks/{search-field-DAa5MU4L.js → search-field-CQwe74Bd.js} +1 -1
- package/chunks/{select-PceWWJkN.js → select-C-Pu74Uq.js} +2 -2
- package/chunks/{table-CmKson_z.js → table-BDG9pACN.js} +1 -1
- package/chunks/{textfield-5lhYJFZV.js → textfield-B2fUOuhs.js} +1 -1
- package/chunks/{time-field-D2yXaJxL.js → time-field-BL8LO0Bv.js} +2 -2
- package/combobox/index.js +1 -1
- package/date-field/index.js +1 -1
- package/date-picker/index.js +1 -1
- package/index.js +13 -13
- package/label/index.js +1 -1
- package/package.json +1 -1
- package/progress-bar/index.js +1 -1
- package/radio/index.js +1 -1
- package/search-field/index.js +1 -1
- package/select/index.js +1 -1
- package/table/index.js +1 -1
- package/textfield/index.js +1 -1
- package/time-field/index.js +1 -1
package/CHANGELOG.md
CHANGED
package/assets/label.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._labelBase_f5wtf_1{color:var(--midas-text-primary);font-family:var(--midas-typography-font-family);font-size:var(--midas-typography-font-size-30);line-height:var(--midas-typography-line-height-30);margin-bottom:.25rem;font-weight:500}._labelBase_f5wtf_1>[data-disabled],[data-disabled] ._labelBase_f5wtf_1{color:var(--midas-text-disabled)}@media (forced-colors:active){._labelBase_f5wtf_1>[data-disabled],[data-disabled] ._labelBase_f5wtf_1{color:graytext}}._labelBase_f5wtf_1>[data-readonly],[data-readonly] ._labelBase_f5wtf_1{color:var(--midas-text-read-only)}.
|
|
1
|
+
._labelBase_f5wtf_1{color:var(--midas-text-primary);font-family:var(--midas-typography-font-family);font-size:var(--midas-typography-font-size-30);line-height:var(--midas-typography-line-height-30);margin-bottom:.25rem;font-weight:500}._labelBase_f5wtf_1>[data-disabled],[data-disabled] ._labelBase_f5wtf_1{color:var(--midas-text-disabled)}@media (forced-colors:active){._labelBase_f5wtf_1>[data-disabled],[data-disabled] ._labelBase_f5wtf_1{color:graytext}}._labelBase_f5wtf_1>[data-readonly],[data-readonly] ._labelBase_f5wtf_1{color:var(--midas-text-read-only)}._labelPopover_15nnd_1{align-items:center;gap:var(--midas-space-xsmall);display:flex}._labelPopoverTrigger_15nnd_7{margin-bottom:var(--midas-space-xsmall);padding:0!important}._labelPopoverTrigger_15nnd_7 svg{stroke:var(--midas-support-border-info)}
|
package/checkbox/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../chunks/checkbox-
|
|
1
|
+
import { n as e, t } from "../chunks/checkbox-Bj-P9WYH.js";
|
|
2
2
|
export { e as Checkbox, t as CheckboxGroup };
|
|
@@ -4,7 +4,7 @@ import { t as n } from "./check-BiPE7lAA.js";
|
|
|
4
4
|
import { t as r } from "./useLocalizedStringFormatter-bRLuRzVD.js";
|
|
5
5
|
import { t as i } from "./text-mAeDlv5N.js";
|
|
6
6
|
import { t as a } from "./field-error-DYp2kgFr.js";
|
|
7
|
-
import { n as o, t as s } from "./label-
|
|
7
|
+
import { n as o, t as s } from "./label-BKaJ7cXX.js";
|
|
8
8
|
import * as c from "react";
|
|
9
9
|
import l, { forwardRef as u, useContext as d, useRef as f } from "react";
|
|
10
10
|
import { CheckboxContext as p, FieldErrorContext as m, FormContext as h, useContextProps as g, useSlottedContext as _ } from "react-aria-components";
|
|
@@ -4,7 +4,7 @@ import { t } from "./chevron-down-Buf0eTzo.js";
|
|
|
4
4
|
import { t as n } from "./useLocalizedStringFormatter-bRLuRzVD.js";
|
|
5
5
|
import { t as r } from "./text-mAeDlv5N.js";
|
|
6
6
|
import { t as i } from "./field-error-DYp2kgFr.js";
|
|
7
|
-
import { n as a, t as o } from "./label-
|
|
7
|
+
import { n as a, t as o } from "./label-BKaJ7cXX.js";
|
|
8
8
|
import { a as s, c, t as l } from "./list-box-DvX6VTa1.js";
|
|
9
9
|
import { useRef as u } from "react";
|
|
10
10
|
import { Button as d, ComboBox as f, Input as p } from "react-aria-components";
|
|
@@ -2,7 +2,7 @@ import { t as e } from "./clsx-BtlV5Vo3.js";
|
|
|
2
2
|
import { t } from "./useLocalizedStringFormatter-bRLuRzVD.js";
|
|
3
3
|
import { t as n } from "./text-mAeDlv5N.js";
|
|
4
4
|
import { t as r } from "./field-error-DYp2kgFr.js";
|
|
5
|
-
import { n as i, t as a } from "./label-
|
|
5
|
+
import { n as i, t as a } from "./label-BKaJ7cXX.js";
|
|
6
6
|
import { t as o } from "./clear-button-Cb4MTvBR.js";
|
|
7
7
|
import * as s from "react";
|
|
8
8
|
import { DateField as c, DateFieldStateContext as l, DateInput as u, DateSegment as d } from "react-aria-components";
|
|
@@ -6,9 +6,9 @@ import { t as i } from "./useLocalizedStringFormatter-bRLuRzVD.js";
|
|
|
6
6
|
import { n as a } from "./button-CFjf-bDe.js";
|
|
7
7
|
import { t as o } from "./text-mAeDlv5N.js";
|
|
8
8
|
import { t as s } from "./field-error-DYp2kgFr.js";
|
|
9
|
-
import { n as c, t as l } from "./label-
|
|
9
|
+
import { n as c, t as l } from "./label-BKaJ7cXX.js";
|
|
10
10
|
import { t as u } from "./clear-button-Cb4MTvBR.js";
|
|
11
|
-
import { n as d, r as f, t as p } from "./date-field-
|
|
11
|
+
import { n as d, r as f, t as p } from "./date-field-CkL0qbpM.js";
|
|
12
12
|
import * as m from "react";
|
|
13
13
|
import { DatePicker as h, DatePickerStateContext as g, DateRangePicker as _, DateRangePickerStateContext as v, Group as y, Popover as b } from "react-aria-components";
|
|
14
14
|
import { jsx as x, jsxs as S } from "react/jsx-runtime";
|
|
@@ -9,8 +9,8 @@ import s, { useContext as c } from "react";
|
|
|
9
9
|
import { Label as l } from "react-aria-components";
|
|
10
10
|
import { jsx as u, jsxs as d } from "react/jsx-runtime";
|
|
11
11
|
import '../assets/label.css';var f = { labelBase: "_labelBase_f5wtf_1" }, p = {
|
|
12
|
-
labelPopover: "
|
|
13
|
-
labelPopoverTrigger: "
|
|
12
|
+
labelPopover: "_labelPopover_15nnd_1",
|
|
13
|
+
labelPopoverTrigger: "_labelPopoverTrigger_15nnd_7"
|
|
14
14
|
}, m = {
|
|
15
15
|
en: { moreInfo: "More info" },
|
|
16
16
|
sv: { moreInfo: "Mer information" }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "./clsx-BtlV5Vo3.js";
|
|
2
|
-
import { t } from "./label-
|
|
2
|
+
import { t } from "./label-BKaJ7cXX.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import { ProgressBar as n } from "react-aria-components";
|
|
5
5
|
import { Fragment as r, jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { t as e } from "./clsx-BtlV5Vo3.js";
|
|
3
3
|
import { t } from "./text-mAeDlv5N.js";
|
|
4
4
|
import { t as n } from "./field-error-DYp2kgFr.js";
|
|
5
|
-
import { n as r, t as i } from "./label-
|
|
5
|
+
import { n as r, t as i } from "./label-BKaJ7cXX.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import { Group as a, Radio as o, RadioGroup as s, composeRenderProps as c } from "react-aria-components";
|
|
8
8
|
import { Fragment as l, jsx as u, jsxs as d } from "react/jsx-runtime";
|
|
@@ -6,7 +6,7 @@ import { t as r } from "./useLocalizedStringFormatter-bRLuRzVD.js";
|
|
|
6
6
|
import { n as i } from "./button-CFjf-bDe.js";
|
|
7
7
|
import { t as a } from "./text-mAeDlv5N.js";
|
|
8
8
|
import { t as o } from "./field-error-DYp2kgFr.js";
|
|
9
|
-
import { n as s, t as c } from "./label-
|
|
9
|
+
import { n as s, t as c } from "./label-BKaJ7cXX.js";
|
|
10
10
|
import { t as l } from "./TextField.module-D_tUnemB.js";
|
|
11
11
|
import { FormContext as u, Input as d, SearchField as f, useSlottedContext as p } from "react-aria-components";
|
|
12
12
|
import { Fragment as m, jsx as h, jsxs as g } from "react/jsx-runtime";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { n as e, t } from "./clsx-BtlV5Vo3.js";
|
|
2
2
|
import { t as n } from "./chevron-down-Buf0eTzo.js";
|
|
3
|
-
import { n as r } from "./checkbox-
|
|
3
|
+
import { n as r } from "./checkbox-Bj-P9WYH.js";
|
|
4
4
|
import { t as i } from "./x-Bs_QW3q8.js";
|
|
5
5
|
import { t as a } from "./useLocalizedStringFormatter-bRLuRzVD.js";
|
|
6
6
|
import { t as o } from "./text-mAeDlv5N.js";
|
|
7
7
|
import { t as s } from "./field-error-DYp2kgFr.js";
|
|
8
|
-
import { n as c, t as l } from "./label-
|
|
8
|
+
import { n as c, t as l } from "./label-BKaJ7cXX.js";
|
|
9
9
|
import { t as u } from "./popover-BTJ1dvWc.js";
|
|
10
10
|
import { c as d } from "./list-box-DvX6VTa1.js";
|
|
11
11
|
import { n as f, r as p, t as m } from "./tag-CELJrUEQ.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { t as e } from "./clsx-BtlV5Vo3.js";
|
|
3
3
|
import { t } from "./createLucideIcon-DhIhuN5D.js";
|
|
4
|
-
import { n } from "./checkbox-
|
|
4
|
+
import { n } from "./checkbox-Bj-P9WYH.js";
|
|
5
5
|
import { Button as r, Cell as i, Collection as a, Column as o, Row as s, Table as c, TableBody as l, TableHeader as u, useTableOptions as d } from "react-aria-components";
|
|
6
6
|
import { Fragment as f, jsx as p, jsxs as m } from "react/jsx-runtime";
|
|
7
7
|
import '../assets/table.css';var h = t("arrow-down", [["path", {
|
|
@@ -5,7 +5,7 @@ import { n as r } from "./button-CFjf-bDe.js";
|
|
|
5
5
|
import { t as i } from "./text-mAeDlv5N.js";
|
|
6
6
|
import { t as a } from "./field-error-DYp2kgFr.js";
|
|
7
7
|
import { t as o } from "./character-counter-CSoVSrxZ.js";
|
|
8
|
-
import { n as s, t as c } from "./label-
|
|
8
|
+
import { n as s, t as c } from "./label-BKaJ7cXX.js";
|
|
9
9
|
import { t as l } from "./TextField.module-D_tUnemB.js";
|
|
10
10
|
import { forwardRef as u, useState as d } from "react";
|
|
11
11
|
import { Input as f, InputContext as p, TextArea as m, TextField as h, TextFieldContext as g, useContextProps as _ } from "react-aria-components";
|
|
@@ -2,9 +2,9 @@ import { t as e } from "./clsx-BtlV5Vo3.js";
|
|
|
2
2
|
import { t } from "./useLocalizedStringFormatter-bRLuRzVD.js";
|
|
3
3
|
import { t as n } from "./text-mAeDlv5N.js";
|
|
4
4
|
import { t as r } from "./field-error-DYp2kgFr.js";
|
|
5
|
-
import { n as i, t as a } from "./label-
|
|
5
|
+
import { n as i, t as a } from "./label-BKaJ7cXX.js";
|
|
6
6
|
import { t as o } from "./clear-button-Cb4MTvBR.js";
|
|
7
|
-
import { n as s, r as c } from "./date-field-
|
|
7
|
+
import { n as s, r as c } from "./date-field-CkL0qbpM.js";
|
|
8
8
|
import * as l from "react";
|
|
9
9
|
import { TimeField as u, TimeFieldStateContext as d } from "react-aria-components";
|
|
10
10
|
import { jsx as f, jsxs as p } from "react/jsx-runtime";
|
package/combobox/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/combobox-
|
|
1
|
+
import { t as e } from "../chunks/combobox-C1dZD0c7.js";
|
|
2
2
|
export { e as ComboBox };
|
package/date-field/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as e, n as t, r as n, t as r } from "../chunks/date-field-
|
|
1
|
+
import { i as e, n as t, r as n, t as r } from "../chunks/date-field-CkL0qbpM.js";
|
|
2
2
|
export { e as DateField, t as DateInput, r as DateInputDivider, n as DateSegment };
|
package/date-picker/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../chunks/date-picker-
|
|
1
|
+
import { n as e, t } from "../chunks/date-picker-CD15o56d.js";
|
|
2
2
|
export { e as DatePicker, t as DateRangePicker };
|
package/index.js
CHANGED
|
@@ -5,13 +5,13 @@ import { t as n } from "./chunks/clsx-BtlV5Vo3.js";
|
|
|
5
5
|
import { t as r } from "./chunks/spinner-C3WiZYld.js";
|
|
6
6
|
import { a as i, i as a, n as o, r as s, t as c } from "./chunks/layout-DibnX6Za.js";
|
|
7
7
|
import { n as l, t as u } from "./chunks/link-CZNuhFX6.js";
|
|
8
|
-
import { a as d, i as f, n as p, o as m, r as h, t as g } from "./chunks/table-
|
|
8
|
+
import { a as d, i as f, n as p, o as m, r as h, t as g } from "./chunks/table-BDG9pACN.js";
|
|
9
9
|
import { t as _ } from "./chunks/link-button-ZsK6UGko.js";
|
|
10
|
-
import { n as v, t as y } from "./chunks/date-picker-
|
|
10
|
+
import { n as v, t as y } from "./chunks/date-picker-CD15o56d.js";
|
|
11
11
|
import { n as b, t as x } from "./chunks/calendar-C0rlcHfr.js";
|
|
12
|
-
import { n as S, t as C } from "./chunks/checkbox-
|
|
12
|
+
import { n as S, t as C } from "./chunks/checkbox-Bj-P9WYH.js";
|
|
13
13
|
import { n as w, t as T } from "./chunks/color-scheme-switch-FjmPZdE4.js";
|
|
14
|
-
import { t as E } from "./chunks/search-field-
|
|
14
|
+
import { t as E } from "./chunks/search-field-CQwe74Bd.js";
|
|
15
15
|
import { n as D, t as O } from "./chunks/file-list-DYOuch5G.js";
|
|
16
16
|
import { t as k } from "./chunks/useLocalizedStringFormatter-bRLuRzVD.js";
|
|
17
17
|
import { n as A, t as j } from "./chunks/button-CFjf-bDe.js";
|
|
@@ -22,28 +22,28 @@ import { t as L } from "./chunks/text-mAeDlv5N.js";
|
|
|
22
22
|
import { t as R } from "./chunks/field-error-DYp2kgFr.js";
|
|
23
23
|
import { a as z, c as B, i as V, l as H, n as U, o as W, r as G, s as K, t as q } from "./chunks/card-Dpx9A9Ro.js";
|
|
24
24
|
import { t as J } from "./chunks/character-counter-CSoVSrxZ.js";
|
|
25
|
-
import { t as Y } from "./chunks/label-
|
|
25
|
+
import { t as Y } from "./chunks/label-BKaJ7cXX.js";
|
|
26
26
|
import { t as X } from "./chunks/popover-BTJ1dvWc.js";
|
|
27
27
|
import { n as Z, r as Q, t as $ } from "./chunks/modal-Dr0ythpF.js";
|
|
28
28
|
import { t as ee } from "./chunks/icons-Dw_ZbztW.js";
|
|
29
29
|
import { n as te, t as ne } from "./chunks/toggle-button-DlPo9GJW.js";
|
|
30
30
|
import { a as re, i as ie, n as ae, o as oe, r as se, t as ce } from "./chunks/menu-CB6VDQ-u.js";
|
|
31
|
-
import { t as le } from "./chunks/combobox-
|
|
31
|
+
import { t as le } from "./chunks/combobox-C1dZD0c7.js";
|
|
32
32
|
import { a as ue, c as de, i as fe, n as pe, o as me, r as he, s as ge, t as _e } from "./chunks/list-box-DvX6VTa1.js";
|
|
33
|
-
import { i as ve, n as ye, r as be, t as xe } from "./chunks/date-field-
|
|
33
|
+
import { i as ve, n as ye, r as be, t as xe } from "./chunks/date-field-CkL0qbpM.js";
|
|
34
34
|
import { n as Se, t as Ce } from "./chunks/file-upload-CZRTVw5O.js";
|
|
35
35
|
import { n as we, t as Te } from "./chunks/grid-CUYMbO7c.js";
|
|
36
36
|
import { t as Ee } from "./chunks/info-banner-hHq0Atii.js";
|
|
37
37
|
import { n as De, t as Oe } from "./chunks/tooltip-BE_r_CBm.js";
|
|
38
38
|
import { n as ke, t as Ae } from "./chunks/logo-D7tz-4hp.js";
|
|
39
|
-
import { t as je } from "./chunks/progress-bar-
|
|
40
|
-
import { n as Me, t as Ne } from "./chunks/radio-
|
|
41
|
-
import { t as Pe } from "./chunks/select-
|
|
39
|
+
import { t as je } from "./chunks/progress-bar-DTm2orq7.js";
|
|
40
|
+
import { n as Me, t as Ne } from "./chunks/radio-DeK1SK_e.js";
|
|
41
|
+
import { t as Pe } from "./chunks/select-C-Pu74Uq.js";
|
|
42
42
|
import { n as Fe, r as Ie, t as Le } from "./chunks/tag-CELJrUEQ.js";
|
|
43
43
|
import { t as Re } from "./chunks/skeleton-OqKFBcmO.js";
|
|
44
44
|
import { i as ze, n as Be, r as Ve, t as He } from "./chunks/tabs-C08F_2gW.js";
|
|
45
|
-
import { i as Ue, n as We, r as Ge, t as Ke } from "./chunks/textfield-
|
|
46
|
-
import { t as qe } from "./chunks/time-field-
|
|
45
|
+
import { i as Ue, n as We, r as Ge, t as Ke } from "./chunks/textfield-B2fUOuhs.js";
|
|
46
|
+
import { t as qe } from "./chunks/time-field-BL8LO0Bv.js";
|
|
47
47
|
import { a as Je, i as Ye, n as Xe, o as Ze, r as Qe, t as $e } from "./chunks/toast-AYzfHBcQ.js";
|
|
48
48
|
//#endregion
|
|
49
49
|
//#region packages/components/src/version.ts
|
|
@@ -59,7 +59,7 @@ var et = {
|
|
|
59
59
|
description: "Midas Components",
|
|
60
60
|
homepage: "https://designsystem.migrationsverket.se/",
|
|
61
61
|
license: "CC0-1.0",
|
|
62
|
-
version: "17.23.
|
|
62
|
+
version: "17.23.7",
|
|
63
63
|
module: "./index.js",
|
|
64
64
|
type: "module",
|
|
65
65
|
main: "./index.js",
|
package/label/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/label-
|
|
1
|
+
import { t as e } from "../chunks/label-BKaJ7cXX.js";
|
|
2
2
|
export { e as Label };
|
package/package.json
CHANGED
package/progress-bar/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/progress-bar-
|
|
1
|
+
import { t as e } from "../chunks/progress-bar-DTm2orq7.js";
|
|
2
2
|
export { e as ProgressBar };
|
package/radio/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../chunks/radio-
|
|
1
|
+
import { n as e, t } from "../chunks/radio-DeK1SK_e.js";
|
|
2
2
|
export { t as Radio, e as RadioGroup };
|
package/search-field/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/search-field-
|
|
1
|
+
import { t as e } from "../chunks/search-field-CQwe74Bd.js";
|
|
2
2
|
export { e as SearchField };
|
package/select/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/select-
|
|
1
|
+
import { t as e } from "../chunks/select-C-Pu74Uq.js";
|
|
2
2
|
export { e as Select };
|
package/table/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as e, i as t, n, o as r, r as i, t as a } from "../chunks/table-
|
|
1
|
+
import { a as e, i as t, n, o as r, r as i, t as a } from "../chunks/table-BDG9pACN.js";
|
|
2
2
|
export { a as Cell, n as Column, i as Row, t as Table, e as TableBody, r as TableHeader };
|
package/textfield/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as e, n as t, r as n, t as r } from "../chunks/textfield-
|
|
1
|
+
import { i as e, n as t, r as n, t as r } from "../chunks/textfield-B2fUOuhs.js";
|
|
2
2
|
export { n as Input, r as TextArea, t as TextField, e as TextFieldBase };
|
package/time-field/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/time-field-
|
|
1
|
+
import { t as e } from "../chunks/time-field-BL8LO0Bv.js";
|
|
2
2
|
export { e as TimeField };
|