ids-enterprise-typings 19.6.3 → 19.6.5

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.
@@ -8,13 +8,16 @@
8
8
  type SohoAlertType = 'error' | 'alert' | 'success' | 'info' | 'icon' | undefined;
9
9
 
10
10
  interface SohoAlertOptions {
11
- /** */
11
+ /** The message text to display in the alert. */
12
12
  message?: string;
13
13
 
14
- /** */
14
+ /** If true, displays the alert inline rather than as a banner. */
15
15
  inline?: boolean;
16
16
 
17
- /** */
17
+ /** If true, truncates long messages with ellipsis. */
18
+ truncated?: boolean;
19
+
20
+ /** The type of alert to display. */
18
21
  type?: SohoAlertType;
19
22
 
20
23
  /**
@@ -27,9 +30,10 @@ interface SohoAlertOptions {
27
30
  */
28
31
  triggerEvents?: boolean;
29
32
 
30
- /** */
33
+ /** The icon to display with the alert. */
31
34
  icon?: string;
32
35
 
36
+ /** Unique identifier for the alert element. */
33
37
  id?: string;
34
38
  }
35
39
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "19.6.3",
4
+ "version": "19.6.5",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "peerDependencies": {