vueless 0.0.698 → 0.0.700

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.698",
3
+ "version": "0.0.700",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -80,7 +80,7 @@ export interface Props {
80
80
  /**
81
81
  * Specifies where to open the linked page.
82
82
  */
83
- target?: "_blank" | "_self" | "_parent" | "_top" | string;
83
+ target?: "_blank" | "_self" | "_parent" | "_top";
84
84
 
85
85
  /**
86
86
  * A rel attribute value to apply on the external link.
@@ -48,7 +48,7 @@ export interface Props {
48
48
  /**
49
49
  * Specifies where to open the linked page.
50
50
  */
51
- target?: "_blank" | "_self" | "_parent" | "_top" | string;
51
+ target?: "_blank" | "_self" | "_parent" | "_top";
52
52
 
53
53
  /**
54
54
  * Show underline.
@@ -7,7 +7,7 @@ export const MATH_SIGN_TYPE = {
7
7
 
8
8
  export const MATH_SIGN = {
9
9
  PLUS: "+",
10
- MINUS: "-",
10
+ MINUS: "",
11
11
  };
12
12
 
13
13
  export const SINGLE_ZERO = "0";