@pismo/marola 1.0.0-beta.58 → 1.0.0-beta.59
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/Dialog.module-BSeaj3tQ.js +30 -0
- package/dist/assets/Dialog.css +1 -1
- package/dist/components/ConfirmationDialog/ConfirmationDialog.d.ts +14 -0
- package/dist/components/ConfirmationDialog/ConfirmationDialog.js +37 -0
- package/dist/components/ConfirmationDialog/ConfirmationDialog.stories.d.ts +23 -0
- package/dist/components/ConfirmationDialog/ConfirmationModal.test.d.ts +1 -0
- package/dist/components/Dialog/Actions.js +1 -1
- package/dist/components/Dialog/Backdrop.js +1 -1
- package/dist/components/Dialog/CloseIconButton.js +1 -1
- package/dist/components/Dialog/Dialog.js +1 -1
- package/dist/components/Dialog/DialogTitle.js +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/main.js +78 -76
- package/package.json +1 -1
- package/dist/Dialog.module-D9e4RsKo.js +0 -30
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import './assets/Dialog.css';
|
|
2
|
+
const _ = "_dialog__subtitle_dnr14_53", a = "_dialog_dnr14_53", o = "_dialog__backdrop_dnr14_88", r = "_dialog__panel_dnr14_96", d = "_dialog__title_dnr14_57", p = "_dialog__divider_dnr14_122", t = "_dialog__actions_dnr14_136", g = {
|
|
3
|
+
"u-typography-h1": "_u-typography-h1_dnr14_1",
|
|
4
|
+
"u-typography-h2": "_u-typography-h2_dnr14_8",
|
|
5
|
+
"u-typography-h3": "_u-typography-h3_dnr14_15",
|
|
6
|
+
"u-typography-h4": "_u-typography-h4_dnr14_22",
|
|
7
|
+
"u-typography-h5": "_u-typography-h5_dnr14_29",
|
|
8
|
+
"u-typography-h6": "_u-typography-h6_dnr14_36",
|
|
9
|
+
"u-typography-base": "_u-typography-base_dnr14_43",
|
|
10
|
+
"u-typography-base--xxl": "_u-typography-base--xxl_dnr14_49",
|
|
11
|
+
"u-typography-base--xl": "_u-typography-base--xl_dnr14_53",
|
|
12
|
+
dialog__subtitle: _,
|
|
13
|
+
"u-typography-base--lg": "_u-typography-base--lg_dnr14_57",
|
|
14
|
+
"dialog__title--small": "_dialog__title--small_dnr14_57",
|
|
15
|
+
"u-typography-base--sm": "_u-typography-base--sm_dnr14_61",
|
|
16
|
+
"u-typography-base--bold": "_u-typography-base--bold_dnr14_65",
|
|
17
|
+
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_dnr14_68",
|
|
18
|
+
"u-typography-base--underlined": "_u-typography-base--underlined_dnr14_71",
|
|
19
|
+
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_dnr14_74",
|
|
20
|
+
dialog: a,
|
|
21
|
+
dialog__backdrop: o,
|
|
22
|
+
dialog__panel: r,
|
|
23
|
+
dialog__title: d,
|
|
24
|
+
dialog__divider: p,
|
|
25
|
+
"dialog__close-icon": "_dialog__close-icon_dnr14_126",
|
|
26
|
+
dialog__actions: t
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
g as s
|
|
30
|
+
};
|
package/dist/assets/Dialog.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_dnr14_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_dnr14_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_dnr14_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_dnr14_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_dnr14_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_dnr14_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_dnr14_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_dnr14_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_dnr14_53,._dialog__subtitle_dnr14_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_dnr14_57,._dialog__title--small_dnr14_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_dnr14_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_dnr14_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_dnr14_68{text-decoration:line-through}._u-typography-base--underlined_dnr14_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_dnr14_74{text-decoration:underline line-through}._dialog_dnr14_53{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;-webkit-box-align:center;-webkit-box-pack:center}._dialog__backdrop_dnr14_88{position:fixed;z-index:-1;width:100%;height:100%;background-color:rgb(var(--black-100-rgb),.05);-webkit-tap-highlight-color:transparent}._dialog__panel_dnr14_96{position:relative;display:flex;flex-direction:column;gap:8px;width:680px;padding:2rem;overflow:hidden;font-weight:500;color:var(--gray-90);text-align:start;background-color:var(--white-100);border:1px solid rgb(218,226,237);border-radius:8px;box-shadow:0 10px 20px rgb(var(--black-100-rgb),.2)}._dialog__title_dnr14_57{padding-bottom:1rem}._dialog__subtitle_dnr14_53{margin-top:1rem;font-family:Lato,sans-serif;color:var(--secondary-orange-dark);text-align:left;letter-spacing:0}._dialog__divider_dnr14_122{width:100%;border-top:1px solid var(--gray-10)}._dialog__close-icon_dnr14_126{position:absolute;top:27px;right:16px;padding:0;margin:0;cursor:pointer;background:none;border:none}._dialog__actions_dnr14_136{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface ConfirmationDialogProps {
|
|
4
|
+
open: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
title?: ReactNode;
|
|
7
|
+
subtitle?: ReactNode;
|
|
8
|
+
confirmLabel: string;
|
|
9
|
+
cancelLabel: string;
|
|
10
|
+
content?: ReactNode;
|
|
11
|
+
confirmAction: () => void;
|
|
12
|
+
cancelAction: () => void;
|
|
13
|
+
}
|
|
14
|
+
export declare const ConfirmationDialog: ({ open, onClose, title, subtitle, content, cancelAction, confirmAction, confirmLabel, cancelLabel, }: ConfirmationDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsx as o, jsxs as i, Fragment as f } from "react/jsx-runtime";
|
|
2
|
+
import { Button as n } from "../Button/Button.js";
|
|
3
|
+
import { Dialog as s } from "../Dialog/Dialog.js";
|
|
4
|
+
import { Typography as t } from "../Typography/Typography.js";
|
|
5
|
+
import g from "../Dialog/Content.js";
|
|
6
|
+
import C from "../Dialog/Actions.js";
|
|
7
|
+
const T = ({
|
|
8
|
+
open: l,
|
|
9
|
+
onClose: e,
|
|
10
|
+
title: m,
|
|
11
|
+
subtitle: c,
|
|
12
|
+
content: r,
|
|
13
|
+
cancelAction: d,
|
|
14
|
+
confirmAction: a,
|
|
15
|
+
confirmLabel: h,
|
|
16
|
+
cancelLabel: p
|
|
17
|
+
}) => /* @__PURE__ */ o(
|
|
18
|
+
s,
|
|
19
|
+
{
|
|
20
|
+
open: l,
|
|
21
|
+
dialogTitle: m,
|
|
22
|
+
dialogSubtitle: c,
|
|
23
|
+
onClose: () => {
|
|
24
|
+
e();
|
|
25
|
+
},
|
|
26
|
+
children: /* @__PURE__ */ i(f, { children: [
|
|
27
|
+
r && /* @__PURE__ */ o(g, { children: r }),
|
|
28
|
+
/* @__PURE__ */ i(C, { children: [
|
|
29
|
+
/* @__PURE__ */ o(n, { variant: "secondary", onClick: () => d(), children: /* @__PURE__ */ o(t, { children: p }) }),
|
|
30
|
+
/* @__PURE__ */ o(n, { onClick: () => a(), children: /* @__PURE__ */ o(t, { children: h }) })
|
|
31
|
+
] })
|
|
32
|
+
] })
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
T as ConfirmationDialog
|
|
37
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ConfirmationDialogProps } from '../../main';
|
|
2
|
+
import { StoryObj } from '@storybook/react';
|
|
3
|
+
|
|
4
|
+
declare const meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: ({ open, onClose, title, subtitle, content, cancelAction, confirmAction, confirmLabel, cancelLabel, }: ConfirmationDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
tags: string[];
|
|
8
|
+
decorators: ((Story: import('@storybook/types').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
9
|
+
open: boolean;
|
|
10
|
+
onClose: () => void;
|
|
11
|
+
title?: import('react').ReactNode;
|
|
12
|
+
subtitle?: import('react').ReactNode;
|
|
13
|
+
confirmLabel: string;
|
|
14
|
+
cancelLabel: string;
|
|
15
|
+
content?: import('react').ReactNode;
|
|
16
|
+
confirmAction: () => void;
|
|
17
|
+
cancelAction: () => void;
|
|
18
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
19
|
+
};
|
|
20
|
+
export default meta;
|
|
21
|
+
type Story = StoryObj<typeof meta>;
|
|
22
|
+
export declare const Simple: Story;
|
|
23
|
+
export declare const WithContent: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../Dialog.module-
|
|
2
|
+
import { s as t } from "../../Dialog.module-BSeaj3tQ.js";
|
|
3
3
|
const i = ({ children: s }) => /* @__PURE__ */ o("div", { className: t.dialog__actions, children: s });
|
|
4
4
|
export {
|
|
5
5
|
i as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as s } from "react";
|
|
3
3
|
import { c as t } from "../../clsx-DB4S2d7J.js";
|
|
4
|
-
import { s as m } from "../../Dialog.module-
|
|
4
|
+
import { s as m } from "../../Dialog.module-BSeaj3tQ.js";
|
|
5
5
|
const l = s(
|
|
6
6
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
7
7
|
({ ownerState: e, ...r }, o) => /* @__PURE__ */ a("div", { ...r, className: t(m.dialog__backdrop, r.className), ref: o })
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { Icon as t } from "../Icon/Icon.js";
|
|
3
|
-
import { s as i } from "../../Dialog.module-
|
|
3
|
+
import { s as i } from "../../Dialog.module-BSeaj3tQ.js";
|
|
4
4
|
import { B as s } from "../../Button-BAljjMv3.js";
|
|
5
5
|
const n = ({ handleOnClose: r }) => /* @__PURE__ */ o(
|
|
6
6
|
s,
|
|
@@ -4,7 +4,7 @@ import ie from "./Actions.js";
|
|
|
4
4
|
import ae from "./Backdrop.js";
|
|
5
5
|
import le from "./CloseIconButton.js";
|
|
6
6
|
import ce from "./Content.js";
|
|
7
|
-
import { s as z } from "../../Dialog.module-
|
|
7
|
+
import { s as z } from "../../Dialog.module-BSeaj3tQ.js";
|
|
8
8
|
import ee from "./DialogTitle.js";
|
|
9
9
|
import { u as te, P as i, f as de, b as C, g as ue, a as fe, _ as pe, c as G, d as be, e as he } from "../../useSlotProps-C_I1kEHr.js";
|
|
10
10
|
import * as f from "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, Fragment as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { Typography as r } from "../Typography/Typography.js";
|
|
3
|
-
import { s as a } from "../../Dialog.module-
|
|
3
|
+
import { s as a } from "../../Dialog.module-BSeaj3tQ.js";
|
|
4
4
|
const n = ({ title: t, subTitle: i }) => /* @__PURE__ */ l(o, { children: [
|
|
5
5
|
/* @__PURE__ */ e(
|
|
6
6
|
r,
|
package/dist/main.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export * from './components/Avatar/Avatar';
|
|
|
9
9
|
export * from './components/Button/Button';
|
|
10
10
|
export * from './components/Checkbox/Checkbox';
|
|
11
11
|
export * from './components/Chip/Chip';
|
|
12
|
+
export * from './components/ConfirmationDialog/ConfirmationDialog';
|
|
12
13
|
export * from './components/Dialog/Dialog';
|
|
13
14
|
export * from './components/EllipsisTooltip/EllipsisTooltip';
|
|
14
15
|
export * from './components/Icon/Icon';
|
package/dist/main.js
CHANGED
|
@@ -4,87 +4,89 @@ import { Autocomplete as m } from "./components/Autocomplete/Autocomplete.js";
|
|
|
4
4
|
import "./components/Avatar/Avatar.js";
|
|
5
5
|
import { Button as n } from "./components/Button/Button.js";
|
|
6
6
|
import { Checkbox as i } from "./components/Checkbox/Checkbox.js";
|
|
7
|
-
import { C as s, R as
|
|
8
|
-
import {
|
|
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 { default as Bo } from "./components/Dialog/
|
|
35
|
-
import { default as Ro } from "./components/Dialog/
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
7
|
+
import { C as s, R as g, T as c } from "./Toggle-2kIaSHMl.js";
|
|
8
|
+
import { ConfirmationDialog as S } from "./components/ConfirmationDialog/ConfirmationDialog.js";
|
|
9
|
+
import { Dialog as b } from "./components/Dialog/Dialog.js";
|
|
10
|
+
import { EllipsisTooltip as C } from "./components/EllipsisTooltip/EllipsisTooltip.js";
|
|
11
|
+
import { Icon as D } from "./components/Icon/Icon.js";
|
|
12
|
+
import { IconButton as P } from "./components/IconButton/IconButton.js";
|
|
13
|
+
import { Input as y } from "./components/Input/Input.js";
|
|
14
|
+
import { InputSearch as B } from "./components/InputSearch/InputSearch.js";
|
|
15
|
+
import { LoadingSpinner as R } from "./components/LoadingSpinner/LoadingSpinner.js";
|
|
16
|
+
import { PageHeader as w } from "./components/PageHeader/PageHeader.js";
|
|
17
|
+
import { Pagination as L, paginationDefaultTranslations as N } from "./components/Pagination/Pagination.js";
|
|
18
|
+
import { Popover as W } from "./components/Popover/Popover.js";
|
|
19
|
+
import { ResultWithChips as q } from "./components/ResultWithChips/ResultWithChips.js";
|
|
20
|
+
import { Select as F, SelectOption as J } from "./components/Select/Select.js";
|
|
21
|
+
import { Skeleton as M, SkeletonCircle as Q, SkeletonTable as U } from "./components/Skeleton/Skeleton.js";
|
|
22
|
+
import { Snackbar as X } from "./components/Snackbar/Snackbar.js";
|
|
23
|
+
import { SortTooltip as Z, sortTooltipDefaultTranslations as _ } from "./components/SortTooltip/SortTooltip.js";
|
|
24
|
+
import { Stepper as oo } from "./components/Stepper/Stepper.js";
|
|
25
|
+
import { StepperNavigator as eo } from "./components/StepperNavigator/StepperNavigator.js";
|
|
26
|
+
import { TBody as po, THead as ao, Table as fo, Td as mo, Th as xo, Tr as no } from "./components/Table/Table.js";
|
|
27
|
+
import { Tabs as io } from "./components/Tabs/Tabs.js";
|
|
28
|
+
import { TextDisplay as so } from "./components/TextDisplay/TextDisplay.js";
|
|
29
|
+
import { Toggle as co } from "./components/Toggle/Toggle.js";
|
|
30
|
+
import { G as So } from "./Group-DspH8hyO.js";
|
|
31
|
+
import { Tooltip as ko } from "./components/Tooltip/Tooltip.js";
|
|
32
|
+
import { Text as ho, Typography as Do } from "./components/Typography/Typography.js";
|
|
33
|
+
import { SnackbarContext as Po, SnackbarProvider as vo, useSnackbar as yo } from "./contexts/SnackbarProvider/SnackbarProvider.js";
|
|
34
|
+
import { default as Bo } from "./components/Dialog/DialogTitle.js";
|
|
35
|
+
import { default as Ro } from "./components/Dialog/Content.js";
|
|
36
|
+
import { default as wo } from "./components/Dialog/Actions.js";
|
|
37
|
+
import { Tab as Lo } from "./components/Tabs/Tab.js";
|
|
38
|
+
import { TabPanel as Oo } from "./components/Tabs/TabPanel.js";
|
|
38
39
|
export {
|
|
39
|
-
|
|
40
|
+
wo as Actions,
|
|
40
41
|
t as Adornment,
|
|
41
42
|
a as Advice,
|
|
42
43
|
m as Autocomplete,
|
|
43
44
|
n as Button,
|
|
44
45
|
i as Checkbox,
|
|
45
46
|
s as Chip,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
P as
|
|
53
|
-
y as
|
|
54
|
-
B as
|
|
55
|
-
R as
|
|
56
|
-
w as
|
|
57
|
-
|
|
58
|
-
W as
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
J as
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
U as
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
oo as
|
|
71
|
-
eo as
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
Lo as
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
47
|
+
S as ConfirmationDialog,
|
|
48
|
+
Ro as Content,
|
|
49
|
+
b as Dialog,
|
|
50
|
+
Bo as DialogTitle,
|
|
51
|
+
C as EllipsisTooltip,
|
|
52
|
+
D as Icon,
|
|
53
|
+
P as IconButton,
|
|
54
|
+
y as Input,
|
|
55
|
+
B as InputSearch,
|
|
56
|
+
R as LoadingSpinner,
|
|
57
|
+
w as PageHeader,
|
|
58
|
+
L as Pagination,
|
|
59
|
+
W as Popover,
|
|
60
|
+
q as ResultWithChips,
|
|
61
|
+
g as RowItem,
|
|
62
|
+
F as Select,
|
|
63
|
+
J as SelectOption,
|
|
64
|
+
M as Skeleton,
|
|
65
|
+
Q as SkeletonCircle,
|
|
66
|
+
U as SkeletonTable,
|
|
67
|
+
X as Snackbar,
|
|
68
|
+
Po as SnackbarContext,
|
|
69
|
+
vo as SnackbarProvider,
|
|
70
|
+
Z as SortTooltip,
|
|
71
|
+
oo as Stepper,
|
|
72
|
+
eo as StepperNavigator,
|
|
73
|
+
po as TBody,
|
|
74
|
+
ao as THead,
|
|
75
|
+
Lo as Tab,
|
|
76
|
+
Oo as TabPanel,
|
|
77
|
+
fo as Table,
|
|
78
|
+
io as Tabs,
|
|
79
|
+
mo as Td,
|
|
80
|
+
ho as Text,
|
|
81
|
+
so as TextDisplay,
|
|
82
|
+
xo as Th,
|
|
83
|
+
co as Toggle,
|
|
84
|
+
So as ToggleGroup,
|
|
85
|
+
c as ToggleGroupItem,
|
|
86
|
+
ko as Tooltip,
|
|
87
|
+
no as Tr,
|
|
88
|
+
Do as Typography,
|
|
89
|
+
N as paginationDefaultTranslations,
|
|
90
|
+
_ as sortTooltipDefaultTranslations,
|
|
91
|
+
yo as useSnackbar
|
|
90
92
|
};
|
package/package.json
CHANGED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import './assets/Dialog.css';
|
|
2
|
-
const _ = "_dialog__subtitle_1rdlq_53", a = "_dialog_1rdlq_53", o = "_dialog__backdrop_1rdlq_88", l = "_dialog__panel_1rdlq_96", r = "_dialog__title_1rdlq_57", d = "_dialog__divider_1rdlq_122", p = "_dialog__actions_1rdlq_136", t = {
|
|
3
|
-
"u-typography-h1": "_u-typography-h1_1rdlq_1",
|
|
4
|
-
"u-typography-h2": "_u-typography-h2_1rdlq_8",
|
|
5
|
-
"u-typography-h3": "_u-typography-h3_1rdlq_15",
|
|
6
|
-
"u-typography-h4": "_u-typography-h4_1rdlq_22",
|
|
7
|
-
"u-typography-h5": "_u-typography-h5_1rdlq_29",
|
|
8
|
-
"u-typography-h6": "_u-typography-h6_1rdlq_36",
|
|
9
|
-
"u-typography-base": "_u-typography-base_1rdlq_43",
|
|
10
|
-
"u-typography-base--xxl": "_u-typography-base--xxl_1rdlq_49",
|
|
11
|
-
"u-typography-base--xl": "_u-typography-base--xl_1rdlq_53",
|
|
12
|
-
dialog__subtitle: _,
|
|
13
|
-
"u-typography-base--lg": "_u-typography-base--lg_1rdlq_57",
|
|
14
|
-
"dialog__title--small": "_dialog__title--small_1rdlq_57",
|
|
15
|
-
"u-typography-base--sm": "_u-typography-base--sm_1rdlq_61",
|
|
16
|
-
"u-typography-base--bold": "_u-typography-base--bold_1rdlq_65",
|
|
17
|
-
"u-typography-base--strikethrough": "_u-typography-base--strikethrough_1rdlq_68",
|
|
18
|
-
"u-typography-base--underlined": "_u-typography-base--underlined_1rdlq_71",
|
|
19
|
-
"u-typography-base--strikethrough-underlined": "_u-typography-base--strikethrough-underlined_1rdlq_74",
|
|
20
|
-
dialog: a,
|
|
21
|
-
dialog__backdrop: o,
|
|
22
|
-
dialog__panel: l,
|
|
23
|
-
dialog__title: r,
|
|
24
|
-
dialog__divider: d,
|
|
25
|
-
"dialog__close-icon": "_dialog__close-icon_1rdlq_126",
|
|
26
|
-
dialog__actions: p
|
|
27
|
-
};
|
|
28
|
-
export {
|
|
29
|
-
t as s
|
|
30
|
-
};
|