randmarcomps 1.75.0 → 1.77.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 +2 -1
- package/dist/randmarcomps.js +1137 -1122
- package/dist/randmarcomps.umd.cjs +32 -32
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -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;
|