@skedulo/mex-types 1.3.21 → 1.3.22

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.
@@ -306,6 +306,7 @@ export interface SectionViewComponentModel extends BaseFlatPageViewComponentMode
306
306
  * @area Components
307
307
  * @value menuList
308
308
  * @label Menu list
309
+ * @description Display a list of options or actions
309
310
  */
310
311
  export interface MenuListViewComponentModel extends BaseFlatPageViewComponentModel {
311
312
  items: MenuListItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },