design-system-silkhaus 2.9.2 → 2.11.0-beta.export-tw-config

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
@@ -55,6 +55,10 @@ export declare interface ActionFooterProps {
55
55
  thirdColumn?: default_2.ReactNode;
56
56
  }
57
57
 
58
+ export declare const AirConditionIcon: FC<{
59
+ className?: string;
60
+ }>;
61
+
58
62
  export declare const AlertDialog: default_2.ForwardRefExoticComponent<AlertDialogProps & default_2.RefAttributes<HTMLDivElement>>;
59
63
 
60
64
  export declare interface AlertDialogProps {
@@ -125,6 +129,10 @@ export declare const BedRegularIcon: FC<{
125
129
  className?: string;
126
130
  }>;
127
131
 
132
+ export declare const BoltIcon: FC<{
133
+ className?: string;
134
+ }>;
135
+
128
136
  export declare const BookingQuoteCard: default_2.ForwardRefExoticComponent<BookingQuoteCardProps & default_2.RefAttributes<HTMLDivElement>>;
129
137
 
130
138
  export declare interface BookingQuoteCardProps extends default_2.HTMLAttributes<HTMLDivElement> {
@@ -376,12 +384,28 @@ export declare interface FileInputProps {
376
384
  }[];
377
385
  className?: string;
378
386
  error?: boolean;
387
+ /**
388
+ * Controls whether we need to show tooltip or not
389
+ */
390
+ showTooltip?: boolean;
391
+ /**
392
+ * Provide option to overide default tooltip icon
393
+ */
394
+ tooltipIcon?: default_2.ReactNode;
395
+ /**
396
+ * Optional tooltip props without trigger
397
+ */
398
+ tooltipProps?: Omit<TooltipProps, 'trigger'>;
379
399
  }
380
400
 
381
401
  export declare const FilterIcon: FC<{
382
402
  className?: string;
383
403
  }>;
384
404
 
405
+ export declare const FlameIcon: FC<{
406
+ className?: string;
407
+ }>;
408
+
385
409
  export declare const formatCurrency: (val: number, currency?: string) => string;
386
410
 
387
411
  export declare const Grid: React_2.ForwardRefExoticComponent<GridProps & React_2.RefAttributes<HTMLDivElement>>;
@@ -1132,4 +1156,12 @@ export declare const useDocumentSize: () => {
1132
1156
  screenSize: "mobile" | "tablet" | "desktop";
1133
1157
  };
1134
1158
 
1159
+ export declare const WarningIcon: FC<{
1160
+ className?: string;
1161
+ }>;
1162
+
1163
+ export declare const WifiIcon: FC<{
1164
+ className?: string;
1165
+ }>;
1166
+
1135
1167
  export { }