From 267fc025cca67550bcfb24afa1b3338e10d1c100 Mon Sep 17 00:00:00 2001 From: Filip Siderov Date: Tue, 11 May 2021 11:01:07 +0300 Subject: [PATCH] feat(ui5-panel): expose content css part (#3211) --- packages/main/src/Panel.hbs | 8 +++++++- packages/main/src/Panel.js | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/main/src/Panel.hbs b/packages/main/src/Panel.hbs index 14819da013bb..fc07a66e6f21 100644 --- a/packages/main/src/Panel.hbs +++ b/packages/main/src/Panel.hbs @@ -51,7 +51,13 @@ -
+
diff --git a/packages/main/src/Panel.js b/packages/main/src/Panel.js index 9c54389ee226..8770c3ccb932 100644 --- a/packages/main/src/Panel.js +++ b/packages/main/src/Panel.js @@ -217,6 +217,15 @@ const metadata = { * clockwise/counter-clockwise. * * + *

CSS Shadow Parts

+ * + * CSS Shadow Parts allow developers to style elements inside the Shadow DOM. + *
+ * The ui5-panel exposes the following CSS Shadow Parts: + * + * *

ES6 Module Import

* * import "@ui5/webcomponents/dist/Panel";