manolis-ui 0.5.2 → 0.5.4
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/manolis-ui.js +250 -246
- package/dist/manolis-ui.umd.cjs +2 -2
- package/dist/style.css +150 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ imgUrl: string;
|
|
|
71
71
|
alt: string;
|
|
72
72
|
description: string;
|
|
73
73
|
background: string;
|
|
74
|
+
imgHeight: string;
|
|
74
75
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
75
76
|
|
|
76
77
|
declare const __VLS_component_7: DefineComponent<ExtractPropTypes< {
|
|
@@ -651,6 +652,7 @@ declare interface Props_9 {
|
|
|
651
652
|
class?: string;
|
|
652
653
|
background?: string;
|
|
653
654
|
color?: string;
|
|
655
|
+
imgHeight?: string;
|
|
654
656
|
}
|
|
655
657
|
|
|
656
658
|
export declare const Rating: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_11> & Readonly<{}>, {
|