design-system-silkhaus 2.6.2 → 2.7.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.cjs +36 -36
- package/dist/index.d.ts +8 -0
- package/dist/index.js +5489 -5423
- package/dist/style.css +1 -1
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -338,6 +338,10 @@ export declare type DialogV2Props = {
|
|
|
338
338
|
|
|
339
339
|
export declare const DUE_TODAY = "due_today";
|
|
340
340
|
|
|
341
|
+
export declare const FileIcon: FC<{
|
|
342
|
+
className?: string;
|
|
343
|
+
}>;
|
|
344
|
+
|
|
341
345
|
export declare const FilterIcon: FC<{
|
|
342
346
|
className?: string;
|
|
343
347
|
}>;
|
|
@@ -461,6 +465,10 @@ export declare type ListingCardProps = {
|
|
|
461
465
|
className?: string;
|
|
462
466
|
};
|
|
463
467
|
|
|
468
|
+
export declare const LoadingIcon: FC<{
|
|
469
|
+
className?: string;
|
|
470
|
+
}>;
|
|
471
|
+
|
|
464
472
|
export declare const LocationIcon: FC<{
|
|
465
473
|
className?: string;
|
|
466
474
|
}>;
|