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 +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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 = '
|
|
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 = '
|
|
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 = '
|
|
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';
|