Skip to content

Commit

Permalink
updated element metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Savage committed May 26, 2015
1 parent 7e752d2 commit 34e1b2f
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 15 deletions.
2 changes: 0 additions & 2 deletions bower.json
Expand Up @@ -7,9 +7,7 @@
],
"keywords": [
"web-components",
"web-component",
"polymer",
"paper",
"layout"
],
"main": "index.html",
Expand Down
38 changes: 38 additions & 0 deletions hero.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 18 additions & 13 deletions paper-header-panel.html
Expand Up @@ -86,20 +86,12 @@
border: 1px solid gray;
};
}
-->
<style is="custom-style">
:root {
/**
* Default paper header panel shadow
*/
--paper-header-panel-shadow: {
height: 6px;
bottom: -6px;
box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
};
}
</style>
@group Paper Elements
@element paper-header-panel
@demo demo/index.html
@hero hero.svg
-->

<dom-module id="paper-header-panel">

Expand Down Expand Up @@ -218,6 +210,19 @@

</dom-module>

<style is="custom-style">
:root {
/**
* Default paper header panel shadow
*/
--paper-header-panel-shadow: {
height: 6px;
bottom: -6px;
box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
};
}
</style>

<script>

(function() {
Expand Down

3 comments on commit 34e1b2f

@blasten
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tjsavage I was wondering what's hero.svg for?

@notwaldorf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a little illustration that describes the element. It will be used in the catalog.

@tjsavage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^^ that's correct!

Please sign in to comment.