design-system-silkhaus 3.4.1-beta.rtl-fixes.2 → 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/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-C6k7oFhV.js";
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.ForwardRefExoticComponent<PriceRangeSliderProps & default_2.RefAttributes<HTMLDivElement>>;
1088
+ export declare const PriceRangeSlider: default_2.FC<PriceRangeSliderProps>;
1085
1089
 
1086
1090
  export declare interface PriceRangeSliderProps {
1087
1091
  className?: string;