Skip to content

Commit 7b190bc

Browse files
committed
chore: regen docs
1 parent 92231ff commit 7b190bc

10 files changed

+700
-0
lines changed

packages/bootstrap/docs/customization-floating-label.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,66 @@ The following table lists the available variables for customization.
127127
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The vertical offset of the focused Floating Label.</div></div>
128128
</td>
129129
</tr>
130+
<tr>
131+
<td>$kendo-floating-label-border-scale</td>
132+
<td>Number</td>
133+
<td><code>.85</code></td>
134+
<td><code>0.85</code></td>
135+
</tr>
136+
<tr>
137+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the Border Floating Label.</div></div>
138+
</td>
139+
</tr>
140+
<tr>
141+
<td>$kendo-floating-label-border-height</td>
142+
<td>Calculation</td>
143+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-border-scale} )</code></td>
144+
<td><code>calc(calc(1.5 * var(--kendo-font-size, inherit)) * 0.85)</code></td>
145+
</tr>
146+
<tr>
147+
<td colspan="4" class="theme-variables-description-container">
148+
</td>
149+
</tr>
150+
<tr>
151+
<td>$kendo-floating-label-border-offset-x</td>
152+
<td>String</td>
153+
<td><code>k-spacing(3)</code></td>
154+
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
155+
</tr>
156+
<tr>
157+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal offset of the Border Floating Label.</div></div>
158+
</td>
159+
</tr>
160+
<tr>
161+
<td>$kendo-floating-label-border-padding</td>
162+
<td>Null</td>
163+
<td><code>null</code></td>
164+
<td><code>null</code></td>
165+
</tr>
166+
<tr>
167+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The padding of the Border Floating Label.</div></div>
168+
</td>
169+
</tr>
170+
<tr>
171+
<td>$kendo-floating-label-inside-scale</td>
172+
<td>Number</td>
173+
<td><code>.85</code></td>
174+
<td><code>0.85</code></td>
175+
</tr>
176+
<tr>
177+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the Inside Floating Label.</div></div>
178+
</td>
179+
</tr>
180+
<tr>
181+
<td>$kendo-floating-label-inside-height</td>
182+
<td>Calculation</td>
183+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-border-scale} )</code></td>
184+
<td><code>calc(calc(1.5 * var(--kendo-font-size, inherit)) * 0.85)</code></td>
185+
</tr>
186+
<tr>
187+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the Inside Floating Label.</div></div>
188+
</td>
189+
</tr>
130190
<tr>
131191
<td>$kendo-floating-label-transition</td>
132192
<td>List</td>
@@ -177,6 +237,16 @@ The following table lists the available variables for customization.
177237
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the focused Floating Label.</div></div>
178238
</td>
179239
</tr>
240+
<tr>
241+
<td>$kendo-floating-label-border-bg</td>
242+
<td>String</td>
243+
<td><code>k-color( surface-alt )</code></td>
244+
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
245+
</tr>
246+
<tr>
247+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Border Floating Label.</div></div>
248+
</td>
249+
</tr>
180250
</tbody>
181251
</table>
182252

