You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/main/src/components/ObjectStatus/ObjectStatus.mdx
+98-4Lines changed: 98 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,22 +22,116 @@ import * as ComponentStories from './ObjectStatus.stories';
22
22
23
23
<br />
24
24
25
-
## ObjectStatus with default icons
25
+
## ObjectStatus With Default Icons
26
26
27
27
<Canvasof={ComponentStories.WithDefaultIcons} />
28
28
29
-
## ObjectStatus with custom Icon
29
+
## ObjectStatus With Custom Icon
30
30
31
31
<Canvasof={ComponentStories.WithCustomIcon} />
32
32
33
-
## ObjectStatus with Icon only
33
+
## ObjectStatus With Icon Only
34
34
35
35
<Canvasof={ComponentStories.WithIconOnly} />
36
36
37
-
## All ObjectStatus states
37
+
## All ObjectStatus States
38
38
39
39
**Note:** Only the `inverted``ObjectStatus` supports `IndicationColor`s 11-20. For non-inverted `ObjectStatus`, these colors default to the `"None"``state` color and should **not** be used.
The `AnalyticalTable` component includes active state styling for `ObjectStatus` out of the box, as it is developed within project and can be styled accordingly.
48
+
For lists or tables from `@ui5/webcomponents(-fiori/-ai/-compat)` (e.g., `List`, `Table`), custom CSS is required to override the text and icon `color` and `text-shadow` to ensure proper styling when rows are in active state:
0 commit comments