@verma-consulting/common-library 0.1.56 → 0.1.57

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.mjs CHANGED
@@ -645,6 +645,7 @@ var ContentType = /* @__PURE__ */ ((ContentType2) => {
645
645
  ContentType2["Grid"] = "Grid";
646
646
  ContentType2["Table"] = "Table";
647
647
  ContentType2["Kanban"] = "Kanban";
648
+ ContentType2["Map"] = "Map";
648
649
  return ContentType2;
649
650
  })(ContentType || {});
650
651
  var CalculationType = /* @__PURE__ */ ((CalculationType2) => {