l-min-components 1.7.1490 → 1.7.1492

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.7.1490",
3
+ "version": "1.7.1492",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -410,13 +410,13 @@ const SpeechAnalysis = ({
410
410
  title="Fluency"
411
411
  message="Your level of speaking proficiency in the language."
412
412
  type="yellow"
413
- value={`<span>${selectionSelectionValue?.data?.fluency}</span><br/> decibel level)`}
413
+ value={`<span>${selectionSelectionValue?.data?.fluency}%</span>`}
414
414
  />
415
415
  <ClarityItem
416
416
  title="Audibility"
417
417
  message="How clearly you project your voice while speaking."
418
418
  type="purple"
419
- value={`<span>${selectionSelectionValue?.data?.audibility}%</span>`}
419
+ value={`<span>${selectionSelectionValue?.data?.audibility}</span><br/> (decibel level)`}
420
420
  />
421
421
  <ClarityItem
422
422
  title="Intonation"