cleek 2.10.84 → 2.10.86

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.
@@ -79,6 +79,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
79
79
  min: {
80
80
  type: import('vue').PropType<number>;
81
81
  };
82
+ suffix: {
83
+ type: import('vue').PropType<string>;
84
+ };
82
85
  iconColor: {
83
86
  type: import('vue').PropType<string>;
84
87
  };
@@ -191,6 +194,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
191
194
  min: {
192
195
  type: import('vue').PropType<number>;
193
196
  };
197
+ suffix: {
198
+ type: import('vue').PropType<string>;
199
+ };
194
200
  iconColor: {
195
201
  type: import('vue').PropType<string>;
196
202
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.10.84",
4
+ "version": "2.10.86",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",