ids-enterprise-typings 13.5.2 → 13.5.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.
@@ -61,6 +61,9 @@ interface SohoButtonOptions {
61
61
  /** Associated icon. */
62
62
  icon?: string;
63
63
 
64
+ /** Icon placement */
65
+ iconAlign?: 'start' | 'end';
66
+
64
67
  /** Disabled? */
65
68
  disabled?: boolean;
66
69
 
@@ -202,6 +202,8 @@ interface SohoDatePickerStatic {
202
202
  openCalendar(): void;
203
203
 
204
204
  loadLegend(legend: Array<SohoDatePickerLegend> | undefined): void;
205
+
206
+ isOpen(): boolean;
205
207
  }
206
208
 
207
209
  /**
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.5.2",
4
+ "version": "13.5.5",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {