ids-enterprise-typings 16.7.0 → 16.8.0

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.
@@ -6,15 +6,27 @@ interface SohoModuleNavDisplayModeChangeEvent {
6
6
  val: SohoModuleNavDisplayMode
7
7
  }
8
8
 
9
+ type SohoModuleNavBreakPoint =
10
+ 'phone' |
11
+ 'slim' |
12
+ 'phablet' |
13
+ 'phone-to-tablet' |
14
+ 'wide-tablet' |
15
+ 'tablet-to-desktop' |
16
+ 'desktop-to-extralarge' | undefined;
17
+
9
18
  /** Defines options present in the Soho Module Nav */
10
19
  interface SohoModuleNavOptions {
11
20
  accordionSettings?: SohoAccordionOptions;
12
21
  displayMode?: SohoModuleNavDisplayMode;
13
- enableOutsideClick?: boolean;
14
22
  filterable?: boolean;
15
23
  initChildren?: boolean;
16
24
  pinSections?: boolean;
17
25
  showDetailView?: boolean;
26
+ mobileBehavior?: boolean;
27
+ breakpoint?: SohoModuleNavBreakPoint,
28
+ showOverlay?: boolean;
29
+ enableOutsideClick?: boolean;
18
30
  }
19
31
 
20
32
  /** Public API for Soho Module Nav JS component */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "16.7.0",
4
+ "version": "16.8.0",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {