@umituz/atomic-next 1.8.3 → 1.9.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/index.d.mts CHANGED
@@ -1,778 +1,7 @@
1
1
  import { ClassValue } from 'clsx';
2
- import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
3
- import React$1 from 'react';
2
+ import * as class_variance_authority_types from 'class-variance-authority/types';
3
+ import React from 'react';
4
4
  import { VariantProps } from 'class-variance-authority';
5
- import * as AvatarPrimitive from '@radix-ui/react-avatar';
6
- import Image from 'next/image';
7
- import Link from 'next/link';
8
- import { LucideProps, LucideIcon } from 'lucide-react';
9
-
10
- /**
11
- * CSS Variables for Web/Next.js usage
12
- * These are the only color exports needed for atomic-next package
13
- */
14
- declare const AtomicColorsCss: {
15
- readonly '--atomic-primary': string;
16
- readonly '--atomic-primary-light': string;
17
- readonly '--atomic-primary-dark': string;
18
- readonly '--atomic-secondary': string;
19
- readonly '--atomic-secondary-light': string;
20
- readonly '--atomic-secondary-dark': string;
21
- readonly '--atomic-accent': string;
22
- readonly '--atomic-accent-light': string;
23
- readonly '--atomic-accent-dark': string;
24
- readonly '--atomic-gray-50': string;
25
- readonly '--atomic-gray-100': string;
26
- readonly '--atomic-gray-200': string;
27
- readonly '--atomic-gray-300': string;
28
- readonly '--atomic-gray-400': string;
29
- readonly '--atomic-gray-500': string;
30
- readonly '--atomic-gray-600': string;
31
- readonly '--atomic-gray-700': string;
32
- readonly '--atomic-gray-800': string;
33
- readonly '--atomic-gray-900': string;
34
- readonly '--atomic-success': string;
35
- readonly '--atomic-success-light': string;
36
- readonly '--atomic-success-dark': string;
37
- readonly '--atomic-warning': string;
38
- readonly '--atomic-warning-light': string;
39
- readonly '--atomic-warning-dark': string;
40
- readonly '--atomic-error': string;
41
- readonly '--atomic-error-light': string;
42
- readonly '--atomic-error-dark': string;
43
- readonly '--atomic-info': string;
44
- readonly '--atomic-info-light': string;
45
- readonly '--atomic-info-dark': string;
46
- readonly '--atomic-background': string;
47
- readonly '--atomic-background-secondary': string;
48
- readonly '--atomic-surface': string;
49
- readonly '--atomic-surface-secondary': string;
50
- readonly '--atomic-text-primary': string;
51
- readonly '--atomic-text-secondary': string;
52
- readonly '--atomic-text-tertiary': string;
53
- readonly '--atomic-text-disabled': string;
54
- readonly '--atomic-text-inverse': string;
55
- };
56
-
57
- /**
58
- * CSS Variables for Web/Next.js usage
59
- * These are the only spacing exports needed for atomic-next package
60
- */
61
- declare const AtomicSpacingCss: {
62
- readonly '--atomic-spacing-unit': `${number}px`;
63
- readonly '--atomic-spacing-xxs': `${number}px`;
64
- readonly '--atomic-spacing-xs': `${number}px`;
65
- readonly '--atomic-spacing-sm': `${number}px`;
66
- readonly '--atomic-spacing-md': `${number}px`;
67
- readonly '--atomic-spacing-lg': `${number}px`;
68
- readonly '--atomic-spacing-xl': `${number}px`;
69
- readonly '--atomic-spacing-xxl': `${number}px`;
70
- readonly '--atomic-spacing-xxxl': `${number}px`;
71
- readonly '--atomic-spacing-huge': `${number}px`;
72
- readonly '--atomic-button-padding-x': `${number}px`;
73
- readonly '--atomic-button-padding-y': `${number}px`;
74
- readonly '--atomic-card-padding': `${number}px`;
75
- readonly '--atomic-card-margin': `${number}px`;
76
- readonly '--atomic-list-item-padding': `${number}px`;
77
- readonly '--atomic-list-item-spacing': `${number}px`;
78
- readonly '--atomic-input-padding-x': `${number}px`;
79
- readonly '--atomic-input-padding-y': `${number}px`;
80
- readonly '--atomic-modal-padding': `${number}px`;
81
- readonly '--atomic-section-padding': `${number}px`;
82
- };
83
-
84
- /**
85
- * CSS Variables for Web/Next.js usage
86
- * These are the only typography exports needed for atomic-next package
87
- */
88
- declare const AtomicTypographyCss: {
89
- readonly '--atomic-font-sans': string;
90
- readonly '--atomic-font-serif': string;
91
- readonly '--atomic-font-mono': string;
92
- readonly '--atomic-font-thin': string;
93
- readonly '--atomic-font-light': string;
94
- readonly '--atomic-font-regular': string;
95
- readonly '--atomic-font-medium': string;
96
- readonly '--atomic-font-semibold': string;
97
- readonly '--atomic-font-bold': string;
98
- readonly '--atomic-font-extrabold': string;
99
- readonly '--atomic-font-black': string;
100
- readonly '--atomic-text-display-large': `${number}px`;
101
- readonly '--atomic-text-display-medium': `${number}px`;
102
- readonly '--atomic-text-display-small': `${number}px`;
103
- readonly '--atomic-text-headline-large': `${number}px`;
104
- readonly '--atomic-text-headline-medium': `${number}px`;
105
- readonly '--atomic-text-headline-small': `${number}px`;
106
- readonly '--atomic-text-title-large': `${number}px`;
107
- readonly '--atomic-text-title-medium': `${number}px`;
108
- readonly '--atomic-text-title-small': `${number}px`;
109
- readonly '--atomic-text-body-large': `${number}px`;
110
- readonly '--atomic-text-body-medium': `${number}px`;
111
- readonly '--atomic-text-body-small': `${number}px`;
112
- readonly '--atomic-text-label-large': `${number}px`;
113
- readonly '--atomic-text-label-medium': `${number}px`;
114
- readonly '--atomic-text-label-small': `${number}px`;
115
- readonly '--atomic-leading-none': string;
116
- readonly '--atomic-leading-tight': string;
117
- readonly '--atomic-leading-snug': string;
118
- readonly '--atomic-leading-normal': string;
119
- readonly '--atomic-leading-relaxed': string;
120
- readonly '--atomic-leading-loose': string;
121
- readonly '--atomic-tracking-tighter': string;
122
- readonly '--atomic-tracking-tight': string;
123
- readonly '--atomic-tracking-normal': string;
124
- readonly '--atomic-tracking-wide': string;
125
- readonly '--atomic-tracking-wider': string;
126
- readonly '--atomic-tracking-widest': string;
127
- };
128
-
129
- declare const AtomicShadows: {
130
- readonly none: "none";
131
- readonly xs: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
132
- readonly sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
133
- readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
134
- readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
135
- readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
136
- readonly xxl: "0 25px 50px -12px rgb(0 0 0 / 0.25)";
137
- readonly inner: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)";
138
- readonly focusPrimary: "0 0 0 3px rgb(139 92 246 / 0.2)";
139
- readonly focusSecondary: "0 0 0 3px rgb(236 72 153 / 0.2)";
140
- readonly focusSuccess: "0 0 0 3px rgb(16 185 129 / 0.2)";
141
- readonly focusWarning: "0 0 0 3px rgb(245 158 11 / 0.2)";
142
- readonly focusError: "0 0 0 3px rgb(239 68 68 / 0.2)";
143
- readonly focusInfo: "0 0 0 3px rgb(59 130 246 / 0.2)";
144
- readonly glowPrimary: "0 0 20px rgb(139 92 246 / 0.3)";
145
- readonly glowSecondary: "0 0 20px rgb(236 72 153 / 0.3)";
146
- readonly glowSuccess: "0 0 20px rgb(16 185 129 / 0.3)";
147
- readonly glowWarning: "0 0 20px rgb(245 158 11 / 0.3)";
148
- readonly glowError: "0 0 20px rgb(239 68 68 / 0.3)";
149
- readonly card: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
150
- readonly cardHover: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
151
- readonly button: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
152
- readonly buttonHover: "0 2px 4px 0 rgb(0 0 0 / 0.1)";
153
- readonly modal: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
154
- readonly dropdown: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
155
- readonly tooltip: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
156
- };
157
- declare const ShadowUtils: {
158
- get: (name: keyof typeof AtomicShadows) => string;
159
- custom: (x: number, y: number, blur: number, spread?: number, color?: string, opacity?: number) => string;
160
- combine: (...shadows: (keyof typeof AtomicShadows)[]) => string;
161
- focus: (color?: string, opacity?: number) => string;
162
- glow: (size?: number, color?: string, opacity?: number) => string;
163
- };
164
- declare const AtomicShadowsCss: {
165
- readonly '--atomic-shadow-none': "none";
166
- readonly '--atomic-shadow-xs': "0 1px 2px 0 rgb(0 0 0 / 0.05)";
167
- readonly '--atomic-shadow-sm': "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
168
- readonly '--atomic-shadow-md': "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
169
- readonly '--atomic-shadow-lg': "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
170
- readonly '--atomic-shadow-xl': "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
171
- readonly '--atomic-shadow-xxl': "0 25px 50px -12px rgb(0 0 0 / 0.25)";
172
- readonly '--atomic-shadow-inner': "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)";
173
- readonly '--atomic-shadow-focus-primary': "0 0 0 3px rgb(139 92 246 / 0.2)";
174
- readonly '--atomic-shadow-focus-secondary': "0 0 0 3px rgb(236 72 153 / 0.2)";
175
- readonly '--atomic-shadow-focus-success': "0 0 0 3px rgb(16 185 129 / 0.2)";
176
- readonly '--atomic-shadow-focus-warning': "0 0 0 3px rgb(245 158 11 / 0.2)";
177
- readonly '--atomic-shadow-focus-error': "0 0 0 3px rgb(239 68 68 / 0.2)";
178
- readonly '--atomic-shadow-focus-info': "0 0 0 3px rgb(59 130 246 / 0.2)";
179
- readonly '--atomic-shadow-glow-primary': "0 0 20px rgb(139 92 246 / 0.3)";
180
- readonly '--atomic-shadow-glow-secondary': "0 0 20px rgb(236 72 153 / 0.3)";
181
- readonly '--atomic-shadow-glow-success': "0 0 20px rgb(16 185 129 / 0.3)";
182
- readonly '--atomic-shadow-glow-warning': "0 0 20px rgb(245 158 11 / 0.3)";
183
- readonly '--atomic-shadow-glow-error': "0 0 20px rgb(239 68 68 / 0.3)";
184
- readonly '--atomic-shadow-card': "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
185
- readonly '--atomic-shadow-card-hover': "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
186
- readonly '--atomic-shadow-button': "0 1px 2px 0 rgb(0 0 0 / 0.05)";
187
- readonly '--atomic-shadow-button-hover': "0 2px 4px 0 rgb(0 0 0 / 0.1)";
188
- readonly '--atomic-shadow-modal': "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
189
- readonly '--atomic-shadow-dropdown': "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
190
- readonly '--atomic-shadow-tooltip': "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
191
- };
192
- type AtomicShadowKey = keyof typeof AtomicShadows;
193
- type AtomicShadowValue = typeof AtomicShadows[AtomicShadowKey];
194
-
195
- declare const AtomicBorders: {
196
- readonly radius: {
197
- readonly none: "0px";
198
- readonly xs: "2px";
199
- readonly sm: "4px";
200
- readonly md: "6px";
201
- readonly lg: "8px";
202
- readonly xl: "12px";
203
- readonly xxl: "16px";
204
- readonly xxxl: "24px";
205
- readonly full: "9999px";
206
- };
207
- readonly width: {
208
- readonly none: "0px";
209
- readonly thin: "1px";
210
- readonly medium: "2px";
211
- readonly thick: "4px";
212
- readonly thicker: "8px";
213
- };
214
- readonly style: {
215
- readonly solid: "solid";
216
- readonly dashed: "dashed";
217
- readonly dotted: "dotted";
218
- readonly double: "double";
219
- readonly none: "none";
220
- };
221
- };
222
- declare const BorderUtils: {
223
- radius: (name: keyof typeof AtomicBorders.radius) => string;
224
- width: (name: keyof typeof AtomicBorders.width) => string;
225
- style: (name: keyof typeof AtomicBorders.style) => string;
226
- border: (config: {
227
- width?: keyof typeof AtomicBorders.width;
228
- style?: keyof typeof AtomicBorders.style;
229
- color?: string;
230
- }) => string;
231
- radiusCorners: {
232
- all: (radius: keyof typeof AtomicBorders.radius) => {
233
- borderRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
234
- };
235
- top: (radius: keyof typeof AtomicBorders.radius) => {
236
- borderTopLeftRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
237
- borderTopRightRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
238
- };
239
- right: (radius: keyof typeof AtomicBorders.radius) => {
240
- borderTopRightRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
241
- borderBottomRightRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
242
- };
243
- bottom: (radius: keyof typeof AtomicBorders.radius) => {
244
- borderBottomLeftRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
245
- borderBottomRightRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
246
- };
247
- left: (radius: keyof typeof AtomicBorders.radius) => {
248
- borderTopLeftRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
249
- borderBottomLeftRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
250
- };
251
- topLeft: (radius: keyof typeof AtomicBorders.radius) => {
252
- borderTopLeftRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
253
- };
254
- topRight: (radius: keyof typeof AtomicBorders.radius) => {
255
- borderTopRightRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
256
- };
257
- bottomRight: (radius: keyof typeof AtomicBorders.radius) => {
258
- borderBottomRightRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
259
- };
260
- bottomLeft: (radius: keyof typeof AtomicBorders.radius) => {
261
- borderBottomLeftRadius: "0px" | "2px" | "4px" | "6px" | "8px" | "12px" | "16px" | "24px" | "9999px";
262
- };
263
- };
264
- borderSides: {
265
- all: (config: {
266
- width?: keyof typeof AtomicBorders.width;
267
- style?: keyof typeof AtomicBorders.style;
268
- color?: string;
269
- }) => {
270
- border: string;
271
- };
272
- top: (config: {
273
- width?: keyof typeof AtomicBorders.width;
274
- style?: keyof typeof AtomicBorders.style;
275
- color?: string;
276
- }) => {
277
- borderTop: string;
278
- };
279
- right: (config: {
280
- width?: keyof typeof AtomicBorders.width;
281
- style?: keyof typeof AtomicBorders.style;
282
- color?: string;
283
- }) => {
284
- borderRight: string;
285
- };
286
- bottom: (config: {
287
- width?: keyof typeof AtomicBorders.width;
288
- style?: keyof typeof AtomicBorders.style;
289
- color?: string;
290
- }) => {
291
- borderBottom: string;
292
- };
293
- left: (config: {
294
- width?: keyof typeof AtomicBorders.width;
295
- style?: keyof typeof AtomicBorders.style;
296
- color?: string;
297
- }) => {
298
- borderLeft: string;
299
- };
300
- };
301
- };
302
- declare const AtomicBordersCss: {
303
- readonly '--atomic-radius-none': "0px";
304
- readonly '--atomic-radius-xs': "2px";
305
- readonly '--atomic-radius-sm': "4px";
306
- readonly '--atomic-radius-md': "6px";
307
- readonly '--atomic-radius-lg': "8px";
308
- readonly '--atomic-radius-xl': "12px";
309
- readonly '--atomic-radius-xxl': "16px";
310
- readonly '--atomic-radius-xxxl': "24px";
311
- readonly '--atomic-radius-full': "9999px";
312
- readonly '--atomic-border-none': "0px";
313
- readonly '--atomic-border-thin': "1px";
314
- readonly '--atomic-border-medium': "2px";
315
- readonly '--atomic-border-thick': "4px";
316
- readonly '--atomic-border-thicker': "8px";
317
- };
318
- type AtomicBorderRadius = keyof typeof AtomicBorders.radius;
319
- type AtomicBorderWidth = keyof typeof AtomicBorders.width;
320
- type AtomicBorderStyle = keyof typeof AtomicBorders.style;
321
-
322
- declare const AtomicAnimations: {
323
- readonly duration: {
324
- readonly instant: "0ms";
325
- readonly fast: "150ms";
326
- readonly normal: "200ms";
327
- readonly slow: "300ms";
328
- readonly slower: "500ms";
329
- readonly slowest: "700ms";
330
- };
331
- readonly easing: {
332
- readonly linear: "linear";
333
- readonly ease: "ease";
334
- readonly easeIn: "ease-in";
335
- readonly easeOut: "ease-out";
336
- readonly easeInOut: "ease-in-out";
337
- readonly smooth: "cubic-bezier(0.25, 0.46, 0.45, 0.94)";
338
- readonly snappy: "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
339
- readonly bounce: "cubic-bezier(0.68, -0.6, 0.32, 1.6)";
340
- readonly elastic: "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
341
- readonly standard: "cubic-bezier(0.4, 0, 0.2, 1)";
342
- readonly decelerate: "cubic-bezier(0, 0, 0.2, 1)";
343
- readonly accelerate: "cubic-bezier(0.4, 0, 1, 1)";
344
- };
345
- readonly scale: {
346
- readonly none: "1";
347
- readonly xs: "1.025";
348
- readonly sm: "1.05";
349
- readonly md: "1.1";
350
- readonly lg: "1.15";
351
- readonly xl: "1.25";
352
- };
353
- readonly rotate: {
354
- readonly none: "0deg";
355
- readonly quarter: "90deg";
356
- readonly half: "180deg";
357
- readonly threeQuarter: "270deg";
358
- readonly full: "360deg";
359
- };
360
- };
361
- declare const AnimationUtils: {
362
- transition: (config: {
363
- property?: string | string[];
364
- duration?: keyof typeof AtomicAnimations.duration;
365
- easing?: keyof typeof AtomicAnimations.easing;
366
- delay?: keyof typeof AtomicAnimations.duration;
367
- }) => {
368
- transition: string;
369
- };
370
- transform: (config: {
371
- scale?: keyof typeof AtomicAnimations.scale;
372
- rotate?: keyof typeof AtomicAnimations.rotate;
373
- translateX?: string;
374
- translateY?: string;
375
- translateZ?: string;
376
- }) => {
377
- transform: string;
378
- };
379
- duration: (name: keyof typeof AtomicAnimations.duration) => string;
380
- easing: (name: keyof typeof AtomicAnimations.easing) => string;
381
- keyframes: (name: string, frames: Record<string, React.CSSProperties>) => string;
382
- };
383
- declare const AtomicAnimationPresets: {
384
- fadeIn: {
385
- transition: string;
386
- };
387
- fadeOut: {
388
- transition: string;
389
- };
390
- scaleIn: {
391
- transform: string;
392
- transition: string;
393
- };
394
- scaleOut: {
395
- transform: string;
396
- transition: string;
397
- };
398
- slideInUp: {
399
- transform: string;
400
- transition: string;
401
- };
402
- slideInDown: {
403
- transform: string;
404
- transition: string;
405
- };
406
- buttonHover: {
407
- transform: string;
408
- transition: string;
409
- };
410
- buttonPress: {
411
- transform: string;
412
- transition: string;
413
- };
414
- spin: {
415
- animation: string;
416
- };
417
- pulse: {
418
- animation: string;
419
- };
420
- bounce: {
421
- animation: string;
422
- };
423
- };
424
- declare const AtomicAnimationsCss: {
425
- readonly '--atomic-duration-instant': "0ms";
426
- readonly '--atomic-duration-fast': "150ms";
427
- readonly '--atomic-duration-normal': "200ms";
428
- readonly '--atomic-duration-slow': "300ms";
429
- readonly '--atomic-duration-slower': "500ms";
430
- readonly '--atomic-duration-slowest': "700ms";
431
- readonly '--atomic-ease-linear': "linear";
432
- readonly '--atomic-ease': "ease";
433
- readonly '--atomic-ease-in': "ease-in";
434
- readonly '--atomic-ease-out': "ease-out";
435
- readonly '--atomic-ease-in-out': "ease-in-out";
436
- readonly '--atomic-ease-smooth': "cubic-bezier(0.25, 0.46, 0.45, 0.94)";
437
- readonly '--atomic-ease-snappy': "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
438
- readonly '--atomic-ease-bounce': "cubic-bezier(0.68, -0.6, 0.32, 1.6)";
439
- readonly '--atomic-ease-elastic': "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
440
- readonly '--atomic-ease-standard': "cubic-bezier(0.4, 0, 0.2, 1)";
441
- readonly '--atomic-ease-decelerate': "cubic-bezier(0, 0, 0.2, 1)";
442
- readonly '--atomic-ease-accelerate': "cubic-bezier(0.4, 0, 1, 1)";
443
- readonly '--atomic-scale-none': "1";
444
- readonly '--atomic-scale-xs': "1.025";
445
- readonly '--atomic-scale-sm': "1.05";
446
- readonly '--atomic-scale-md': "1.1";
447
- readonly '--atomic-scale-lg': "1.15";
448
- readonly '--atomic-scale-xl': "1.25";
449
- };
450
- type AtomicAnimationDuration = keyof typeof AtomicAnimations.duration;
451
- type AtomicAnimationEasing = keyof typeof AtomicAnimations.easing;
452
- type AtomicAnimationScale = keyof typeof AtomicAnimations.scale;
453
- type AtomicAnimationRotate = keyof typeof AtomicAnimations.rotate;
454
-
455
- declare enum AtomicSize {
456
- XS = "xs",
457
- SM = "sm",
458
- MD = "md",
459
- LG = "lg",
460
- XL = "xl"
461
- }
462
- declare enum AtomicColorVariant {
463
- PRIMARY = "primary",
464
- SECONDARY = "secondary",
465
- SUCCESS = "success",
466
- WARNING = "warning",
467
- ERROR = "error",
468
- INFO = "info",
469
- GRAY = "gray"
470
- }
471
- declare enum AtomicButtonVariant {
472
- PRIMARY = "primary",
473
- SECONDARY = "secondary",
474
- OUTLINE = "outline",
475
- GHOST = "ghost",
476
- LINK = "link",
477
- DESTRUCTIVE = "destructive"
478
- }
479
- declare enum AtomicInputVariant {
480
- DEFAULT = "default",
481
- FILLED = "filled",
482
- OUTLINE = "outline",
483
- UNDERLINED = "underlined"
484
- }
485
- declare enum AtomicCardVariant {
486
- DEFAULT = "default",
487
- ELEVATED = "elevated",
488
- OUTLINED = "outlined",
489
- FILLED = "filled"
490
- }
491
- declare enum AtomicLoadingState {
492
- IDLE = "idle",
493
- LOADING = "loading",
494
- SUCCESS = "success",
495
- ERROR = "error"
496
- }
497
- declare enum AtomicStatus {
498
- ACTIVE = "active",
499
- INACTIVE = "inactive",
500
- PENDING = "pending",
501
- DISABLED = "disabled",
502
- ARCHIVED = "archived"
503
- }
504
- declare enum AtomicAlertType {
505
- INFO = "info",
506
- SUCCESS = "success",
507
- WARNING = "warning",
508
- ERROR = "error"
509
- }
510
- declare enum AtomicModalSize {
511
- SM = "sm",
512
- MD = "md",
513
- LG = "lg",
514
- XL = "xl",
515
- FULL = "full"
516
- }
517
- declare enum AtomicTextVariant {
518
- DISPLAY_LARGE = "displayLarge",
519
- DISPLAY_MEDIUM = "displayMedium",
520
- DISPLAY_SMALL = "displaySmall",
521
- HEADLINE_LARGE = "headlineLarge",
522
- HEADLINE_MEDIUM = "headlineMedium",
523
- HEADLINE_SMALL = "headlineSmall",
524
- TITLE_LARGE = "titleLarge",
525
- TITLE_MEDIUM = "titleMedium",
526
- TITLE_SMALL = "titleSmall",
527
- BODY_LARGE = "bodyLarge",
528
- BODY_MEDIUM = "bodyMedium",
529
- BODY_SMALL = "bodySmall",
530
- LABEL_LARGE = "labelLarge",
531
- LABEL_MEDIUM = "labelMedium",
532
- LABEL_SMALL = "labelSmall"
533
- }
534
- declare enum AtomicPosition {
535
- TOP = "top",
536
- TOP_LEFT = "top-left",
537
- TOP_RIGHT = "top-right",
538
- BOTTOM = "bottom",
539
- BOTTOM_LEFT = "bottom-left",
540
- BOTTOM_RIGHT = "bottom-right",
541
- LEFT = "left",
542
- RIGHT = "right",
543
- CENTER = "center"
544
- }
545
- declare enum AtomicAlignment {
546
- LEFT = "left",
547
- CENTER = "center",
548
- RIGHT = "right",
549
- JUSTIFY = "justify"
550
- }
551
- declare enum AtomicOrientation {
552
- HORIZONTAL = "horizontal",
553
- VERTICAL = "vertical"
554
- }
555
- declare enum AtomicDirection {
556
- UP = "up",
557
- DOWN = "down",
558
- LEFT = "left",
559
- RIGHT = "right"
560
- }
561
- declare enum AtomicAnimationState {
562
- ENTER = "enter",
563
- EXIT = "exit",
564
- IDLE = "idle"
565
- }
566
- declare enum AtomicFormFieldState {
567
- DEFAULT = "default",
568
- FOCUS = "focus",
569
- ERROR = "error",
570
- SUCCESS = "success",
571
- DISABLED = "disabled"
572
- }
573
- declare enum AtomicBreakpoint {
574
- XS = "xs",
575
- SM = "sm",
576
- MD = "md",
577
- LG = "lg",
578
- XL = "xl",
579
- XXL = "xxl"
580
- }
581
- declare enum AtomicThemeMode {
582
- LIGHT = "light",
583
- DARK = "dark",
584
- SYSTEM = "system"
585
- }
586
- type AtomicSizeType = keyof typeof AtomicSize;
587
- type AtomicColorVariantType = keyof typeof AtomicColorVariant;
588
- type AtomicButtonVariantType = keyof typeof AtomicButtonVariant;
589
- type AtomicInputVariantType = keyof typeof AtomicInputVariant;
590
- type AtomicCardVariantType = keyof typeof AtomicCardVariant;
591
- type AtomicLoadingStateType = keyof typeof AtomicLoadingState;
592
- type AtomicStatusType = keyof typeof AtomicStatus;
593
- type AtomicAlertTypeType = keyof typeof AtomicAlertType;
594
- type AtomicModalSizeType = keyof typeof AtomicModalSize;
595
- type AtomicTextVariantType = keyof typeof AtomicTextVariant;
596
- type AtomicPositionType = keyof typeof AtomicPosition;
597
- type AtomicAlignmentType = keyof typeof AtomicAlignment;
598
- type AtomicOrientationType = keyof typeof AtomicOrientation;
599
- type AtomicDirectionType = keyof typeof AtomicDirection;
600
- type AtomicAnimationStateType = keyof typeof AtomicAnimationState;
601
- type AtomicFormFieldStateType = keyof typeof AtomicFormFieldState;
602
- type AtomicBreakpointType = keyof typeof AtomicBreakpoint;
603
- type AtomicThemeModeType = keyof typeof AtomicThemeMode;
604
- declare const AtomicEnumUtils: {
605
- getValues: <T extends Record<string, string>>(enumObj: T) => string[];
606
- getKeys: <T extends Record<string, string>>(enumObj: T) => string[];
607
- hasValue: <T extends Record<string, string>>(enumObj: T, value: string) => value is T[keyof T];
608
- hasKey: <T extends Record<string, string>>(enumObj: T, key: string) => key is string;
609
- getEntries: <T extends Record<string, string>>(enumObj: T) => [string, string][];
610
- };
611
-
612
- declare const AtomicDesignTokensCss: {
613
- readonly '--atomic-duration-instant': "0ms";
614
- readonly '--atomic-duration-fast': "150ms";
615
- readonly '--atomic-duration-normal': "200ms";
616
- readonly '--atomic-duration-slow': "300ms";
617
- readonly '--atomic-duration-slower': "500ms";
618
- readonly '--atomic-duration-slowest': "700ms";
619
- readonly '--atomic-ease-linear': "linear";
620
- readonly '--atomic-ease': "ease";
621
- readonly '--atomic-ease-in': "ease-in";
622
- readonly '--atomic-ease-out': "ease-out";
623
- readonly '--atomic-ease-in-out': "ease-in-out";
624
- readonly '--atomic-ease-smooth': "cubic-bezier(0.25, 0.46, 0.45, 0.94)";
625
- readonly '--atomic-ease-snappy': "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
626
- readonly '--atomic-ease-bounce': "cubic-bezier(0.68, -0.6, 0.32, 1.6)";
627
- readonly '--atomic-ease-elastic': "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
628
- readonly '--atomic-ease-standard': "cubic-bezier(0.4, 0, 0.2, 1)";
629
- readonly '--atomic-ease-decelerate': "cubic-bezier(0, 0, 0.2, 1)";
630
- readonly '--atomic-ease-accelerate': "cubic-bezier(0.4, 0, 1, 1)";
631
- readonly '--atomic-scale-none': "1";
632
- readonly '--atomic-scale-xs': "1.025";
633
- readonly '--atomic-scale-sm': "1.05";
634
- readonly '--atomic-scale-md': "1.1";
635
- readonly '--atomic-scale-lg': "1.15";
636
- readonly '--atomic-scale-xl': "1.25";
637
- readonly '--atomic-radius-none': "0px";
638
- readonly '--atomic-radius-xs': "2px";
639
- readonly '--atomic-radius-sm': "4px";
640
- readonly '--atomic-radius-md': "6px";
641
- readonly '--atomic-radius-lg': "8px";
642
- readonly '--atomic-radius-xl': "12px";
643
- readonly '--atomic-radius-xxl': "16px";
644
- readonly '--atomic-radius-xxxl': "24px";
645
- readonly '--atomic-radius-full': "9999px";
646
- readonly '--atomic-border-none': "0px";
647
- readonly '--atomic-border-thin': "1px";
648
- readonly '--atomic-border-medium': "2px";
649
- readonly '--atomic-border-thick': "4px";
650
- readonly '--atomic-border-thicker': "8px";
651
- readonly '--atomic-shadow-none': "none";
652
- readonly '--atomic-shadow-xs': "0 1px 2px 0 rgb(0 0 0 / 0.05)";
653
- readonly '--atomic-shadow-sm': "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
654
- readonly '--atomic-shadow-md': "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
655
- readonly '--atomic-shadow-lg': "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
656
- readonly '--atomic-shadow-xl': "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
657
- readonly '--atomic-shadow-xxl': "0 25px 50px -12px rgb(0 0 0 / 0.25)";
658
- readonly '--atomic-shadow-inner': "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)";
659
- readonly '--atomic-shadow-focus-primary': "0 0 0 3px rgb(139 92 246 / 0.2)";
660
- readonly '--atomic-shadow-focus-secondary': "0 0 0 3px rgb(236 72 153 / 0.2)";
661
- readonly '--atomic-shadow-focus-success': "0 0 0 3px rgb(16 185 129 / 0.2)";
662
- readonly '--atomic-shadow-focus-warning': "0 0 0 3px rgb(245 158 11 / 0.2)";
663
- readonly '--atomic-shadow-focus-error': "0 0 0 3px rgb(239 68 68 / 0.2)";
664
- readonly '--atomic-shadow-focus-info': "0 0 0 3px rgb(59 130 246 / 0.2)";
665
- readonly '--atomic-shadow-glow-primary': "0 0 20px rgb(139 92 246 / 0.3)";
666
- readonly '--atomic-shadow-glow-secondary': "0 0 20px rgb(236 72 153 / 0.3)";
667
- readonly '--atomic-shadow-glow-success': "0 0 20px rgb(16 185 129 / 0.3)";
668
- readonly '--atomic-shadow-glow-warning': "0 0 20px rgb(245 158 11 / 0.3)";
669
- readonly '--atomic-shadow-glow-error': "0 0 20px rgb(239 68 68 / 0.3)";
670
- readonly '--atomic-shadow-card': "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
671
- readonly '--atomic-shadow-card-hover': "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
672
- readonly '--atomic-shadow-button': "0 1px 2px 0 rgb(0 0 0 / 0.05)";
673
- readonly '--atomic-shadow-button-hover': "0 2px 4px 0 rgb(0 0 0 / 0.1)";
674
- readonly '--atomic-shadow-modal': "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
675
- readonly '--atomic-shadow-dropdown': "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
676
- readonly '--atomic-shadow-tooltip': "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
677
- readonly '--atomic-font-sans': string;
678
- readonly '--atomic-font-serif': string;
679
- readonly '--atomic-font-mono': string;
680
- readonly '--atomic-font-thin': string;
681
- readonly '--atomic-font-light': string;
682
- readonly '--atomic-font-regular': string;
683
- readonly '--atomic-font-medium': string;
684
- readonly '--atomic-font-semibold': string;
685
- readonly '--atomic-font-bold': string;
686
- readonly '--atomic-font-extrabold': string;
687
- readonly '--atomic-font-black': string;
688
- readonly '--atomic-text-display-large': `${number}px`;
689
- readonly '--atomic-text-display-medium': `${number}px`;
690
- readonly '--atomic-text-display-small': `${number}px`;
691
- readonly '--atomic-text-headline-large': `${number}px`;
692
- readonly '--atomic-text-headline-medium': `${number}px`;
693
- readonly '--atomic-text-headline-small': `${number}px`;
694
- readonly '--atomic-text-title-large': `${number}px`;
695
- readonly '--atomic-text-title-medium': `${number}px`;
696
- readonly '--atomic-text-title-small': `${number}px`;
697
- readonly '--atomic-text-body-large': `${number}px`;
698
- readonly '--atomic-text-body-medium': `${number}px`;
699
- readonly '--atomic-text-body-small': `${number}px`;
700
- readonly '--atomic-text-label-large': `${number}px`;
701
- readonly '--atomic-text-label-medium': `${number}px`;
702
- readonly '--atomic-text-label-small': `${number}px`;
703
- readonly '--atomic-leading-none': string;
704
- readonly '--atomic-leading-tight': string;
705
- readonly '--atomic-leading-snug': string;
706
- readonly '--atomic-leading-normal': string;
707
- readonly '--atomic-leading-relaxed': string;
708
- readonly '--atomic-leading-loose': string;
709
- readonly '--atomic-tracking-tighter': string;
710
- readonly '--atomic-tracking-tight': string;
711
- readonly '--atomic-tracking-normal': string;
712
- readonly '--atomic-tracking-wide': string;
713
- readonly '--atomic-tracking-wider': string;
714
- readonly '--atomic-tracking-widest': string;
715
- readonly '--atomic-spacing-unit': `${number}px`;
716
- readonly '--atomic-spacing-xxs': `${number}px`;
717
- readonly '--atomic-spacing-xs': `${number}px`;
718
- readonly '--atomic-spacing-sm': `${number}px`;
719
- readonly '--atomic-spacing-md': `${number}px`;
720
- readonly '--atomic-spacing-lg': `${number}px`;
721
- readonly '--atomic-spacing-xl': `${number}px`;
722
- readonly '--atomic-spacing-xxl': `${number}px`;
723
- readonly '--atomic-spacing-xxxl': `${number}px`;
724
- readonly '--atomic-spacing-huge': `${number}px`;
725
- readonly '--atomic-button-padding-x': `${number}px`;
726
- readonly '--atomic-button-padding-y': `${number}px`;
727
- readonly '--atomic-card-padding': `${number}px`;
728
- readonly '--atomic-card-margin': `${number}px`;
729
- readonly '--atomic-list-item-padding': `${number}px`;
730
- readonly '--atomic-list-item-spacing': `${number}px`;
731
- readonly '--atomic-input-padding-x': `${number}px`;
732
- readonly '--atomic-input-padding-y': `${number}px`;
733
- readonly '--atomic-modal-padding': `${number}px`;
734
- readonly '--atomic-section-padding': `${number}px`;
735
- readonly '--atomic-primary': string;
736
- readonly '--atomic-primary-light': string;
737
- readonly '--atomic-primary-dark': string;
738
- readonly '--atomic-secondary': string;
739
- readonly '--atomic-secondary-light': string;
740
- readonly '--atomic-secondary-dark': string;
741
- readonly '--atomic-accent': string;
742
- readonly '--atomic-accent-light': string;
743
- readonly '--atomic-accent-dark': string;
744
- readonly '--atomic-gray-50': string;
745
- readonly '--atomic-gray-100': string;
746
- readonly '--atomic-gray-200': string;
747
- readonly '--atomic-gray-300': string;
748
- readonly '--atomic-gray-400': string;
749
- readonly '--atomic-gray-500': string;
750
- readonly '--atomic-gray-600': string;
751
- readonly '--atomic-gray-700': string;
752
- readonly '--atomic-gray-800': string;
753
- readonly '--atomic-gray-900': string;
754
- readonly '--atomic-success': string;
755
- readonly '--atomic-success-light': string;
756
- readonly '--atomic-success-dark': string;
757
- readonly '--atomic-warning': string;
758
- readonly '--atomic-warning-light': string;
759
- readonly '--atomic-warning-dark': string;
760
- readonly '--atomic-error': string;
761
- readonly '--atomic-error-light': string;
762
- readonly '--atomic-error-dark': string;
763
- readonly '--atomic-info': string;
764
- readonly '--atomic-info-light': string;
765
- readonly '--atomic-info-dark': string;
766
- readonly '--atomic-background': string;
767
- readonly '--atomic-background-secondary': string;
768
- readonly '--atomic-surface': string;
769
- readonly '--atomic-surface-secondary': string;
770
- readonly '--atomic-text-primary': string;
771
- readonly '--atomic-text-secondary': string;
772
- readonly '--atomic-text-tertiary': string;
773
- readonly '--atomic-text-disabled': string;
774
- readonly '--atomic-text-inverse': string;
775
- };
776
5
 
