accessible-bootstrap3-rails 0.1.31 → 0.2.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91d1de011f568a20ea687a5a83f9d86b95b6863d
|
|
4
|
+
data.tar.gz: 943d91ba88065b3ab3f537462a8d1255b27a27e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0c2585b4b94c98e092dd7f95f09f817299fa8b9f23d7f6c165a20160a3ae7ce97660465ad9325ebb8d52f9dd6469d46cbb94b88e3aada9437c6838f4269a6b3
|
|
7
|
+
data.tar.gz: 0aead4feb8bb151c9ca5593f67c0335674dac9c26fa833c0a4ba546ca4f9b18cffcadaf605366c1df947c45265df3421374d263276716074aa87ebb1abf240bc
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
]
|
|
14
14
|
],
|
|
15
15
|
"_from": "accessible-bootstrap3@latest",
|
|
16
|
-
"_id": "accessible-bootstrap3@0.
|
|
16
|
+
"_id": "accessible-bootstrap3@0.2.0",
|
|
17
17
|
"_inCache": true,
|
|
18
18
|
"_installable": true,
|
|
19
19
|
"_location": "/accessible-bootstrap3",
|
|
20
20
|
"_nodeVersion": "5.10.0",
|
|
21
21
|
"_npmOperationalInternal": {
|
|
22
|
-
"host": "packages-
|
|
23
|
-
"tmp": "tmp/accessible-bootstrap3-0.
|
|
22
|
+
"host": "packages-16-east.internal.npmjs.com",
|
|
23
|
+
"tmp": "tmp/accessible-bootstrap3-0.2.0.tgz_1466030395364_0.9668163955211639"
|
|
24
24
|
},
|
|
25
25
|
"_npmUser": {
|
|
26
26
|
"email": "the-team@reax.io",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"_requiredBy": [
|
|
40
40
|
"/"
|
|
41
41
|
],
|
|
42
|
-
"_resolved": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.
|
|
43
|
-
"_shasum": "
|
|
42
|
+
"_resolved": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.2.0.tgz",
|
|
43
|
+
"_shasum": "d502c07e9fb8a5aebcb399097e0c0cf703138945",
|
|
44
44
|
"_shrinkwrap": null,
|
|
45
45
|
"_spec": "accessible-bootstrap3@latest",
|
|
46
46
|
"_where": "/Users/brandonhoward/Desktop/code/reax_code/accessible-bootstrap3-rails",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"devDependencies": {},
|
|
60
60
|
"directories": {},
|
|
61
61
|
"dist": {
|
|
62
|
-
"shasum": "
|
|
63
|
-
"tarball": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.
|
|
62
|
+
"shasum": "d502c07e9fb8a5aebcb399097e0c0cf703138945",
|
|
63
|
+
"tarball": "https://registry.npmjs.org/accessible-bootstrap3/-/accessible-bootstrap3-0.2.0.tgz"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=4.2.4"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "4ce478529a10cf578194c17f3b2d3ae2a8c7ec6d",
|
|
69
69
|
"homepage": "https://github.com/ReaxDev/accessible-bootstrap3#readme",
|
|
70
70
|
"license": "MIT",
|
|
71
71
|
"main": "index.js",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"scripts": {
|
|
90
90
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
91
91
|
},
|
|
92
|
-
"version": "0.
|
|
92
|
+
"version": "0.2.0"
|
|
93
93
|
}
|
data/package.json
CHANGED
|
@@ -7,6 +7,10 @@ $(document).ready(function() {
|
|
|
7
7
|
return event.keyCode || event.which;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
+
///// Make sure all submenu links are focusable
|
|
11
|
+
$(".trigger").each(function() {
|
|
12
|
+
$(this).attr("tabindex", false);
|
|
13
|
+
});
|
|
10
14
|
//////////////////////////////////////////////////////////////////
|
|
11
15
|
// This code removes the open class from a .dropdown menu,
|
|
12
16
|
// or adds {"display": "none"} css to .sub-menu menu
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: accessible-bootstrap3-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- brayhoward
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-06-
|
|
11
|
+
date: 2016-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|