@idds/vue 1.4.18 → 1.4.19

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
@@ -1590,7 +1590,7 @@ declare const _default: {
1590
1590
  }>> & Readonly<{}>, {
1591
1591
  progress: number;
1592
1592
  className: string;
1593
- variant: "primary" | "secondary" | "success" | "warning" | "error" | string;
1593
+ variant: "primary" | "secondary" | "positive" | "warning" | "negative" | string;
1594
1594
  diameter: number;
1595
1595
  strokeWidth: number;
1596
1596
  trackColor: string;
@@ -5937,7 +5937,7 @@ declare const _default: {
5937
5937
  }> | import('vue').Component>;
5938
5938
  };
5939
5939
  state: {
5940
- type: import('vue').PropType<"default" | "destructive" | "positive">;
5940
+ type: import('vue').PropType<"default" | "positive" | "destructive">;
5941
5941
  default: string;
5942
5942
  };
5943
5943
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -5982,7 +5982,7 @@ declare const _default: {
5982
5982
  }> | import('vue').Component>;
5983
5983
  };
5984
5984
  state: {
5985
- type: import('vue').PropType<"default" | "destructive" | "positive">;
5985
+ type: import('vue').PropType<"default" | "positive" | "destructive">;
5986
5986
  default: string;
5987
5987
  };
5988
5988
  }>> & Readonly<{}>, {