design-system-silkhaus 3.7.1 → 3.7.2

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/index.d.ts CHANGED
@@ -461,7 +461,7 @@ export declare type DialogV2Props = {
461
461
  actionButtons?: ActionButtonProps[];
462
462
  isDismissible?: boolean;
463
463
  overlayBlur?: boolean;
464
- dir?: string;
464
+ dir?: 'ltr' | 'rtl' | 'auto';
465
465
  };
466
466
 
467
467
  export declare const DocumentsIcon: FC<{
package/dist/index.js CHANGED
@@ -30341,7 +30341,7 @@ const fj = ({
30341
30341
  },
30342
30342
  isDismissible: f = !0,
30343
30343
  overlayBlur: h = !1,
30344
- dir: v = null
30344
+ dir: v
30345
30345
  }) => /* @__PURE__ */ u.jsx(
30346
30346
  Xn,
30347
30347
  {
@@ -30358,12 +30358,12 @@ const fj = ({
30358
30358
  overlayBlur: h,
30359
30359
  children: /* @__PURE__ */ u.jsxs(
30360
30360
  "div",
30361
- Ye(xe({
30361
+ {
30362
30362
  className: Pe(
30363
30363
  "ds-flex ds-flex-col ds-items-center ds-bg-white ds-p-4 ds-shadow-[0px_12px_24px_0px_rgba(0,0,0,0.12)] ds-tablet:ds-max-w-[496px] ds-tablet:ds-rounded",
30364
30364
  n
30365
- )
30366
- }, v ? { dir: v } : {}), {
30365
+ ),
30366
+ dir: v,
30367
30367
  children: [
30368
30368
  /* @__PURE__ */ u.jsx(
30369
30369
  hj,
@@ -30393,7 +30393,7 @@ const fj = ({
30393
30393
  }
30394
30394
  )
30395
30395
  ]
30396
- })
30396
+ }
30397
30397
  )
30398
30398
  }
30399
30399
  ), hj = ({ title: t, subTitle: e, className: r, onClose: n, isDismissible: a }) => /* @__PURE__ */ u.jsxs("div", { className: Pe("ds-relative ds-mb-4 ds-flex ds-w-full ds-gap-2", r), children: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "design-system-silkhaus",
3
3
  "private": false,
4
- "version": "3.7.1",
4
+ "version": "3.7.2",
5
5
  "description": "Design system for Silkhaus built with Typescript, React and Tailwind",
6
6
  "author": "silkhaus",
7
7
  "license": "MIT",