design-system-silkhaus 3.9.0 → 3.9.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 +16 -0
- package/dist/index.js +1434 -1320
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -476,6 +476,14 @@ export declare const DoorOpenIcon: FC<{
|
|
|
476
476
|
className?: string;
|
|
477
477
|
}>;
|
|
478
478
|
|
|
479
|
+
export declare const DownloadFileIcon: FC<{
|
|
480
|
+
className?: string;
|
|
481
|
+
}>;
|
|
482
|
+
|
|
483
|
+
export declare const DownloadIcon: FC<{
|
|
484
|
+
className?: string;
|
|
485
|
+
}>;
|
|
486
|
+
|
|
479
487
|
export declare const DUE_TODAY = "due_today";
|
|
480
488
|
|
|
481
489
|
export declare const FileIcon: FC<{
|
|
@@ -585,6 +593,10 @@ declare const gridVariants: (props?: ({
|
|
|
585
593
|
placeItems?: "end" | "start" | "center" | "stretch" | "baseline" | null | undefined;
|
|
586
594
|
} & ClassProp) | undefined) => string;
|
|
587
595
|
|
|
596
|
+
export declare const GuestsIcon: FC<{
|
|
597
|
+
className?: string;
|
|
598
|
+
}>;
|
|
599
|
+
|
|
588
600
|
export declare const HandCursorTapIcon: FC<{
|
|
589
601
|
className?: string;
|
|
590
602
|
}>;
|
|
@@ -2027,6 +2039,10 @@ export declare const WarningIcon: FC<{
|
|
|
2027
2039
|
className?: string;
|
|
2028
2040
|
}>;
|
|
2029
2041
|
|
|
2042
|
+
export declare const WhatsappIcon: FC<{
|
|
2043
|
+
className?: string;
|
|
2044
|
+
}>;
|
|
2045
|
+
|
|
2030
2046
|
export declare const WifiIcon: FC<{
|
|
2031
2047
|
className?: string;
|
|
2032
2048
|
}>;
|