From 3d6406102283359cf12651fe72cbfc6d40cdc8e3 Mon Sep 17 00:00:00 2001 From: nzambello Date: Wed, 19 Apr 2023 11:28:09 +0200 Subject: [PATCH] chore: add demos --- src/index.stories.tsx | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/src/index.stories.tsx b/src/index.stories.tsx index 66237fa3..e4ea2d4b 100644 --- a/src/index.stories.tsx +++ b/src/index.stories.tsx @@ -49,3 +49,42 @@ Anonymous.args = { // pin: 'giver pin', // authToken: 'your login token', // }; + +export const DemoSophia = Template.bind({}); +DemoSophia.args = { + layout: 'TOTEM', + memoriName: 'Sophia', + ownerUserName: 'francescoimpellizzeri', + memoriID: '57405959-a2c5-4499-adb8-bb8dcc848ad5', + ownerUserID: '44ccefdb-d7a2-447e-9851-2a76be055a40', + tenantID: 'nextpresent.aclambda.online', + apiURL: 'https://backend.memori.ai', + baseURL: 'https://nextpresent.aclambda.online', + uiLang: 'it', + lang: 'it', + showShare: true, + showSettings: true, + integrationID: 'd10bbffd-26f3-4614-a092-15b215d04ffa', + initialQuestion: 'Welcome Totem', + contextVars: 'CONTEXT:TOTEM', + // https://assets.memori.ai/api/v2/asset/6af08bf1-f011-40ea-92a2-699b7b53a53c.glb +}; + +export const DemoStefano = Template.bind({}); +DemoStefano.args = { + layout: 'TOTEM', + memoriName: 'Stefano Zingoni', + ownerUserName: 'roberta.bianchi', + memoriID: 'd6df4c75-8dfb-4e6d-b19f-193fa8a9bcce', + ownerUserID: 'b242160e-c19c-468f-b7f8-b2dc1ce51045', + tenantID: 'gruppoe.aclambda.online', + apiURL: 'https://backend.memori.ai', + baseURL: 'https://gruppoe.aclambda.online', + uiLang: 'it', + lang: 'it', + showShare: true, + showSettings: true, + contextVars: 'CONTEXT:TOTEM', + integrationID: '5712601d-6174-45e7-bfb1-b4ac71c4ff80', + // https://assets.memori.ai/api/v2/asset/ed50c6a4-37cd-458b-9209-8cabfa256b30.glb +};