@infuro/cms-core 1.0.0 → 1.0.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/admin.js CHANGED
@@ -2463,7 +2463,7 @@ function FormBuilder({ formId }) {
2463
2463
  className: "bg-white text-gray-800 hover:bg-gray-100 border-0 text-xs",
2464
2464
  children: [
2465
2465
  /* @__PURE__ */ jsx23(Save, { className: "h-4 w-4 mr-2" }),
2466
- isSaving ? "Saving..." : "Save Draft"
2466
+ isSaving ? "Saving..." : "Save"
2467
2467
  ]
2468
2468
  }
2469
2469
  ),
@@ -3454,7 +3454,7 @@ function BlogEditor({ existingBlog }) {
3454
3454
  disabled: isSaving,
3455
3455
  children: [
3456
3456
  /* @__PURE__ */ jsx28(Save2, { className: "h-4 w-4 mr-1" }),
3457
- isSaving ? "Saving..." : "Save Draft"
3457
+ isSaving ? "Saving..." : "Save"
3458
3458
  ]
3459
3459
  }
3460
3460
  ),
@@ -6610,7 +6610,7 @@ function PageBuilderPage({ pageId }) {
6610
6610
  className: "flex items-center bg-white text-gray-800 hover:bg-gray-100 border-0 text-xs",
6611
6611
  children: [
6612
6612
  /* @__PURE__ */ jsx45(Save5, { className: "h-4 w-4 mr-1" }),
6613
- " Save Draft"
6613
+ " Save"
6614
6614
  ]
6615
6615
  }
6616
6616
  ),