mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -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",
|
||||||
|
|||||||
@ -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 |
|
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user