design-system-silkhaus 3.10.0-beta-image-viewer.5 → 3.11.0-beta-image-viewer.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.
Files changed (3) hide show
  1. package/dist/index.d.ts +96 -0
  2. package/dist/index.js +7648 -6711
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -135,10 +135,18 @@ export declare type BadgeProps = {
135
135
  className?: string;
136
136
  };
137
137
 
138
+ export declare const BalconyIcon: FC<{
139
+ className?: string;
140
+ }>;
141
+
138
142
  export declare const BankRegularIcon: FC<{
139
143
  className?: string;
140
144
  }>;
141
145
 
146
+ export declare const BarbellIcon: FC<{
147
+ className?: string;
148
+ }>;
149
+
142
150
  export declare const BarsIcon: FC<{
143
151
  className?: string;
144
152
  }>;
@@ -147,6 +155,10 @@ export declare const BarsOutlineIcon: FC<{
147
155
  className?: string;
148
156
  }>;
149
157
 
158
+ export declare const BeachUmbrellaIcon: FC<{
159
+ className?: string;
160
+ }>;
161
+
150
162
  export declare const BedLineIcon: FC<{
151
163
  className?: string;
152
164
  }>;
@@ -202,6 +214,10 @@ export declare const BurgerIcon: FC<{
202
214
  className?: string;
203
215
  }>;
204
216
 
217
+ export declare const BurjKhalifaIcon: FC<{
218
+ className?: string;
219
+ }>;
220
+
205
221
  export declare const Button: default_2.ForwardRefExoticComponent<ButtonProps & default_2.RefAttributes<HTMLButtonElement>>;
206
222
 
