@salesforcedevs/docs-components 1.27.4 → 1.27.5

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": "1.27.4",
3
+ "version": "1.27.5",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -25,7 +25,7 @@
25
25
  "@types/lodash.orderby": "4.6.9",
26
26
  "@types/lodash.uniqby": "4.7.9"
27
27
  },
28
- "gitHead": "6401b8843a37230dc9837965acf034a843f61c3c",
28
+ "gitHead": "c5e90644602ef1c250abaade2bf144f9b46c019d",
29
29
  "volta": {
30
30
  "node": "20.19.0",
31
31
  "yarn": "1.22.19"
@@ -140,7 +140,7 @@ export default class ContentLayout extends LightningElement {
140
140
  }
141
141
 
142
142
  get showReadingTime(): boolean {
143
- return this.readingTime != null && this.readingTime > 0;
143
+ return this.readingTime != null && this.readingTime > 1;
144
144
  }
145
145
 
146
146
  connectedCallback(): void {