cleek 2.11.10 → 2.11.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.
@@ -38,6 +38,18 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
38
38
  iconPack: {
39
39
  type: import('vue').PropType<IconPack>;
40
40
  };
41
+ label: {
42
+ type: import('vue').PropType<string>;
43
+ };
44
+ labelIcon: {
45
+ type: import('vue').PropType<Icon>;
46
+ };
47
+ labelIconRight: {
48
+ type: import('vue').PropType<Icon>;
49
+ };
50
+ colorText: {
51
+ type: import('vue').PropType<string>;
52
+ };
41
53
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
42
54
  click: () => void;
43
55
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -75,6 +87,18 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
75
87
  iconPack: {
76
88
  type: import('vue').PropType<IconPack>;
77
89
  };
90
+ label: {
91
+ type: import('vue').PropType<string>;
92
+ };
93
+ labelIcon: {
94
+ type: import('vue').PropType<Icon>;
95
+ };
96
+ labelIconRight: {
97
+ type: import('vue').PropType<Icon>;
98
+ };
99
+ colorText: {
100
+ type: import('vue').PropType<string>;
101
+ };
78
102
  }>> & Readonly<{
79
103
  onClick?: () => any;
80
104
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.11.10",
4
+ "version": "2.11.11",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",