vueless 0.0.311 → 0.0.312

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": "vueless",
3
- "version": "0.0.311",
3
+ "version": "0.0.312",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -165,7 +165,7 @@ const props = defineProps({
165
165
  * Controls the keyboard “Tab” focus order of elements.
166
166
  */
167
167
  tabindex: {
168
- type: String,
168
+ type: [String, Number],
169
169
  default: getDefault(defaultConfig, UButton).tabindex,
170
170
  },
171
171
 
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.311",
4
+ "version": "0.0.312",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -947,7 +947,7 @@
947
947
  "description": "Controls the keyboard “Tab” focus order of elements.",
948
948
  "value": {
949
949
  "kind": "expression",
950
- "type": "string"
950
+ "type": "string|number"
951
951
  },
952
952
  "default": "0"
953
953
  },