design-system-silkhaus 4.3.0 → 4.3.1-beta.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 +20 -0
  2. package/dist/index.js +4003 -3834
  3. 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
  }>;
@@ -180,6 +184,10 @@ export declare const BedSideIcon: FC<{
180
184
  className?: string;
181
185
  }>;
182
186
 
187
+ export declare const BeenHereIcon: FC<{
188
+ className?: string;
189
+ }>;
190
+
183
191
  export declare const BellIcon: FC<{
184
192
  className?: string;
185
193
  }>;
@@ -307,6 +315,14 @@ export declare const CalendarRegularIcon: FC<{
307
315
  className?: string;
308
316
  }>;
309
317
 
318
+ export declare const CalendarWithArrowIcon: FC<{
319
+ className?: string;
320
+ }>;
321
+
322
+ export declare const CalendarWithDotIcon: FC<{
323
+ className?: string;
324
+ }>;
325
+
310
326
  export declare const CallBellIcon: FC<{
311
327
  className?: string;
312
328
  }>;
@@ -855,6 +871,10 @@ export declare interface InputProps extends default_2.InputHTMLAttributes<HTMLIn
855
871
  tooltipProps?: Omit<TooltipProps, 'trigger'>;
856
872
  }
857
873
 
874
+ export declare const InspectIcon: FC<{
875
+ className?: string;
876
+ }>;
877
+
858
878
  export declare const INSTALLMENT = "installment";
859
879
 
860
880
  declare interface KeyMapping<SourceKey extends keyof PaymentRadioInputProps, DestinationKey extends string> {