@skyux/errors 12.2.0 → 12.4.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.
@@ -179,5 +179,5 @@ class SkyErrorModalHarness extends SkyComponentHarness {
179
179
  * Generated bundle index. Do not edit.
180
180
  */
181
181
 
182
- export { SkyErrorFixture, SkyErrorHarness, SkyErrorModalHarness };
182
+ export { SkyErrorActionHarness, SkyErrorFixture, SkyErrorHarness, SkyErrorImageHarness, SkyErrorModalHarness };
183
183
  //# sourceMappingURL=skyux-errors-testing.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/errors",
3
- "version": "12.2.0",
3
+ "version": "12.4.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,10 +20,10 @@
20
20
  "@angular/common": "^19.2.1",
21
21
  "@angular/core": "^19.2.1",
22
22
  "@angular/platform-browser": "^19.2.1",
23
- "@skyux-sdk/testing": "12.2.0",
24
- "@skyux/core": "12.2.0",
25
- "@skyux/i18n": "12.2.0",
26
- "@skyux/modals": "12.2.0"
23
+ "@skyux-sdk/testing": "12.4.0",
24
+ "@skyux/core": "12.4.0",
25
+ "@skyux/i18n": "12.4.0",
26
+ "@skyux/modals": "12.4.0"
27
27
  },
28
28
  "dependencies": {
29
29
  "tslib": "^2.8.1"
@@ -1,4 +1,6 @@
1
1
  export { SkyErrorFixture } from './legacy/error-fixture';
2
2
  export { SkyErrorHarness } from './modules/error/error-harness';
3
3
  export { SkyErrorHarnessFilters } from './modules/error/error-harness-filters';
4
+ export { SkyErrorActionHarness } from './modules/error/error-action-harness';
5
+ export { SkyErrorImageHarness } from './modules/error/error-image-harness';
4
6
  export { SkyErrorModalHarness } from './modules/error/error-modal-harness';