modern-idoc 0.4.2 → 0.4.3
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
|
@@ -237,7 +237,7 @@ type FontWeight = 'normal' | 'bold' | 100 | 200 | 300 | 400 | 500 | 600 | 700 |
|
|
|
237
237
|
type FontStyle = 'normal' | 'italic' | 'oblique' | `oblique ${string}`;
|
|
238
238
|
type FontKerning = None | 'auto' | 'normal';
|
|
239
239
|
type TextWrap = 'wrap' | 'nowrap';
|
|
240
|
-
type TextAlign = 'center' | 'end' | 'left' | 'right' | 'start';
|
|
240
|
+
type TextAlign = None | 'center' | 'end' | 'left' | 'right' | 'start' | 'justify';
|
|
241
241
|
type TextTransform = None | 'uppercase' | 'lowercase';
|
|
242
242
|
type TextOrientation = 'mixed' | 'upright' | 'sideways-right' | 'sideways';
|
|
243
243
|
type TextDecoration = None | 'underline' | 'line-through' | 'overline';
|
package/dist/index.d.mts
CHANGED
|
@@ -237,7 +237,7 @@ type FontWeight = 'normal' | 'bold' | 100 | 200 | 300 | 400 | 500 | 600 | 700 |
|
|
|
237
237
|
type FontStyle = 'normal' | 'italic' | 'oblique' | `oblique ${string}`;
|
|
238
238
|
type FontKerning = None | 'auto' | 'normal';
|
|
239
239
|
type TextWrap = 'wrap' | 'nowrap';
|
|
240
|
-
type TextAlign = 'center' | 'end' | 'left' | 'right' | 'start';
|
|
240
|
+
type TextAlign = None | 'center' | 'end' | 'left' | 'right' | 'start' | 'justify';
|
|
241
241
|
type TextTransform = None | 'uppercase' | 'lowercase';
|
|
242
242
|
type TextOrientation = 'mixed' | 'upright' | 'sideways-right' | 'sideways';
|
|
243
243
|
type TextDecoration = None | 'underline' | 'line-through' | 'overline';
|
package/dist/index.d.ts
CHANGED
|
@@ -237,7 +237,7 @@ type FontWeight = 'normal' | 'bold' | 100 | 200 | 300 | 400 | 500 | 600 | 700 |
|
|
|
237
237
|
type FontStyle = 'normal' | 'italic' | 'oblique' | `oblique ${string}`;
|
|
238
238
|
type FontKerning = None | 'auto' | 'normal';
|
|
239
239
|
type TextWrap = 'wrap' | 'nowrap';
|
|
240
|
-
type TextAlign = 'center' | 'end' | 'left' | 'right' | 'start';
|
|
240
|
+
type TextAlign = None | 'center' | 'end' | 'left' | 'right' | 'start' | 'justify';
|
|
241
241
|
type TextTransform = None | 'uppercase' | 'lowercase';
|
|
242
242
|
type TextOrientation = 'mixed' | 'upright' | 'sideways-right' | 'sideways';
|
|
243
243
|
type TextDecoration = None | 'underline' | 'line-through' | 'overline';
|