@connectedxm/zpl-generator 0.0.3 → 0.0.4-beta.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -199,7 +199,7 @@ Displays text with configurable font, size, alignment, and wrapping.
199
199
 
200
200
  **Vertical Alignment:**
201
201
  - `VerticalAlignment.Start`: Text starts at the top of the field
202
- - `VerticalAlignment.End`: Text is aligned to the bottom (padded with line breaks)
202
+ - `VerticalAlignment.End`: Text is aligned to the bottom (uses only the lines needed, no line-break padding)
203
203
 
204
204
  **Word Widths:**
205
205
  For accurate text wrapping with proportional fonts, provide `wordWidths`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/zpl-generator",
3
- "version": "0.0.3",
3
+ "version": "0.0.4-beta.1",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",