design-system-silkhaus 1.1.0-beta.slider-input.4 → 1.1.0-beta.slider-input.5

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
@@ -216,6 +216,10 @@ export declare interface DialogProps extends HTMLAttributes<HTMLDivElement> {
216
216
  open: boolean;
217
217
  }
218
218
 
219
+ export declare const FilterIcon: FC<{
220
+ className?: string;
221
+ }>;
222
+
219
223
  export declare const Grid: React_2.ForwardRefExoticComponent<GridProps & React_2.RefAttributes<HTMLDivElement>>;
220
224
 
221
225
  export declare interface GridProps extends React_2.HTMLAttributes<HTMLDivElement>, Omit<GridVariantProps, 'optional'> {
@@ -370,6 +374,10 @@ export declare interface MobileSelectCardDropDownProps extends HTMLAttributes<HT
370
374
 
371
375
  export declare const MobileTootip: FC<PropsWithChildren<TooltipProps>>;
372
376
 
377
+ export declare const MoonIcon: FC<{
378
+ className?: string;
379
+ }>;
380
+
373
381
  declare interface Option_2 {
374
382
  label: string;
375
383
  id?: number | 'All';
@@ -414,6 +422,10 @@ export declare interface RangeSliderProps {
414
422
  tooltip?: boolean;
415
423
  }
416
424
 
425
+ export declare const RoundedPriceIcon: FC<{
426
+ className?: string;
427
+ }>;
428
+
417
429
  export declare const RoundedProgressBar: default_2.ForwardRefExoticComponent<RoundedProgressBarProps & default_2.RefAttributes<HTMLDivElement>>;
418
430
 
419
431
  export declare interface RoundedProgressBarProps {
@@ -442,6 +454,10 @@ export declare type SlickImageCarouselProps = {
442
454
  onClick?: () => void;
443
455
  };
444
456
 
457
+ export declare const SotringIcon: FC<{
458
+ className?: string;
459
+ }>;
460
+
445
461
  export declare const StarLineIcon: FC<{
446
462
  className?: string;
447
463
  }>;