@pismo/marola 1.0.0-beta.62 → 1.0.0-beta.63
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.
|
@@ -11,5 +11,4 @@ export interface DescriptionProps {
|
|
|
11
11
|
/** Sets the label and value onto the same line */
|
|
12
12
|
inline?: boolean;
|
|
13
13
|
}
|
|
14
|
-
declare const Description: ({ label, value, isLoading, "data-testid": dataTestId, inline, }: DescriptionProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export default Description;
|
|
14
|
+
export declare const Description: ({ label, value, isLoading, "data-testid": dataTestId, inline, }: DescriptionProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../assets/Description.css';
|
|
2
|
-
import { jsxs as
|
|
3
|
-
import { c as
|
|
2
|
+
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
3
|
+
import { c as s } from "../../clsx-DB4S2d7J.js";
|
|
4
4
|
import { Skeleton as o } from "../Skeleton/Skeleton.js";
|
|
5
5
|
import { Typography as p } from "../Typography/Typography.js";
|
|
6
6
|
const i = "_container_he0z3_78", a = {
|
|
@@ -28,10 +28,10 @@ const i = "_container_he0z3_78", a = {
|
|
|
28
28
|
isLoading: r,
|
|
29
29
|
"data-testid": e = "Description",
|
|
30
30
|
inline: h
|
|
31
|
-
}) => /* @__PURE__ */
|
|
31
|
+
}) => /* @__PURE__ */ n(
|
|
32
32
|
"div",
|
|
33
33
|
{
|
|
34
|
-
className:
|
|
34
|
+
className: s([a.container, { [a["container--inline"]]: h }]),
|
|
35
35
|
"data-testid": `${e}-container`,
|
|
36
36
|
children: [
|
|
37
37
|
/* @__PURE__ */ t(p, { className: a["container--text"], variant: "base", "data-testid": `${e}-label`, children: r ? /* @__PURE__ */ t(o, { style: { width: 70, marginBottom: 2 }, "data-testid": `${e}-skeletonLabel` }) : y }),
|
|
@@ -50,5 +50,5 @@ const i = "_container_he0z3_78", a = {
|
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
52
|
export {
|
|
53
|
-
c as
|
|
53
|
+
c as Description
|
|
54
54
|
};
|
package/dist/main.js
CHANGED
|
@@ -1,93 +1,94 @@
|
|
|
1
|
-
import { Adornment as
|
|
2
|
-
import { Advice as
|
|
3
|
-
import { Autocomplete as
|
|
1
|
+
import { Adornment as t } from "./components/Adornment/Adornment.js";
|
|
2
|
+
import { Advice as a } from "./components/Advice/Advice.js";
|
|
3
|
+
import { Autocomplete as m } from "./components/Autocomplete/Autocomplete.js";
|
|
4
4
|
import "./components/Avatar/Avatar.js";
|
|
5
|
-
import { Button as
|
|
6
|
-
import { Checkbox as
|
|
7
|
-
import { C as
|
|
8
|
-
import { ConfirmationDialog as
|
|
9
|
-
import "
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import { SnackbarContext as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { Tab as
|
|
39
|
-
import { TabPanel as
|
|
5
|
+
import { Button as n } from "./components/Button/Button.js";
|
|
6
|
+
import { Checkbox as l } from "./components/Checkbox/Checkbox.js";
|
|
7
|
+
import { C as s, R as c, T as g } from "./Toggle-MfR7l8Wn.js";
|
|
8
|
+
import { ConfirmationDialog as S } from "./components/ConfirmationDialog/ConfirmationDialog.js";
|
|
9
|
+
import { Description as b } from "./components/Description/Description.js";
|
|
10
|
+
import { Dialog as C } from "./components/Dialog/Dialog.js";
|
|
11
|
+
import { EllipsisTooltip as D } from "./components/EllipsisTooltip/EllipsisTooltip.js";
|
|
12
|
+
import { Icon as P } from "./components/Icon/Icon.js";
|
|
13
|
+
import { IconButton as y } from "./components/IconButton/IconButton.js";
|
|
14
|
+
import { Input as B } from "./components/Input/Input.js";
|
|
15
|
+
import { InputSearch as R } from "./components/InputSearch/InputSearch.js";
|
|
16
|
+
import { LoadingSpinner as w } from "./components/LoadingSpinner/LoadingSpinner.js";
|
|
17
|
+
import { PageHeader as L } from "./components/PageHeader/PageHeader.js";
|
|
18
|
+
import { Pagination as O, paginationDefaultTranslations as W } from "./components/Pagination/Pagination.js";
|
|
19
|
+
import { Popover as q } from "./components/Popover/Popover.js";
|
|
20
|
+
import { ResultWithChips as F } from "./components/ResultWithChips/ResultWithChips.js";
|
|
21
|
+
import { Select as K, SelectOption as M } from "./components/Select/Select.js";
|
|
22
|
+
import { Skeleton as U, SkeletonCircle as V, SkeletonTable as X } from "./components/Skeleton/Skeleton.js";
|
|
23
|
+
import { Snackbar as Z } from "./components/Snackbar/Snackbar.js";
|
|
24
|
+
import { SortTooltip as $, sortTooltipDefaultTranslations as oo } from "./components/SortTooltip/SortTooltip.js";
|
|
25
|
+
import { Stepper as eo } from "./components/Stepper/Stepper.js";
|
|
26
|
+
import { StepperNavigator as po } from "./components/StepperNavigator/StepperNavigator.js";
|
|
27
|
+
import { TBody as fo, THead as mo, Table as xo, Td as no, Th as io, Tr as lo } from "./components/Table/Table.js";
|
|
28
|
+
import { Tabs as so } from "./components/Tabs/Tabs.js";
|
|
29
|
+
import { TextDisplay as go } from "./components/TextDisplay/TextDisplay.js";
|
|
30
|
+
import { Toggle as So } from "./components/Toggle/Toggle.js";
|
|
31
|
+
import { G as ko } from "./Group-DspH8hyO.js";
|
|
32
|
+
import { Tooltip as ho } from "./components/Tooltip/Tooltip.js";
|
|
33
|
+
import { Text as Io, Typography as Po } from "./components/Typography/Typography.js";
|
|
34
|
+
import { SnackbarContext as yo, SnackbarProvider as Ao, useSnackbar as Bo } from "./contexts/SnackbarProvider/SnackbarProvider.js";
|
|
35
|
+
import { default as Ro } from "./components/Dialog/DialogTitle.js";
|
|
36
|
+
import { default as wo } from "./components/Dialog/Content.js";
|
|
37
|
+
import { default as Lo } from "./components/Dialog/Actions.js";
|
|
38
|
+
import { Tab as Oo } from "./components/Tabs/Tab.js";
|
|
39
|
+
import { TabPanel as jo } from "./components/Tabs/TabPanel.js";
|
|
40
40
|
export {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
41
|
+
Lo as Actions,
|
|
42
|
+
t as Adornment,
|
|
43
|
+
a as Advice,
|
|
44
|
+
m as Autocomplete,
|
|
45
|
+
n as Button,
|
|
46
|
+
l as Checkbox,
|
|
47
|
+
s as Chip,
|
|
48
|
+
S as ConfirmationDialog,
|
|
49
|
+
wo as Content,
|
|
50
|
+
b as Description,
|
|
51
|
+
C as Dialog,
|
|
52
|
+
Ro as DialogTitle,
|
|
53
|
+
D as EllipsisTooltip,
|
|
54
|
+
P as Icon,
|
|
55
|
+
y as IconButton,
|
|
56
|
+
B as Input,
|
|
57
|
+
R as InputSearch,
|
|
58
|
+
w as LoadingSpinner,
|
|
59
|
+
L as PageHeader,
|
|
60
|
+
O as Pagination,
|
|
61
|
+
q as Popover,
|
|
62
|
+
F as ResultWithChips,
|
|
62
63
|
c as RowItem,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
64
|
+
K as Select,
|
|
65
|
+
M as SelectOption,
|
|
66
|
+
U as Skeleton,
|
|
67
|
+
V as SkeletonCircle,
|
|
68
|
+
X as SkeletonTable,
|
|
69
|
+
Z as Snackbar,
|
|
70
|
+
yo as SnackbarContext,
|
|
71
|
+
Ao as SnackbarProvider,
|
|
72
|
+
$ as SortTooltip,
|
|
73
|
+
eo as Stepper,
|
|
74
|
+
po as StepperNavigator,
|
|
75
|
+
fo as TBody,
|
|
76
|
+
mo as THead,
|
|
77
|
+
Oo as Tab,
|
|
78
|
+
jo as TabPanel,
|
|
79
|
+
xo as Table,
|
|
80
|
+
so as Tabs,
|
|
81
|
+
no as Td,
|
|
82
|
+
Io as Text,
|
|
83
|
+
go as TextDisplay,
|
|
84
|
+
io as Th,
|
|
85
|
+
So as Toggle,
|
|
86
|
+
ko as ToggleGroup,
|
|
87
|
+
g as ToggleGroupItem,
|
|
88
|
+
ho as Tooltip,
|
|
89
|
+
lo as Tr,
|
|
90
|
+
Po as Typography,
|
|
91
|
+
W as paginationDefaultTranslations,
|
|
92
|
+
oo as sortTooltipDefaultTranslations,
|
|
93
|
+
Bo as useSnackbar
|
|
93
94
|
};
|