@salesforcedevs/docs-components
Advanced tools
Comparing version 0.14.1 to 0.14.3
{ | ||
"name": "@salesforcedevs/docs-components", | ||
"version": "0.14.1", | ||
"version": "0.14.3", | ||
"description": "Docs Lightning web components for DSC", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "ad0c0d733107bdb9ddd5770e8f362105fdf32440" | ||
"gitHead": "5f2e8f24d38615ea586617396722792cf8a42f20" | ||
} |
@@ -176,2 +176,31 @@ export const content = `<div><a name='apex_dev_guide'><!-- --></a><h1 class='helpHead1'>Apex Developer Guide</h1><div class='shortdesc'>Salesforce has changed the way organizations do business by moving enterprise | ||
</tr> | ||
<tr> | ||
<td><code>list</code></td> | ||
<td>X</td> | ||
<td class="with-list"> | ||
The items in this list should not have larger text than normal: | ||
<ul> | ||
<li class="li">Item one</li> | ||
<li class="li">Item two</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td><a href="#">link</a></td> | ||
<td>X</td> | ||
<td class="with-link-and-p"> | ||
The link text should not be larger than normal. | ||
<p>Paragraph text should not be larger either.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td><code>callout</code></td> | ||
<td></td> | ||
<td class="with-callout"> | ||
This callout should still have larger text: | ||
<doc-content-callout title="Callout test" variant="note"> | ||
<p>The text here should *not* be the same size as other table text.</p> | ||
</doc-content-callout> | ||
</td> | ||
</tr> | ||
</tbody> | ||
@@ -178,0 +207,0 @@ </table>`; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158758
4028