@elementor/editor-editing-panel 4.1.0-829 → 4.1.0-830

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.mjs CHANGED
@@ -1998,6 +1998,7 @@ import * as React18 from "react";
1998
1998
 
1999
1999
  // src/controls-registry/controls-registry.tsx
2000
2000
  import {
2001
+ AttachmentTypeControl,
2001
2002
  ChipsControl,
2002
2003
  DateRangeControl,
2003
2004
  DateTimeControl,
@@ -2062,7 +2063,8 @@ var controlTypes = {
2062
2063
  component: DateRangeControl,
2063
2064
  layout: "custom",
2064
2065
  propTypeUtil: dateRangePropTypeUtil
2065
- }
2066
+ },
2067
+ "attachment-type": { component: AttachmentTypeControl, layout: "custom", propTypeUtil: stringPropTypeUtil2 }
2066
2068
  };
2067
2069
  var ControlsRegistry = class {
2068
2070
  constructor(controlsRegistry2) {