@innovastudio/contentbuilder 1.4.76 → 1.4.78

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.76",
4
+ "version": "1.4.78",
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,8 @@
56
56
  "js-beautify": "^1.14.0",
57
57
  "moveable": "^0.30.0",
58
58
  "rangy": "^1.3.0",
59
+ "recordrtc": "^5.6.2",
60
+ "socket.io-client": "^4.7.1",
59
61
  "sortablejs": "^1.14.0",
60
62
  "string-similarity": "^4.0.4"
61
63
  }
@@ -32,6 +32,11 @@ button:focus-visible {
32
32
  transition: all ease 0.1s;
33
33
  }
34
34
 
35
+ .focus-outline {
36
+ outline: #3e93f7 2px solid !important;
37
+ outline-offset: 2px !important;
38
+ }
39
+
35
40
  .is-builder {
36
41
  transition: all ease 0.3s;
37
42
  transform-origin: top;
@@ -55,6 +60,7 @@ button:focus-visible {
55
60
  }
56
61
  .is-builder > div > div.cell-active:not([data-protected]) {
57
62
  outline: 1px solid #00da89;
63
+ transition: none !important;
58
64
  }
59
65
  .is-builder .row-active:not([data-protected]) {
60
66
  outline: 1px solid #00da89;
@@ -71,6 +77,7 @@ button:focus-visible {
71
77
  }
72
78
  .is-builder .cell-active .elm-active:not(button) {
73
79
  background: rgba(200, 200, 201, 0.11);
80
+ transition: none !important;
74
81
  }
75
82
  .is-builder .cell-active table.elm-active {
76
83
  background-color: transparent;