@nexxtmove/ui 0.1.51 → 0.1.53

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
@@ -7,6 +7,7 @@ import { ComponentOptionsMixin } from 'vue';
7
7
  import { ComponentProvideOptions } from 'vue';
8
8
  import { ComponentPublicInstance } from 'vue';
9
9
  import { CreateComponentPublicInstanceWithMixins } from 'vue';
10
+ import { CSSProperties } from 'vue';
10
11
  import { DebuggerEvent } from 'vue';
11
12
  import { DefineComponent } from 'vue';
12
13
  import { GlobalComponents } from 'vue';
@@ -26,19 +27,33 @@ import { WatchStopHandle } from 'vue';
26
27
 
27
28
  declare const __VLS_component: DefineComponent<NexxtButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
28
29
 
29
- declare const __VLS_component_10: DefineComponent<NexxtStepperHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
30
+ declare const __VLS_component_10: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
31
+ "update:modelValue": (value: string) => any;
32
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
33
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
34
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
35
+
36
+ declare const __VLS_component_11: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
37
+ "update:modelValue": (value: boolean) => any;
38
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
39
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
40
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
41
+
42
+ declare const __VLS_component_12: DefineComponent<NexxtStepperHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
30
43
  "update:currentStep": (...args: any[]) => void;
31
44
  }, string, PublicProps, Readonly<NexxtStepperHeaderProps> & Readonly<{
32
45
  "onUpdate:currentStep"?: ((...args: any[]) => any) | undefined;
33
46
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
34
47
 
35
- declare const __VLS_component_11: DefineComponent<NexxtTabbedContent_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtTabbedContent_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
48
+ declare const __VLS_component_13: DefineComponent<NexxtTabbedContent_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtTabbedContent_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
49
+
50
+ declare const __VLS_component_14: DefineComponent<NexxtTooltip_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtTooltip_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
36
51
 
37
- declare const __VLS_component_12: DefineComponent<NexxtTooltip_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtTooltip_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
52
+ declare const __VLS_component_2: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
38
53
 
39
- declare const __VLS_component_2: DefineComponent<NexxtChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtChipProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
54
+ declare const __VLS_component_3: DefineComponent<NexxtChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtChipProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
40
55
 
41
- declare const __VLS_component_3: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
56
+ declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
42
57
  "update:modelValue": (value: (string | number)[]) => any;
43
58
  }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
44
59
  "onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
@@ -109,9 +124,9 @@ right?(_: {}): any;
109
124
  }) | null;
110
125
  }, HTMLDivElement>;
111
126
 
112
- declare const __VLS_component_4: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
127
+ declare const __VLS_component_5: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
113
128
 
114
- declare const __VLS_component_5: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
129
+ declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
115
130
  "update:modelValue": (value: Date | null) => any;
116
131
  }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
117
132
  "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
@@ -125,21 +140,11 @@ triggerRef: HTMLSpanElement;
125
140
  popoverRef: HTMLDivElement;
126
141
  }, HTMLDivElement>;
127
142
 
128
- declare const __VLS_component_6: DefineComponent<NexxtHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
143
+ declare const __VLS_component_7: DefineComponent<NexxtDoughnutChartProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtDoughnutChartProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
129
144
 
130
- declare const __VLS_component_7: DefineComponent<NexxtInfoBlockProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtInfoBlockProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
145
+ declare const __VLS_component_8: DefineComponent<NexxtHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
131
146
 
132
- declare const __VLS_component_8: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
133
- "update:modelValue": (value: string) => any;
134
- }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
135
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
136
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
137
-
138
- declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
139
- "update:modelValue": (value: boolean) => any;
140
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
141
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
142
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
147
+ declare const __VLS_component_9: DefineComponent<NexxtInfoBlockProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtInfoBlockProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
143
148
 
