@pismo/marola 2.1.48 → 2.1.49
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/README.md +12 -0
- package/dist/assets/Alert.css +1 -1
- package/dist/components/Alert/Alert.d.ts +8 -2
- package/dist/components/Alert/Alert.js +68 -37
- package/dist/components/Alert/Alert.stories.d.ts +9 -2
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/utils/iconsList.js +142 -136
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,3 +33,15 @@ browser
|
|
|
33
33
|
#### Node version
|
|
34
34
|
|
|
35
35
|
This project uses a .nvmrc file, to auto switch node version follow [these steps](https://github.com/nvm-sh/nvm?tab=readme-ov-file#zsh) from the nvm project .
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
#### Publishing
|
|
39
|
+
|
|
40
|
+
This project is distributed to the Pismo's microfrontends via npm. To publish a new version of this library follow the following steps:
|
|
41
|
+
1 - Create a new branch from main and work on whatever updates, fixes or new features are needed.
|
|
42
|
+
2 - Before updating the version, pull from main to guarantee you are on the last published version.
|
|
43
|
+
3 - In the package.json file, update the version following the version semantics convention
|
|
44
|
+
4 - Open a Pull Request with your changes and send it to review on the design system guild channel
|
|
45
|
+
5 - When the PR is approved and the pipelines have passed, merge the branch
|
|
46
|
+
6 - Checkout main and pull from origin
|
|
47
|
+
7 - Run yarn publish (you will be requested for your NPM OTP, which should be available on your Google Authenticator App)
|
package/dist/assets/Alert.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_zek1y_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_zek1y_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_zek1y_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_zek1y_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_zek1y_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_zek1y_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_zek1y_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_zek1y_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_zek1y_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_zek1y_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_zek1y_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_zek1y_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_zek1y_68{text-decoration:line-through}._u-typography-base--underlined_zek1y_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_zek1y_74{text-decoration:underline line-through}._container_zek1y_78{display:flex;width:100%;padding:16px;border:1px solid;border-radius:6px}._container_zek1y_78 ._container--wrapper-content_zek1y_85{width:100%;display:flex;flex-direction:column;gap:.5rem}._container_zek1y_78 ._container--wrapper-content_zek1y_85 ._container--wrapper-header_zek1y_91,._container_zek1y_78 ._container--wrapper-content_zek1y_85 ._container--wrapper-body_zek1y_92{width:100%;display:flex;align-items:center;gap:.75rem}._container_zek1y_78 ._container--wrapper-content_zek1y_85 ._container--wrapper-header_zek1y_91 ._container--title_zek1y_98,._container_zek1y_78 ._container--wrapper-content_zek1y_85 ._container--wrapper-header_zek1y_91 ._container--content_zek1y_99,._container_zek1y_78 ._container--wrapper-content_zek1y_85 ._container--wrapper-body_zek1y_92 ._container--title_zek1y_98,._container_zek1y_78 ._container--wrapper-content_zek1y_85 ._container--wrapper-body_zek1y_92 ._container--content_zek1y_99{width:100%}._container_zek1y_78 ._container--wrapper-content_zek1y_85 ._container--wrapper-header_zek1y_91 ._container--icon_zek1y_104,._container_zek1y_78 ._container--wrapper-content_zek1y_85 ._container--wrapper-body_zek1y_92 ._container--icon_zek1y_104{display:flex}._container_zek1y_78 ._container--wrapper-content_zek1y_85 ._container--wrapper-header_zek1y_91 ._container--icon_zek1y_104._hidden-icon_zek1y_108,._container_zek1y_78 ._container--wrapper-content_zek1y_85 ._container--wrapper-body_zek1y_92 ._container--icon_zek1y_104._hidden-icon_zek1y_108{visibility:hidden}._container--success_zek1y_112{background-color:var(--green-1);border-color:var(--green-3)}._container--success_zek1y_112 ._container--icon_zek1y_104 svg{fill:var(--green-6)}._container--warning_zek1y_119{background-color:var(--gold-1);border-color:var(--gold-3)}._container--warning_zek1y_119 ._container--icon_zek1y_104 svg{fill:var(--gold-6)}._container--error_zek1y_126{background-color:var(--error-background);border-color:var(--error-border)}._container--error_zek1y_126 ._container--icon_zek1y_104 svg{fill:var(--error-text)}._container--info_zek1y_133{background-color:var(--blue-1);border-color:var(--blue-3)}._container--info_zek1y_133 ._container--icon_zek1y_104 svg{fill:var(--blue-6)}._container--default_zek1y_140{background-color:var(--white-100);border-color:var(--border)}._container--close-icon_zek1y_144{justify-self:flex-end;margin-left:16px;cursor:pointer}._container--content_zek1y_99{width:100%}
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
+
import { IconName } from '../Icon/types';
|
|
2
3
|
type AlertType = 'success' | 'error' | 'info' | 'warning' | 'default';
|
|
3
4
|
type AlertProps = {
|
|
4
5
|
type?: AlertType;
|
|
5
|
-
children
|
|
6
|
+
children?: ReactNode;
|
|
7
|
+
title?: ReactNode;
|
|
8
|
+
content?: ReactNode;
|
|
6
9
|
'data-testid'?: string;
|
|
7
10
|
onClose?: () => void;
|
|
11
|
+
useDefaultIcon?: boolean;
|
|
12
|
+
customIconName?: IconName;
|
|
13
|
+
className?: string;
|
|
8
14
|
};
|
|
9
|
-
export declare const Alert: ({ type, children, "data-testid": dataTestId, onClose }: AlertProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const Alert: ({ type, children, "data-testid": dataTestId, onClose, className, useDefaultIcon, customIconName, title, content, }: AlertProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
16
|
export {};
|
|
@@ -1,45 +1,76 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { c as
|
|
3
|
-
import { Icon as
|
|
4
|
-
import '../../assets/Alert.css';const
|
|
5
|
-
"u-typography-h1": "_u-typography-
|
|
6
|
-
"u-typography-h2": "_u-typography-
|
|
7
|
-
"u-typography-h3": "_u-typography-
|
|
8
|
-
"u-typography-h4": "_u-typography-
|
|
9
|
-
"u-typography-h5": "_u-typography-
|
|
10
|
-
"u-typography-h6": "_u-typography-
|
|
11
|
-
"u-typography-base": "_u-typography-
|
|
12
|
-
"u-typography-base--xxl": "_u-typography-base--
|
|
13
|
-
"u-typography-base--xl": "_u-typography-base--
|
|
14
|
-
"u-typography-base--lg": "_u-typography-base--
|
|
15
|
-
"u-typography-base--sm": "_u-typography-base--
|
|
16
|
-
"u-typography-base--bold": "_u-typography-base--
|
|
17
|
-
"u-typography-base--strikethrough": "_u-typography-base--
|
|
18
|
-
"u-typography-base--underlined": "_u-typography-base--
|
|
19
|
-
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-
|
|
20
|
-
container:
|
|
21
|
-
"container--
|
|
22
|
-
"container--
|
|
23
|
-
"container--
|
|
24
|
-
"container--
|
|
25
|
-
"container--
|
|
26
|
-
"container--
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
import { jsxs as t, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as l } from "../../clsx-OuTLNxxd.js";
|
|
3
|
+
import { Icon as i } from "../Icon/Icon.js";
|
|
4
|
+
import '../../assets/Alert.css';const z = "_container_zek1y_78", e = {
|
|
5
|
+
"u-typography-h1": "_u-typography-h1_zek1y_1",
|
|
6
|
+
"u-typography-h2": "_u-typography-h2_zek1y_8",
|
|
7
|
+
"u-typography-h3": "_u-typography-h3_zek1y_15",
|
|
8
|
+
"u-typography-h4": "_u-typography-h4_zek1y_22",
|
|
9
|
+
"u-typography-h5": "_u-typography-h5_zek1y_29",
|
|
10
|
+
"u-typography-h6": "_u-typography-h6_zek1y_36",
|
|
11
|
+
"u-typography-base": "_u-typography-base_zek1y_43",
|
|
12
|
+
"u-typography-base--xxl": "_u-typography-base--xxl_zek1y_49",
|
|
13
|
+
"u-typography-base--xl": "_u-typography-base--xl_zek1y_53",
|
|
14
|
+
"u-typography-base--lg": "_u-typography-base--lg_zek1y_57",
|
|
15
|
+
"u-typography-base--sm": "_u-typography-base--sm_zek1y_61",
|
|
16
|
+
"u-typography-base--bold": "_u-typography-base--bold_zek1y_65",
|
|
17
|
+
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_zek1y_68",
|
|
18
|
+
"u-typography-base--underlined": "_u-typography-base--underlined_zek1y_71",
|
|
19
|
+
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_zek1y_74",
|
|
20
|
+
container: z,
|
|
21
|
+
"container--wrapper-content": "_container--wrapper-content_zek1y_85",
|
|
22
|
+
"container--wrapper-header": "_container--wrapper-header_zek1y_91",
|
|
23
|
+
"container--wrapper-body": "_container--wrapper-body_zek1y_92",
|
|
24
|
+
"container--title": "_container--title_zek1y_98",
|
|
25
|
+
"container--content": "_container--content_zek1y_99",
|
|
26
|
+
"container--icon": "_container--icon_zek1y_104",
|
|
27
|
+
"hidden-icon": "_hidden-icon_zek1y_108",
|
|
28
|
+
"container--success": "_container--success_zek1y_112",
|
|
29
|
+
"container--warning": "_container--warning_zek1y_119",
|
|
30
|
+
"container--error": "_container--error_zek1y_126",
|
|
31
|
+
"container--info": "_container--info_zek1y_133",
|
|
32
|
+
"container--default": "_container--default_zek1y_140",
|
|
33
|
+
"container--close-icon": "_container--close-icon_zek1y_144"
|
|
34
|
+
}, b = {
|
|
35
|
+
success: "circle-check",
|
|
36
|
+
error: "circle-exclamation",
|
|
37
|
+
info: "circle-info",
|
|
38
|
+
warning: "circle-exclamation",
|
|
39
|
+
default: void 0
|
|
40
|
+
}, w = ({
|
|
41
|
+
type: y = "default",
|
|
42
|
+
children: a,
|
|
43
|
+
"data-testid": _,
|
|
44
|
+
onClose: p,
|
|
45
|
+
className: d,
|
|
46
|
+
useDefaultIcon: u,
|
|
47
|
+
customIconName: g,
|
|
48
|
+
title: s,
|
|
49
|
+
content: h
|
|
50
|
+
}) => {
|
|
51
|
+
const k = l(e.container, e[`container--${y}`], d), r = g ?? (u ? b[y] : void 0), o = s ?? (!h && a ? a : void 0), c = h ?? (s && a ? a : void 0);
|
|
52
|
+
return /* @__PURE__ */ t("div", { "data-testid": _, className: k, children: [
|
|
53
|
+
/* @__PURE__ */ t("div", { className: e["container--wrapper-content"], children: [
|
|
54
|
+
o ? /* @__PURE__ */ t("div", { className: e["container--wrapper-header"], children: [
|
|
55
|
+
r && /* @__PURE__ */ n("div", { className: e["container--icon"], children: /* @__PURE__ */ n(i, { icon: r }) }),
|
|
56
|
+
o && /* @__PURE__ */ n("div", { className: e["container--title"], children: o })
|
|
57
|
+
] }) : null,
|
|
58
|
+
c ? /* @__PURE__ */ t("div", { className: e["container--wrapper-body"], children: [
|
|
59
|
+
r && /* @__PURE__ */ n("div", { className: l(e["container--icon"], o && e["hidden-icon"]), children: /* @__PURE__ */ n(i, { icon: r }) }),
|
|
60
|
+
c && /* @__PURE__ */ n("div", { className: e["container--content"], children: c })
|
|
61
|
+
] }) : null
|
|
62
|
+
] }),
|
|
63
|
+
!!p && /* @__PURE__ */ n(
|
|
33
64
|
"div",
|
|
34
65
|
{
|
|
35
|
-
"data-testid": `${
|
|
36
|
-
onClick: () =>
|
|
37
|
-
className:
|
|
38
|
-
children: /* @__PURE__ */
|
|
66
|
+
"data-testid": `${_}-close-button`,
|
|
67
|
+
onClick: () => p(),
|
|
68
|
+
className: e["container--close-icon"],
|
|
69
|
+
children: /* @__PURE__ */ n(i, { icon: "xmark" })
|
|
39
70
|
}
|
|
40
71
|
)
|
|
41
72
|
] });
|
|
42
73
|
};
|
|
43
74
|
export {
|
|
44
|
-
|
|
75
|
+
w as Alert
|
|
45
76
|
};
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/react';
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: ({ type, children, "data-testid": dataTestId, onClose }: {
|
|
4
|
+
component: ({ type, children, "data-testid": dataTestId, onClose, className, useDefaultIcon, customIconName, title, content, }: {
|
|
5
5
|
type?: ("default" | "error" | "success" | "info" | "warning") | undefined;
|
|
6
|
-
children
|
|
6
|
+
children?: import('react').ReactNode;
|
|
7
|
+
title?: import('react').ReactNode;
|
|
8
|
+
content?: import('react').ReactNode;
|
|
7
9
|
'data-testid'?: string | undefined;
|
|
8
10
|
onClose?: (() => void) | undefined;
|
|
11
|
+
useDefaultIcon?: boolean | undefined;
|
|
12
|
+
customIconName?: import('../Icon/types').IconName | undefined;
|
|
13
|
+
className?: string | undefined;
|
|
9
14
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
10
15
|
tags: string[];
|
|
11
16
|
parameters: {
|
|
@@ -14,6 +19,8 @@ declare const meta: {
|
|
|
14
19
|
};
|
|
15
20
|
export default meta;
|
|
16
21
|
type Story = StoryObj<typeof meta>;
|
|
22
|
+
export declare const TypeUseDefaultIconWithTitleAndContent: Story;
|
|
23
|
+
export declare const TypeUseCustomIcon: Story;
|
|
17
24
|
export declare const General: Story;
|
|
18
25
|
export declare const Success: Story;
|
|
19
26
|
export declare const Error: Story;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file is automatically generated. Any changes will be lost.
|
|
3
3
|
* run "yarn generate-icon-types" or "yarn build" to regenerate it.
|
|
4
4
|
*/
|
|
5
|
-
export type IconName = 'alien-8bit' | 'arrow-down-arrow-up' | 'arrow-down-z-a' | 'arrow-left' | 'arrow-right' | 'arrow-right-to-arc' | 'arrow-up-right-from-square' | 'arrows-rotate' | 'badge-check' | 'bell' | 'building-columns' | 'calendar-days' | 'check-double' | 'chevron-down' | 'chevron-right' | 'chevron-up' | 'chevrons-right' | 'circle' | 'circle-arrow-right' | 'circle-check' | 'circle-check-outline' | 'circle-exclamation' | 'circle-exclamation-outline' | 'circle-info' | 'circle-minus' | 'circle-plus' | 'circle-x' | 'circle-xmark' | 'circle-xmark-outline' | 'clock' | 'clock-rotate-left' | 'coin' | 'coins' | 'computer-classic' | 'copy' | 'credit-card' | 'credit-card-blank' | 'credit-card-front' | 'download' | 'ellipsis-vertical' | 'empty-img' | 'empty-set' | 'eye' | 'eye-slash' | 'filter-list' | 'fingerprint' | 'folder-magnifying-glass' | 'folder-open' | 'gift-card' | 'grid-2' | 'grid-horizontal' | 'grip-dots-vertical' | 'headphones-simple' | 'house-blank' | 'id-badge' | 'inbox-full' | 'laptop' | 'light/star' | 'list' | 'loader' | 'lock-keyhole' | 'lock-keyhole-open' | 'logo' | 'magnifying-glass' | 'map-location-dot' | 'map-pin' | 'mobile-screen-button' | 'money-bill-transfer' | 'money-bill-trend-up' | 'money-bills' | 'notes-medical' | 'paste' | 'pen' | 'pen-to-square' | 'percent' | 'piggy-bank' | 'plus' | 'rectangle-history' | 'rectangle-history-circle-user' | 'rectangle-terminal' | 'rotate' | 'scale-balanced' | 'sd-card' | 'sd-cards' | 'server' | 'sheet-plastic' | 'sidebar' | 'sitemap' | 'solid/star' | 'squirrel' | 'stethoscope' | 'store' | 'timer' | 'trash' | 'trash-can' | 'upload' | 'user' | 'user-gear' | 'user-group' | 'user-group-crown' | 'user-tie' | 'user-tie-hair' | 'user-vneck' | 'users' | 'wallet' | 'warehouse-full' | 'xmark';
|
|
5
|
+
export type IconName = 'alien-8bit' | 'arrow-down-arrow-up' | 'arrow-down-z-a' | 'arrow-left' | 'arrow-right' | 'arrow-right-to-arc' | 'arrow-up-right-from-square' | 'arrows-rotate' | 'badge-check' | 'bell' | 'building-columns' | 'calendar-days' | 'check-double' | 'chevron-down' | 'chevron-right' | 'chevron-up' | 'chevrons-right' | 'circle' | 'circle-arrow-right' | 'circle-check' | 'circle-check-outline' | 'circle-exclamation' | 'circle-exclamation-outline' | 'circle-info' | 'circle-minus' | 'circle-plus' | 'circle-x' | 'circle-xmark' | 'circle-xmark-outline' | 'clock' | 'clock-rotate-left' | 'coin' | 'coins' | 'computer-classic' | 'copy' | 'credit-card' | 'credit-card-blank' | 'credit-card-front' | 'download' | 'ellipsis-vertical' | 'empty-img' | 'empty-set' | 'eye' | 'eye-slash' | 'filter-list' | 'fingerprint' | 'folder-magnifying-glass' | 'folder-open' | 'gift-card' | 'graduation-cap' | 'grid-2' | 'grid-horizontal' | 'grip-dots-vertical' | 'headphones-simple' | 'house-blank' | 'id-badge' | 'inbox-full' | 'laptop' | 'light/star' | 'list' | 'loader' | 'lock-keyhole' | 'lock-keyhole-open' | 'logo' | 'magnifying-glass' | 'map-location-dot' | 'map-pin' | 'mobile-screen-button' | 'money-bill-transfer' | 'money-bill-trend-up' | 'money-bills' | 'notes-medical' | 'paste' | 'pen' | 'pen-to-square' | 'percent' | 'piggy-bank' | 'plus' | 'rectangle-history' | 'rectangle-history-circle-user' | 'rectangle-terminal' | 'rotate' | 'scale-balanced' | 'sd-card' | 'sd-cards' | 'server' | 'sheet-plastic' | 'sidebar' | 'sitemap' | 'solid/star' | 'squirrel' | 'stethoscope' | 'store' | 'timer' | 'trash' | 'trash-can' | 'upload' | 'user' | 'user-gear' | 'user-group' | 'user-group-crown' | 'user-tie' | 'user-tie-hair' | 'user-vneck' | 'users' | 'wallet' | 'warehouse-full' | 'xmark';
|