@motiadev/ui 0.17.1-beta.183-767430 → 0.17.2-beta.184-886580

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,19 +1,19 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
- import * as react1 from "react";
2
+ import * as react8 from "react";
3
3
  import { HTMLAttributes } from "react";
4
4
  import * as class_variance_authority_types2 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: react8.ForwardRefExoticComponent<ContainerProps & react8.RefAttributes<HTMLDivElement>>;
9
9
  declare const containerHeaderVariants: (props?: ({
10
10
  variant?: "default" | "tabs" | null | undefined;
11
11
  } & class_variance_authority_types2.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: react8.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
14
14
  variant?: "default" | "tabs" | null | undefined;
15
- } & class_variance_authority_types2.ClassProp) | undefined) => string> & react1.RefAttributes<HTMLDivElement>>;
16
- declare const ContainerContent: react1.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & react1.RefAttributes<HTMLDivElement>>;
15
+ } & class_variance_authority_types2.ClassProp) | undefined) => string> & react8.RefAttributes<HTMLDivElement>>;
16
+ declare const ContainerContent: react8.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & react8.RefAttributes<HTMLDivElement>>;
17
17
  //#endregion
18
18
  export { Container, ContainerContent, ContainerHeader, ContainerHeaderProps };
19
19
  //# sourceMappingURL=container.d.ts.map
@@ -1,11 +1,11 @@
1
- import * as react7 from "react";
1
+ import * as react1 from "react";
2
2
  import * as TooltipPrimitive from "@radix-ui/react-tooltip";
3
3
 
4
4
  //#region src/components/ui/tooltip.d.ts
5
- declare const TooltipProvider: react7.FC<TooltipPrimitive.TooltipProviderProps>;
6
- declare const Tooltip: react7.FC<TooltipPrimitive.TooltipProps>;
7
- declare const TooltipTrigger: react7.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & react7.RefAttributes<HTMLButtonElement>>;
8
- declare const TooltipContent: react7.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & react7.RefAttributes<HTMLDivElement>, "ref"> & react7.RefAttributes<HTMLDivElement>>;
5
+ declare const TooltipProvider: react1.FC<TooltipPrimitive.TooltipProviderProps>;
6
+ declare const Tooltip: react1.FC<TooltipPrimitive.TooltipProps>;
7
+ declare const TooltipTrigger: react1.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & react1.RefAttributes<HTMLButtonElement>>;
8
+ declare const TooltipContent: react1.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & react1.RefAttributes<HTMLDivElement>, "ref"> & react1.RefAttributes<HTMLDivElement>>;
9
9
  //#endregion
10
10
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
11
11
  //# sourceMappingURL=tooltip.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.17.1-beta.183-767430",
4
+ "version": "0.17.2-beta.184-886580",
5
5
  "license": "Elastic-2.0",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",