design-system-silkhaus 3.7.3 → 3.7.5-beta.fix-carousel-rtl
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 +3 -3
- package/dist/index.js +331 -323
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1285,7 +1285,7 @@ export declare type SelectOption = {
|
|
|
1285
1285
|
value: string;
|
|
1286
1286
|
};
|
|
1287
1287
|
|
|
1288
|
-
export declare const SelectPopover:
|
|
1288
|
+
export declare const SelectPopover: FC<SelectPopoverProps>;
|
|
1289
1289
|
|
|
1290
1290
|
export declare interface SelectPopoverProps {
|
|
1291
1291
|
showPopup?: boolean;
|
|
@@ -1551,9 +1551,9 @@ export declare const TrashIcon: FC<{
|
|
|
1551
1551
|
className?: string;
|
|
1552
1552
|
}>;
|
|
1553
1553
|
|
|
1554
|
-
export declare const TravelList:
|
|
1554
|
+
export declare const TravelList: FC<TravelListProps>;
|
|
1555
1555
|
|
|
1556
|
-
export declare const TravelListItem:
|
|
1556
|
+
export declare const TravelListItem: FC<TravelListItemProps>;
|
|
1557
1557
|
|
|
1558
1558
|
export declare interface TravelListItemProps {
|
|
1559
1559
|
title?: string;
|