Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva committed Oct 2, 2024
1 parent 770bf96 commit b5cc04f
Show file tree
Hide file tree
Showing 15 changed files with 1,654 additions and 114 deletions.
70 changes: 70 additions & 0 deletions packages/bootstrap/docs/customization-pdf-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,76 @@ The following table lists the available variables for customization.
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the PDFViewer icon.</div></div>
</td>
</tr>
<tr>
<td>$kendo-pdf-viewer-popup-padding-x</td>
<td>String</td>
<td><code>k-spacing(2)</code></td>
<td><code>var(--kendo-spacing-2, 0.5rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The vertical padding of the PDFViewer popup.</div></div>
</td>
</tr>
<tr>
<td>$kendo-pdf-viewer-popup-padding-y</td>
<td>String</td>
<td><code>$kendo-pdf-viewer-popup-padding-x</code></td>
<td><code>var(--kendo-spacing-2, 0.5rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal padding of the PDFViewer popup.</div></div>
</td>
</tr>
<tr>
<td>$kendo-pdf-viewer-highlight-annotation-border</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)</code></td>
<td><code>var(--kendo-color-primary, #0d6efd)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border color of the PDFViewer selected highlight annotation.</div></div>
</td>
</tr>
<tr>
<td>$kendo-pdf-viewer-highlight-annotation-hover-border</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)</code></td>
<td><code>var(--kendo-color-primary-hover, #0c64e4)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the PDFViewer hover highlight annotation.</div></div>
</td>
</tr>
<tr>
<td>$kendo-pdf-viewer-free-text-annotation-border</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)</code></td>
<td><code>var(--kendo-color-primary, #0d6efd)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border color of the PDFViewer selected free text annotation.</div></div>
</td>
</tr>
<tr>
<td>$kendo-pdf-viewer-free-text-annotation-placeholder-text</td>
<td>Color</td>
<td><code>rgba(124, 22, 27, 0.5)</code></td>
<td><span class="color-preview" style="background-color: rgba(124, 22, 27, 0.5)"></span><code>rgba(124, 22, 27, 0.5)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The placeholder text color of the PDFViewer free text annotation.</div></div>
</td>
</tr>
<tr>
<td>$kendo-pdf-viewer-free-text-annotation-text</td>
<td>Color</td>
<td><code>rgba(124, 22, 27, 0.7)</code></td>
<td><span class="color-preview" style="background-color: rgba(124, 22, 27, 0.7)"></span><code>rgba(124, 22, 27, 0.7)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the PDFViewer free text annotation.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
110 changes: 100 additions & 10 deletions packages/bootstrap/docs/customization-toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,106 @@ The following table lists the available variables for customization.
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-outline-text</td>
<td>String</td>
<td><code>$kendo-button-text</code></td>
<td><code>var(--kendo-color-on-base, #212529)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the outline Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-outline-border</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5 ))</code></td>
<td><code>color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 50%, transparent)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the outline Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-outline-gradient</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The gradient of the outline Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-outline-shadow</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the outline Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-outline-border-width</td>
<td>Number</td>
<td><code>$kendo-toolbar-border-width</code></td>
<td><code>1px</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The width of the border around the outline Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-flat-text</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the flat Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-flat-border</td>
<td>String</td>
<td><code>$kendo-toolbar-border</code></td>
<td><code>var(--kendo-color-border, rgba(33, 37, 41, 0.13))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the flat Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-flat-gradient</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The gradient of the flat Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-flat-shadow</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the flat Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-flat-border-width</td>
<td>Number</td>
<td><code>1px</code></td>
<td><code>1px</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Border width of the flat Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-separator-border</td>
<td>String</td>
Expand Down Expand Up @@ -277,16 +377,6 @@ The following table lists the available variables for customization.
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the focused Toolbar item.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-flat-border-width</td>
<td>Number</td>
<td><code>1px</code></td>
<td><code>1px</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Border width of the flat Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-sizes</td>
<td>Map</td>
Expand Down
Loading

0 comments on commit b5cc04f

Please sign in to comment.