@skedulo/mex-types 1.23.1 → 1.23.3

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.
@@ -56,7 +56,7 @@ export interface CommonEditorViewComponentModel extends BaseFlatPageViewComponen
56
56
  */
57
57
  editorEvents?: CommonEditorEvents;
58
58
  /**
59
- * @label Caption
59
+ * @label Description
60
60
  * @typeAdhoc textarea
61
61
  * @maxLength 1000
62
62
  * @tooltip Enter a description or guideline to provide more context. This text will display under the component label
@@ -474,7 +474,7 @@ export interface BaseSelectEditor {
474
474
  * This property is used to allow users add choices to the picklist, multi picklist
475
475
  * @typeAdhoc textarea
476
476
  * @label Add drop-down choices
477
- * @placeholder Each choice must be on a separate line
477
+ * @placeholder Enter each choice on a new line, no duplicates allowed
478
478
  * @required true
479
479
  */
480
480
  options?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.23.1",
3
+ "version": "1.23.3",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },