@claspo/common 7.0.8 → 7.1.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.
@@ -221,6 +221,7 @@ export interface TextInputPropertyPaneManifestParamsI {
221
221
  subLabel?: string;
222
222
  description?: string;
223
223
  placeholder?: string;
224
+ tooltip?: string;
224
225
  validators?: BaseInputValidatorsI;
225
226
  defaultValue?: any;
226
227
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claspo/common",
3
- "version": "7.0.8",
3
+ "version": "7.1.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {