@skyux/indicators 10.40.0 → 10.41.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.
@@ -5,20 +5,17 @@ export declare class SkyKeyInfoComponent {
5
5
  /**
6
6
  * A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is
7
7
  * placed beside the key info. Clicking the button invokes global help as configured by the application.
8
- * @preview
9
8
  */
10
9
  helpKey: string | undefined;
11
10
  /**
12
11
  * The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)
13
12
  * button is added to the key info. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)
14
13
  * when clicked using the specified content and optional title.
15
- * @preview
16
14
  */
17
15
  helpPopoverContent: string | TemplateRef<unknown> | undefined;
18
16
  /**
19
17
  * The title of the help popover. This property only applies when `helpPopoverContent` is
20
18
  * also specified.
21
- * @preview
22
19
  */
23
20
  helpPopoverTitle: string | undefined;
24
21
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "10.40.0",
3
+ "version": "10.41.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,14 +41,14 @@
41
41
  "@angular/common": "^17.3.4",
42
42
  "@angular/core": "^17.3.4",
43
43
  "@angular/platform-browser": "^17.3.4",
44
- "@skyux-sdk/testing": "10.40.0",
45
- "@skyux/core": "10.40.0",
46
- "@skyux/help-inline": "10.40.0",
47
- "@skyux/i18n": "10.40.0",
48
- "@skyux/theme": "10.40.0"
44
+ "@skyux-sdk/testing": "10.41.1",
45
+ "@skyux/core": "10.41.1",
46
+ "@skyux/help-inline": "10.41.1",
47
+ "@skyux/i18n": "10.41.1",
48
+ "@skyux/theme": "10.41.1"
49
49
  },
50
50
  "dependencies": {
51
- "@skyux/icon": "10.40.0",
51
+ "@skyux/icon": "10.41.1",
52
52
  "tslib": "^2.6.2"
53
53
  },
54
54
  "module": "fesm2022/skyux-indicators.mjs",