@omnifyjp/ui 0.4.2 → 0.4.3

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.
@@ -5,8 +5,8 @@ import { VariantProps } from 'class-variance-authority';
5
5
  import { U as UIColor } from '../types-CBVkScfB.js';
6
6
 
7
7
  declare const alertVariants: (props?: ({
8
- variant?: "destructive" | "default" | "soft" | null | undefined;
9
- color?: "primary" | "destructive" | "success" | "warning" | "info" | null | undefined;
8
+ variant?: "default" | "destructive" | "soft" | null | undefined;
9
+ color?: "destructive" | "primary" | "success" | "warning" | "info" | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  interface AlertProps extends React.ComponentProps<"div">, Omit<VariantProps<typeof alertVariants>, "color"> {
12
12
  /**
@@ -5,8 +5,8 @@ import { VariantProps } from 'class-variance-authority';
5
5
  import { U as UIColor } from '../types-CBVkScfB.js';
6
6
 
7
7
  declare const badgeVariants: (props?: ({
8
- variant?: "destructive" | "default" | "secondary" | "outline" | "soft" | null | undefined;
9
- color?: "primary" | "destructive" | "success" | "warning" | "info" | null | undefined;
8
+ variant?: "default" | "destructive" | "soft" | "secondary" | "outline" | null | undefined;
9
+ color?: "destructive" | "primary" | "success" | "warning" | "info" | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  interface BadgeProps extends React.ComponentProps<"span">, Omit<VariantProps<typeof badgeVariants>, "color"> {
12
12
  /**
@@ -4,8 +4,8 @@ import { VariantProps } from 'class-variance-authority';
4
4
  import { U as UIColor } from '../types-CBVkScfB.js';
5
5
 
6
6
  declare const buttonVariants: (props?: ({
7
- variant?: "link" | "destructive" | "default" | "secondary" | "outline" | "soft" | "ghost" | null | undefined;
8
- color?: "primary" | "destructive" | "success" | "warning" | "info" | null | undefined;
7
+ variant?: "default" | "destructive" | "soft" | "link" | "secondary" | "outline" | "ghost" | null | undefined;
8
+ color?: "destructive" | "primary" | "success" | "warning" | "info" | null | undefined;
9
9
  size?: "default" | "xs" | "sm" | "lg" | "xl" | "icon" | null | undefined;
10
10
  } & class_variance_authority_types.ClassProp) | undefined) => string;
11
11
  interface ButtonProps extends React.ComponentProps<"button">, Omit<VariantProps<typeof buttonVariants>, "color"> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnifyjp/ui",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",