design-system-silkhaus 3.9.0 → 3.9.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/app/index.js CHANGED
@@ -10,8 +10,8 @@ var I = (s, e, a) => e in s ? J(s, e, { enumerable: !0, configurable: !0, writab
10
10
  X.call(e, a) && I(s, a, e[a]);
11
11
  return s;
12
12
  }, k = (s, e) => K(s, L(e));
13
- import { j as d, p as Y, u as Z, o as _, i as O, s as ss, r as es, v as ds, d as as, e as ls, f as ts, g as rs, a as m, F as ns, A as is, h as os, D as cs, x as us, C as fs, l as xs, k as ms, n as ps } from "../ButtonsGroupSelector-D-Y2iTmE.js";
14
- import { w as ks } from "../ButtonsGroupSelector-D-Y2iTmE.js";
13
+ import { j as d, p as Y, u as Z, o as _, i as O, s as ss, r as es, v as ds, d as as, e as ls, f as ts, g as rs, a as m, F as ns, A as is, h as os, D as cs, x as us, C as fs, l as xs, k as ms, n as ps } from "../ButtonsGroupSelector-Dt1072KD.js";
14
+ import { w as ks } from "../ButtonsGroupSelector-Dt1072KD.js";
15
15
  import { useState as b } from "react";
16
16
  const hs = (s) => window.innerWidth < Y ? /* @__PURE__ */ d.jsx(R, x({}, s)) : /* @__PURE__ */ d.jsx(M, x({}, s));
17
17
  hs.displayName = "Dropdown";
package/dist/index.d.ts CHANGED
@@ -476,6 +476,14 @@ export declare const DoorOpenIcon: FC<{
476
476
  className?: string;
477
477
  }>;
478
478
 
479
+ export declare const DownloadFileIcon: FC<{
480
+ className?: string;
481
+ }>;
482
+
483
+ export declare const DownloadIcon: FC<{
484
+ className?: string;
485
+ }>;
486
+
479
487
  export declare const DUE_TODAY = "due_today";
480
488
 
481
489
  export declare const FileIcon: FC<{
@@ -585,6 +593,10 @@ declare const gridVariants: (props?: ({
585
593
  placeItems?: "end" | "start" | "center" | "stretch" | "baseline" | null | undefined;
586
594
  } & ClassProp) | undefined) => string;
587
595
 
596
+ export declare const GuestsIcon: FC<{
597
+ className?: string;
598
+ }>;
599
+
588
600
  export declare const HandCursorTapIcon: FC<{
589
601
  className?: string;
590
602
  }>;
@@ -1631,6 +1643,14 @@ declare const textVariants: {
1631
1643
  readonly lineHeight: "var(--MediumSubHead-Regular-line-height)";
1632
1644
  readonly fontWeight: "var(--font-weight-semibold)";
1633
1645
  }];
1646
+ readonly mediumSubheadRegular: readonly ["var(--MediumSubHead-Regular-font-size)", {
1647
+ readonly lineHeight: "var(--MediumSubHead-Regular-line-height)";
1648
+ readonly fontWeight: "var(--font-weight-normal)";
1649
+ }];
1650
+ readonly mediumSubheadEmphasized: readonly ["var(--MediumSubHead-Regular-font-size)", {
1651
+ readonly lineHeight: "var(--MediumSubHead-Regular-line-height)";
1652
+ readonly fontWeight: "var(--font-weight-semibold)";
1653
+ }];
1634
1654
  readonly mediumCaption1Regular: readonly ["var(--MediumCaption-1Regular-font-size)", {
1635
1655
  readonly lineHeight: "var(--MediumCaption-1Regular-line-height)";
1636
1656
  readonly fontWeight: "var(--MediumCaption-1Regular-font-weight)";
@@ -2027,6 +2047,10 @@ export declare const WarningIcon: FC<{
2027
2047
  className?: string;
2028
2048
  }>;
2029
2049
 
2050
+ export declare const WhatsappIcon: FC<{
2051
+ className?: string;
2052
+ }>;
2053
+
2030
2054
  export declare const WifiIcon: FC<{
2031
2055
  className?: string;
2032
2056
  }>;