Skip to content

Commit 2e89974

Browse files
inikolovaJuveniel
authored andcommitted
chore: regen docs
1 parent fe5762e commit 2e89974

10 files changed

+18
-118
lines changed

packages/bootstrap/docs/customization-color-gradient.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -347,16 +347,6 @@ The following table lists the available variables for customization.
347347
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the ColorGradient canvas drag handle.</div></div>
348348
</td>
349349
</tr>
350-
<tr>
351-
<td>$kendo-color-gradient-draghandle-shadow</td>
352-
<td>Color</td>
353-
<td><code>rgba( $kendo-color-black, .5)</code></td>
354-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
355-
</tr>
356-
<tr>
357-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the outline around the ColorGradient canvas drag handle.</div></div>
358-
</td>
359-
</tr>
360350
<tr>
361351
<td>$kendo-color-gradient-draghandle-focus-shadow</td>
362352
<td>Color</td>
@@ -379,9 +369,9 @@ The following table lists the available variables for customization.
379369
</tr>
380370
<tr>
381371
<td>$kendo-color-gradient-draghandle-shadow</td>
382-
<td>Color</td>
372+
<td>String</td>
383373
<td><code>k-elevation(2)</code></td>
384-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
374+
<td><code>var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))</code></td>
385375
</tr>
386376
<tr>
387377
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>

packages/bootstrap/docs/customization.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -7669,16 +7669,6 @@ The following table lists the available variables for customizing the Bootstrap
76697669
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the ColorGradient canvas drag handle.</div></div>
76707670
</td>
76717671
</tr>
7672-
<tr>
7673-
<td>$kendo-color-gradient-draghandle-shadow</td>
7674-
<td>Color</td>
7675-
<td><code>rgba( $kendo-color-black, .5)</code></td>
7676-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
7677-
</tr>
7678-
<tr>
7679-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the outline around the ColorGradient canvas drag handle.</div></div>
7680-
</td>
7681-
</tr>
76827672
<tr>
76837673
<td>$kendo-color-gradient-draghandle-focus-shadow</td>
76847674
<td>Color</td>
@@ -7701,9 +7691,9 @@ The following table lists the available variables for customizing the Bootstrap
77017691
</tr>
77027692
<tr>
77037693
<td>$kendo-color-gradient-draghandle-shadow</td>
7704-
<td>Color</td>
7694+
<td>String</td>
77057695
<td><code>k-elevation(2)</code></td>
7706-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
7696+
<td><code>var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))</code></td>
77077697
</tr>
77087698
<tr>
77097699
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>

packages/classic/docs/customization-color-gradient.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -347,16 +347,6 @@ The following table lists the available variables for customization.
347347
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the ColorGradient canvas drag handle.</div></div>
348348
</td>
349349
</tr>
350-
<tr>
351-
<td>$kendo-color-gradient-draghandle-shadow</td>
352-
<td>Color</td>
353-
<td><code>rgba( $kendo-color-black, .5)</code></td>
354-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
355-
</tr>
356-
<tr>
357-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the outline around the ColorGradient canvas drag handle.</div></div>
358-
</td>
359-
</tr>
360350
<tr>
361351
<td>$kendo-color-gradient-draghandle-focus-shadow</td>
362352
<td>Color</td>
@@ -379,9 +369,9 @@ The following table lists the available variables for customization.
379369
</tr>
380370
<tr>
381371
<td>$kendo-color-gradient-draghandle-shadow</td>
382-
<td>Color</td>
372+
<td>String</td>
383373
<td><code>k-elevation(2)</code></td>
384-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
374+
<td><code>var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))</code></td>
385375
</tr>
386376
<tr>
387377
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>

