@namba_one/ui-kit-2 1.0.38 → 1.0.39
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 +11 -0
- package/dist/index.es.js +1438 -1383
- package/dist/index.umd.js +6 -6
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -696,6 +696,17 @@ export declare type BannerOfferProps = {
|
|
|
696
696
|
|
|
697
697
|
export declare const BannerOfferSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
698
698
|
|
|
699
|
+
export declare const Breadcrumbs: DefineComponent<BreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BreadcrumbsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
700
|
+
|
|
701
|
+
export declare type BreadcrumbsProps = {
|
|
702
|
+
list: {
|
|
703
|
+
text: string;
|
|
704
|
+
href?: string;
|
|
705
|
+
}[];
|
|
706
|
+
color: Color;
|
|
707
|
+
tag: 'a' | 'router-link';
|
|
708
|
+
};
|
|
709
|
+
|
|
699
710
|
export declare const Button: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
700
711
|
|
|
701
712
|
export declare type ButtonBaseEmits = {
|