design-system-silkhaus 2.2.0-beta.travel-list.8 → 2.2.0-beta.travel-list.9
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 +34 -34
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4886 -4856
- package/package.json +1 -1
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
|
}>;
|
|
@@ -456,10 +460,6 @@ export declare const MoonIcon: FC<{
|
|
|
456
460
|
className?: string;
|
|
457
461
|
}>;
|
|
458
462
|
|
|
459
|
-
export declare const NoDataIcon: FC<{
|
|
460
|
-
className?: string;
|
|
461
|
-
}>;
|
|
462
|
-
|
|
463
463
|
declare interface Option_2 {
|
|
464
464
|
label: string;
|
|
465
465
|
id?: number | 'All';
|