Skip to content

Commit bccd6d3

Browse files
committed
chore: regen docs
1 parent ae6768b commit bccd6d3

10 files changed

+1106
-6
lines changed

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

Lines changed: 113 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,86 @@ 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-pos-border-scale</td>
132+
<td>Number</td>
133+
<td><code>1</code></td>
134+
<td><code>1</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-pos-border-focus-scale</td>
142+
<td>Number</td>
143+
<td><code>.85</code></td>
144+
<td><code>0.85</code></td>
145+
</tr>
146+
<tr>
147+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the focused Border Floating Label.</div></div>
148+
</td>
149+
</tr>
150+
<tr>
151+
<td>$kendo-floating-label-pos-border-focus-height</td>
152+
<td>Calculation</td>
153+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-pos-border-focus-scale} )</code></td>
154+
<td><code>calc(calc(1.5 * var(--kendo-font-size, inherit)) * 0.85)</code></td>
155+
</tr>
156+
<tr>
157+
<td colspan="4" class="theme-variables-description-container">
158+
</td>
159+
</tr>
160+
<tr>
161+
<td>$kendo-floating-label-pos-border-focus-offset-x</td>
162+
<td>String</td>
163+
<td><code>k-spacing(3)</code></td>
164+
<td><code>var(--kendo-spacing-3, 0.75rem)</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 horizontal offset of the focused Border Floating Label.</div></div>
168+
</td>
169+
</tr>
170+
<tr>
171+
<td>$kendo-floating-label-pos-border-focus-padding</td>
172+
<td>Null</td>
173+
<td><code>null</code></td>
174+
<td><code>null</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 padding of the focused Border Floating Label.</div></div>
178+
</td>
179+
</tr>
180+
<tr>
181+
<td>$kendo-floating-label-pos-inside-scale</td>
182+
<td>Number</td>
183+
<td><code>1</code></td>
184+
<td><code>1</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 transformation scale of the Inside Floating Label.</div></div>
188+
</td>
189+
</tr>
190+
<tr>
191+
<td>$kendo-floating-label-pos-inside-focus-scale</td>
192+
<td>Number</td>
193+
<td><code>.85</code></td>
194+
<td><code>0.85</code></td>
195+
</tr>
196+
<tr>
197+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the focused Inside Floating Label.</div></div>
198+
</td>
199+
</tr>
200+
<tr>
201+
<td>$kendo-floating-label-pos-inside-focus-height</td>
202+
<td>Calculation</td>
203+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-pos-border-focus-scale} )</code></td>
204+
<td><code>calc(calc(1.5 * var(--kendo-font-size, inherit)) * 0.85)</code></td>
205+
</tr>
206+
<tr>
207+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the focused Inside Floating Label.</div></div>
208+
</td>
209+
</tr>
130210
<tr>
131211
<td>$kendo-floating-label-transition</td>
132212
<td>List</td>
@@ -149,9 +229,9 @@ The following table lists the available variables for customization.
149229
</tr>
150230
<tr>
151231
<td>$kendo-floating-label-text</td>
152-
<td>Null</td>
153-
<td><code>null</code></td>
154-
<td><code>null</code></td>
232+
<td>String</td>
233+
<td><code>k-color(on-app-surface)</code></td>
234+
<td><code>var(--kendo-color-on-app-surface, #212529)</code></td>
155235
</tr>
156236
<tr>
157237
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the Floating Label.</div></div>
@@ -177,6 +257,36 @@ The following table lists the available variables for customization.
177257
<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>
178258
</td>
179259
</tr>
260+
<tr>
261+
<td>$kendo-floating-label-pos-border-focus-bg</td>
262+
<td>String</td>
263+
<td><code>k-color(surface-alt)</code></td>
264+
<td><code>var(--kendo-color-surface-alt, #ffffff)</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 background color of the focused Border Floating Label.</div></div>
268+
</td>
269+
</tr>
270+
<tr>
271+
<td>$kendo-floating-label-pos-border-focus-text</td>
272+
<td>String</td>
273+
<td><code>k-color(subtle)</code></td>
274+
<td><code>var(--kendo-color-subtle, #596169)</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 text color of the focused Border Floating Label.</div></div>
278+
</td>
279+
</tr>
280+
<tr>
281+
<td>$kendo-floating-label-pos-inside-focus-text</td>
282+
<td>String</td>
283+
<td><code>k-color(subtle)</code></td>
284+
<td><code>var(--kendo-color-subtle, #596169)</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 text color of the inside Inside Floating Label.</div></div>
288+
</td>
289+
</tr>
180290
</tbody>
181291
</table>
182292

packages/bootstrap/docs/customization.md

Lines changed: 113 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11144,6 +11144,86 @@ The following table lists the available variables for customizing the Bootstrap
1114411144
<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>
1114511145
</td>
1114611146
</tr>
11147+
<tr>
11148+
<td>$kendo-floating-label-pos-border-scale</td>
11149+
<td>Number</td>
11150+
<td><code>1</code></td>
11151+
<td><code>1</code></td>
11152+
</tr>
11153+
<tr>
11154+
<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>
11155+
</td>
11156+
</tr>
11157+
<tr>
11158+
<td>$kendo-floating-label-pos-border-focus-scale</td>
11159+
<td>Number</td>
11160+
<td><code>.85</code></td>
11161+
<td><code>0.85</code></td>
11162+
</tr>
11163+
<tr>
11164+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the focused Border Floating Label.</div></div>
11165+
</td>
11166+
</tr>
11167+
<tr>
11168+
<td>$kendo-floating-label-pos-border-focus-height</td>
11169+
<td>Calculation</td>
11170+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-pos-border-focus-scale} )</code></td>
11171+
<td><code>calc(calc(1.5 * var(--kendo-font-size, inherit)) * 0.85)</code></td>
11172+
</tr>
11173+
<tr>
11174+
<td colspan="4" class="theme-variables-description-container">
11175+
</td>
11176+
</tr>
11177+
<tr>
11178+
<td>$kendo-floating-label-pos-border-focus-offset-x</td>
11179+
<td>String</td>
11180+
<td><code>k-spacing(3)</code></td>
11181+
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
11182+
</tr>
11183+
<tr>
11184+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal offset of the focused Border Floating Label.</div></div>
11185+
</td>
11186+
</tr>
11187+
<tr>
11188+
<td>$kendo-floating-label-pos-border-focus-padding</td>
11189+
<td>Null</td>
11190+
<td><code>null</code></td>
11191+
<td><code>null</code></td>
11192+
</tr>
11193+
<tr>
11194+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The padding of the focused Border Floating Label.</div></div>
11195+
</td>
11196+
</tr>
11197+
<tr>
11198+
<td>$kendo-floating-label-pos-inside-scale</td>
11199+
<td>Number</td>
11200+
<td><code>1</code></td>
11201+
<td><code>1</code></td>
11202+
</tr>
11203+
<tr>
11204+
<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>
11205+
</td>
11206+
</tr>
11207+
<tr>
11208+
<td>$kendo-floating-label-pos-inside-focus-scale</td>
11209+
<td>Number</td>
11210+
<td><code>.85</code></td>
11211+
<td><code>0.85</code></td>
11212+
</tr>
11213+
<tr>
11214+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the focused Inside Floating Label.</div></div>
11215+
</td>
11216+
</tr>
11217+
<tr>
11218+
<td>$kendo-floating-label-pos-inside-focus-height</td>
11219+
<td>Calculation</td>
11220+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-pos-border-focus-scale} )</code></td>
11221+
<td><code>calc(calc(1.5 * var(--kendo-font-size, inherit)) * 0.85)</code></td>
11222+
</tr>
11223+
<tr>
11224+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the focused Inside Floating Label.</div></div>
11225+
</td>
11226+
</tr>
1114711227
<tr>
1114811228
<td>$kendo-floating-label-transition</td>
1114911229
<td>List</td>
@@ -11166,9 +11246,9 @@ The following table lists the available variables for customizing the Bootstrap
1116611246
</tr>
1116711247
<tr>
1116811248
<td>$kendo-floating-label-text</td>
11169-
<td>Null</td>
11170-
<td><code>null</code></td>
11171-
<td><code>null</code></td>
11249+
<td>String</td>
11250+
<td><code>k-color(on-app-surface)</code></td>
11251+
<td><code>var(--kendo-color-on-app-surface, #212529)</code></td>
1117211252
</tr>
1117311253
<tr>
1117411254
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the Floating Label.</div></div>
@@ -11194,6 +11274,36 @@ The following table lists the available variables for customizing the Bootstrap
1119411274
<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>
1119511275
</td>
1119611276
</tr>
11277+
<tr>
11278+
<td>$kendo-floating-label-pos-border-focus-bg</td>
11279+
<td>String</td>
11280+
<td><code>k-color(surface-alt)</code></td>
11281+
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
11282+
</tr>
11283+
<tr>
11284+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the focused Border Floating Label.</div></div>
11285+
</td>
11286+
</tr>
11287+
<tr>
11288+
<td>$kendo-floating-label-pos-border-focus-text</td>
11289+
<td>String</td>
11290+
<td><code>k-color(subtle)</code></td>
11291+
<td><code>var(--kendo-color-subtle, #596169)</code></td>
11292+
</tr>
11293+
<tr>
11294+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the focused Border Floating Label.</div></div>
11295+
</td>
11296+
</tr>
11297+
<tr>
11298+
<td>$kendo-floating-label-pos-inside-focus-text</td>
11299+
<td>String</td>
11300+
<td><code>k-color(subtle)</code></td>
11301+
<td><code>var(--kendo-color-subtle, #596169)</code></td>
11302+
</tr>
11303+
<tr>
11304+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the inside Inside Floating Label.</div></div>
11305+
</td>
11306+
</tr>
1119711307
</tbody>
1119811308
</table>
1119911309

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

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,86 @@ 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-pos-border-scale</td>
132+
<td>Number</td>
133+
<td><code>1</code></td>
134+
<td><code>1</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-pos-border-focus-scale</td>
142+
<td>Number</td>
143+
<td><code>.85</code></td>
144+
<td><code>0.85</code></td>
145+
</tr>
146+
<tr>
147+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the focused Border Floating Label.</div></div>
148+
</td>
149+
</tr>
150+
<tr>
151+
<td>$kendo-floating-label-pos-border-focus-height</td>
152+
<td>Calculation</td>
153+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-pos-border-focus-scale} )</code></td>
154+
<td><code>calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) * 0.85)</code></td>
155+
</tr>
156+
<tr>
157+
<td colspan="4" class="theme-variables-description-container">
158+
</td>
159+
</tr>
160+
<tr>
161+
<td>$kendo-floating-label-pos-border-focus-offset-x</td>
162+
<td>String</td>
163+
<td><code>k-spacing(3)</code></td>
164+
<td><code>var(--kendo-spacing-3, 0.75rem)</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 horizontal offset of the focused Border Floating Label.</div></div>
168+
</td>
169+
</tr>
170+
<tr>
171+
<td>$kendo-floating-label-pos-border-focus-padding</td>
172+
<td>Null</td>
173+
<td><code>null</code></td>
174+
<td><code>null</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 padding of the focused Border Floating Label.</div></div>
178+
</td>
179+
</tr>
180+
<tr>
181+
<td>$kendo-floating-label-pos-inside-scale</td>
182+
<td>Number</td>
183+
<td><code>1</code></td>
184+
<td><code>1</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 transformation scale of the Inside Floating Label.</div></div>
188+
</td>
189+
</tr>
190+
<tr>
191+
<td>$kendo-floating-label-pos-inside-focus-scale</td>
192+
<td>Number</td>
193+
<td><code>.85</code></td>
194+
<td><code>0.85</code></td>
195+
</tr>
196+
<tr>
197+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transformation scale of the focused Inside Floating Label.</div></div>
198+
</td>
199+
</tr>
200+
<tr>
201+
<td>$kendo-floating-label-pos-inside-focus-height</td>
202+
<td>Calculation</td>
203+
<td><code>calc( #{$kendo-floating-label-height} * #{$kendo-floating-label-pos-border-focus-scale} )</code></td>
204+
<td><code>calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) * 0.85)</code></td>
205+
</tr>
206+
<tr>
207+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the focused Inside Floating Label.</div></div>
208+
</td>
209+
</tr>
130210
<tr>
131211
<td>$kendo-floating-label-transition</td>
132212
<td>List</td>
@@ -177,6 +257,36 @@ The following table lists the available variables for customization.
177257
<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>
178258
</td>
179259
</tr>
260+
<tr>
261+
<td>$kendo-floating-label-pos-border-focus-bg</td>
262+
<td>String</td>
263+
<td><code>k-color(surface-alt)</code></td>
264+
<td><code>var(--kendo-color-surface-alt, #ffffff)</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 background color of the focused Border Floating Label.</div></div>
268+
</td>
269+
</tr>
270+
<tr>
271+
<td>$kendo-floating-label-pos-border-focus-text</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 text color of the focused Border Floating Label.</div></div>
278+
</td>
279+
</tr>
280+
<tr>
281+
<td>$kendo-floating-label-pos-inside-focus-text</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 text color of the inside Inside Floating Label.</div></div>
288+
</td>
289+
</tr>
180290
</tbody>
181291
</table>
182292

0 commit comments

Comments
 (0)