randmarcomps 1.74.0 → 1.76.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 +3 -2
- package/dist/randmarcomps.js +866 -862
- package/dist/randmarcomps.umd.cjs +35 -35
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -125,7 +125,7 @@ export declare interface InputProps extends Omit<React_2.ComponentProps<"input">
|
|
|
125
125
|
|
|
126
126
|
export declare function Label({ className, ...props }: React_2.ComponentProps<typeof LabelPrimitive.Root>): JSX.Element;
|
|
127
127
|
|
|
128
|
-
export declare
|
|
128
|
+
export declare const Layout: ForwardRefExoticComponent<LayoutProps & RefAttributes<HTMLInputElement>>;
|
|
129
129
|
|
|
130
130
|
declare interface LayoutProps {
|
|
131
131
|
children: React.ReactNode;
|
|
@@ -204,6 +204,7 @@ export declare interface ProductCardProps {
|
|
|
204
204
|
export declare interface ProductDistribution {
|
|
205
205
|
Price?: number;
|
|
206
206
|
RegularPrice?: number;
|
|
207
|
+
Cost?: number;
|
|
207
208
|
Inventory?: Array<WarehouseInventory>;
|
|
208
209
|
}
|
|
209
210
|
|
|
@@ -398,7 +399,7 @@ export declare const TooltipTrigger: React_2.ForwardRefExoticComponent<TooltipPr
|
|
|
398
399
|
|
|
399
400
|
export declare const Topbar: ForwardRefExoticComponent<TopbarProps & RefAttributes<HTMLInputElement>>;
|
|
400
401
|
|
|
401
|
-
declare interface TopbarProps {
|
|
402
|
+
export declare interface TopbarProps {
|
|
402
403
|
onSignOut?: () => void;
|
|
403
404
|
rightMenu?: React.ReactNode;
|
|
404
405
|
handleValidSearch: (q: string) => void;
|