@skedulo/mex-types 1.25.0 → 1.26.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.
@@ -116,6 +116,10 @@ export interface TextEditorViewComponentModel extends CommonEditorViewComponentM
116
116
  * @label Features
117
117
  */
118
118
  features?: TextEditorFeaturesModel;
119
+ /**
120
+ * @label Symbol
121
+ */
122
+ leftSymbol: LocalizedKey;
119
123
  }
120
124
  export interface TextEditorFeaturesModel {
121
125
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },