modern-text 2.0.9 → 2.1.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,5 +1,5 @@
1
1
  import { Vector2Like, BoundingBox, Vector2 } from 'modern-path2d';
2
- import { a as Character } from './modern-text.DPlppHEM.cjs';
2
+ import { a as Character } from './modern-text.DG27jpKj.cjs';
3
3
 
4
4
  /** 逐字沿形状排布所需的曲线最小接口(实现了这三个方法即可当作变形曲线) */
5
5
  interface DeformationCurve {
@@ -2,7 +2,7 @@
2
2
 
3
3
  const diff = require('diff');
4
4
  const modernIdoc = require('modern-idoc');
5
- const Text = require('../shared/modern-text.CKFvdNej.cjs');
5
+ const Text = require('../shared/modern-text.BBDyCm63.cjs');
6
6
  require('modern-font');
7
7
  require('modern-path2d');
8
8
  require('../shared/modern-text.DQWdaYoZ.cjs');
@@ -1,5 +1,5 @@
1
1
  import { PropertyAccessor, NormalizedTextContent } from 'modern-idoc';
2
- import { T as Text } from '../shared/modern-text.DPlppHEM.cjs';
2
+ import { T as Text } from '../shared/modern-text.DG27jpKj.cjs';
3
3
  import 'modern-path2d';
4
4
  import 'modern-font';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { PropertyAccessor, NormalizedTextContent } from 'modern-idoc';
2
- import { T as Text } from '../shared/modern-text.DPlppHEM.mjs';
2
+ import { T as Text } from '../shared/modern-text.DG27jpKj.mjs';
3
3
  import 'modern-path2d';
4
4
  import 'modern-font';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { PropertyAccessor, NormalizedTextContent } from 'modern-idoc';
2
- import { T as Text } from '../shared/modern-text.DPlppHEM.js';
2
+ import { T as Text } from '../shared/modern-text.DG27jpKj.js';
3
3
  import 'modern-path2d';
4
4
  import 'modern-font';
5
5
 
@@ -1,6 +1,6 @@
1
1
  import { diffChars } from 'diff';
2
2
  import { isCRLF, textContentToString, normalizeCRLF, normalizeTextContent, property } from 'modern-idoc';
3
- import { T as Text } from '../shared/modern-text.rc-b3qK8.mjs';
3
+ import { T as Text } from '../shared/modern-text.DNvXuVjw.mjs';
4
4
  import 'modern-font';
5
5
  import 'modern-path2d';
6
6
  import '../shared/modern-text.K8BlyK2j.mjs';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "modern-text",
3
3
  "type": "module",
4
- "version": "2.0.9",
4
+ "version": "2.1.0",
5
5
  "packageManager": "pnpm@10.18.1",
6
6
  "description": "Measure and render text in a way that describes the DOM.",
7
7
  "author": "wxm",