@drjoshcsimmons/scl 0.1.0 → 0.1.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.
Files changed (195) hide show
  1. package/dist/components/ui/alert/alert.d.ts +1 -1
  2. package/dist/components/ui/alert/alert.d.ts.map +1 -1
  3. package/dist/components/ui/badge/badge.d.ts +1 -1
  4. package/dist/components/ui/badge/badge.d.ts.map +1 -1
  5. package/dist/components/ui/button/button.d.ts +1 -1
  6. package/dist/components/ui/button/button.d.ts.map +1 -1
  7. package/dist/components/ui/combobox/combobox.d.ts +31 -0
  8. package/dist/components/ui/combobox/combobox.d.ts.map +1 -0
  9. package/dist/components/ui/combobox/index.d.ts +3 -0
  10. package/dist/components/ui/combobox/index.d.ts.map +1 -0
  11. package/dist/components/ui/command/command.d.ts +85 -0
  12. package/dist/components/ui/command/command.d.ts.map +1 -0
  13. package/dist/components/ui/command/index.d.ts +2 -0
  14. package/dist/components/ui/command/index.d.ts.map +1 -0
  15. package/dist/components/ui/dithered-image/dithered-image.d.ts +6 -2
  16. package/dist/components/ui/dithered-image/dithered-image.d.ts.map +1 -1
  17. package/dist/components/ui/dithered-image/index.d.ts +1 -1
  18. package/dist/components/ui/dithered-image/index.d.ts.map +1 -1
  19. package/dist/components/ui/form/form.d.ts +24 -0
  20. package/dist/components/ui/form/form.d.ts.map +1 -0
  21. package/dist/components/ui/form/index.d.ts +2 -0
  22. package/dist/components/ui/form/index.d.ts.map +1 -0
  23. package/dist/components/ui/progress/progress.d.ts +0 -6
  24. package/dist/components/ui/progress/progress.d.ts.map +1 -1
  25. package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -1
  26. package/dist/components/ui/skeleton/skeleton.d.ts +4 -1
  27. package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
  28. package/dist/components/ui/statusline/statusline.d.ts.map +1 -1
  29. package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +0 -5
  30. package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +1 -1
  31. package/dist/index.d.ts +3 -0
  32. package/dist/index.d.ts.map +1 -1
  33. package/dist/index.js +166 -143
  34. package/dist/index10.js +30 -30
  35. package/dist/index100.js +9 -30
  36. package/dist/index101.js +50 -15
  37. package/dist/index102.js +212 -128
  38. package/dist/index103.js +4 -50
  39. package/dist/index104.js +30 -9
  40. package/dist/index105.js +6 -4
  41. package/dist/index106.js +19 -179
  42. package/dist/index107.js +9 -650
  43. package/dist/index108.js +38 -107
  44. package/dist/index109.js +17 -90
  45. package/dist/index11.js +13 -13
  46. package/dist/index110.js +11 -66
  47. package/dist/index111.js +201 -154
  48. package/dist/index112.js +20 -395
  49. package/dist/index113.js +395 -1675
  50. package/dist/index114.js +2 -278
  51. package/dist/index115.js +49 -128
  52. package/dist/index116.js +65 -32
  53. package/dist/index117.js +2 -1611
  54. package/dist/index118.js +2 -298
  55. package/dist/index119.js +22 -632
  56. package/dist/index12.js +1 -1
  57. package/dist/index120.js +29 -144
  58. package/dist/index121.js +5 -21
  59. package/dist/index122.js +5 -9
  60. package/dist/index123.js +3 -38
  61. package/dist/index124.js +24 -18
  62. package/dist/index125.js +113 -6
  63. package/dist/index126.js +15 -11
  64. package/dist/index127.js +513 -194
  65. package/dist/index128.js +128 -22
  66. package/dist/index129.js +114 -380
  67. package/dist/index13.js +132 -93
  68. package/dist/index130.js +59 -1300
  69. package/dist/index131.js +63 -612
  70. package/dist/index132.js +9 -2
  71. package/dist/index133.js +13 -52
  72. package/dist/index134.js +64 -63
  73. package/dist/index135.js +3 -24
  74. package/dist/index136.js +23 -29
  75. package/dist/index137.js +23 -5
  76. package/dist/index138.js +13 -2
  77. package/dist/index139.js +28 -2
  78. package/dist/index14.js +106 -220
  79. package/dist/index140.js +5 -5
  80. package/dist/index15.js +79 -125
  81. package/dist/index16.js +280 -17
  82. package/dist/index17.js +139 -12
  83. package/dist/index18.js +92 -22
  84. package/dist/index19.js +18 -55
  85. package/dist/index2.js +2 -2
  86. package/dist/index20.js +14 -26
  87. package/dist/index21.js +19 -33
  88. package/dist/index22.js +38 -121
  89. package/dist/index23.js +29 -22
  90. package/dist/index24.js +31 -64
  91. package/dist/index25.js +121 -15
  92. package/dist/index26.js +19 -29
  93. package/dist/index27.js +68 -77
  94. package/dist/index28.js +20 -25
  95. package/dist/index29.js +32 -88
  96. package/dist/index3.js +11 -9
  97. package/dist/index30.js +138 -38
  98. package/dist/index31.js +20 -227
  99. package/dist/index32.js +88 -18
  100. package/dist/index33.js +37 -28
  101. package/dist/index34.js +86 -22
  102. package/dist/index35.js +17 -102
  103. package/dist/index36.js +34 -65
  104. package/dist/index37.js +23 -49
  105. package/dist/index38.js +38 -99
  106. package/dist/index39.js +65 -10
  107. package/dist/index4.js +6 -6
  108. package/dist/index40.js +49 -15
  109. package/dist/index41.js +93 -2256
  110. package/dist/index42.js +10 -32
  111. package/dist/index43.js +15 -18
  112. package/dist/index44.js +2251 -225
  113. package/dist/index45.js +33 -11
  114. package/dist/index46.js +116 -64
  115. package/dist/index47.js +207 -219
  116. package/dist/index48.js +5 -3
  117. package/dist/index49.js +54 -330
  118. package/dist/index5.js +23 -23
  119. package/dist/index50.js +244 -55
  120. package/dist/index51.js +9 -241
  121. package/dist/index52.js +60 -847
  122. package/dist/index53.js +236 -9
  123. package/dist/index54.js +11 -118
  124. package/dist/index55.js +300 -215
  125. package/dist/index56.js +4 -3
  126. package/dist/index57.js +225 -11
  127. package/dist/index58.js +11 -236
  128. package/dist/index59.js +27 -256
  129. package/dist/index6.js +12 -12
  130. package/dist/index60.js +260 -12
  131. package/dist/index61.js +12 -22
  132. package/dist/index62.js +94 -506
  133. package/dist/index63.js +12 -6155
  134. package/dist/index64.js +20 -2631
  135. package/dist/index65.js +16 -296
  136. package/dist/index66.js +232 -663
  137. package/dist/index67.js +125 -825
  138. package/dist/index68.js +159 -23
  139. package/dist/index69.js +241 -315
  140. package/dist/index7.js +22 -22
  141. package/dist/index70.js +72 -4889
  142. package/dist/index71.js +503 -802
  143. package/dist/index72.js +412 -1235
  144. package/dist/index73.js +323 -521
  145. package/dist/index74.js +839 -104
  146. package/dist/index75.js +9 -161
  147. package/dist/index76.js +67 -30
  148. package/dist/index77.js +22 -430
  149. package/dist/index78.js +6 -129
  150. package/dist/index79.js +48 -75
  151. package/dist/index8.js +17 -18
  152. package/dist/index80.js +42 -64
  153. package/dist/index81.js +50 -44
  154. package/dist/index82.js +32 -25
  155. package/dist/index83.js +10 -6
  156. package/dist/index84.js +7 -51
  157. package/dist/index85.js +5 -33
  158. package/dist/index86.js +24 -10
  159. package/dist/index87.js +68 -7
  160. package/dist/index88.js +55 -30
  161. package/dist/index89.js +10 -54
  162. package/dist/index9.js +23 -31
  163. package/dist/index90.js +4 -11
  164. package/dist/index91.js +30 -4
  165. package/dist/index92.js +1 -1
  166. package/dist/index93.js +180 -5
  167. package/dist/index94.js +14 -24
  168. package/dist/index95.js +643 -62
  169. package/dist/index96.js +5 -5
  170. package/dist/index97.js +128 -212
  171. package/dist/index98.js +2 -2
  172. package/dist/index99.js +13 -52
  173. package/dist/tokens/colors.d.ts +26 -86
  174. package/dist/tokens/colors.d.ts.map +1 -1
  175. package/dist/tokens/index.d.ts +12 -84
  176. package/dist/tokens/index.d.ts.map +1 -1
  177. package/package.json +26 -22
  178. package/dist/index141.js +0 -5
  179. package/dist/index142.js +0 -26
  180. package/dist/index143.js +0 -115
  181. package/dist/index144.js +0 -18
  182. package/dist/index145.js +0 -527
  183. package/dist/index146.js +0 -130
  184. package/dist/index147.js +0 -136
  185. package/dist/index148.js +0 -67
  186. package/dist/index149.js +0 -71
  187. package/dist/index150.js +0 -11
  188. package/dist/index151.js +0 -16
  189. package/dist/index152.js +0 -68
  190. package/dist/index153.js +0 -6
  191. package/dist/index154.js +0 -25
  192. package/dist/index155.js +0 -25
  193. package/dist/index156.js +0 -15
  194. package/dist/index157.js +0 -30
  195. package/dist/index158.js +0 -7
