@htmlplus/element 0.6.1 → 0.6.2

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.
@@ -138,6 +138,9 @@ export const customElement = (options) => {
138
138
  case 'TSStringKeyword':
139
139
  type |= CONSTANTS.TYPE_STRING;
140
140
  break;
141
+ case 'TSTupleType':
142
+ type |= CONSTANTS.TYPE_ARRAY;
143
+ break;
141
144
  case 'TSTypeLiteral':
142
145
  type |= CONSTANTS.TYPE_OBJECT;
143
146
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlplus/element",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "license": "MIT",
5
5
  "author": "Masood Abdolian <m.abdolian@gmail.com>",
6
6
  "description": "A powerful library for building scalable, reusable, fast, tastable and lightweight design system for any web technologies. Powerd by Web Component.",