@salesforcedevs/docs-components 0.0.24-chat → 0.0.26-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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/docs-components",
3
- "version": "0.0.24-chat",
3
+ "version": "0.0.26-chat",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -42,29 +42,29 @@
42
42
  <slot name="doc-phase"></slot>
43
43
  <slot name="version-banner"></slot>
44
44
  <div class="content-body-container">
45
- <div class="content-body">
46
- <doc-breadcrumbs
47
- lwc:if={showBreadcrumbs}
48
- breadcrumbs={breadcrumbs}
49
- ></doc-breadcrumbs>
50
- <slot onslotchange={onSlotChange}></slot>
51
- <doc-sprig-survey
52
- lwc:if={shouldDisplayFeedback}
53
- ></doc-sprig-survey>
54
- </div>
55
- <div lwc:if={showToc} class="right-nav-bar is-sticky">
56
- <dx-toc
57
- header={tocTitle}
58
- options={tocOptions}
59
- value={tocValue}
60
- ></dx-toc>
61
- </div>
45
+ <div class="content-body">
46
+ <doc-breadcrumbs
47
+ lwc:if={showBreadcrumbs}
48
+ breadcrumbs={breadcrumbs}
49
+ ></doc-breadcrumbs>
50
+ <slot onslotchange={onSlotChange}></slot>
51
+ <doc-sprig-survey
52
+ lwc:if={shouldDisplayFeedback}
53
+ ></doc-sprig-survey>
54
+ </div>
55
+ <div lwc:if={showToc} class="right-nav-bar is-sticky">
56
+ <dx-toc
57
+ header={tocTitle}
58
+ options={tocOptions}
59
+ value={tocValue}
60
+ ></dx-toc>
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
- <doc-chat
64
- title="Smart Agent"
65
- placeholder="Type your message..."
66
- assistant-name="Assistant"
67
- ></doc-chat>
68
68
  <div lwc:if={showFooter} class="footer-container">
69
69
  <dx-footer variant="no-signup"></dx-footer>
70
70
  </div>
@@ -72,6 +72,10 @@ dx-toc {
72
72
  margin-bottom: calc(2 * (var(--dx-g-spacing-5xl) + 4px));
73
73
  }
74
74
 
75
+ .content-body-container doc-chat {
76
+ margin-bottom: 0;
77
+ }
78
+
75
79
  .content-body {
76
80
  margin: var(--dx-g-spacing-md) 0 0;
77
81
  max-width: 900px;