@embedpdf/models 2.3.0 → 2.4.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
@@ -1120,6 +1120,7 @@ var PDF_FORM_FIELD_TYPE = /* @__PURE__ */ ((PDF_FORM_FIELD_TYPE2) => {
1120
1120
  var PdfAnnotationColorType = /* @__PURE__ */ ((PdfAnnotationColorType2) => {
1121
1121
  PdfAnnotationColorType2[PdfAnnotationColorType2["Color"] = 0] = "Color";
1122
1122
  PdfAnnotationColorType2[PdfAnnotationColorType2["InteriorColor"] = 1] = "InteriorColor";
1123
+ PdfAnnotationColorType2[PdfAnnotationColorType2["OverlayColor"] = 2] = "OverlayColor";
1123
1124
  return PdfAnnotationColorType2;
1124
1125
  })(PdfAnnotationColorType || {});
1125
1126
  var PdfAnnotationBorderStyle = /* @__PURE__ */ ((PdfAnnotationBorderStyle2) => {