design-system-silkhaus 4.1.0-beta.tickets.1 → 4.1.0-beta.tickets.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 +1 -1
- package/dist/{index-DoiZI9y1.js → index-BhaJhiDa.js} +1046 -976
- package/dist/index.d.ts +40 -0
- package/dist/index.js +2 -2
- package/dist/style.css +1 -1
- package/dist/tailwind.config.js +70 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1717,6 +1717,14 @@ declare const textVariants: {
|
|
|
1717
1717
|
readonly lineHeight: "var(--xLargeHero-TitleEmphasized-line-height)";
|
|
1718
1718
|
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1719
1719
|
}];
|
|
1720
|
+
readonly xLargeLargeTitleRegular: readonly ["var(--xLargeLarge-TitleRegular-font-size)", {
|
|
1721
|
+
readonly lineHeight: "var(--xLargeLarge-TitleRegular-line-height)";
|
|
1722
|
+
readonly fontWeight: "var(--font-weight-normal)";
|
|
1723
|
+
}];
|
|
1724
|
+
readonly xLargeLargeTitleEmphasized: readonly ["var(--xLargeLarge-TitleEmphasized-font-size)", {
|
|
1725
|
+
readonly lineHeight: "var(--xLargeLarge-TitleEmphasized-line-height)";
|
|
1726
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1727
|
+
}];
|
|
1720
1728
|
readonly xLargeTitle1Regular: readonly ["var(--xLargeTitle-1Regular-font-size)", {
|
|
1721
1729
|
readonly lineHeight: "var(--xLargeTitle-1Regular-line-height)";
|
|
1722
1730
|
readonly fontWeight: "var(--xLargeTitle-1Regular-font-weight)";
|
|
@@ -1781,6 +1789,14 @@ declare const textVariants: {
|
|
|
1781
1789
|
readonly lineHeight: "var(--LargeHero-TitleEmphasized-line-height)";
|
|
1782
1790
|
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1783
1791
|
}];
|
|
1792
|
+
readonly largeLargeTitleRegular: readonly ["var(--LargeLarge-TitleRegular-font-size)", {
|
|
1793
|
+
readonly lineHeight: "var(--LargeLarge-TitleRegular-line-height)";
|
|
1794
|
+
readonly fontWeight: "var(--font-weight-normal)";
|
|
1795
|
+
}];
|
|
1796
|
+
readonly largeLargeTitleEmphasized: readonly ["var(--LargeLarge-TitleEmphasized-font-size)", {
|
|
1797
|
+
readonly lineHeight: "var(--LargeLarge-TitleEmphasized-line-height)";
|
|
1798
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1799
|
+
}];
|
|
1784
1800
|
readonly largeTitle1Regular: readonly ["var(--LargeTitle-1Regular-font-size)", {
|
|
1785
1801
|
readonly lineHeight: "var(--LargeTitle-1Regular-line-height)";
|
|
1786
1802
|
readonly fontWeight: "var(--LargeTitle-1Regular-font-weight)";
|
|
@@ -1845,6 +1861,14 @@ declare const textVariants: {
|
|
|
1845
1861
|
readonly lineHeight: "var(--MediumHero-TitleEmphasized-line-height)";
|
|
1846
1862
|
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1847
1863
|
}];
|
|
1864
|
+
readonly mediumLargeTitleRegular: readonly ["var(--MediumLarge-TitleRegular-font-size)", {
|
|
1865
|
+
readonly lineHeight: "var(--MediumLarge-TitleRegular-line-height)";
|
|
1866
|
+
readonly fontWeight: "var(--font-weight-normal)";
|
|
1867
|
+
}];
|
|
1868
|
+
readonly mediumLargeTitleEmphasized: readonly ["var(--MediumLarge-TitleEmphasized-font-size)", {
|
|
1869
|
+
readonly lineHeight: "var(--MediumLarge-TitleEmphasized-line-height)";
|
|
1870
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1871
|
+
}];
|
|
1848
1872
|
readonly mediumTitle1Regular: readonly ["var(--MediumTitle-1Regular-font-size)", {
|
|
1849
1873
|
readonly lineHeight: "var(--MediumTitle-1Regular-line-height)";
|
|
1850
1874
|
readonly fontWeight: "var(--MediumTitle-1Regular-font-weight)";
|
|
@@ -1949,6 +1973,14 @@ declare const textVariants: {
|
|
|
1949
1973
|
readonly lineHeight: "var(--SmallHero-TitleEmphasized-line-height)";
|
|
1950
1974
|
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1951
1975
|
}];
|
|
1976
|
+
readonly smallLargeTitleRegular: readonly ["var(--SmallLarge-TitleRegular-font-size)", {
|
|
1977
|
+
readonly lineHeight: "var(--SmallLarge-TitleRegular-line-height)";
|
|
1978
|
+
readonly fontWeight: "var(--font-weight-normal)";
|
|
1979
|
+
}];
|
|
1980
|
+
readonly smallLargeTitleEmphasized: readonly ["var(--SmallLarge-TitleEmphasized-font-size)", {
|
|
1981
|
+
readonly lineHeight: "var(--SmallLarge-TitleEmphasized-line-height)";
|
|
1982
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
1983
|
+
}];
|
|
1952
1984
|
readonly smallTitle1Regular: readonly ["var(--SmallTitle-1Regular-font-size)", {
|
|
1953
1985
|
readonly lineHeight: "var(--SmallTitle-1Regular-line-height)";
|
|
1954
1986
|
readonly fontWeight: "var(--SmallTitle-1Regular-font-weight)";
|
|
@@ -2045,6 +2077,14 @@ declare const textVariants: {
|
|
|
2045
2077
|
readonly lineHeight: "var(--xSmallHero-TitleEmphasized-line-height)";
|
|
2046
2078
|
readonly fontWeight: "var(--font-weight-semibold)";
|
|
2047
2079
|
}];
|
|
2080
|
+
readonly xSmallLargeTitleRegular: readonly ["var(--xSmallLarge-TitleRegular-font-size)", {
|
|
2081
|
+
readonly lineHeight: "var(--xSmallLarge-TitleRegular-line-height)";
|
|
2082
|
+
readonly fontWeight: "var(--font-weight-normal)";
|
|
2083
|
+
}];
|
|
2084
|
+
readonly xSmallLargeTitleEmphasized: readonly ["var(--xSmallLarge-TitleEmphasized-font-size)", {
|
|
2085
|
+
readonly lineHeight: "var(--xSmallLarge-TitleEmphasized-line-height)";
|
|
2086
|
+
readonly fontWeight: "var(--font-weight-semibold)";
|
|
2087
|
+
}];
|
|
2048
2088
|
readonly xSmallTitle1Regular: readonly ["var(--xSmallTitle-1Regular-font-size)", {
|
|
2049
2089
|
readonly lineHeight: "var(--xSmallTitle-1Regular-line-height)";
|
|
2050
2090
|
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, e as AC, f as Re, g as _e, u as Lp, h as HC, i as Ap, k as Hp, l as Fp, m as qp, F as Vp, A as wa, n as $p, o as Bp, p as Wp, C as qr, q as zp, r as vt, s as af, v as FC, w as of, x as Up, y as qC, z as VC, E as $C, a as W0, B as C2, D as BC } from "./index-
|
|
23
|
-
import { G as z$, H as U$, I as K$ } from "./index-
|
|
22
|
+
import { j as u, t as Ve, e as AC, f as Re, g as _e, u as Lp, h as HC, i as Ap, k as Hp, l as Fp, m as qp, F as Vp, A as wa, n as $p, o as Bp, p as Wp, C as qr, q as zp, r as vt, s as af, v as FC, w as of, x as Up, y as qC, z as VC, E as $C, a as W0, B as C2, D as BC } from "./index-BhaJhiDa.js";
|
|
23
|
+
import { G as z$, H as U$, I as K$ } from "./index-BhaJhiDa.js";
|
|
24
24
|
import * as ee from "react";
|
|
25
25
|
import de, { useState as Le, useMemo as Pr, 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";
|