@univerjs/ui 0.10.14 → 0.11.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.
@@ -1,6 +1,4 @@
1
1
  import { IDocumentData, IRange, IStyleData } from '@univerjs/core';
2
- export declare const DEFAULT_BACKGROUND_COLOR_RGBA = "rgba(0,0,0,0)";
3
- export declare const DEFAULT_BACKGROUND_COLOR_RGB = "rgb(0,0,0)";
4
2
  /**
5
3
  * The entire list of DOM spans is parsed into a rich-text JSON style sheet
6
4
  * @param $dom