@etsoo/materialui 1.5.33 → 1.5.34

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.
@@ -32,7 +32,7 @@ class HtmlDivElement extends HTMLElement {
32
32
  // Comply with @etsoo/editor default styles
33
33
  const style = document.createElement("style");
34
34
  style.textContent = `
35
- :host {
35
+ * {
36
36
  box-sizing: border-box;
37
37
  }
38
38
  img {
@@ -29,7 +29,7 @@ class HtmlDivElement extends HTMLElement {
29
29
  // Comply with @etsoo/editor default styles
30
30
  const style = document.createElement("style");
31
31
  style.textContent = `
32
- :host {
32
+ * {
33
33
  box-sizing: border-box;
34
34
  }
35
35
  img {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.5.33",
3
+ "version": "1.5.34",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -36,7 +36,7 @@ class HtmlDivElement extends HTMLElement {
36
36
  // Comply with @etsoo/editor default styles
37
37
  const style = document.createElement("style");
38
38
  style.textContent = `
39
- :host {
39
+ * {
40
40
  box-sizing: border-box;
41
41
  }
42
42
  img {