design-system-silkhaus 3.7.0-beta.localeSelector.2 → 3.7.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/index.d.ts CHANGED
@@ -461,6 +461,7 @@ export declare type DialogV2Props = {
461
461
  actionButtons?: ActionButtonProps[];
462
462
  isDismissible?: boolean;
463
463
  overlayBlur?: boolean;
464
+ dir?: string;
464
465
  };
465
466
 
466
467
  export declare const DocumentsIcon: FC<{
package/dist/index.js CHANGED
@@ -30340,7 +30340,8 @@ const fj = ({
30340
30340
  onClose: c = () => {
30341
30341
  },
30342
30342
  isDismissible: f = !0,
30343
- overlayBlur: h = !1
30343
+ overlayBlur: h = !1,
30344
+ dir: v = null
30344
30345
  }) => /* @__PURE__ */ u.jsx(
30345
30346
  Xn,
30346
30347
  {
@@ -30357,11 +30358,12 @@ const fj = ({
30357
30358
  overlayBlur: h,
30358
30359
  children: /* @__PURE__ */ u.jsxs(
30359
30360
  "div",
30360
- {
30361
+ Ye(xe({
30361
30362
  className: Pe(
30362
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",
30363
30364
  n
30364
- ),
30365
+ )
30366
+ }, v ? { dir: v } : {}), {
30365
30367
  children: [
30366
30368
  /* @__PURE__ */ u.jsx(
30367
30369
  hj,
@@ -30391,7 +30393,7 @@ const fj = ({
30391
30393
  }
30392
30394
  )
30393
30395
  ]
30394
- }
30396
+ })
30395
30397
  )
30396
30398
  }
30397
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: [
@@ -32024,6 +32026,7 @@ const EL = (i) => {
32024
32026
  return /* @__PURE__ */ u.jsx(
32025
32027
  fj,
32026
32028
  {
32029
+ dir: "ltr",
32027
32030
  show: a,
32028
32031
  title: "",
32029
32032
  dialogBody: /* @__PURE__ */ u.jsxs("div", { className: "ds-flex ds-flex-col ds-gap-8", 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.0-beta.localeSelector.2",
4
+ "version": "3.7.0",
5
5
  "description": "Design system for Silkhaus built with Typescript, React and Tailwind",
6
6
  "author": "silkhaus",
7
7
  "license": "MIT",