@skedulo/mex-types 1.50.0 → 1.51.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.
@@ -560,6 +560,7 @@ export interface MessageBoxProperties {
560
560
  * @values: 'success' | 'primary' | 'danger' | 'warning'
561
561
  */
562
562
  theme: ValueExpressionType;
563
+ numberOfLines?: number;
563
564
  }
564
565
  export type AllPageComponentModel = ListPageComponentModel | FlatPageComponentModelTypes;
565
566
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.50.0",
3
+ "version": "1.51.0",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },