cleek 2.10.27 → 2.10.28

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.
@@ -12,6 +12,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
12
12
  icon?: Icon;
13
13
  iconRight?: Icon;
14
14
  iconPack?: IconPack;
15
+ group?: Align;
15
16
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
17
  click: (event: Event) => void;
17
18
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -23,6 +24,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
23
24
  icon?: Icon;
24
25
  iconRight?: Icon;
25
26
  iconPack?: IconPack;
27
+ group?: Align;
26
28
  }>>> & Readonly<{
27
29
  onClick?: (event: Event) => any;
28
30
  }>, {}, {}, {}, {}, 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.10.27",
4
+ "version": "2.10.28",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",