@motiadev/ui 0.15.3-beta.168 → 0.15.4-beta.169

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.
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
  import { VariantProps } from "class-variance-authority";
3
- import * as class_variance_authority_types4 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types3 from "class-variance-authority/types";
4
4
 
5
5
  //#region src/components/ui/empty.d.ts
6
6
  declare function Empty({
@@ -13,7 +13,7 @@ declare function EmptyHeader({
13
13
  }: React.ComponentProps<'div'>): react_jsx_runtime0.JSX.Element;
14
14
  declare const emptyMediaVariants: (props?: ({
15
15
  variant?: "default" | "icon" | null | undefined;
16
- } & class_variance_authority_types4.ClassProp) | undefined) => string;
16
+ } & class_variance_authority_types3.ClassProp) | undefined) => string;
17
17
  declare function EmptyMedia({
18
18
  className,
19
19
  variant,
@@ -1,12 +1,12 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  import * as react7 from "react";
3
3
  import { InputHTMLAttributes } from "react";
4
- import * as class_variance_authority_types3 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types4 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/ui/input.d.ts
7
7
  declare const inputVariants: (props?: ({
8
8
  variant?: "default" | "outline" | "shade" | "outlineReadonly" | null | undefined;
9
- } & class_variance_authority_types3.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types4.ClassProp) | undefined) => string;
10
10
  interface InputProps extends InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof inputVariants> {}
11
11
  declare const Input: react7.ForwardRefExoticComponent<InputProps & react7.RefAttributes<HTMLInputElement>>;
12
12
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@motiadev/ui",
3
3
  "description": "Shared React UI components library for the Motia ecosystem",
4
- "version": "0.15.3-beta.168",
4
+ "version": "0.15.4-beta.169",
5
5
  "license": "Elastic-2.0",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",