Skip to content

Commit 8772f5a

Browse files
committed
chore: regen docs
1 parent dedc15c commit 8772f5a

15 files changed

+1654
-114
lines changed

packages/bootstrap/docs/customization-pdf-viewer.md

+70
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,76 @@ The following table lists the available variables for customization.
357357
<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>
358358
</td>
359359
</tr>
360+
<tr>
361+
<td>$kendo-pdf-viewer-popup-padding-x</td>
362+
<td>String</td>
363+
<td><code>k-spacing(2)</code></td>
364+
<td><code>var(--kendo-spacing-2, 0.5rem)</code></td>
365+
</tr>
366+
<tr>
367+
<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>
368+
</td>
369+
</tr>
370+
<tr>
371+
<td>$kendo-pdf-viewer-popup-padding-y</td>
372+
<td>String</td>
373+
<td><code>$kendo-pdf-viewer-popup-padding-x</code></td>
374+
<td><code>var(--kendo-spacing-2, 0.5rem)</code></td>
375+
</tr>
376+
<tr>
377+
<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>
378+
</td>
379+
</tr>
380+
<tr>
381+
<td>$kendo-pdf-viewer-highlight-annotation-border</td>
382+
<td>String</td>
383+
<td><code>if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)</code></td>
384+
<td><code>var(--kendo-color-primary, #0d6efd)</code></td>
385+
</tr>
386+
<tr>
387+
<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>
388+
</td>
389+
</tr>
390+
<tr>
391+
<td>$kendo-pdf-viewer-highlight-annotation-hover-border</td>
392+
<td>String</td>
393+
<td><code>if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)</code></td>
394+
<td><code>var(--kendo-color-primary-hover, #0c64e4)</code></td>
395+
</tr>
396+
<tr>
397+
<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>
398+
</td>
399+
</tr>
400+
<tr>
401+
<td>$kendo-pdf-viewer-free-text-annotation-border</td>
402+
<td>String</td>
403+
<td><code>if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)</code></td>
404+
<td><code>var(--kendo-color-primary, #0d6efd)</code></td>
405+
</tr>
406+
<tr>
407+
<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>
408+
</td>
409+
</tr>
410+
<tr>
411+
<td>$kendo-pdf-viewer-free-text-annotation-placeholder-text</td>
412+
<td>Color</td>
413+
<td><code>rgba(124, 22, 27, 0.5)</code></td>
414+
<td><span class="color-preview" style="background-color: rgba(124, 22, 27, 0.5)"></span><code>rgba(124, 22, 27, 0.5)</code></td>
415+
</tr>
416+
<tr>
417+
<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>
418+
</td>
419+
</tr>
420+
<tr>
421+
<td>$kendo-pdf-viewer-free-text-annotation-text</td>
422+
<td>Color</td>
423+
<td><code>rgba(124, 22, 27, 0.7)</code></td>
424+
<td><span class="color-preview" style="background-color: rgba(124, 22, 27, 0.7)"></span><code>rgba(124, 22, 27, 0.7)</code></td>
425+
</tr>
426+
<tr>
427+
<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>
428+
</td>
429+
</tr>
360430
</tbody>
361431
</table>
362432

packages/bootstrap/docs/customization-toolbar.md

+100-10
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,106 @@ The following table lists the available variables for customization.
247247
<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>
248248
</td>
249249
</tr>
250+
<tr>
251+
<td>$kendo-toolbar-outline-text</td>
252+
<td>String</td>
253+
<td><code>$kendo-button-text</code></td>
254+
<td><code>var(--kendo-color-on-base, #212529)</code></td>
255+
</tr>
256+
<tr>
257+
<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>
258+
</td>
259+
</tr>
260+
<tr>
261+
<td>$kendo-toolbar-outline-border</td>
262+
<td>String</td>
263+
<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>
264+
<td><code>color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 50%, transparent)</code></td>
265+
</tr>
266+
<tr>
267+
<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>
268+
</td>
269+
</tr>
270+
<tr>
271+
<td>$kendo-toolbar-outline-gradient</td>
272+
<td>Null</td>
273+
<td><code>null</code></td>
274+
<td><code>null</code></td>
275+
</tr>
276+
<tr>
277+
<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>
278+
</td>
279+
</tr>
280+
<tr>
281+
<td>$kendo-toolbar-outline-shadow</td>
282+
<td>Null</td>
283+
<td><code>null</code></td>
284+
<td><code>null</code></td>
285+
</tr>
286+
<tr>
287+
<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>
288+
</td>
289+
</tr>
290+
<tr>
291+
<td>$kendo-toolbar-outline-border-width</td>
292+
<td>Number</td>
293+
<td><code>$kendo-toolbar-border-width</code></td>
294+
<td><code>1px</code></td>
295+
</tr>
296+
<tr>
297+
<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>
298+
</td>
299+
</tr>
300+
<tr>
301+
<td>$kendo-toolbar-flat-text</td>
302+
<td>Null</td>
303+
<td><code>null</code></td>
304+
<td><code>null</code></td>
305+
</tr>
306+
<tr>
307+
<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>
308+
</td>
309+
</tr>
310+
<tr>
311+
<td>$kendo-toolbar-flat-border</td>
312+
<td>String</td>
313+
<td><code>$kendo-toolbar-border</code></td>
314+
<td><code>var(--kendo-color-border, rgba(33, 37, 41, 0.13))</code></td>
315+
</tr>
316+
<tr>
317+
<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>
318+
</td>
319+
</tr>
320+
<tr>
321+
<td>$kendo-toolbar-flat-gradient</td>
322+
<td>Null</td>
323+
<td><code>null</code></td>
324+
<td><code>null</code></td>
325+
</tr>
326+
<tr>
327+
<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>
328+
</td>
329+
</tr>
330+
<tr>
331+
<td>$kendo-toolbar-flat-shadow</td>
332+
<td>Null</td>
333+
<td><code>null</code></td>
334+
<td><code>null</code></td>
335+
</tr>
336+
<tr>
337+
<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>
338+
</td>
339+
</tr>
340+
<tr>
341+
<td>$kendo-toolbar-flat-border-width</td>
342+
<td>Number</td>
343+
<td><code>1px</code></td>
344+
<td><code>1px</code></td>
345+
</tr>
346+
<tr>
347+
<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>
348+
</td>
349+
</tr>
250350
<tr>
251351
<td>$kendo-toolbar-separator-border</td>
252352
<td>String</td>
@@ -277,16 +377,6 @@ The following table lists the available variables for customization.
277377
<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>
278378
</td>
279379
</tr>
280-
<tr>
281-
<td>$kendo-toolbar-flat-border-width</td>
282-
<td>Number</td>
283-
<td><code>1px</code></td>
284-
<td><code>1px</code></td>
285-
</tr>
286-
<tr>
287-
<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>
288-
</td>
289-
</tr>
290380
<tr>
291381
<td>$kendo-toolbar-sizes</td>
292382
<td>Map</td>

0 commit comments

Comments
 (0)