cleek 2.11.29 → 2.11.30

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 +1752 -1753
  28. package/dist/types/components/ck-input.vue.d.ts +6 -6
  29. package/dist/types/components/ck-select.vue.d.ts +8 -8
  30. package/package.json +1 -1
@@ -58,6 +58,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
58
58
  max: {
59
59
  type: import('vue').PropType<number>;
60
60
  };
61
+ placeholder: {
62
+ type: import('vue').PropType<string>;
63
+ };
61
64
  tabindex: {
62
65
  type: import('vue').PropType<string | number>;
63
66
  };
@@ -76,9 +79,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
76
79
  readonly: {
77
80
  type: import('vue').PropType<boolean>;
78
81
  };
79
- placeholder: {
80
- type: import('vue').PropType<string>;
81
- };
82
82
  plusMinusButtons: {
83
83
  type: import('vue').PropType<boolean>;
84
84
  };
@@ -180,6 +180,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
180
180
  max: {
181
181
  type: import('vue').PropType<number>;
182
182
  };
183
+ placeholder: {
184
+ type: import('vue').PropType<string>;
185
+ };
183
186
  tabindex: {
184
187
  type: import('vue').PropType<string | number>;
185
188
  };
@@ -198,9 +201,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
198
201
  readonly: {
199
202
  type: import('vue').PropType<boolean>;
200
203
  };
201
- placeholder: {
202
- type: import('vue').PropType<string>;
203
- };
204
204
  plusMinusButtons: {
205
205
  type: import('vue').PropType<boolean>;
206
206
  };
@@ -45,6 +45,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
45
45
  disabled: {
46
46
  type: import('vue').PropType<boolean>;
47
47
  };
48
+ placeholder: {
49
+ type: import('vue').PropType<string>;
50
+ default: string;
51
+ };
48
52
  isLoading: {
49
53
  type: import('vue').PropType<boolean>;
50
54
  };
@@ -54,10 +58,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
54
58
  labelAlign: {
55
59
  type: import('vue').PropType<Align>;
56
60
  };
57
- placeholder: {
58
- type: import('vue').PropType<string>;
59
- default: string;
60
- };
61
61
  iconColor: {
62
62
  type: import('vue').PropType<string>;
63
63
  default: string;
@@ -169,6 +169,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
169
169
  disabled: {
170
170
  type: import('vue').PropType<boolean>;
171
171
  };
172
+ placeholder: {
173
+ type: import('vue').PropType<string>;
174
+ default: string;
175
+ };
172
176
  isLoading: {
173
177
  type: import('vue').PropType<boolean>;
174
178
  };
@@ -178,10 +182,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
178
182
  labelAlign: {
179
183
  type: import('vue').PropType<Align>;
180
184
  };
181
- placeholder: {
182
- type: import('vue').PropType<string>;
183
- default: string;
184
- };
185
185
  iconColor: {
186
186
  type: import('vue').PropType<string>;
187
187
  default: string;
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.29",
4
+ "version": "2.11.30",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",