makeup-listbox
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -10,3 +10,3 @@ "use strict"; | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
/** | ||
@@ -13,0 +13,0 @@ * A listbox can be a standalone focusable widget, or controlled by a separate, focusable widget |
{ | ||
"name": "makeup-listbox", | ||
"description": "A JavaScript class representing an ARIA listbox", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"main": "./dist/cjs/index.js", | ||
@@ -13,3 +13,3 @@ "module": "./dist/mjs/index.js", | ||
}, | ||
"repository": "https://github.com/makeup-js/makeup-js/tree/master/packages/makeup-listbox", | ||
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/ui/makeup-listbox", | ||
"author": "Ian McBurnie <ianmcburnie@hotmail.com>", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"makeup-prevent-scroll-keys": "~0.2.0", | ||
"makeup-active-descendant": "~0.6.1" | ||
"makeup-active-descendant": "^0.6.2", | ||
"makeup-prevent-scroll-keys": "^0.2.2" | ||
}, | ||
@@ -36,3 +36,4 @@ "files": [ | ||
"extends @ebay/browserslist-config" | ||
] | ||
], | ||
"gitHead": "4d199965cba30b5f63cfc38b5b58544cfc5b27c1" | ||
} |
@@ -19,5 +19,3 @@ # makeup-listbox | ||
<svg class="icon icon--tick-small" focusable="false" height="8" width="8"> | ||
<svg class="icon icon--tick-small" focusable="false" height="8" width="8"> | ||
<use href="icon.svg#icon-tick-small"></use> | ||
</svg> | ||
<use href="icon.svg#icon-tick-small"></use> | ||
</svg> | ||
@@ -28,5 +26,3 @@ </div> | ||
<svg class="icon icon--tick-small" focusable="false" height="8" width="8"> | ||
<svg class="icon icon--tick-small" focusable="false" height="8" width="8"> | ||
<use href="icon.svg#icon-tick-small"></use> | ||
</svg> | ||
<use href="icon.svg#icon-tick-small"></use> | ||
</svg> | ||
@@ -37,5 +33,3 @@ </div> | ||
<svg class="icon icon--tick-small" focusable="false" height="8" width="8"> | ||
<svg class="icon icon--tick-small" focusable="false" height="8" width="8"> | ||
<use href="icon.svg#icon-tick-small"></use> | ||
</svg> | ||
<use href="icon.svg#icon-tick-small"></use> | ||
</svg> | ||
@@ -42,0 +36,0 @@ </div> |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
26832
6
604
0
70