@nexxtmove/ui 0.1.54 → 0.1.55
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
|
@@ -933,6 +933,8 @@ declare interface NexxtCustomerJourneyTileProps {
|
|
|
933
933
|
delay?: number;
|
|
934
934
|
percentage?: number;
|
|
935
935
|
percentageExplanaition?: string;
|
|
936
|
+
variant?: 'information' | 'display';
|
|
937
|
+
selected?: boolean;
|
|
936
938
|
}
|
|
937
939
|
|
|
938
940
|
export declare const NexxtDatePicker: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|