Skip to content

Commit 42c8648

Browse files
committed
chore: regen docs
1 parent cfdf439 commit 42c8648

10 files changed

+256
-56
lines changed

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

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,24 @@ 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>
130140
<tr>
131141
<td>$kendo-floating-label-pos-border-focus-scale</td>
132142
<td>Number</td>
133143
<td><code>.85</code></td>
134144
<td><code>0.85</code></td>
135145
</tr>
136146
<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>
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>
138148
</td>
139149
</tr>
140150
<tr>
@@ -154,7 +164,7 @@ The following table lists the available variables for customization.
154164
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
155165
</tr>
156166
<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>
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>
158168
</td>
159169
</tr>
160170
<tr>
@@ -164,7 +174,17 @@ The following table lists the available variables for customization.
164174
<td><code>null</code></td>
165175
</tr>
166176
<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>
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>
168188
</td>
169189
</tr>
170190
<tr>
@@ -174,7 +194,7 @@ The following table lists the available variables for customization.
174194
<td><code>0.85</code></td>
175195
</tr>
176196
<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>
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>
178198
</td>
179199
</tr>
180200
<tr>
@@ -184,7 +204,7 @@ The following table lists the available variables for customization.
184204
<td><code>calc(calc(1.5 * var(--kendo-font-size, inherit)) * 0.85)</code></td>
185205
</tr>
186206
<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>
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>
188208
</td>
189209
</tr>
190210
<tr>
@@ -244,7 +264,7 @@ The following table lists the available variables for customization.
244264
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
245265
</tr>
246266
<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>
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>
248268
</td>
249269
</tr>
250270
<tr>

packages/bootstrap/docs/customization.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11433,14 +11433,24 @@ 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-pos-border-scale</td>
11438+
<td>Number</td>
11439+
<td><code>1</code></td>
11440+
<td><code>1</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>
1143611446
<tr>
1143711447
<td>$kendo-floating-label-pos-border-focus-scale</td>
1143811448
<td>Number</td>
1143911449
<td><code>.85</code></td>
1144011450
<td><code>0.85</code></td>
1144111451
</tr>
1144211452
<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>
11453+
<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>
1144411454
</td>
1144511455
</tr>
1144611456
<tr>
@@ -11460,7 +11470,7 @@ The following table lists the available variables for customizing the Bootstrap
1146011470
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
1146111471
</tr>
1146211472
<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>
11473+
<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>
1146411474
</td>
1146511475
</tr>
1146611476
<tr>
@@ -11470,7 +11480,17 @@ The following table lists the available variables for customizing the Bootstrap
1147011480
<td><code>null</code></td>
1147111481
</tr>
1147211482
<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>
11483+
<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>
11484+
</td>
11485+
</tr>
11486+
<tr>
11487+
<td>$kendo-floating-label-pos-inside-scale</td>
11488+
<td>Number</td>
11489+
<td><code>1</code></td>
11490+
<td><code>1</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 transformation scale of the Inside Floating Label.</div></div>
1147411494
</td>
1147511495
</tr>
1147611496
<tr>
@@ -11480,7 +11500,7 @@ The following table lists the available variables for customizing the Bootstrap
1148011500
<td><code>0.85</code></td>
1148111501
</tr>
1148211502
<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>
11503+
<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>
1148411504
</td>
1148511505
</tr>
1148611506
<tr>
@@ -11490,7 +11510,7 @@ The following table lists the available variables for customizing the Bootstrap
1149011510
<td><code>calc(calc(1.5 * var(--kendo-font-size, inherit)) * 0.85)</code></td>
1149111511
</tr>
1149211512
<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>
11513+
<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>
1149411514
</td>
1149511515
</tr>
1149611516
<tr>
@@ -11550,7 +11570,7 @@ The following table lists the available variables for customizing the Bootstrap
1155011570
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
1155111571
</tr>
1155211572
<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>
11573+
<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>
1155411574
</td>
1155511575
</tr>
1155611576
<tr>

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

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,24 @@ 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>
130140
<tr>
131141
<td>$kendo-floating-label-pos-border-focus-scale</td>
132142
<td>Number</td>
133143
<td><code>.85</code></td>
134144
<td><code>0.85</code></td>
135145
</tr>
136146
<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>
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>
138148
</td>
139149
</tr>
140150
<tr>
@@ -154,7 +164,7 @@ The following table lists the available variables for customization.
154164
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
155165
</tr>
156166
<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>
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>
158168
</td>
159169
</tr>
160170
<tr>
@@ -164,7 +174,17 @@ The following table lists the available variables for customization.
164174
<td><code>null</code></td>
165175
</tr>
166176
<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>
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>
168188
</td>
169189
</tr>
170190
<tr>
@@ -174,7 +194,7 @@ The following table lists the available variables for customization.
174194
<td><code>0.85</code></td>
175195
</tr>
176196
<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>
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>
178198
</td>
179199
</tr>
180200
<tr>
@@ -184,7 +204,7 @@ The following table lists the available variables for customization.
184204
<td><code>calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) * 0.85)</code></td>
185205
</tr>
186206
<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>
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>
188208
</td>
189209
</tr>
190210
<tr>
@@ -244,7 +264,7 @@ The following table lists the available variables for customization.
244264
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
245265
</tr>
246266
<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>
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>
248268
</td>
249269
</tr>
250270
<tr>

packages/classic/docs/customization.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11683,14 +11683,24 @@ 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-pos-border-scale</td>
11688+
<td>Number</td>
11689+
<td><code>1</code></td>
11690+
<td><code>1</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>
1168611696
<tr>
1168711697
<td>$kendo-floating-label-pos-border-focus-scale</td>
1168811698
<td>Number</td>
1168911699
<td><code>.85</code></td>
1169011700
<td><code>0.85</code></td>
1169111701
</tr>
1169211702
<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>
11703+
<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>
1169411704
</td>
1169511705
</tr>
1169611706
<tr>
@@ -11710,7 +11720,7 @@ The following table lists the available variables for customizing the Classic th
1171011720
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
1171111721
</tr>
1171211722
<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>
11723+
<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>
1171411724
</td>
1171511725
</tr>
1171611726
<tr>
@@ -11720,7 +11730,17 @@ The following table lists the available variables for customizing the Classic th
1172011730
<td><code>null</code></td>
1172111731
</tr>
1172211732
<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>
11733+
<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>
11734+
</td>
11735+
</tr>
11736+
<tr>
11737+
<td>$kendo-floating-label-pos-inside-scale</td>
11738+
<td>Number</td>
11739+
<td><code>1</code></td>
11740+
<td><code>1</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 transformation scale of the Inside Floating Label.</div></div>
1172411744
</td>
1172511745
</tr>
1172611746
<tr>
@@ -11730,7 +11750,7 @@ The following table lists the available variables for customizing the Classic th
1173011750
<td><code>0.85</code></td>
1173111751
</tr>
1173211752
<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>
11753+
<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>
1173411754
</td>
1173511755
</tr>
1173611756
<tr>
@@ -11740,7 +11760,7 @@ The following table lists the available variables for customizing the Classic th
1174011760
<td><code>calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) * 0.85)</code></td>
1174111761
</tr>
1174211762
<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>
11763+
<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>
1174411764
</td>
1174511765
</tr>
1174611766
<tr>
@@ -11800,7 +11820,7 @@ The following table lists the available variables for customizing the Classic th
1180011820
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
1180111821
</tr>
1180211822
<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>
11823+
<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>
1180411824
</td>
1180511825
</tr>
1180611826
<tr>

0 commit comments

Comments
 (0)