diff --git a/core/package.json b/core/package.json index ea252dfa2f..9264aeb6b1 100644 --- a/core/package.json +++ b/core/package.json @@ -29,7 +29,7 @@ "ionicons": "4.4.3" }, "devDependencies": { - "@stencil/core": "0.13.0-13", + "@stencil/core": "0.13.0-14", "@stencil/dev-server": "latest", "@stencil/sass": "0.1.0", "@stencil/utils": "latest", @@ -71,7 +71,8 @@ "lint.ts": "tslint --project .", "lint.ts.fix": "tslint --project . --fix", "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.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", diff --git a/core/src/components/back-button/readme.md b/core/src/components/back-button/readme.md index 6ef37e1f2e..3b52b2657b 100644 --- a/core/src/components/back-button/readme.md +++ b/core/src/components/back-button/readme.md @@ -26,7 +26,6 @@ To change what is displayed in the back button, use the `text` and `icon` proper | `--background` | Background of the button | | `--border-radius` | Border radius 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-weight` | Font weight 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 | | `--ripple-color` | Color of the button ripple effect | | `--transition` | Transition of the button | -| `--width` | Width of the button | ----------------------------------------------