@fluid-app/portal-sdk 0.1.127 → 0.1.129
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/ContactsScreen-BKOHursc.mjs.map +1 -1
- package/dist/ContactsScreen-DN8Qt2Ih.cjs.map +1 -1
- package/dist/{ShopScreen-B0VkBuQI.cjs → ShopScreen-8OQhLeLt.cjs} +1 -1
- package/dist/{ShopScreen-B4Tmn4pJ.cjs → ShopScreen-CHH0cx2P.cjs} +2 -2
- package/dist/{ShopScreen-B4Tmn4pJ.cjs.map → ShopScreen-CHH0cx2P.cjs.map} +1 -1
- package/dist/{ShopScreen-DJt1rKw3.mjs → ShopScreen-Yi9sOX_2.mjs} +2 -2
- package/dist/{ShopScreen-DJt1rKw3.mjs.map → ShopScreen-Yi9sOX_2.mjs.map} +1 -1
- package/dist/index.cjs +20 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1656 -1654
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +1656 -1654
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +20 -18
- package/dist/index.mjs.map +1 -1
- package/dist/vite/index.cjs +44 -2
- package/dist/vite/index.cjs.map +1 -1
- package/dist/vite/index.d.cts +2 -2
- package/dist/vite/index.d.cts.map +1 -1
- package/dist/vite/index.d.mts +2 -2
- package/dist/vite/index.d.mts.map +1 -1
- package/dist/vite/index.mjs +44 -2
- package/dist/vite/index.mjs.map +1 -1
- package/package.json +12 -12
|
@@ -34,6 +34,6 @@ require("./TableWidget-Lze_mv23.cjs");
|
|
|
34
34
|
require("./ToDoWidget-eGB9cfou.cjs");
|
|
35
35
|
require("./VideoWidget-bfOCjnnn.cjs");
|
|
36
36
|
require("./ScreenHeaderContext-wrJlkhgN.cjs");
|
|
37
|
-
const require_ShopScreen = require("./ShopScreen-
|
|
37
|
+
const require_ShopScreen = require("./ShopScreen-CHH0cx2P.cjs");
|
|
38
38
|
exports.ShopScreen = require_ShopScreen.ShopScreen;
|
|
39
39
|
exports.shopScreenPropertySchema = require_ShopScreen.shopScreenPropertySchema;
|
|
@@ -1293,7 +1293,7 @@ function CartScript({ subdomain, authJwt }) {
|
|
|
1293
1293
|
script.dataset.fluidShop = subdomain;
|
|
1294
1294
|
if (authJwtRef.current) script.dataset.authJwt = authJwtRef.current;
|
|
1295
1295
|
document.head.appendChild(script);
|
|
1296
|
-
const leadCapture = document.createElement("fluid-lead-capture");
|
|
1296
|
+
const leadCapture = document.createElement("fluid-lead-capture-widget");
|
|
1297
1297
|
leadCapture.id = LEAD_CAPTURE_ID;
|
|
1298
1298
|
leadCapture.setAttribute("hide-widget", "true");
|
|
1299
1299
|
document.body.appendChild(leadCapture);
|
|
@@ -1506,4 +1506,4 @@ Object.defineProperty(exports, "shopScreenPropertySchema", {
|
|
|
1506
1506
|
}
|
|
1507
1507
|
});
|
|
1508
1508
|
|
|
1509
|
-
//# sourceMappingURL=ShopScreen-
|
|
1509
|
+
//# sourceMappingURL=ShopScreen-CHH0cx2P.cjs.map
|