@drjoshcsimmons/scl 0.3.1 → 0.4.1
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/components/ui/accordion/accordion.d.ts +1 -0
- package/dist/components/ui/accordion/accordion.d.ts.map +1 -1
- package/dist/components/ui/badge/badge.d.ts +5 -1
- package/dist/components/ui/badge/badge.d.ts.map +1 -1
- package/dist/components/ui/button/button.d.ts +7 -0
- package/dist/components/ui/button/button.d.ts.map +1 -1
- package/dist/components/ui/input/input.d.ts +6 -1
- package/dist/components/ui/input/input.d.ts.map +1 -1
- package/dist/components/ui/skeleton/skeleton.d.ts +5 -2
- package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
- package/dist/components/ui/textarea/textarea.d.ts +6 -1
- package/dist/components/ui/textarea/textarea.d.ts.map +1 -1
- package/dist/globals.css +45 -0
- package/dist/hooks/use-font-loaded.d.ts +2 -0
- package/dist/hooks/use-font-loaded.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +116 -114
- package/dist/index10.js +33 -28
- package/dist/index100.js +3 -5
- package/dist/index101.js +2 -2
- package/dist/index102.js +5 -54
- package/dist/index103.js +25 -30
- package/dist/index104.js +47 -29
- package/dist/index105.js +30 -4
- package/dist/index106.js +45 -216
- package/dist/index107.js +7 -46
- package/dist/index108.js +178 -27
- package/dist/index109.js +51 -44
- package/dist/index11.js +28 -5
- package/dist/index110.js +30 -9
- package/dist/index111.js +30 -6
- package/dist/index112.js +6 -48
- package/dist/index114.js +200 -42
- package/dist/index115.js +20 -204
- package/dist/index116.js +399 -21
- package/dist/index117.js +40 -392
- package/dist/index118.js +48 -2
- package/dist/index119.js +23 -51
- package/dist/index12.js +5 -79
- package/dist/index120.js +29 -65
- package/dist/index121.js +5 -25
- package/dist/index122.js +2 -29
- package/dist/index123.js +53 -5
- package/dist/index124.js +65 -2
- package/dist/index125.js +2 -2
- package/dist/index126.js +2 -5
- package/dist/index127.js +5 -3
- package/dist/index128.js +3 -24
- package/dist/index129.js +22 -111
- package/dist/index13.js +75 -12
- package/dist/index130.js +111 -14
- package/dist/index131.js +14 -523
- package/dist/index132.js +511 -114
- package/dist/index133.js +111 -117
- package/dist/index134.js +130 -61
- package/dist/index135.js +65 -69
- package/dist/index136.js +68 -8
- package/dist/index137.js +9 -14
- package/dist/index138.js +14 -66
- package/dist/index139.js +66 -4
- package/dist/index14.js +17 -14
- package/dist/index140.js +3 -22
- package/dist/index141.js +23 -13
- package/dist/index142.js +20 -25
- package/dist/index143.js +12 -4
- package/dist/index144.js +25 -20
- package/dist/index145.js +7 -0
- package/dist/index15.js +12 -17
- package/dist/index16.js +18 -31
- package/dist/index17.js +32 -25
- package/dist/index18.js +19 -31
- package/dist/index19.js +28 -129
- package/dist/index20.js +136 -18
- package/dist/index21.js +19 -11
- package/dist/index22.js +11 -20
- package/dist/index23.js +23 -15
- package/dist/index24.js +15 -31
- package/dist/index25.js +31 -35
- package/dist/index26.js +35 -15
- package/dist/index27.js +15 -13
- package/dist/index28.js +11 -20
- package/dist/index29.js +23 -99
- package/dist/index3.js +10 -22
- package/dist/index30.js +99 -38
- package/dist/index31.js +38 -10
- package/dist/index32.js +10 -48
- package/dist/index33.js +47 -64
- package/dist/index34.js +66 -236
- package/dist/{index63.js → index38.js} +14 -14
- package/dist/index4.js +22 -53
- package/dist/index40.js +239 -0
- package/dist/{index59.js → index42.js} +1 -1
- package/dist/index45.js +507 -236
- package/dist/index47.js +860 -18
- package/dist/index5.js +52 -24
- package/dist/index50.js +91 -197
- package/dist/{index65.js → index53.js} +8 -8
- package/dist/index55.js +221 -822
- package/dist/{index67.js → index58.js} +6 -6
- package/dist/index6.js +24 -34
- package/dist/index61.js +310 -504
- package/dist/{index43.js → index64.js} +7 -7
- package/dist/{index57.js → index66.js} +2 -2
- package/dist/{index52.js → index68.js} +3 -3
- package/dist/index7.js +34 -6
- package/dist/index70.js +238 -0
- package/dist/{index69.js → index72.js} +7 -7
- package/dist/{index36.js → index74.js} +1 -1
- package/dist/index76.js +20 -0
- package/dist/index8.js +6 -21
- package/dist/index81.js +1 -1
- package/dist/index82.js +1 -1
- package/dist/index83.js +7 -30
- package/dist/index84.js +25 -5
- package/dist/index86.js +114 -170
- package/dist/index87.js +13 -67
- package/dist/index88.js +133 -32
- package/dist/index89.js +10 -7
- package/dist/index9.js +27 -32
- package/dist/index90.js +215 -48
- package/dist/index91.js +14 -11
- package/dist/index92.js +64 -120
- package/dist/index93.js +32 -133
- package/dist/index94.js +48 -14
- package/dist/index95.js +50 -13
- package/dist/index96.js +50 -9
- package/dist/index97.js +9 -50
- package/dist/index98.js +29 -47
- package/dist/index99.js +7 -24
- package/dist/tokens/index.d.ts +9 -8
- package/dist/tokens/index.d.ts.map +1 -1
- package/dist/tokens/spacing.d.ts +11 -8
- package/dist/tokens/spacing.d.ts.map +1 -1
- package/dist/tokens/typography.d.ts +1 -0
- package/dist/tokens/typography.d.ts.map +1 -1
- package/package.json +4 -5
- package/dist/index71.js +0 -338
- package/dist/index73.js +0 -132
- package/dist/index77.js +0 -29
- /package/dist/{index41.js → index35.js} +0 -0
package/dist/index28.js
CHANGED
|
@@ -1,26 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { Root as
|
|
3
|
-
import * as
|
|
4
|
-
import { cx as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Root as o } from "./index68.js";
|
|
3
|
+
import * as l from "react";
|
|
4
|
+
import { cx as s } from "./index2.js";
|
|
5
5
|
/* empty css */
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
...t
|
|
9
|
-
}) => /* @__PURE__ */ r(s, { delayDuration: 100, skipDelayDuration: 300, ...t, children: o });
|
|
10
|
-
d.displayName = "TooltipProvider";
|
|
11
|
-
const P = p, R = l, T = m.forwardRef(({ className: o, sideOffset: t = 4, ...e }, a) => /* @__PURE__ */ r(n, { children: /* @__PURE__ */ r(
|
|
12
|
-
i,
|
|
6
|
+
const p = l.forwardRef(({ className: m, size: r = "default", ...t }, a) => /* @__PURE__ */ e(
|
|
7
|
+
o,
|
|
13
8
|
{
|
|
14
9
|
ref: a,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
...e
|
|
10
|
+
className: s("scl-toggle", `scl-toggle--${r}`, m),
|
|
11
|
+
...t
|
|
18
12
|
}
|
|
19
|
-
)
|
|
20
|
-
|
|
13
|
+
));
|
|
14
|
+
p.displayName = o.displayName;
|
|
21
15
|
export {
|
|
22
|
-
|
|
23
|
-
T as TooltipContent,
|
|
24
|
-
d as TooltipProvider,
|
|
25
|
-
R as TooltipTrigger
|
|
16
|
+
p as Toggle
|
|
26
17
|
};
|
package/dist/index29.js
CHANGED
|
@@ -1,102 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
},
|
|
19
|
-
"fade-in": {
|
|
20
|
-
from: { opacity: "0" },
|
|
21
|
-
to: { opacity: "1" }
|
|
22
|
-
},
|
|
23
|
-
"fade-out": {
|
|
24
|
-
from: { opacity: "1" },
|
|
25
|
-
to: { opacity: "0" }
|
|
26
|
-
},
|
|
27
|
-
"slide-in-from-top": {
|
|
28
|
-
from: { transform: "translateY(-100%)" },
|
|
29
|
-
to: { transform: "translateY(0)" }
|
|
30
|
-
},
|
|
31
|
-
"slide-in-from-bottom": {
|
|
32
|
-
from: { transform: "translateY(100%)" },
|
|
33
|
-
to: { transform: "translateY(0)" }
|
|
34
|
-
},
|
|
35
|
-
"slide-in-from-left": {
|
|
36
|
-
from: { transform: "translateX(-100%)" },
|
|
37
|
-
to: { transform: "translateX(0)" }
|
|
38
|
-
},
|
|
39
|
-
"slide-in-from-right": {
|
|
40
|
-
from: { transform: "translateX(100%)" },
|
|
41
|
-
to: { transform: "translateX(0)" }
|
|
42
|
-
},
|
|
43
|
-
"zoom-in": {
|
|
44
|
-
from: { opacity: "0", transform: "scale(0.95)" },
|
|
45
|
-
to: { opacity: "1", transform: "scale(1)" }
|
|
46
|
-
},
|
|
47
|
-
"zoom-out": {
|
|
48
|
-
from: { opacity: "1", transform: "scale(1)" },
|
|
49
|
-
to: { opacity: "0", transform: "scale(0.95)" }
|
|
50
|
-
},
|
|
51
|
-
spin: {
|
|
52
|
-
from: { transform: "rotate(0deg)" },
|
|
53
|
-
to: { transform: "rotate(360deg)" }
|
|
54
|
-
},
|
|
55
|
-
ping: {
|
|
56
|
-
"75%, 100%": { transform: "scale(2)", opacity: "0" }
|
|
57
|
-
},
|
|
58
|
-
pulse: {
|
|
59
|
-
"0%, 100%": { opacity: "1" },
|
|
60
|
-
"50%": { opacity: "0.5" }
|
|
61
|
-
},
|
|
62
|
-
bounce: {
|
|
63
|
-
"0%, 100%": {
|
|
64
|
-
transform: "translateY(-25%)",
|
|
65
|
-
animationTimingFunction: "cubic-bezier(0.8, 0, 1, 1)"
|
|
66
|
-
},
|
|
67
|
-
"50%": {
|
|
68
|
-
transform: "translateY(0)",
|
|
69
|
-
animationTimingFunction: "cubic-bezier(0, 0, 0.2, 1)"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
// Terminal-style animations from source app
|
|
73
|
-
flash: {
|
|
74
|
-
"0%, 100%": { opacity: "1" },
|
|
75
|
-
"50%": { opacity: "0" }
|
|
76
|
-
},
|
|
77
|
-
marquee: {
|
|
78
|
-
"0%": { transform: "translateX(100%)" },
|
|
79
|
-
"100%": { transform: "translateX(-100%)" }
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
durations: {
|
|
83
|
-
fastest: "50ms",
|
|
84
|
-
faster: "100ms",
|
|
85
|
-
fast: "150ms",
|
|
86
|
-
normal: "200ms",
|
|
87
|
-
slow: "300ms",
|
|
88
|
-
slower: "400ms",
|
|
89
|
-
slowest: "500ms"
|
|
90
|
-
},
|
|
91
|
-
easings: {
|
|
92
|
-
linear: "linear",
|
|
93
|
-
in: "cubic-bezier(0.4, 0, 1, 1)",
|
|
94
|
-
out: "cubic-bezier(0, 0, 0.2, 1)",
|
|
95
|
-
inOut: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
96
|
-
// Custom easing from source app
|
|
97
|
-
smooth: "cubic-bezier(0.25, 0.46, 0.45, 0.94)"
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { Root as p, Trigger as l, Portal as n, Content as i, Provider as s } from "./index61.js";
|
|
3
|
+
import * as m from "react";
|
|
4
|
+
import { cx as c } from "./index2.js";
|
|
5
|
+
/* empty css */
|
|
6
|
+
const d = ({
|
|
7
|
+
children: o,
|
|
8
|
+
...t
|
|
9
|
+
}) => /* @__PURE__ */ r(s, { delayDuration: 100, skipDelayDuration: 300, ...t, children: o });
|
|
10
|
+
d.displayName = "TooltipProvider";
|
|
11
|
+
const P = p, R = l, T = m.forwardRef(({ className: o, sideOffset: t = 4, ...e }, a) => /* @__PURE__ */ r(n, { children: /* @__PURE__ */ r(
|
|
12
|
+
i,
|
|
13
|
+
{
|
|
14
|
+
ref: a,
|
|
15
|
+
sideOffset: t,
|
|
16
|
+
className: c("scl-tooltip-content", o),
|
|
17
|
+
...e
|
|
98
18
|
}
|
|
99
|
-
};
|
|
19
|
+
) }));
|
|
20
|
+
T.displayName = i.displayName;
|
|
100
21
|
export {
|
|
101
|
-
|
|
22
|
+
P as Tooltip,
|
|
23
|
+
T as TooltipContent,
|
|
24
|
+
d as TooltipProvider,
|
|
25
|
+
R as TooltipTrigger
|
|
102
26
|
};
|
package/dist/index3.js
CHANGED
|
@@ -1,24 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
spacing: p,
|
|
11
|
-
borderRadius: t,
|
|
12
|
-
animations: o,
|
|
13
|
-
shadows: m
|
|
14
|
-
};
|
|
1
|
+
import { useState as d, useEffect as n } from "react";
|
|
2
|
+
function u(e = "BigBlueTerm437") {
|
|
3
|
+
const [t, o] = d(!1);
|
|
4
|
+
return n(() => {
|
|
5
|
+
document.fonts.ready.then(() => {
|
|
6
|
+
o(document.fonts.check(`16px "${e}"`));
|
|
7
|
+
});
|
|
8
|
+
}, [e]), t;
|
|
9
|
+
}
|
|
15
10
|
export {
|
|
16
|
-
|
|
17
|
-
t as borderRadius,
|
|
18
|
-
r as colors,
|
|
19
|
-
g as palette,
|
|
20
|
-
m as shadows,
|
|
21
|
-
p as spacing,
|
|
22
|
-
c as theme,
|
|
23
|
-
i as typography
|
|
11
|
+
u as useFontLoaded
|
|
24
12
|
};
|
package/dist/index30.js
CHANGED
|
@@ -1,41 +1,102 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
const t = {
|
|
2
|
+
keyframes: {
|
|
3
|
+
"accordion-down": {
|
|
4
|
+
from: { height: "0" },
|
|
5
|
+
to: { height: "var(--radix-accordion-content-height)" }
|
|
6
|
+
},
|
|
7
|
+
"accordion-up": {
|
|
8
|
+
from: { height: "var(--radix-accordion-content-height)" },
|
|
9
|
+
to: { height: "0" }
|
|
10
|
+
},
|
|
11
|
+
"collapsible-down": {
|
|
12
|
+
from: { height: "0" },
|
|
13
|
+
to: { height: "var(--radix-collapsible-content-height)" }
|
|
14
|
+
},
|
|
15
|
+
"collapsible-up": {
|
|
16
|
+
from: { height: "var(--radix-collapsible-content-height)" },
|
|
17
|
+
to: { height: "0" }
|
|
18
|
+
},
|
|
19
|
+
"fade-in": {
|
|
20
|
+
from: { opacity: "0" },
|
|
21
|
+
to: { opacity: "1" }
|
|
22
|
+
},
|
|
23
|
+
"fade-out": {
|
|
24
|
+
from: { opacity: "1" },
|
|
25
|
+
to: { opacity: "0" }
|
|
26
|
+
},
|
|
27
|
+
"slide-in-from-top": {
|
|
28
|
+
from: { transform: "translateY(-100%)" },
|
|
29
|
+
to: { transform: "translateY(0)" }
|
|
30
|
+
},
|
|
31
|
+
"slide-in-from-bottom": {
|
|
32
|
+
from: { transform: "translateY(100%)" },
|
|
33
|
+
to: { transform: "translateY(0)" }
|
|
34
|
+
},
|
|
35
|
+
"slide-in-from-left": {
|
|
36
|
+
from: { transform: "translateX(-100%)" },
|
|
37
|
+
to: { transform: "translateX(0)" }
|
|
38
|
+
},
|
|
39
|
+
"slide-in-from-right": {
|
|
40
|
+
from: { transform: "translateX(100%)" },
|
|
41
|
+
to: { transform: "translateX(0)" }
|
|
42
|
+
},
|
|
43
|
+
"zoom-in": {
|
|
44
|
+
from: { opacity: "0", transform: "scale(0.95)" },
|
|
45
|
+
to: { opacity: "1", transform: "scale(1)" }
|
|
46
|
+
},
|
|
47
|
+
"zoom-out": {
|
|
48
|
+
from: { opacity: "1", transform: "scale(1)" },
|
|
49
|
+
to: { opacity: "0", transform: "scale(0.95)" }
|
|
50
|
+
},
|
|
51
|
+
spin: {
|
|
52
|
+
from: { transform: "rotate(0deg)" },
|
|
53
|
+
to: { transform: "rotate(360deg)" }
|
|
54
|
+
},
|
|
55
|
+
ping: {
|
|
56
|
+
"75%, 100%": { transform: "scale(2)", opacity: "0" }
|
|
57
|
+
},
|
|
58
|
+
pulse: {
|
|
59
|
+
"0%, 100%": { opacity: "1" },
|
|
60
|
+
"50%": { opacity: "0.5" }
|
|
61
|
+
},
|
|
62
|
+
bounce: {
|
|
63
|
+
"0%, 100%": {
|
|
64
|
+
transform: "translateY(-25%)",
|
|
65
|
+
animationTimingFunction: "cubic-bezier(0.8, 0, 1, 1)"
|
|
66
|
+
},
|
|
67
|
+
"50%": {
|
|
68
|
+
transform: "translateY(0)",
|
|
69
|
+
animationTimingFunction: "cubic-bezier(0, 0, 0.2, 1)"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
// Terminal-style animations from source app
|
|
73
|
+
flash: {
|
|
74
|
+
"0%, 100%": { opacity: "1" },
|
|
75
|
+
"50%": { opacity: "0" }
|
|
76
|
+
},
|
|
77
|
+
marquee: {
|
|
78
|
+
"0%": { transform: "translateX(100%)" },
|
|
79
|
+
"100%": { transform: "translateX(-100%)" }
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
durations: {
|
|
83
|
+
fastest: "50ms",
|
|
84
|
+
faster: "100ms",
|
|
85
|
+
fast: "150ms",
|
|
86
|
+
normal: "200ms",
|
|
87
|
+
slow: "300ms",
|
|
88
|
+
slower: "400ms",
|
|
89
|
+
slowest: "500ms"
|
|
90
|
+
},
|
|
91
|
+
easings: {
|
|
92
|
+
linear: "linear",
|
|
93
|
+
in: "cubic-bezier(0.4, 0, 1, 1)",
|
|
94
|
+
out: "cubic-bezier(0, 0, 0.2, 1)",
|
|
95
|
+
inOut: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
96
|
+
// Custom easing from source app
|
|
97
|
+
smooth: "cubic-bezier(0.25, 0.46, 0.45, 0.94)"
|
|
98
|
+
}
|
|
37
99
|
};
|
|
38
100
|
export {
|
|
39
|
-
|
|
40
|
-
e as palette
|
|
101
|
+
t as animations
|
|
41
102
|
};
|
package/dist/index31.js
CHANGED
|
@@ -1,13 +1,41 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
const e = {
|
|
2
|
+
green: "120 100% 50%",
|
|
3
|
+
// #00ff00
|
|
4
|
+
hotpink: "300 100% 50%",
|
|
5
|
+
// #ff00ff
|
|
6
|
+
yellow: "60 100% 50%",
|
|
7
|
+
// #ffff00
|
|
8
|
+
blue: "240 100% 50%",
|
|
9
|
+
// #0000ff
|
|
10
|
+
cyan: "180 100% 50%",
|
|
11
|
+
// #00ffff
|
|
12
|
+
white: "0 0% 100%",
|
|
13
|
+
// #ffffff
|
|
14
|
+
amber: "45 100% 50%",
|
|
15
|
+
// #ffbf00
|
|
16
|
+
red: "0 100% 50%",
|
|
17
|
+
// #ff0000
|
|
18
|
+
black: "0 0% 0%"
|
|
19
|
+
// #000000
|
|
20
|
+
}, r = {
|
|
21
|
+
// Default semantic mappings
|
|
22
|
+
primary: e.green,
|
|
23
|
+
primaryForeground: e.black,
|
|
24
|
+
secondary: e.hotpink,
|
|
25
|
+
secondaryForeground: e.black,
|
|
26
|
+
// Core UI
|
|
27
|
+
background: e.black,
|
|
28
|
+
foreground: e.green,
|
|
29
|
+
border: e.green,
|
|
30
|
+
ring: e.green,
|
|
31
|
+
// Destructive (always red)
|
|
32
|
+
destructive: e.red,
|
|
33
|
+
destructiveForeground: e.black,
|
|
34
|
+
// Muted
|
|
35
|
+
muted: "0 0% 8%",
|
|
36
|
+
mutedForeground: e.green
|
|
10
37
|
};
|
|
11
38
|
export {
|
|
12
|
-
|
|
39
|
+
r as colors,
|
|
40
|
+
e as palette
|
|
13
41
|
};
|
package/dist/index32.js
CHANGED
|
@@ -1,51 +1,13 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
3.5: "0.875rem",
|
|
11
|
-
4: "1rem",
|
|
12
|
-
5: "1.25rem",
|
|
13
|
-
6: "1.5rem",
|
|
14
|
-
7: "1.75rem",
|
|
15
|
-
8: "2rem",
|
|
16
|
-
9: "2.25rem",
|
|
17
|
-
10: "2.5rem",
|
|
18
|
-
11: "2.75rem",
|
|
19
|
-
12: "3rem",
|
|
20
|
-
14: "3.5rem",
|
|
21
|
-
16: "4rem",
|
|
22
|
-
20: "5rem",
|
|
23
|
-
24: "6rem",
|
|
24
|
-
28: "7rem",
|
|
25
|
-
32: "8rem",
|
|
26
|
-
36: "9rem",
|
|
27
|
-
40: "10rem",
|
|
28
|
-
44: "11rem",
|
|
29
|
-
48: "12rem",
|
|
30
|
-
52: "13rem",
|
|
31
|
-
56: "14rem",
|
|
32
|
-
60: "15rem",
|
|
33
|
-
64: "16rem",
|
|
34
|
-
72: "18rem",
|
|
35
|
-
80: "20rem",
|
|
36
|
-
96: "24rem"
|
|
37
|
-
}, e = {
|
|
38
|
-
none: "0px",
|
|
39
|
-
sm: "calc(var(--radius) - 4px)",
|
|
40
|
-
md: "calc(var(--radius) - 2px)",
|
|
41
|
-
DEFAULT: "var(--radius)",
|
|
42
|
-
lg: "var(--radius)",
|
|
43
|
-
xl: "calc(var(--radius) + 4px)",
|
|
44
|
-
"2xl": "calc(var(--radius) + 8px)",
|
|
45
|
-
"3xl": "calc(var(--radius) + 16px)",
|
|
46
|
-
full: "9999px"
|
|
1
|
+
const x = {
|
|
2
|
+
none: "none",
|
|
3
|
+
sm: "0 1px 2px 0 rgb(0 0 0 / 0.05)",
|
|
4
|
+
DEFAULT: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
|
|
5
|
+
md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
6
|
+
lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
|
|
7
|
+
xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)",
|
|
8
|
+
"2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)",
|
|
9
|
+
inner: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)"
|
|
47
10
|
};
|
|
48
11
|
export {
|
|
49
|
-
|
|
50
|
-
r as spacing
|
|
12
|
+
x as shadows
|
|
51
13
|
};
|
package/dist/index33.js
CHANGED
|
@@ -1,68 +1,51 @@
|
|
|
1
1
|
const e = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
black: "900"
|
|
48
|
-
},
|
|
49
|
-
letterSpacing: {
|
|
50
|
-
tighter: "-0.05em",
|
|
51
|
-
tight: "-0.025em",
|
|
52
|
-
normal: "0em",
|
|
53
|
-
wide: "0.025em",
|
|
54
|
-
wider: "0.05em",
|
|
55
|
-
widest: "0.1em"
|
|
56
|
-
},
|
|
57
|
-
lineHeight: {
|
|
58
|
-
none: "1",
|
|
59
|
-
tight: "1.25",
|
|
60
|
-
snug: "1.375",
|
|
61
|
-
normal: "1.5",
|
|
62
|
-
relaxed: "1.625",
|
|
63
|
-
loose: "2"
|
|
64
|
-
}
|
|
2
|
+
px: "1px",
|
|
3
|
+
0: "0px",
|
|
4
|
+
0.5: "0.125rem",
|
|
5
|
+
1: "0.25rem",
|
|
6
|
+
1.5: "0.375rem",
|
|
7
|
+
2: "0.5rem",
|
|
8
|
+
2.5: "0.625rem",
|
|
9
|
+
3: "0.75rem",
|
|
10
|
+
3.5: "0.875rem",
|
|
11
|
+
4: "1rem",
|
|
12
|
+
5: "1.25rem",
|
|
13
|
+
6: "1.5rem",
|
|
14
|
+
7: "1.75rem",
|
|
15
|
+
8: "2rem",
|
|
16
|
+
9: "2.25rem",
|
|
17
|
+
10: "2.5rem",
|
|
18
|
+
11: "2.75rem",
|
|
19
|
+
12: "3rem",
|
|
20
|
+
14: "3.5rem",
|
|
21
|
+
16: "4rem",
|
|
22
|
+
20: "5rem",
|
|
23
|
+
24: "6rem",
|
|
24
|
+
28: "7rem",
|
|
25
|
+
32: "8rem",
|
|
26
|
+
36: "9rem",
|
|
27
|
+
40: "10rem",
|
|
28
|
+
44: "11rem",
|
|
29
|
+
48: "12rem",
|
|
30
|
+
52: "13rem",
|
|
31
|
+
56: "14rem",
|
|
32
|
+
60: "15rem",
|
|
33
|
+
64: "16rem",
|
|
34
|
+
72: "18rem",
|
|
35
|
+
80: "20rem",
|
|
36
|
+
96: "24rem"
|
|
37
|
+
}, r = {
|
|
38
|
+
none: "0px",
|
|
39
|
+
sm: "0px",
|
|
40
|
+
md: "0px",
|
|
41
|
+
DEFAULT: "0px",
|
|
42
|
+
lg: "0px",
|
|
43
|
+
xl: "0px",
|
|
44
|
+
"2xl": "0px",
|
|
45
|
+
"3xl": "0px",
|
|
46
|
+
full: "0px"
|
|
65
47
|
};
|
|
66
48
|
export {
|
|
67
|
-
|
|
49
|
+
r as borderRadius,
|
|
50
|
+
e as spacing
|
|
68
51
|
};
|