modern-text 1.11.0 → 1.11.1
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.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -6
- package/dist/index.mjs +2 -2
- package/dist/shared/{modern-text.DKVas_oh.cjs → modern-text.BKZQdmgG.cjs} +381 -172
- package/dist/shared/{modern-text.Cv4iSkAp.d.cts → modern-text.Db7Uoht6.d.cts} +43 -11
- package/dist/shared/{modern-text.Cv4iSkAp.d.mts → modern-text.Db7Uoht6.d.mts} +43 -11
- package/dist/shared/{modern-text.Cv4iSkAp.d.ts → modern-text.Db7Uoht6.d.ts} +43 -11
- package/dist/shared/{modern-text.BZXq-RTg.mjs → modern-text.Dqw5Z6MV.mjs} +381 -172
- package/dist/web-components/index.cjs +4 -3
- package/dist/web-components/index.d.cts +1 -1
- package/dist/web-components/index.d.mts +1 -1
- package/dist/web-components/index.d.ts +1 -1
- package/dist/web-components/index.mjs +4 -3
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { C as Canvas2DRenderer, a as Character, D as DrawShapePathsOptions, F as Fragment,
|
|
1
|
+
import { h as Plugin, O as Options, b as MeasureResult, R as RenderOptions, T as Text } from './shared/modern-text.Db7Uoht6.cjs';
|
|
2
|
+
export { C as Canvas2DRenderer, a as Character, D as DrawShapePathsOptions, F as Fragment, M as MeasureDomResult, c as MeasuredCharacter, d as MeasuredCharacterRect, e as MeasuredFragment, f as MeasuredParagraph, g as Measurer, P as Paragraph, i as TextEvents, t as textDefaultStyle } from './shared/modern-text.Db7Uoht6.cjs';
|
|
3
3
|
import { NormalizedStyle, NormalizedHighlight, NormalizedEffect } from 'modern-idoc';
|
|
4
4
|
import { Path2DSet, Transform2D } from 'modern-path2d';
|
|
5
5
|
import 'modern-font';
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { C as Canvas2DRenderer, a as Character, D as DrawShapePathsOptions, F as Fragment,
|
|
1
|
+
import { h as Plugin, O as Options, b as MeasureResult, R as RenderOptions, T as Text } from './shared/modern-text.Db7Uoht6.mjs';
|
|
2
|
+
export { C as Canvas2DRenderer, a as Character, D as DrawShapePathsOptions, F as Fragment, M as MeasureDomResult, c as MeasuredCharacter, d as MeasuredCharacterRect, e as MeasuredFragment, f as MeasuredParagraph, g as Measurer, P as Paragraph, i as TextEvents, t as textDefaultStyle } from './shared/modern-text.Db7Uoht6.mjs';
|
|
3
3
|
import { NormalizedStyle, NormalizedHighlight, NormalizedEffect } from 'modern-idoc';
|
|
4
4
|
import { Path2DSet, Transform2D } from 'modern-path2d';
|
|
5
5
|
import 'modern-font';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { C as Canvas2DRenderer, a as Character, D as DrawShapePathsOptions, F as Fragment,
|
|
1
|
+
import { h as Plugin, O as Options, b as MeasureResult, R as RenderOptions, T as Text } from './shared/modern-text.Db7Uoht6.js';
|
|
2
|
+
export { C as Canvas2DRenderer, a as Character, D as DrawShapePathsOptions, F as Fragment, M as MeasureDomResult, c as MeasuredCharacter, d as MeasuredCharacterRect, e as MeasuredFragment, f as MeasuredParagraph, g as Measurer, P as Paragraph, i as TextEvents, t as textDefaultStyle } from './shared/modern-text.Db7Uoht6.js';
|
|
3
3
|
import { NormalizedStyle, NormalizedHighlight, NormalizedEffect } from 'modern-idoc';
|
|
4
4
|
import { Path2DSet, Transform2D } from 'modern-path2d';
|
|
5
5
|
import 'modern-font';
|