@festo-ui/react 6.0.0-dev.205 → 6.0.0-dev.213

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.
@@ -22,7 +22,7 @@ export default class SearchSuggestion {
22
22
  const part1 = suggestionString.substring(0, boldStart);
23
23
  const part2 = suggestionString.substring(boldStart, boldEnd);
24
24
  const part3 = suggestionString.substring(boldEnd, suggestionString.length);
25
- template = `${part1}<b>${part2}</b>${part3}`;
25
+ template = `${part1}<strong>${part2}</strong>${part3}`;
26
26
  }
27
27
  return {
28
28
  value: suggestionString,
@@ -28,7 +28,7 @@ class SearchSuggestion {
28
28
  const part1 = suggestionString.substring(0, boldStart);
29
29
  const part2 = suggestionString.substring(boldStart, boldEnd);
30
30
  const part3 = suggestionString.substring(boldEnd, suggestionString.length);
31
- template = `${part1}<b>${part2}</b>${part3}`;
31
+ template = `${part1}<strong>${part2}</strong>${part3}`;
32
32
  }
33
33
  return {
34
34
  value: suggestionString,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/react",
3
- "version": "6.0.0-dev.205",
3
+ "version": "6.0.0-dev.213",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "exports": {