@@ -36,8 +36,8 @@ $_light-tooltip: extend(
36
36
37
37
/// Generates a light fluent tooltip schema.
38
38
/// @type {Map}
39
- /// @property {Map} background [igx-color: ('grays', 900)] - The background color of the tooltip.
40
- /// @property {Map} text-color [igx-contrast-color: ('grays', 900)] - The text color of the tooltip.
39
+ /// @prop {Map} background [igx-color: ('grays', 900)] - The background color of the tooltip.
40
+ /// @prop {Map} text-color [igx-contrast-color: ('grays', 900)] - The text color of the tooltip.
41
41
/// @prop {Number} border-radius [2px] - The border radius to be used for the tooltip component.
42
42
/// @requires {function} extend
43
43
/// @requires {Map} $_light-tooltip
@@ -57,8 +57,8 @@ $_fluent-tooltip: extend(
57
57
58
58
/// Generates a bootstrap tooltip schema.
59
59
/// @type {Map}
60
- /// @property {Map} background [igx-color: ('grays', 900)] - The background color of the tooltip.
61
- /// @property {Map} text-color [igx-contrast-color: ('grays', 900)] - The text color of the tooltip.
60
+ /// @prop {Map} background [igx-color: ('grays', 900)] - The background color of the tooltip.
61
+ /// @prop {Map} text-color [igx-contrast-color: ('grays', 900)] - The text color of the tooltip.
62
62
/// @prop {Number} border-radius [4px] - The border radius fraction, between 0-1 to be used for the tooltip component.
63
63
/// @requires {function} extend
64
64
/// @requires $_light-tooltip
@@ -78,8 +78,8 @@ $_bootstrap-tooltip: extend(
78
78
/// Generates an indigo tooltip schema.
79
79
/// @type {Map}
80
80
///
81
- /// @property {Map} background [igx-color: ('grays', 600)] - The background color of the tooltip.
82
- /// @property {Map} text-color [#fff] - The text color of the tooltip.
81
+ /// @prop {Map} background [igx-color: ('grays', 600)] - The background color of the tooltip.
82
+ /// @prop {Map} text-color [#fff] - The text color of the tooltip.
83
83
/// @prop {Number} border-radius [3px] - The border radius used for the tooltip component.
84
84
///
85
85
/// @requires {function} extend
0 commit comments