@burtson-labs/bandit-engine 2.0.93 → 2.0.94
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/{chunk-GQHA7AIS.mjs → chunk-XEFBF6IM.mjs} +5 -5
- package/dist/chunk-XEFBF6IM.mjs.map +1 -0
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/management/management.js +4 -4
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-GQHA7AIS.mjs.map +0 -1
|
@@ -3873,8 +3873,8 @@ var BrandingTab = ({
|
|
|
3873
3873
|
}
|
|
3874
3874
|
}
|
|
3875
3875
|
),
|
|
3876
|
-
/* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: logoBase64 ? "success.main" : "info.main", sx: { fontWeight: 600, fontSize: "0.85rem" }, children: logoBase64 ? "
|
|
3877
|
-
!logoBase64 && /* @__PURE__ */ jsx5(Typography5, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.75rem", textAlign: "center" }, children: "
|
|
3876
|
+
/* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: logoBase64 ? "success.main" : "info.main", sx: { fontWeight: 600, fontSize: "0.85rem" }, children: logoBase64 ? "Custom Logo" : "Default Logo" }),
|
|
3877
|
+
!logoBase64 && /* @__PURE__ */ jsx5(Typography5, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.75rem", textAlign: "center" }, children: "Click to upload & crop your logo" })
|
|
3878
3878
|
] }) }) : /* @__PURE__ */ jsxs5(Box5, { sx: { display: "flex", flexDirection: "column", alignItems: "center", gap: 1 }, children: [
|
|
3879
3879
|
/* @__PURE__ */ jsx5(
|
|
3880
3880
|
UploadIcon,
|
|
@@ -3887,7 +3887,7 @@ var BrandingTab = ({
|
|
|
3887
3887
|
}
|
|
3888
3888
|
}
|
|
3889
3889
|
),
|
|
3890
|
-
/* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: "text.primary", sx: { fontSize: "1rem" }, children: dragOver ? "Drop here" : "
|
|
3890
|
+
/* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: "text.primary", sx: { fontSize: "1rem" }, children: dragOver ? "Drop here" : "Upload & Crop Logo" }),
|
|
3891
3891
|
/* @__PURE__ */ jsx5(Typography5, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.82rem", textAlign: "center" }, children: "JPG/PNG \u2022 Drag & drop or tap to upload \u2022 Built-in cropper" })
|
|
3892
3892
|
] }),
|
|
3893
3893
|
/* @__PURE__ */ jsx5(
|
|
@@ -9249,7 +9249,7 @@ var ProviderTab = () => {
|
|
|
9249
9249
|
] })
|
|
9250
9250
|
] }),
|
|
9251
9251
|
/* @__PURE__ */ jsxs11(Paper5, { sx: { p: 3, bgcolor: "info.main", color: "info.contrastText", borderRadius: 2 }, children: [
|
|
9252
|
-
/* @__PURE__ */ jsx11(Typography10, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "
|
|
9252
|
+
/* @__PURE__ */ jsx11(Typography10, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "Gateway Provider Recommended" }),
|
|
9253
9253
|
/* @__PURE__ */ jsx11(Typography10, { variant: "body2", children: "For production deployments, we recommend using the Gateway provider which routes requests through your secure backend API. This approach keeps API keys secure, enables rate limiting, and provides better monitoring capabilities." })
|
|
9254
9254
|
] })
|
|
9255
9255
|
] }),
|
|
@@ -11107,4 +11107,4 @@ export {
|
|
|
11107
11107
|
useGatewayMemory,
|
|
11108
11108
|
management_default
|
|
11109
11109
|
};
|
|
11110
|
-
//# sourceMappingURL=chunk-
|
|
11110
|
+
//# sourceMappingURL=chunk-XEFBF6IM.mjs.map
|