@choosemycompany/ui 0.14.1 → 0.15.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/assets/index.css +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +103 -99
- package/dist/index.umd.js +4 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -296,6 +296,8 @@ declare interface CertificateProps {
|
|
|
296
296
|
rank?: Rank;
|
|
297
297
|
period: number;
|
|
298
298
|
country: string;
|
|
299
|
+
width: number;
|
|
300
|
+
height: number;
|
|
299
301
|
}
|
|
300
302
|
|
|
301
303
|
export declare const CmcAutocomplete: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -316,6 +318,8 @@ export declare const CmcButton: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
|
316
318
|
export declare const CmcButtonGroup: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
317
319
|
|
|
318
320
|
export declare const CmcCertificate: DefineComponent<CertificateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CertificateProps> & Readonly<{}>, {
|
|
321
|
+
width: number;
|
|
322
|
+
height: number;
|
|
319
323
|
primaryType: PrimaryType;
|
|
320
324
|
rank: Rank;
|
|
321
325
|
period: number;
|