packages/bootstrap/docs/customization.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11433,6 +11433,66 @@ The following table lists the available variables for customizing the Bootstrap
1143311433
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The vertical offset of the focused Floating Label.</div></div>
1143411434
</td>
1143511435
</tr>
11436+
<tr>
11437+
<td>$kendo-floating-label-border-scale</td>
11438+
<td>Number</td>
11439+
<td><code>.85</code></td>
11440+
<td><code>0.85</code></td>
11441+
</tr>
11442+
<tr>
11443+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the Border Floating Label.</div></div>
11444+
</td>
11445+
</tr>
11446+
<tr>
11447+
<td>$kendo-floating-label-border-height</td>
11448+
<td>Calculation</td>
11449+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-border-scale} )</code></td>
11450+
<td><code>calc(calc(1.5 * var(--kendo-font-size, inherit)) * 0.85)</code></td>
11451+
</tr>
11452+
<tr>
11453+
<td colspan="4" class="theme-variables-description-container">
11454+
</td>
11455+
</tr>
11456+
<tr>
11457+
<td>$kendo-floating-label-border-offset-x</td>
11458+
<td>String</td>
11459+
<td><code>k-spacing(3)</code></td>
11460+
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
11461+
</tr>
11462+
<tr>
11463+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal offset of the Border Floating Label.</div></div>
11464+
</td>
11465+
</tr>
11466+
<tr>
11467+
<td>$kendo-floating-label-border-padding</td>
11468+
<td>Null</td>
11469+
<td><code>null</code></td>
11470+
<td><code>null</code></td>
11471+
</tr>
11472+
<tr>
11473+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The padding of the Border Floating Label.</div></div>
11474+
</td>
11475+
</tr>
11476+
<tr>
11477+
<td>$kendo-floating-label-inside-scale</td>
11478+
<td>Number</td>
11479+
<td><code>.85</code></td>
11480+
<td><code>0.85</code></td>
11481+
</tr>
11482+
<tr>
11483+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the Inside Floating Label.</div></div>
11484+
</td>
11485+
</tr>
11486+
<tr>
11487+
<td>$kendo-floating-label-inside-height</td>
11488+
<td>Calculation</td>
11489+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-border-scale} )</code></td>
11490+
<td><code>calc(calc(1.5 * var(--kendo-font-size, inherit)) * 0.85)</code></td>
11491+
</tr>
11492+
<tr>
11493+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the Inside Floating Label.</div></div>
11494+
</td>
11495+
</tr>
1143611496
<tr>
1143711497
<td>$kendo-floating-label-transition</td>
1143811498
<td>List</td>
@@ -11483,6 +11543,16 @@ The following table lists the available variables for customizing the Bootstrap
1148311543
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the focused Floating Label.</div></div>
1148411544
</td>
1148511545
</tr>
11546+
<tr>
11547+
<td>$kendo-floating-label-border-bg</td>
11548+
<td>String</td>
11549+
<td><code>k-color( surface-alt )</code></td>
11550+
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
11551+
</tr>
11552+
<tr>
11553+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Border Floating Label.</div></div>
11554+
</td>
11555+
</tr>
1148611556
</tbody>
1148711557
</table>
1148811558

packages/classic/docs/customization-floating-label.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,66 @@ The following table lists the available variables for customization.
127127
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The vertical offset of the focused Floating Label.</div></div>
128128
</td>
129129
</tr>
130+
<tr>
131+
<td>$kendo-floating-label-border-scale</td>
132+
<td>Number</td>
133+
<td><code>.85</code></td>
134+
<td><code>0.85</code></td>
135+
</tr>
136+
<tr>
137+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the Border Floating Label.</div></div>
138+
</td>
139+
</tr>
140+
<tr>
141+
<td>$kendo-floating-label-border-height</td>
142+
<td>Calculation</td>
143+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-border-scale} )</code></td>
144+
<td><code>calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) * 0.85)</code></td>
145+
</tr>
146+
<tr>
147+
<td colspan="4" class="theme-variables-description-container">
148+
</td>
149+
</tr>
150+
<tr>
151+
<td>$kendo-floating-label-border-offset-x</td>
152+
<td>String</td>
153+
<td><code>k-spacing(3)</code></td>
154+
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
155+
</tr>
156+
<tr>
157+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal offset of the Border Floating Label.</div></div>
158+
</td>
159+
</tr>
160+
<tr>
161+
<td>$kendo-floating-label-border-padding</td>
162+
<td>Null</td>
163+
<td><code>null</code></td>
164+
<td><code>null</code></td>
165+
</tr>
166+
<tr>
167+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The padding of the Border Floating Label.</div></div>
168+
</td>
169+
</tr>
170+
<tr>
171+
<td>$kendo-floating-label-inside-scale</td>
172+
<td>Number</td>
173+
<td><code>.85</code></td>
174+
<td><code>0.85</code></td>
175+
</tr>
176+
<tr>
177+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the Inside Floating Label.</div></div>
178+
</td>
179+
</tr>
180+
<tr>
181+
<td>$kendo-floating-label-inside-height</td>
182+
<td>Calculation</td>
183+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-border-scale} )</code></td>
184+
<td><code>calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) * 0.85)</code></td>
185+
</tr>
186+
<tr>
187+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the Inside Floating Label.</div></div>
188+
</td>
189+
</tr>
130190
<tr>
131191
<td>$kendo-floating-label-transition</td>
132192
<td>List</td>
@@ -177,6 +237,16 @@ The following table lists the available variables for customization.
177237
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the focused Floating Label.</div></div>
178238
</td>
179239
</tr>
240+
<tr>
241+
<td>$kendo-floating-label-border-bg</td>
242+
<td>String</td>
243+
<td><code>k-color( surface-alt )</code></td>
244+
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
245+
</tr>
246+
<tr>
247+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Border Floating Label.</div></div>
248+
</td>
249+
</tr>
180250
</tbody>
181251
</table>
182252

packages/classic/docs/customization.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11683,6 +11683,66 @@ The following table lists the available variables for customizing the Classic th
1168311683
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The vertical offset of the focused Floating Label.</div></div>
1168411684
</td>
1168511685
</tr>
11686+
<tr>
11687+
<td>$kendo-floating-label-border-scale</td>
11688+
<td>Number</td>
11689+
<td><code>.85</code></td>
11690+
<td><code>0.85</code></td>
11691+
</tr>
11692+
<tr>
11693+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the Border Floating Label.</div></div>
11694+
</td>
11695+
</tr>
11696+
<tr>
11697+
<td>$kendo-floating-label-border-height</td>
11698+
<td>Calculation</td>
11699+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-border-scale} )</code></td>
11700+
<td><code>calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) * 0.85)</code></td>
11701+
</tr>
11702+
<tr>
11703+
<td colspan="4" class="theme-variables-description-container">
11704+
</td>
11705+
</tr>
11706+
<tr>
11707+
<td>$kendo-floating-label-border-offset-x</td>
11708+
<td>String</td>
11709+
<td><code>k-spacing(3)</code></td>
11710+
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
11711+
</tr>
11712+
<tr>
11713+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal offset of the Border Floating Label.</div></div>
11714+
</td>
11715+
</tr>
11716+
<tr>
11717+
<td>$kendo-floating-label-border-padding</td>
11718+
<td>Null</td>
11719+
<td><code>null</code></td>
11720+
<td><code>null</code></td>
11721+
</tr>
11722+
<tr>
11723+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The padding of the Border Floating Label.</div></div>
11724+
</td>
11725+
</tr>
11726+
<tr>
11727+
<td>$kendo-floating-label-inside-scale</td>
11728+
<td>Number</td>
11729+
<td><code>.85</code></td>
11730+
<td><code>0.85</code></td>
11731+
</tr>
11732+
<tr>
11733+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the Inside Floating Label.</div></div>
11734+
</td>
11735+
</tr>
11736+
<tr>
11737+
<td>$kendo-floating-label-inside-height</td>
11738+
<td>Calculation</td>
11739+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-border-scale} )</code></td>
11740+
<td><code>calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) * 0.85)</code></td>
11741+
</tr>
11742+
<tr>
11743+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the Inside Floating Label.</div></div>
11744+
</td>
11745+
</tr>
1168611746
<tr>
1168711747
<td>$kendo-floating-label-transition</td>
1168811748
<td>List</td>
@@ -11733,6 +11793,16 @@ The following table lists the available variables for customizing the Classic th
1173311793
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the focused Floating Label.</div></div>
1173411794
</td>
1173511795
</tr>
11796+
<tr>
11797+
<td>$kendo-floating-label-border-bg</td>
11798+
<td>String</td>
11799+
<td><code>k-color( surface-alt )</code></td>
11800+
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
11801+
</tr>
11802+
<tr>
11803+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the Border Floating Label.</div></div>
11804+
</td>
11805+
</tr>
1173611806
</tbody>
1173711807
</table>
1173811808

0 commit comments

Comments
 (0)