@catalystsoftware/ui 1.0.5 → 1.0.7
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/data/data.tsx +29 -29
- package/dist/data/tailwind.config.js +3821 -261
- package/dist/data.tsx +29 -29
- package/package.json +4 -3
- package/components/catalyst-ui/buttons/burger.tsx +0 -207
- package/components/catalyst-ui/core/data-display/timeline.tsx +0 -210
- package/components/catalyst-ui/core/feedback/alert.tsx +0 -491
- package/components/catalyst-ui/core/feedback/spinner-1.tsx +0 -65
- package/components/catalyst-ui/core/feedback/toast.tsx +0 -1857
- package/components/catalyst-ui/core/navigation/menu.tsx +0 -164
- package/components/catalyst-ui/forms/toggle-class.tsx +0 -176
- package/components/catalyst-ui/hooks/use-copy-to-clipboard.tsx +0 -419
- package/components/catalyst-ui/hooks/use-counter.tsx +0 -13
- package/components/catalyst-ui/hooks/use-event-listener.tsx +0 -23
- package/components/catalyst-ui/hooks/use-export-markdown.tsx +0 -47
- package/components/catalyst-ui/hooks/use-focus.tsx +0 -17
- package/components/catalyst-ui/hooks/use-interval.tsx +0 -23
- package/components/catalyst-ui/hooks/use-is-client.tsx +0 -16
- package/components/catalyst-ui/hooks/use-media-query.tsx +0 -19
- package/components/catalyst-ui/hooks/use-mobile.tsx +0 -19
- package/components/catalyst-ui/hooks/use-resize-observer.tsx +0 -81
- package/components/catalyst-ui/hooks/use-timeout.tsx +0 -21
- package/components/catalyst-ui/hooks/use-timer.tsx +0 -209
- package/components/catalyst-ui/hooks/use-toggle.tsx +0 -12
- package/components/catalyst-ui/media/image.tsx +0 -13
- package/components/catalyst-ui/overlays/dual-sidebar.tsx +0 -4142
- package/components/catalyst-ui/overlays/sidebar-original.tsx +0 -726
- package/components/catalyst-ui/primitives/accordion.tsx +0 -250
- package/components/catalyst-ui/primitives/alert-dialog.tsx +0 -126
- package/components/catalyst-ui/primitives/aspect-ratio.tsx +0 -9
- package/components/catalyst-ui/primitives/avatar.tsx +0 -296
- package/components/catalyst-ui/primitives/badge.tsx +0 -57
- package/components/catalyst-ui/primitives/breadcrumb.tsx +0 -101
- package/components/catalyst-ui/primitives/button.tsx +0 -265
- package/components/catalyst-ui/primitives/calendar-v4.tsx +0 -208
- package/components/catalyst-ui/primitives/calendar.tsx +0 -295
- package/components/catalyst-ui/primitives/card.tsx +0 -618
- package/components/catalyst-ui/primitives/carousel.tsx +0 -238
- package/components/catalyst-ui/primitives/chart.tsx +0 -347
- package/components/catalyst-ui/primitives/checkbox.tsx +0 -225
- package/components/catalyst-ui/primitives/collapsible.tsx +0 -212
- package/components/catalyst-ui/primitives/command.tsx +0 -393
- package/components/catalyst-ui/primitives/context-menu.tsx +0 -236
- package/components/catalyst-ui/primitives/dialog.tsx +0 -471
- package/components/catalyst-ui/primitives/drawer.tsx +0 -761
- package/components/catalyst-ui/primitives/dropdown-menu.tsx +0 -290
- package/components/catalyst-ui/primitives/empty.tsx +0 -104
- package/components/catalyst-ui/primitives/field.tsx +0 -244
- package/components/catalyst-ui/primitives/hover-card.tsx +0 -124
- package/components/catalyst-ui/primitives/input-otp.tsx +0 -76
- package/components/catalyst-ui/primitives/input.tsx +0 -64
- package/components/catalyst-ui/primitives/item.tsx +0 -196
- package/components/catalyst-ui/primitives/kbd.tsx +0 -75
- package/components/catalyst-ui/primitives/label.tsx +0 -24
- package/components/catalyst-ui/primitives/navigation-menu.tsx +0 -150
- package/components/catalyst-ui/primitives/pagination.tsx +0 -198
- package/components/catalyst-ui/primitives/popover.tsx +0 -232
- package/components/catalyst-ui/primitives/progress.tsx +0 -34
- package/components/catalyst-ui/primitives/radio-group.tsx +0 -43
- package/components/catalyst-ui/primitives/resizable.tsx +0 -56
- package/components/catalyst-ui/primitives/select.tsx +0 -155
- package/components/catalyst-ui/primitives/separator.tsx +0 -74
- package/components/catalyst-ui/primitives/sheet.tsx +0 -126
- package/components/catalyst-ui/primitives/skeleton.tsx +0 -15
- package/components/catalyst-ui/primitives/slider.tsx +0 -27
- package/components/catalyst-ui/primitives/switch.tsx +0 -187
- package/components/catalyst-ui/primitives/tabs.tsx +0 -335
- package/components/catalyst-ui/primitives/textarea.tsx +0 -24
- package/components/catalyst-ui/primitives/toggle-group.tsx +0 -55
- package/components/catalyst-ui/primitives/toggle.tsx +0 -42
- package/components/catalyst-ui/primitives/tooltip.tsx +0 -116
- package/components/catalyst-ui/utils/basic-auth.tsx +0 -40
- package/components/catalyst-ui/utils/context-storage.tsx +0 -19
- package/components/catalyst-ui/utils/cors-middleware.tsx +0 -71
- package/components/catalyst-ui/utils/deferred-content.tsx +0 -595
- package/components/catalyst-ui/utils/honeypot-middleware.tsx +0 -38
- package/components/catalyst-ui/utils/incId.tsx +0 -75
- package/components/catalyst-ui/utils/jwk-auth.tsx +0 -36
- package/components/catalyst-ui/utils/request-id.tsx +0 -14
- package/components/catalyst-ui/utils/secure-headers.tsx +0 -37
- package/components/catalyst-ui/utils/server-timing.tsx +0 -23
- package/components/catalyst-ui/utils/utils.ts +0 -43
- package/components/catalyst-ui/utils/with-cookie.tsx +0 -43
- package/components/catalyst-ui/x/accordian-x.tsx +0 -428
- package/components/catalyst-ui/x/alert-x.tsx +0 -413
- package/components/catalyst-ui/x/animated-text-x.tsx +0 -2242
- package/components/catalyst-ui/x/avatar-x.tsx +0 -515
- package/components/catalyst-ui/x/badge-x.tsx +0 -670
- package/components/catalyst-ui/x/button-X.tsx +0 -2857
- package/components/catalyst-ui/x/button-group-x.tsx +0 -847
- package/components/catalyst-ui/x/calendar-x.tsx +0 -1910
- package/components/catalyst-ui/x/card-x.tsx +0 -2597
- package/components/catalyst-ui/x/checkbox-x.tsx +0 -656
- package/components/catalyst-ui/x/collapsible-x.tsx +0 -1360
- package/components/catalyst-ui/x/combobox-x.tsx +0 -911
- package/components/catalyst-ui/x/data-table-x.tsx +0 -1753
- package/components/catalyst-ui/x/date-picker-x.tsx +0 -648
- package/components/catalyst-ui/x/dialog-x.tsx +0 -659
- package/components/catalyst-ui/x/dropdown-menu-x.tsx +0 -612
- package/components/catalyst-ui/x/hover-card-x.tsx +0 -375
- package/components/catalyst-ui/x/icon-x.tsx +0 -840
- package/components/catalyst-ui/x/input-mask-x.tsx +0 -981
- package/components/catalyst-ui/x/input-otp-x.tsx +0 -659
- package/components/catalyst-ui/x/loader-x.tsx +0 -1757
- package/components/catalyst-ui/x/pagination-x.tsx +0 -622
- package/components/catalyst-ui/x/popover-x.tsx +0 -744
- package/components/catalyst-ui/x/radio-group-x.tsx +0 -499
- package/components/catalyst-ui/x/select-x.tsx +0 -1127
- package/components/catalyst-ui/x/sheet-x.tsx +0 -668
- package/components/catalyst-ui/x/switch-x.tsx +0 -681
- package/components/catalyst-ui/x/table-x.tsx +0 -574
- package/components/catalyst-ui/x/tabs-x.tsx +0 -839
- package/components/catalyst-ui/x/textarea-x.tsx +0 -1263
- package/components/catalyst-ui/x/tooltip-x.tsx +0 -396
- package/components/catalyst-ui/x/tracker-x.tsx +0 -560
- package/data/bg-data.tsx +0 -901
- package/data/buttons-data.tsx +0 -2327
- package/data/charts-data.tsx +0 -102
- package/data/chat-data.tsx +0 -83
- package/data/code-data.tsx +0 -1040
- package/data/comboboxes-data.tsx +0 -1843
- package/data/command-data.tsx +0 -1381
- package/data/core-data.tsx +0 -15953
- package/data/crm-data.tsx +0 -47
- package/data/data.tsx +0 -159
- package/data/date-and-time-data.tsx +0 -554
- package/data/dependencies.tsx +0 -7
- package/data/ecommerce-data.tsx +0 -1387
- package/data/forms-data.tsx +0 -7890
- package/data/hooks-data.tsx +0 -5487
- package/data/index.ts +0 -34
- package/data/inputs-data.tsx +0 -557
- package/data/interactive-data.tsx +0 -5394
- package/data/lofi-data.tsx +0 -18295
- package/data/marketing-data.tsx +0 -2546
- package/data/media-data.tsx +0 -1510
- package/data/motion-data.tsx +0 -5801
- package/data/overlay-data.tsx +0 -4136
- package/data/pdf-data.tsx +0 -124
- package/data/pos-data.tsx +0 -213
- package/data/postcss.config.js +0 -6
- package/data/primitive-data.tsx +0 -5170
- package/data/prompt-data.tsx +0 -1226
- package/data/requiredLibs.ts +0 -4
- package/data/sandbox-data.tsx +0 -1
- package/data/sidebars-data.tsx +0 -5421
- package/data/stacks-data.tsx +0 -32
- package/data/table-data.tsx +0 -706
- package/data/tailwind.config.js +0 -270
- package/data/tailwind.config.ngin.js +0 -3830
- package/data/tailwind.css +0 -431
- package/data/tools-data.tsx +0 -6910
- package/data/typography-data.tsx +0 -2050
- package/data/utils-data.tsx +0 -6500
- package/data/x-data.tsx +0 -1171
package/data/tailwind.config.js
DELETED
|
@@ -1,270 +0,0 @@
|
|
|
1
|
-
import type { Config } from "tailwindcss";
|
|
2
|
-
|
|
3
|
-
export default {
|
|
4
|
-
darkMode: ["class"],
|
|
5
|
-
content: ["./app/**/{**,.client,.server}/**/*.{js,jsx,ts,tsx}"],
|
|
6
|
-
theme: {
|
|
7
|
-
extend: {
|
|
8
|
-
fontFamily: {
|
|
9
|
-
sans: [
|
|
10
|
-
'Inter',
|
|
11
|
-
'ui-sans-serif',
|
|
12
|
-
'system-ui',
|
|
13
|
-
'sans-serif',
|
|
14
|
-
'Apple Color Emoji',
|
|
15
|
-
'Segoe UI Emoji',
|
|
16
|
-
'Segoe UI Symbol',
|
|
17
|
-
'Noto Color Emoji'
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
borderRadius: {
|
|
21
|
-
lg: 'var(--radius)',
|
|
22
|
-
md: 'calc(var(--radius) - 2px)',
|
|
23
|
-
sm: 'calc(var(--radius) - 4px)'
|
|
24
|
-
},
|
|
25
|
-
colors: {
|
|
26
|
-
border: 'hsl(var(--border))',
|
|
27
|
-
input: 'hsl(var(--input))',
|
|
28
|
-
ring: 'hsl(var(--ring))',
|
|
29
|
-
background: {
|
|
30
|
-
DEFAULT: 'hsl(var(--background))',
|
|
31
|
-
secondary: 'hsl(var(--background-secondary))'
|
|
32
|
-
},
|
|
33
|
-
foreground: 'hsl(var(--foreground))',
|
|
34
|
-
primary: {
|
|
35
|
-
DEFAULT: 'hsl(var(--primary))',
|
|
36
|
-
foreground: 'hsl(var(--primary-foreground))'
|
|
37
|
-
},
|
|
38
|
-
secondary: {
|
|
39
|
-
DEFAULT: 'hsl(var(--secondary))',
|
|
40
|
-
foreground: 'hsl(var(--secondary-foreground))'
|
|
41
|
-
},
|
|
42
|
-
destructive: {
|
|
43
|
-
DEFAULT: 'hsl(var(--destructive))',
|
|
44
|
-
foreground: 'hsl(var(--destructive-foreground))'
|
|
45
|
-
},
|
|
46
|
-
muted: {
|
|
47
|
-
DEFAULT: 'hsl(var(--muted))',
|
|
48
|
-
foreground: 'hsl(var(--muted-foreground))'
|
|
49
|
-
},
|
|
50
|
-
accent: {
|
|
51
|
-
DEFAULT: 'hsl(var(--accent))',
|
|
52
|
-
foreground: 'hsl(var(--accent-foreground))'
|
|
53
|
-
},
|
|
54
|
-
popover: {
|
|
55
|
-
DEFAULT: 'hsl(var(--popover))',
|
|
56
|
-
foreground: 'hsl(var(--popover-foreground))'
|
|
57
|
-
},
|
|
58
|
-
card: {
|
|
59
|
-
DEFAULT: 'hsl(var(--card))',
|
|
60
|
-
foreground: 'hsl(var(--card-foreground))'
|
|
61
|
-
},
|
|
62
|
-
sidebar: {
|
|
63
|
-
DEFAULT: 'hsl(var(--sidebar))',
|
|
64
|
-
foreground: 'hsl(var(--sidebar-foreground))',
|
|
65
|
-
primary: 'hsl(var(--sidebar-primary))',
|
|
66
|
-
'primary-foreground': 'hsl(var(--sidebar-primary-foreground))',
|
|
67
|
-
accent: 'hsl(var(--sidebar-accent))',
|
|
68
|
-
'accent-foreground': 'hsl(var(--sidebar-accent-foreground))',
|
|
69
|
-
border: 'hsl(var(--sidebar-border))',
|
|
70
|
-
ring: 'hsl(var(--sidebar-ring))'
|
|
71
|
-
},
|
|
72
|
-
chart: {
|
|
73
|
-
'1': 'hsl(var(--chart-1))',
|
|
74
|
-
'2': 'hsl(var(--chart-2))',
|
|
75
|
-
'3': 'hsl(var(--chart-3))',
|
|
76
|
-
'4': 'hsl(var(--chart-4))',
|
|
77
|
-
'5': 'hsl(var(--chart-5))'
|
|
78
|
-
},
|
|
79
|
-
special: {
|
|
80
|
-
DEFAULT: 'hsl(var(--special))',
|
|
81
|
-
'muted-background': 'hsl(var(--special-muted-background))',
|
|
82
|
-
border: 'hsl(var(--special-border))',
|
|
83
|
-
foreground: 'hsl(var(--special-foreground))',
|
|
84
|
-
'muted-foreground': 'hsl(var(--special-muted-foreground))'
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
backgroundColor: {
|
|
88
|
-
background: 'hsl(var(--background))'
|
|
89
|
-
},
|
|
90
|
-
keyframes: {
|
|
91
|
-
'accordion-down': {
|
|
92
|
-
from: {
|
|
93
|
-
height: '0'
|
|
94
|
-
},
|
|
95
|
-
to: {
|
|
96
|
-
height: 'var(--radix-accordion-content-height)'
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
'accordion-up': {
|
|
100
|
-
from: {
|
|
101
|
-
height: 'var(--radix-accordion-content-height)'
|
|
102
|
-
},
|
|
103
|
-
to: {
|
|
104
|
-
height: '0'
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
'caret-blink': {
|
|
108
|
-
'0%,70%,100%': {
|
|
109
|
-
opacity: '1'
|
|
110
|
-
},
|
|
111
|
-
'20%,50%': {
|
|
112
|
-
opacity: '0'
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
float: {
|
|
116
|
-
'0%, 100%': {
|
|
117
|
-
transform: 'translateY(0px) scale(1)'
|
|
118
|
-
},
|
|
119
|
-
'50%': {
|
|
120
|
-
transform: 'translateY(-20px) scale(1.05)'
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
'pulse-glow': {
|
|
124
|
-
'0%, 100%': {
|
|
125
|
-
opacity: '0.3',
|
|
126
|
-
transform: 'scale(1)'
|
|
127
|
-
},
|
|
128
|
-
'50%': {
|
|
129
|
-
opacity: '0.6',
|
|
130
|
-
transform: 'scale(1.1)'
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
shimmer: {
|
|
134
|
-
'0%': {
|
|
135
|
-
backgroundPosition: '-200% 0'
|
|
136
|
-
},
|
|
137
|
-
'100%': {
|
|
138
|
-
backgroundPosition: '200% 0'
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
'spin-slow': {
|
|
142
|
-
'0%': {
|
|
143
|
-
transform: 'rotate(0deg)'
|
|
144
|
-
},
|
|
145
|
-
'100%': {
|
|
146
|
-
transform: 'rotate(360deg)'
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
'spin-slower': {
|
|
150
|
-
'0%': {
|
|
151
|
-
transform: 'rotate(0deg)'
|
|
152
|
-
},
|
|
153
|
-
'100%': {
|
|
154
|
-
transform: 'rotate(-360deg)'
|
|
155
|
-
}
|
|
156
|
-
},
|
|
157
|
-
'matrix-fade': {
|
|
158
|
-
'0%, 100%': {
|
|
159
|
-
opacity: '0'
|
|
160
|
-
},
|
|
161
|
-
'50%': {
|
|
162
|
-
opacity: '1'
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
click: {
|
|
166
|
-
'0%, 100%': {
|
|
167
|
-
transform: 'scale(1)'
|
|
168
|
-
},
|
|
169
|
-
'50%': {
|
|
170
|
-
transform: 'scale(0.95)'
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
move: {
|
|
174
|
-
'0%': {
|
|
175
|
-
transform: 'translateX(-200px)'
|
|
176
|
-
},
|
|
177
|
-
'100%': {
|
|
178
|
-
transform: 'translateX(200px)'
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
shine: {
|
|
182
|
-
'0%': {
|
|
183
|
-
backgroundPosition: '200% 0'
|
|
184
|
-
},
|
|
185
|
-
'25%': {
|
|
186
|
-
backgroundPosition: '-200% 0'
|
|
187
|
-
},
|
|
188
|
-
'100%': {
|
|
189
|
-
backgroundPosition: '-200% 0'
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
gradientFlow: {
|
|
193
|
-
'0%': {
|
|
194
|
-
backgroundPosition: '0% 50%'
|
|
195
|
-
},
|
|
196
|
-
'50%': {
|
|
197
|
-
backgroundPosition: '100% 50%'
|
|
198
|
-
},
|
|
199
|
-
'100%': {
|
|
200
|
-
backgroundPosition: '0% 50%'
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
animation: {
|
|
205
|
-
'accordion-down': 'accordion-down 0.2s ease-out',
|
|
206
|
-
'accordion-up': 'accordion-up 0.2s ease-out',
|
|
207
|
-
'caret-blink': 'caret-blink 1.25s ease-out infinite',
|
|
208
|
-
float: 'float 6s ease-in-out infinite',
|
|
209
|
-
'pulse-glow': 'pulse-glow 4s ease-in-out infinite',
|
|
210
|
-
shimmer: 'shimmer 2s infinite',
|
|
211
|
-
'spin-slow': 'spin-slow 3s linear infinite',
|
|
212
|
-
'spin-slower': 'spin-slower 6s linear infinite',
|
|
213
|
-
matrix: 'matrix-fade 0.5s ease-in-out infinite',
|
|
214
|
-
click: 'click 0.3s ease-in-out',
|
|
215
|
-
shine: 'shine 3s ease-out infinite',
|
|
216
|
-
'gradient-flow': 'gradientFlow 10s ease 0s infinite normal none running',
|
|
217
|
-
move: 'move 5s linear infinite'
|
|
218
|
-
},
|
|
219
|
-
typography: {
|
|
220
|
-
DEFAULT: {
|
|
221
|
-
css: {
|
|
222
|
-
h1: {
|
|
223
|
-
fontSize: '1.875rem',
|
|
224
|
-
fontWeight: '700',
|
|
225
|
-
lineHeight: '1.25',
|
|
226
|
-
letterSpacing: '-0.025em',
|
|
227
|
-
textAlign: 'center',
|
|
228
|
-
'@media (min-width: 1024px)': {
|
|
229
|
-
lineHeight: '1.1'
|
|
230
|
-
}
|
|
231
|
-
},
|
|
232
|
-
h2: {
|
|
233
|
-
marginTop: '0.75rem',
|
|
234
|
-
color: 'hsl(var(--muted-foreground))',
|
|
235
|
-
fontWeight: '300',
|
|
236
|
-
textAlign: 'center'
|
|
237
|
-
},
|
|
238
|
-
h3: {
|
|
239
|
-
fontWeight: '600',
|
|
240
|
-
marginBottom: '1rem',
|
|
241
|
-
marginTop: '1rem'
|
|
242
|
-
},
|
|
243
|
-
h4: {
|
|
244
|
-
fontSize: '1.25rem',
|
|
245
|
-
fontWeight: '600',
|
|
246
|
-
marginBottom: '0.75rem',
|
|
247
|
-
marginTop: '0.75rem'
|
|
248
|
-
},
|
|
249
|
-
h5: {
|
|
250
|
-
fontSize: '1.125rem',
|
|
251
|
-
fontWeight: '500',
|
|
252
|
-
marginBottom: '0.5rem',
|
|
253
|
-
marginTop: '0.5rem'
|
|
254
|
-
},
|
|
255
|
-
p: {
|
|
256
|
-
textWrap: 'balance',
|
|
257
|
-
fontWeight: '300',
|
|
258
|
-
color: 'hsl(var(--foreground))',
|
|
259
|
-
fontSize: '0.875rem'
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
plugins: [
|
|
267
|
-
require("tailwindcss-animate"),
|
|
268
|
-
require("@tailwindcss/typography")
|
|
269
|
-
]
|
|
270
|
-
} satisfies Config;
|