@nexxtmove/ui 0.1.26 → 0.1.27

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
@@ -228,6 +228,15 @@ declare interface NexxtChipProps {
228
228
  variant?: 'default' | 'warning' | 'success' | 'danger';
229
229
  }
230
230
 
231
+ export declare const NexxtCustomerJourneyTile: DefineComponent<NexxtCustomerJourneyTileProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtCustomerJourneyTileProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
232
+
233
+ declare interface NexxtCustomerJourneyTileProps {
234
+ title?: string;
235
+ amount?: number;
236
+ percentage?: number;
237
+ percentageExplanaition?: string;
238
+ }
239
+
231
240
  export declare const NexxtDatePicker: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
232
241
 
233
242
  declare interface NexxtDatePickerProps extends NexxtCalendarProps {