@skyux/code-examples 14.4.0 → 15.0.0-alpha.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/code-examples",
3
- "version": "14.4.0",
3
+ "version": "15.0.0-alpha.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "description": "Internal SKY UX use only",
6
6
  "keywords": [
@@ -17,45 +17,45 @@
17
17
  },
18
18
  "homepage": "https://github.com/blackbaud/skyux#readme",
19
19
  "peerDependencies": {
20
- "@angular/cdk": "^21.2.0",
21
- "@angular/common": "^21.2.0",
22
- "@angular/core": "^21.2.0",
23
- "@angular/forms": "^21.2.0",
24
- "@angular/router": "^21.2.0",
20
+ "@angular/cdk": "^22.0.1",
21
+ "@angular/common": "^22.0.1",
22
+ "@angular/core": "^22.0.1",
23
+ "@angular/forms": "^22.0.1",
24
+ "@angular/router": "^22.0.1",
25
25
  "@blackbaud/angular-tree-component": "^1.0.0",
26
- "@skyux/action-bars": "14.4.0",
27
- "@skyux/ag-grid": "14.4.0",
28
- "@skyux/angular-tree-component": "14.4.0",
29
- "@skyux/autonumeric": "14.4.0",
30
- "@skyux/avatar": "14.4.0",
31
- "@skyux/colorpicker": "14.4.0",
32
- "@skyux/core": "14.4.0",
33
- "@skyux/data-manager": "14.4.0",
34
- "@skyux/datetime": "14.4.0",
35
- "@skyux/errors": "14.4.0",
36
- "@skyux/filter-bar": "14.4.0",
37
- "@skyux/flyout": "14.4.0",
38
- "@skyux/forms": "14.4.0",
39
- "@skyux/help-inline": "14.4.0",
40
- "@skyux/icon": "14.4.0",
41
- "@skyux/indicators": "14.4.0",
42
- "@skyux/inline-form": "14.4.0",
43
- "@skyux/layout": "14.4.0",
44
- "@skyux/lists": "14.4.0",
45
- "@skyux/lookup": "14.4.0",
46
- "@skyux/modals": "14.4.0",
47
- "@skyux/navbar": "14.4.0",
48
- "@skyux/pages": "14.4.0",
49
- "@skyux/phone-field": "14.4.0",
50
- "@skyux/popovers": "14.4.0",
51
- "@skyux/progress-indicator": "14.4.0",
52
- "@skyux/router": "14.4.0",
53
- "@skyux/split-view": "14.4.0",
54
- "@skyux/tabs": "14.4.0",
55
- "@skyux/text-editor": "14.4.0",
56
- "@skyux/tiles": "14.4.0",
57
- "@skyux/toast": "14.4.0",
58
- "@skyux/validation": "14.4.0",
26
+ "@skyux/action-bars": "15.0.0-alpha.0",
27
+ "@skyux/ag-grid": "15.0.0-alpha.0",
28
+ "@skyux/angular-tree-component": "15.0.0-alpha.0",
29
+ "@skyux/autonumeric": "15.0.0-alpha.0",
30
+ "@skyux/avatar": "15.0.0-alpha.0",
31
+ "@skyux/colorpicker": "15.0.0-alpha.0",
32
+ "@skyux/core": "15.0.0-alpha.0",
33
+ "@skyux/data-manager": "15.0.0-alpha.0",
34
+ "@skyux/datetime": "15.0.0-alpha.0",
35
+ "@skyux/errors": "15.0.0-alpha.0",
36
+ "@skyux/filter-bar": "15.0.0-alpha.0",
37
+ "@skyux/flyout": "15.0.0-alpha.0",
38
+ "@skyux/forms": "15.0.0-alpha.0",
39
+ "@skyux/help-inline": "15.0.0-alpha.0",
40
+ "@skyux/icon": "15.0.0-alpha.0",
41
+ "@skyux/indicators": "15.0.0-alpha.0",
42
+ "@skyux/inline-form": "15.0.0-alpha.0",
43
+ "@skyux/layout": "15.0.0-alpha.0",
44
+ "@skyux/lists": "15.0.0-alpha.0",
45
+ "@skyux/lookup": "15.0.0-alpha.0",
46
+ "@skyux/modals": "15.0.0-alpha.0",
47
+ "@skyux/navbar": "15.0.0-alpha.0",
48
+ "@skyux/pages": "15.0.0-alpha.0",
49
+ "@skyux/phone-field": "15.0.0-alpha.0",
50
+ "@skyux/popovers": "15.0.0-alpha.0",
51
+ "@skyux/progress-indicator": "15.0.0-alpha.0",
52
+ "@skyux/router": "15.0.0-alpha.0",
53
+ "@skyux/split-view": "15.0.0-alpha.0",
54
+ "@skyux/tabs": "15.0.0-alpha.0",
55
+ "@skyux/text-editor": "15.0.0-alpha.0",
56
+ "@skyux/tiles": "15.0.0-alpha.0",
57
+ "@skyux/toast": "15.0.0-alpha.0",
58
+ "@skyux/validation": "15.0.0-alpha.0",
59
59
  "ag-grid-angular": "^35.1.0",
60
60
  "ag-grid-community": "^35.1.0"
61
61
  },