design-system-silkhaus 3.4.1-beta.rtl-fixes.3 → 3.5.0-beta.preferences.1
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 +5 -2
- package/dist/index.js +2019 -2029
- 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<{
|
|
@@ -1081,7 +1085,7 @@ export declare const PriceCheckIcon: FC<{
|
|
|
1081
1085
|
className?: string;
|
|
1082
1086
|
}>;
|
|
1083
1087
|
|
|
1084
|
-
export declare const PriceRangeSlider: default_2.
|
|
1088
|
+
export declare const PriceRangeSlider: default_2.FC<PriceRangeSliderProps>;
|
|
1085
1089
|
|
|
1086
1090
|
export declare interface PriceRangeSliderProps {
|
|
1087
1091
|
className?: string;
|
|
@@ -1142,7 +1146,6 @@ export declare interface PromoDialogProps {
|
|
|
1142
1146
|
closeBtnTrackingId?: string;
|
|
1143
1147
|
className?: string;
|
|
1144
1148
|
open?: boolean;
|
|
1145
|
-
dir?: 'ltr' | 'rtl' | 'auto';
|
|
1146
1149
|
}
|
|
1147
1150
|
|
|
1148
1151
|
export declare const QuestionMarkIcon: FC<{
|