package/dist/index36.js CHANGED
@@ -1,68 +1,37 @@
1
- const e = {
2
- fontFamily: {
3
- sans: [
4
- "ui-sans-serif",
5
- "system-ui",
6
- "sans-serif",
7
- '"Apple Color Emoji"',
8
- '"Segoe UI Emoji"',
9
- '"Segoe UI Symbol"',
10
- '"Noto Color Emoji"'
11
- ],
12
- mono: [
13
- "ui-monospace",
14
- "SFMono-Regular",
15
- "Menlo",
16
- "Monaco",
17
- "Consolas",
18
- '"Liberation Mono"',
19
- '"Courier New"',
20
- "monospace"
21
- ]
22
- },
23
- fontSize: {
24
- xs: ["0.75rem", { lineHeight: "1rem" }],
25
- sm: ["0.875rem", { lineHeight: "1.25rem" }],
26
- base: ["1rem", { lineHeight: "1.5rem" }],
27
- lg: ["1.125rem", { lineHeight: "1.75rem" }],
28
- xl: ["1.25rem", { lineHeight: "1.75rem" }],
29
- "2xl": ["1.5rem", { lineHeight: "2rem" }],
30
- "3xl": ["1.875rem", { lineHeight: "2.25rem" }],
31
- "4xl": ["2.25rem", { lineHeight: "2.5rem" }],
32
- "5xl": ["3rem", { lineHeight: "1" }],
33
- "6xl": ["3.75rem", { lineHeight: "1" }],
34
- "7xl": ["4.5rem", { lineHeight: "1" }],
35
- "8xl": ["6rem", { lineHeight: "1" }],
36
- "9xl": ["8rem", { lineHeight: "1" }]
37
- },
38
- fontWeight: {
39
- thin: "100",
40
- extralight: "200",
41
- light: "300",
42
- normal: "400",
43
- medium: "500",
44
- semibold: "600",
45
- bold: "700",
46
- extrabold: "800",
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"
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import * as s from "react";
3
+ import { Root as t } from "./index59.js";
4
+ import { cva as m } from "./index45.js";
5
+ import { cn as p } from "./index2.js";
6
+ const f = m(
7
+ "inline-flex items-center justify-center text-sm font-medium transition-colors hover:bg-primary/20 hover:text-primary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary disabled:pointer-events-none disabled:opacity-50 border-2 border-primary data-[state=on]:bg-primary data-[state=on]:text-primary-foreground data-[state=off]:bg-transparent data-[state=off]:text-primary [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 gap-2",
8
+ {
9
+ variants: {
10
+ variant: {
11
+ default: "bg-transparent",
12
+ outline: "border border-input bg-transparent hover:bg-accent hover:text-accent-foreground"
13
+ },
14
+ size: {
15
+ default: "h-9 px-2 min-w-9",
16
+ sm: "h-8 px-1.5 min-w-8",
17
+ lg: "h-10 px-2.5 min-w-10"
18
+ }
19
+ },
20
+ defaultVariants: {
21
+ variant: "default",
22
+ size: "default"
23
+ }
64
24
  }
65
- };
25
+ ), d = s.forwardRef(({ className: e, variant: r, size: a, ...i }, o) => /* @__PURE__ */ n(
26
+ t,
27
+ {
28
+ ref: o,
29
+ className: p(f({ variant: r, size: a, className: e })),
30
+ ...i
31
+ }
32
+ ));
33
+ d.displayName = t.displayName;
66
34
  export {
67
- e as typography
35
+ d as Toggle,
36
+ f as toggleVariants
68
37
  };
package/dist/index37.js CHANGED
@@ -1,51 +1,25 @@
1
- const r = {
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
- }, 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"
47
- };
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import * as d from "react";
3
+ import { Root as s, Trigger as n, Portal as m, Content as e, Provider as l } from "./index73.js";
4
+ import { cn as p } from "./index2.js";
5
+ const f = ({ children: o, ...t }) => /* @__PURE__ */ a(l, { delayDuration: 100, skipDelayDuration: 300, ...t, children: o });
6
+ f.displayName = "TooltipProvider";
7
+ const u = s, x = n, c = d.forwardRef(({ className: o, sideOffset: t = 4, ...i }, r) => /* @__PURE__ */ a(m, { children: /* @__PURE__ */ a(
8
+ e,
9
+ {
10
+ ref: r,
11
+ sideOffset: t,
12
+ className: p(
13
+ "z-50 overflow-hidden bg-primary px-3 py-1.5 text-xs text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
14
+ o
15
+ ),
16
+ ...i
17
+ }
18
+ ) }));
19
+ c.displayName = e.displayName;
48
20
  export {
49
- e as borderRadius,
50
- r as spacing
21
+ u as Tooltip,
22
+ c as TooltipContent,
23
+ f as TooltipProvider,
24
+ x as TooltipTrigger
51
25
  };
