design-system-silkhaus 0.0.87-beta.listing-card.3 → 0.0.87-beta.listing-card.4

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 CHANGED
@@ -86,23 +86,6 @@ declare interface AsteriskProps {
86
86
  className?: string;
87
87
  }
88
88
 
89
- export declare const Badge: React_2.ForwardRefExoticComponent<BadgeProps & React_2.RefAttributes<HTMLDivElement>>;
90
-
91
- export declare type BadgeProps = {
92
- icon?: React_2.ReactNode;
93
- label: string;
94
- variant: 'dark' | 'light' | 'amenity';
95
- className?: string;
96
- };
97
-
98
- export declare const BedLineIcon: FC<{
99
- className?: string;
100
- }>;
101
-
102
- export declare const BedRegularIcon: FC<{
103
- className?: string;
104
- }>;
105
-
106
89
  export declare const BookingQuoteCard: React_2.ForwardRefExoticComponent<BookingQuoteCardProps & React_2.RefAttributes<HTMLDivElement>>;
107
90
 
108
91
  export declare interface BookingQuoteCardProps extends React_2.HTMLAttributes<HTMLDivElement> {
@@ -151,14 +134,6 @@ declare const cardVariants: (props?: ({
151
134
  cardType?: "default" | "shadowCard" | null | undefined;
152
135
  } & ClassProp) | undefined) => string;
153
136
 
154
- export declare const ChevronLeftRegularIcon: FC<{
155
- className?: string;
156
- }>;
157
-
158
- export declare const ChevronRightRegularIcon: FC<{
159
- className?: string;
160
- }>;
161
-
162
137
  export declare const CloseIcon: FC<{
163
138
  className?: string;
164
139
  }>;
@@ -227,10 +202,6 @@ declare const gridVariants: (props?: ({
227
202
  placeItems?: "start" | "end" | "center" | "stretch" | "baseline" | null | undefined;
228
203
  } & ClassProp) | undefined) => string;
229
204
 
230
- export declare const HouseRegularIcon: FC<{
231
- className?: string;
232
- }>;
233
-
234
205
  export declare const IconButton: React_2.ForwardRefExoticComponent<IconButtonProps & React_2.RefAttributes<HTMLButtonElement>>;
235
206
 
236
207
  export declare interface IconButtonProps extends React_2.ButtonHTMLAttributes<HTMLButtonElement> {
@@ -258,23 +229,6 @@ export declare interface InputProps extends React_2.InputHTMLAttributes<HTMLInpu
258
229
  captionClass?: string | undefined;
259
230
  }
260
231
 
261
- export declare const ListingCard: React_2.ForwardRefExoticComponent<ListingCardProps & React_2.RefAttributes<HTMLDivElement>>;
262
-
263
- export declare type ListingCardProps = {
264
- images: string[];
265
- title: string | React_2.ReactNode;
266
- subtitle: string | React_2.ReactNode;
267
- guests: number;
268
- type: string;
269
- sqft: string;
270
- tags: TagProps[];
271
- amenityTags?: TagProps[];
272
- price: string;
273
- isMonthlyPrice: boolean;
274
- totalPrice: string;
275
- onClick: () => void;
276
- };
277
-
278
232
  export declare const LongTermBanner: React_2.ForwardRefExoticComponent<LongTermBannerProps & React_2.RefAttributes<HTMLDivElement>>;
279
233
 
280
234
  export declare interface LongTermBannerProps {
@@ -358,28 +312,6 @@ export declare interface RoundedProgressBarProps {
358
312
  textClass?: string;
359
313
  }
360
314
 
361
- export declare const RulerRegularIcon: FC<{
362
- className?: string;
363
- }>;
364
-
365
- export declare const SlickImageCarousel: React_2.ForwardRefExoticComponent<SlickImageCarouselProps & React_2.RefAttributes<HTMLDivElement>>;
366
-
367
- export declare type SlickImageCarouselProps = {
368
- images: string[];
369
- dots?: boolean;
370
- infinite?: boolean;
371
- className?: string;
372
- onClick?: () => void;
373
- };
374
-
375
- export declare const StarLineIcon: FC<{
376
- className?: string;
377
- }>;
378
-
379
- export declare const StarRegularIcon: FC<{
380
- className?: string;
381
- }>;
382
-
383
315
  export declare interface Step {
384
316
  number: number;
385
317
  title: string;
@@ -405,11 +337,6 @@ export declare interface SwitchProps {
405
337
  htmlId?: string;
406
338
  }
407
339
 
408
- declare type TagProps = {
409
- icon: React_2.ReactNode;
410
- label: string;
411
- };
412
-
413
340
  export declare const Timer: React_2.ForwardRefExoticComponent<TimerProps & React_2.RefAttributes<HTMLDivElement>>;
414
341
 
415
342
  export declare interface TimerProps {