207
223
  export declare interface ButtonProps extends default_2.ButtonHTMLAttributes<HTMLButtonElement> {
@@ -296,6 +312,10 @@ export declare const ChairIcon: FC<{
296
312
  className?: string;
297
313
  }>;
298
314
 
315
+ export declare const ChairWithLampIcon: FC<{
316
+ className?: string;
317
+ }>;
318
+
299
319
  export declare const Checkbox: default_2.ForwardRefExoticComponent<CheckboxProps & default_2.RefAttributes<HTMLInputElement>>;
300
320
 
301
321
  export declare interface CheckboxProps extends HTMLAttributes<HTMLInputElement> {
@@ -307,6 +327,10 @@ export declare interface CheckboxProps extends HTMLAttributes<HTMLInputElement>
307
327
  labelPosition?: 'left' | 'right';
308
328
  }
309
329
 
330
+ export declare const CheckInIcon: FC<{
331
+ className?: string;
332
+ }>;
333
+
310
334
  export declare const CheckmarkCircleIcon: FC<{
311
335
  className?: string;
312
336
  }>;
@@ -341,6 +365,10 @@ export declare const CloseIcon: FC<{
341
365
 
342
366
  export declare function cn(...inputs: ClassValue[]): string;
343
367
 
368
+ export declare const ComputerIcon: FC<{
369
+ className?: string;
370
+ }>;
371
+
344
372
  /**
345
373
  * A wrapper component that follows design system's margins on pages for different screen sizes
346
374
  */
@@ -468,6 +496,10 @@ export declare type DialogV2Props = {
468
496
  dir?: 'ltr' | 'rtl' | 'auto';
469
497
  };
470
498
 
499
+ export declare const DiamondShineIcon: FC<{
500
+ className?: string;
501
+ }>;
502
+
471
503
  export declare const DocumentsIcon: FC<{
472
504
  className?: string;
473
505
  }>;
@@ -490,6 +522,22 @@ export declare const DownloadIcon: FC<{
490
522
 
491
523
  export declare const DUE_TODAY = "due_today";
492
524
 
525
+ export declare const DumbbellIcon: FC<{
526
+ className?: string;
527
+ }>;
528
+
529
+ export declare const FamilyIcon: FC<{
530
+ className?: string;
531
+ }>;
532
+
533
+ export declare const FeaturedTowerIcon: FC<{
534
+ className?: string;
535
+ }>;
536
+
537
+ export declare const FemaleIcon: FC<{
538
+ className?: string;
539
+ }>;
540
+
493
541
  export declare const FileIcon: FC<{
494
542
  className?: string;
495
543
  }>;
@@ -560,6 +608,10 @@ export declare const FlameIcon: FC<{
560
608
  className?: string;
561
609
  }>;
562
610
 
611
+ export declare const FlowerIcon: FC<{
612
+ className?: string;
613
+ }>;
614
+
563
615
  export declare const formatCurrency: (val: number, currency?: string) => string;
564
616
 
565
617
  export declare const GearIcon: FC<{
@@ -576,6 +628,10 @@ export declare const GlobeIcon: FC<{
576
628
  className?: string;
577
629
  }>;
578
630
 
631
+ export declare const GoTopIcon: FC<{
632
+ className?: string;
633
+ }>;
634
+
579
635
  export declare const Grid: React_2.ForwardRefExoticComponent<GridProps & React_2.RefAttributes<HTMLDivElement>>;
580
636
 
581
637
  export declare interface GridProps extends React_2.HTMLAttributes<HTMLDivElement>, Omit<GridVariantProps, 'optional'> {
@@ -829,6 +885,10 @@ export declare const MagnifyGlassIcon: FC<{
829
885
  className?: string;
830
886
  }>;
831
887
 
888
+ export declare const MetroIcon: FC<{
889
+ className?: string;
890
+ }>;
891
+
832
892
  export declare const MinusIcon: FC<{
833
893
  className?: string;
834
894
  }>;
@@ -935,6 +995,10 @@ declare type Option_3 = {
935
995
  label: string;
936
996
  };
937
997
 
998
+ export declare const PalmIcon: FC<{
999
+ className?: string;
1000
+ }>;
1001
+
938
1002
  export declare const PartnerIcon: FC<{
939
1003
  className?: string;
940
1004
  }>;
@@ -1055,6 +1119,10 @@ export declare const PinIcon: FC<{
1055
1119
  className?: string;
1056
1120
  }>;
1057
1121
 
1122
+ export declare const PlantIcon: FC<{
1123
+ className?: string;
1124
+ }>;
1125
+
1058
1126
  export declare const PlusBoxIcon: FC<{
1059
1127
  className?: string;
1060
1128
  }>;
@@ -1071,6 +1139,10 @@ export declare const PlusIcon: FC<{
1071
1139
  className?: string;
1072
1140
  }>;
1073
1141
 
1142
+ export declare const PoolIcon: FC<{
1143
+ className?: string;
1144
+ }>;
1145
+
1074
1146
  /**
1075
1147
  * A component that displays a floating popover with the `content` on click of the `trigger` element for desktop
1076
1148
  * and for mobile it displays a dialog that slides from the bottom
@@ -1169,6 +1241,10 @@ export declare interface PriceRangeSliderProps {
1169
1241
  uptoLabel?: string;
1170
1242
  }
1171
1243
 
1244
+ export declare const PriceTagIcon: FC<{
1245
+ className?: string;
1246
+ }>;
1247
+
1172
1248
  export declare const ProgressBar: default_2.FC<ProgressBarProps>;
1173
1249
 
1174
1250
  export declare interface ProgressBarProps {
@@ -1259,6 +1335,10 @@ export declare const RulerRegularIcon: FC<{
1259
1335
  className?: string;
1260
1336
  }>;
1261
1337
 
1338
+ export declare const SailShipIcon: FC<{
1339
+ className?: string;
1340
+ }>;
1341
+
1262
1342
  export declare type ScreenSize = 'mobile' | 'tablet' | 'desktop';
1263
1343
 
1264
1344
  export declare const Scrollbar: FC<ScrollbarProps>;
@@ -1369,6 +1449,10 @@ export declare type SlickImageCarouselProps = {
1369
1449
  rtl?: boolean;
1370
1450
  };
1371
1451
 
1452
+ export declare const SofaBedIcon: FC<{
1453
+ className?: string;
1454
+ }>;
1455
+
1372
1456
  export declare const SofaIcon: FC<{
1373
1457
  className?: string;
1374
1458
  }>;
@@ -1424,6 +1508,18 @@ export declare type StepsListProps = {
1424
1508
  className?: string;
1425
1509
  };
1426
1510
 
1511
+ export declare const Store24hIcon: FC<{
1512
+ className?: string;
1513
+ }>;
1514
+
1515
+ export declare const SunPoolIcon: FC<{
1516
+ className?: string;
1517
+ }>;
1518
+
1519
+ export declare const SwimIcon: FC<{
1520
+ className?: string;
1521
+ }>;
1522
+
1427
1523
  export declare const Switch: default_2.ForwardRefExoticComponent<SwitchProps & default_2.RefAttributes<HTMLInputElement>>;
1428
1524
 
1429
1525
  export declare interface SwitchProps {