package/dist/index38.js CHANGED
@@ -1,102 +1,41 @@
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
- }
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
99
37
  };
100
38
  export {
101
- t as animations
39
+ r as colors,
40
+ e as palette
102
41
  };
package/dist/index39.js CHANGED
@@ -1,13 +1,68 @@
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)"
1
+ const e = {
2
+ fontFamily: {
3
+ sans: [
4
+ "ui-sans-serif",
5
+ "system-ui",
6
+ "sans-serif",
7
+ '"Apple Color Emoji"',
8
+ '"Segoe UI Emoji"',
9
+ '"Segoe UI Symbol"',
10
+ '"Noto Color Emoji"'
11
+ ],
12
+ mono: [
13
+ "ui-monospace",
14
+ "SFMono-Regular",
15
+ "Menlo",
16
+ "Monaco",
17
+ "Consolas",
18
+ '"Liberation Mono"',
19
+ '"Courier New"',
20
+ "monospace"
21
+ ]
22
+ },
23
+ fontSize: {
24
+ xs: ["0.75rem", { lineHeight: "1rem" }],
25
+ sm: ["0.875rem", { lineHeight: "1.25rem" }],
26
+ base: ["1rem", { lineHeight: "1.5rem" }],
27
+ lg: ["1.125rem", { lineHeight: "1.75rem" }],
28
+ xl: ["1.25rem", { lineHeight: "1.75rem" }],
29
+ "2xl": ["1.5rem", { lineHeight: "2rem" }],
30
+ "3xl": ["1.875rem", { lineHeight: "2.25rem" }],
31
+ "4xl": ["2.25rem", { lineHeight: "2.5rem" }],
32
+ "5xl": ["3rem", { lineHeight: "1" }],
33
+ "6xl": ["3.75rem", { lineHeight: "1" }],
34
+ "7xl": ["4.5rem", { lineHeight: "1" }],
35
+ "8xl": ["6rem", { lineHeight: "1" }],
36
+ "9xl": ["8rem", { lineHeight: "1" }]
37
+ },
38
+ fontWeight: {
39
+ thin: "100",
40
+ extralight: "200",
41
+ light: "300",
42
+ normal: "400",
43
+ medium: "500",
44
+ semibold: "600",
45
+ bold: "700",
46
+ extrabold: "800",
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
+ }
10
65
  };
