@clidey/ux 0.13.0 → 0.14.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +19 -0
  2. package/dist/index.js +1129 -1283
  3. package/package.json +2 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import * as AccordionPrimitive from '@radix-ui/react-accordion';
2
+ import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
2
3
  import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
3
4
  import { ClassProp } from 'class-variance-authority/types';
4
5
  import { ClassValue } from 'clsx';
@@ -36,6 +37,24 @@ export declare function Alert({ className, variant, ...props }: React_2.Componen
36
37
 
37
38
  export declare function AlertDescription({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
38
39
 
40
+ export declare function AlertDialog({ ...props }: React_2.ComponentProps<typeof AlertDialogPrimitive.Root>): JSX.Element;
41
+
42
+ export declare function AlertDialogAction({ className, ...props }: React_2.ComponentProps<typeof AlertDialogPrimitive.Action>): JSX.Element;
43
+
44
+ export declare function AlertDialogCancel({ className, ...props }: React_2.ComponentProps<typeof AlertDialogPrimitive.Cancel>): JSX.Element;
45
+
46
+ export declare function AlertDialogContent({ className, ...props }: React_2.ComponentProps<typeof AlertDialogPrimitive.Content>): JSX.Element;
47
+
48
+ export declare function AlertDialogDescription({ className, ...props }: React_2.ComponentProps<typeof AlertDialogPrimitive.Description>): JSX.Element;
49
+
50
+ export declare function AlertDialogFooter({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
51
+
52
+ export declare function AlertDialogHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
53
+
54
+ export declare function AlertDialogTitle({ className, ...props }: React_2.ComponentProps<typeof AlertDialogPrimitive.Title>): JSX.Element;
55
+
56
+ export declare function AlertDialogTrigger({ ...props }: React_2.ComponentProps<typeof AlertDialogPrimitive.Trigger>): JSX.Element;
57
+
39
58
  export declare function AlertTitle({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
40
59
 
41
60
  declare const alertVariants: (props?: ({