oasis-editor 0.0.113 → 0.0.114

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.
@@ -4,6 +4,8 @@ export type UnderlineStyle = EditorTextStyle["underlineStyle"];
4
4
  export declare function underlineStyleToCssDecorationStyle(underlineStyle: UnderlineStyle): string | null;
5
5
  export declare function isDoubleUnderlineStyle(underlineStyle: UnderlineStyle): boolean;
6
6
  export declare function isWavyUnderlineStyle(underlineStyle: UnderlineStyle): boolean;
7
+ export declare const WAVY_UNDERLINE_AMPLITUDE_PX = 1.5;
8
+ export declare const WAVY_UNDERLINE_WAVELENGTH_PX = 4;
7
9
  export declare function underlineStyleLineWidthPx(underlineStyle: UnderlineStyle): number;
8
10
  /**
9
11
  * Resolves the OpenType feature tags a run explicitly enables, mirroring the CSS