randmarcomps 1.99.0 → 1.100.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 -2
- package/dist/randmarcomps.js +6208 -2773
- package/dist/randmarcomps.umd.cjs +112 -56
- package/package.json +3 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -244,7 +244,7 @@ declare interface LayoutProps {
|
|
|
244
244
|
|
|
245
245
|
export declare function ManufacturerCard({ manufacturer, goToManufacturerLink, actionItems, isLoading, }: ManufacturerCardProps): JSX.Element;
|
|
246
246
|
|
|
247
|
-
declare interface ManufacturerCardProps {
|
|
247
|
+
export declare interface ManufacturerCardProps {
|
|
248
248
|
manufacturer: Manufacturer;
|
|
249
249
|
goToManufacturerLink: string;
|
|
250
250
|
actionItems?: ActionItem[];
|
|
@@ -329,7 +329,7 @@ declare interface ProductInventoryGridProps {
|
|
|
329
329
|
|
|
330
330
|
export declare function ResellerCard({ reseller, goToResellerLink, actionItems, isLoading, }: ResellerCardProps): JSX.Element;
|
|
331
331
|
|
|
332
|
-
declare interface ResellerCardProps {
|
|
332
|
+
export declare interface ResellerCardProps {
|
|
333
333
|
reseller: Reseller;
|
|
334
334
|
goToResellerLink: string;
|
|
335
335
|
actionItems?: ActionItem_2[];
|