From 49777cc5cdbd34798551f79506327dcb9c18f50c Mon Sep 17 00:00:00 2001 From: IB002 <132930816+IB002@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:13:41 -0400 Subject: [PATCH] docs(styles): updated example [ci visual] --- .../font-awesome-slider.example.html | 100 +++++++++++++++--- .../Font-awesome/font-awesome.stories.js | 2 +- 2 files changed, 84 insertions(+), 18 deletions(-) diff --git a/packages/styles/stories/Font-awesome/font-awesome-slider.example.html b/packages/styles/stories/Font-awesome/font-awesome-slider.example.html index 04aa2dbc06..13ebc81660 100644 --- a/packages/styles/stories/Font-awesome/font-awesome-slider.example.html +++ b/packages/styles/stories/Font-awesome/font-awesome-slider.example.html @@ -1,21 +1,87 @@
-
- -
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-10°
+
-5°
+
+
+
10°
+
15°
+
20°
+
25°
+
30°
+
35°
+
40°
+
+
diff --git a/packages/styles/stories/Font-awesome/font-awesome.stories.js b/packages/styles/stories/Font-awesome/font-awesome.stories.js index 11ef52db27..72a3883291 100644 --- a/packages/styles/stories/Font-awesome/font-awesome.stories.js +++ b/packages/styles/stories/Font-awesome/font-awesome.stories.js @@ -94,7 +94,7 @@ Alternatives.storyName = 'Adding visual cues to tools'; Alternatives.parameters = { docs: { description: { - story: 'Using SAP components like the slider and Font Awesome, can be used to easily convey what the purpose of something is.' + story: 'Using SAP components like the slider and Font Awesome, can be used to more clearly convey visual information.' } } };