design-system-silkhaus 3.4.1-beta.rtl-fixes.3 → 3.5.0
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/{Checkbox-C6k7oFhV.js → Checkbox-DzLgSwgu.js} +399 -392
- package/dist/app/index.js +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +11 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/app/index.js
CHANGED
|
@@ -19,7 +19,7 @@ var I = (s, d) => {
|
|
|
19
19
|
d.indexOf(t) < 0 && V.call(s, t) && (a[t] = s[t]);
|
|
20
20
|
return a;
|
|
21
21
|
};
|
|
22
|
-
import { j as e, a as y, t as ss, c as es, p as ds, u as as, o as ts, h as ls, s as rs, r as ns, i as cs, v as is, d as os, e as us, f as xs, g as ms, F as ps, A as fs, C as hs, l as bs, w as gs, k as vs, n as ys } from "../Checkbox-
|
|
22
|
+
import { j as e, a as y, t as ss, c as es, p as ds, u as as, o as ts, h as ls, s as rs, r as ns, i as cs, v as is, d as os, e as us, f as xs, g as ms, F as ps, A as fs, C as hs, l as bs, w as gs, k as vs, n as ys } from "../Checkbox-DzLgSwgu.js";
|
|
23
23
|
import A, { forwardRef as js, useState as w, useEffect as ws } from "react";
|
|
24
24
|
const T = ({ children: s, size: d = "small" }) => /* @__PURE__ */ e.jsx(
|
|
25
25
|
"div",
|
package/dist/index.d.ts
CHANGED
|
@@ -100,6 +100,8 @@ export declare interface AnimatedModalProps extends HTMLAttributes<HTMLDivElemen
|
|
|
100
100
|
* classes to apply on container that wraps the children passed to AnimatedModal
|
|
101
101
|
*/
|
|
102
102
|
contentClassName?: string;
|
|
103
|
+
isDismissible?: boolean;
|
|
104
|
+
overlayBlur?: boolean;
|
|
103
105
|
}
|
|
104
106
|
|
|
105
107
|
export declare const ArrowRightIcon: FC<{
|
|
@@ -457,6 +459,8 @@ export declare type DialogV2Props = {
|
|
|
457
459
|
show: boolean;
|
|
458
460
|
onClose?: () => void;
|
|
459
461
|
actionButtons?: ActionButtonProps[];
|
|
462
|
+
isDismissible?: boolean;
|
|
463
|
+
overlayBlur?: boolean;
|
|
460
464
|
};
|
|
461
465
|
|
|
462
466
|
export declare const DocumentsIcon: FC<{
|
package/dist/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var Ot = (t, e) => {
|
|
|
19
19
|
e.indexOf(n) < 0 && jh.call(t, n) && (r[n] = t[n]);
|
|
20
20
|
return r;
|
|
21
21
|
};
|
|
22
|
-
import { j as u, t as He, c as Ee, B as P9, a as xe, u as og, b as x9, d as sg, e as lg, f as ug, g as dg, F as cg, A as Xn, C as Br, o as fg, h as hg, i as pg, k as vg, l as Bt, m as D9, n as S9, p as v1, q as yg, s as O9, r as T9, v as M9 } from "./Checkbox-
|
|
23
|
-
import { w as TL, x as ML, y as kL } from "./Checkbox-
|
|
22
|
+
import { j as u, t as He, c as Ee, B as P9, a as xe, u as og, b as x9, d as sg, e as lg, f as ug, g as dg, F as cg, A as Xn, C as Br, o as fg, h as hg, i as pg, k as vg, l as Bt, m as D9, n as S9, p as v1, q as yg, s as O9, r as T9, v as M9 } from "./Checkbox-DzLgSwgu.js";
|
|
23
|
+
import { w as TL, x as ML, y as kL } from "./Checkbox-DzLgSwgu.js";
|
|
24
24
|
import * as ct from "react";
|
|
25
25
|
import oe, { useState as qe, useMemo as yr, useEffect as ft, useCallback as ze, forwardRef as er, createContext as gg, useRef as Tt, useContext as Ta, useDebugValue as Ah, useLayoutEffect as y1, isValidElement as on, useSyncExternalStore as k9, cloneElement as Lf } from "react";
|
|
26
26
|
import Fe from "moment";
|
|
@@ -30263,7 +30263,9 @@ const bL = ({
|
|
|
30263
30263
|
show: l,
|
|
30264
30264
|
dialogBody: d,
|
|
30265
30265
|
onClose: c = () => {
|
|
30266
|
-
}
|
|
30266
|
+
},
|
|
30267
|
+
isDismissible: f = !0,
|
|
30268
|
+
overlayBlur: h = !1
|
|
30267
30269
|
}) => /* @__PURE__ */ u.jsx(
|
|
30268
30270
|
Xn,
|
|
30269
30271
|
{
|
|
@@ -30276,6 +30278,8 @@ const bL = ({
|
|
|
30276
30278
|
show: l,
|
|
30277
30279
|
handleClose: c,
|
|
30278
30280
|
contentClassName: "ds-w-full ds-tablet:ds-w-auto",
|
|
30281
|
+
isDismissible: f,
|
|
30282
|
+
overlayBlur: h,
|
|
30279
30283
|
children: /* @__PURE__ */ u.jsxs(
|
|
30280
30284
|
"div",
|
|
30281
30285
|
{
|
|
@@ -30290,7 +30294,8 @@ const bL = ({
|
|
|
30290
30294
|
title: t,
|
|
30291
30295
|
subTitle: e,
|
|
30292
30296
|
className: a,
|
|
30293
|
-
onClose: c
|
|
30297
|
+
onClose: c,
|
|
30298
|
+
isDismissible: f
|
|
30294
30299
|
}
|
|
30295
30300
|
),
|
|
30296
30301
|
/* @__PURE__ */ u.jsx(
|
|
@@ -30314,8 +30319,8 @@ const bL = ({
|
|
|
30314
30319
|
}
|
|
30315
30320
|
)
|
|
30316
30321
|
}
|
|
30317
|
-
), fj = ({ title: t, subTitle: e, className: r, onClose: n }) => /* @__PURE__ */ u.jsxs("div", { className: xe("ds-relative ds-mb-4 ds-flex ds-w-full ds-gap-2
|
|
30318
|
-
/* @__PURE__ */ u.jsx(
|
|
30322
|
+
), fj = ({ title: t, subTitle: e, className: r, onClose: n, isDismissible: a }) => /* @__PURE__ */ u.jsxs("div", { className: xe("ds-relative ds-mb-4 ds-flex ds-w-full ds-gap-2", r), children: [
|
|
30323
|
+
a && /* @__PURE__ */ u.jsx(
|
|
30319
30324
|
"div",
|
|
30320
30325
|
{
|
|
30321
30326
|
className: "ds-shrink-0 ds-cursor-pointer",
|