@tpc-mare/mare-ui-components-react 0.1.25 → 0.1.28
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/dist/avatar/index.js +1 -1
- package/dist/badge/index.js +1 -1
- package/dist/banner/index.js +1 -1
- package/dist/button/index.js +1 -1
- package/dist/checkbox/index.js +1 -1
- package/dist/combobox/index.js +1 -1
- package/dist/confirm-dialog/index.js +1 -1
- package/dist/counter/index.js +1 -1
- package/dist/date-picker/index.js +1 -1
- package/dist/dialog/index.js +2 -2
- package/dist/divider/index.js +1 -1
- package/dist/drawer/index.js +1 -1
- package/dist/expandable-counter/index.js +1 -1
- package/dist/filter-chip/index.js +1 -1
- package/dist/filter-chip-dropdown-multiple/index.js +1 -1
- package/dist/filter-chip-dropdown-single/index.js +1 -1
- package/dist/floating-action-button/index.js +1 -1
- package/dist/image-item/index.js +1 -1
- package/dist/index/index.js +41 -41
- package/dist/input-number/index.js +1 -1
- package/dist/input-otp/index.js +1 -1
- package/dist/input-text/IconField.d.ts +3 -1
- package/dist/input-text/index.js +2 -2
- package/dist/keyboard-commands/index.d.ts +5 -0
- package/dist/keyboard-commands/index.js +825 -0
- package/dist/keyboard-commands/useKeyboardCommands.d.ts +27 -0
- package/dist/keyboard-commands/useKeyboardNavGrid.d.ts +19 -0
- package/dist/keyboard-commands/useKeyboardNavList.d.ts +17 -0
- package/dist/keyboard-commands/useKeyboardScope.d.ts +20 -0
- package/dist/message/index.js +1 -1
- package/dist/multi-select/index.js +1 -1
- package/dist/overlay-badge/index.js +1 -1
- package/dist/paginator/index.js +1 -1
- package/dist/password/index.js +1 -1
- package/dist/radio-group/index.js +1 -1
- package/dist/search-field/index.js +1 -1
- package/dist/segmented-control/index.js +1 -1
- package/dist/select-field/index.js +1 -1
- package/dist/shared/{Avatar-D3QlO3Tz.js → Avatar-BpJDY1wm.js} +24 -22
- package/dist/shared/{Badge-WC6my4Aw.js → Badge-CGotZzok.js} +16 -9
- package/dist/shared/Banner-D4na_bM8.js +60 -0
- package/dist/shared/{Button-DwJ5RTfQ.js → Button-C2ULmKj3.js} +64 -57
- package/dist/shared/{Checkbox-BXnSN2vK.js → Checkbox-DCq3_MWz.js} +35 -33
- package/dist/shared/{Combobox-CcmWgRYZ.js → Combobox-DrkeDMW0.js} +48 -47
- package/dist/shared/{ConfirmDialog-DLHY-c70.js → ConfirmDialog-CjrWhDx8.js} +33 -27
- package/dist/shared/{Counter-DjIoe4h3.js → Counter-0siKQRKc.js} +42 -41
- package/dist/shared/{DatePicker-CwAISvNc.js → DatePicker-DhIWE0V_.js} +246 -240
- package/dist/shared/{DialogFooter-DyltZzK-.js → DialogFooter-CDlh11Gy.js} +34 -32
- package/dist/shared/{DialogHeader-M5Bfyxos.js → DialogHeader-PMBgMjsb.js} +2 -2
- package/dist/shared/{Divider-UgKI7dtK.js → Divider-CSQOHeMo.js} +16 -14
- package/dist/shared/{DrawerFooter-B9-Vrgd3.js → DrawerFooter-Bb-X7keE.js} +62 -54
- package/dist/shared/{ExpandableCounter-DZxbdqRa.js → ExpandableCounter-pPJIrd6L.js} +2 -2
- package/dist/shared/{FilterChip-eECL3oO7.js → FilterChip-TpKF-4vP.js} +21 -20
- package/dist/shared/{FilterChipDropdownMultiple-D2eMYXyS.js → FilterChipDropdownMultiple-2mr_Z57i.js} +43 -42
- package/dist/shared/{FilterChipDropdownSingle-C7ahD-_3.js → FilterChipDropdownSingle-CLmWzX9q.js} +39 -38
- package/dist/shared/FloatingActionButton-BWB5Taeg.js +28 -0
- package/dist/shared/{HelperText-CVWWvLCI.js → HelperText-zmUym82m.js} +1 -1
- package/dist/shared/IconField-CqKydKep.js +81 -0
- package/dist/shared/ImageItem-CL2VGEha.js +19 -0
- package/dist/shared/InputNumber-nxus9h5s.js +64 -0
- package/dist/shared/{InputOtp-CUXXVP2E.js → InputOtp-BxBc6Vhs.js} +16 -15
- package/dist/shared/InputText.types-KhlkzHMw-BtRY371_.js +4 -0
- package/dist/shared/Message-CQUdM9rR.js +81 -0
- package/dist/shared/{MultiSelect-Dowp0_FX.js → MultiSelect-DlaYWcPo.js} +60 -59
- package/dist/shared/{OverlayBadge-DLskqll7.js → OverlayBadge-Dkosm3Il.js} +1 -1
- package/dist/shared/{Paginator-DxZdCXSC.js → Paginator-QTDpAJ-N.js} +2 -2
- package/dist/shared/Password-D4PRaleH.js +97 -0
- package/dist/shared/{RadioGroup-lw27DCoV.js → RadioGroup-B8CXU8-l.js} +44 -38
- package/dist/shared/{SearchField-DjJHDaR4.js → SearchField-DIsFhJ22.js} +1 -1
- package/dist/shared/{SegmentedControl-Ct5ZLXpN.js → SegmentedControl-BfE3jNM6.js} +35 -33
- package/dist/shared/{SelectField-B-g52vHx.js → SelectField-CcnbnPEi.js} +30 -29
- package/dist/shared/Skeleton-DpWtYSz4.js +30 -0
- package/dist/shared/{Slider-CXFkperZ.js → Slider-Cl9PyH2q.js} +28 -22
- package/dist/shared/Snackbar-3BxmqK8x.js +105 -0
- package/dist/shared/{Stepper-By8M5bs0.js → Stepper-DrKKSn_j.js} +42 -37
- package/dist/shared/{Switch-DNCn0xjb.js → Switch-B5DSQLFL.js} +31 -29
- package/dist/shared/{Tabs-BqIorZYD.js → Tabs-DuufYBV2.js} +19 -17
- package/dist/shared/{Tag-BtbmgIwL.js → Tag-uIK_GPrs.js} +24 -15
- package/dist/shared/{TagChip-Bs7srjIL.js → TagChip-CP3aX2_G.js} +28 -26
- package/dist/shared/Textarea-DHJIWBRM.js +42 -0
- package/dist/shared/{field-layout-D34MpDMB.js → field-layout-o6bDLvVU.js} +6 -6
- package/dist/shared/index-ByQ37VXf.js +6 -0
- package/dist/skeleton/index.js +1 -1
- package/dist/slider/index.js +1 -1
- package/dist/snackbar/index.js +1 -1
- package/dist/stepper/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/switch/index.js +1 -1
- package/dist/tabs/index.js +1 -1
- package/dist/tag/index.js +1 -1
- package/dist/tag-chip/index.js +1 -1
- package/dist/textarea/index.js +1 -1
- package/dist/utilities-standalone.css +1 -1
- package/package.json +1 -1
- package/dist/shared/Banner-C4wLe6N0.js +0 -52
- package/dist/shared/FloatingActionButton-D4FK6uSs.js +0 -19
- package/dist/shared/IconField-Dh6j6SL1.js +0 -78
- package/dist/shared/ImageItem-BBy5fOl3.js +0 -17
- package/dist/shared/InputNumber-D48wsE-o.js +0 -62
- package/dist/shared/Message-BNsFuQU1.js +0 -70
- package/dist/shared/Password-BMKy8dAy.js +0 -95
- package/dist/shared/Skeleton-CAjoF-T2.js +0 -29
- package/dist/shared/Snackbar-CjTqCOaV.js +0 -100
- package/dist/shared/Textarea-iJhYTZos.js +0 -40
package/dist/avatar/index.js
CHANGED
package/dist/badge/index.js
CHANGED
package/dist/banner/index.js
CHANGED
package/dist/button/index.js
CHANGED
package/dist/checkbox/index.js
CHANGED
package/dist/combobox/index.js
CHANGED
package/dist/counter/index.js
CHANGED
package/dist/dialog/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { D as r, a as e } from "../shared/DialogFooter-
|
|
2
|
-
import { D as g } from "../shared/DialogHeader-
|
|
1
|
+
import { D as r, a as e } from "../shared/DialogFooter-CDlh11Gy.js";
|
|
2
|
+
import { D as g } from "../shared/DialogHeader-PMBgMjsb.js";
|
|
3
3
|
export {
|
|
4
4
|
r as Dialog,
|
|
5
5
|
e as DialogFooter,
|
package/dist/divider/index.js
CHANGED
package/dist/drawer/index.js
CHANGED
package/dist/image-item/index.js
CHANGED
package/dist/index/index.js
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
import { A as e } from "../shared/Accordion-BSmOrxH6.js";
|
|
2
|
-
import { A as t } from "../shared/Avatar-
|
|
3
|
-
import { B as p } from "../shared/Badge-
|
|
4
|
-
import { O as x } from "../shared/OverlayBadge-
|
|
5
|
-
import { T as i } from "../shared/Tag-
|
|
6
|
-
import { T as l } from "../shared/TagChip-
|
|
7
|
-
import { F as d } from "../shared/FilterChip-
|
|
2
|
+
import { A as t } from "../shared/Avatar-BpJDY1wm.js";
|
|
3
|
+
import { B as p } from "../shared/Badge-CGotZzok.js";
|
|
4
|
+
import { O as x } from "../shared/OverlayBadge-Dkosm3Il.js";
|
|
5
|
+
import { T as i } from "../shared/Tag-uIK_GPrs.js";
|
|
6
|
+
import { T as l } from "../shared/TagChip-CP3aX2_G.js";
|
|
7
|
+
import { F as d } from "../shared/FilterChip-TpKF-4vP.js";
|
|
8
8
|
import { F as C } from "../shared/FilterChipGroup-BzE-EQsA.js";
|
|
9
|
-
import { F as c } from "../shared/FilterChipDropdownSingle-
|
|
10
|
-
import { F as D } from "../shared/FilterChipDropdownMultiple-
|
|
11
|
-
import { B as P } from "../shared/Banner-
|
|
12
|
-
import { M as B } from "../shared/Message-
|
|
13
|
-
import { B as h } from "../shared/Button-
|
|
14
|
-
import { F as M } from "../shared/FloatingActionButton-
|
|
9
|
+
import { F as c } from "../shared/FilterChipDropdownSingle-CLmWzX9q.js";
|
|
10
|
+
import { F as D } from "../shared/FilterChipDropdownMultiple-2mr_Z57i.js";
|
|
11
|
+
import { B as P } from "../shared/Banner-D4na_bM8.js";
|
|
12
|
+
import { M as B } from "../shared/Message-CQUdM9rR.js";
|
|
13
|
+
import { B as h } from "../shared/Button-C2ULmKj3.js";
|
|
14
|
+
import { F as M } from "../shared/FloatingActionButton-BWB5Taeg.js";
|
|
15
15
|
import { B as A } from "../shared/Breadcrumbs-Cqr3Jitd.js";
|
|
16
|
-
import { S as v } from "../shared/SelectField-
|
|
17
|
-
import { C as E } from "../shared/Combobox-
|
|
18
|
-
import { M as R } from "../shared/MultiSelect-
|
|
19
|
-
import { T as L } from "../shared/Tabs-
|
|
16
|
+
import { S as v } from "../shared/SelectField-CcnbnPEi.js";
|
|
17
|
+
import { C as E } from "../shared/Combobox-DrkeDMW0.js";
|
|
18
|
+
import { M as R } from "../shared/MultiSelect-DlaYWcPo.js";
|
|
19
|
+
import { T as L } from "../shared/Tabs-DuufYBV2.js";
|
|
20
20
|
import { P as j } from "../shared/ProgressSpinner-B-lrS-tu.js";
|
|
21
21
|
import { P as z } from "../shared/ProgressBar-Dxm0L3-R.js";
|
|
22
|
-
import { I as K, a as Q } from "../shared/IconField-
|
|
23
|
-
import { C as V, F as W, a as X, H as Y } from "../shared/HelperText-
|
|
24
|
-
import { T as _ } from "../shared/Textarea-
|
|
25
|
-
import { S as rr } from "../shared/SearchField-
|
|
26
|
-
import { P as er, a as ar } from "../shared/Password-
|
|
27
|
-
import { I as sr } from "../shared/InputNumber-
|
|
28
|
-
import { I as mr } from "../shared/InputOtp-
|
|
29
|
-
import { C as fr } from "../shared/Counter-
|
|
30
|
-
import { E as nr } from "../shared/ExpandableCounter-
|
|
31
|
-
import { C as Sr } from "../shared/Checkbox-
|
|
32
|
-
import { R as Fr } from "../shared/RadioGroup-
|
|
33
|
-
import { S as gr } from "../shared/Switch-
|
|
34
|
-
import { D as ur, a as Dr } from "../shared/DialogFooter-
|
|
35
|
-
import { D as Pr } from "../shared/DialogHeader-
|
|
36
|
-
import { C as Br } from "../shared/ConfirmDialog-
|
|
37
|
-
import { D as hr, a as wr, b as Mr } from "../shared/DrawerFooter-
|
|
22
|
+
import { I as K, a as Q } from "../shared/IconField-CqKydKep.js";
|
|
23
|
+
import { C as V, F as W, a as X, H as Y } from "../shared/HelperText-zmUym82m.js";
|
|
24
|
+
import { T as _ } from "../shared/Textarea-DHJIWBRM.js";
|
|
25
|
+
import { S as rr } from "../shared/SearchField-DIsFhJ22.js";
|
|
26
|
+
import { P as er, a as ar } from "../shared/Password-D4PRaleH.js";
|
|
27
|
+
import { I as sr } from "../shared/InputNumber-nxus9h5s.js";
|
|
28
|
+
import { I as mr } from "../shared/InputOtp-BxBc6Vhs.js";
|
|
29
|
+
import { C as fr } from "../shared/Counter-0siKQRKc.js";
|
|
30
|
+
import { E as nr } from "../shared/ExpandableCounter-pPJIrd6L.js";
|
|
31
|
+
import { C as Sr } from "../shared/Checkbox-DCq3_MWz.js";
|
|
32
|
+
import { R as Fr } from "../shared/RadioGroup-B8CXU8-l.js";
|
|
33
|
+
import { S as gr } from "../shared/Switch-B5DSQLFL.js";
|
|
34
|
+
import { D as ur, a as Dr } from "../shared/DialogFooter-CDlh11Gy.js";
|
|
35
|
+
import { D as Pr } from "../shared/DialogHeader-PMBgMjsb.js";
|
|
36
|
+
import { C as Br } from "../shared/ConfirmDialog-CjrWhDx8.js";
|
|
37
|
+
import { D as hr, a as wr, b as Mr } from "../shared/DrawerFooter-Bb-X7keE.js";
|
|
38
38
|
import { M as Ar } from "../shared/Menu-Cv9dU1iA.js";
|
|
39
39
|
import { P as vr } from "../shared/PanelMenu-BpjNM7O_.js";
|
|
40
|
-
import { S as Er, c as Gr } from "../shared/Snackbar-
|
|
41
|
-
import { S as yr } from "../shared/Stepper-
|
|
42
|
-
import { D as Nr } from "../shared/DatePicker-
|
|
43
|
-
import { P as qr } from "../shared/Paginator-
|
|
44
|
-
import { I as Jr } from "../shared/ImageItem-
|
|
40
|
+
import { S as Er, c as Gr } from "../shared/Snackbar-3BxmqK8x.js";
|
|
41
|
+
import { S as yr } from "../shared/Stepper-DrKKSn_j.js";
|
|
42
|
+
import { D as Nr } from "../shared/DatePicker-DhIWE0V_.js";
|
|
43
|
+
import { P as qr } from "../shared/Paginator-QTDpAJ-N.js";
|
|
44
|
+
import { I as Jr } from "../shared/ImageItem-CL2VGEha.js";
|
|
45
45
|
import { I as Qr } from "../shared/ImageSlider-Bgb1kNQ4.js";
|
|
46
|
-
import { S as Vr } from "../shared/SegmentedControl-
|
|
47
|
-
import { S as Xr } from "../shared/Skeleton-
|
|
48
|
-
import { S as Zr } from "../shared/Slider-
|
|
49
|
-
import { D as $r } from "../shared/Divider-
|
|
46
|
+
import { S as Vr } from "../shared/SegmentedControl-BfE3jNM6.js";
|
|
47
|
+
import { S as Xr } from "../shared/Skeleton-DpWtYSz4.js";
|
|
48
|
+
import { S as Zr } from "../shared/Slider-Cl9PyH2q.js";
|
|
49
|
+
import { D as $r } from "../shared/Divider-CSQOHeMo.js";
|
|
50
50
|
export {
|
|
51
51
|
e as Accordion,
|
|
52
52
|
t as Avatar,
|
package/dist/input-otp/index.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
+
export declare const ICON_FIELD_POSITIONS: readonly ["left", "right"];
|
|
3
|
+
export type IconFieldPosition = (typeof ICON_FIELD_POSITIONS)[number];
|
|
2
4
|
export interface IconFieldProperties {
|
|
3
5
|
icon: ReactNode;
|
|
4
|
-
position?:
|
|
6
|
+
position?: IconFieldPosition;
|
|
5
7
|
/** Dims the icon to match a disabled sibling input. IconField can't see
|
|
6
8
|
* that prop on its own (it lives on the input, not on IconField) — pass
|
|
7
9
|
* it through explicitly when composing (see SearchField). @default false */
|
package/dist/input-text/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as o, a as r } from "../shared/IconField-
|
|
2
|
-
import { C as s, F as l, a as F, H as p } from "../shared/HelperText-
|
|
1
|
+
import { I as o, a as r } from "../shared/IconField-CqKydKep.js";
|
|
2
|
+
import { C as s, F as l, a as F, H as p } from "../shared/HelperText-zmUym82m.js";
|
|
3
3
|
export {
|
|
4
4
|
s as CharacterCount,
|
|
5
5
|
l as FloatLabel,
|