@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.cjs +3 -3
- package/dist/admin.cjs.map +1 -1
- package/dist/admin.js +3 -3
- package/dist/admin.js.map +1 -1
- package/dist/index.cjs +16 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +16 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/admin.cjs
CHANGED
|
@@ -2513,7 +2513,7 @@ function FormBuilder({ formId }) {
|
|
|
2513
2513
|
className: "bg-white text-gray-800 hover:bg-gray-100 border-0 text-xs",
|
|
2514
2514
|
children: [
|
|
2515
2515
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_lucide_react10.Save, { className: "h-4 w-4 mr-2" }),
|
|
2516
|
-
isSaving ? "Saving..." : "Save
|
|
2516
|
+
isSaving ? "Saving..." : "Save"
|
|
2517
2517
|
]
|
|
2518
2518
|
}
|
|
2519
2519
|
),
|
|
@@ -3504,7 +3504,7 @@ function BlogEditor({ existingBlog }) {
|
|
|
3504
3504
|
disabled: isSaving,
|
|
3505
3505
|
children: [
|
|
3506
3506
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_lucide_react15.Save, { className: "h-4 w-4 mr-1" }),
|
|
3507
|
-
isSaving ? "Saving..." : "Save
|
|
3507
|
+
isSaving ? "Saving..." : "Save"
|
|
3508
3508
|
]
|
|
3509
3509
|
}
|
|
3510
3510
|
),
|
|
@@ -6650,7 +6650,7 @@ function PageBuilderPage({ pageId }) {
|
|
|
6650
6650
|
className: "flex items-center bg-white text-gray-800 hover:bg-gray-100 border-0 text-xs",
|
|
6651
6651
|
children: [
|
|
6652
6652
|
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_lucide_react23.Save, { className: "h-4 w-4 mr-1" }),
|
|
6653
|
-
" Save
|
|
6653
|
+
" Save"
|
|
6654
6654
|
]
|
|
6655
6655
|
}
|
|
6656
6656
|
),
|