@namba_one/ui-kit-2 1.0.65 → 1.0.66
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 +2 -0
- package/dist/index.es.js +1545 -1525
- package/dist/index.umd.js +4 -4
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1431,6 +1431,8 @@ export declare type ThemePickerProps = {
|
|
|
1431
1431
|
}[];
|
|
1432
1432
|
};
|
|
1433
1433
|
|
|
1434
|
+
export declare const ThemePickerSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
1435
|
+
|
|
1434
1436
|
export declare const TheText: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1435
1437
|
|
|
1436
1438
|
export declare type TheTextProps = {
|