@service_laboratory/ui 3.0.1 → 3.0.2
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.ts +7 -1
- package/dist/index.js +4 -0
- package/dist/index.umd.cjs +8 -8
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -398,7 +398,13 @@ export { toast }
|
|
|
398
398
|
|
|
399
399
|
export declare const Toaster: ({ ...props }: ToasterProps) => JSX.Element;
|
|
400
400
|
|
|
401
|
-
declare function
|
|
401
|
+
export declare function Tooltip({ ...props }: React_2.ComponentProps<typeof TooltipPrimitive.Root>): JSX.Element;
|
|
402
|
+
|
|
403
|
+
export declare function TooltipContent({ className, sideOffset, children, ...props }: React_2.ComponentProps<typeof TooltipPrimitive.Content>): JSX.Element;
|
|
404
|
+
|
|
405
|
+
export declare function TooltipProvider({ delayDuration, ...props }: React_2.ComponentProps<typeof TooltipPrimitive.Provider>): JSX.Element;
|
|
406
|
+
|
|
407
|
+
export declare function TooltipTrigger({ ...props }: React_2.ComponentProps<typeof TooltipPrimitive.Trigger>): JSX.Element;
|
|
402
408
|
|
|
403
409
|
export declare const useFormField: () => {
|
|
404
410
|
invalid: boolean;
|
package/dist/index.js
CHANGED
|
@@ -12697,6 +12697,10 @@ export {
|
|
|
12697
12697
|
Fw as TableHeader,
|
|
12698
12698
|
Vw as TableRow,
|
|
12699
12699
|
Lw as Toaster,
|
|
12700
|
+
ax as Tooltip,
|
|
12701
|
+
ix as TooltipContent,
|
|
12702
|
+
Fc as TooltipProvider,
|
|
12703
|
+
sx as TooltipTrigger,
|
|
12700
12704
|
vu as badgeVariants,
|
|
12701
12705
|
Ju as buttonVariants,
|
|
12702
12706
|
k as cn,
|