@salesforcedevs/docs-components 0.0.4-edit → 0.0.5-edit

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/lwc.config.json CHANGED
@@ -12,6 +12,7 @@
12
12
  "doc/contentCallout",
13
13
  "doc/chat",
14
14
  "doc/doDont",
15
+ "doc/editFile",
15
16
  "doc/contentLayout",
16
17
  "doc/contentMedia",
17
18
  "doc/docXmlContent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/docs-components",
3
- "version": "0.0.4-edit",
3
+ "version": "0.0.5-edit",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -1,7 +1,7 @@
1
1
  @import "docHelpers/contentLayoutStyle";
2
2
 
3
3
  /* Position edit file component in top-right corner */
4
- .content-body {
4
+ /* .content-body {
5
5
  position: relative;
6
6
  }
7
7
 
@@ -10,4 +10,4 @@
10
10
  top: 0;
11
11
  right: 0;
12
12
  z-index: 10;
13
- }
13
+ } */
@@ -43,11 +43,11 @@
43
43
  <slot name="version-banner"></slot>
44
44
  <div class="content-body-container">
45
45
  <div class="content-body">
46
- <doc-edit-file
46
+ <!-- <doc-edit-file
47
47
  class="edit-file-positioned"
48
48
  file-name={sidebarValue}
49
49
  title="Edit File"
50
- ></doc-edit-file>
50
+ ></doc-edit-file> -->
51
51
  <doc-breadcrumbs
52
52
  lwc:if={showBreadcrumbs}
53
53
  breadcrumbs={breadcrumbs}