cleek 2.11.30 → 2.11.32

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.
Files changed (29) hide show
  1. package/dist/cleek-styles/tiny-tailwind/aspect-ratio.styl +6 -6
  2. package/dist/cleek-styles/tiny-tailwind/bg-color.styl +161 -161
  3. package/dist/cleek-styles/tiny-tailwind/border-color.styl +161 -161
  4. package/dist/cleek-styles/tiny-tailwind/border.styl +63 -63
  5. package/dist/cleek-styles/tiny-tailwind/flex-direction.styl +8 -8
  6. package/dist/cleek-styles/tiny-tailwind/flex-grow.styl +10 -10
  7. package/dist/cleek-styles/tiny-tailwind/font-size.styl +24 -24
  8. package/dist/cleek-styles/tiny-tailwind/grid.styl +87 -87
  9. package/dist/cleek-styles/tiny-tailwind/height.styl +96 -96
  10. package/dist/cleek-styles/tiny-tailwind/inset.styl +328 -328
  11. package/dist/cleek-styles/tiny-tailwind/leading.styl +28 -28
  12. package/dist/cleek-styles/tiny-tailwind/object-fit.styl +20 -20
  13. package/dist/cleek-styles/tiny-tailwind/opacity.styl +30 -30
  14. package/dist/cleek-styles/tiny-tailwind/pointer-events.styl +4 -4
  15. package/dist/cleek-styles/tiny-tailwind/shadow.styl +16 -16
  16. package/dist/cleek-styles/tiny-tailwind/size-constraints.styl +127 -127
  17. package/dist/cleek-styles/tiny-tailwind/text-color.styl +159 -159
  18. package/dist/cleek-styles/tiny-tailwind/text-decoration.styl +8 -8
  19. package/dist/cleek-styles/tiny-tailwind/text-overflow.styl +38 -38
  20. package/dist/cleek-styles/tiny-tailwind/text-transform.styl +8 -8
  21. package/dist/cleek-styles/tiny-tailwind/transition.styl +55 -55
  22. package/dist/cleek-styles/tiny-tailwind/user-select.styl +8 -8
  23. package/dist/cleek-styles/tiny-tailwind/visibility.styl +4 -4
  24. package/dist/cleek-styles/tiny-tailwind/z-index.styl +14 -14
  25. package/dist/main.cjs.js +1 -1
  26. package/dist/main.css +1 -1
  27. package/dist/main.es.js +580 -575
  28. package/dist/types/components/ck-input.vue.d.ts +15 -0
  29. package/package.json +1 -1
@@ -88,6 +88,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
88
88
  suffix: {
89
89
  type: import('vue').PropType<string>;
90
90
  };
91
+ rightIconIsButton: {
92
+ type: import('vue').PropType<boolean>;
93
+ default: boolean;
94
+ };
95
+ rightIconTooltip: {
96
+ type: import('vue').PropType<string>;
97
+ };
91
98
  iconColor: {
92
99
  type: import('vue').PropType<string>;
93
100
  };
@@ -210,6 +217,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
210
217
  suffix: {
211
218
  type: import('vue').PropType<string>;
212
219
  };
220
+ rightIconIsButton: {
221
+ type: import('vue').PropType<boolean>;
222
+ default: boolean;
223
+ };
224
+ rightIconTooltip: {
225
+ type: import('vue').PropType<string>;
226
+ };
213
227
  iconColor: {
214
228
  type: import('vue').PropType<string>;
215
229
  };
@@ -247,6 +261,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
247
261
  }>, {
248
262
  type: InputType;
249
263
  size: "s" | "m" | "l" | "xl";
264
+ rightIconIsButton: boolean;
250
265
  delayChangeTime: number;
251
266
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
252
267
  export default _default;
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.30",
4
+ "version": "2.11.32",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",