ids-enterprise-typings 21.0.3 → 21.0.4

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.
@@ -127,6 +127,9 @@ interface SohoModalOptions {
127
127
 
128
128
  /** Fires when an element gets focus on the modal */
129
129
  onFocusChange?: SohoModalFocusChangeFunction;
130
+
131
+ /** A CSS selector string that represents an element to focus on when the modal is opened. */
132
+ initialFocus?: string;
130
133
  }
131
134
 
132
135
  type SohoModalFullSize = false | 'responsive' | 'always';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "21.0.3",
4
+ "version": "21.0.4",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "peerDependencies": {