design-system-silkhaus 3.10.0-beta-image-viewer.4 → 3.10.0-beta-image-viewer.5
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/{ButtonsGroupSelector-BAlFswmU.js → ButtonsGroupSelector-CV01ZD7O.js} +143 -123
- package/dist/app/index.js +2 -2
- package/dist/index.d.ts +8 -0
- package/dist/index.js +4002 -3968
- package/dist/style.css +1 -1
- package/dist/tailwind.config.js +20 -0
- package/package.json +1 -1
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-
|
|
14
|
-
import { w as ks } from "../ButtonsGroupSelector-
|
|
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-CV01ZD7O.js";
|
|
14
|
+
import { w as ks } from "../ButtonsGroupSelector-CV01ZD7O.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
|
@@ -1660,6 +1660,14 @@ declare const textVariants: {
|
|
|
1660
1660
|
readonly lineHeight: "var(--MediumSubHead-Regular-line-height)";
|
|
1661
1661
|
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1662
1662
|
}];
|
|
1663
|
+
readonly mediumSubheadRegular: readonly ["var(--MediumSubHead-Regular-font-size)", {
|
|
1664
|
+
readonly lineHeight: "var(--MediumSubHead-Regular-line-height)";
|
|
1665
|
+
readonly fontWeight: "var(--font-weight-normal)";
|
|
1666
|
+
}];
|
|
1667
|
+
readonly mediumSubheadEmphasized: readonly ["var(--MediumSubHead-Regular-font-size)", {
|
|
1668
|
+
readonly lineHeight: "var(--MediumSubHead-Regular-line-height)";
|
|
1669
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1670
|
+
}];
|
|
1663
1671
|
readonly mediumCaption1Regular: readonly ["var(--MediumCaption-1Regular-font-size)", {
|
|
1664
1672
|
readonly lineHeight: "var(--MediumCaption-1Regular-line-height)";
|
|
1665
1673
|
readonly fontWeight: "var(--MediumCaption-1Regular-font-weight)";
|