File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/AnalyticalCardHeader Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export interface AnalyticalCardHeaderPropTypes extends CommonProps {
5959 * The semantic color which represents the state of the main number indicator.
6060 * Available options are: <ul> <li><code>None</code></li> <li><code>Error</code></li> <li><code>Critical</code></li> <li><code>Good</code></li> <li><code>Neutral</code></li></ul>
6161 *
62- * __Note__: "None" has the same color as "Neutral" but doesn't add the tooltip and accessible-name.
62+ * __Note__: "None" has the same color as "Neutral" but doesn't add the tooltip and accessible-name for the numeric content .
6363 *
6464 * @default `"None"`
6565 */
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export enum ValueColor {
1818 /**
1919 * None value color.
2020 *
21- * __Note__: "None" has the same color as "Neutral" but doesn't add the tooltip and accessible-name.
21+ * __Note__: "None" has the same color as "Neutral" but doesn't add the tooltip and accessible-name for the numeric content .
2222 */
2323 None = 'None' ,
2424}
You can’t perform that action at this time.
0 commit comments