@progress/kendo-react-notification 13.3.0-develop.2 → 13.3.0-develop.4
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 +4 -4
- package/index.d.ts +4 -4
- package/package.json +2 -2
package/index.d.mts
CHANGED
|
@@ -10,7 +10,7 @@ import { JSX } from 'react/jsx-runtime';
|
|
|
10
10
|
import * as React_2 from 'react';
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
|
-
* Represents the [KendoReact Notification component](
|
|
13
|
+
* Represents the [KendoReact Notification component](https://www.telerik.com/kendo-react-ui/components/notification).
|
|
14
14
|
*/
|
|
15
15
|
declare class Notification_2 extends React_2.Component<NotificationProps> {
|
|
16
16
|
/**
|
|
@@ -63,7 +63,7 @@ export declare interface NotificationEvent {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/**
|
|
66
|
-
* Represents the [KendoReact NotificationGroup component](
|
|
66
|
+
* Represents the [KendoReact NotificationGroup component](https://www.telerik.com/kendo-react-ui/components/notification/api/notificationgroup).
|
|
67
67
|
*/
|
|
68
68
|
export declare class NotificationGroup extends React_2.Component<NotificationGroupProps> {
|
|
69
69
|
/**
|
|
@@ -80,7 +80,7 @@ export declare class NotificationGroup extends React_2.Component<NotificationGro
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
/**
|
|
83
|
-
* Represents the props of the [KendoReact NotificationGroup component](
|
|
83
|
+
* Represents the props of the [KendoReact NotificationGroup component](https://www.telerik.com/kendo-react-ui/components/notification/api/notificationgroup).
|
|
84
84
|
*/
|
|
85
85
|
export declare interface NotificationGroupProps {
|
|
86
86
|
/**
|
|
@@ -108,7 +108,7 @@ export declare interface NotificationGroupProps {
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
|
-
* Represents the props of the [KendoReact Notification component](
|
|
111
|
+
* Represents the props of the [KendoReact Notification component](https://www.telerik.com/kendo-react-ui/components/notification).
|
|
112
112
|
*/
|
|
113
113
|
export declare interface NotificationProps {
|
|
114
114
|
/**
|
package/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { JSX } from 'react/jsx-runtime';
|
|
|
10
10
|
import * as React_2 from 'react';
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
|
-
* Represents the [KendoReact Notification component](
|
|
13
|
+
* Represents the [KendoReact Notification component](https://www.telerik.com/kendo-react-ui/components/notification).
|
|
14
14
|
*/
|
|
15
15
|
declare class Notification_2 extends React_2.Component<NotificationProps> {
|
|
16
16
|
/**
|
|
@@ -63,7 +63,7 @@ export declare interface NotificationEvent {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/**
|
|
66
|
-
* Represents the [KendoReact NotificationGroup component](
|
|
66
|
+
* Represents the [KendoReact NotificationGroup component](https://www.telerik.com/kendo-react-ui/components/notification/api/notificationgroup).
|
|
67
67
|
*/
|
|
68
68
|
export declare class NotificationGroup extends React_2.Component<NotificationGroupProps> {
|
|
69
69
|
/**
|
|
@@ -80,7 +80,7 @@ export declare class NotificationGroup extends React_2.Component<NotificationGro
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
/**
|
|
83
|
-
* Represents the props of the [KendoReact NotificationGroup component](
|
|
83
|
+
* Represents the props of the [KendoReact NotificationGroup component](https://www.telerik.com/kendo-react-ui/components/notification/api/notificationgroup).
|
|
84
84
|
*/
|
|
85
85
|
export declare interface NotificationGroupProps {
|
|
86
86
|
/**
|
|
@@ -108,7 +108,7 @@ export declare interface NotificationGroupProps {
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
|
-
* Represents the props of the [KendoReact Notification component](
|
|
111
|
+
* Represents the props of the [KendoReact Notification component](https://www.telerik.com/kendo-react-ui/components/notification).
|
|
112
112
|
*/
|
|
113
113
|
export declare interface NotificationProps {
|
|
114
114
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-notification",
|
|
3
|
-
"version": "13.3.0-develop.
|
|
3
|
+
"version": "13.3.0-develop.4",
|
|
4
4
|
"description": "React Notification renders a message to the user with information about the status of an app process. KendoReact Notification package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-licensing": "^1.7.2",
|
|
29
|
-
"@progress/kendo-react-common": "13.3.0-develop.
|
|
29
|
+
"@progress/kendo-react-common": "13.3.0-develop.4",
|
|
30
30
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
31
31
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
32
32
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|