@namba_one/ui-kit-2 1.0.44 → 1.0.46

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
@@ -72,6 +72,8 @@ declare const __VLS_component_18: DefineComponent<__VLS_PublicProps_12, {}, {},
72
72
  fixedElementRef: HTMLDivElement;
73
73
  }, any>;
74
74
 
75
+ declare const __VLS_component_19: DefineComponent<VerificationInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VerificationInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
76
+
75
77
  declare const __VLS_component_2: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
76
78
 
77
79
  declare const __VLS_component_3: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
@@ -366,6 +368,15 @@ declare function __VLS_template_18(): {
366
368
  rootEl: any;
367
369
  };
368
370
 
371
+ declare function __VLS_template_19(): {
372
+ attrs: Partial<{}>;
373
+ slots: {
374
+ default?(_: {}): any;
375
+ };
376
+ refs: {};
377
+ rootEl: HTMLDivElement;
378
+ };
379
+
369
380
  declare function __VLS_template_2(): {
370
381
  attrs: Partial<{}>;
371
382
  slots: {
@@ -548,6 +559,8 @@ declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
548
559
 
549
560
  declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
550
561
 
562
+ declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
563
+
551
564
  declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
552
565
 
553
566
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
@@ -624,6 +637,12 @@ declare type __VLS_WithTemplateSlots_18<T, S> = T & {
624
637
  };
625
638
  };
626
639
 
640
+ declare type __VLS_WithTemplateSlots_19<T, S> = T & {
641
+ new (): {
642
+ $slots: S;
643
+ };
644
+ };
645
+
627
646
  declare type __VLS_WithTemplateSlots_2<T, S> = T & {
628
647
  new (): {
629
648
  $slots: S;
@@ -1575,6 +1594,14 @@ export declare const UserRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, Co
1575
1594
 
1576
1595
  declare type Value = ColorInput | undefined;
1577
1596
 
1597
+ export declare const VerificationInfoCell: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1598
+
1599
+ export declare type VerificationInfoCellProps = {
1600
+ icon: IconName;
1601
+ title: string;
1602
+ description?: string;
1603
+ };
1604
+
1578
1605
  declare type View = 'secondary' | 'success' | 'brand' | 'critical';
1579
1606
 
1580
1607
  declare const views: readonly ["brand", "secondary", "success", "critical", "base"];