cleek 2.11.21 → 2.11.25

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.
@@ -88,9 +88,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
88
88
  suffix: {
89
89
  type: import('vue').PropType<string>;
90
90
  };
91
- allowIconRightClick: {
92
- type: import('vue').PropType<boolean>;
93
- };
94
91
  iconColor: {
95
92
  type: import('vue').PropType<string>;
96
93
  };
@@ -213,9 +210,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
213
210
  suffix: {
214
211
  type: import('vue').PropType<string>;
215
212
  };
216
- allowIconRightClick: {
217
- type: import('vue').PropType<boolean>;
218
- };
219
213
  iconColor: {
220
214
  type: import('vue').PropType<string>;
221
215
  };
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.21",
4
+ "version": "2.11.25",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",