@htmlplus/element 2.9.7 → 2.9.8

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": "@htmlplus/element",
3
- "version": "2.9.7",
3
+ "version": "2.9.8",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "author": "Masood Abdolian <m.abdolian@gmail.com>",
@@ -327,6 +327,8 @@ export const customElement = (options) => {
327
327
  });
328
328
  // prettier-ignore
329
329
  const ast = template.default.ast(`
330
+ // THE FOLLOWING TYPES HAVE BEEN ADDED AUTOMATICALLY
331
+
330
332
  export interface ${context.className}Attributes {
331
333
  ${attributes.map(print).join('')}
332
334
  }