@acanto/core-detect
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -1,2 +0,2 @@ | ||
import { $ } from "@acanto/core-dom"; | ||
import { $, addClass } from "@acanto/core-dom"; | ||
export { default as hasTouch } from "./hasTouch"; | ||
@@ -14,5 +14,5 @@ export { default as isIos } from "./isIos"; | ||
// use function custom property | ||
html.classList.add(`${result[1] ? "has-" : "no-"}${result[0]}`); | ||
addClass(html, `${result[1] ? "has-" : "no-"}${result[0]}`); | ||
return result; | ||
} |
{ | ||
"name": "@acanto/core-detect", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"author": "Acanto <info@acanto.net> (https://acanto.agency/)", | ||
@@ -15,6 +15,6 @@ "license": "ISC", | ||
"dependencies": { | ||
"@acanto/core-dom": "^0.0.17" | ||
"@acanto/core-dom": "^0.0.18" | ||
}, | ||
"sideEffects": false, | ||
"gitHead": "f31e5fb27fe94c35b5543531363ae25aa437b718" | ||
"gitHead": "4a535ee9ef1c6303220803d4a9e04c1ef1a18080" | ||
} |
1779
+ Added@acanto/core-dom@0.0.18(transitive)
- Removed@acanto/core-dom@0.0.17(transitive)
Updated@acanto/core-dom@^0.0.18