packages/classic/docs/customization.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -7710,16 +7710,6 @@ The following table lists the available variables for customizing the Classic th
77107710
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the ColorGradient canvas drag handle.</div></div>
77117711
</td>
77127712
</tr>
7713-
<tr>
7714-
<td>$kendo-color-gradient-draghandle-shadow</td>
7715-
<td>Color</td>
7716-
<td><code>rgba( $kendo-color-black, .5)</code></td>
7717-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
7718-
</tr>
7719-
<tr>
7720-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the outline around the ColorGradient canvas drag handle.</div></div>
7721-
</td>
7722-
</tr>
77237713
<tr>
77247714
<td>$kendo-color-gradient-draghandle-focus-shadow</td>
77257715
<td>Color</td>
@@ -7742,9 +7732,9 @@ The following table lists the available variables for customizing the Classic th
77427732
</tr>
77437733
<tr>
77447734
<td>$kendo-color-gradient-draghandle-shadow</td>
7745-
<td>Color</td>
7735+
<td>String</td>
77467736
<td><code>k-elevation(2)</code></td>
7747-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
7737+
<td><code>var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))</code></td>
77487738
</tr>
77497739
<tr>
77507740
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>

packages/default/docs/customization-color-gradient.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -347,16 +347,6 @@ The following table lists the available variables for customization.
347347
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the ColorGradient canvas drag handle.</div></div>
348348
</td>
349349
</tr>
350-
<tr>
351-
<td>$kendo-color-gradient-draghandle-shadow</td>
352-
<td>Color</td>
353-
<td><code>rgba( $kendo-color-black, .5 )</code></td>
354-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
355-
</tr>
356-
<tr>
357-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the outline around the ColorGradient canvas drag handle.</div></div>
358-
</td>
359-
</tr>
360350
<tr>
361351
<td>$kendo-color-gradient-draghandle-focus-shadow</td>
362352
<td>Color</td>
@@ -379,9 +369,9 @@ The following table lists the available variables for customization.
379369
</tr>
380370
<tr>
381371
<td>$kendo-color-gradient-draghandle-shadow</td>
382-
<td>Color</td>
372+
<td>String</td>
383373
<td><code>k-elevation(2)</code></td>
384-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
374+
<td><code>var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))</code></td>
385375
</tr>
386376
<tr>
387377
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>

packages/default/docs/customization.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -6634,16 +6634,6 @@ The following table lists the available variables for customizing the Default th
66346634
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the ColorGradient canvas drag handle.</div></div>
66356635
</td>
66366636
</tr>
6637-
<tr>
6638-
<td>$kendo-color-gradient-draghandle-shadow</td>
6639-
<td>Color</td>
6640-
<td><code>rgba( $kendo-color-black, .5 )</code></td>
6641-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
6642-
</tr>
6643-
<tr>
6644-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the outline around the ColorGradient canvas drag handle.</div></div>
6645-
</td>
6646-
</tr>
66476637
<tr>
66486638
<td>$kendo-color-gradient-draghandle-focus-shadow</td>
66496639
<td>Color</td>
@@ -6666,9 +6656,9 @@ The following table lists the available variables for customizing the Default th
66666656
</tr>
66676657
<tr>
66686658
<td>$kendo-color-gradient-draghandle-shadow</td>
6669-
<td>Color</td>
6659+
<td>String</td>
66706660
<td><code>k-elevation(2)</code></td>
6671-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
6661+
<td><code>var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))</code></td>
66726662
</tr>
66736663
<tr>
66746664
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>

