randmarcomps 1.73.0 → 1.75.0
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/randmarcomps.d.ts +4 -2
- package/dist/randmarcomps.js +925 -921
- package/dist/randmarcomps.umd.cjs +31 -31
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -2,12 +2,14 @@ import { ButtonProps as ButtonProps_2 } from './button';
|
|
|
2
2
|
import { ClassProp } from 'class-variance-authority/types';
|
|
3
3
|
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
4
4
|
import { FC } from 'react';
|
|
5
|
+
import { ForwardRefExoticComponent } from 'react';
|
|
5
6
|
import { InputProps as InputProps_2 } from './input';
|
|
6
7
|
import { JSX } from 'react/jsx-runtime';
|
|
7
8
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
8
9
|
import { MouseEventHandler } from 'react';
|
|
9
10
|
import { OTPInput } from 'input-otp';
|
|
10
11
|
import * as React_2 from 'react';
|
|
12
|
+
import { RefAttributes } from 'react';
|
|
11
13
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
12
14
|
import { SeparatorProps } from '@radix-ui/react-separator';
|
|
13
15
|
import * as ToastPrimitives from '@radix-ui/react-toast';
|
|
@@ -123,7 +125,7 @@ export declare interface InputProps extends Omit<React_2.ComponentProps<"input">
|
|
|
123
125
|
|
|
124
126
|
export declare function Label({ className, ...props }: React_2.ComponentProps<typeof LabelPrimitive.Root>): JSX.Element;
|
|
125
127
|
|
|
126
|
-
export declare
|
|
128
|
+
export declare const Layout: ForwardRefExoticComponent<LayoutProps & RefAttributes<HTMLInputElement>>;
|
|
127
129
|
|
|
128
130
|
declare interface LayoutProps {
|
|
129
131
|
children: React.ReactNode;
|
|
@@ -394,7 +396,7 @@ export declare const TooltipProvider: React_2.FC<TooltipPrimitive.TooltipProvide
|
|
|
394
396
|
|
|
395
397
|
export declare const TooltipTrigger: React_2.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
|
|
396
398
|
|
|
397
|
-
export declare
|
|
399
|
+
export declare const Topbar: ForwardRefExoticComponent<TopbarProps & RefAttributes<HTMLInputElement>>;
|
|
398
400
|
|
|
399
401
|
declare interface TopbarProps {
|
|
400
402
|
onSignOut?: () => void;
|