@progress/kendo-react-layout 5.17.0-dev.202308101212 → 5.17.0-dev.202308101804

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-layout',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1691666440,
8
+ publishDate: 1691687659,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ import { SVGIcon } from '@progress/kendo-react-common';
2
3
  /**
3
4
  * Represents the props of the PanelBarItem component.
4
5
  */
@@ -42,7 +43,7 @@ export interface PanelBarItemProps {
42
43
  /**
43
44
  * Defines an SVG icon that will be rendered next to the title ([see example]({% slug titlesitems_panelbar %}#toc-adding-icons)).
44
45
  */
45
- svgIcon?: string;
46
+ svgIcon?: SVGIcon;
46
47
  /**
47
48
  * Defines an icon with a custom CSS class that will be rendered next to the title ([see example]({% slug titlesitems_panelbar %}#toc-adding-icons)).
48
49
  */
@@ -1 +1,2 @@
1
+ /* eslint-disable max-len */
1
2
  export {};
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-layout',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1691666440,
11
+ publishDate: 1691687659,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ import { SVGIcon } from '@progress/kendo-react-common';
2
3
  /**
3
4
  * Represents the props of the PanelBarItem component.
4
5
  */
@@ -42,7 +43,7 @@ export interface PanelBarItemProps {
42
43
  /**
43
44
  * Defines an SVG icon that will be rendered next to the title ([see example]({% slug titlesitems_panelbar %}#toc-adding-icons)).
44
45
  */
45
- svgIcon?: string;
46
+ svgIcon?: SVGIcon;
46
47
  /**
47
48
  * Defines an icon with a custom CSS class that will be rendered next to the title ([see example]({% slug titlesitems_panelbar %}#toc-adding-icons)).
48
49
  */
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
+ /* eslint-disable max-len */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });