design-system-silkhaus 2.9.0 → 2.9.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.
- package/dist/index.cjs +35 -35
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5094 -5117
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1068,6 +1068,7 @@ export declare interface TravelListProps extends default_2.PropsWithChildren {
|
|
|
1068
1068
|
items?: TravelListItemProps[];
|
|
1069
1069
|
hideShare?: boolean;
|
|
1070
1070
|
hideEdit?: boolean;
|
|
1071
|
+
emptyListMessage?: string;
|
|
1071
1072
|
}
|
|
1072
1073
|
|
|
1073
1074
|
export declare const TriangleDownIcon: FC<{
|