@namba_one/ui-kit-2 1.0.175 → 1.0.177

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
@@ -1694,7 +1694,7 @@ click: (event: MouseEvent) => any;
1694
1694
  }, string, PublicProps, Readonly<CheckboxProps> & Readonly<{
1695
1695
  onClick?: ((event: MouseEvent) => any) | undefined;
1696
1696
  "onUpdate:value"?: ((value: boolean) => any) | undefined;
1697
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
1697
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1698
1698
 
1699
1699
  export declare const CheckboxCell: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
1700
1700