@progress/kendo-react-common 10.0.0-develop.5 → 10.1.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.
Files changed (2) hide show
  1. package/README.md +13 -15
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,17 +1,15 @@
1
- <a href="https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common&utm_content=banner" target="_blank">
2
- <img width="631" src="https://www.telerik.com/kendo-react-ui/components/npm-banner.svg" alt="KendoReact NPM Banner">
3
- </a>
1
+ [![KendoReact NPM Banner](https://github.com/user-attachments/assets/3d2c6943-7f1d-4147-96cb-fa7bf6251462)](https://www.telerik.com/kendo-react-ui/components/free?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common&utm_content=banner)
4
2
 
5
3
  # KendoReact Common Library for React
6
4
 
7
5
  > **Important**
8
6
  >
9
7
  > - This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common)&mdash;an enterprise-grade UI library with 120+ free and premium components.
10
- > - This package contains both free and premium KendoReact components and tools. To use the premium components, you will need to [purchase a license](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) or register for a [free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common). You can use the free components even in production, no sign-up or license required.
11
- > - If you're looking for free React components, check out [Get Started with KendoReact Free: 50+ Free React Components](https://www.telerik.com/kendo-react-ui/components/free).
8
+ > - It contains both free and premium KendoReact components and tools. To use the premium components, you will need to [purchase a license](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) or register for a [free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common). You can use the free components without having to sign up or get a license key.
9
+ > - If you're looking for free React components, check out [Get Started with KendoReact Free](https://www.telerik.com/kendo-react-ui/components/free).
12
10
  > - If you have an active license, visit the [KendoReact My License page](https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) to learn how to configure your KendoReact licensing.
13
11
  > - Installing and working with this package indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common).
14
- > - The 30-day free trial gives you access to all the KendoReact components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the KendoReact dev team!
12
+ > - The 30-day free trial gives you access to all KendoReact components and their full functionality. Additionally, for the period of your trial, you can use our legendary technical support provided directly by the KendoReact dev team!
15
13
  >
