modern-idoc 0.10.6 → 0.10.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.d.cts CHANGED
@@ -493,7 +493,7 @@ type Shape = SVGPathData | SVGPathData[] | ShapePath[] | NormalizedShape;
493
493
  declare function normalizeShape(shape: Shape): NormalizedShape;
494
494
 
495
495
  type StyleUnit = `${number}%` | number;
496
- type Display = 'flex' | 'contents';
496
+ type Display = 'inherit' | 'freeform' | 'flex';
497
497
  type Direction = 'inherit' | 'ltr' | 'rtl';
498
498
  type Overflow = 'hidden' | 'visible';
499
499
  type Visibility = 'hidden' | 'visible';
package/dist/index.d.mts CHANGED
@@ -493,7 +493,7 @@ type Shape = SVGPathData | SVGPathData[] | ShapePath[] | NormalizedShape;
493
493
  declare function normalizeShape(shape: Shape): NormalizedShape;
494
494
 
495
495
  type StyleUnit = `${number}%` | number;
496
- type Display = 'flex' | 'contents';
496
+ type Display = 'inherit' | 'freeform' | 'flex';
497
497
  type Direction = 'inherit' | 'ltr' | 'rtl';
498
498
  type Overflow = 'hidden' | 'visible';
499
499
  type Visibility = 'hidden' | 'visible';
package/dist/index.d.ts CHANGED
@@ -493,7 +493,7 @@ type Shape = SVGPathData | SVGPathData[] | ShapePath[] | NormalizedShape;
493
493
  declare function normalizeShape(shape: Shape): NormalizedShape;
494
494
 
495
495
  type StyleUnit = `${number}%` | number;
496
- type Display = 'flex' | 'contents';
496
+ type Display = 'inherit' | 'freeform' | 'flex';
497
497
  type Direction = 'inherit' | 'ltr' | 'rtl';
498
498
  type Overflow = 'hidden' | 'visible';
499
499
  type Visibility = 'hidden' | 'visible';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "modern-idoc",
3
3
  "type": "module",
4
- "version": "0.10.6",
4
+ "version": "0.10.7",
5
5
  "packageManager": "pnpm@10.18.1",
6
6
  "description": "Intermediate document for modern codec libs",
7
7
  "author": "wxm",