@skyux/layout 8.0.2 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1726,10 +1726,10 @@ class SkyColumnComponent {
|
|
|
1726
1726
|
}
|
|
1727
1727
|
ngOnChanges(changes) {
|
|
1728
1728
|
/* istanbul ignore else */
|
|
1729
|
-
if (changes
|
|
1730
|
-
changes
|
|
1731
|
-
changes
|
|
1732
|
-
changes
|
|
1729
|
+
if (changes['screenXSmall'] ||
|
|
1730
|
+
changes['screenSmall'] ||
|
|
1731
|
+
changes['screenMedium'] ||
|
|
1732
|
+
changes['screenLarge']) {
|
|
1733
1733
|
this.classnames = this.getClassNames();
|
|
1734
1734
|
}
|
|
1735
1735
|
}
|