@progress/kendo-vue-common 10.0.1-develop.4 → 10.0.1-develop.6

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.
package/README.md CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
  The Kendo UI for Vue Common package delivers common utilities that can be used with the Kendo UI for Vue UI components to enhance their performance and functionality.
17
17
 
18
- > Starting with **version 6.0.0**, Kendo UI for Vue Native components no longer support Vue 2. Please check our [Vue 2 End of Support article](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/) for more details.
18
+ > Starting with **version 6.0.0**, Kendo UI for Vue components no longer support Vue 2. Please check our [Vue 2 End of Support article](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/) for more details.
19
19
 
20
20
  ## Support Options
21
21
 
@@ -51,7 +51,7 @@ export interface BaseIconProps {
51
51
  *
52
52
  * You can use the `style` prop to apply custom color related properties to the icon.
53
53
  */
54
- themeColor?: IconThemeColor | string;
54
+ themeColor?: IconThemeColor;
55
55
  /**
56
56
  * Specifies the size of the icon.
57
57
  *
@@ -68,7 +68,7 @@ export interface BaseIconProps {
68
68
  *
69
69
  * You can use the `style` prop to apply custom font size to the icon.
70
70
  */
71
- size?: IconSize | string;
71
+ size?: IconSize;
72
72
  /**
73
73
  * Specifies the icon flip direction.
74
74
  *
@@ -89,5 +89,5 @@ export interface BaseIconProps {
89
89
  * * `duotone`—Renders a two-tone version of the icon.
90
90
  *
91
91
  */
92
- fillMode?: IconFillMode | string;
92
+ fillMode?: IconFillMode;
93
93
  }
@@ -71,7 +71,7 @@ export interface SvgIconProps extends BaseIconProps {
71
71
  * * `outline`—Renders an outlined version of the icon.
72
72
  * * `duotone`—Renders a two-tone version of the icon.
73
73
  */
74
- variant?: IconVariant | string;
74
+ variant?: IconVariant;
75
75
  /**
76
76
  * Specifies the viewBox of the custom SVG icon.
77
77
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-common",
3
- "version": "10.0.1-develop.4",
3
+ "version": "10.0.1-develop.6",
4
4
  "description": "Kendo UI for Vue Common Utilities package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",