16
14
  > [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!
17
15
 
@@ -41,7 +39,7 @@ Additional information:
41
39
 
42
40
  > This is a KendoReact **premium component** and requires a commercial license or an active trial license.
43
41
 
44
- [The KendoReact Draggable component](https://www.telerik.com/kendo-react-ui/components/common/drag-and-drop?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) enables the drag-and-drop functionality and enables the user to drag and drop component elements.
42
+ [The KendoReact Draggable component](https://www.telerik.com/kendo-react-ui/components/common/drag-and-drop?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) enables the drag-and-drop functionality with which the user can drag and drop component elements.
45
43
 
46
44
  How to use the Draggable component in your apps:
47
45
 
@@ -57,9 +55,9 @@ import { DragAndDrop, useDroppable, NormalizedDragEvent } from '@progress/kendo-
57
55
 
58
56
  ## React Icon Component
59
57
 
60
- > This is a **free React component**&mdash;no sign-up or license required, even in production.
58
+ > This is a **free React component**&mdash;no sign-up or license required.
61
59
 
62
- [The KendoReact Icon component](https://www.telerik.com/kendo-react-ui/components/utils/icon/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) is used to display font icons. [All Kendo UI Icons](https://www.telerik.com/kendo-react-ui/components/styling/icons/#list-of-font-icons/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) are supported. To ensure React developers can use these icons in any scenario, the KendoReact Icon component displays icons as font icons.
60
+ [The KendoReact Icon component](https://www.telerik.com/kendo-react-ui/components/utils/icon/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) is used to display font icons to ensure React developers can use icons in any scenario. [All Kendo UI Icons](https://www.telerik.com/kendo-react-ui/components/styling/icons/#list-of-font-icons/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) are supported.
63
61
 
64
62
  How to use the Icon component in your apps:
65
63
 
@@ -72,7 +70,7 @@ import { Icon } from '@progress/kendo-react-common';
72
70
 
73
71
  ## React SvgIcon Component
74
72
 
75
- > This is a **free React component**&mdash;no sign-up or license required, even in production.
73
+ > This is a **free React component**&mdash;no sign-up or license required.
76
74
 
77
75
  [The KendoReact SvgIcon component](https://www.telerik.com/kendo-react-ui/components/utils/svgicon/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) is used to display SVG icons. KendoReact delivers more than 500 SVG icons. The size, color and orientation of the KendoReact SvgIcon component can be easily customized through the available properties.
78
76
 
@@ -87,9 +85,9 @@ import { home } from '@progress/kendo-svg-icons'; // This dependency is not auto
87
85
 
88
86
  ## React Typography Component
89
87
 
90
- > This is a **free React component**&mdash;no sign-up or license required, even in production.
88
+ > This is a **free React component**&mdash;no sign-up or license required.
91
89
 
92
- [The KendoReact Typography component](https://www.telerik.com/kendo-react-ui/components/utils/typography/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) is a reusable component that helps presenting the content in a React application. It could trim down a lot of time as the application grows. You can quickly add additional style to the Typography by choosing from the predefined styling options.
90
+ [The KendoReact Typography component](https://www.telerik.com/kendo-react-ui/components/utils/typography/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) is a reusable component that helps presenting text in a React application. It could trim down a lot of time as the application grows. You can quickly add additional Typography styles by choosing from the predefined options.
93
91
 
94
92
  How to use the SvgIcon component in your apps:
95
93
 
@@ -103,7 +101,7 @@ import { Typography } from '@progress/kendo-react-common';
103
101
 
104
102
  ## React AdaptiveModeContext
105
103
 
106
- > This is a **free React utility**&mdash;no sign-up or license required, even in production.
104
+ > This is a **free React utility**&mdash;no sign-up or license required.
107
105
 
108
106
  [The KendoReact AdaptiveModeContext utility](https://www.telerik.com/kendo-react-ui/components/common/adaptive-mode?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) is a React context that provides a global configuration for adaptive rendering across various components. It lets you define breakpoints for small and medium screen sizes. This context is essential for implementing responsive layouts, where UI components such as DatePicker, DropDownList, ComboBox, and others may need to adapt.
109
107
 
@@ -123,7 +121,7 @@ import { AdaptiveModeContext } from '@progress/kendo-react-common';
123
121
 
124
122
  For any issues you might encounter while working with the KendoReact Common package, use any of the available support channels:
125
123
 
126
- - Industry-leading technical support&mdash;KendoReact paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use [the dedicated KendoReact support system](https://www.telerik.com/account/support-tickets?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common).
124
+ - Industry-leading technical support&mdash;KendoReact paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use [the dedicated KendoReact support system](https://www.telerik.com/account/support-center/contact-us/technical-support?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common).
127
125
  - Product forums&mdash;The [KendoReact forums](https://www.telerik.com/forums/kendo-ui-react?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) are part of the free support you can get from the community and from the KendoReact team.
128
126
  - Feedback portal&mdash;The [KendoReact feedback portal](https://feedback.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common) is where you can request and vote for new features to be added.
129
127
 
@@ -132,7 +130,7 @@ For any issues you might encounter while working with the KendoReact Common pack
132
130
  General resources:
133
131
 
134
132
  - [Getting Started with KendoReact](https://www.telerik.com/kendo-react-ui/components/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common)
135
- - [Get Started with KendoReact Free: 50+ Free React Components](https://www.telerik.com/kendo-react-ui/components/free)
133
+ - [Get Started with KendoReact Free](https://www.telerik.com/kendo-react-ui/components/free)
136
134
  - [KendoReact Roadmap](https://www.telerik.com/kendo-react-ui/roadmap/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common)
137
135
  - [Blogs](https://www.telerik.com/blogs/tag/kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common)
138
136
  - [Demos, documentation, and component reference](https://www.telerik.com/kendo-react-ui/components/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-common)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-common",
3
- "version": "10.0.0-develop.5",
3
+ "version": "10.1.0-develop.1",
4
4
  "description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
- "@progress/kendo-licensing": "^1.5.0",
28
+ "@progress/kendo-licensing": "^1.5.1",
29
29
  "@progress/kendo-svg-icons": "^4.0.0",
30
30
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
31
31
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"