sproutjs-core 2.0.1 → 2.1.0

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": "sproutjs-core",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "keywords": [],
5
5
  "author": "",
6
6
  "license": "ISC",
package/sprout-core.js CHANGED
@@ -1687,6 +1687,7 @@ var HTML_ELEMENTS_CLASSES_MAP = [{
1687
1687
  }( /*#__PURE__*/_wrapNativeSuper(HTMLElement)),
1688
1688
  element: "code"
1689
1689
  }
1690
+
1690
1691
  // { class: HTMLSlotElement, element: "slot" } Has a different extended class for conditional rendering
1691
1692
  ];
1692
1693
  // For development purposes only,