@constructor-io/constructorio-ui-quizzes 1.10.3 → 1.10.4

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/lib/cjs/utils.js CHANGED
@@ -10,7 +10,7 @@ const renderImages = (images, cssClasses) => {
10
10
  if (primaryUrl) {
11
11
  const windowWidth = window.innerWidth;
12
12
  let src = primaryUrl;
13
- let alt = primaryAlt || 'Quiz Image';
13
+ let alt = primaryAlt || '';
14
14
  if (windowWidth > 768 && secondaryUrl) {
15
15
  src = secondaryUrl;
16
16
  if (secondaryAlt) {
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '1.10.3';
3
+ exports.default = '1.10.4';
package/lib/mjs/utils.js CHANGED
@@ -6,7 +6,7 @@ export const renderImages = (images, cssClasses) => {
6
6
  if (primaryUrl) {
7
7
  const windowWidth = window.innerWidth;
8
8
  let src = primaryUrl;
9
- let alt = primaryAlt || 'Quiz Image';
9
+ let alt = primaryAlt || '';
10
10
  if (windowWidth > 768 && secondaryUrl) {
11
11
  src = secondaryUrl;
12
12
  if (secondaryAlt) {
@@ -1 +1 @@
1
- export default '1.10.3';
1
+ export default '1.10.4';
@@ -1,2 +1,2 @@
1
- declare const _default: "1.10.3";
1
+ declare const _default: "1.10.4";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-ui-quizzes",
3
- "version": "1.10.3",
3
+ "version": "1.10.4",
4
4
  "description": "Constructor.io Quizzes UI library for web applications",
5
5
  "author": "constructor.io",
6
6
  "license": "MIT",