chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-09-25 20:03:46 +02:00
parent 97946eed20
commit 273ed4dd3d
2 changed files with 3 additions and 4 deletions

View File

@ -29,7 +29,7 @@
"ionicons": "4.4.3" "ionicons": "4.4.3"
}, },
"devDependencies": { "devDependencies": {
"@stencil/core": "0.13.0-13", "@stencil/core": "0.13.0-14",
"@stencil/dev-server": "latest", "@stencil/dev-server": "latest",
"@stencil/sass": "0.1.0", "@stencil/sass": "0.1.0",
"@stencil/utils": "latest", "@stencil/utils": "latest",
@ -71,7 +71,8 @@
"lint.ts": "tslint --project .", "lint.ts": "tslint --project .",
"lint.ts.fix": "tslint --project . --fix", "lint.ts.fix": "tslint --project . --fix",
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next", "prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
"test": "stencil test --spec", "test": "stencil test --spec --e2e",
"test.spec": "stencil test --spec",
"test.e2e": "stencil test --e2e", "test.e2e": "stencil test --e2e",
"test.screenshot": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/local.js", "test.screenshot": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/local.js",
"test.screenshot.ci": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci", "test.screenshot.ci": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci",

View File

@ -26,7 +26,6 @@ To change what is displayed in the back button, use the `text` and `icon` proper
| `--background` | Background of the button | | `--background` | Background of the button |
| `--border-radius` | Border radius of the button | | `--border-radius` | Border radius of the button |
| `--color` | Text color of the button | | `--color` | Text color of the button |
| `--height` | Height of the button |
| `--icon-font-size` | Font size of the button icon | | `--icon-font-size` | Font size of the button icon |
| `--icon-font-weight` | Font weight of the button icon | | `--icon-font-weight` | Font weight of the button icon |
| `--icon-margin-bottom` | Margin bottom of the button icon | | `--icon-margin-bottom` | Margin bottom of the button icon |
@ -50,7 +49,6 @@ To change what is displayed in the back button, use the `text` and `icon` proper
| `--padding-top` | Padding top of the button | | `--padding-top` | Padding top of the button |
| `--ripple-color` | Color of the button ripple effect | | `--ripple-color` | Color of the button ripple effect |
| `--transition` | Transition of the button | | `--transition` | Transition of the button |
| `--width` | Width of the button |
---------------------------------------------- ----------------------------------------------