speaker-calibration 2.2.179 → 2.2.180

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": "speaker-calibration",
3
- "version": "2.2.179",
3
+ "version": "2.2.180",
4
4
  "description": "Speaker calibration library for auditory testing",
5
5
  "main": "dist/main.js",
6
6
  "directories": {
package/src/utils.js CHANGED
@@ -169,6 +169,7 @@ export const createAndShowPopup = (lang) => {
169
169
  </div>`,
170
170
  showConfirmButton: false,
171
171
  position: 'bottom',
172
+ width: "40%",
172
173
  customClass: {
173
174
  container:'no-background',
174
175
  },