@innovastudio/contentbuilder 1.3.28 → 1.3.29

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/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.3.28",
4
+ "version": "1.3.29",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -4440,6 +4440,18 @@ button:focus-visible {
4440
4440
  display: flex;
4441
4441
  }
4442
4442
 
4443
+ .row-active .is-col-tool {
4444
+ display: flex;
4445
+ }
4446
+
4447
+ .is-builder[rowoutline] .row-active .is-col-tool {
4448
+ display: none;
4449
+ }
4450
+
4451
+ .is-builder[hidecolumntool] .row-active .is-col-tool {
4452
+ display: none;
4453
+ }
4454
+
4443
4455
  .is-tool.is-row-tool {
4444
4456
  flex-direction: column;
4445
4457
  width: auto;
@@ -4489,6 +4501,36 @@ button:focus-visible {
4489
4501
  width: 23px;
4490
4502
  height: 23px;
4491
4503
  }
4504
+ .is-tool.is-col-tool {
4505
+ flex-direction: row;
4506
+ margin-top: 0px;
4507
+ margin-left: -1px;
4508
+ }
4509
+ .is-tool.is-col-tool button {
4510
+ width: 25px;
4511
+ height: 25px;
4512
+ display: flex;
4513
+ justify-content: center;
4514
+ align-items: center;
4515
+ }
4516
+ .is-tool.is-col-tool .cell-add {
4517
+ background: #0fcc52;
4518
+ }
4519
+ .is-tool.is-col-tool .cell-more {
4520
+ background: rgba(216, 200, 6, 0.9);
4521
+ }
4522
+ .is-tool.is-col-tool .cell-remove {
4523
+ background: rgba(255, 85, 4, 0.9);
4524
+ }
4525
+ .is-tool.is-col-tool svg {
4526
+ width: 23px;
4527
+ height: 23px;
4528
+ fill: #fff;
4529
+ }
4530
+ .is-tool.is-col-tool .cell-more svg {
4531
+ width: 14px;
4532
+ height: 14px;
4533
+ }
4492
4534
 
4493
4535
  .is-builder[gray] .is-tool.is-row-tool {
4494
4536
  background: rgba(243, 243, 243, 0.9);
@@ -4532,6 +4574,35 @@ button:focus-visible {
4532
4574
  width: 19px;
4533
4575
  height: 19px;
4534
4576
  }
4577
+ .is-builder[gray] .is-tool.is-col-tool {
4578
+ background: rgba(243, 243, 243, 0.9);
4579
+ flex-direction: row;
4580
+ top: -2px;
4581
+ margin-top: 0px;
4582
+ margin-left: -1px;
4583
+ }
4584
+ .is-builder[gray] .is-tool.is-col-tool button {
4585
+ width: 27px;
4586
+ height: 27px;
4587
+ }
4588
+ .is-builder[gray] .is-tool.is-col-tool .cell-add {
4589
+ background: transparent;
4590
+ }
4591
+ .is-builder[gray] .is-tool.is-col-tool .cell-more {
4592
+ background: transparent;
4593
+ }
4594
+ .is-builder[gray] .is-tool.is-col-tool .cell-remove {
4595
+ background: transparent;
4596
+ }
4597
+ .is-builder[gray] .is-tool.is-col-tool svg {
4598
+ width: 18px;
4599
+ height: 18px;
4600
+ fill: #000;
4601
+ }
4602
+ .is-builder[gray] .is-tool.is-col-tool .cell-more svg {
4603
+ width: 12px;
4604
+ height: 12px;
4605
+ }
4535
4606
 
4536
4607
  .is-rowadd-tool {
4537
4608
  display: none;
@@ -4675,7 +4746,7 @@ button:focus-visible {
4675
4746
  .is-builder[rowoutline] .row-outline {
4676
4747
  outline: none;
4677
4748
  }
4678
- .is-builder[rowoutline] .cell-active {
4749
+ .is-builder[rowoutline] > div > div.cell-active {
4679
4750
  outline: none;
4680
4751
  }
4681
4752
  .is-builder[rowoutline] .row-active:not([data-protected]) {
@@ -4725,9 +4796,6 @@ button:focus-visible {
4725
4796
  #_cbhtml[clean] .is-tool.is-column-tool {
4726
4797
  display: none;
4727
4798
  }
4728
- #_cbhtml[hidecolumntool] .is-tool.is-column-tool {
4729
- display: none;
4730
- }
4731
4799
  #_cbhtml[hideelementtool] .is-tool.is-element-tool {
4732
4800
  display: none !important;
4733
4801
  }
@@ -5199,7 +5267,8 @@ button:focus-visible {
5199
5267
  .is-section-tool svg,
5200
5268
  .is-box-tool svg,
5201
5269
  .is-row-tool svg,
5202
- .is-column-tool svg {
5270
+ .is-column-tool svg,
5271
+ .is-col-tool svg {
5203
5272
  display: initial !important;
5204
5273
  }
5205
5274