@innovastudio/contentbuilder 1.4.86 → 1.4.88

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.86",
4
+ "version": "1.4.88",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -56,7 +56,6 @@
56
56
  "js-beautify": "^1.14.0",
57
57
  "moveable": "^0.30.0",
58
58
  "rangy": "^1.3.0",
59
- "socket.io-client": "^4.7.1",
60
59
  "sortablejs": "^1.14.0",
61
60
  "string-similarity-js": "^2.1.4"
62
61
  }
@@ -407,6 +407,8 @@ button:focus-visible {
407
407
  border: 1px solid #f2f2f2;
408
408
  box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
409
409
  outline: none;
410
+ border-radius: 5px;
411
+ overflow: hidden;
410
412
  }
411
413
  #_cbhtml .is-pop:hover,
412
414
  .is-ui .is-pop:hover {
@@ -651,6 +653,8 @@ button:focus-visible {
651
653
  color: #000;
652
654
  background: #fff;
653
655
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 9px 0px;
656
+ border-radius: 3px;
657
+ overflow: hidden;
654
658
  }
655
659
  #_cbhtml .is-rte-tool div[role=button],
656
660
  #_cbhtml .is-elementrte-tool div[role=button],
@@ -846,6 +850,8 @@ button:focus-visible {
846
850
  box-sizing: border-box;
847
851
  overflow: hidden;
848
852
  outline: none;
853
+ border-radius: 2px;
854
+ overflow: hidden;
849
855
  }
850
856
  #_cbhtml .is-rte-pop > div,
851
857
  .is-ui .is-rte-pop > div {
@@ -1972,6 +1978,8 @@ button:focus-visible {
1972
1978
  background: #fff;
1973
1979
  border: 1px solid rgba(212, 217, 226, 0.75);
1974
1980
  box-shadow: 6px 14px 20px 0px rgba(95, 95, 95, 0.08);
1981
+ border-radius: 5px;
1982
+ overflow: hidden;
1975
1983
  }
1976
1984
  #_cbhtml .is-modal .is-modal-content,
1977
1985
  .is-ui .is-modal .is-modal-content {
@@ -1990,7 +1998,8 @@ button:focus-visible {
1990
1998
  width: 100%;
1991
1999
  padding: 25px 25px;
1992
2000
  box-sizing: border-box;
1993
- border-radius: 4px;
2001
+ border-radius: 5px;
2002
+ overflow: hidden;
1994
2003
  }
1995
2004
  #_cbhtml .is-modal.is-modal-full > div:not(.is-modal-overlay),
1996
2005
  .is-ui .is-modal.is-modal-full > div:not(.is-modal-overlay) {
@@ -4274,6 +4283,8 @@ button:focus-visible {
4274
4283
  box-sizing: border-box;
4275
4284
  padding: 0;
4276
4285
  outline: none;
4286
+ border-radius: 2px;
4287
+ overflow: hidden;
4277
4288
  }
4278
4289
  .is-tool:hover {
4279
4290
  z-index: 10003;