@nexxtmove/ui 0.1.19 → 0.1.21

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
@@ -10,7 +10,7 @@ declare const __VLS_component_2: DefineComponent<NexxtChipProps, {}, {}, {}, {},
10
10
 
11
11
  declare const __VLS_component_3: DefineComponent<NexxtHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12
12
 
13
- declare const __VLS_component_4: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
13
+ declare const __VLS_component_4: DefineComponent<NexxtInfoBlockProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NexxtInfoBlockProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
14
14
 
15
15
  declare const __VLS_component_5: DefineComponent<NexxtStepperHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
16
  "update:currentStep": (...args: any[]) => void;
@@ -150,6 +150,11 @@ declare interface NexxtIconProps {
150
150
 
151
151
  export declare const NexxtInfoBlock: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
152
152
 
153
+ declare interface NexxtInfoBlockProps {
154
+ icon: InstanceType<typeof NexxtIcon>['name'];
155
+ color?: 'green' | 'purple' | 'blue' | 'rose';
156
+ }
157
+
153
158
  export declare const NexxtProgressBar: DefineComponent<NexxtProgressBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
154
159
  "update:currentStep": (...args: any[]) => void;
155
160
  }, string, PublicProps, Readonly<NexxtProgressBarProps> & Readonly<{
@@ -174,6 +179,10 @@ declare interface NexxtSocialIconsProps {
174
179
  tiktok?: boolean;
175
180
  }
176
181
 
182
+ export declare const NexxtSocialMediaCustomTemplate: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
183
+ videoRef: HTMLVideoElement;
184
+ }, HTMLButtonElement>;
185
+
177
186
  export declare const NexxtSocialMediaTemplate: DefineComponent<NexxtSocialMediaTemplateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
178
187
  click: (...args: any[]) => void;
179
188
  }, string, PublicProps, Readonly<NexxtSocialMediaTemplateProps> & Readonly<{