manolis-ui 0.6.9 → 0.6.11

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
@@ -617,6 +617,9 @@ declare interface Props_11 {
617
617
  halfStars?: boolean;
618
618
  isInteractive?: boolean;
619
619
  size?: "xs" | "sm" | "md" | "lg";
620
+ shape: "star" | "star-bold" | "heart" | "squircle" | "hexagon-vertical" | "hexagon-horizontal" | "decagon" | "pentagon" | "diamond" | "square" | "triangle-top" | "triangle-bottom" | "triangle-left" | "triangle-right";
621
+ color?: string;
622
+ gap?: number;
620
623
  }
621
624
 
622
625
  declare interface Props_12 {
@@ -724,6 +727,9 @@ declare interface Props_9 {
724
727
 
725
728
  export declare const Rating: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_11> & Readonly<{}>, {
726
729
  size: "xs" | "sm" | "md" | "lg";
730
+ shape: "star" | "star-bold" | "heart" | "squircle" | "hexagon-vertical" | "hexagon-horizontal" | "decagon" | "pentagon" | "diamond" | "square" | "triangle-top" | "triangle-bottom" | "triangle-left" | "triangle-right";
731
+ color: string;
732
+ gap: number;
727
733
  initialRating: number;
728
734
  numberOfStars: number;
729
735
  halfStars: boolean;