@omnia/fx-models 8.0.86-dev → 8.0.87-dev

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.
@@ -208,7 +208,7 @@ export declare const ORatingLengthName = "ORatingLength";
208
208
  export declare const OSplitpanesVariationDefinitions: readonly ["horizontal", "vertical"];
209
209
  export type OSplitpanesVariation = typeof OSplitpanesVariationDefinitions[number];
210
210
  export declare const OSplitpanesVariationTypesName = "OSplitpanesVariation";
211
- export declare const OMultiTextInputModesDefinitions: readonly ["textfield", "textarea", "rtf"];
211
+ export declare const OMultiTextInputModesDefinitions: readonly ["textfield", "textarea"];
212
212
  export type OMultiTextInputModes = typeof OMultiTextInputModesDefinitions[number];
213
213
  export declare const OMultiTextInputModesName = "OMultiTextInputModes";
214
214
  export {};
@@ -145,5 +145,5 @@ exports.ORatingLengthName = "ORatingLength";
145
145
  /** Splitpanes */
146
146
  exports.OSplitpanesVariationDefinitions = ["horizontal", "vertical"];
147
147
  exports.OSplitpanesVariationTypesName = "OSplitpanesVariation";
148
- exports.OMultiTextInputModesDefinitions = ["textfield", "textarea", "rtf"];
148
+ exports.OMultiTextInputModesDefinitions = ["textfield", "textarea"];
149
149
  exports.OMultiTextInputModesName = "OMultiTextInputModes";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.86-dev",
4
+ "version": "8.0.87-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"