@skyux/core 11.37.0 → 11.38.1

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.
@@ -1,5 +1,4 @@
1
1
  import { Type } from '@angular/core';
2
- import { SkyDynamicComponentService } from '../dynamic-component/dynamic-component.service';
3
2
  import { SkyDockInsertComponentConfig } from './dock-insert-component-config';
4
3
  import { SkyDockItem } from './dock-item';
5
4
  import { SkyDockOptions } from './dock-options';
@@ -15,7 +14,6 @@ export declare class SkyDockService {
15
14
  * Returns all docked items.
16
15
  */
17
16
  get items(): SkyDockItem<any>[];
18
- constructor(dynamicComponentSvc: SkyDynamicComponentService);
19
17
  /**
20
18
  * Docks a component to the bottom of the page.
21
19
  * @param component The component to dock.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "11.37.0",
3
+ "version": "11.38.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,7 +41,7 @@
41
41
  "@angular/core": "^18.2.13",
42
42
  "@angular/platform-browser": "^18.2.13",
43
43
  "@angular/router": "^18.2.13",
44
- "@skyux/i18n": "11.37.0"
44
+ "@skyux/i18n": "11.38.1"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.6.3"