synthetic-markdown 0.0.10 → 0.0.11

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/dist/index.cjs.js CHANGED
@@ -7690,11 +7690,9 @@ var Element = class extends HTMLElement {
7690
7690
  }
7691
7691
  }
7692
7692
  connectedCallback() {
7693
- const attrValue = this.getAttribute("value") ?? "";
7694
7693
  this.customClass = (this.getAttribute("class") ?? "").trim();
7695
7694
  this.hasAutofocus = this.hasAttribute("autofocus");
7696
7695
  this.isEditable = this.editable;
7697
- this.ast.setText(attrValue);
7698
7696
  this.addStyles();
7699
7697
  this.addDOM();
7700
7698
  this.render = new render_default(this.rootElement);
package/dist/index.esm.js CHANGED
@@ -7662,11 +7662,9 @@ var Element = class extends HTMLElement {
7662
7662
  }
7663
7663
  }
7664
7664
  connectedCallback() {
7665
- const attrValue = this.getAttribute("value") ?? "";
7666
7665
  this.customClass = (this.getAttribute("class") ?? "").trim();
7667
7666
  this.hasAutofocus = this.hasAttribute("autofocus");
7668
7667
  this.isEditable = this.editable;
7669
- this.ast.setText(attrValue);
7670
7668
  this.addStyles();
7671
7669
  this.addDOM();
7672
7670
  this.render = new render_default(this.rootElement);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "synthetic-markdown",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": {