Skip to content

Commit d34d1dd

Browse files
author
MPopov
committed
fix(chip): rename prop names
1 parent f7047da commit d34d1dd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/elevation/_chip.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
/// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
55
////
66
$_default-elevation-chip: (
7-
chip-ghost-elevation: 8
7+
ghost-elevation: 8
88
);
99

1010
$_fluent-elevation-chip: (
11-
chip-ghost-elevation: 2
11+
ghost-elevation: 2
1212
);
13-

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/// @prop {Map} focus-selected-text-color [igx-color: ('grays', 700)] - The selected chip text focus color.
3030
/// @prop {Map} focus-selected-background [igx-color: ('grays', 400)] - The selected chip focus background color.
3131
/// @prop {Map} focus-selected-border-color [transparent] - The selected chip focus border color.
32-
/// @prop {Number} chip-ghost-elevation [8] - The elevation level for the chip's ghost (dragging mode). Between 0-24.
32+
/// @prop {Number} ghost-elevation [8] - The elevation level for the chip's ghost (dragging mode). Between 0-24.
3333
///
3434
/// @requires {function} extend
3535
/// @requires {map} $_default-shape-chip
@@ -121,7 +121,7 @@ $_light-chip: extend(
121121
/// @prop {Map} hover-selected-background [igx-color: ('primary', 500)] - The selected chip hover background color.
122122
/// @prop {Map} focus-selected-text-color [igx-contrast-color: ('primary', 500)] - The selected chip text focus color.
123123
/// @prop {Map} focus-selected-background [igx-color: ('primary', 500)] - The selected chip focus background color.
124-
/// @prop {Number} chip-ghost-elevation [2] - The elevation level for the chip's ghost (dragging mode). Between 0-24.
124+
/// @prop {Number} ghost-elevation [2] - The elevation level for the chip's ghost (dragging mode). Between 0-24.
125125
///
126126
/// @requires {function} extend
127127
/// @requires {map} $_light-chip

0 commit comments

Comments
 (0)