design-system-silkhaus 3.5.0 → 3.5.1
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 +8 -0
- package/dist/index.js +1246 -1170
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -989,6 +989,10 @@ export declare type PaymentScheduleProps = {
|
|
|
989
989
|
paymentItems: PaymentScheduleItemProps[];
|
|
990
990
|
};
|
|
991
991
|
|
|
992
|
+
export declare const PdfIcon: FC<{
|
|
993
|
+
className?: string;
|
|
994
|
+
}>;
|
|
995
|
+
|
|
992
996
|
export declare const PencilIcon: FC<{
|
|
993
997
|
className?: string;
|
|
994
998
|
}>;
|
|
@@ -1588,6 +1592,10 @@ export declare const useDocumentSize: () => {
|
|
|
1588
1592
|
screenSize: "mobile" | "tablet" | "desktop";
|
|
1589
1593
|
};
|
|
1590
1594
|
|
|
1595
|
+
export declare const WarningHollowIcon: FC<{
|
|
1596
|
+
className?: string;
|
|
1597
|
+
}>;
|
|
1598
|
+
|
|
1591
1599
|
export declare const WarningIcon: FC<{
|
|
1592
1600
|
className?: string;
|
|
1593
1601
|
}>;
|