@innovastudio/contentbox 1.5.73 → 1.5.75

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.73",
4
+ "version": "1.5.75",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -39,6 +39,7 @@
39
39
  "formidable-serverless": "^1.1.1",
40
40
  "mini-css-extract-plugin": "^2.2.0",
41
41
  "multer": "^1.4.5-lts.1",
42
+ "request": "^2.88.2",
42
43
  "rollup": "^2.59.0",
43
44
  "rollup-plugin-terser": "^7.0.2",
44
45
  "sass": "^1.38.1",
@@ -50,7 +51,7 @@
50
51
  "ws": "^8.13.0"
51
52
  },
52
53
  "dependencies": {
53
- "@innovastudio/contentbuilder": "^1.4.89",
54
+ "@innovastudio/contentbuilder": "^1.4.97",
54
55
  "js-beautify": "^1.14.0"
55
56
  }
56
57
  }
@@ -757,3 +757,7 @@
757
757
  .is-box-info * {
758
758
  color: #000;
759
759
  }
760
+
761
+ .box-modal-open .box-select .is-container {
762
+ outline: #00da89 1px solid;
763
+ }