@skyux/layout 13.0.0-alpha.4 → 13.0.0-alpha.6

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.
@@ -8,6 +8,7 @@ import { SkyWaitHarness } from '@skyux/indicators/testing';
8
8
 
9
9
  /**
10
10
  * Allows interaction with a SKY UX action button component.
11
+ * @deprecated Use `SkyActionButtonHarness` instead.
11
12
  * @internal
12
13
  */
13
14
  class SkyActionButtonFixture {
@@ -49,6 +50,7 @@ class SkyActionButtonFixture {
49
50
 
50
51
  /**
51
52
  * Allows interaction with a SKY UX avatar component.
53
+ * @deprecated
52
54
  * @internal
53
55
  */
54
56
  class SkyCardFixture {
@@ -112,6 +114,7 @@ class SkyCardFixture {
112
114
 
113
115
  /**
114
116
  * Allows interaction with a SKY UX page summary component.
117
+ * @deprecated
115
118
  * @internal
116
119
  */
117
120
  class SkyPageSummaryFixture {