cleek 2.10.52 → 2.10.54

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.
@@ -26,6 +26,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
26
26
  textSize: {
27
27
  type: import('vue').PropType<Size>;
28
28
  };
29
+ switchSide: {
30
+ type: import('vue').PropType<"left" | "right">;
31
+ };
29
32
  icon: {
30
33
  type: import('vue').PropType<Icon>;
31
34
  };
@@ -57,6 +60,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
57
60
  textSize: {
58
61
  type: import('vue').PropType<Size>;
59
62
  };
63
+ switchSide: {
64
+ type: import('vue').PropType<"left" | "right">;
65
+ };
60
66
  icon: {
61
67
  type: import('vue').PropType<Icon>;
62
68
  };
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.52",
4
+ "version": "2.10.54",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",