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.
@@ -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 { GeneralDocument } from 'randmar-api-client';
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?: GeneralDocument;
543
+ document?: GeneralDocumentOld;
544
544
  loading?: boolean;
545
545
  }
546
546
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "randmarcomps",
3
3
  "private": false,
4
- "version": "1.484.0",
4
+ "version": "1.485.0",
5
5
  "description": "The UI library enabling speed and consistency in Randmar frontends.",
6
6
  "type": "module",
7
7
  "files": [