@milaboratories/uikit 2.2.30 → 2.2.32

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.
@@ -1,5 +1,5 @@
1
1
  import './pl-btn-ghost.scss';
2
- import type { MaskIconName16, Size } from '../../types';
2
+ import type { MaskIconName24, Size } from '../../types';
3
3
  /**
4
4
  * Ghost button
5
5
  */
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
19
19
  /**
20
20
  * Icon to display
21
21
  */
22
- icon?: MaskIconName16;
22
+ icon?: MaskIconName24;
23
23
  /**
24
24
  * If `true`, an icon is displayed before the text.
25
25
  */
@@ -44,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
44
44
  /**
45
45
  * Icon to display
46
46
  */
47
- icon?: MaskIconName16;
47
+ icon?: MaskIconName24;
48
48
  /**
49
49
  * If `true`, an icon is displayed before the text.
50
50
  */
@@ -55,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
55
55
  justifyCenter?: boolean;
56
56
  }> & Readonly<{}>, {
57
57
  size: Size;
58
- icon: MaskIconName16;
58
+ icon: MaskIconName24;
59
59
  justifyCenter: boolean;
60
60
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLButtonElement>, {
61
61
  default?(_: {}): any;