@innovastudio/contentbuilder 1.4.75 → 1.4.77

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.75",
4
+ "version": "1.4.77",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -28,7 +28,7 @@
28
28
  "@rollup/plugin-commonjs": "^20.0.0",
29
29
  "@rollup/plugin-eslint": "^8.0.1",
30
30
  "@rollup/plugin-image": "^2.1.1",
31
- "@rollup/plugin-node-resolve": "^13.0.5",
31
+ "@rollup/plugin-node-resolve": "^15.1.0",
32
32
  "babel-loader": "^8.2.2",
33
33
  "concurrently": "^6.2.1",
34
34
  "cors": "^2.8.5",
@@ -56,6 +56,7 @@
56
56
  "js-beautify": "^1.14.0",
57
57
  "moveable": "^0.30.0",
58
58
  "rangy": "^1.3.0",
59
+ "recordrtc": "^5.6.2",
59
60
  "sortablejs": "^1.14.0",
60
61
  "string-similarity": "^4.0.4"
61
62
  }
@@ -55,6 +55,7 @@ button:focus-visible {
55
55
  }
56
56
  .is-builder > div > div.cell-active:not([data-protected]) {
57
57
  outline: 1px solid #00da89;
58
+ transition: none !important;
58
59
  }
59
60
  .is-builder .row-active:not([data-protected]) {
60
61
  outline: 1px solid #00da89;
@@ -71,6 +72,7 @@ button:focus-visible {
71
72
  }
72
73
  .is-builder .cell-active .elm-active:not(button) {
73
74
  background: rgba(200, 200, 201, 0.11);
75
+ transition: none !important;
74
76
  }
75
77
  .is-builder .cell-active table.elm-active {
76
78
  background-color: transparent;