From 6beaca28a0f0f6a5a400c412855e00aaa7148783 Mon Sep 17 00:00:00 2001 From: Silviya Boteva Date: Thu, 2 Dec 2021 14:46:47 +0200 Subject: [PATCH 1/5] docs(nouvelle): remove beta tag --- packages/nouvelle/docs/_meta.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/nouvelle/docs/_meta.yml b/packages/nouvelle/docs/_meta.yml index 0b8b7d847b3..347dbf1663c 100644 --- a/packages/nouvelle/docs/_meta.yml +++ b/packages/nouvelle/docs/_meta.yml @@ -1,4 +1,3 @@ title: Nouvelle Theme position: 999 category: styling -tag: beta From 1c69d7df74a6419f273f1627adf6c32045f68e2d Mon Sep 17 00:00:00 2001 From: Silviya Boteva Date: Thu, 2 Dec 2021 14:48:09 +0200 Subject: [PATCH 2/5] docs(classic): remove React and Angular related links to the docs --- packages/classic/README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/classic/README.md b/packages/classic/README.md index a66c1b3a182..ca9a28fb612 100644 --- a/packages/classic/README.md +++ b/packages/classic/README.md @@ -36,9 +36,7 @@ and then import it in your project styles: For more information on how to implement the Classic theme in your project, refer to the following articles: -* [Using the Classic Theme in Angular Projects](https://www.telerik.com/kendo-angular-ui/components/styling/theme-classic/) -* [Using the Classic Theme in React Projects](https://www.telerik.com/kendo-react-ui/components/styling/theme-classic/) -* [Using the Classic Theme in jQuery Projects](http://docs.telerik.com/kendo-ui/styles-and-layout/sass-themes) +* [Using the Classic Theme in jQuery Projects](https://docs.telerik.com/kendo-ui/styles-and-layout/sass-themes) ## Customizing @@ -119,11 +117,9 @@ To ensure version predictability, we use [Semantic Versioning](https://semver.or This package is part of the following suites: -* [Kendo UI for Angular](http://www.telerik.com/kendo-angular-ui/) -* [KendoReact](http://www.telerik.com/kendo-react-ui/) -* [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) -* [UI for ASP.NET MVC](http://www.telerik.com/aspnet-mvc) -* [UI for ASP.NET Core](http://www.telerik.com/aspnet-core-ui) +* [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) All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui. From a83182224c8b2f3994d79cb6389d22bab5677d29 Mon Sep 17 00:00:00 2001 From: Silviya Boteva Date: Thu, 2 Dec 2021 14:48:52 +0200 Subject: [PATCH 3/5] docs(nouvelle): remove jQuery, MVC and Core related links to the docs --- packages/nouvelle/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/packages/nouvelle/README.md b/packages/nouvelle/README.md index 2826e176084..9eee085b345 100644 --- a/packages/nouvelle/README.md +++ b/packages/nouvelle/README.md @@ -38,7 +38,6 @@ For more information on how to implement the Nouvelle theme in your project, ref * [Using the Nouvelle Theme in Angular Projects](https://www.telerik.com/kendo-angular-ui/components/styling/theme-nouvelle/) * [Using the Nouvelle Theme in React Projects](https://www.telerik.com/kendo-react-ui/components/styling/theme-nouvelle/) -* [Using the Nouvelle Theme in jQuery Projects](http://docs.telerik.com/kendo-ui/styles-and-layout/sass-themes) ## Customizing @@ -121,11 +120,9 @@ To ensure version predictability, we use [Semantic Versioning](https://semver.or This package is part of the following suites: -* [Kendo UI for Angular](http://www.telerik.com/kendo-angular-ui/) -* [KendoReact](http://www.telerik.com/kendo-react-ui/) -* [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) -* [UI for ASP.NET MVC](http://www.telerik.com/aspnet-mvc) -* [UI for ASP.NET Core](http://www.telerik.com/aspnet-core-ui) +* [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/) +* [KendoReact](https://www.telerik.com/kendo-react-ui/) +* [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui) All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui. From 743a61751912f32fe3c7eee21c024ce067c9bf80 Mon Sep 17 00:00:00 2001 From: Silviya Boteva Date: Thu, 2 Dec 2021 14:50:21 +0200 Subject: [PATCH 4/5] docs(nouvelle): add additional description on the Overview page --- packages/nouvelle/docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/nouvelle/docs/index.md b/packages/nouvelle/docs/index.md index 73e5d3fb64d..309caab18b8 100644 --- a/packages/nouvelle/docs/index.md +++ b/packages/nouvelle/docs/index.md @@ -7,7 +7,9 @@ position: 1 # Nouvelle Theme Overview -> Kendo UI Nouvelle Theme is currently in development stage and it is, currently, covering the base components. Please vote for it if you want a full coverage: https://feedback.telerik.com/themes/1432136-add-theme-based-on-css-variables. +> 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). + +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. {% 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). From 098e00c329bf5acc8b8ec8e30385a7d8d1adf7f6 Mon Sep 17 00:00:00 2001 From: Silviya Boteva Date: Tue, 7 Dec 2021 10:48:18 +0200 Subject: [PATCH 5/5] 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).