@skedulo/mex-types 1.24.1 → 1.25.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.
@@ -285,7 +285,7 @@ export interface ToggleEditorViewComponentModel extends CommonEditorViewComponen
285
285
  /**
286
286
  * @label Mode
287
287
  */
288
- mode: 'radio' | 'checkbox' | 'switch';
288
+ mode: 'radio' | 'checkbox' | 'switch' | 'segment';
289
289
  }
290
290
  export interface ToggleEditorItemModel {
291
291
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.24.1",
3
+ "version": "1.25.0",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },