@motiadev/ui 0.14.0-beta.165-573784 → 0.14.0-beta.165-634707

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 +1 @@
1
- {"version":3,"file":"breadcrumb.d.ts","names":[],"sources":["../../../src/components/ui/breadcrumb.tsx"],"sourcesContent":[],"mappings":";;;UAOiB,mBAAA;kBACC;EADD,IAAA,CAAA,EAER,SAFQ;EACC,OAAA,CAAA,EAAA,GAAA,GAAA,IAAA;EACT,MAAA,EAAA,OAAA;EAIW,aAAA,CAAA,EAAA;IACT,KAAA,EAAA,MAAA,GADS,SACT;IAAS,IAAA,CAAA,EAAT,SAAS;IAKP,OAAA,CAAA,EAAA,GA4CZ,GAAA,IAAA;EAIgB,CAAA,EAAA;;AAGN,cAnDE,cAmDF,EAnDkB,EAmDlB,CAnDqB,mBAmDrB,CAAA;AAGW,UANL,eAAA,SAAwB,cAMnB,CAAA,KAAA,CAAA,CAAA;EACT,KAAA,EAAA;IAP4B,KAAA,EAAA,MAAA,GAErB,SAFqB;IAAc,IAAA,CAAA,EAG5C,SAH4C;IAa1C,OAAA,CAAA,EAsBZ,GAAA,GAAA,IAtB2B;;sBAPN;aACT;;;;;cAMA,YAAY,GAAG"}
1
+ {"version":3,"file":"breadcrumb.d.ts","names":[],"sources":["../../../src/components/ui/breadcrumb.tsx"],"sourcesContent":[],"mappings":";;;UAOiB,mBAAA;kBACC;EADD,IAAA,CAAA,EAER,SAFQ;EACC,OAAA,CAAA,EAAA,GAAA,GAAA,IAAA;EACT,MAAA,EAAA,OAAA;EAIW,aAAA,CAAA,EAAA;IACT,KAAA,EAAA,MAAA,GADS,SACT;IAAS,IAAA,CAAA,EAAT,SAAS;IAKP,OAAA,CAAA,EAAA,GA4CZ,GAAA,IAAA;EAIgB,CAAA,EAAA;;AAGN,cAnDE,cAmDF,EAnDkB,EAmDlB,CAnDqB,mBAmDrB,CAAA;AAGW,UANL,eAAA,SAAwB,cAMnB,CAAA,KAAA,CAAA,CAAA;EACT,KAAA,EAAA;IAP4B,KAAA,EAAA,MAAA,GAErB,SAFqB;IAAc,IAAA,CAAA,EAG5C,SAH4C;IAa1C,OAAA,CAAA,EAsBZ,GAAA,GAAA,IAAA;;sBA7BqB;aACT;;;;;cAMA,YAAY,GAAG"}
@@ -1,17 +1,17 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
- import * as react0 from "react";
2
+ import * as react7 from "react";
3
3
  import { ButtonHTMLAttributes } from "react";
4
- import * as class_variance_authority_types0 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/button.d.ts
7
7
  declare const buttonVariants: (props?: ({
8
8
  variant?: "link" | "default" | "outline" | "accent" | "light" | "secondary" | "destructive" | "ghost" | "icon" | null | undefined;
9
9
  size?: "default" | "icon" | "sm" | "md" | "lg" | null | undefined;
10
- } & class_variance_authority_types0.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types4.ClassProp) | undefined) => string;
11
11
  interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
12
12
  asChild?: boolean;
13
13
  }
14
- declare const Button: react0.ForwardRefExoticComponent<ButtonProps & react0.RefAttributes<HTMLButtonElement>>;
14
+ declare const Button: react7.ForwardRefExoticComponent<ButtonProps & react7.RefAttributes<HTMLButtonElement>>;
15
15
  //#endregion
16
16
  export { Button, ButtonProps };
17
17
  //# sourceMappingURL=button.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
- import * as react1 from "react";
2
+ import * as react0 from "react";
3
3
  import { HTMLAttributes } from "react";
4
- import * as class_variance_authority_types1 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types0 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/ui/container.d.ts
7
7
  interface ContainerProps extends HTMLAttributes<HTMLDivElement> {}
8
- declare const Container: react1.ForwardRefExoticComponent<ContainerProps & react1.RefAttributes<HTMLDivElement>>;
8
+ declare const Container: react0.ForwardRefExoticComponent<ContainerProps & react0.RefAttributes<HTMLDivElement>>;
9
9
  declare const containerHeaderVariants: (props?: ({
10
10
  variant?: "default" | "tabs" | null | undefined;
11
- } & class_variance_authority_types1.ClassProp) | undefined) => string;
11
+ } & class_variance_authority_types0.ClassProp) | undefined) => string;
12
12
  type ContainerHeaderProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof containerHeaderVariants>;
13
- declare const ContainerHeader: react1.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
13
+ declare const ContainerHeader: react0.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
14
14
  variant?: "default" | "tabs" | null | undefined;
