builder-settings-types 0.0.259 → 0.0.261

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.
@@ -22,6 +22,7 @@ export declare class GradientSetting extends Setting<GradientValue, GradientSett
22
22
  angle: InputTypes;
23
23
  stops: InputTypes;
24
24
  };
25
+ private getSafeValue;
25
26
  private element;
26
27
  private previewElement;
27
28
  private textInputElement;
@@ -32,7 +33,7 @@ export declare class GradientSetting extends Setting<GradientValue, GradientSett
32
33
  private detectChange?;
33
34
  private forText;
34
35
  constructor(props?: GradientSettingPropsWithStringDefault);
35
- setValue(newValue: GradientValue | undefined): void;
36
+ setValue(newValue: GradientValue | string | any): void;
36
37
  private updateUI;
37
38
  private generateDisplayText;
38
39
  draw(): HTMLElement;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "builder-settings-types",
3
3
  "description": "builder settings",
4
- "version": "0.0.259",
4
+ "version": "0.0.261",
5
5
  "type": "module",
6
6
  "main": "dist/builder-settings-types.cjs.js",
7
7
  "module": "dist/builder-settings-types.es.js",