From c4f2ad931a77fd9b37add8a6ab64ba5bc7974e02 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 11 Sep 2023 17:06:48 +0200
Subject: [PATCH] update docs

---
 docs/50_Components/Callout.md  | 1 +
 docs/50_Components/Card.md     | 1 +
 docs/50_Components/Infobox.md  | 2 +-
 docs/50_Components/Smallbox.md | 2 +-
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/50_Components/Callout.md b/docs/50_Components/Callout.md
index 0ffde95..75af2be 100644
--- a/docs/50_Components/Callout.md
+++ b/docs/50_Components/Callout.md
@@ -24,6 +24,7 @@ Key      | Description
 ---      | ---
 class    | optional: additional css classes
 type     | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
+shadow   | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
 
 Content:
 
diff --git a/docs/50_Components/Card.md b/docs/50_Components/Card.md
index f87efe0..f39527e 100644
--- a/docs/50_Components/Card.md
+++ b/docs/50_Components/Card.md
@@ -27,6 +27,7 @@ Key      | Description
 class    | optional: additional css classes
 type     | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
 variant  | kind of coloring: one of<br>- "default"  - titlebar is colored<br>- "outline" - a small stripe on top border is colored<br>- "solid"    - whole card is colored<br>- "gradient" - whole card is colored with a gradient
+shadow   | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
 state    | window state. one of [none]\|collapsed\|maximized
 
 Toolbar icons:
diff --git a/docs/50_Components/Infobox.md b/docs/50_Components/Infobox.md
index 6ce5e79..a8fba30 100644
--- a/docs/50_Components/Infobox.md
+++ b/docs/50_Components/Infobox.md
@@ -23,7 +23,7 @@ Styling:
 Key      | Description
 ---      | ---
 type     | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
-shadow   | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large 
+shadow   | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
 iconbg   | background color or type of icon; use it for default type (type="")
 
 Content:
diff --git a/docs/50_Components/Smallbox.md b/docs/50_Components/Smallbox.md
index 9393b4f..ecbb437 100644
--- a/docs/50_Components/Smallbox.md
+++ b/docs/50_Components/Smallbox.md
@@ -23,7 +23,7 @@ Styling:
 Key      | Description
 ---      | ---
 type     | one of [none]\|danger\|dark\|info\|primary\|secondary\|success\|warning
-shadow   | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large 
+shadow   | size of shadow; one of [none] (=default: between small and regular)|none|small|regular|large
 
 Content:
 
-- 
GitLab