manolis-ui 0.10.2 → 0.11.1
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 +4 -0
- package/dist/manolis-ui.js +144 -134
- package/dist/manolis-ui.umd.cjs +1 -1
- package/dist/style.css +179 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -110,6 +110,8 @@ alt: string;
|
|
|
110
110
|
description: string;
|
|
111
111
|
background: string;
|
|
112
112
|
imgHeight: string;
|
|
113
|
+
imgWidth: string;
|
|
114
|
+
horizontal: boolean;
|
|
113
115
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
114
116
|
|
|
115
117
|
declare const __VLS_component_7: DefineComponent<ExtractPropTypes< {
|
|
@@ -756,6 +758,8 @@ declare interface Props_9 {
|
|
|
756
758
|
background?: string;
|
|
757
759
|
color?: string;
|
|
758
760
|
imgHeight?: string;
|
|
761
|
+
imgWidth?: string;
|
|
762
|
+
horizontal: boolean;
|
|
759
763
|
}
|
|
760
764
|
|
|
761
765
|
export declare const Rating: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_11> & Readonly<{}>, {
|