@pismo/marola 2.1.57 → 2.1.58
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-DWi17zjS.js +13 -0
- package/dist/assets/Dialog.css +1 -1
- 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/package.json +1 -1
- package/dist/Dialog.module-BtKUNFVu.js +0 -13
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import './assets/Dialog.css';const _ = "_dialog_ckzm1_78", o = "_dialog__backdrop_ckzm1_88", i = "_dialog__panel_ckzm1_96", l = "_dialog__title_ckzm1_112", a = "_dialog__subtitle_ckzm1_118", d = "_dialog__divider_ckzm1_121", c = "_dialog__actions_ckzm1_136", t = {
|
|
2
|
+
dialog: _,
|
|
3
|
+
dialog__backdrop: o,
|
|
4
|
+
dialog__panel: i,
|
|
5
|
+
dialog__title: l,
|
|
6
|
+
dialog__subtitle: a,
|
|
7
|
+
dialog__divider: d,
|
|
8
|
+
"dialog__close-icon": "_dialog__close-icon_ckzm1_126",
|
|
9
|
+
dialog__actions: c
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
t as s
|
|
13
|
+
};
|
package/dist/assets/Dialog.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._u-typography-
|
|
1
|
+
._u-typography-h1_ckzm1_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_ckzm1_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_ckzm1_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_ckzm1_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_ckzm1_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_ckzm1_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_ckzm1_43{margin:0;font-size:var(--base-font-size);font-weight:var(--base-weight);line-height:var(--base-line-height)}._u-typography-base--xxl_ckzm1_49{font-size:var(--base-font-size-xxl);line-height:var(--base-line-height-xxl)}._u-typography-base--xl_ckzm1_53{font-size:var(--base-font-size-xl);line-height:var(--base-line-height-xl)}._u-typography-base--lg_ckzm1_57{font-size:var(--base-font-size-lg);line-height:var(--base-line-height-lg)}._u-typography-base--sm_ckzm1_61{font-size:var(--base-font-size-sm);line-height:var(--base-line-height-sm)}._u-typography-base--bold_ckzm1_65{font-weight:var(--base-bold)}._u-typography-base--strikethrough_ckzm1_68{text-decoration:line-through}._u-typography-base--underlined_ckzm1_71{text-decoration:underline}._u-typography-base--strikethrough-underlined_ckzm1_74{text-decoration:underline line-through}._dialog_ckzm1_78{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_ckzm1_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_ckzm1_96{position:relative;display:flex;flex-direction:column;width:680px;max-height:100%;padding:2rem;overflow:visible;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_ckzm1_112{display:flex;gap:.75rem;align-items:center;color:#3f3d4be0}._dialog__subtitle_ckzm1_118{color:#3f3d4be0}._dialog__divider_ckzm1_121{width:100%;margin:1.5rem 0;border-top:1px solid var(--gray-10)}._dialog__close-icon_ckzm1_126{position:absolute;top:37px;right:32px;padding:0;margin:0;cursor:pointer;background:none;border:none}._dialog__actions_ckzm1_136{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}._dialog__actions_ckzm1_136 button{padding:0 1.5rem}._dialog__actions_ckzm1_136 button [class*=_u-typography-base]{font-weight:700}._dialog__actions_ckzm1_136 button[class*=_button--secondary]{color:#3f3d4be0}
|
|
@@ -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-DWi17zjS.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-OuTLNxxd.js";
|
|
4
|
-
import { s as m } from "../../Dialog.module-
|
|
4
|
+
import { s as m } from "../../Dialog.module-DWi17zjS.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 i } from "../Icon/Icon.js";
|
|
3
|
-
import { s as r } from "../../Dialog.module-
|
|
3
|
+
import { s as r } from "../../Dialog.module-DWi17zjS.js";
|
|
4
4
|
import { B as s } from "../../Button-BrEDdtHO.js";
|
|
5
5
|
const n = ({ handleOnClose: t }) => /* @__PURE__ */ o(
|
|
6
6
|
s,
|
|
@@ -6,7 +6,7 @@ import le from "./Actions.js";
|
|
|
6
6
|
import ae from "./Backdrop.js";
|
|
7
7
|
import ce from "./CloseIconButton.js";
|
|
8
8
|
import de from "./Content.js";
|
|
9
|
-
import { s as z } from "../../Dialog.module-
|
|
9
|
+
import { s as z } from "../../Dialog.module-DWi17zjS.js";
|
|
10
10
|
import ee from "./DialogTitle.js";
|
|
11
11
|
import { u as te, P as l, _ as C, f as ue, g as fe, a as pe, b as be, c as G, d as he, e as me } from "../../useSlotProps-CYHDC4TN.js";
|
|
12
12
|
import { o as A, e as oe } from "../../ownerDocument-By592Iy6.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, Fragment as s, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { Icon as d } from "../Icon/Icon.js";
|
|
3
3
|
import { Typography as i } from "../Typography/Typography.js";
|
|
4
|
-
import { s as r } from "../../Dialog.module-
|
|
4
|
+
import { s as r } from "../../Dialog.module-DWi17zjS.js";
|
|
5
5
|
const g = ({ title: o, subTitle: t, icon: a }) => /* @__PURE__ */ l(s, { children: [
|
|
6
6
|
/* @__PURE__ */ l(
|
|
7
7
|
i,
|
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import './assets/Dialog.css';const _ = "_dialog_1jup2_78", o = "_dialog__backdrop_1jup2_88", i = "_dialog__panel_1jup2_96", l = "_dialog__title_1jup2_112", a = "_dialog__subtitle_1jup2_118", d = "_dialog__divider_1jup2_121", t = "_dialog__actions_1jup2_136", g = {
|
|
2
|
-
dialog: _,
|
|
3
|
-
dialog__backdrop: o,
|
|
4
|
-
dialog__panel: i,
|
|
5
|
-
dialog__title: l,
|
|
6
|
-
dialog__subtitle: a,
|
|
7
|
-
dialog__divider: d,
|
|
8
|
-
"dialog__close-icon": "_dialog__close-icon_1jup2_126",
|
|
9
|
-
dialog__actions: t
|
|
10
|
-
};
|
|
11
|
-
export {
|
|
12
|
-
g as s
|
|
13
|
-
};
|