randmarcomps 1.72.0 → 1.74.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 -1
- package/dist/randmarcomps.js +1210 -1197
- package/dist/randmarcomps.umd.cjs +16 -16
- 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';
|
|
@@ -217,6 +219,7 @@ export declare interface ProductImageProps {
|
|
|
217
219
|
export declare interface ProductOpportunity {
|
|
218
220
|
Active?: boolean;
|
|
219
221
|
BidNumber?: string;
|
|
222
|
+
StartDate?: string;
|
|
220
223
|
EndDate?: string;
|
|
221
224
|
Opportunity?: string;
|
|
222
225
|
ManufacturerId?: string;
|
|
@@ -393,7 +396,7 @@ export declare const TooltipProvider: React_2.FC<TooltipPrimitive.TooltipProvide
|
|
|
393
396
|
|
|
394
397
|
export declare const TooltipTrigger: React_2.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
|
|
395
398
|
|
|
396
|
-
export declare
|
|
399
|
+
export declare const Topbar: ForwardRefExoticComponent<TopbarProps & RefAttributes<HTMLInputElement>>;
|
|
397
400
|
|
|
398
401
|
declare interface TopbarProps {
|
|
399
402
|
onSignOut?: () => void;
|