@embedpdf/models 2.8.0 → 2.9.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.
package/dist/pdf.d.ts CHANGED
@@ -1378,6 +1378,10 @@ export interface PdfPolygonAnnoObject extends PdfAnnotationObjectBase {
1378
1378
  * stroke dash array of polygon annotation
1379
1379
  */
1380
1380
  strokeDashArray?: number[];
1381
+ /**
1382
+ * cloudy border intensity of polygon annotation
1383
+ */
1384
+ cloudyBorderIntensity?: number;
1381
1385
  /**
1382
1386
  * Rectangle Differences (/RD) - inset padding from Rect to the drawn area.
1383
1387
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/models",
3
- "version": "2.8.0",
3
+ "version": "2.9.1",
4
4
  "private": false,
5
5
  "description": "Shared type definitions, data models, and utility helpers (geometry, tasks, logging, PDF primitives) that underpin every package in the EmbedPDF ecosystem.",
6
6
  "type": "module",