@activeadmin/activeadmin
Advanced tools
Comparing version 4.0.0-beta6 to 4.0.0-beta7
const nextSibling = function next(element, selector) { | ||
let sibling = element.nextElementSibling; | ||
if (!selector) { | ||
return sibling; | ||
} | ||
while (sibling) { | ||
@@ -9,0 +5,0 @@ if (sibling && sibling.matches(selector)) { |
{ | ||
"name": "@activeadmin/activeadmin", | ||
"version": "4.0.0-beta6", | ||
"version": "4.0.0-beta7", | ||
"description": "The administration framework for Ruby on Rails.", | ||
@@ -5,0 +5,0 @@ "main": "dist/active_admin.js", |
132570
1105