@reeverdev/ui 0.2.136 → 0.2.138

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
@@ -2197,7 +2197,7 @@ interface UserProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps
2197
2197
  declare const User: React$1.ForwardRefExoticComponent<UserProps & React$1.RefAttributes<HTMLDivElement>>;
2198
2198
 
2199
2199
  declare const codeVariants: (props?: ({
2200
- variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
2200
+ variant?: "solid" | "bordered" | "flat" | "light" | null | undefined;
2201
2201
  size?: "sm" | "md" | "lg" | null | undefined;
2202
2202
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2203
2203
  interface CodeProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof codeVariants> {
package/dist/index.d.ts CHANGED
@@ -2197,7 +2197,7 @@ interface UserProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps
2197
2197
  declare const User: React$1.ForwardRefExoticComponent<UserProps & React$1.RefAttributes<HTMLDivElement>>;
2198
2198
 
2199
2199
  declare const codeVariants: (props?: ({
2200
- variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
2200
+ variant?: "solid" | "bordered" | "flat" | "light" | null | undefined;
2201
2201
  size?: "sm" | "md" | "lg" | null | undefined;
2202
2202
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2203
2203
  interface CodeProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof codeVariants> {