design-system-silkhaus 4.2.2 → 4.3.1-beta.bundle-icons.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 +36 -0
- package/dist/index.js +5994 -5733
- 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,10 @@ export declare const CalendarPlusIcon: FC<{
|
|
|
299
311
|
className?: string;
|
|
300
312
|
}>;
|
|
301
313
|
|
|
314
|
+
export declare const CalendarRegularIcon: FC<{
|
|
315
|
+
className?: string;
|
|
316
|
+
}>;
|
|
317
|
+
|
|
302
318
|
export declare const CallBellIcon: FC<{
|
|
303
319
|
className?: string;
|
|
304
320
|
}>;
|
|
@@ -377,6 +393,10 @@ export declare const ChildCareIcon: FC<{
|
|
|
377
393
|
className?: string;
|
|
378
394
|
}>;
|
|
379
395
|
|
|
396
|
+
export declare const CityIcon: FC<{
|
|
397
|
+
className?: string;
|
|
398
|
+
}>;
|
|
399
|
+
|
|
380
400
|
export declare const ClipboardIcon: FC<{
|
|
381
401
|
className?: string;
|
|
382
402
|
}>;
|
|
@@ -726,6 +746,10 @@ declare const gridVariants: (props?: ({
|
|
|
726
746
|
placeItems?: "end" | "start" | "center" | "stretch" | "baseline" | null | undefined;
|
|
727
747
|
} & ClassProp) | undefined) => string;
|
|
728
748
|
|
|
749
|
+
export declare const GuestIcon: FC<{
|
|
750
|
+
className?: string;
|
|
751
|
+
}>;
|
|
752
|
+
|
|
729
753
|
export declare const GuestsIcon: FC<{
|
|
730
754
|
className?: string;
|
|
731
755
|
}>;
|
|
@@ -839,6 +863,10 @@ export declare interface InputProps extends default_2.InputHTMLAttributes<HTMLIn
|
|
|
839
863
|
tooltipProps?: Omit<TooltipProps, 'trigger'>;
|
|
840
864
|
}
|
|
841
865
|
|
|
866
|
+
export declare const InspectIcon: FC<{
|
|
867
|
+
className?: string;
|
|
868
|
+
}>;
|
|
869
|
+
|
|
842
870
|
export declare const INSTALLMENT = "installment";
|
|
843
871
|
|
|
844
872
|
declare interface KeyMapping<SourceKey extends keyof PaymentRadioInputProps, DestinationKey extends string> {
|
|
@@ -972,6 +1000,10 @@ export declare const MailIcon: FC<{
|
|
|
972
1000
|
className?: string;
|
|
973
1001
|
}>;
|
|
974
1002
|
|
|
1003
|
+
export declare const MailRegularIcon: FC<{
|
|
1004
|
+
className?: string;
|
|
1005
|
+
}>;
|
|
1006
|
+
|
|
975
1007
|
export declare const MaintenanceIcon: FC<{
|
|
976
1008
|
className?: string;
|
|
977
1009
|
}>;
|
|
@@ -1268,6 +1300,10 @@ export declare const PencilIcon: FC<{
|
|
|
1268
1300
|
className?: string;
|
|
1269
1301
|
}>;
|
|
1270
1302
|
|
|
1303
|
+
export declare const PhoneIcon: FC<{
|
|
1304
|
+
className?: string;
|
|
1305
|
+
}>;
|
|
1306
|
+
|
|
1271
1307
|
export declare const PhotoRectangleIcon: FC<{
|
|
1272
1308
|
className?: string;
|
|
1273
1309
|
}>;
|