mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix metadata
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user