@innovastudio/contentbuilder 1.4.68 → 1.4.69

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.68",
4
+ "version": "1.4.69",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -3304,7 +3304,7 @@ button:focus-visible {
3304
3304
  padding-left: 25px;
3305
3305
  padding-right: 25px;
3306
3306
  min-width: 110px;
3307
- background: #f7f7f7;
3307
+ background: #f3f3f3;
3308
3308
  border: transparent 1px solid;
3309
3309
  box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
3310
3310
  }
@@ -3312,7 +3312,7 @@ button:focus-visible {
3312
3312
  #_cbhtml .is-btn.classic-primary:hover,
3313
3313
  .is-ui button.classic-primary:hover,
3314
3314
  .is-ui .is-btn.classic-primary:hover {
3315
- background: #f9f9f9;
3315
+ background: #f3f3f3;
3316
3316
  border: transparent 1px solid;
3317
3317
  }
3318
3318
  #_cbhtml button.classic-secondary,
@@ -4924,7 +4924,7 @@ button:focus-visible {
4924
4924
  .is-builder[hidesnippetaddtool] .row-active .is-rowadd-tool {
4925
4925
  display: none;
4926
4926
  }
4927
- .is-builder[hideelementhighlight] .elm-active {
4927
+ .is-builder[hideelementhighlight] .cell-active .elm-active {
4928
4928
  background-color: transparent;
4929
4929
  }
4930
4930
 
@@ -5217,6 +5217,9 @@ class Util {
5217
5217
  pop.setAttribute('aria-hidden', true);
5218
5218
  });
5219
5219
  this.builder.colTool.lockIndicator.style.display = '';
5220
+ if (this.builder.resize) {
5221
+ this.builder.resize.destroy(); // destroy previous instance
5222
+ }
5220
5223
 
5221
5224
  // Clear resizable images
5222
5225
  // this.builder.element.image.clearImageResizer();
@@ -77460,7 +77463,7 @@ class Dictation {
77460
77463
  }
77461
77464
  }
77462
77465
  .path {
77463
- stroke: #b7b7b7;
77466
+ stroke: #232323; /* #b7b7b7; */
77464
77467
  stroke-dasharray: 187;
77465
77468
  stroke-dashoffset: 0;
77466
77469
  transform-origin: center;