@salesforcedevs/docs-components 0.0.20-chat → 0.0.22-chat
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/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<svg class="chat-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
|
|
10
10
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"/>
|
|
11
11
|
</svg>
|
|
12
|
-
<span class="chat-trigger-text">Chat</span>
|
|
12
|
+
<!-- <span class="chat-trigger-text">Chat</span> -->
|
|
13
13
|
</button>
|
|
14
14
|
</template>
|
|
15
15
|
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
value={tocValue}
|
|
60
60
|
></dx-toc>
|
|
61
61
|
</div>
|
|
62
|
+
<doc-chat
|
|
63
|
+
title="Smart Agent"
|
|
64
|
+
placeholder="Type your message..."
|
|
65
|
+
assistant-name="Assistant"
|
|
66
|
+
></doc-chat>
|
|
62
67
|
</div>
|
|
63
68
|
<div lwc:if={showFooter} class="footer-container">
|
|
64
69
|
<dx-footer variant="no-signup"></dx-footer>
|
|
65
70
|
</div>
|
|
66
71
|
</div>
|
|
67
|
-
<doc-chat
|
|
68
|
-
title="Chat Assistant"
|
|
69
|
-
placeholder="Type your message..."
|
|
70
|
-
assistant-name="Assistant"
|
|
71
|
-
></doc-chat>
|
|
72
72
|
</div>
|
|
73
73
|
</template>
|