From 2bff0568500e4673c94cd76bd51ec5773fcf4544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olli=20Tiet=C3=A4v=C3=A4inen?= Date: Thu, 24 Apr 2025 12:00:47 +0300 Subject: [PATCH 1/2] Update configuration.adoc Clarified the language of the Core & Pro Vaadin React Components chapter --- articles/hilla/reference/configuration.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/hilla/reference/configuration.adoc b/articles/hilla/reference/configuration.adoc index 6cd98a830d..f918222fea 100644 --- a/articles/hilla/reference/configuration.adoc +++ b/articles/hilla/reference/configuration.adoc @@ -10,7 +10,7 @@ include::{root}/articles/hilla/lit/reference/configuration.adoc[tag=content] == Core & Pro Vaadin React Components -Vaadin React components include free, core components and commercial (i.e., professional) components. They're shipped in separate npm packages: `@vaadin/react-components`, which is only free; and `@vaadin/react-components-pro`, which is only commercial. Vaadin adds both of these packages to [filename]`package.json` if `com.vaadin:vaadin` artifact is in the project's configuration: +Vaadin React Components include free core components and Pro (commercial) components. They're shipped in separate npm packages: `@vaadin/react-components`, which contains only free components; and `@vaadin/react-components-pro`, which is contains only commercial components. Vaadin adds both of these packages to [filename]`package.json` if the `com.vaadin:vaadin` artifact is used in the project configuration: [source,xml] .pom.xml @@ -21,7 +21,7 @@ Vaadin React components include free, core components and commercial (i.e., prof ---- -It adds only `@vaadin/react-components` if `com.vaadin:vaadin-core` is used: +If the `com.vaadin:vaadin-core` dependency is used, only the free `@vaadin/react-components` package is added: [source,xml] .pom.xml From ecf4c26f51e62f1e95b3e39f77ab414e03b0caa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olli=20Tiet=C3=A4v=C3=A4inen?= Date: Wed, 30 Apr 2025 15:24:10 +0300 Subject: [PATCH 2/2] AI language review fixes --- articles/hilla/reference/configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/hilla/reference/configuration.adoc b/articles/hilla/reference/configuration.adoc index f918222fea..db682ebf7e 100644 --- a/articles/hilla/reference/configuration.adoc +++ b/articles/hilla/reference/configuration.adoc @@ -10,7 +10,7 @@ include::{root}/articles/hilla/lit/reference/configuration.adoc[tag=content] == Core & Pro Vaadin React Components -Vaadin React Components include free core components and Pro (commercial) components. They're shipped in separate npm packages: `@vaadin/react-components`, which contains only free components; and `@vaadin/react-components-pro`, which is contains only commercial components. Vaadin adds both of these packages to [filename]`package.json` if the `com.vaadin:vaadin` artifact is used in the project configuration: +Vaadin React components include free core components and Pro (commercial) components. They're shipped in separate npm packages: `@vaadin/react-components`, which contains only free components; and `@vaadin/react-components-pro`, which contains only commercial components. Vaadin adds both of these packages to [filename]`package.json` if the `com.vaadin:vaadin` artifact is used in the Java project configuration. By default, this is done in the Maven [filename]`pom.xml`. [source,xml] .pom.xml