@claspo/common 7.0.5 → 7.0.6

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.
@@ -25,6 +25,7 @@ export interface BasePropertyPaneManifestModelI {
25
25
  children?: BasePropertyPaneManifestModelI[];
26
26
  valueTransformers?: ValueTransformerConfig[];
27
27
  mode?: string;
28
+ displayForFocusedElement?: string[];
28
29
  }
29
30
  export interface DisableControlIfPropPathMatchValueParamsI {
30
31
  propPath: string[];
@@ -398,6 +399,7 @@ export interface IconSelectPaneManifestParamsI {
398
399
  label?: string;
399
400
  excludeImageTypes?: string[];
400
401
  enableCustomIcons?: boolean;
402
+ colorPickerEnabled?: boolean;
401
403
  storageType?: string;
402
404
  }
403
405
  export interface IconSelectOptionForPropertyPaneManifestI {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claspo/common",
3
- "version": "7.0.5",
3
+ "version": "7.0.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {