design-system-silkhaus 4.2.2 → 4.3.1-beta.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 +44 -0
- package/dist/index.js +4712 -4417
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -68,6 +68,10 @@ export declare interface ActionFooterProps {
|
|
|
68
68
|
thirdColumn?: default_2.ReactNode;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
+
export declare const ActivityIcon: FC<{
|
|
72
|
+
className?: string;
|
|
73
|
+
}>;
|
|
74
|
+
|
|
71
75
|
export declare const AirConditionIcon: FC<{
|
|
72
76
|
className?: string;
|
|
73
77
|
}>;
|
|
@@ -176,6 +180,14 @@ export declare const BedRegularIcon: FC<{
|
|
|
176
180
|
className?: string;
|
|
177
181
|
}>;
|
|
178
182
|
|
|
183
|
+
export declare const BedSideIcon: FC<{
|
|
184
|
+
className?: string;
|
|
185
|
+
}>;
|
|
186
|
+
|
|
187
|
+
export declare const BeenHereIcon: FC<{
|
|
188
|
+
className?: string;
|
|
189
|
+
}>;
|
|
190
|
+
|
|
179
191
|
export declare const BellIcon: FC<{
|
|
180
192
|
className?: string;
|
|
181
193
|
}>;
|
|
@@ -299,6 +311,18 @@ export declare const CalendarPlusIcon: FC<{
|
|
|
299
311
|
className?: string;
|
|
300
312
|
}>;
|
|
301
313
|
|
|
314
|
+
export declare const CalendarRegularIcon: FC<{
|
|
315
|
+
className?: string;
|
|
316
|
+
}>;
|
|
317
|
+
|
|
318
|
+
export declare const CalendarWithArrowIcon: FC<{
|
|
319
|
+
className?: string;
|
|
320
|
+
}>;
|
|
321
|
+
|
|
322
|
+
export declare const CalendarWithDotIcon: FC<{
|
|
323
|
+
className?: string;
|
|
324
|
+
}>;
|
|
325
|
+
|
|
302
326
|
export declare const CallBellIcon: FC<{
|
|
303
327
|
className?: string;
|
|
304
328
|
}>;
|
|
@@ -377,6 +401,10 @@ export declare const ChildCareIcon: FC<{
|
|
|
377
401
|
className?: string;
|
|
378
402
|
}>;
|
|
379
403
|
|
|
404
|
+
export declare const CityIcon: FC<{
|
|
405
|
+
className?: string;
|
|
406
|
+
}>;
|
|
407
|
+
|
|
380
408
|
export declare const ClipboardIcon: FC<{
|
|
381
409
|
className?: string;
|
|
382
410
|
}>;
|
|
@@ -726,6 +754,10 @@ declare const gridVariants: (props?: ({
|
|
|
726
754
|
placeItems?: "end" | "start" | "center" | "stretch" | "baseline" | null | undefined;
|
|
727
755
|
} & ClassProp) | undefined) => string;
|
|
728
756
|
|
|
757
|
+
export declare const GuestIcon: FC<{
|
|
758
|
+
className?: string;
|
|
759
|
+
}>;
|
|
760
|
+
|
|
729
761
|
export declare const GuestsIcon: FC<{
|
|
730
762
|
className?: string;
|
|
731
763
|
}>;
|
|
@@ -839,6 +871,10 @@ export declare interface InputProps extends default_2.InputHTMLAttributes<HTMLIn
|
|
|
839
871
|
tooltipProps?: Omit<TooltipProps, 'trigger'>;
|
|
840
872
|
}
|
|
841
873
|
|
|
874
|
+
export declare const InspectIcon: FC<{
|
|
875
|
+
className?: string;
|
|
876
|
+
}>;
|
|
877
|
+
|
|
842
878
|
export declare const INSTALLMENT = "installment";
|
|
843
879
|
|
|
844
880
|
declare interface KeyMapping<SourceKey extends keyof PaymentRadioInputProps, DestinationKey extends string> {
|
|
@@ -972,6 +1008,10 @@ export declare const MailIcon: FC<{
|
|
|
972
1008
|
className?: string;
|
|
973
1009
|
}>;
|
|
974
1010
|
|
|
1011
|
+
export declare const MailRegularIcon: FC<{
|
|
1012
|
+
className?: string;
|
|
1013
|
+
}>;
|
|
1014
|
+
|
|
975
1015
|
export declare const MaintenanceIcon: FC<{
|
|
976
1016
|
className?: string;
|
|
977
1017
|
}>;
|
|
@@ -1268,6 +1308,10 @@ export declare const PencilIcon: FC<{
|
|
|
1268
1308
|
className?: string;
|
|
1269
1309
|
}>;
|
|
1270
1310
|
|
|
1311
|
+
export declare const PhoneIcon: FC<{
|
|
1312
|
+
className?: string;
|
|
1313
|
+
}>;
|
|
1314
|
+
|
|
1271
1315
|
export declare const PhotoRectangleIcon: FC<{
|
|
1272
1316
|
className?: string;
|
|
1273
1317
|
}>;
|