@innovastudio/contentbuilder 1.5.186 → 1.5.187

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.5.186",
4
+ "version": "1.5.187",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -82313,6 +82313,31 @@ class ContentStuff {
82313
82313
  }
82314
82314
 
82315
82315
 
82316
+ /* New nested grid support */
82317
+ .is-builder .row,
82318
+ .is-builder .column {
82319
+ position: relative;
82320
+ }
82321
+ .is-builder .row > .column {
82322
+ outline: none;
82323
+ }
82324
+ .is-builder .row > .column.cell-active:not([data-protected]) {
82325
+ outline: 1px solid #00da89;
82326
+ }
82327
+ .row-active > .is-row-tool {
82328
+ display: flex;
82329
+ }
82330
+ .row-active > div .is-row-tool {
82331
+ display: none;
82332
+ }
82333
+ .row-active > .is-col-tool {
82334
+ display: flex;
82335
+ }
82336
+ .row-active > div .is-col-tool {
82337
+ display: none;
82338
+ }
82339
+
82340
+
82316
82341
  /* Preferences */
82317
82342
 
82318
82343
  .is-tool.is-row-tool .row-grideditor {