11
66
  export {
12
- x as shadows
67
+ e as typography
13
68
  };
package/dist/index4.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { jsx as a, jsxs as m } from "react/jsx-runtime";
2
2
  import * as n from "react";
3
- import { Root as c, Item as l, Header as f, Trigger as i, Content as d } from "./index44.js";
3
+ import { Root as c, Item as l, Header as f, Trigger as i, Content as d } from "./index47.js";
4
4
  import { cn as s } from "./index2.js";
5
- import p from "./index45.js";
5
+ import p from "./index48.js";
6
6
  const R = c, N = n.forwardRef(({ className: e, ...o }, t) => /* @__PURE__ */ a(
7
7
  l,
8
8
  {
9
9
  ref: t,
10
- className: s("border-b", e),
10
+ className: s("border-b-2 w-full", e),
11
11
  ...o
12
12
  }
13
13
  ));
@@ -28,7 +28,7 @@ const x = n.forwardRef(({ className: e, children: o, ...t }, r) => /* @__PURE__
28
28
  }
29
29
  ) }));
30
30
  x.displayName = i.displayName;
31
- const g = n.forwardRef(({ className: e, children: o, ...t }, r) => /* @__PURE__ */ a(
31
+ const w = n.forwardRef(({ className: e, children: o, ...t }, r) => /* @__PURE__ */ a(
32
32
  d,
33
33
  {
34
34
  ref: r,
@@ -37,10 +37,10 @@ const g = n.forwardRef(({ className: e, children: o, ...t }, r) => /* @__PURE__
37
37
  children: /* @__PURE__ */ a("div", { className: s("pb-4 pt-0", e), children: o })
38
38
  }
39
39
  ));
40
- g.displayName = d.displayName;
40
+ w.displayName = d.displayName;
41
41
  export {
42
42
  R as Accordion,
43
- g as AccordionContent,
43
+ w as AccordionContent,
44
44
  N as AccordionItem,
45
45
  x as AccordionTrigger
46
46
  };
package/dist/index40.js CHANGED
@@ -1,17 +1,51 @@
1
- function a(r) {
2
- var n, f, t = "";
3
- if (typeof r == "string" || typeof r == "number") t += r;
4
- else if (typeof r == "object") if (Array.isArray(r)) {
5
- var o = r.length;
6
- for (n = 0; n < o; n++) r[n] && (f = a(r[n])) && (t && (t += " "), t += f);
7
- } else for (f in r) r[f] && (t && (t += " "), t += f);
8
- return t;
9
- }
10
- function i() {
11
- for (var r, n, f = 0, t = "", o = arguments.length; f < o; f++) (r = arguments[f]) && (n = a(r)) && (t && (t += " "), t += n);
12
- return t;
13
- }
1
+ const r = {
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
+ }, 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"
47
+ };
14
48
  export {
15
- i as clsx,
16
- i as default
49
+ e as borderRadius,
50
+ r as spacing
17
51
  };