diff --git a/docs/source/addons/theme.md b/docs/source/addons/theme.md index c3ec9ae413..313182f3b2 100644 --- a/docs/source/addons/theme.md +++ b/docs/source/addons/theme.md @@ -136,7 +136,7 @@ THEME='volto-my-theme' yarn start ## Using your own theming escape hatch -Volto theming uses SemanticUI theming capabilities to define and extend a theme for your site. +Volto theming uses Semantic UI theming capabilities to define and extend a theme for your site. However, while maintaining and playing well with the Semantic UI Volto base, using a traditional CSS approach can be done using the LESS preprocessor-based `extras` escape hatch. At the same time, one can either discard or complement the extras escape hatch and add your own, by customizing the `theme.js` module in Volto. @@ -168,10 +168,10 @@ However, there is a problem with this approach. You cannot use existing theme variables, including breakpoints, on these new styles. Similarly, it gets somewhat detached from the normal flow of the loaded theme. The same applies for add-ons, as they are detached from the current theme. -One could use a SemanticUI approach for making this work, but it's SemanticUI bound. +One could use a Semantic UI approach for making this work, but it's Semantic UI bound. ```{warning} -This is only possible when using your own escape hatch, and works only with SCSS-based themes, and not with SemanticUI themes, since it enables a couple of entry points that only support SCSS files. +This is only possible when using your own escape hatch, and works only with SCSS-based themes, and not with Semantic UI themes, since it enables a couple of entry points that only support SCSS files. For an example of how it could be used, see: https://github.com/kitconcept/volto-light-theme ``` diff --git a/docs/source/development/folder-structure.md b/docs/source/development/folder-structure.md index 25249e3674..2f57336de3 100644 --- a/docs/source/development/folder-structure.md +++ b/docs/source/development/folder-structure.md @@ -49,7 +49,7 @@ Inside you can find the `theme.config` file that is used to set the theme general settings. The site customizations also should be located inside this folder following -[SemanticUI folder naming](https://github.com/Semantic-Org/Semantic-UI/tree/master/src/themes/default). +[Semantic UI folder naming](https://github.com/Semantic-Org/Semantic-UI/tree/master/src/themes/default). * assets * collections diff --git a/docs/source/release-notes/index.md b/docs/source/release-notes/index.md index 1b8ad26126..0c6ec4d47b 100644 --- a/docs/source/release-notes/index.md +++ b/docs/source/release-notes/index.md @@ -6987,7 +6987,7 @@ refer to all of them in https://github.com/plone/volto/releases ### Internal - Added `forest.eea.europa.eu` as deployed Volto in production @tiberiuichim -- Add SemanticUI responsive variables to the responsive utils @sneridagh +- Add Semantic UI responsive variables to the responsive utils @sneridagh - Added `yarnhook` to the build @sneridagh ## 4.0.0-alpha.36 (2020-02-03) diff --git a/docs/source/upgrade-guide/index.md b/docs/source/upgrade-guide/index.md index cfe8a63382..f419bd0e93 100644 --- a/docs/source/upgrade-guide/index.md +++ b/docs/source/upgrade-guide/index.md @@ -2110,7 +2110,7 @@ diffing the new ones with your versions. ### Testing lazy loaded components The whole process has been designed to have a minimal impact in existing projects. -However, only one thing should be changed in your components tests, especially if your components are composed of original Volto components (not SemanticUI ones, though). +However, only one thing should be changed in your components tests, especially if your components are composed of original Volto components (not Semantic UI ones, though). You should adapt them by mocking the Volto component or resolve (await) in an async construction before the test is fired. See this Codepen example: diff --git a/packages/volto/CHANGELOG.md b/packages/volto/CHANGELOG.md index 1b8ad26126..0c6ec4d47b 100644 --- a/packages/volto/CHANGELOG.md +++ b/packages/volto/CHANGELOG.md @@ -6987,7 +6987,7 @@ refer to all of them in https://github.com/plone/volto/releases ### Internal - Added `forest.eea.europa.eu` as deployed Volto in production @tiberiuichim -- Add SemanticUI responsive variables to the responsive utils @sneridagh +- Add Semantic UI responsive variables to the responsive utils @sneridagh - Added `yarnhook` to the build @sneridagh ## 4.0.0-alpha.36 (2020-02-03) diff --git a/packages/volto/news/5855.documentation b/packages/volto/news/5855.documentation new file mode 100644 index 0000000000..5a8a145f93 --- /dev/null +++ b/packages/volto/news/5855.documentation @@ -0,0 +1 @@ +The proper name is Semantic UI. @stevepiercy