From c6c565d90b550ad255c22c5cb3a6c8ddf6b4dbbe Mon Sep 17 00:00:00 2001 From: Silviya Boteva Date: Tue, 7 Dec 2021 10:48:18 +0200 Subject: [PATCH] chore: address comments --- packages/classic/README.md | 6 +++--- packages/nouvelle/docs/index.md | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/classic/README.md b/packages/classic/README.md index ca9a28fb612..764f5c66e2c 100644 --- a/packages/classic/README.md +++ b/packages/classic/README.md @@ -118,10 +118,10 @@ To ensure version predictability, we use [Semantic Versioning](https://semver.or This package is part of the following suites: * [Kendo UI for jQuery](https://www.telerik.com/kendo-ui) -* [UI for ASP.NET MVC](https://www.telerik.com/aspnet-mvc) -* [UI for ASP.NET Core](https://www.telerik.com/aspnet-core-ui) +* [Telerik UI for ASP.NET MVC](https://www.telerik.com/aspnet-mvc) +* [Telerik UI for ASP.NET Core](https://www.telerik.com/aspnet-core-ui) -All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui. +Visit the [Kendo UI Pricing page](https://www.telerik.com/purchase/kendo-ui) to review Kendo UI commercial licensing and pricing. If you do not own a commercial license, the usage of this software shall be governed by the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). diff --git a/packages/nouvelle/docs/index.md b/packages/nouvelle/docs/index.md index 309caab18b8..c6d20e8c3cd 100644 --- a/packages/nouvelle/docs/index.md +++ b/packages/nouvelle/docs/index.md @@ -7,9 +7,11 @@ position: 1 # Nouvelle Theme Overview -> Kendo UI Nouvelle Theme is currently experimental and covers the base components such as buttons, inputs, etc. We have an official feature request that you can vote for if you want a full coverage: https://feedback.telerik.com/themes/1432136-add-theme-based-on-css-variables. Once scoped and planned, we will continue with the implementation. The updates will be posted in [this public issue](https://github.com/telerik/kendo-themes/issues/798). +> The Kendo UI Nouvelle Theme is currently experimental and covers base components such as buttons, inputs, etc. You can vote for it in this [Feedback Portal feature request](https://feedback.telerik.com/themes/1432136-add-theme-based-on-css-variables) if you want full coverage. Any updates will be posted in [this public issue](https://github.com/telerik/kendo-themes/issues/798). -In is root, the Kendo UI Nouvelle Theme is a CSS variables based for the Kendo UI components. [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) are properties you set in your stylesheets that reuse throughout the application. +In its essence, the Kendo UI Nouvelle Theme is a theme based on CSS variables that can be used with the Kendo UI component libraries. [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) are properties you set in your stylesheets that can be reused throughout the application. + +Unlike the Kendo UI Nouvelle Theme, the other three themes (Default, Bootstrap and Material) are based on [SCSS variables](https://sass-lang.com/documentation/variables). {% platform_content angular %} The Kendo UI for Angular Nouvelle theme is part of the Kendo UI for Angular library of UI components. It is distributed through NPM under the [kendo-theme-nouvelle package](https://www.npmjs.com/package/@progress/kendo-theme-nouvelle).