@innovastudio/contentbox 1.0.31 → 1.0.32

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": "@innovastudio/contentbox",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "",
5
5
  "main": "public/contentbox/contentbox.esm.js",
6
6
  "files": [
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@ashthornton/asscroll": "^2.0.4",
42
- "@innovastudio/contentbuilder": "^1.0.61",
42
+ "@innovastudio/contentbuilder": "^1.0.62",
43
43
  "axios": "^0.21.4",
44
44
  "cors": "^2.8.5",
45
45
  "express": "^4.17.1",
@@ -287,7 +287,6 @@
287
287
  width: 100%;
288
288
  -webkit-transition: all 0.16s ease;
289
289
  transition: all 0.16s ease;
290
- image-rendering: -webkit-optimize-contrast;
291
290
  }
292
291
 
293
292
  #divStyles .is-overlay {