@pismo/marola 1.0.0-beta.11 → 1.0.0-beta.13
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/Toggle-uBAGft1J.js +181 -0
- package/dist/assets/StepperNavigator.css +1 -0
- package/dist/assets/Toggle2.css +1 -1
- package/dist/components/Adornment/Adornment.d.ts +1 -0
- package/dist/components/Adornment/Adornment.stories.d.ts +14 -0
- package/dist/components/Autocomplete/Autocomplete.d.ts +4 -2
- package/dist/components/Autocomplete/Autocomplete.js +179 -178
- package/dist/components/Autocomplete/Autocomplete.stories.d.ts +2 -1
- package/dist/components/Chip/Chip.js +1 -1
- package/dist/components/Dialog/Dialog.stories.d.ts +1 -1
- package/dist/components/Icon/Icon.js +44 -32
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/RowItem/RowItem.js +1 -1
- package/dist/components/RowItem/RowItem.stories.d.ts +17 -0
- package/dist/components/StepperNavigator/StepperNavigator.d.ts +43 -0
- package/dist/components/StepperNavigator/StepperNavigator.js +56 -0
- package/dist/components/StepperNavigator/StepperNavigator.stories.d.ts +16 -0
- package/dist/components/StepperNavigator/StepperNavigator.test.d.ts +1 -0
- package/dist/components/TextDisplay/TextDisplay.stories.d.ts +1 -0
- package/dist/components/ToggleGroup/Toggle.js +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.js +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/main.js +53 -51
- package/package.json +2 -1
- package/dist/Toggle-C7W0gYOI.js +0 -175
package/dist/main.js
CHANGED
|
@@ -3,81 +3,83 @@ import { Advice as p } from "./components/Advice/Advice.js";
|
|
|
3
3
|
import { Autocomplete as f } from "./components/Autocomplete/Autocomplete.js";
|
|
4
4
|
import { Button as x } from "./components/Button/Button.js";
|
|
5
5
|
import { Checkbox as l } from "./components/Checkbox/Checkbox.js";
|
|
6
|
-
import { C as T, R as s, T as c } from "./Toggle-
|
|
7
|
-
import { Dialog as
|
|
6
|
+
import { C as T, R as s, T as c } from "./Toggle-uBAGft1J.js";
|
|
7
|
+
import { Dialog as S } from "./components/Dialog/Dialog.js";
|
|
8
8
|
import { EllipsisTooltip as d } from "./components/EllipsisTooltip/EllipsisTooltip.js";
|
|
9
9
|
import { Icon as k } from "./components/Icon/Icon.js";
|
|
10
10
|
import { IconButton as I } from "./components/IconButton/IconButton.js";
|
|
11
11
|
import { Input as D } from "./components/Input/Input.js";
|
|
12
12
|
import { InputSearch as A } from "./components/InputSearch/InputSearch.js";
|
|
13
|
-
import { LoadingSpinner as
|
|
14
|
-
import { PageHeader as
|
|
13
|
+
import { LoadingSpinner as v } from "./components/LoadingSpinner/LoadingSpinner.js";
|
|
14
|
+
import { PageHeader as G } from "./components/PageHeader/PageHeader.js";
|
|
15
15
|
import { Pagination as R, paginationDefaultTranslations as w } from "./components/Pagination/Pagination.js";
|
|
16
|
-
import { Select as L, SelectOption as
|
|
17
|
-
import { Skeleton as
|
|
18
|
-
import { Snackbar as
|
|
19
|
-
import { SortTooltip as
|
|
16
|
+
import { Select as L, SelectOption as N } from "./components/Select/Select.js";
|
|
17
|
+
import { Skeleton as j, SkeletonCircle as q, SkeletonTable as z } from "./components/Skeleton/Skeleton.js";
|
|
18
|
+
import { Snackbar as J } from "./components/Snackbar/Snackbar.js";
|
|
19
|
+
import { SortTooltip as M, sortTooltipDefaultTranslations as Q } from "./components/SortTooltip/SortTooltip.js";
|
|
20
20
|
import { Stepper as V } from "./components/Stepper/Stepper.js";
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import { default as Io } from "./components/Dialog/
|
|
31
|
-
import { default as Do } from "./components/Dialog/
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
21
|
+
import { StepperNavigator as X } from "./components/StepperNavigator/StepperNavigator.js";
|
|
22
|
+
import { TBody as Z, THead as _, Table as $, Td as oo, Th as ro, Tr as eo } from "./components/Table/Table.js";
|
|
23
|
+
import { Tabs as po } from "./components/Tabs/Tabs.js";
|
|
24
|
+
import { TextDisplay as fo } from "./components/TextDisplay/TextDisplay.js";
|
|
25
|
+
import { Toggle as xo } from "./components/Toggle/Toggle.js";
|
|
26
|
+
import { G as lo } from "./Group-B3p31ftp.js";
|
|
27
|
+
import { Tooltip as To } from "./components/Tooltip/Tooltip.js";
|
|
28
|
+
import { Text as co, Typography as go } from "./components/Typography/Typography.js";
|
|
29
|
+
import { SnackbarContext as uo, SnackbarProvider as bo, useSnackbar as ko } from "./contexts/SnackbarProvider/SnackbarProvider.js";
|
|
30
|
+
import { default as Io } from "./components/Dialog/DialogTitle.js";
|
|
31
|
+
import { default as Do } from "./components/Dialog/Content.js";
|
|
32
|
+
import { default as Ao } from "./components/Dialog/Actions.js";
|
|
33
|
+
import { Tab as vo } from "./components/Tabs/Tab.js";
|
|
34
|
+
import { TabPanel as Go } from "./components/Tabs/TabPanel.js";
|
|
34
35
|
export {
|
|
35
|
-
|
|
36
|
+
Ao as Actions,
|
|
36
37
|
e as Adornment,
|
|
37
38
|
p as Advice,
|
|
38
39
|
f as Autocomplete,
|
|
39
40
|
x as Button,
|
|
40
41
|
l as Checkbox,
|
|
41
42
|
T as Chip,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
Do as Content,
|
|
44
|
+
S as Dialog,
|
|
45
|
+
Io as DialogTitle,
|
|
45
46
|
d as EllipsisTooltip,
|
|
46
47
|
k as Icon,
|
|
47
48
|
I as IconButton,
|
|
48
49
|
D as Input,
|
|
49
50
|
A as InputSearch,
|
|
50
|
-
|
|
51
|
-
|
|
51
|
+
v as LoadingSpinner,
|
|
52
|
+
G as PageHeader,
|
|
52
53
|
R as Pagination,
|
|
53
54
|
s as RowItem,
|
|
54
55
|
L as Select,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
56
|
+
N as SelectOption,
|
|
57
|
+
j as Skeleton,
|
|
58
|
+
q as SkeletonCircle,
|
|
59
|
+
z as SkeletonTable,
|
|
60
|
+
J as Snackbar,
|
|
61
|
+
uo as SnackbarContext,
|
|
62
|
+
bo as SnackbarProvider,
|
|
63
|
+
M as SortTooltip,
|
|
63
64
|
V as Stepper,
|
|
64
|
-
X as
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
xo as
|
|
65
|
+
X as StepperNavigator,
|
|
66
|
+
Z as TBody,
|
|
67
|
+
_ as THead,
|
|
68
|
+
vo as Tab,
|
|
69
|
+
Go as TabPanel,
|
|
70
|
+
$ as Table,
|
|
71
|
+
po as Tabs,
|
|
72
|
+
oo as Td,
|
|
73
|
+
co as Text,
|
|
74
|
+
fo as TextDisplay,
|
|
75
|
+
ro as Th,
|
|
76
|
+
xo as Toggle,
|
|
77
|
+
lo as ToggleGroup,
|
|
76
78
|
c as ToggleGroupItem,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
79
|
+
To as Tooltip,
|
|
80
|
+
eo as Tr,
|
|
81
|
+
go as Typography,
|
|
80
82
|
w as paginationDefaultTranslations,
|
|
81
83
|
Q as sortTooltipDefaultTranslations,
|
|
82
|
-
|
|
84
|
+
ko as useSnackbar
|
|
83
85
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pismo/marola",
|
|
3
3
|
"description": "CDX tribe component library",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.13",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"@storybook/react": "^8.0.8",
|
|
54
54
|
"@storybook/react-vite": "^8.0.8",
|
|
55
55
|
"@storybook/test": "^8.0.8",
|
|
56
|
+
"@testing-library/jest-dom": "^6.4.6",
|
|
56
57
|
"@testing-library/react": "^15.0.5",
|
|
57
58
|
"@types/node": "^20.12.2",
|
|
58
59
|
"@types/react": "^18.2.66",
|
package/dist/Toggle-C7W0gYOI.js
DELETED
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
import './assets/Toggle2.css';
|
|
2
|
-
import { jsx as e, jsxs as q } from "react/jsx-runtime";
|
|
3
|
-
import { forwardRef as y } from "react";
|
|
4
|
-
import { c as r } from "./clsx-DB4S2d7J.js";
|
|
5
|
-
import { Icon as N } from "./components/Icon/Icon.js";
|
|
6
|
-
import { Typography as x } from "./components/Typography/Typography.js";
|
|
7
|
-
import "./components/Button/Button.js";
|
|
8
|
-
import { Adornment as C } from "./components/Adornment/Adornment.js";
|
|
9
|
-
import "./components/Dialog/Backdrop.js";
|
|
10
|
-
import "./components/IconButton/IconButton.js";
|
|
11
|
-
import "./components/Select/Select.js";
|
|
12
|
-
import "./components/Table/Table.js";
|
|
13
|
-
import "./components/Tabs/Tabs.js";
|
|
14
|
-
import { s as k } from "./Group-B3p31ftp.js";
|
|
15
|
-
import "./contexts/SnackbarProvider/SnackbarProvider.js";
|
|
16
|
-
import { Skeleton as f } from "./components/Skeleton/Skeleton.js";
|
|
17
|
-
import { B as w } from "./Button-DiLqcAJG.js";
|
|
18
|
-
const I = "_chip_1qd8i_61", P = "_chip__adornment_1qd8i_115", S = "_chip__remove_1qd8i_120", d = {
|
|
19
|
-
"u-typography-h1": "_u-typography-h1_1qd8i_1",
|
|
20
|
-
"u-typography-h2": "_u-typography-h2_1qd8i_8",
|
|
21
|
-
"u-typography-h3": "_u-typography-h3_1qd8i_15",
|
|
22
|
-
"u-typography-h4": "_u-typography-h4_1qd8i_22",
|
|
23
|
-
"u-typography-h5": "_u-typography-h5_1qd8i_29",
|
|
24
|
-
"u-typography-h6": "_u-typography-h6_1qd8i_36",
|
|
25
|
-
"u-typography-base": "_u-typography-base_1qd8i_43",
|
|
26
|
-
"u-typography-base--xxl": "_u-typography-base--xxl_1qd8i_49",
|
|
27
|
-
"u-typography-base--xl": "_u-typography-base--xl_1qd8i_53",
|
|
28
|
-
"u-typography-base--lg": "_u-typography-base--lg_1qd8i_57",
|
|
29
|
-
"u-typography-base--sm": "_u-typography-base--sm_1qd8i_61",
|
|
30
|
-
chip: I,
|
|
31
|
-
"u-typography-base--bold": "_u-typography-base--bold_1qd8i_65",
|
|
32
|
-
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_1qd8i_68",
|
|
33
|
-
"u-typography-base--underlined": "_u-typography-base--underlined_1qd8i_71",
|
|
34
|
-
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1qd8i_74",
|
|
35
|
-
"chip--button": "_chip--button_1qd8i_90",
|
|
36
|
-
"chip--outlined": "_chip--outlined_1qd8i_103",
|
|
37
|
-
"chip--contained": "_chip--contained_1qd8i_109",
|
|
38
|
-
chip__adornment: P,
|
|
39
|
-
chip__remove: S,
|
|
40
|
-
"chip__remove--disabled": "_chip__remove--disabled_1qd8i_131",
|
|
41
|
-
"chip-loading": "_chip-loading_1qd8i_135"
|
|
42
|
-
}, R = y((o, s) => {
|
|
43
|
-
const { children: c, onClickContent: a, disabled: _, className: t, variant: n } = o;
|
|
44
|
-
let i = r(
|
|
45
|
-
d.chip,
|
|
46
|
-
{ [d["chip--outlined"]]: n === "outlined" },
|
|
47
|
-
{ [d["chip--contained"]]: n === "contained" },
|
|
48
|
-
t
|
|
49
|
-
);
|
|
50
|
-
return a ? (i += ` ${d["chip--button"]}`, /* @__PURE__ */ e(
|
|
51
|
-
w,
|
|
52
|
-
{
|
|
53
|
-
onClick: a,
|
|
54
|
-
disabled: _,
|
|
55
|
-
"data-testid": o["data-testid"],
|
|
56
|
-
ref: s,
|
|
57
|
-
className: i,
|
|
58
|
-
children: c
|
|
59
|
-
}
|
|
60
|
-
)) : /* @__PURE__ */ e("span", { "data-testid": o["data-testid"], ref: s, className: i, children: c });
|
|
61
|
-
}), M = y((o, s) => {
|
|
62
|
-
const {
|
|
63
|
-
label: c,
|
|
64
|
-
className: a,
|
|
65
|
-
onClickContent: _,
|
|
66
|
-
leftAdornment: t,
|
|
67
|
-
loading: n = !1,
|
|
68
|
-
disabled: i = !1,
|
|
69
|
-
variant: u = "default",
|
|
70
|
-
onClickRemove: h
|
|
71
|
-
} = o;
|
|
72
|
-
if (n)
|
|
73
|
-
return /* @__PURE__ */ e(
|
|
74
|
-
f,
|
|
75
|
-
{
|
|
76
|
-
className: r(d["chip-loading"], o["className-skeleton"]),
|
|
77
|
-
"data-testid": o["data-testid-skeleton"]
|
|
78
|
-
}
|
|
79
|
-
);
|
|
80
|
-
const g = r(t == null ? void 0 : t.className, d.chip__adornment), b = t != null && t.customIcon ? { ...t, className: g } : { ...t, disabled: i, className: g };
|
|
81
|
-
return /* @__PURE__ */ q(
|
|
82
|
-
R,
|
|
83
|
-
{
|
|
84
|
-
ref: s,
|
|
85
|
-
"data-testid": o["data-testid"],
|
|
86
|
-
onClickContent: _,
|
|
87
|
-
disabled: i,
|
|
88
|
-
className: a,
|
|
89
|
-
variant: u,
|
|
90
|
-
children: [
|
|
91
|
-
t && /* @__PURE__ */ e(C, { ...b }),
|
|
92
|
-
c,
|
|
93
|
-
h && /* @__PURE__ */ e(
|
|
94
|
-
"span",
|
|
95
|
-
{
|
|
96
|
-
className: r(d.chip__remove, { [d["chip__remove--disabled"]]: i }),
|
|
97
|
-
role: "button",
|
|
98
|
-
tabIndex: i ? -1 : 0,
|
|
99
|
-
"aria-label": "remove",
|
|
100
|
-
onClick: (l) => {
|
|
101
|
-
l == null || l.stopPropagation(), l == null || l.nativeEvent.stopImmediatePropagation(), h();
|
|
102
|
-
},
|
|
103
|
-
"aria-disabled": i,
|
|
104
|
-
children: /* @__PURE__ */ e(N, { icon: "circle-xmark", size: "1.125rem", color: "rgba(var(--gray-95-rgb), 0.45)" })
|
|
105
|
-
}
|
|
106
|
-
)
|
|
107
|
-
]
|
|
108
|
-
}
|
|
109
|
-
);
|
|
110
|
-
}), m = {
|
|
111
|
-
"row-item": "_row-item_ag6tb_1",
|
|
112
|
-
"row-item--clickable": "_row-item--clickable_ag6tb_15",
|
|
113
|
-
"row-item__content": "_row-item__content_ag6tb_18"
|
|
114
|
-
}, O = y((o, s) => {
|
|
115
|
-
const { children: c, leftAdornment: a, disabled: _, onClick: t, buttons: n, ariaLabel: i, className: u } = o, h = r(a == null ? void 0 : a.className, m["row-item__adornment"]), b = {
|
|
116
|
-
onClick: (p) => {
|
|
117
|
-
t && t(p);
|
|
118
|
-
},
|
|
119
|
-
tabIndex: 0,
|
|
120
|
-
"aria-label": i,
|
|
121
|
-
role: "button"
|
|
122
|
-
}, l = a != null && a.customIcon ? a : { size: "1rem", ...a };
|
|
123
|
-
return /* @__PURE__ */ q(
|
|
124
|
-
"div",
|
|
125
|
-
{
|
|
126
|
-
"data-testid": o["data-testid"],
|
|
127
|
-
className: r(m["row-item"], { [m["row-item--clickable"]]: !!t }, u),
|
|
128
|
-
...!!t && b,
|
|
129
|
-
ref: s,
|
|
130
|
-
children: [
|
|
131
|
-
a && /* @__PURE__ */ e(C, { ...l, className: h, disabled: _ }),
|
|
132
|
-
/* @__PURE__ */ e("span", { className: r(m["row-item__content"]), children: c }),
|
|
133
|
-
n && /* @__PURE__ */ e(
|
|
134
|
-
"div",
|
|
135
|
-
{
|
|
136
|
-
onClick: (p) => {
|
|
137
|
-
p == null || p.stopPropagation(), p == null || p.nativeEvent.stopImmediatePropagation();
|
|
138
|
-
},
|
|
139
|
-
children: n
|
|
140
|
-
}
|
|
141
|
-
)
|
|
142
|
-
]
|
|
143
|
-
}
|
|
144
|
-
);
|
|
145
|
-
}), Q = y((o, s) => {
|
|
146
|
-
const { text: c, isSelected: a = !1, value: _, onChange: t } = o;
|
|
147
|
-
return /* @__PURE__ */ q(
|
|
148
|
-
"label",
|
|
149
|
-
{
|
|
150
|
-
className: r([k.toggle__label], { [k["toggle__label--selected"]]: a }),
|
|
151
|
-
"data-testid": o["data-testid"],
|
|
152
|
-
children: [
|
|
153
|
-
/* @__PURE__ */ e(
|
|
154
|
-
"input",
|
|
155
|
-
{
|
|
156
|
-
className: r([k.toggle__input]),
|
|
157
|
-
type: "radio",
|
|
158
|
-
ref: s,
|
|
159
|
-
value: _.toString(),
|
|
160
|
-
onChange: () => t(_),
|
|
161
|
-
role: "radio",
|
|
162
|
-
checked: a,
|
|
163
|
-
"aria-checked": a
|
|
164
|
-
}
|
|
165
|
-
),
|
|
166
|
-
/* @__PURE__ */ e(x, { bold: !0, children: c })
|
|
167
|
-
]
|
|
168
|
-
}
|
|
169
|
-
);
|
|
170
|
-
});
|
|
171
|
-
export {
|
|
172
|
-
M as C,
|
|
173
|
-
O as R,
|
|
174
|
-
Q as T
|
|
175
|
-
};
|