@can2421/ui-components 1.0.56 → 1.0.57

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.
@@ -7,7 +7,7 @@ export declare const buttonProps: {
7
7
  readonly default: "";
8
8
  };
9
9
  readonly size: {
10
- readonly type: PropType<ButtonType>;
10
+ readonly type: PropType<ButtonSize>;
11
11
  readonly default: "";
12
12
  };
13
13
  /**
@@ -13,7 +13,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
13
13
  readonly default: "";
14
14
  };
15
15
  readonly size: {
16
- readonly type: import('vue').PropType<import('./button.types').ButtonType>;
16
+ readonly type: import('vue').PropType<import('./button.types').ButtonSize>;
17
17
  readonly default: "";
18
18
  };
19
19
  readonly disabled: BooleanConstructor;
@@ -27,7 +27,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
27
27
  readonly default: "";
28
28
  };
29
29
  readonly size: {
30
- readonly type: import('vue').PropType<import('./button.types').ButtonType>;
30
+ readonly type: import('vue').PropType<import('./button.types').ButtonSize>;
31
31
  readonly default: "";
32
32
  };
33
33
  readonly disabled: BooleanConstructor;
@@ -37,7 +37,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
37
37
  readonly link: BooleanConstructor;
38
38
  }>> & Readonly<{}>, {
39
39
  readonly type: import('./button.types').ButtonType;
40
- readonly size: import('./button.types').ButtonType;
40
+ readonly size: import('./button.types').ButtonSize;
41
41
  readonly disabled: boolean;
42
42
  readonly plain: boolean;
43
43
  readonly round: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@can2421/ui-components",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",