@reeverdev/ui 0.2.204 → 0.2.205
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2529,7 +2529,7 @@ interface CloseButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
2529
2529
|
declare const CloseButton: React$1.ForwardRefExoticComponent<CloseButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2530
2530
|
|
|
2531
2531
|
declare const kbdVariants: (props?: ({
|
|
2532
|
-
variant?: "bordered" | "
|
|
2532
|
+
variant?: "bordered" | "flat" | "default" | null | undefined;
|
|
2533
2533
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2534
2534
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2535
2535
|
interface KbdProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof kbdVariants> {
|
package/dist/index.d.ts
CHANGED
|
@@ -2529,7 +2529,7 @@ interface CloseButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
2529
2529
|
declare const CloseButton: React$1.ForwardRefExoticComponent<CloseButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2530
2530
|
|
|
2531
2531
|
declare const kbdVariants: (props?: ({
|
|
2532
|
-
variant?: "bordered" | "
|
|
2532
|
+
variant?: "bordered" | "flat" | "default" | null | undefined;
|
|
2533
2533
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2534
2534
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2535
2535
|
interface KbdProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof kbdVariants> {
|