vrfi-design-system 1.0.71 → 1.0.72
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 +3 -1
- package/dist/main.es.js +6429 -6398
- package/dist/main.umd.js +103 -103
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -142,6 +142,8 @@ export declare interface AvatarCardProps {
|
|
|
142
142
|
name: string;
|
|
143
143
|
backgroundUrl?: string;
|
|
144
144
|
email: string;
|
|
145
|
+
textMaxWidth?: number;
|
|
146
|
+
className?: string;
|
|
145
147
|
}
|
|
146
148
|
|
|
147
149
|
export declare interface AvatarProps {
|
|
@@ -504,7 +506,7 @@ export declare enum ModalTypeEnum {
|
|
|
504
506
|
WARNING = "warning"
|
|
505
507
|
}
|
|
506
508
|
|
|
507
|
-
export declare const NoData: ({ headingText, subHeading, noDataIcon, buttonOnClick, buttonText }: NoDataProps) => default_2.JSX.Element;
|
|
509
|
+
export declare const NoData: ({ headingText, subHeading, noDataIcon, buttonOnClick, buttonText, }: NoDataProps) => default_2.JSX.Element;
|
|
508
510
|
|
|
509
511
|
export declare interface NoDataProps {
|
|
510
512
|
subHeading?: string;
|