@choosemycompany/ui 0.32.3 → 0.33.0

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 CHANGED
@@ -564,11 +564,8 @@ export declare const CmcButton: __VLS_WithTemplateSlots<typeof __VLS_component,
564
564
  export declare const CmcButtonGroup: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
565
565
 
566
566
  export declare const CmcCertificate: DefineComponent<CertificateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CertificateProps> & Readonly<{}>, {
567
- primaryType: PrimaryType;
568
567
  rank: Rank;
569
- period: number;
570
- country: string;
571
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
568
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
572
569
 
573
570
  export declare const CmcCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
574
571
  "update:modelValue": (value: boolean) => any;
@@ -898,6 +895,7 @@ declare interface Props_7 {
898
895
  declare type Rank = keyof typeof rankOptions;
899
896
 
900
897
  export declare const rankOptions: {
898
+ readonly attestation: "attestation";
901
899
  readonly bronze: "bronze";
902
900
  readonly silver: "silver";
903
901
  readonly gold: "gold";