@ckeditor/ckeditor5-clipboard 0.0.0-nightly-20240514.0 → 0.0.0-nightly-20240516.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.
package/dist/index.js CHANGED
@@ -974,7 +974,7 @@ const listElements = [
974
974
  }
975
975
  }
976
976
 
977
- const toPx = toUnit('px');
977
+ const toPx = /* #__PURE__ */ toUnit('px');
978
978
  /**
979
979
  * The horizontal drop target line view.
980
980
  */ class LineView extends View {