randmarcomps 1.484.0 → 1.485.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/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ import { DialogProps } from '@radix-ui/react-dialog';
|
|
|
12
12
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
13
13
|
import { FC } from 'react';
|
|
14
14
|
import { ForwardRefExoticComponent } from 'react';
|
|
15
|
-
import {
|
|
15
|
+
import { GeneralDocumentOld } from 'randmar-api-client';
|
|
16
16
|
import { GoogleChartOptions } from 'react-google-charts';
|
|
17
17
|
import { Inventory } from 'randmar-api-client';
|
|
18
18
|
import { JSX } from 'react/jsx-runtime';
|
|
@@ -540,7 +540,7 @@ export declare const GeminiApiKeyProvider: ({ apiKey, children, }: {
|
|
|
540
540
|
export declare function GeneralDocumentCard({ document, loading }: GeneralDocumentCardProps): JSX.Element;
|
|
541
541
|
|
|
542
542
|
export declare interface GeneralDocumentCardProps {
|
|
543
|
-
document?:
|
|
543
|
+
document?: GeneralDocumentOld;
|
|
544
544
|
loading?: boolean;
|
|
545
545
|
}
|
|
546
546
|
|