@progress/kendo-react-common 5.9.0 → 5.10.0-dev.202211101249
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 +7 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
>
|
|
13
13
|
> [Start using KendoReact](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) and speed up your development process!
|
|
14
14
|
|
|
15
|
-
The
|
|
15
|
+
The React Common package, part of KendoReact, delivers common utilities that can be used with the KendoReact UI components to enhance their performance and functionality.
|
|
16
16
|
|
|
17
17
|
What's in this package (ToC):
|
|
18
18
|
|
|
@@ -56,6 +56,12 @@ For any issues you might encounter while working with the KendoReact common, use
|
|
|
56
56
|
* [KendoReact pricing and licensing](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common)
|
|
57
57
|
* [Changelog](https://www.telerik.com/kendo-react-ui/components/changelogs/ui-for-react/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common)
|
|
58
58
|
|
|
59
|
+
High-level component overview pages
|
|
60
|
+
|
|
61
|
+
* [React Drag & Drop Utilities](https://www.telerik.com/kendo-react-ui/drag-and-drop)
|
|
62
|
+
* [React Icon & SvgIcon Components](https://www.telerik.com/kendo-react-ui/icon-svgicon)
|
|
63
|
+
* [React Typography Component](https://www.telerik.com/kendo-react-ui/typography)
|
|
64
|
+
|
|
59
65
|
*Copyright © 2022 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
|
|
60
66
|
|
|
61
67
|
*Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
|
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.
|
|
4
|
+
"version": "5.10.0-dev.202211101249",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-react.git"
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@progress/kendo-drawing": "^1.8.0",
|
|
46
46
|
"@progress/kendo-licensing": "^1.0.1",
|
|
47
|
-
"@progress/kendo-react-buttons": "5.
|
|
48
|
-
"@progress/kendo-react-dateinputs": "5.
|
|
49
|
-
"@progress/kendo-react-dialogs": "5.
|
|
50
|
-
"@progress/kendo-react-dropdowns": "5.
|
|
51
|
-
"@progress/kendo-react-editor": "5.
|
|
52
|
-
"@progress/kendo-react-inputs": "5.
|
|
53
|
-
"@progress/kendo-react-intl": "5.
|
|
54
|
-
"@progress/kendo-react-layout": "5.
|
|
55
|
-
"@progress/kendo-react-upload": "5.
|
|
47
|
+
"@progress/kendo-react-buttons": "5.10.0-dev.202211101249",
|
|
48
|
+
"@progress/kendo-react-dateinputs": "5.10.0-dev.202211101249",
|
|
49
|
+
"@progress/kendo-react-dialogs": "5.10.0-dev.202211101249",
|
|
50
|
+
"@progress/kendo-react-dropdowns": "5.10.0-dev.202211101249",
|
|
51
|
+
"@progress/kendo-react-editor": "5.10.0-dev.202211101249",
|
|
52
|
+
"@progress/kendo-react-inputs": "5.10.0-dev.202211101249",
|
|
53
|
+
"@progress/kendo-react-intl": "5.10.0-dev.202211101249",
|
|
54
|
+
"@progress/kendo-react-layout": "5.10.0-dev.202211101249",
|
|
55
|
+
"@progress/kendo-react-upload": "5.10.0-dev.202211101249",
|
|
56
56
|
"@progress/kendo-svg-icons": "^0.0.5"
|
|
57
57
|
},
|
|
58
58
|
"author": "Progress",
|