design-system-silkhaus 3.13.0 → 3.14.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/app/index.js +1 -1
- package/dist/{index-DoJhqBt6.js → index-DNx3uJWq.js} +415 -380
- package/dist/index.d.ts +20 -0
- package/dist/index.js +2 -2
- package/dist/style.css +1 -1
- package/dist/tailwind.config.js +35 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1702,6 +1702,10 @@ declare const textVariants: {
|
|
|
1702
1702
|
readonly lineHeight: "var(--xLargeHero-TitleRegular-line-height)";
|
|
1703
1703
|
readonly fontWeight: "var(--xLargeHero-TitleRegular-font-weight)";
|
|
1704
1704
|
}];
|
|
1705
|
+
readonly xLargeHeroTitleEmphasized: readonly ["var(--xLargeHero-TitleEmphasized-font-size)", {
|
|
1706
|
+
readonly lineHeight: "var(--xLargeHero-TitleEmphasized-line-height)";
|
|
1707
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1708
|
+
}];
|
|
1705
1709
|
readonly xLargeTitle1Regular: readonly ["var(--xLargeTitle-1Regular-font-size)", {
|
|
1706
1710
|
readonly lineHeight: "var(--xLargeTitle-1Regular-line-height)";
|
|
1707
1711
|
readonly fontWeight: "var(--xLargeTitle-1Regular-font-weight)";
|
|
@@ -1762,6 +1766,10 @@ declare const textVariants: {
|
|
|
1762
1766
|
readonly lineHeight: "var(--LargeHero-TitleRegular-line-height)";
|
|
1763
1767
|
readonly fontWeight: "var(--LargeHero-TitleRegular-font-weight)";
|
|
1764
1768
|
}];
|
|
1769
|
+
readonly largeHeroTitleEmphasized: readonly ["var(--LargeHero-TitleEmphasized-font-size)", {
|
|
1770
|
+
readonly lineHeight: "var(--LargeHero-TitleEmphasized-line-height)";
|
|
1771
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1772
|
+
}];
|
|
1765
1773
|
readonly largeTitle1Regular: readonly ["var(--LargeTitle-1Regular-font-size)", {
|
|
1766
1774
|
readonly lineHeight: "var(--LargeTitle-1Regular-line-height)";
|
|
1767
1775
|
readonly fontWeight: "var(--LargeTitle-1Regular-font-weight)";
|
|
@@ -1822,6 +1830,10 @@ declare const textVariants: {
|
|
|
1822
1830
|
readonly lineHeight: "var(--MediumHero-TitleRegular-line-height)";
|
|
1823
1831
|
readonly fontWeight: "var(--MediumHero-TitleRegular-font-weight)";
|
|
1824
1832
|
}];
|
|
1833
|
+
readonly mediumHeroTitleEmphasized: readonly ["var(--MediumHero-TitleEmphasized-font-size)", {
|
|
1834
|
+
readonly lineHeight: "var(--MediumHero-TitleEmphasized-line-height)";
|
|
1835
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1836
|
+
}];
|
|
1825
1837
|
readonly mediumTitle1Regular: readonly ["var(--MediumTitle-1Regular-font-size)", {
|
|
1826
1838
|
readonly lineHeight: "var(--MediumTitle-1Regular-line-height)";
|
|
1827
1839
|
readonly fontWeight: "var(--MediumTitle-1Regular-font-weight)";
|
|
@@ -1922,6 +1934,10 @@ declare const textVariants: {
|
|
|
1922
1934
|
readonly lineHeight: "var(--SmallHero-TitleRegular-line-height)";
|
|
1923
1935
|
readonly fontWeight: "var(--SmallHero-TitleRegular-font-weight)";
|
|
1924
1936
|
}];
|
|
1937
|
+
readonly smallHeroTitleEmphasized: readonly ["var(--SmallHero-TitleEmphasized-font-size)", {
|
|
1938
|
+
readonly lineHeight: "var(--SmallHero-TitleEmphasized-line-height)";
|
|
1939
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1940
|
+
}];
|
|
1925
1941
|
readonly smallTitle1Regular: readonly ["var(--SmallTitle-1Regular-font-size)", {
|
|
1926
1942
|
readonly lineHeight: "var(--SmallTitle-1Regular-line-height)";
|
|
1927
1943
|
readonly fontWeight: "var(--SmallTitle-1Regular-font-weight)";
|
|
@@ -2014,6 +2030,10 @@ declare const textVariants: {
|
|
|
2014
2030
|
readonly lineHeight: "var(--xSmallHero-TitleRegular-line-height)";
|
|
2015
2031
|
readonly fontWeight: "var(--xSmallHero-TitleRegular-font-weight)";
|
|
2016
2032
|
}];
|
|
2033
|
+
readonly xSmallHeroTitleEmphasized: readonly ["var(--xSmallHero-TitleEmphasized-font-size)", {
|
|
2034
|
+
readonly lineHeight: "var(--xSmallHero-TitleEmphasized-line-height)";
|
|
2035
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
2036
|
+
}];
|
|
2017
2037
|
readonly xSmallTitle1Regular: readonly ["var(--xSmallTitle-1Regular-font-size)", {
|
|
2018
2038
|
readonly lineHeight: "var(--xSmallTitle-1Regular-line-height)";
|
|
2019
2039
|
readonly fontWeight: "var(--xSmallTitle-1Regular-font-weight)";
|
package/dist/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var ze = (e, t) => {
|
|
|
19
19
|
t.indexOf(n) < 0 && V0.call(e, n) && (r[n] = e[n]);
|
|
20
20
|
return r;
|
|
21
21
|
};
|
|
22
|
-
import { j as u, t as Ve, c as AC, d as Re, e as xe, u as Lp, g as HC, h as Ap, i as Hp, k as Fp, l as qp, F as Vp, A as wa, m as $p, o as Bp, n as Wp, C as Fr, p as zp, q as wt, r as af, s as FC, v as of, w as Up, x as qC, y as VC, z as $C, a as W0, B as C2, D as BC } from "./index-
|
|
23
|
-
import { E as B$, G as W$, H as z$ } from "./index-
|
|
22
|
+
import { j as u, t as Ve, c as AC, d as Re, e as xe, u as Lp, g as HC, h as Ap, i as Hp, k as Fp, l as qp, F as Vp, A as wa, m as $p, o as Bp, n as Wp, C as Fr, p as zp, q as wt, r as af, s as FC, v as of, w as Up, x as qC, y as VC, z as $C, a as W0, B as C2, D as BC } from "./index-DNx3uJWq.js";
|
|
23
|
+
import { E as B$, G as W$, H as z$ } from "./index-DNx3uJWq.js";
|
|
24
24
|
import * as ee from "react";
|
|
25
25
|
import de, { useState as Le, useMemo as Sr, useEffect as Ge, useCallback as Ze, forwardRef as wr, createContext as sf, useRef as gt, useContext as fa, useDebugValue as z0, useLayoutEffect as lf, isValidElement as _n, useSyncExternalStore as WC, cloneElement as w2 } from "react";
|
|
26
26
|
import Ne from "moment";
|