@progress/kendo-react-common 5.10.0-dev.202301161904 → 5.10.0-dev.202301172157

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.
@@ -3,12 +3,18 @@ import { SVGIcon } from './SvgIcon';
3
3
  /**
4
4
  * IconsContext type.
5
5
  */
6
- export declare type IconsContextType = {
6
+ export interface IconsContextType {
7
+ /**
8
+ * Sets the type of the icons used in the KendoReact components inside IconsContext.
9
+ */
7
10
  type?: 'font' | 'svg';
11
+ /**
12
+ * Overrides the built-in icons.
13
+ */
8
14
  icons?: {
9
15
  [name: string]: SVGIcon | string;
10
16
  };
11
- };
17
+ }
12
18
  /**
13
19
  * Represents a React Context which provides you with the option to configure the KendoReact components icons.
14
20
  */
@@ -1,4 +1,5 @@
1
1
  import * as React from 'react';
2
+ ;
2
3
  /**
3
4
  * Represents a React Context which provides you with the option to configure the KendoReact components icons.
4
5
  */
@@ -3,12 +3,18 @@ import { SVGIcon } from './SvgIcon';
3
3
  /**
4
4
  * IconsContext type.
5
5
  */
6
- export declare type IconsContextType = {
6
+ export interface IconsContextType {
7
+ /**
8
+ * Sets the type of the icons used in the KendoReact components inside IconsContext.
9
+ */
7
10
  type?: 'font' | 'svg';
11
+ /**
12
+ * Overrides the built-in icons.
13
+ */
8
14
  icons?: {
9
15
  [name: string]: SVGIcon | string;
10
16
  };
11
- };
17
+ }
12
18
  /**
13
19
  * Represents a React Context which provides you with the option to configure the KendoReact components icons.
14
20
  */
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IconsContext = void 0;
4
4
  var React = require("react");
5
+ ;
5
6
  /**
6
7
  * Represents a React Context which provides you with the option to configure the KendoReact components icons.
7
8
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-common",
3
3
  "description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
4
- "version": "5.10.0-dev.202301161904",
4
+ "version": "5.10.0-dev.202301172157",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-react.git"
@@ -45,15 +45,15 @@
45
45
  "devDependencies": {
46
46
  "@progress/kendo-drawing": "^1.17.2",
47
47
  "@progress/kendo-licensing": "^1.3.0",
48
- "@progress/kendo-react-buttons": "5.10.0-dev.202301161904",
49
- "@progress/kendo-react-dateinputs": "5.10.0-dev.202301161904",
50
- "@progress/kendo-react-dialogs": "5.10.0-dev.202301161904",
51
- "@progress/kendo-react-dropdowns": "5.10.0-dev.202301161904",
52
- "@progress/kendo-react-editor": "5.10.0-dev.202301161904",
53
- "@progress/kendo-react-inputs": "5.10.0-dev.202301161904",
54
- "@progress/kendo-react-intl": "5.10.0-dev.202301161904",
55
- "@progress/kendo-react-layout": "5.10.0-dev.202301161904",
56
- "@progress/kendo-react-upload": "5.10.0-dev.202301161904",
48
+ "@progress/kendo-react-buttons": "5.10.0-dev.202301172157",
49
+ "@progress/kendo-react-dateinputs": "5.10.0-dev.202301172157",
50
+ "@progress/kendo-react-dialogs": "5.10.0-dev.202301172157",
51
+ "@progress/kendo-react-dropdowns": "5.10.0-dev.202301172157",
52
+ "@progress/kendo-react-editor": "5.10.0-dev.202301172157",
53
+ "@progress/kendo-react-inputs": "5.10.0-dev.202301172157",
54
+ "@progress/kendo-react-intl": "5.10.0-dev.202301172157",
55
+ "@progress/kendo-react-layout": "5.10.0-dev.202301172157",
56
+ "@progress/kendo-react-upload": "5.10.0-dev.202301172157",
57
57
  "@progress/kendo-svg-icons": "^1.0.0"
58
58
  },
59
59
  "author": "Progress",