@progress/kendo-react-charts 7.3.0-develop.4 → 7.4.0-develop.1

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/index.d.mts CHANGED
@@ -1580,7 +1580,7 @@ export declare const ChartBreadcrumb: React_2.ForwardRefExoticComponent<ChartBre
1580
1580
 
1581
1581
  /**
1582
1582
  * Represents the Object which is passed to the
1583
- * [`ref`](https://reactjs.org/docs/refs-and-the-dom.html) callback of the ChartBreadcrumb component.
1583
+ * [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the ChartBreadcrumb component.
1584
1584
  */
1585
1585
  declare interface ChartBreadcrumbHandle {
1586
1586
  /**
@@ -4590,7 +4590,7 @@ export declare interface SankeyEvent extends Omit<SankeyEvent_2, 'originalEvent'
4590
4590
  export declare type SankeyEventHandler = (event: SankeyEvent) => void;
4591
4591
 
4592
4592
  /**
4593
- * Represents the object which is passed to the [`ref`](https://reactjs.org/docs/refs-and-the-dom.html)
4593
+ * Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
4594
4594
  * callback of the [Sankey]({% slug api_charts_sankey %}) component.
4595
4595
  */
4596
4596
  export declare interface SankeyHandle {
package/index.d.ts CHANGED
@@ -1580,7 +1580,7 @@ export declare const ChartBreadcrumb: React_2.ForwardRefExoticComponent<ChartBre
1580
1580
 
1581
1581
  /**
1582
1582
  * Represents the Object which is passed to the
1583
- * [`ref`](https://reactjs.org/docs/refs-and-the-dom.html) callback of the ChartBreadcrumb component.
1583
+ * [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the ChartBreadcrumb component.
1584
1584
  */
1585
1585
  declare interface ChartBreadcrumbHandle {
1586
1586
  /**
@@ -4590,7 +4590,7 @@ export declare interface SankeyEvent extends Omit<SankeyEvent_2, 'originalEvent'
4590
4590
  export declare type SankeyEventHandler = (event: SankeyEvent) => void;
4591
4591
 
4592
4592
  /**
4593
- * Represents the object which is passed to the [`ref`](https://reactjs.org/docs/refs-and-the-dom.html)
4593
+ * Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
4594
4594
  * callback of the [Sankey]({% slug api_charts_sankey %}) component.
4595
4595
  */
4596
4596
  export declare interface SankeyHandle {
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-charts",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1710250080,
13
+ publishDate: 1711099106,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-charts",
3
- "version": "7.3.0-develop.4",
3
+ "version": "7.4.0-develop.1",
4
4
  "description": "React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -24,10 +24,10 @@
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-drawing": "^1.19.0",
26
26
  "@progress/kendo-licensing": "^1.3.4",
27
- "@progress/kendo-react-common": "7.3.0-develop.4",
28
- "@progress/kendo-react-intl": "7.3.0-develop.4",
29
- "@progress/kendo-react-layout": "7.3.0-develop.4",
30
- "@progress/kendo-react-popup": "7.3.0-develop.4",
27
+ "@progress/kendo-react-common": "7.4.0-develop.1",
28
+ "@progress/kendo-react-intl": "7.4.0-develop.1",
29
+ "@progress/kendo-react-layout": "7.4.0-develop.1",
30
+ "@progress/kendo-react-popup": "7.4.0-develop.1",
31
31
  "@progress/kendo-svg-icons": "^2.1.0",
32
32
  "hammerjs": "^2.0.0",
33
33
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",