design-system-silkhaus 2.2.0-beta.travel-list.9 → 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.cjs +38 -38
- package/dist/index.d.ts +2 -0
- package/dist/index.js +7033 -7057
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -428,6 +428,7 @@ export declare interface MobileMultiSelectFilterDropDownProps extends HTMLAttrib
|
|
|
428
428
|
icon?: React.ReactNode;
|
|
429
429
|
error?: string;
|
|
430
430
|
noDataError?: string;
|
|
431
|
+
disabled?: boolean;
|
|
431
432
|
}
|
|
432
433
|
|
|
433
434
|
export declare const MobileSelectCardDropDown: ForwardRefExoticComponent<MobileSelectCardDropDownProps & RefAttributes<HTMLDivElement>>;
|
|
@@ -452,6 +453,7 @@ export declare interface MobileSelectCardDropDownProps extends HTMLAttributes<HT
|
|
|
452
453
|
icon?: React.ReactNode;
|
|
453
454
|
error?: string;
|
|
454
455
|
noDataError?: string;
|
|
456
|
+
disabled?: boolean;
|
|
455
457
|
}
|
|
456
458
|
|
|
457
459
|
export declare const MobileTootip: FC<PropsWithChildren<TooltipProps>>;
|