design-system-silkhaus 2.2.0-beta.travel-list.8 → 2.2.0-beta.travel-list.10

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
@@ -214,6 +214,10 @@ export declare const ChevronRightRegularIcon: FC<{
214
214
  className?: string;
215
215
  }>;
216
216
 
217
+ export declare const ClipboardIcon: FC<{
218
+ className?: string;
219
+ }>;
220
+
217
221
  export declare const ClipboardSolidIcon: FC<{
218
222
  className?: string;
219
223
  }>;
@@ -424,6 +428,7 @@ export declare interface MobileMultiSelectFilterDropDownProps extends HTMLAttrib
424
428
  icon?: React.ReactNode;
425
429
  error?: string;
426
430
  noDataError?: string;
431
+ disabled?: boolean;
427
432
  }
428
433
 
429
434
  export declare const MobileSelectCardDropDown: ForwardRefExoticComponent<MobileSelectCardDropDownProps & RefAttributes<HTMLDivElement>>;
@@ -448,6 +453,7 @@ export declare interface MobileSelectCardDropDownProps extends HTMLAttributes<HT
448
453
  icon?: React.ReactNode;
449
454
  error?: string;
450
455
  noDataError?: string;
456
+ disabled?: boolean;
451
457
  }
452
458
 
453
459
  export declare const MobileTootip: FC<PropsWithChildren<TooltipProps>>;
@@ -456,10 +462,6 @@ export declare const MoonIcon: FC<{
456
462
  className?: string;
457
463
  }>;
458
464
 
459
- export declare const NoDataIcon: FC<{
460
- className?: string;
461
- }>;
462
-
463
465
  declare interface Option_2 {
464
466
  label: string;
465
467
  id?: number | 'All';