auxalia-ui-kit 1.4.5 → 1.4.6

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.cts CHANGED
@@ -16,7 +16,7 @@ import 'tailwindcss';
16
16
 
17
17
  declare const buttonVariants: (props?: {
18
18
  variant?: "default" | "outline" | "ghost" | "link";
19
- color?: "primary" | "secondary" | "accent" | "destructive" | "default";
19
+ color?: "default" | "primary" | "secondary" | "accent" | "destructive";
20
20
  size?: "default" | "sm" | "lg" | "icon";
21
21
  } & class_variance_authority_types.ClassProp) => string;
22
22
  interface ButtonProps extends React.ComponentProps<'button'>, VariantProps<typeof buttonVariants> {
@@ -30,7 +30,7 @@ declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof Co
30
30
  declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof Collapsible.Content>): react_jsx_runtime.JSX.Element;
31
31
 
32
32
  declare const dropdownMenuItemVariants: (props?: {
33
- variant?: "primary" | "secondary" | "accent" | "destructive" | "default";
33
+ variant?: "default" | "primary" | "secondary" | "accent" | "destructive";
34
34
  } & class_variance_authority_types.ClassProp) => string;
35
35
  type DropdownMenuItemVariantProps = VariantProps<typeof dropdownMenuItemVariants>;
36
36
 
@@ -105,7 +105,7 @@ declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof Toolti
105
105
  declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
106
106
 
107
107
  declare const cardVariants: (props?: {
108
- variant?: "primary" | "accent" | "default" | "outlined" | "elevated" | "success";
108
+ variant?: "default" | "primary" | "accent" | "outlined" | "elevated" | "success";
109
109
  } & class_variance_authority_types.ClassProp) => string;
110
110
  type CardVariantProps = VariantProps<typeof cardVariants>;
111
111
 
@@ -121,11 +121,11 @@ type InputProps = Omit<React.ComponentProps<'input'>, 'size'> & InputVariantProp
121
121
  declare function Input({ size, variant, className, ...props }: InputProps): react_jsx_runtime.JSX.Element;
122
122
 
123
123
  declare const selectTriggerVariants: (props?: {
124
- variant?: "primary" | "secondary" | "accent" | "destructive" | "default" | "error";
124
+ variant?: "default" | "primary" | "secondary" | "accent" | "destructive" | "error";
125
125
  size?: "sm" | "lg" | "md";
126
126
  } & class_variance_authority_types.ClassProp) => string;
127
127
  declare const selectItemVariants: (props?: {
128
- variant?: "primary" | "secondary" | "accent" | "destructive" | "default";
128
+ variant?: "default" | "primary" | "secondary" | "accent" | "destructive";
129
129
  } & class_variance_authority_types.ClassProp) => string;
130
130
  type SelectTriggerVariantProps = VariantProps<typeof selectTriggerVariants>;
131
131
  type SelectItemVariantProps = VariantProps<typeof selectItemVariants>;
package/dist/index.d.ts CHANGED
@@ -16,7 +16,7 @@ import 'tailwindcss';
16
16
 
17
17
  declare const buttonVariants: (props?: {
18
18
  variant?: "default" | "outline" | "ghost" | "link";
19
- color?: "primary" | "secondary" | "accent" | "destructive" | "default";
19
+ color?: "default" | "primary" | "secondary" | "accent" | "destructive";
20
20
  size?: "default" | "sm" | "lg" | "icon";
21
21
  } & class_variance_authority_types.ClassProp) => string;
22
22
  interface ButtonProps extends React.ComponentProps<'button'>, VariantProps<typeof buttonVariants> {
@@ -30,7 +30,7 @@ declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof Co
30
30
  declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof Collapsible.Content>): react_jsx_runtime.JSX.Element;
31
31
 
32
32
  declare const dropdownMenuItemVariants: (props?: {
33
- variant?: "primary" | "secondary" | "accent" | "destructive" | "default";
33
+ variant?: "default" | "primary" | "secondary" | "accent" | "destructive";
34
34
  } & class_variance_authority_types.ClassProp) => string;
35
35
  type DropdownMenuItemVariantProps = VariantProps<typeof dropdownMenuItemVariants>;
36
36
 
@@ -105,7 +105,7 @@ declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof Toolti
105
105
  declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
106
106
 
107
107
  declare const cardVariants: (props?: {
108
- variant?: "primary" | "accent" | "default" | "outlined" | "elevated" | "success";
108
+ variant?: "default" | "primary" | "accent" | "outlined" | "elevated" | "success";
109
109
  } & class_variance_authority_types.ClassProp) => string;
110
110
  type CardVariantProps = VariantProps<typeof cardVariants>;
111
111
 
@@ -121,11 +121,11 @@ type InputProps = Omit<React.ComponentProps<'input'>, 'size'> & InputVariantProp
121
121
  declare function Input({ size, variant, className, ...props }: InputProps): react_jsx_runtime.JSX.Element;
122
122
 
123
123
  declare const selectTriggerVariants: (props?: {
124
- variant?: "primary" | "secondary" | "accent" | "destructive" | "default" | "error";
124
+ variant?: "default" | "primary" | "secondary" | "accent" | "destructive" | "error";
125
125
  size?: "sm" | "lg" | "md";
126
126
  } & class_variance_authority_types.ClassProp) => string;
127
127
  declare const selectItemVariants: (props?: {
128
- variant?: "primary" | "secondary" | "accent" | "destructive" | "default";
128
+ variant?: "default" | "primary" | "secondary" | "accent" | "destructive";
129
129
  } & class_variance_authority_types.ClassProp) => string;
130
130
  type SelectTriggerVariantProps = VariantProps<typeof selectTriggerVariants>;
131
131
  type SelectItemVariantProps = VariantProps<typeof selectItemVariants>;
package/dist/styles.css CHANGED
@@ -2,7 +2,7 @@
2
2
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
3
3
 
4
4
  /* inline safelist classes previously stored in safelist.txt */
5
- @source inline("bg-primary text-primary bg-secondary bg-accent bg-destructive text-primary-foreground bg-primary-hover border-primary ring-primary bg-card bg-popover bg-surface bg-surface-hover bg-surface-foreground border-black/10 dark:border-white/10 shadow-md bg-primary/5 bg-primary/10 bg-primary/15 bg-primary/20 bg-primary/25 bg-primary/30 bg-primary/40 bg-primary/50 border-primary/10 border-primary/20 border-primary/25 border-primary/30 border-primary/40 border-primary/50 ring-primary/15 ring-primary/20 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=top]:slide-in-from-bottom-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2");
5
+ @source inline("bg-primary bg-secondary bg-accent bg-destructive bg-primary-hover bg-card bg-popover bg-surface bg-surface-hover bg-surface-foreground text-primary text-primary-foreground text-content text-dim text-muted border-primary ring-primary border-black/10 dark:border-white/10 shadow-md bg-primary/5 bg-primary/10 bg-primary/15 bg-primary/20 bg-primary/25 bg-primary/30 bg-primary/40 bg-primary/50 border-primary/10 border-primary/20 border-primary/25 border-primary/30 border-primary/40 border-primary/50 ring-primary/15 ring-primary/20 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=top]:slide-in-from-bottom-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2");
6
6
 
7
7
  @import 'tailwindcss/base';
8
8
  @import 'tailwindcss/components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auxalia-ui-kit",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "A React component library built with Radix UI and Tailwind CSS, designed to provide accessible and customizable UI components for modern web applications.",
5
5
  "license": "ISC",
6
6
  "author": {