144
149
  declare type __VLS_PrettifyLocal<T> = {
145
150
  [K in keyof T]: T[K];
@@ -226,20 +231,39 @@ declare function __VLS_template(): {
226
231
  declare function __VLS_template_10(): {
227
232
  attrs: Partial<{}>;
228
233
  slots: {
229
- default?(_: {}): any;
234
+ right?(_: {}): any;
230
235
  };
231
236
  refs: {};
232
237
  rootEl: HTMLDivElement;
233
238
  };
234
239
 
235
240
  declare function __VLS_template_11(): {
241
+ attrs: Partial<{}>;
242
+ slots: {
243
+ default?(_: {}): any;
244
+ footer?(_: {}): any;
245
+ };
246
+ refs: {};
247
+ rootEl: any;
248
+ };
249
+
250
+ declare function __VLS_template_12(): {
251
+ attrs: Partial<{}>;
252
+ slots: {
253
+ default?(_: {}): any;
254
+ };
255
+ refs: {};
256
+ rootEl: HTMLDivElement;
257
+ };
258
+
259
+ declare function __VLS_template_13(): {
236
260
  attrs: Partial<{}>;
237
261
  slots: Partial<Record<string, (_: {}) => any>>;
238
262
  refs: {};
239
263
  rootEl: HTMLDivElement;
240
264
  };
241
265
 
242
- declare function __VLS_template_12(): {
266
+ declare function __VLS_template_14(): {
243
267
  attrs: Partial<{}>;
244
268
  slots: {
245
269
  default?(_: {}): any;
@@ -252,13 +276,23 @@ declare function __VLS_template_12(): {
252
276
  declare function __VLS_template_2(): {
253
277
  attrs: Partial<{}>;
254
278
  slots: {
279
+ image?(_: {}): any;
255
280
  default?(_: {}): any;
256
281
  };
257
282
  refs: {};
258
- rootEl: HTMLSpanElement;
283
+ rootEl: HTMLDivElement;
259
284
  };
260
285
 
261
286
  declare function __VLS_template_3(): {
287
+ attrs: Partial<{}>;
288
+ slots: {
289
+ default?(_: {}): any;
290
+ };
291
+ refs: {};
292
+ rootEl: HTMLSpanElement;
293
+ };
294
+
295
+ declare function __VLS_template_4(): {
262
296
  attrs: Partial<{}>;
263
297
  slots: {
264
298
  default?(_: {}): any;
@@ -332,7 +366,7 @@ declare function __VLS_template_3(): {
332
366
  rootEl: HTMLDivElement;
333
367
  };
334
368
 
335
- declare function __VLS_template_4(): {
369
+ declare function __VLS_template_5(): {
336
370
  attrs: Partial<{}>;
337
371
  slots: {
338
372
  title?(_: {}): any;
@@ -342,7 +376,7 @@ declare function __VLS_template_4(): {
342
376
  rootEl: HTMLDivElement;
343
377
  };
344
378
 
345
- declare function __VLS_template_5(): {
379
+ declare function __VLS_template_6(): {
346
380
  attrs: Partial<{}>;
347
381
  slots: {
348
382
  trigger?(_: {
@@ -358,29 +392,20 @@ declare function __VLS_template_5(): {
358
392
  rootEl: HTMLDivElement;
359
393
  };
360
394
 
361
- declare function __VLS_template_6(): {
362
- attrs: Partial<{}>;
363
- slots: {
364
- 'back-button'?(_: {}): any;
365
- center?(_: {}): any;
366
- right?(_: {}): any;
367
- };
368
- refs: {};
369
- rootEl: HTMLDivElement;
370
- };
371
-
372
395
  declare function __VLS_template_7(): {
373
396
  attrs: Partial<{}>;
374
397
  slots: {
375
398
  default?(_: {}): any;
376
399
  };
377
400
  refs: {};
378
- rootEl: HTMLDivElement;
401
+ rootEl: SVGSVGElement;
379
402
  };
380
403
 
381
404
  declare function __VLS_template_8(): {
382
405
  attrs: Partial<{}>;
383
406
  slots: {
407
+ 'back-button'?(_: {}): any;
408
+ center?(_: {}): any;
384
409
  right?(_: {}): any;
385
410
  };
386
411
  refs: {};
@@ -391,10 +416,9 @@ declare function __VLS_template_9(): {
391
416
  attrs: Partial<{}>;
392
417
  slots: {
393
418
  default?(_: {}): any;
394
- footer?(_: {}): any;
395
419
  };
396
420
  refs: {};
397
- rootEl: any;
421
+ rootEl: HTMLDivElement;
398
422
  };
399
423
 
400
424
  declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
@@ -405,6 +429,10 @@ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
405
429
 
406
430
  declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
407
431
 
432
+ declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
433
+
434
+ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
435
+
408
436
  declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
409
437
 
410
438
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
@@ -445,6 +473,18 @@ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
445
473
  };
446
474
  };
447
475
 
476
+ declare type __VLS_WithTemplateSlots_13<T, S> = T & {
477
+ new (): {
478
+ $slots: S;
479
+ };
480
+ };
481
+
482
+ declare type __VLS_WithTemplateSlots_14<T, S> = T & {
483
+ new (): {
484
+ $slots: S;
485
+ };
486
+ };
487
+
448
488
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
449
489
  new (): {
450
490
  $slots: S;
@@ -493,6 +533,8 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
493
533
  };
494
534
  };
495
535
 
536
+ declare type BrandColor = `brands-${'facebook' | 'instagram' | 'linkedin' | 'x' | 'google' | 'tiktok'}`;
537
+
496
538
  declare type CalendarAnchor = 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
497
539
 
498
540
  declare interface CalendarDayViewProps {
@@ -505,6 +547,12 @@ declare interface CalendarDayViewProps {
505
547
  timezone: string;
506
548
  }
507
549
 
550
+ declare type Color = (CSSProperties['color'] & {}) | TailwindColor;
551
+
552
+ declare type ColorScale = 'gray' | 'cornflower-blue' | 'orange' | 'purple' | 'rose' | 'green' | 'sapphire' | 'yale-blue' | 'brick';
553
+
554
+ declare type ColorShade = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 950;
555
+
508
556
  declare type IconType = 'regular' | 'solid' | 'light' | 'duotone' | 'brands';
509
557
 
510
558
  export declare const NexxtAnimatedNumber: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -569,6 +617,8 @@ declare interface NexxtCalendarProps {
569
617
  timezone?: string;
570
618
  }
571
619
 
620
+ export declare const NexxtCard: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
621
+
572
622
  export declare const NexxtCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
573
623
  "update:modelValue": (value: boolean) => any;
574
624
  }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
@@ -582,13 +632,13 @@ declare interface NexxtCheckboxProps {
582
632
  indeterminate?: boolean;
583
633
  }
584
634
 
585
- export declare const NexxtChip: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
635
+ export declare const NexxtChip: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
586
636
 
587
637
  declare interface NexxtChipProps {
588
638
  variant?: 'default' | 'warning' | 'success' | 'danger' | 'ghost';
589
639
  }
590
640
 
591
- export declare const NexxtCombobox: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
641
+ export declare const NexxtCombobox: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
592
642
 
593
643
  declare interface NexxtComboboxProps {
594
644
  variant?: InstanceType<typeof NexxtButton>['variant'];
@@ -601,7 +651,7 @@ declare interface NexxtComboboxProps {
601
651
  })[];
602
652
  }
603
653
 
604
- export declare const NexxtContactInfoCard: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
654
+ export declare const NexxtContactInfoCard: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
605
655
 
606
656
  export declare const NexxtCustomerJourneyTile: DefineComponent<NexxtCustomerJourneyTileProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtCustomerJourneyTileProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
607
657
 
@@ -615,7 +665,7 @@ declare interface NexxtCustomerJourneyTileProps {
615
665
  percentageExplanaition?: string;
616
666
  }
617
667
 
618
- export declare const NexxtDatePicker: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
668
+ export declare const NexxtDatePicker: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
619
669
 
620
670
  declare interface NexxtDatePickerProps extends NexxtCalendarProps {
621
671
  placeholder?: string;
@@ -623,6 +673,19 @@ declare interface NexxtDatePickerProps extends NexxtCalendarProps {
623
673
  autoClose?: boolean;
624
674
  }
625
675
 
676
+ export declare const NexxtDoughnutChart: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
677
+
678
+ declare interface NexxtDoughnutChartProps {
679
+ value: number;
680
+ percentage: number;
681
+ color?: Color;
682
+ backgroundColor?: Color;
683
+ size?: number;
684
+ thickness?: number;
685
+ delay?: number;
686
+ duration?: number;
687
+ }
688
+
626
689
  export declare const NexxtDropdownButton: DefineComponent<(NexxtDropdownButtonBase & {
627
690
  iconOnly?: false;
628
691
  label: string;
@@ -670,7 +733,7 @@ declare interface NexxtDropdownButtonGroup {
670
733
  items: NexxtDropdownButton_2[];
671
734
  }
672
735
 
673
- export declare const NexxtHeader: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
736
+ export declare const NexxtHeader: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
674
737
 
675
738
  declare interface NexxtHeaderProps {
676
739
  title: string;
@@ -686,14 +749,14 @@ declare interface NexxtIconProps {
686
749
  type?: IconType;
687
750
  }
688
751
 
689
- export declare const NexxtInfoBlock: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
752
+ export declare const NexxtInfoBlock: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
690
753
 
691
754
  declare interface NexxtInfoBlockProps {
692
755
  icon: InstanceType<typeof NexxtIcon>['name'];
693
756
  color?: 'green' | 'purple' | 'blue' | 'rose';
694
757
  }
695
758
 
696
- export declare const NexxtInputField: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
759
+ export declare const NexxtInputField: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
697
760
 
698
761
  declare interface NexxtInputFieldProps {
699
762
  placeholder?: string;
@@ -705,7 +768,7 @@ declare interface NexxtInputFieldProps {
705
768
  required?: boolean;
706
769
  }
707
770
 
708
- export declare const NexxtModal: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
771
+ export declare const NexxtModal: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
709
772
 
710
773
  declare interface NexxtModalProps {
711
774
  title?: string;
@@ -749,6 +812,18 @@ declare interface NexxtProgressBarProps {
749
812
  stepTitles?: string[];
750
813
  }
751
814
 
815
+ export declare const NexxtPropertyCard: DefineComponent<NexxtPropertyCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtPropertyCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
816
+
817
+ declare interface NexxtPropertyCardProps {
818
+ image?: string;
819
+ imageAlt?: string;
820
+ price?: number;
821
+ city: string;
822
+ text?: string;
823
+ }
824
+
825
+ export declare const NexxtPropertyListing: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
826
+
752
827
  export declare const NexxtSocialIcons: DefineComponent<NexxtSocialIconsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtSocialIconsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
753
828
 
754
829
  declare interface NexxtSocialIconsProps {
@@ -804,7 +879,7 @@ declare interface NexxtSourceProps {
804
879
  source: keyof typeof SOURCE_MAP;
805
880
  }
806
881
 
807
- export declare const NexxtStepperHeader: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
882
+ export declare const NexxtStepperHeader: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
808
883
 
809
884
  declare interface NexxtStepperHeaderProps {
810
885
  title: string;
@@ -814,7 +889,7 @@ declare interface NexxtStepperHeaderProps {
814
889
  backButtonAction: InstanceType<typeof NexxtHeader>['backButtonAction'];
815
890
  }
816
891
 
817
- export declare const NexxtTabbedContent: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
892
+ export declare const NexxtTabbedContent: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
818
893
 
819
894
  declare interface NexxtTabbedContent_2 {
820
895
  tabs: InstanceType<typeof NexxtTabs>['tabs'];
@@ -877,7 +952,7 @@ splitView: boolean;
877
952
 
878
953
  export declare const NexxtTimelinePhaseblock: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
879
954
 
880
- export declare const NexxtTooltip: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
955
+ export declare const NexxtTooltip: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
881
956
 
882
957
  declare interface NexxtTooltip_2 {
883
958
  delay?: number;
@@ -887,6 +962,17 @@ declare interface NexxtTooltip_2 {
887
962
  disableHoverableContent?: boolean;
888
963
  }
889
964
 
965
+ declare interface Props {
966
+ image?: string;
967
+ imageAlt?: string;
968
+ }
969
+
970
+ declare interface Props_2 {
971
+ price?: number;
972
+ city: string;
973
+ text?: string;
974
+ }
975
+
890
976
  declare const selected: ModelRef<string, string, string, string>;
891
977
 
892
978
  declare type SocialPlatform = 'tiktok' | 'facebook' | 'instagram' | 'linkedin' | 'x' | 'twitter' | 'google';
@@ -916,6 +1002,8 @@ declare interface TableColumn<K extends string = string> {
916
1002
  minCellWidth?: number;
917
1003
  }
918
1004
 
1005
+ declare type TailwindColor = `${ColorScale}-${ColorShade}` | 'white' | BrandColor;
1006
+
919
1007
  declare interface TimelineEvent {
920
1008
  id: number;
921
1009
  type: string;