Skip to content

Commit

Permalink
Merge pull request #26 from unicef-polymer/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
acory authored Feb 19, 2021
2 parents fe7c4ee + d07358a commit beed088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ Custom property | Description | Default
`--ecp-header-height` | Header height | `48px`
`--ecp-header-bg` | Header background color | `#0099ff`
`--epc-header-color` | Header color | `#ffffff`
`etools-content-panel::part(epc-header)` | Mixin applied to header | `{}`
`etools-content-panel::part(ecp-header)` | Mixin applied to header | `{}`
`--ecp-title-white-space` | Header title white space | `nowrap`
`etools-content-panel::part(ecp-toggle-btn)` | Mixin applied to expand content button | `{}`
`etools-content-panel::part(ecp-header-title)` | Mixin applied to the header title | `{}`
`etools-content-panel::part(ecp-header-btns-wrapper)` | Mixin appplied to panel header right btns container | `{}`
`etools-content-panel::part(ecp-content)` | Mixin applied to content | `{}`
`--ecp-content-bg-color` | Content Header color | `#ffffff`
`etools-content-panel::part(epc-header):disabled` | Mixin applied in disabled state | `{}`
`etools-content-panel::part(ecp-header):disabled` | Mixin applied in disabled state | `{}`

## Install
```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unicef-polymer/etools-content-panel",
"description": "A simple panel with header to display a collapsible content.",
"version": "4.0.0",
"version": "4.0.1",
"homepage": "https://github.com/unicef-polymer/etools-content-panel",
"repository": {
"type": "git",
Expand Down

0 comments on commit beed088

Please sign in to comment.