@skyux/core 12.0.0-alpha.12 → 12.0.0-alpha.14

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.
@@ -4615,7 +4615,7 @@ class Version {
4615
4615
  /**
4616
4616
  * Represents the version of @skyux/core.
4617
4617
  */
4618
- const VERSION = new Version('12.0.0-alpha.12');
4618
+ const VERSION = new Version('12.0.0-alpha.14');
4619
4619
 
4620
4620
  /**
4621
4621
  * Generated bundle index. Do not edit.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "12.0.0-alpha.12",
3
+ "version": "12.0.0-alpha.14",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -15,6 +15,19 @@
15
15
  "url": "https://github.com/blackbaud/skyux/issues"
16
16
  },
17
17
  "homepage": "https://github.com/blackbaud/skyux#readme",
18
+ "peerDependencies": {
19
+ "@angular/cdk": "^19.2.2",
20
+ "@angular/common": "^19.2.1",
21
+ "@angular/core": "^19.2.1",
22
+ "@angular/platform-browser": "^19.2.1",
23
+ "@angular/router": "^19.2.1",
24
+ "@skyux/i18n": "12.0.0-alpha.14"
25
+ },
26
+ "dependencies": {
27
+ "tslib": "^2.8.1"
28
+ },
29
+ "module": "fesm2022/skyux-core.mjs",
30
+ "typings": "index.d.ts",
18
31
  "exports": {
19
32
  "./package.json": {
20
33
  "default": "./package.json"
@@ -26,23 +39,7 @@
26
39
  "./testing": {
27
40
  "types": "./testing/index.d.ts",
28
41
  "default": "./fesm2022/skyux-core-testing.mjs"
29
- },
30
- "./documentation.json": {
31
- "default": "./documentation.json"
32
42
  }
33
43
  },
34
- "peerDependencies": {
35
- "@angular/cdk": "^19.2.2",
36
- "@angular/common": "^19.2.1",
37
- "@angular/core": "^19.2.1",
38
- "@angular/platform-browser": "^19.2.1",
39
- "@angular/router": "^19.2.1",
40
- "@skyux/i18n": "12.0.0-alpha.12"
41
- },
42
- "dependencies": {
43
- "tslib": "^2.8.1"
44
- },
45
- "module": "fesm2022/skyux-core.mjs",
46
- "typings": "index.d.ts",
47
44
  "sideEffects": false
48
- }
45
+ }