packages/fluent/docs/customization-color-gradient.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -367,21 +367,11 @@ The following table lists the available variables for customization.
367367
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the ColorGradient canvas drag handle.</div></div>
368368
</td>
369369
</tr>
370-
<tr>
371-
<td>$kendo-color-gradient-draghandle-shadow</td>
372-
<td>String</td>
373-
<td><code>if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))</code></td>
374-
<td><code>var(--kendo-color-border, #8a8886)</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 color of the outline around the ColorGradient canvas drag handle.</div></div>
378-
</td>
379-
</tr>
380370
<tr>
381371
<td>$kendo-color-gradient-draghandle-shadow</td>
382372
<td>String</td>
383373
<td><code>var( --kendo-box-shadow-depth-2, none )</code></td>
384-
<td><code>var(--kendo-color-border, #8a8886)</code></td>
374+
<td><code>var(--kendo-box-shadow-depth-2, none)</code></td>
385375
</tr>
386376
<tr>
387377
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>

packages/fluent/docs/customization.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -8711,21 +8711,11 @@ The following table lists the available variables for customizing the Fluent the
87118711
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the ColorGradient canvas drag handle.</div></div>
87128712
</td>
87138713
</tr>
8714-
<tr>
8715-
<td>$kendo-color-gradient-draghandle-shadow</td>
8716-
<td>String</td>
8717-
<td><code>if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))</code></td>
8718-
<td><code>var(--kendo-color-border, #8a8886)</code></td>
8719-
</tr>
8720-
<tr>
8721-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the outline around the ColorGradient canvas drag handle.</div></div>
8722-
</td>
8723-
</tr>
87248714
<tr>
87258715
<td>$kendo-color-gradient-draghandle-shadow</td>
87268716
<td>String</td>
87278717
<td><code>var( --kendo-box-shadow-depth-2, none )</code></td>
8728-
<td><code>var(--kendo-color-border, #8a8886)</code></td>
8718+
<td><code>var(--kendo-box-shadow-depth-2, none)</code></td>
87298719
</tr>
87308720
<tr>
87318721
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>

packages/material/docs/customization-color-gradient.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -347,16 +347,6 @@ The following table lists the available variables for customization.
347347
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the ColorGradient canvas drag handle.</div></div>
348348
</td>
349349
</tr>
350-
<tr>
351-
<td>$kendo-color-gradient-draghandle-shadow</td>
352-
<td>Color</td>
353-
<td><code>rgba( $kendo-color-black, .5)</code></td>
354-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
355-
</tr>
356-
<tr>
357-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>
358-
</td>
359-
</tr>
360350
<tr>
361351
<td>$kendo-color-gradient-draghandle-focus-shadow</td>
362352
<td>Color</td>
@@ -379,9 +369,9 @@ The following table lists the available variables for customization.
379369
</tr>
380370
<tr>
381371
<td>$kendo-color-gradient-draghandle-shadow</td>
382-
<td>Color</td>
372+
<td>String</td>
383373
<td><code>k-elevation(2)</code></td>
384-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
374+
<td><code>var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14))</code></td>
385375
</tr>
386376
<tr>
387377
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>

packages/material/docs/customization.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -7499,16 +7499,6 @@ The following table lists the available variables for customizing the Material t
74997499
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the border around the ColorGradient canvas drag handle.</div></div>
75007500
</td>
75017501
</tr>
7502-
<tr>
7503-
<td>$kendo-color-gradient-draghandle-shadow</td>
7504-
<td>Color</td>
7505-
<td><code>rgba( $kendo-color-black, .5)</code></td>
7506-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
7507-
</tr>
7508-
<tr>
7509-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>
7510-
</td>
7511-
</tr>
75127502
<tr>
75137503
<td>$kendo-color-gradient-draghandle-focus-shadow</td>
75147504
<td>Color</td>
@@ -7531,9 +7521,9 @@ The following table lists the available variables for customizing the Material t
75317521
</tr>
75327522
<tr>
75337523
<td>$kendo-color-gradient-draghandle-shadow</td>
7534-
<td>Color</td>
7524+
<td>String</td>
75357525
<td><code>k-elevation(2)</code></td>
7536-
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0.5)"></span><code>rgba(0, 0, 0, 0.5)</code></td>
7526+
<td><code>var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14))</code></td>
75377527
</tr>
75387528
<tr>
75397529
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ColorGradient canvas drag handle.</div></div>

0 commit comments

Comments
 (0)