@innovastudio/contentbox 1.0.40 → 1.0.41

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "",
5
5
  "main": "public/contentbox/contentbox.esm.js",
6
6
  "files": [
@@ -1886,6 +1886,13 @@ class SideBar {
1886
1886
  document.querySelector('.is-design-list').style.opacity = 1;
1887
1887
 
1888
1888
  applyParentStyles();
1889
+
1890
+ console.log(parent._cb.styleSnippetTabItemColor);
1891
+ console.log('${this.builder.editor.styleSnippetTabItemColor}');
1892
+ setTimeout(()=>{
1893
+ applyParentStyles();
1894
+ },600);
1895
+
1889
1896
  });
1890
1897
  </script>
1891
1898
  </body>