design-system-silkhaus 4.2.1 → 4.3.0
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 +24 -0
- package/dist/index.js +1335 -1208
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -176,6 +176,10 @@ export declare const BedRegularIcon: FC<{
|
|
|
176
176
|
className?: string;
|
|
177
177
|
}>;
|
|
178
178
|
|
|
179
|
+
export declare const BedSideIcon: FC<{
|
|
180
|
+
className?: string;
|
|
181
|
+
}>;
|
|
182
|
+
|
|
179
183
|
export declare const BellIcon: FC<{
|
|
180
184
|
className?: string;
|
|
181
185
|
}>;
|
|
@@ -299,6 +303,10 @@ export declare const CalendarPlusIcon: FC<{
|
|
|
299
303
|
className?: string;
|
|
300
304
|
}>;
|
|
301
305
|
|
|
306
|
+
export declare const CalendarRegularIcon: FC<{
|
|
307
|
+
className?: string;
|
|
308
|
+
}>;
|
|
309
|
+
|
|
302
310
|
export declare const CallBellIcon: FC<{
|
|
303
311
|
className?: string;
|
|
304
312
|
}>;
|
|
@@ -377,6 +385,10 @@ export declare const ChildCareIcon: FC<{
|
|
|
377
385
|
className?: string;
|
|
378
386
|
}>;
|
|
379
387
|
|
|
388
|
+
export declare const CityIcon: FC<{
|
|
389
|
+
className?: string;
|
|
390
|
+
}>;
|
|
391
|
+
|
|
380
392
|
export declare const ClipboardIcon: FC<{
|
|
381
393
|
className?: string;
|
|
382
394
|
}>;
|
|
@@ -726,6 +738,10 @@ declare const gridVariants: (props?: ({
|
|
|
726
738
|
placeItems?: "end" | "start" | "center" | "stretch" | "baseline" | null | undefined;
|
|
727
739
|
} & ClassProp) | undefined) => string;
|
|
728
740
|
|
|
741
|
+
export declare const GuestIcon: FC<{
|
|
742
|
+
className?: string;
|
|
743
|
+
}>;
|
|
744
|
+
|
|
729
745
|
export declare const GuestsIcon: FC<{
|
|
730
746
|
className?: string;
|
|
731
747
|
}>;
|
|
@@ -972,6 +988,10 @@ export declare const MailIcon: FC<{
|
|
|
972
988
|
className?: string;
|
|
973
989
|
}>;
|
|
974
990
|
|
|
991
|
+
export declare const MailRegularIcon: FC<{
|
|
992
|
+
className?: string;
|
|
993
|
+
}>;
|
|
994
|
+
|
|
975
995
|
export declare const MaintenanceIcon: FC<{
|
|
976
996
|
className?: string;
|
|
977
997
|
}>;
|
|
@@ -1268,6 +1288,10 @@ export declare const PencilIcon: FC<{
|
|
|
1268
1288
|
className?: string;
|
|
1269
1289
|
}>;
|
|
1270
1290
|
|
|
1291
|
+
export declare const PhoneIcon: FC<{
|
|
1292
|
+
className?: string;
|
|
1293
|
+
}>;
|
|
1294
|
+
|
|
1271
1295
|
export declare const PhotoRectangleIcon: FC<{
|
|
1272
1296
|
className?: string;
|
|
1273
1297
|
}>;
|