ids-enterprise-typings 13.2.0 → 13.3.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.
@@ -9,14 +9,6 @@ type SohoButtonOptionsStyle = 'default' | 'btn' | 'btn-primary' | 'btn-secondary
9
9
  type SohoButtonOptionsType = 'default' | 'btn-icon' | 'btn-menu' | 'btn-actions' | 'btn-toggle' |
10
10
  'icon-favorite' | 'btn-editor' | 'input' | null | undefined;
11
11
 
12
- interface SohoBadgeOptions {
13
- /** The placement of notification badge. */
14
- position?: SohoNotificationBadgePosition;
15
-
16
- /** The color of the notification badge. */
17
- color?: SohoNotificationBadgeColor;
18
- }
19
-
20
12
  /**
21
13
  * Button Options
22
14
  */
@@ -72,6 +72,11 @@ interface SohoTabsOptions {
72
72
  */
73
73
  multiTabsTooltips?: boolean;
74
74
 
75
+ /**
76
+ * If true, will display a tooltip on Multi Tabs with cut-off text content.
77
+ */
78
+ countsPosition?: undefined | 'top' | 'bottom';
79
+
75
80
  /**
76
81
  * If defined, will serve as a way of pulling in external content to fill tabs.
77
82
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "13.2.0",
4
+ "version": "13.3.1",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {