@elementor/editor-editing-panel 3.33.0-239 → 3.33.0-240

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.
package/dist/index.d.mts CHANGED
@@ -1175,26 +1175,26 @@ declare const controlTypes: {
1175
1175
  readonly layout: "full";
1176
1176
  readonly propTypeUtil: {
1177
1177
  extract: (prop: unknown) => string | null;
1178
- isValid: (prop: unknown) => prop is _elementor_editor_props.TransformablePropValue<"string", string | null>;
1178
+ isValid: (prop: unknown) => prop is _elementor_editor_props.TransformablePropValue<"html", string | null>;
1179
1179
  create: {
1180
- (value: string | null): _elementor_editor_props.TransformablePropValue<"string", string | null>;
1181
- (value: string | null, createOptions?: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"string", string | null>;
1182
- (value: (prev?: string | null | undefined) => string | null, createOptions: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"string", string | null>;
1180
+ (value: string | null): _elementor_editor_props.TransformablePropValue<"html", string | null>;
1181
+ (value: string | null, createOptions?: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"html", string | null>;
1182
+ (value: (prev?: string | null | undefined) => string | null, createOptions: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"html", string | null>;
1183
1183
  };
1184
1184
  schema: zod.ZodObject<{
1185
- $$type: zod.ZodLiteral<"string">;
1185
+ $$type: zod.ZodLiteral<"html">;
1186
1186
  value: zod.ZodType<string | null, zod.ZodTypeDef, string | null>;
1187
1187
  disabled: zod.ZodOptional<zod.ZodBoolean>;
1188
1188
  }, "strict", zod.ZodTypeAny, {
1189
- $$type: "string";
1189
+ $$type: "html";
1190
1190
  value: string | null;
1191
1191
  disabled?: boolean | undefined;
1192
1192
  }, {
1193
- $$type: "string";
1193
+ $$type: "html";
1194
1194
  value: string | null;
1195
1195
  disabled?: boolean | undefined;
1196
1196
  }>;
1197
- key: "string";
1197
+ key: "html";
1198
1198
  };
1199
1199
  };
1200
1200
  };
package/dist/index.d.ts CHANGED
@@ -1175,26 +1175,26 @@ declare const controlTypes: {
1175
1175
  readonly layout: "full";
1176
1176
  readonly propTypeUtil: {
1177
1177
  extract: (prop: unknown) => string | null;
1178
- isValid: (prop: unknown) => prop is _elementor_editor_props.TransformablePropValue<"string", string | null>;
1178
+ isValid: (prop: unknown) => prop is _elementor_editor_props.TransformablePropValue<"html", string | null>;
1179
1179
  create: {
1180
- (value: string | null): _elementor_editor_props.TransformablePropValue<"string", string | null>;
1181
- (value: string | null, createOptions?: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"string", string | null>;
1182
- (value: (prev?: string | null | undefined) => string | null, createOptions: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"string", string | null>;
1180
+ (value: string | null): _elementor_editor_props.TransformablePropValue<"html", string | null>;
1181
+ (value: string | null, createOptions?: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"html", string | null>;
1182
+ (value: (prev?: string | null | undefined) => string | null, createOptions: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"html", string | null>;
1183
1183
  };
1184
1184
  schema: zod.ZodObject<{
1185
- $$type: zod.ZodLiteral<"string">;
1185
+ $$type: zod.ZodLiteral<"html">;
1186
1186
  value: zod.ZodType<string | null, zod.ZodTypeDef, string | null>;
1187
1187
  disabled: zod.ZodOptional<zod.ZodBoolean>;
1188
1188
  }, "strict", zod.ZodTypeAny, {
1189
- $$type: "string";
1189
+ $$type: "html";
1190
1190
  value: string | null;
1191
1191
  disabled?: boolean | undefined;
1192
1192
  }, {
1193
- $$type: "string";
1193
+ $$type: "html";
1194
1194
  value: string | null;
1195
1195
  disabled?: boolean | undefined;
1196
1196
  }>;
1197
- key: "string";
1197
+ key: "html";
1198
1198
  };
1199
1199
  };
1200
1200
  };
package/dist/index.js CHANGED
@@ -4757,7 +4757,7 @@ var controlTypes = {
4757
4757
  "html-tag": { component: import_editor_controls49.HtmlTagControl, layout: "two-columns", propTypeUtil: import_editor_props13.stringPropTypeUtil },
4758
4758
  toggle: { component: import_editor_controls49.ToggleControl, layout: "full", propTypeUtil: import_editor_props13.stringPropTypeUtil },
4759
4759
  "date-time": { component: import_editor_controls49.DateTimeControl, layout: "full", propTypeUtil: import_editor_props13.DateTimePropTypeUtil },
4760
- "inline-editing": { component: import_editor_controls49.InlineEditingControl, layout: "full", propTypeUtil: import_editor_props13.stringPropTypeUtil }
4760
+ "inline-editing": { component: import_editor_controls49.InlineEditingControl, layout: "full", propTypeUtil: import_editor_props13.htmlPropTypeUtil }
4761
4761
  };
4762
4762
  var ControlsRegistry = class {
4763
4763
  constructor(controlsRegistry2) {