Skip to content

Commit 7b67426

Browse files
committed
docs(sassdoc): finish light component schemas docs
1 parent d6577d8 commit 7b67426

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_toast.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
/// Generates a light toast schema.
1111
/// @type {Map}
1212
///
13-
/// @property {Map} background [igx-color: ('grays', 600)] - The background color used for the toast.
14-
/// @property {Map} text-color [igx-contrast-color: ('grays', 600)] - The text-color used for the toast.
13+
/// @prop {Map} background [igx-color: ('grays', 600)] - The background color used for the toast.
14+
/// @prop {Map} text-color [igx-contrast-color: ('grays', 600)] - The text-color used for the toast.
1515
/// @prop {Number} border-radius [1] - The border radius fraction, between 0-1 to be used for the toast component.
1616
///
1717
/// @see $default-palette
@@ -46,8 +46,8 @@ $_fluent-toast: extend(
4646

4747
/// Generates a bootstrap toast schema.
4848
/// @type {Map}
49-
/// @property {Map} background [#fff] - The background color used for the toast.
50-
/// @property {Map} text-color [igx-color: ('grays', 600)] - The text-color used for the toast.
49+
/// @prop {Map} background [#fff] - The background color used for the toast.
50+
/// @prop {Map} text-color [igx-color: ('grays', 600)] - The text-color used for the toast.
5151
/// @prop {Number} border-radius [4px] - The border radius fraction, between 0-1 to be used for the toast component.
5252
/// @requires {function} extend
5353
/// @requires {Map} $_light-toast
@@ -69,8 +69,8 @@ $_bootstrap-toast: extend(
6969
/// Generates an indigo toast schema.
7070
/// @type {Map}
7171
///
72-
/// @property {Map} text-color [#fff] - The text-color used for the toast.
73-
/// @property {Number} border-radius [24px] - The border radius used for the toast component.
72+
/// @prop {Map} text-color [#fff] - The text-color used for the toast.
73+
/// @prop {Number} border-radius [24px] - The border radius used for the toast component.
7474
///
7575
/// @requires {function} extend
7676
/// @requires {Map} $_light-toast

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_tooltip.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ $_light-tooltip: extend(
3636

3737
/// Generates a light fluent tooltip schema.
3838
/// @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.
4141
/// @prop {Number} border-radius [2px] - The border radius to be used for the tooltip component.
4242
/// @requires {function} extend
4343
/// @requires {Map} $_light-tooltip
@@ -57,8 +57,8 @@ $_fluent-tooltip: extend(
5757

5858
/// Generates a bootstrap tooltip schema.
5959
/// @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.
6262
/// @prop {Number} border-radius [4px] - The border radius fraction, between 0-1 to be used for the tooltip component.
6363
/// @requires {function} extend
6464
/// @requires $_light-tooltip
@@ -78,8 +78,8 @@ $_bootstrap-tooltip: extend(
7878
/// Generates an indigo tooltip schema.
7979
/// @type {Map}
8080
///
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.
8383
/// @prop {Number} border-radius [3px] - The border radius used for the tooltip component.
8484
///
8585
/// @requires {function} extend

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_watermark.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $_light-watermark-image: 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3
1111

1212
/// Generates a light watermark schema.
1313
/// @type {Map}
14-
/// @requires {function} extend
14+
/// @see $default-palette
1515
$_light-watermark: extend(
1616
$_square-shape-watermark,
1717
(
@@ -35,7 +35,7 @@ $_light-watermark: extend(
3535
/// Generates a light fluent watermark schema.
3636
/// @type {Map}
3737
/// @requires {function} extend
38-
/// @requires $_light-watermark
38+
/// @requires {Map} $_light-watermark
3939
$_fluent-watermark: extend(
4040
$_light-watermark,
4141
$_fluent-shape-watermark,
@@ -49,7 +49,7 @@ $_fluent-watermark: extend(
4949
/// Generates a bootstrap watermark schema.
5050
/// @type {Map}
5151
/// @requires {function} extend
52-
/// @requires $_light-watermark
52+
/// @requires {Map} $_light-watermark
5353
$_bootstrap-watermark: extend(
5454
$_light-watermark,
5555
$_bootstrap-shape-watermark,
@@ -63,7 +63,7 @@ $_bootstrap-watermark: extend(
6363
/// Generates an indigo watermark schema.
6464
/// @type {Map}
6565
/// @requires {function} extend
66-
/// @requires $_light-watermark
66+
/// @requires {Map} $_light-watermark
6767
$_indigo-watermark: extend(
6868
$_light-watermark,
6969
(

0 commit comments

Comments
 (0)