@ckeditor/ckeditor5-ui 46.0.1-alpha.5 → 46.0.1-alpha.7

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
@@ -10795,8 +10795,8 @@ const waitingTime = 150;
10795
10795
  // In FF, after selecting the color via slider, it instantly moves back to the previous color.
10796
10796
  // In all iOS browsers and desktop Safari, once the saturation slider is moved for the first time,
10797
10797
  // editor collapses the selection and doesn't apply the color change.
10798
- // See: https://github.com/cksource/ckeditor5-internal/issues/3245, https://github.com/ckeditor/ckeditor5/issues/14119,
10799
- // https://github.com/cksource/ckeditor5-internal/issues/3268.
10798
+ // See: https://github.com/ckeditor/ckeditor5-internal/issues/3245, https://github.com/ckeditor/ckeditor5/issues/14119,
10799
+ // https://github.com/ckeditor/ckeditor5-internal/issues/3268.
10800
10800
  /* istanbul ignore next -- @preserve */ if (!this._config.hideInput && (env.isGecko || env.isiOS || env.isSafari || env.isBlink)) {
10801
10801
  const input = this.hexInputRow.children.get(1);
10802
10802
  input.focus();