cleek 2.11.9 → 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.
Files changed (30) 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 +1374 -1342
  28. package/dist/types/components/ck-input.vue.d.ts +6 -0
  29. package/dist/types/components/ck-switch.vue.d.ts +24 -0
  30. package/package.json +1 -1
@@ -73,6 +73,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
73
73
  preventAutocomplete: {
74
74
  type: import('vue').PropType<boolean>;
75
75
  };
76
+ readonly: {
77
+ type: import('vue').PropType<boolean>;
78
+ };
76
79
  placeholder: {
77
80
  type: import('vue').PropType<string>;
78
81
  };
@@ -191,6 +194,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
191
194
  preventAutocomplete: {
192
195
  type: import('vue').PropType<boolean>;
193
196
  };
197
+ readonly: {
198
+ type: import('vue').PropType<boolean>;
199
+ };
194
200
  placeholder: {
195
201
  type: import('vue').PropType<string>;
196
202
  };
@@ -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.9",
4
+ "version": "2.11.11",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",