design-system-silkhaus 3.3.0-beta.listing-card-rtl.11 → 3.4.0-beta.rtl-issues.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-DwGmxWYP.js → Checkbox-C32anbmO.js} +1 -1
- package/dist/app/index.js +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +122 -120
- package/dist/style.css +1 -1
- package/dist/tailwind.config.js +1 -1
- package/package.json +1 -1
|
@@ -2977,7 +2977,7 @@ const Ut = {
|
|
|
2977
2977
|
"ds-mobile": { min: "375px" },
|
|
2978
2978
|
"ds-tablet": { min: "768px" },
|
|
2979
2979
|
"ds-desktop": { min: "1024px" },
|
|
2980
|
-
"ds-wide_desktop": { min: "
|
|
2980
|
+
"ds-wide_desktop": { min: "1280px" }
|
|
2981
2981
|
},
|
|
2982
2982
|
extend: {
|
|
2983
2983
|
colors: {
|
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-C32anbmO.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
|
@@ -383,7 +383,7 @@ declare interface DateRangePickerProps {
|
|
|
383
383
|
lTBannerDesc?: string | default_2.ReactNode;
|
|
384
384
|
lTBannerBgColor?: string;
|
|
385
385
|
thirdColumn?: string | default_2.ReactNode;
|
|
386
|
-
onMobileCloseClick
|
|
386
|
+
onMobileCloseClick?: () => void;
|
|
387
387
|
onOutsideClick?: (e: unknown) => void;
|
|
388
388
|
onPrevMonthClick?: (e: unknown) => void;
|
|
389
389
|
onNextMonthClick?: (e: unknown) => void;
|
|
@@ -798,6 +798,7 @@ export declare interface MobileFilterMenuProps extends HTMLAttributes<HTMLDivEle
|
|
|
798
798
|
backgroundImage?: string;
|
|
799
799
|
marginTop?: string;
|
|
800
800
|
maxWidth?: string;
|
|
801
|
+
rtl?: boolean;
|
|
801
802
|
}
|
|
802
803
|
|
|
803
804
|
export declare const MobileMultiSelectFilterDropDown: ForwardRefExoticComponent<MobileMultiSelectFilterDropDownProps & RefAttributes<HTMLDivElement>>;
|