@skyux/forms 13.6.1 → 13.6.2

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/index.d.ts CHANGED
@@ -368,9 +368,9 @@ declare class SkyCheckboxGroupComponent implements Validator {
368
368
 
369
369
  /**
370
370
  * Displays default and custom form field error messages for form field components.
371
- * Set `labelText` on the form field component to automatically display required,
371
+ * Set `labelText` on the `SkyInputBoxComponent` to automatically display required,
372
372
  * maximum length, minimum length, date, email, phone number, time, and URL errors.
373
- * To display custom errors, include sky-form-error elements in the form field component.
373
+ * To display custom errors, include `sky-form-error` elements in the `SkyInputBoxComponent`.
374
374
  */
375
375
  declare class SkyFormErrorComponent {
376
376
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/forms",
3
- "version": "13.6.1",
3
+ "version": "13.6.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,14 +21,14 @@
21
21
  "@angular/core": "^20.3.0",
22
22
  "@angular/forms": "^20.3.0",
23
23
  "@angular/platform-browser": "^20.3.0",
24
- "@skyux-sdk/testing": "13.6.1",
25
- "@skyux/core": "13.6.1",
26
- "@skyux/help-inline": "13.6.1",
27
- "@skyux/i18n": "13.6.1",
28
- "@skyux/icon": "13.6.1",
29
- "@skyux/indicators": "13.6.1",
30
- "@skyux/popovers": "13.6.1",
31
- "@skyux/theme": "13.6.1"
24
+ "@skyux-sdk/testing": "13.6.2",
25
+ "@skyux/core": "13.6.2",
26
+ "@skyux/help-inline": "13.6.2",
27
+ "@skyux/i18n": "13.6.2",
28
+ "@skyux/icon": "13.6.2",
29
+ "@skyux/indicators": "13.6.2",
30
+ "@skyux/popovers": "13.6.2",
31
+ "@skyux/theme": "13.6.2"
32
32
  },
33
33
  "dependencies": {
34
34
  "tslib": "^2.8.1"