15
- } & class_variance_authority_types1.ClassProp) | undefined) => string> & react1.RefAttributes<HTMLDivElement>>;
16
- declare const ContainerContent: react1.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & react1.RefAttributes<HTMLDivElement>>;
15
+ } & class_variance_authority_types0.ClassProp) | undefined) => string> & react0.RefAttributes<HTMLDivElement>>;
16
+ declare const ContainerContent: react0.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & react0.RefAttributes<HTMLDivElement>>;
17
17
  //#endregion
18
18
  export { Container, ContainerContent, ContainerHeader, ContainerHeaderProps };
19
19
  //# sourceMappingURL=container.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"container.d.ts","names":[],"sources":["../../../src/components/ui/container.tsx"],"sourcesContent":[],"mappings":";;;;;;UAKU,cAAA,SAAuB,eAAe;cAEnC,WAAS,MAAA,CAAA,0BAAA,iBAAA,MAAA,CAAA,cAAA;cAgBhB,+BAHJ;EAfQ,OAAA,CAAA,EAAA,SAAe,GAAA,MAAA,GAAuB,IAAA,GAAA,SAAf;AAEjC,CAAA,GA0BE,+BAAA,CAAA,SAbA,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;AAboB,KA4BV,oBAAA,GAAuB,cA5Bb,CA4B4B,cA5B5B,CAAA,GA4B8C,YA5B9C,CAAA,OA4BkE,uBA5BlE,CAAA;AAAA,cA8BT,eA9BS,SA8BM,yBA9BN,CA8BM,cA9BN,CA8BM,cA9BN,CAAA,GA8BM,YA9BN,CAAA,CAAA,KAAA,CAAA,EAAA,CAAA;EAAA,OAAA,CAAA,EAAA,SAAA,GAAA,MAAA,GAAA,IAAA,GAAA,SAAA;CAAA,GA8BM,+BAAA,CAAA,SA9BN,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA,CAAA,uBAAA,eAAA,CAAA,CAAA;AAAA,cA0CT,gBA1CS,EA0CO,MAAA,CAAA,yBA1CP,CA0CO,cA1CP,CA0CO,cA1CP,CAAA,GA0CO,MAAA,CAAA,aA1CP,CA0CO,cA1CP,CAAA,CAAA"}
1
+ {"version":3,"file":"container.d.ts","names":[],"sources":["../../../src/components/ui/container.tsx"],"sourcesContent":[],"mappings":";;;;;;UAKU,cAAA,SAAuB,eAAe;cAEnC,WAAS,MAAA,CAAA,0BAAA,iBAAA,MAAA,CAAA,cAAA;cAgBhB,+BAHJ;EAfQ,OAAA,CAAA,EAAA,SAAe,GAAA,MAAuB,GAAA,IAAA,GAAA,SAAf;AAEjC,CAAA,GA0BE,+BAAA,CAAA,SAbA,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;AAboB,KA4BV,oBAAA,GAAuB,cA5Bb,CA4B4B,cA5B5B,CAAA,GA4B8C,YA5B9C,CAAA,OA4BkE,uBA5BlE,CAAA;AAAA,cA8BT,eA9BS,SA8BM,yBA9BN,CA8BM,cA9BN,CA8BM,cA9BN,CAAA,GA8BM,YA9BN,CAAA,CAAA,KAAA,CAAA,EAAA,CAAA;EAAA,OAAA,CAAA,EAAA,SAAA,GAAA,MAAA,GAAA,IAAA,GAAA,SAAA;CAAA,GA8BM,+BAAA,CAAA,SA9BN,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA,CAAA,uBAAA,eAAA,CAAA,CAAA;AAAA,cA0CT,gBA1CS,EA0CO,MAAA,CAAA,yBA1CP,CA0CO,cA1CP,CA0CO,cA1CP,CAAA,GA0CO,MAAA,CAAA,aA1CP,CA0CO,cA1CP,CAAA,CAAA"}
@@ -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_types3 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types2 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_types3.ClassProp) | undefined) => string;
16
+ } & class_variance_authority_types2.ClassProp) | undefined) => string;
17
17
  declare function EmptyMedia({
18
18
  className,
19
19
  variant,
@@ -1,14 +1,14 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
- import * as react7 from "react";
2
+ import * as react5 from "react";
3
3
  import { InputHTMLAttributes } from "react";
4
- import * as class_variance_authority_types4 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types3 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_types4.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types3.ClassProp) | undefined) => string;
10
10
  interface InputProps extends InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof inputVariants> {}
11
- declare const Input: react7.ForwardRefExoticComponent<InputProps & react7.RefAttributes<HTMLInputElement>>;
11
+ declare const Input: react5.ForwardRefExoticComponent<InputProps & react5.RefAttributes<HTMLInputElement>>;
12
12
  //#endregion
13
13
  export { Input };
14
14
  //# sourceMappingURL=input.d.ts.map
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.14.0-beta.165-573784",
4
+ "version": "0.14.0-beta.165-634707",
5
5
  "license": "Elastic-2.0",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",