@skyux/indicators 6.17.0 → 6.17.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,6 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  /**
3
3
  * Specifies a label to display in smaller text under or beside the value.
4
+ * To display a help button beside the label, include a help button element, such as `sky-help-inline`,
5
+ * in the `sky-key-info` element and a `sky-control-help` CSS class on that help button element.
4
6
  * @required
5
7
  */
6
8
  export declare class SkyKeyInfoLabelComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "6.17.0",
3
+ "version": "6.17.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -45,10 +45,10 @@
45
45
  "@angular/common": "^13.3.2",
46
46
  "@angular/core": "^13.3.2",
47
47
  "@angular/platform-browser": "^13.3.2",
48
- "@skyux-sdk/testing": "6.17.0",
49
- "@skyux/core": "6.17.0",
50
- "@skyux/i18n": "6.17.0",
51
- "@skyux/theme": "6.17.0"
48
+ "@skyux-sdk/testing": "6.17.1",
49
+ "@skyux/core": "6.17.1",
50
+ "@skyux/i18n": "6.17.1",
51
+ "@skyux/theme": "6.17.1"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.3.1"