Skip to content

Commit 0e89c38

Browse files
fix(themes): add missing igx-icon-button deps (#15077)
Co-authored-by: Marin Popov <[email protected]>
1 parent e10c6fd commit 0e89c38

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

projects/igniteui-angular/src/lib/core/styles/components/action-strip/_action-strip-component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@include register-component(
1111
$name: string.slice($this, 2, -1),
1212
$deps: (
13-
igx-button,
13+
igx-icon-button,
1414
igx-drop-down,
1515
igx-icon,
1616
)

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
igx-checkbox,
1919
igx-chip,
2020
igx-grid-summary,
21+
igx-icon-button,
2122
igx-input-group,
2223
igx-grid-toolbar,
2324
igx-paginator,

projects/igniteui-angular/src/lib/core/styles/components/paginator/_paginator-component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$name: string.slice($this, 2, -1),
1111
$deps: (
1212
igx-button,
13-
igx-icon,
13+
igx-icon-button,
1414
igx-input-group,
1515
)
1616
);

projects/igniteui-angular/src/lib/core/styles/components/query-builder/_query-builder-component.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@
1313
$this: bem--selector-to-string(&);
1414
@include register-component(
1515
$name: string.slice($this, 2, -1),
16-
$deps: ()
16+
$deps: (
17+
igx-icon,
18+
igx-button,
19+
igx-chip,
20+
igx-select,
21+
igx-input-button,
22+
igx-icon-button,
23+
igx-overlay,
24+
)
1725
);
1826

1927
@extend %advanced-filter !optional;

0 commit comments

Comments
 (0)