@namba_one/ui-kit-2 1.0.312 → 1.0.314
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 +10 -10
- package/dist/index.es.js +286 -285
- package/dist/index.umd.js +5 -5
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -737,7 +737,7 @@ default?(_: {}): any;
|
|
|
737
737
|
}) | null;
|
|
738
738
|
}, any>;
|
|
739
739
|
|
|
740
|
-
declare const __VLS_component_51: DefineComponent<
|
|
740
|
+
declare const __VLS_component_51: DefineComponent<PageOverlayResponseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageOverlayResponseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
741
741
|
|
|
742
742
|
declare const __VLS_component_52: DefineComponent<LayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
743
743
|
|
|
@@ -4644,6 +4644,15 @@ export declare type PageOverlayProps = {
|
|
|
4644
4644
|
view?: LayoutProps['view'];
|
|
4645
4645
|
};
|
|
4646
4646
|
|
|
4647
|
+
export declare type PageOverlayResponseProps = {
|
|
4648
|
+
href?: string;
|
|
4649
|
+
buttonText?: string;
|
|
4650
|
+
icon?: IconName;
|
|
4651
|
+
iconColor?: IconBaseProps['color'];
|
|
4652
|
+
title: string;
|
|
4653
|
+
description?: string;
|
|
4654
|
+
};
|
|
4655
|
+
|
|
4647
4656
|
export declare const Popover: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
4648
4657
|
|
|
4649
4658
|
export declare type PopoverProps = {
|
|
@@ -4682,15 +4691,6 @@ declare type ResponseBaseProps = {
|
|
|
4682
4691
|
description?: string;
|
|
4683
4692
|
};
|
|
4684
4693
|
|
|
4685
|
-
declare type ResponseProps = {
|
|
4686
|
-
href?: string;
|
|
4687
|
-
buttonText?: string;
|
|
4688
|
-
icon?: IconName;
|
|
4689
|
-
iconColor?: IconBaseProps['color'];
|
|
4690
|
-
title: string;
|
|
4691
|
-
description?: string;
|
|
4692
|
-
};
|
|
4693
|
-
|
|
4694
4694
|
export declare const RouterWithChildrenPage: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
4695
4695
|
|
|
4696
4696
|
export declare const Section: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|