@skedulo/mex-types 1.16.2 → 1.16.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.
@@ -82,10 +82,7 @@ export interface TextEditorViewComponentModel extends CommonEditorViewComponentM
82
82
  * @options [
83
83
  * {label: 'Default', value: 'default'},
84
84
  * {label: 'Email address', value: 'email-address'},
85
- * {label: 'Numeric', value: 'numeric'},
86
- * {label: 'Phone pad', value: 'phone-pad'},
87
- * {label: 'Number pad', value: 'number-pad'},
88
- * {label: 'Decimal pad', value: 'decimal-pad'}
85
+ * {label: 'Phone pad', value: 'phone-pad'}
89
86
  * ]
90
87
  */
91
88
  keyboardType?: KeyboardType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.16.2",
3
+ "version": "1.16.3",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },