@embedpdf/models 2.12.1 → 2.14.0

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.js CHANGED
@@ -1200,6 +1200,7 @@ var PdfAnnotationColorType = /* @__PURE__ */ ((PdfAnnotationColorType2) => {
1200
1200
  PdfAnnotationColorType2[PdfAnnotationColorType2["Color"] = 0] = "Color";
1201
1201
  PdfAnnotationColorType2[PdfAnnotationColorType2["InteriorColor"] = 1] = "InteriorColor";
1202
1202
  PdfAnnotationColorType2[PdfAnnotationColorType2["OverlayColor"] = 2] = "OverlayColor";
1203
+ PdfAnnotationColorType2[PdfAnnotationColorType2["TextColor"] = 3] = "TextColor";
1203
1204
  return PdfAnnotationColorType2;
1204
1205
  })(PdfAnnotationColorType || {});
1205
1206
  var PdfAnnotationBorderStyle = /* @__PURE__ */ ((PdfAnnotationBorderStyle2) => {