777
6
  declare function cn(...inputs: ClassValue[]): string;
778
7
 
@@ -781,406 +10,21 @@ declare function cn(...inputs: ClassValue[]): string;
781
10
  * For React Native equivalent, see AtomicButton.tsx.template with StyleSheet-based variants
782
11
  */
783
12
  declare const buttonVariants: (props?: ({
784
- variant?: "outline" | "primary" | "secondary" | "ghost" | "link" | "destructive" | "default" | "brand" | null | undefined;
785
- size?: "sm" | "lg" | "default" | "icon" | null | undefined;
786
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
787
- interface AtomicButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
13
+ variant?: "default" | "primary" | "brand" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
14
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
15
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
16
+ interface AtomicButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
788
17
  /** Render as a different element */
789
18
  asChild?: boolean;
790
19
  /** Show loading spinner */
791
20
  loading?: boolean;
792
21
  /** Icon to display on the left */
793
- leftIcon?: React$1.ReactNode;
22
+ leftIcon?: React.ReactNode;
794
23
  /** Icon to display on the right */
795
- rightIcon?: React$1.ReactNode;
24
+ rightIcon?: React.ReactNode;
796
25
  /** Make button full width */
797
26
  fullWidth?: boolean;
798
27
  }
799
- declare const AtomicButton: React$1.ForwardRefExoticComponent<AtomicButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
800
-
801
- declare const textVariants: (props?: ({
802
- variant?: "xs" | "small" | "large" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "body" | "lead" | "muted" | "label" | null | undefined;
803
- color?: "primary" | "secondary" | "success" | "warning" | "error" | "info" | "default" | "muted" | null | undefined;
804
- align?: "left" | "right" | "center" | "justify" | null | undefined;
805
- weight?: "thin" | "medium" | "normal" | "light" | "bold" | "black" | "semibold" | "extrabold" | null | undefined;
806
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
807
- interface AtomicTextProps extends Omit<React$1.HTMLAttributes<HTMLElement>, 'color'>, VariantProps<typeof textVariants> {
808
- /** Render as a different element */
809
- asChild?: boolean;
810
- /** HTML element to render */
811
- as?: 'p' | 'span' | 'div' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'label';
812
- /** Truncate text with ellipsis */
813
- truncate?: boolean;
814
- /** Allow text selection */
815
- selectable?: boolean;
816
- }
817
- declare const AtomicText: React$1.ForwardRefExoticComponent<AtomicTextProps & React$1.RefAttributes<HTMLElement>>;
818
-
819
- declare const avatarVariants: (props?: ({
820
- size?: "xs" | "sm" | "lg" | "xl" | "xxl" | "xxxl" | "default" | null | undefined;
821
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
822
- declare const avatarImageVariants: (props?: class_variance_authority_dist_types.ClassProp | undefined) => string;
823
- declare const avatarFallbackVariants: (props?: ({
824
- size?: "xs" | "sm" | "lg" | "xl" | "xxl" | "xxxl" | "default" | null | undefined;
825
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
826
- interface AtomicAvatarProps extends React$1.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>, VariantProps<typeof avatarVariants> {
827
- src?: string;
828
- alt?: string;
829
- fallback?: string;
830
- fallbackElement?: React$1.ReactNode;
831
- showStatus?: boolean;
832
- isOnline?: boolean;
833
- statusColor?: string;
834
- }
835
- declare const AtomicAvatar: React$1.ForwardRefExoticComponent<AtomicAvatarProps & React$1.RefAttributes<HTMLSpanElement>>;
836
- declare const AtomicAvatarImage: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React$1.RefAttributes<HTMLImageElement>, "ref"> & React$1.RefAttributes<HTMLImageElement>>;
837
- declare const AtomicAvatarFallback: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & VariantProps<(props?: ({
838
- size?: "xs" | "sm" | "lg" | "xl" | "xxl" | "xxxl" | "default" | null | undefined;
839
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLSpanElement>>;
840
-
841
- declare const imageVariants: (props?: ({
842
- rounded?: "none" | "sm" | "md" | "lg" | "xl" | "full" | null | undefined;
843
- aspectRatio?: "auto" | "square" | "video" | "portrait" | "landscape" | null | undefined;
844
- objectFit?: "none" | "contain" | "fill" | "cover" | "scale-down" | null | undefined;
845
- objectPosition?: "bottom" | "left" | "right" | "top" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "center" | null | undefined;
846
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
847
- interface AtomicImageProps extends Omit<React$1.ComponentProps<typeof Image>, 'className' | 'objectFit' | 'objectPosition' | 'placeholder'>, VariantProps<typeof imageVariants> {
848
- className?: string;
849
- containerClassName?: string;
850
- /** Enable blur placeholder while loading */
851
- enableBlur?: boolean;
852
- /** Custom placeholder image source */
853
- placeholderSrc?: string;
854
- }
855
- declare const AtomicImage: React$1.ForwardRefExoticComponent<Omit<AtomicImageProps, "ref"> & React$1.RefAttributes<HTMLImageElement | null>>;
856
-
857
- declare const inputVariants: (props?: ({
858
- variant?: "outline" | "default" | "filled" | "underlined" | null | undefined;
859
- size?: "sm" | "lg" | "default" | null | undefined;
860
- state?: "success" | "warning" | "error" | "default" | null | undefined;
861
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
862
- interface AtomicInputProps extends Omit<React$1.InputHTMLAttributes<HTMLInputElement>, 'size'>, VariantProps<typeof inputVariants> {
863
- /** Left icon or element */
864
- leftIcon?: React$1.ReactNode;
865
- /** Right icon or element */
866
- rightIcon?: React$1.ReactNode;
867
- /** Input label */
868
- label?: string;
869
- /** Helper text */
870
- helperText?: string;
871
- /** Error message */
872
- error?: string;
873
- /** Success message */
874
- success?: string;
875
- /** Warning message */
876
- warning?: string;
877
- /** Show clear button when input has value */
878
- clearable?: boolean;
879
- /** Callback when clear button is clicked */
880
- onClear?: () => void;
881
- /** Show password toggle for password inputs */
882
- showPasswordToggle?: boolean;
883
- /** Container class name */
884
- containerClassName?: string;
885
- /** Label class name */
886
- labelClassName?: string;
887
- /** Helper text class name */
888
- helperClassName?: string;
889
- }
890
- declare const AtomicInput: React$1.ForwardRefExoticComponent<AtomicInputProps & React$1.RefAttributes<HTMLInputElement>>;
891
-
892
- declare const spinnerVariants: (props?: ({
893
- size?: "xs" | "sm" | "lg" | "xl" | "xxl" | "default" | null | undefined;
894
- color?: "primary" | "secondary" | "success" | "warning" | "error" | "default" | "white" | "muted" | null | undefined;
895
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
896
- interface AtomicSpinnerProps extends Omit<React$1.SVGProps<SVGSVGElement>, 'color'>, VariantProps<typeof spinnerVariants> {
897
- /** Loading text to display alongside spinner */
898
- label?: string;
899
- /** Show spinner inline with text */
900
- inline?: boolean;
901
- /** Custom spinner icon */
902
- icon?: React$1.ComponentType<any>;
903
- }
904
- declare const AtomicSpinner: React$1.ForwardRefExoticComponent<Omit<AtomicSpinnerProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
905
- declare const AtomicButtonSpinner: React$1.ForwardRefExoticComponent<Omit<Omit<AtomicSpinnerProps, "color" | "size">, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
906
- declare const AtomicPageSpinner: React$1.ForwardRefExoticComponent<Omit<Omit<AtomicSpinnerProps, "size">, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
907
- declare const AtomicInlineSpinner: React$1.ForwardRefExoticComponent<Omit<Omit<AtomicSpinnerProps, "inline">, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
908
-
909
- declare const badgeVariants: (props?: ({
910
- variant?: "outline" | "secondary" | "success" | "warning" | "info" | "gray" | "destructive" | "default" | null | undefined;
911
- size?: "sm" | "lg" | "default" | null | undefined;
912
- shape?: "default" | "square" | "rounded" | null | undefined;
913
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
914
- interface AtomicBadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
915
- /** Icon to display on the left */
916
- leftIcon?: React$1.ReactNode;
917
- /** Icon to display on the right */
918
- rightIcon?: React$1.ReactNode;
919
- /** Show a dot indicator */
920
- dot?: boolean;
921
- /** Dot color (overrides variant color) */
922
- dotColor?: string;
923
- /** Make badge removable */
924
- removable?: boolean;
925
- /** Callback when remove button is clicked */
926
- onRemove?: () => void;
927
- /** Custom remove icon */
928
- removeIcon?: React$1.ReactNode;
929
- }
930
- declare const AtomicBadge: React$1.ForwardRefExoticComponent<AtomicBadgeProps & React$1.RefAttributes<HTMLDivElement>>;
931
- declare const AtomicStatusBadge: React$1.ForwardRefExoticComponent<Omit<AtomicBadgeProps, "dot"> & {
932
- status: "online" | "offline" | "busy" | "away";
933
- } & React$1.RefAttributes<HTMLDivElement>>;
934
- declare const AtomicCountBadge: React$1.ForwardRefExoticComponent<Omit<AtomicBadgeProps, "children"> & {
935
- count: number;
936
- max?: number;
937
- } & React$1.RefAttributes<HTMLDivElement>>;
938
-
939
- declare const linkVariants: (props?: ({
940
- variant?: "button" | "primary" | "secondary" | "ghost" | "destructive" | "default" | "underline" | "muted" | null | undefined;
941
- size?: "sm" | "lg" | "xl" | "default" | null | undefined;
942
- weight?: "medium" | "normal" | "bold" | "semibold" | null | undefined;
943
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
944
- interface AtomicLinkProps extends Omit<React$1.ComponentProps<typeof Link>, 'className'>, VariantProps<typeof linkVariants> {
945
- className?: string;
946
- external?: boolean;
947
- showExternalIcon?: boolean;
948
- prefetch?: boolean;
949
- externalIcon?: React$1.ReactNode;
950
- }
951
- declare const AtomicLink: React$1.ForwardRefExoticComponent<Omit<AtomicLinkProps, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>;
952
-
953
- type Display = 'block' | 'inline' | 'inline-block' | 'flex' | 'inline-flex' | 'grid' | 'hidden';
954
- type AlignItems = 'stretch' | 'start' | 'center' | 'end' | 'baseline';
955
- type JustifyContent = 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
956
- type FlexDirection = 'row' | 'row-reverse' | 'col' | 'col-reverse';
957
- type FlexWrap = 'wrap' | 'wrap-reverse' | 'nowrap';
958
- type Spacing$4 = '0' | 'px' | '0.5' | '1' | '1.5' | '2' | '2.5' | '3' | '3.5' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '14' | '16' | '20' | '24' | '28' | '32' | '36' | '40' | '44' | '48' | '52' | '56' | '60' | '64' | '72' | '80' | '96';
959
- type SpacingObject$4 = {
960
- x?: Spacing$4;
961
- y?: Spacing$4;
962
- t?: Spacing$4;
963
- r?: Spacing$4;
964
- b?: Spacing$4;
965
- l?: Spacing$4;
966
- };
967
- type Size = Spacing$4 | 'auto' | 'full' | 'screen' | 'min' | 'max' | 'fit';
968
- type Color$4 = 'transparent' | 'current' | 'black' | 'white' | 'slate-50' | 'slate-100' | 'slate-200' | 'slate-300' | 'slate-400' | 'slate-500' | 'slate-600' | 'slate-700' | 'slate-800' | 'slate-900' | 'gray-50' | 'gray-100' | 'gray-200' | 'gray-300' | 'gray-400' | 'gray-500' | 'gray-600' | 'gray-700' | 'gray-800' | 'gray-900' | 'zinc-50' | 'zinc-100' | 'zinc-200' | 'zinc-300' | 'zinc-400' | 'zinc-500' | 'zinc-600' | 'zinc-700' | 'zinc-800' | 'zinc-900' | 'red-50' | 'red-100' | 'red-200' | 'red-300' | 'red-400' | 'red-500' | 'red-600' | 'red-700' | 'red-800' | 'red-900' | 'orange-50' | 'orange-100' | 'orange-200' | 'orange-300' | 'orange-400' | 'orange-500' | 'orange-600' | 'orange-700' | 'orange-800' | 'orange-900' | 'yellow-50' | 'yellow-100' | 'yellow-200' | 'yellow-300' | 'yellow-400' | 'yellow-500' | 'yellow-600' | 'yellow-700' | 'yellow-800' | 'yellow-900' | 'green-50' | 'green-100' | 'green-200' | 'green-300' | 'green-400' | 'green-500' | 'green-600' | 'green-700' | 'green-800' | 'green-900' | 'blue-50' | 'blue-100' | 'blue-200' | 'blue-300' | 'blue-400' | 'blue-500' | 'blue-600' | 'blue-700' | 'blue-800' | 'blue-900' | 'indigo-50' | 'indigo-100' | 'indigo-200' | 'indigo-300' | 'indigo-400' | 'indigo-500' | 'indigo-600' | 'indigo-700' | 'indigo-800' | 'indigo-900' | 'purple-50' | 'purple-100' | 'purple-200' | 'purple-300' | 'purple-400' | 'purple-500' | 'purple-600' | 'purple-700' | 'purple-800' | 'purple-900' | 'pink-50' | 'pink-100' | 'pink-200' | 'pink-300' | 'pink-400' | 'pink-500' | 'pink-600' | 'pink-700' | 'pink-800' | 'pink-900';
969
- type BorderRadius = 'none' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | 'full';
970
- type Shadow = 'none' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'inner';
971
- type Position = 'static' | 'relative' | 'absolute' | 'fixed' | 'sticky';
972
- interface AtomicDivProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, 'color'> {
973
- d?: Display;
974
- align?: AlignItems;
975
- justify?: JustifyContent;
976
- flexDir?: FlexDirection;
977
- flexWrap?: FlexWrap;
978
- flexGrow?: number;
979
- flexShrink?: number;
980
- order?: number;
981
- p?: Spacing$4 | SpacingObject$4;
982
- m?: Spacing$4 | SpacingObject$4;
983
- w?: Size;
984
- h?: Size;
985
- minW?: Size;
986
- minH?: Size;
987
- maxW?: Size;
988
- maxH?: Size;
989
- bg?: Color$4;
990
- bgGradient?: string;
991
- border?: boolean | string;
992
- borderColor?: Color$4;
993
- rounded?: BorderRadius;
994
- shadow?: Shadow;
995
- position?: Position;
996
- top?: Spacing$4;
997
- right?: Spacing$4;
998
- bottom?: Spacing$4;
999
- left?: Spacing$4;
1000
- cursor?: 'auto' | 'default' | 'pointer' | 'wait' | 'text' | 'move' | 'help' | 'not-allowed';
1001
- as?: keyof JSX.IntrinsicElements;
1002
- children?: React$1.ReactNode;
1003
- }
1004
- declare const AtomicDiv: React$1.ForwardRefExoticComponent<AtomicDivProps & React$1.RefAttributes<HTMLDivElement>>;
1005
-
1006
- type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | number | string;
1007
- type Color$3 = 'current' | 'black' | 'white' | 'slate-50' | 'slate-100' | 'slate-200' | 'slate-300' | 'slate-400' | 'slate-500' | 'slate-600' | 'slate-700' | 'slate-800' | 'slate-900' | 'gray-50' | 'gray-100' | 'gray-200' | 'gray-300' | 'gray-400' | 'gray-500' | 'gray-600' | 'gray-700' | 'gray-800' | 'gray-900' | 'zinc-50' | 'zinc-100' | 'zinc-200' | 'zinc-300' | 'zinc-400' | 'zinc-500' | 'zinc-600' | 'zinc-700' | 'zinc-800' | 'zinc-900' | 'red-50' | 'red-100' | 'red-200' | 'red-300' | 'red-400' | 'red-500' | 'red-600' | 'red-700' | 'red-800' | 'red-900' | 'orange-50' | 'orange-100' | 'orange-200' | 'orange-300' | 'orange-400' | 'orange-500' | 'orange-600' | 'orange-700' | 'orange-800' | 'orange-900' | 'yellow-50' | 'yellow-100' | 'yellow-200' | 'yellow-300' | 'yellow-400' | 'yellow-500' | 'yellow-600' | 'yellow-700' | 'yellow-800' | 'yellow-900' | 'green-50' | 'green-100' | 'green-200' | 'green-300' | 'green-400' | 'green-500' | 'green-600' | 'green-700' | 'green-800' | 'green-900' | 'blue-50' | 'blue-100' | 'blue-200' | 'blue-300' | 'blue-400' | 'blue-500' | 'blue-600' | 'blue-700' | 'blue-800' | 'blue-900' | 'indigo-50' | 'indigo-100' | 'indigo-200' | 'indigo-300' | 'indigo-400' | 'indigo-500' | 'indigo-600' | 'indigo-700' | 'indigo-800' | 'indigo-900' | 'purple-50' | 'purple-100' | 'purple-200' | 'purple-300' | 'purple-400' | 'purple-500' | 'purple-600' | 'purple-700' | 'purple-800' | 'purple-900' | 'pink-50' | 'pink-100' | 'pink-200' | 'pink-300' | 'pink-400' | 'pink-500' | 'pink-600' | 'pink-700' | 'pink-800' | 'pink-900';
1008
- type Spacing$3 = '0' | 'px' | '0.5' | '1' | '1.5' | '2' | '2.5' | '3' | '3.5' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '14' | '16' | '20' | '24' | '28' | '32' | '36' | '40' | '44' | '48';
1009
- type SpacingObject$3 = {
1010
- x?: Spacing$3;
1011
- y?: Spacing$3;
1012
- t?: Spacing$3;
1013
- r?: Spacing$3;
1014
- b?: Spacing$3;
1015
- l?: Spacing$3;
1016
- };
1017
- interface AtomicIconProps extends Omit<LucideProps, 'size' | 'color'> {
1018
- icon: LucideIcon;
1019
- size?: IconSize;
1020
- color?: Color$3;
1021
- hoverColor?: Color$3;
1022
- p?: Spacing$3 | SpacingObject$3;
1023
- m?: Spacing$3 | SpacingObject$3;
1024
- cursor?: 'auto' | 'default' | 'pointer' | 'wait' | 'help' | 'not-allowed';
1025
- spin?: boolean;
1026
- pulse?: boolean;
1027
- bounce?: boolean;
1028
- rotate?: '0' | '45' | '90' | '180' | '-45' | '-90' | '-180';
1029
- 'aria-label'?: string;
1030
- 'aria-hidden'?: boolean;
1031
- }
1032
- declare const AtomicIcon: React$1.ForwardRefExoticComponent<Omit<AtomicIconProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
1033
-
1034
- type TagVariant = 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'info' | 'outline' | 'ghost' | 'solid';
1035
- type TagSize = 'xs' | 'sm' | 'md' | 'lg';
1036
- type Color$2 = 'slate' | 'gray' | 'zinc' | 'red' | 'orange' | 'yellow' | 'green' | 'blue' | 'indigo' | 'purple' | 'pink';
1037
- type Spacing$2 = '0' | 'px' | '0.5' | '1' | '1.5' | '2' | '2.5' | '3' | '3.5' | '4' | '5' | '6' | '7' | '8';
1038
- type SpacingObject$2 = {
1039
- x?: Spacing$2;
1040
- y?: Spacing$2;
1041
- t?: Spacing$2;
1042
- r?: Spacing$2;
1043
- b?: Spacing$2;
1044
- l?: Spacing$2;
1045
- };
1046
- interface AtomicTagProps extends React$1.HTMLAttributes<HTMLSpanElement> {
1047
- children: React$1.ReactNode;
1048
- variant?: TagVariant;
1049
- size?: TagSize;
1050
- color?: Color$2;
1051
- leftIcon?: LucideIcon;
1052
- rightIcon?: LucideIcon;
1053
- p?: Spacing$2 | SpacingObject$2;
1054
- m?: Spacing$2 | SpacingObject$2;
1055
- clickable?: boolean;
1056
- removable?: boolean;
1057
- onRemove?: () => void;
1058
- disabled?: boolean;
1059
- as?: 'span' | 'div' | 'button';
1060
- }
1061
- declare const AtomicTag: React$1.ForwardRefExoticComponent<AtomicTagProps & React$1.RefAttributes<HTMLElement>>;
1062
-
1063
- type CheckboxSize = 'sm' | 'md' | 'lg';
1064
- type Color$1 = 'slate' | 'gray' | 'zinc' | 'red' | 'orange' | 'yellow' | 'green' | 'blue' | 'indigo' | 'purple' | 'pink';
1065
- type Spacing$1 = '0' | 'px' | '0.5' | '1' | '1.5' | '2' | '2.5' | '3' | '3.5' | '4' | '5' | '6' | '7' | '8';
1066
- type SpacingObject$1 = {
1067
- x?: Spacing$1;
1068
- y?: Spacing$1;
1069
- t?: Spacing$1;
1070
- r?: Spacing$1;
1071
- b?: Spacing$1;
1072
- l?: Spacing$1;
1073
- };
1074
- interface AtomicCheckboxProps extends Omit<React$1.InputHTMLAttributes<HTMLInputElement>, 'size' | 'color' | 'onChange'> {
1075
- checked?: boolean;
1076
- indeterminate?: boolean;
1077
- disabled?: boolean;
1078
- size?: CheckboxSize;
1079
- color?: Color$1;
1080
- p?: Spacing$1 | SpacingObject$1;
1081
- m?: Spacing$1 | SpacingObject$1;
1082
- label?: string;
1083
- description?: string;
1084
- error?: boolean;
1085
- errorMessage?: string;
1086
- onChange?: (checked: boolean, event: React$1.ChangeEvent<HTMLInputElement>) => void;
1087
- onInputChange?: React$1.ChangeEventHandler<HTMLInputElement>;
1088
- }
1089
- declare const AtomicCheckbox: React$1.ForwardRefExoticComponent<AtomicCheckboxProps & React$1.RefAttributes<HTMLInputElement>>;
1090
-
1091
- type SwitchSize = 'sm' | 'md' | 'lg';
1092
- type Color = 'slate' | 'gray' | 'zinc' | 'red' | 'orange' | 'yellow' | 'green' | 'blue' | 'indigo' | 'purple' | 'pink';
1093
- type Spacing = '0' | 'px' | '0.5' | '1' | '1.5' | '2' | '2.5' | '3' | '3.5' | '4' | '5' | '6' | '7' | '8';
1094
- type SpacingObject = {
1095
- x?: Spacing;
1096
- y?: Spacing;
1097
- t?: Spacing;
1098
- r?: Spacing;
1099
- b?: Spacing;
1100
- l?: Spacing;
1101
- };
1102
- interface AtomicSwitchProps extends Omit<React$1.InputHTMLAttributes<HTMLInputElement>, 'size' | 'color' | 'onChange'> {
1103
- checked?: boolean;
1104
- disabled?: boolean;
1105
- size?: SwitchSize;
1106
- color?: Color;
1107
- p?: Spacing | SpacingObject;
1108
- m?: Spacing | SpacingObject;
1109
- label?: string;
1110
- description?: string;
1111
- labelPosition?: 'left' | 'right';
1112
- loading?: boolean;
1113
- onChange?: (checked: boolean, event: React$1.ChangeEvent<HTMLInputElement>) => void;
1114
- onInputChange?: React$1.ChangeEventHandler<HTMLInputElement>;
1115
- }
1116
- declare const AtomicSwitch: React$1.ForwardRefExoticComponent<AtomicSwitchProps & React$1.RefAttributes<HTMLInputElement>>;
1117
-
1118
- declare const cardVariants: (props?: ({
1119
- variant?: "default" | "filled" | "elevated" | "outlined" | null | undefined;
1120
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
1121
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1122
- declare const cardHeaderVariants: (props?: ({
1123
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
1124
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1125
- declare const cardTitleVariants: (props?: ({
1126
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
1127
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1128
- declare const cardDescriptionVariants: (props?: ({
1129
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
1130
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1131
- declare const cardContentVariants: (props?: ({
1132
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
1133
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1134
- declare const cardFooterVariants: (props?: ({
1135
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
1136
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1137
- interface AtomicCardProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardVariants> {
1138
- /** Make card interactive with hover effects */
1139
- interactive?: boolean;
1140
- /** Make card full width */
1141
- fullWidth?: boolean;
1142
- }
1143
- interface AtomicCardHeaderProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardHeaderVariants> {
1144
- }
1145
- interface AtomicCardTitleProps extends React$1.HTMLAttributes<HTMLHeadingElement>, VariantProps<typeof cardTitleVariants> {
1146
- /** Render as a different heading element */
1147
- as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
1148
- }
1149
- interface AtomicCardDescriptionProps extends React$1.HTMLAttributes<HTMLParagraphElement>, VariantProps<typeof cardDescriptionVariants> {
1150
- }
1151
- interface AtomicCardContentProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardContentVariants> {
1152
- }
1153
- interface AtomicCardFooterProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardFooterVariants> {
1154
- }
1155
- declare const AtomicCard: React$1.ForwardRefExoticComponent<AtomicCardProps & React$1.RefAttributes<HTMLDivElement>>;
1156
- declare const AtomicCardHeader: React$1.ForwardRefExoticComponent<AtomicCardHeaderProps & React$1.RefAttributes<HTMLDivElement>>;
1157
- declare const AtomicCardTitle: React$1.ForwardRefExoticComponent<AtomicCardTitleProps & React$1.RefAttributes<HTMLHeadingElement>>;
1158
- declare const AtomicCardDescription: React$1.ForwardRefExoticComponent<AtomicCardDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>>;
1159
- declare const AtomicCardContent: React$1.ForwardRefExoticComponent<AtomicCardContentProps & React$1.RefAttributes<HTMLDivElement>>;
1160
- declare const AtomicCardFooter: React$1.ForwardRefExoticComponent<AtomicCardFooterProps & React$1.RefAttributes<HTMLDivElement>>;
1161
-
1162
- type Theme = 'light' | 'dark' | 'system';
1163
- interface AtomicThemeProviderContextProps {
1164
- theme: Theme;
1165
- setTheme: (theme: Theme) => void;
1166
- actualTheme: 'light' | 'dark';
1167
- }
1168
- interface AtomicThemeProviderProps {
1169
- children: React$1.ReactNode;
1170
- /** Default theme to use */
1171
- defaultTheme?: Theme;
1172
- /** Storage key for theme persistence */
1173
- storageKey?: string;
1174
- /** Custom attribute name for theme */
1175
- attribute?: string;
1176
- /** Enable system theme detection */
1177
- enableSystem?: boolean;
1178
- /** Disable theme transitions */
1179
- disableTransitionOnChange?: boolean;
1180
- }
1181
- declare const AtomicThemeProvider: React$1.FC<AtomicThemeProviderProps>;
1182
- declare const useAtomicTheme: () => AtomicThemeProviderContextProps;
1183
-
1184
- declare const VERSION = "1.1.0";
28
+ declare const AtomicButton: React.ForwardRefExoticComponent<AtomicButtonProps & React.RefAttributes<HTMLButtonElement>>;
1185
29
 
1186
- export { AnimationUtils, AtomicAlertType, type AtomicAlertTypeType, AtomicAlignment, type AtomicAlignmentType, type AtomicAnimationDuration, type AtomicAnimationEasing, AtomicAnimationPresets, type AtomicAnimationRotate, type AtomicAnimationScale, AtomicAnimationState, type AtomicAnimationStateType, AtomicAnimations, AtomicAnimationsCss, AtomicAvatar, AtomicAvatarFallback, AtomicAvatarImage, type AtomicAvatarProps, AtomicBadge, type AtomicBadgeProps, type AtomicBorderRadius, type AtomicBorderStyle, type AtomicBorderWidth, AtomicBorders, AtomicBordersCss, AtomicBreakpoint, type AtomicBreakpointType, AtomicButton, type AtomicButtonProps, AtomicButtonSpinner, AtomicButtonVariant, type AtomicButtonVariantType, AtomicCard, AtomicCardContent, type AtomicCardContentProps, AtomicCardDescription, type AtomicCardDescriptionProps, AtomicCardFooter, type AtomicCardFooterProps, AtomicCardHeader, type AtomicCardHeaderProps, type AtomicCardProps, AtomicCardTitle, type AtomicCardTitleProps, AtomicCardVariant, type AtomicCardVariantType, AtomicCheckbox, type AtomicCheckboxProps, AtomicColorVariant, type AtomicColorVariantType, AtomicColorsCss, AtomicCountBadge, AtomicDesignTokensCss, AtomicDirection, type AtomicDirectionType, AtomicDiv, type AtomicDivProps, AtomicEnumUtils, AtomicFormFieldState, type AtomicFormFieldStateType, AtomicIcon, type AtomicIconProps, AtomicImage, type AtomicImageProps, AtomicInlineSpinner, AtomicInput, type AtomicInputProps, AtomicInputVariant, type AtomicInputVariantType, AtomicLink, type AtomicLinkProps, AtomicLoadingState, type AtomicLoadingStateType, AtomicModalSize, type AtomicModalSizeType, AtomicOrientation, type AtomicOrientationType, AtomicPageSpinner, AtomicPosition, type AtomicPositionType, type AtomicShadowKey, type AtomicShadowValue, AtomicShadows, AtomicShadowsCss, AtomicSize, type AtomicSizeType, AtomicSpacingCss, AtomicSpinner, type AtomicSpinnerProps, AtomicStatus, AtomicStatusBadge, type AtomicStatusType, AtomicSwitch, type AtomicSwitchProps, AtomicTag, type AtomicTagProps, AtomicText, type AtomicTextProps, AtomicTextVariant, type AtomicTextVariantType, AtomicThemeMode, type AtomicThemeModeType, AtomicThemeProvider, type AtomicThemeProviderContextProps, type AtomicThemeProviderProps, AtomicTypographyCss, BorderUtils, ShadowUtils, VERSION, avatarFallbackVariants, avatarImageVariants, avatarVariants, badgeVariants, buttonVariants, cardContentVariants, cardDescriptionVariants, cardFooterVariants, cardHeaderVariants, cardTitleVariants, cardVariants, cn, imageVariants, inputVariants, linkVariants, spinnerVariants, textVariants, useAtomicTheme };
30
+ export { AtomicButton, type AtomicButtonProps, buttonVariants, cn };