@skyux/forms 12.0.0-alpha.7 → 12.0.0-alpha.9

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.
@@ -87,7 +87,7 @@ export declare class SkyCheckboxComponent implements AfterViewInit, ControlValue
87
87
  * label types. `"info"` creates a blue background, `"success"` creates a green
88
88
  * background, `"warning"` creates an orange background, and `"danger"` creates a red background.
89
89
  * @default "info"
90
- * @deprecated checkboxType is no longer supported
90
+ * @deprecated The `checkboxType` input is no longer supported.
91
91
  */
92
92
  set checkboxType(value: string | undefined);
93
93
  get checkboxType(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "12.0.0-alpha.7",
3
+ "version": "12.0.0-alpha.9",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -32,19 +32,19 @@
32
32
  }
33
33
  },
34
34
  "peerDependencies": {
35
- "@angular/cdk": "^19.0.4",
36
- "@angular/common": "^19.0.5",
37
- "@angular/core": "^19.0.5",
38
- "@angular/forms": "^19.0.5",
39
- "@angular/platform-browser": "^19.0.5",
40
- "@skyux-sdk/testing": "12.0.0-alpha.7",
41
- "@skyux/core": "12.0.0-alpha.7",
42
- "@skyux/help-inline": "12.0.0-alpha.7",
43
- "@skyux/i18n": "12.0.0-alpha.7",
44
- "@skyux/icon": "12.0.0-alpha.7",
45
- "@skyux/indicators": "12.0.0-alpha.7",
46
- "@skyux/popovers": "12.0.0-alpha.7",
47
- "@skyux/theme": "12.0.0-alpha.7"
35
+ "@angular/cdk": "^19.2.2",
36
+ "@angular/common": "^19.2.1",
37
+ "@angular/core": "^19.2.1",
38
+ "@angular/forms": "^19.2.1",
39
+ "@angular/platform-browser": "^19.2.1",
40
+ "@skyux-sdk/testing": "12.0.0-alpha.9",
41
+ "@skyux/core": "12.0.0-alpha.9",
42
+ "@skyux/help-inline": "12.0.0-alpha.9",
43
+ "@skyux/i18n": "12.0.0-alpha.9",
44
+ "@skyux/icon": "12.0.0-alpha.9",
45
+ "@skyux/indicators": "12.0.0-alpha.9",
46
+ "@skyux/popovers": "12.0.0-alpha.9",
47
+ "@skyux/theme": "12.0.0-alpha.9"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.8.1"