cleek 2.10.53 → 2.10.55

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.
@@ -14,6 +14,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
14
14
  iconPack?: IconPack;
15
15
  clickable?: boolean;
16
16
  group?: Align;
17
+ type?: "filled" | "outlined";
17
18
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
19
  click: (event: Event) => void;
19
20
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -27,6 +28,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
27
28
  iconPack?: IconPack;
28
29
  clickable?: boolean;
29
30
  group?: Align;
31
+ type?: "filled" | "outlined";
30
32
  }>>> & Readonly<{
31
33
  onClick?: (event: Event) => any;
32
34
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -9,6 +9,7 @@ declare const _default: {
9
9
  }, windowWidth: number): string[];
10
10
  getWidthByWidthBreaks(widthBreaks?: [number, string][], windowWidth?: number): string;
11
11
  isColorTemplateVariable(color: string): boolean;
12
+ getColorHexFromTemplateVariable(color: string, cleekOptionsColors: any): string;
12
13
  isColumnDisplayed(column: ColumnItem): boolean;
13
14
  };
14
15
  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.10.53",
4
+ "version": "2.10.55",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",