@fluid-app/portal-sdk 0.1.73 → 0.1.74
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-DspTqMml.mjs → ContactsScreen-CzvfANNV.mjs} +3 -8
- package/dist/{ContactsScreen-DspTqMml.mjs.map → ContactsScreen-CzvfANNV.mjs.map} +1 -1
- package/dist/{ContactsScreen-BbCjj8vV.cjs → ContactsScreen-fNFKA1nn.cjs} +2 -7
- package/dist/ContactsScreen-fNFKA1nn.cjs.map +1 -0
- package/dist/{ContactsScreen-CSWZMv-W.cjs → ContactsScreen-pCkw9htG.cjs} +1 -1
- package/dist/{MessagingScreen-Dam7Z2Rw.mjs → MessagingScreen-BHulaY7A.mjs} +1 -2
- package/dist/{MessagingScreen-Dam7Z2Rw.mjs.map → MessagingScreen-BHulaY7A.mjs.map} +1 -1
- package/dist/{MessagingScreen-T_9j-cSr.mjs → MessagingScreen-Bp5t4STI.mjs} +1 -2
- package/dist/{MessagingScreen-Bc93rUBN.cjs → MessagingScreen-DGttFuoB.cjs} +1 -2
- package/dist/{MessagingScreen-Bc93rUBN.cjs.map → MessagingScreen-DGttFuoB.cjs.map} +1 -1
- package/dist/{MessagingScreen-D7W9By7b.cjs → MessagingScreen-ms1wGWHQ.cjs} +1 -1
- package/dist/{ProductsScreen-BeFw6FoS.mjs → ProductsScreen-CI4XIK-8.mjs} +0 -1
- package/dist/{ProfileScreen--vA-Hnyb.cjs → ProfileScreen-D6ie-eDm.cjs} +44 -57
- package/dist/ProfileScreen-D6ie-eDm.cjs.map +1 -0
- package/dist/{ProfileScreen-brLpQhbW.cjs → ProfileScreen-VBlfOlav.cjs} +1 -1
- package/dist/{ProfileScreen-BrdvqFgQ.mjs → ProfileScreen-Y5zQgZL0.mjs} +46 -59
- package/dist/ProfileScreen-Y5zQgZL0.mjs.map +1 -0
- package/dist/{ShareablesScreen-B5HDyfiT.mjs → ShareablesScreen-htQIO4oW.mjs} +0 -1
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +13 -13
- package/dist/src-77nf0QPD.mjs.map +1 -1
- package/dist/src-DGjAAfmN.cjs.map +1 -1
- package/package.json +14 -14
- package/dist/ContactsScreen-BbCjj8vV.cjs.map +0 -1
- package/dist/ProfileScreen--vA-Hnyb.cjs.map +0 -1
- package/dist/ProfileScreen-BrdvqFgQ.mjs.map +0 -1
|
@@ -14,7 +14,7 @@ import "./CalendarWidget-DDFVe7-h.mjs";
|
|
|
14
14
|
import "./CardWidget-zZAhy3oQ.mjs";
|
|
15
15
|
import "./purify.es-D4F6PAAZ.mjs";
|
|
16
16
|
import "./src-77nf0QPD.mjs";
|
|
17
|
-
import { n as messagingScreenPropertySchema, t as MessagingScreen } from "./MessagingScreen-
|
|
17
|
+
import { n as messagingScreenPropertySchema, t as MessagingScreen } from "./MessagingScreen-BHulaY7A.mjs";
|
|
18
18
|
import "./scroll-arrows-CjjaRceq.mjs";
|
|
19
19
|
import "./MediaRenderer-BirpEb-a.mjs";
|
|
20
20
|
import "./CarouselWidget-BNjwtgJW.mjs";
|
|
@@ -33,7 +33,6 @@ import "./SpacerWidget-CX7bjjNF.mjs";
|
|
|
33
33
|
import "./TableWidget-BDUXriyw.mjs";
|
|
34
34
|
import "./ToDoWidget-D52-GT7f.mjs";
|
|
35
35
|
import "./VideoWidget-ZMSFyE1Y.mjs";
|
|
36
|
-
import "./use-fluid-api-YzLdiq5t.mjs";
|
|
37
36
|
import "./dist-CMGXkSgZ.mjs";
|
|
38
37
|
import "./es-1KItbbYg.mjs";
|
|
39
38
|
export { MessagingScreen, messagingScreenPropertySchema };
|
|
@@ -13,7 +13,6 @@ let lucide_react = require("lucide-react");
|
|
|
13
13
|
let clsx = require("clsx");
|
|
14
14
|
clsx = require_chunk.__toESM(clsx);
|
|
15
15
|
let tailwind_merge = require("tailwind-merge");
|
|
16
|
-
require("@hookform/resolvers/zod");
|
|
17
16
|
require("react-hook-form");
|
|
18
17
|
let node_process = require("node:process");
|
|
19
18
|
let node_path = require("node:path");
|
|
@@ -59628,4 +59627,4 @@ Object.defineProperty(exports, "useMessagingConfig", {
|
|
|
59628
59627
|
}
|
|
59629
59628
|
});
|
|
59630
59629
|
|
|
59631
|
-
//# sourceMappingURL=MessagingScreen-
|
|
59630
|
+
//# sourceMappingURL=MessagingScreen-DGttFuoB.cjs.map
|