@optilogic/core 1.0.0-beta.6 → 1.0.0-beta.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/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -118,7 +118,7 @@ declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$
|
|
|
118
118
|
* Badge variant styles using class-variance-authority.
|
|
119
119
|
*/
|
|
120
120
|
declare const badgeVariants: (props?: ({
|
|
121
|
-
variant?: "default" | "destructive" | "outline" | "secondary" | "
|
|
121
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "muted" | "success" | "warning" | "accent" | null | undefined;
|
|
122
122
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
123
123
|
interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
124
124
|
}
|
|
@@ -515,7 +515,7 @@ declare const AlertDialogCancel: React$1.ForwardRefExoticComponent<Omit<AlertDia
|
|
|
515
515
|
*/
|
|
516
516
|
declare const cardVariants: (props?: ({
|
|
517
517
|
size?: "sm" | "lg" | "auto" | "md" | "xl" | "full" | null | undefined;
|
|
518
|
-
hover?: "none" | "scale" | "
|
|
518
|
+
hover?: "none" | "scale" | "border" | "lift" | "glow" | "border-success" | "border-warning" | "border-destructive" | "border-muted" | null | undefined;
|
|
519
519
|
interactive?: boolean | null | undefined;
|
|
520
520
|
padding?: "sm" | "lg" | "none" | "md" | null | undefined;
|
|
521
521
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -584,7 +584,7 @@ interface CardFooterProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
584
584
|
*/
|
|
585
585
|
declare const CardFooter: React$1.ForwardRefExoticComponent<CardFooterProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
586
586
|
declare const cardImageVariants: (props?: ({
|
|
587
|
-
aspectRatio?: "
|
|
587
|
+
aspectRatio?: "video" | "auto" | "square" | "wide" | "portrait" | null | undefined;
|
|
588
588
|
position?: "fill" | "top" | "bottom" | null | undefined;
|
|
589
589
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
590
590
|
interface CardImageProps extends React$1.ImgHTMLAttributes<HTMLImageElement>, VariantProps<typeof cardImageVariants> {
|
|
@@ -694,7 +694,7 @@ interface SelectableCardProps extends CardProps {
|
|
|
694
694
|
*/
|
|
695
695
|
declare const SelectableCard: React$1.ForwardRefExoticComponent<SelectableCardProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
696
696
|
declare const cardGridVariants: (props?: ({
|
|
697
|
-
columns?: 1 |
|
|
697
|
+
columns?: 1 | 2 | 3 | 4 | "auto" | null | undefined;
|
|
698
698
|
gap?: "sm" | "lg" | "none" | "md" | "xl" | null | undefined;
|
|
699
699
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
700
700
|
interface CardGridProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardGridVariants> {
|
package/dist/index.d.ts
CHANGED
|
@@ -118,7 +118,7 @@ declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$
|
|
|
118
118
|
* Badge variant styles using class-variance-authority.
|
|
119
119
|
*/
|
|
120
120
|
declare const badgeVariants: (props?: ({
|
|
121
|
-
variant?: "default" | "destructive" | "outline" | "secondary" | "
|
|
121
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "muted" | "success" | "warning" | "accent" | null | undefined;
|
|
122
122
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
123
123
|
interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
124
124
|
}
|
|
@@ -515,7 +515,7 @@ declare const AlertDialogCancel: React$1.ForwardRefExoticComponent<Omit<AlertDia
|
|
|
515
515
|
*/
|
|
516
516
|
declare const cardVariants: (props?: ({
|
|
517
517
|
size?: "sm" | "lg" | "auto" | "md" | "xl" | "full" | null | undefined;
|
|
518
|
-
hover?: "none" | "scale" | "
|
|
518
|
+
hover?: "none" | "scale" | "border" | "lift" | "glow" | "border-success" | "border-warning" | "border-destructive" | "border-muted" | null | undefined;
|
|
519
519
|
interactive?: boolean | null | undefined;
|
|
520
520
|
padding?: "sm" | "lg" | "none" | "md" | null | undefined;
|
|
521
521
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -584,7 +584,7 @@ interface CardFooterProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
584
584
|
*/
|
|
585
585
|
declare const CardFooter: React$1.ForwardRefExoticComponent<CardFooterProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
586
586
|
declare const cardImageVariants: (props?: ({
|
|
587
|
-
aspectRatio?: "
|
|
587
|
+
aspectRatio?: "video" | "auto" | "square" | "wide" | "portrait" | null | undefined;
|
|
588
588
|
position?: "fill" | "top" | "bottom" | null | undefined;
|
|
589
589
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
590
590
|
interface CardImageProps extends React$1.ImgHTMLAttributes<HTMLImageElement>, VariantProps<typeof cardImageVariants> {
|
|
@@ -694,7 +694,7 @@ interface SelectableCardProps extends CardProps {
|
|
|
694
694
|
*/
|
|
695
695
|
declare const SelectableCard: React$1.ForwardRefExoticComponent<SelectableCardProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
696
696
|
declare const cardGridVariants: (props?: ({
|
|
697
|
-
columns?: 1 |
|
|
697
|
+
columns?: 1 | 2 | 3 | 4 | "auto" | null | undefined;
|
|
698
698
|
gap?: "sm" | "lg" | "none" | "md" | "xl" | null | undefined;
|
|
699
699
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
700
700
|
interface CardGridProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof cardGridVariants> {
|