feat(focus): interactive options for focus handling

This commit is contained in:
Nathan Walker
2020-08-19 21:34:23 -07:00
parent 315f0e0f73
commit 1007cf9d92
11 changed files with 71 additions and 111 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "7.0.0-rc.51",
"version": "7.0.0-rc.52",
"license": "MIT",
"scripts": {
"setup": "npx rimraf -- hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup",
@@ -17,6 +17,7 @@
"@nrwl/node": "~10.0.7",
"@nrwl/nx-cloud": "~10.0.0",
"@nrwl/workspace": "~10.0.7",
"@nstudio/focus": "~10.0.0",
"@types/chai": "^4.2.11",
"@types/jest": "~26.0.4",
"@types/mocha": "^7.0.2",