makeup-roving-tabindex
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -33,3 +33,4 @@ 'use strict'; | ||
index: 0, | ||
wrap: false | ||
wrap: false, | ||
axis: 'both' | ||
}; | ||
@@ -148,3 +149,4 @@ | ||
autoReset: _this._options.autoReset, | ||
wrap: _this._options.wrap | ||
wrap: _this._options.wrap, | ||
axis: _this._options.axis | ||
}); | ||
@@ -151,0 +153,0 @@ return _this; |
{ | ||
"name": "makeup-roving-tabindex", | ||
"description": "Implements a roving tab index on given collection of elements", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"main": "index.js", | ||
@@ -57,3 +57,3 @@ "repository": "https://github.com/makeup-js/makeup-roving-tabindex.git", | ||
"custom-event-polyfill": "^1", | ||
"makeup-navigation-emitter": "~0.2.1", | ||
"makeup-navigation-emitter": "~0.2.2", | ||
"nodelist-foreach-polyfill": "^1" | ||
@@ -60,0 +60,0 @@ }, |
@@ -75,2 +75,3 @@ # makeup-roving-tabindex | ||
* `wrap` : specify whether arrow keys should wrap/loop (default: false) | ||
* `axis` : specify 'x' for left/right arrow keys, 'y' for up/down arrow keys, or 'both' (default: 'both') | ||
@@ -77,0 +78,0 @@ ## Properties |
Sorry, the diff of this file is not supported yet
274244
164
124