@pismo/marola 1.0.15 → 1.0.16
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/assets/Alert.css +1 -1
- package/dist/components/Alert/Alert.js +31 -31
- package/dist/components/Chip/Chip.stories.d.ts +1 -1
- package/dist/components/ConfirmationDialog/ConfirmationDialog.stories.d.ts +1 -1
- package/dist/components/Dialog/Dialog.stories.d.ts +1 -1
- package/dist/components/EllipsisTooltip/EllipsisTooltip.stories.d.ts +1 -1
- package/dist/components/LoadingSpinner/LoadingSpinner.stories.d.ts +1 -1
- package/dist/components/Popover/Popover.stories.d.ts +1 -1
- package/dist/components/Snackbar/Snackbar.stories.d.ts +1 -1
- package/dist/components/Tag/Tag.d.ts +2 -1
- package/dist/components/Tag/Tag.js +13 -12
- package/dist/components/Tag/Tag.stories.d.ts +2 -1
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/components/Typography/Typography.stories.d.ts +1 -1
- package/dist/contexts/SnackbarProvider/SnackbarProvider.stories.d.ts +1 -1
- package/package.json +1 -1
package/dist/assets/Alert.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_1043z_1{font-size:var(--heading-font-size-1);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-1);margin:0}._u-typography-h2_1043z_8{font-size:var(--heading-font-size-2);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-2);margin:0}._u-typography-h3_1043z_15{font-size:var(--heading-font-size-3);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-3);margin:0}._u-typography-h4_1043z_22{font-size:var(--heading-font-size-4);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-4);margin:0}._u-typography-h5_1043z_29{font-size:var(--heading-font-size-5);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-5);margin:0}._u-typography-h6_1043z_36{font-size:var(--heading-font-size-6);font-weight:var(--heading-font-weight);line-height:var(--heading-line-height-6);margin:0}._u-typography-base_1043z_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_1043z_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_1043z_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_1043z_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_1043z_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_1043z_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_1043z_68{text-decoration:line-through}._u-typography-base--underlined_1043z_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_1043z_74{text-decoration:underline line-through}._container_1043z_78{display:flex;width:100%;padding:16px;border:1px solid;border-radius:6px}._container--success_1043z_85{background-color:var(--green-1);border-color:var(--green-3)}._container--warning_1043z_89{background-color:var(--gold-1);border-color:var(--gold-3)}._container--error_1043z_93{background-color:var(--error-background);border-color:var(--error-border)}._container--info_1043z_97{background-color:var(--blue-1);border-color:var(--blue-3)}._container--default_1043z_101{background-color:var(--white-100);border-color:var(--border)}._container--close-icon_1043z_105{justify-self:flex-end;margin-left:16px;cursor:pointer}._container--content_1043z_110{width:100%}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import '../../assets/Alert.css';
|
|
2
|
-
import { jsxs as
|
|
2
|
+
import { jsxs as p, jsx as a } from "react/jsx-runtime";
|
|
3
3
|
import { c as y } from "../../clsx-DB4S2d7J.js";
|
|
4
4
|
import { Icon as s } from "../Icon/Icon.js";
|
|
5
|
-
const h = "
|
|
6
|
-
"u-typography-h1": "_u-typography-
|
|
7
|
-
"u-typography-h2": "_u-typography-
|
|
8
|
-
"u-typography-h3": "_u-typography-
|
|
9
|
-
"u-typography-h4": "_u-typography-
|
|
10
|
-
"u-typography-h5": "_u-typography-
|
|
11
|
-
"u-typography-h6": "_u-typography-
|
|
12
|
-
"u-typography-base": "_u-typography-
|
|
13
|
-
"u-typography-base--xxl": "_u-typography-base--
|
|
14
|
-
"u-typography-base--xl": "_u-typography-base--
|
|
15
|
-
"u-typography-base--lg": "_u-typography-base--
|
|
16
|
-
"u-typography-base--sm": "_u-typography-base--
|
|
17
|
-
"u-typography-base--bold": "_u-typography-base--
|
|
18
|
-
"u-typography-base--strikethrough": "_u-typography-base--
|
|
19
|
-
"u-typography-base--underlined": "_u-typography-base--
|
|
20
|
-
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-
|
|
5
|
+
const h = "_container_1043z_78", t = {
|
|
6
|
+
"u-typography-h1": "_u-typography-h1_1043z_1",
|
|
7
|
+
"u-typography-h2": "_u-typography-h2_1043z_8",
|
|
8
|
+
"u-typography-h3": "_u-typography-h3_1043z_15",
|
|
9
|
+
"u-typography-h4": "_u-typography-h4_1043z_22",
|
|
10
|
+
"u-typography-h5": "_u-typography-h5_1043z_29",
|
|
11
|
+
"u-typography-h6": "_u-typography-h6_1043z_36",
|
|
12
|
+
"u-typography-base": "_u-typography-base_1043z_43",
|
|
13
|
+
"u-typography-base--xxl": "_u-typography-base--xxl_1043z_49",
|
|
14
|
+
"u-typography-base--xl": "_u-typography-base--xl_1043z_53",
|
|
15
|
+
"u-typography-base--lg": "_u-typography-base--lg_1043z_57",
|
|
16
|
+
"u-typography-base--sm": "_u-typography-base--sm_1043z_61",
|
|
17
|
+
"u-typography-base--bold": "_u-typography-base--bold_1043z_65",
|
|
18
|
+
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_1043z_68",
|
|
19
|
+
"u-typography-base--underlined": "_u-typography-base--underlined_1043z_71",
|
|
20
|
+
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1043z_74",
|
|
21
21
|
container: h,
|
|
22
|
-
"container--success": "_container--
|
|
23
|
-
"container--warning": "_container--
|
|
24
|
-
"container--error": "_container--
|
|
25
|
-
"container--info": "_container--
|
|
26
|
-
"container--default": "_container--
|
|
27
|
-
"container--close-icon": "_container--close-
|
|
28
|
-
"container--content": "_container--
|
|
29
|
-
}, g = ({ type:
|
|
30
|
-
const
|
|
31
|
-
return /* @__PURE__ */
|
|
32
|
-
/* @__PURE__ */ a("div", { className: t["container--content"], children:
|
|
33
|
-
!!
|
|
22
|
+
"container--success": "_container--success_1043z_85",
|
|
23
|
+
"container--warning": "_container--warning_1043z_89",
|
|
24
|
+
"container--error": "_container--error_1043z_93",
|
|
25
|
+
"container--info": "_container--info_1043z_97",
|
|
26
|
+
"container--default": "_container--default_1043z_101",
|
|
27
|
+
"container--close-icon": "_container--close-icon_1043z_105",
|
|
28
|
+
"container--content": "_container--content_1043z_110"
|
|
29
|
+
}, g = ({ type: e = "default", children: n, "data-testid": o, onClose: r }) => {
|
|
30
|
+
const _ = y(t.container, t[`container--${e}`]);
|
|
31
|
+
return /* @__PURE__ */ p("div", { "data-testid": o, className: _, children: [
|
|
32
|
+
/* @__PURE__ */ a("div", { className: t["container--content"], children: n }),
|
|
33
|
+
!!r && /* @__PURE__ */ a(
|
|
34
34
|
"div",
|
|
35
35
|
{
|
|
36
|
-
"data-testid": `${
|
|
37
|
-
onClick: () =>
|
|
36
|
+
"data-testid": `${o}-close-button`,
|
|
37
|
+
onClick: () => r(),
|
|
38
38
|
className: t["container--close-icon"],
|
|
39
39
|
children: /* @__PURE__ */ a(s, { icon: "xmark" })
|
|
40
40
|
}
|
|
@@ -4,7 +4,7 @@ declare const meta: {
|
|
|
4
4
|
title: string;
|
|
5
5
|
component: import('react').ForwardRefExoticComponent<import('./Chip').ChipProps & import('react').RefAttributes<unknown>>;
|
|
6
6
|
tags: string[];
|
|
7
|
-
decorators: ((Story: import('@storybook/
|
|
7
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
8
8
|
label: import('react').ReactNode;
|
|
9
9
|
loading?: boolean | undefined;
|
|
10
10
|
leftAdornment?: import('../Adornment/Adornment').AdornmentProps | undefined;
|
|
@@ -5,7 +5,7 @@ declare const meta: {
|
|
|
5
5
|
title: string;
|
|
6
6
|
component: ({ open, onClose, title, subtitle, content, cancelAction, confirmAction, confirmLabel, cancelLabel, }: ConfirmationDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
tags: string[];
|
|
8
|
-
decorators: ((Story: import('@storybook/
|
|
8
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
9
9
|
open: boolean;
|
|
10
10
|
onClose: () => void;
|
|
11
11
|
title?: import('react').ReactNode;
|
|
@@ -10,7 +10,7 @@ declare const meta: {
|
|
|
10
10
|
Actions: import('react').FunctionComponent<import('./Actions').DialogActionProps>;
|
|
11
11
|
};
|
|
12
12
|
tags: string[];
|
|
13
|
-
decorators: ((Story: import('@storybook/
|
|
13
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
14
14
|
color?: string | undefined;
|
|
15
15
|
ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
16
16
|
children: import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> & import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<unknown>>;
|
|
@@ -8,7 +8,7 @@ declare const meta: {
|
|
|
8
8
|
parameters: {
|
|
9
9
|
layout: string;
|
|
10
10
|
};
|
|
11
|
-
decorators: ((Story: import('@storybook/
|
|
11
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
12
12
|
children: import('react').ReactNode;
|
|
13
13
|
title: import('react').ReactNode;
|
|
14
14
|
style?: import('react').CSSProperties | undefined;
|
|
@@ -4,7 +4,7 @@ declare const meta: {
|
|
|
4
4
|
title: string;
|
|
5
5
|
component: ({ invert, classNames }: import('./LoadingSpinner').LoadingSpinnerProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
tags: string[];
|
|
7
|
-
decorators: ((Story: import('@storybook/
|
|
7
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
8
8
|
invert?: boolean | undefined;
|
|
9
9
|
classNames?: string | undefined;
|
|
10
10
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
@@ -25,7 +25,7 @@ declare const meta: {
|
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
tags: string[];
|
|
28
|
-
decorators: ((Story: import('@storybook/
|
|
28
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
29
29
|
[x: string]: any;
|
|
30
30
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
31
31
|
};
|
|
@@ -5,7 +5,7 @@ declare const meta: {
|
|
|
5
5
|
title: string;
|
|
6
6
|
component: ({ snackbarMessage, variant, autoHideDuration, open, onClose, onClosed, classNameWrapper, "data-testid": dataTestId, }: SnackbarProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
tags: string[];
|
|
8
|
-
decorators: ((Story: import('@storybook/
|
|
8
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
9
9
|
accept?: string | undefined;
|
|
10
10
|
alt?: string | undefined;
|
|
11
11
|
autoComplete?: import('react').HTMLInputAutoCompleteAttribute | undefined;
|
|
@@ -8,7 +8,8 @@ export type TagProps = {
|
|
|
8
8
|
children: ReactNode;
|
|
9
9
|
'data-testid'?: string;
|
|
10
10
|
outlined?: boolean;
|
|
11
|
+
iconSize?: string | number;
|
|
11
12
|
'with-icon'?: boolean;
|
|
12
13
|
};
|
|
13
|
-
export declare const Tag: ({ variant, color, children, "data-testid": dataTestId, outlined, "with-icon": withIcon, }: TagProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const Tag: ({ variant, color, children, "data-testid": dataTestId, outlined, "with-icon": withIcon, iconSize, }: TagProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
15
|
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '../../assets/Tag.css';
|
|
2
|
-
import { jsx as o, jsxs as
|
|
3
|
-
import { useMemo as
|
|
2
|
+
import { jsx as o, jsxs as d } from "react/jsx-runtime";
|
|
3
|
+
import { useMemo as j } from "react";
|
|
4
4
|
import { c } from "../../clsx-DB4S2d7J.js";
|
|
5
|
-
import { Icon as
|
|
6
|
-
const
|
|
7
|
-
container:
|
|
5
|
+
import { Icon as g } from "../Icon/Icon.js";
|
|
6
|
+
const m = "_container_b8jbs_1", e = {
|
|
7
|
+
container: m,
|
|
8
8
|
"container--content": "_container--content_b8jbs_9",
|
|
9
9
|
"container--content__icon": "_container--content__icon_b8jbs_14",
|
|
10
10
|
"container--default": "_container--default_b8jbs_18",
|
|
@@ -41,33 +41,34 @@ const g = "_container_b8jbs_1", e = {
|
|
|
41
41
|
"container--red__outlined": "_container--red__outlined_b8jbs_127",
|
|
42
42
|
"container--volcano": "_container--volcano_b8jbs_130",
|
|
43
43
|
"container--volcano__outlined": "_container--volcano__outlined_b8jbs_134"
|
|
44
|
-
},
|
|
44
|
+
}, x = ({
|
|
45
45
|
variant: n,
|
|
46
46
|
color: _,
|
|
47
47
|
children: r,
|
|
48
48
|
"data-testid": a,
|
|
49
49
|
outlined: i = !1,
|
|
50
|
-
"with-icon": s = !1
|
|
50
|
+
"with-icon": s = !1,
|
|
51
|
+
iconSize: b
|
|
51
52
|
}) => {
|
|
52
53
|
n && _ && console.error("You should only use props Variant and Color one at a time");
|
|
53
|
-
const
|
|
54
|
+
const l = c(
|
|
54
55
|
e.container,
|
|
55
56
|
n && e[`container--${n}`],
|
|
56
57
|
_ && e[`container--${_}`],
|
|
57
58
|
i && _ && e[`container--${_}__outlined`],
|
|
58
59
|
i && n && e[`container--${n}__outlined`]
|
|
59
|
-
),
|
|
60
|
+
), u = c(e[`container--${n}__icon`], e["container--content__icon"]), t = j(() => !!n && {
|
|
60
61
|
default: "circle-minus",
|
|
61
62
|
processing: "arrows-rotate",
|
|
62
63
|
success: "circle-check",
|
|
63
64
|
warning: "circle-exclamation",
|
|
64
65
|
error: "circle-xmark"
|
|
65
66
|
}[n], [n]);
|
|
66
|
-
return /* @__PURE__ */ o("div", { "data-testid": a, className:
|
|
67
|
-
s && !!t && /* @__PURE__ */ o("div", { className:
|
|
67
|
+
return /* @__PURE__ */ o("div", { "data-testid": a, className: l, children: /* @__PURE__ */ d("div", { className: e["container--content"], children: [
|
|
68
|
+
s && !!t && /* @__PURE__ */ o("div", { className: u, children: /* @__PURE__ */ o(g, { size: b, icon: t }) }),
|
|
68
69
|
r
|
|
69
70
|
] }) });
|
|
70
71
|
};
|
|
71
72
|
export {
|
|
72
|
-
|
|
73
|
+
x as Tag
|
|
73
74
|
};
|
|
@@ -3,7 +3,7 @@ import { StoryObj } from '@storybook/react';
|
|
|
3
3
|
|
|
4
4
|
declare const meta: {
|
|
5
5
|
title: string;
|
|
6
|
-
component: ({ variant, color, children, "data-testid": dataTestId, outlined, "with-icon": withIcon, }: TagProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
component: ({ variant, color, children, "data-testid": dataTestId, outlined, "with-icon": withIcon, iconSize, }: TagProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
tags: string[];
|
|
8
8
|
parameters: {
|
|
9
9
|
layout: string;
|
|
@@ -27,3 +27,4 @@ export declare const Orange: Story;
|
|
|
27
27
|
export declare const Purple: Story;
|
|
28
28
|
export declare const Red: Story;
|
|
29
29
|
export declare const Volcano: Story;
|
|
30
|
+
export declare const WithSmallIcon: Story;
|
|
@@ -6,7 +6,7 @@ declare const meta: {
|
|
|
6
6
|
title: string;
|
|
7
7
|
component: import('react').ForwardRefExoticComponent<ToggleGroupProps & import('react').RefAttributes<HTMLFieldSetElement>>;
|
|
8
8
|
tags: string[];
|
|
9
|
-
decorators: ((Story: import('@storybook/
|
|
9
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
10
10
|
legend?: import('react').ReactNode;
|
|
11
11
|
error?: import('react').ReactNode;
|
|
12
12
|
children: import('react').ReactElement<import('./Toggle.tsx').ToggleGroupItemProps<string | number>, string | import('react').JSXElementConstructor<any>>[];
|
|
@@ -8,7 +8,7 @@ declare const meta: {
|
|
|
8
8
|
parameters: {
|
|
9
9
|
layout: string;
|
|
10
10
|
};
|
|
11
|
-
decorators: ((Story: import('@storybook/
|
|
11
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
12
12
|
children: import('react').ReactNode;
|
|
13
13
|
title: import('react').ReactNode;
|
|
14
14
|
open?: boolean | undefined;
|
|
@@ -12,7 +12,7 @@ declare const meta: {
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
decorators: ((Story: import('@storybook/
|
|
15
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
16
16
|
children: import('react').ReactNode;
|
|
17
17
|
element?: import('react').ElementType | undefined;
|
|
18
18
|
variant?: import('./Typography').VariantType | undefined;
|
|
@@ -12,7 +12,7 @@ declare const meta: {
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
tags: string[];
|
|
15
|
-
decorators: ((Story: import('@storybook/
|
|
15
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
16
16
|
[x: string]: any;
|
|
17
17
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
18
18
|
};
|