vrfi-design-system 1.1.45 → 1.1.46
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/index.d.ts +1 -9
- package/dist/main.es.js +11820 -11837
- package/dist/main.umd.js +112 -112
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -337,6 +337,7 @@ declare interface CheckBoxWithFormWrapperProps {
|
|
|
337
337
|
singleSelectionMode?: boolean;
|
|
338
338
|
customOptionDisplay?: boolean;
|
|
339
339
|
defaultValue?: boolean;
|
|
340
|
+
value?: string | number | boolean | (string | number)[] | null;
|
|
340
341
|
}
|
|
341
342
|
|
|
342
343
|
export { Col }
|
|
@@ -734,15 +735,6 @@ export declare interface NoRecordsProps {
|
|
|
734
735
|
declare const Notification_2: ({ message, description, type, }: INotification) => unknown;
|
|
735
736
|
export { Notification_2 as Notification }
|
|
736
737
|
|
|
737
|
-
export declare const NotificationCard: (props: NotificationCardProps) => default_2.JSX.Element;
|
|
738
|
-
|
|
739
|
-
export declare interface NotificationCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
740
|
-
title: string;
|
|
741
|
-
description: string;
|
|
742
|
-
createdAt: string;
|
|
743
|
-
avatarNames: string[];
|
|
744
|
-
}
|
|
745
|
-
|
|
746
738
|
export { NotificationTypes }
|
|
747
739
|
|
|
748
740
|
export declare const Offline: ({ children, }: PropsWithChildren<OfflineProps>) => default_2.JSX.Element;
|