fix metadata

This commit is contained in:
Cory LaViska
2021-05-24 09:13:46 -04:00
parent a87596b3a1
commit 49eb9bbcf8
2 changed files with 5 additions and 5 deletions

View File

@@ -32,11 +32,11 @@ let id = 0;
* @part body - The drawer body.
* @part footer - The drawer footer.
*
* @prop --size - The preferred size of the drawer. This will be applied to the drawer's width or height depending on its
* @customProperty --size - The preferred size of the drawer. This will be applied to the drawer's width or height depending on its
* `placement`. Note that the drawer will shrink to accommodate smaller screens.
* @prop --header-spacing - The amount of padding to use for the header.
* @prop --body-spacing - The amount of padding to use for the body.
* @prop --footer-spacing - The amount of padding to use for the footer.
* @customProperty --header-spacing - The amount of padding to use for the header.
* @customProperty --body-spacing - The amount of padding to use for the body.
* @customProperty --footer-spacing - The amount of padding to use for the footer.
*/
@customElement('sl-drawer')
export default class SlDrawer extends LitElement {

View File

@@ -33,7 +33,7 @@ let id = 0;
* @part suffix - The input suffix container.
* @part help-text - The input help text.
*
* @prop --focus-ring - The focus ring style to use when the control receives focus, a `box-shadow` property.
* @customProperty --focus-ring - The focus ring style to use when the control receives focus, a `box-shadow` property.
*/
@customElement('sl-input')
export default class SlInput extends LitElement {