From a33008c39fcd7d631ae260696be777052c12ba4a Mon Sep 17 00:00:00 2001 From: joneff Date: Mon, 16 Jan 2023 10:16:36 +0200 Subject: [PATCH] chore: regen docs --- .../nouvelle/docs/customization-avatar.md | 151 + packages/nouvelle/docs/customization-badge.md | 241 + .../nouvelle/docs/customization-bottom-nav.md | 162 + .../docs/customization-bottom-navigation.md | 270 + .../nouvelle/docs/customization-captcha.md | 258 + packages/nouvelle/docs/customization-card.md | 864 +++ .../nouvelle/docs/customization-checkbox.md | 1014 +++ packages/nouvelle/docs/customization-chip.md | 100 + .../nouvelle/docs/customization-common.md | 4 +- .../nouvelle/docs/customization-component.md | 14 +- packages/nouvelle/docs/customization-icon.md | 10 +- packages/nouvelle/docs/customization-list.md | 8 +- packages/nouvelle/docs/customization-popup.md | 8 +- .../docs/customization-progressbar.md | 538 ++ packages/nouvelle/docs/customization-radio.md | 792 ++ .../nouvelle/docs/customization-skeleton.md | 148 + .../nouvelle/docs/customization-slider.md | 342 + .../nouvelle/docs/customization-switch.md | 172 + packages/nouvelle/docs/customization-table.md | 160 + .../nouvelle/docs/customization-tabstrip.md | 432 ++ .../nouvelle/docs/customization-toolbar.md | 196 + .../nouvelle/docs/customization-tooltip.md | 252 + .../nouvelle/docs/customization-treeview.md | 110 + .../nouvelle/docs/customization-typography.md | 4 +- .../nouvelle/docs/customization-window.md | 528 ++ packages/nouvelle/docs/customization.md | 6860 ++++++++++++++++- 26 files changed, 13240 insertions(+), 398 deletions(-) create mode 100644 packages/nouvelle/docs/customization-avatar.md create mode 100644 packages/nouvelle/docs/customization-badge.md create mode 100644 packages/nouvelle/docs/customization-bottom-nav.md create mode 100644 packages/nouvelle/docs/customization-bottom-navigation.md create mode 100644 packages/nouvelle/docs/customization-captcha.md create mode 100644 packages/nouvelle/docs/customization-card.md create mode 100644 packages/nouvelle/docs/customization-checkbox.md create mode 100644 packages/nouvelle/docs/customization-chip.md create mode 100644 packages/nouvelle/docs/customization-progressbar.md create mode 100644 packages/nouvelle/docs/customization-radio.md create mode 100644 packages/nouvelle/docs/customization-skeleton.md create mode 100644 packages/nouvelle/docs/customization-slider.md create mode 100644 packages/nouvelle/docs/customization-switch.md create mode 100644 packages/nouvelle/docs/customization-table.md create mode 100644 packages/nouvelle/docs/customization-tabstrip.md create mode 100644 packages/nouvelle/docs/customization-toolbar.md create mode 100644 packages/nouvelle/docs/customization-tooltip.md create mode 100644 packages/nouvelle/docs/customization-treeview.md create mode 100644 packages/nouvelle/docs/customization-window.md diff --git a/packages/nouvelle/docs/customization-avatar.md b/packages/nouvelle/docs/customization-avatar.md new file mode 100644 index 00000000000..b76307ca2a2 --- /dev/null +++ b/packages/nouvelle/docs/customization-avatar.md @@ -0,0 +1,151 @@ +--- +title: Customizing Avatar +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_avatar +position: 9 +--- + +# Customizing Avatar + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-avatar-border-widthNumber + +`1px` + + + +`1px` + +
Description
Border width of the avatar.
+
$kendo-avatar-font-familyNull + +`$kendo-font-family` + + + +`null` + +
Description
Font family of the avatar.
+
$kendo-avatar-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
Font size of the avatar.
+
$kendo-avatar-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
Line height of the avatar.
+
$kendo-avatar-sizesMap + +`( + sm: k-map-get( $kendo-spacing, 4 ), + md: k-map-get( $kendo-spacing, 8 ), + lg: k-map-get( $kendo-spacing, 16 ) +)` + + + +`(sm: 1rem, md: 2rem, lg: 4rem)` + +
Description
The sizes of the avatar.
+
$kendo-avatar-themeMap + +`k-process-variant-matrices( + $kendo-avatar-theme-matrix, + $kendo-avatar-palette-matrix +)` + + + +`(solid-neutral: (bg: #ededed, text: #494949, border: #ededed, gradient: null, shadow: null, outline: null), solid-inverse: (bg: #494949, text: #ffffff, border: #494949, gradient: null, shadow: null, outline: null), solid-primary: (bg: #622331, text: #ffffff, border: #622331, gradient: null, shadow: null, outline: null), solid-info: (bg: #0969da, text: #ffffff, border: #0969da, gradient: null, shadow: null, outline: null), solid-success: (bg: #1a7f37, text: #ffffff, border: #1a7f37, gradient: null, shadow: null, outline: null), solid-warning: (bg: #bc4c00, text: #ffffff, border: #bc4c00, gradient: null, shadow: null, outline: null), solid-error: (bg: #cf222e, text: #ffffff, border: #cf222e, gradient: null, shadow: null, outline: null), outline-neutral: (bg: transparent, text: #767676, border: #767676, gradient: null, shadow: null, outline: null), outline-inverse: (bg: transparent, text: #494949, border: #494949, gradient: null, shadow: null, outline: null), outline-primary: (bg: transparent, text: #622331, border: #622331, gradient: null, shadow: null, outline: null), outline-info: (bg: transparent, text: #0969da, border: #0969da, gradient: null, shadow: null, outline: null), outline-success: (bg: transparent, text: #1a7f37, border: #1a7f37, gradient: null, shadow: null, outline: null), outline-warning: (bg: transparent, text: #bc4c00, border: #bc4c00, gradient: null, shadow: null, outline: null), outline-error: (bg: transparent, text: #cf222e, border: #cf222e, gradient: null, shadow: null, outline: null))` + +
Description
Theme colors map of the avatar.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-badge.md b/packages/nouvelle/docs/customization-badge.md new file mode 100644 index 00000000000..18454929dcd --- /dev/null +++ b/packages/nouvelle/docs/customization-badge.md @@ -0,0 +1,241 @@ +--- +title: Customizing Badge +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_badge +position: 9 +--- + +# Customizing Badge + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-badge-border-widthNumber + +`1px` + + + +`1px` + +
Description
Border width of the badge.
+
$kendo-badge-font-familyNull + +`$kendo-font-family` + + + +`null` + +
Description
Font family of the badge.
+
$kendo-badge-font-weightNull + +`null` + + + +`null` + +
Description
Font weight of the badge.
+
$kendo-badge-sm-padding-xNumber + +`k-map-get( $kendo-spacing, 0.5 )` + + + +`0.125rem` + +
Description
Horizontal padding of the badge.
+
$kendo-badge-sm-padding-yNumber + +`k-map-get( $kendo-spacing, 0.5 )` + + + +`0.125rem` + +
Description
Vertical padding of the badge.
+
$kendo-badge-sm-font-sizeNumber + +`$kendo-font-size-xs` + + + +`0.75rem` + +
Description
Font sizes of the badge.
+
$kendo-badge-sm-line-heightNull + +`null` + + + +`null` + +
Description
Line heights of the badge.
+
$kendo-badge-sm-min-widthCalculation + +`calc( #{$kendo-badge-sm-line-height} * 1em + #{$kendo-badge-sm-padding-y} * 2 + #{$kendo-badge-border-width} * 2 )` + + + +`calc( * 1em + 0.125rem * 2 + 1px * 2 )` + +
Description
Badge min width used for circle badge.
+
$kendo-badge-sizesMap + +`( + sm: ( + padding-x: $kendo-badge-sm-padding-x, + padding-y: $kendo-badge-sm-padding-y, + font-size: $kendo-badge-sm-font-size, + line-height: $kendo-badge-sm-line-height, + min-width: $kendo-badge-sm-min-width + ), + md: ( + padding-x: $kendo-badge-md-padding-x, + padding-y: $kendo-badge-md-padding-y, + font-size: $kendo-badge-md-font-size, + line-height: $kendo-badge-md-line-height, + min-width: $kendo-badge-md-min-width + ), + lg: ( + padding-x: $kendo-badge-lg-padding-x, + padding-y: $kendo-badge-lg-padding-y, + font-size: $kendo-badge-lg-font-size, + line-height: $kendo-badge-lg-line-height, + min-width: $kendo-badge-lg-min-width + ) +)` + + + +`(sm: (padding-x: 0.125rem, padding-y: 0.125rem, font-size: 0.75rem, line-height: null, min-width: calc( * 1em + 0.125rem * 2 + 1px * 2 )), md: (padding-x: 0.25rem, padding-y: 0.25rem, font-size: 0.875rem, line-height: null, min-width: calc( * 1em + 0.25rem * 2 + 1px * 2 )), lg: (padding-x: 0.375rem, padding-y: 0.375rem, font-size: 1rem, line-height: null, min-width: calc( * 1em + 0.375rem * 2 + 1px * 2 )))` + +
Description
Size map for the badge.
+
$kendo-badge-themeMap + +`k-process-variant-matrices( + $kendo-badge-theme-matrix, + $kendo-badge-palette-matrix +)` + + + +`(solid-neutral: (bg: #ededed, text: #494949, border: #ededed, gradient: null, shadow: null, outline: null), solid-inverse: (bg: #494949, text: #ffffff, border: #494949, gradient: null, shadow: null, outline: null), solid-primary: (bg: #622331, text: #ffffff, border: #622331, gradient: null, shadow: null, outline: null), solid-info: (bg: #0969da, text: #ffffff, border: #0969da, gradient: null, shadow: null, outline: null), solid-success: (bg: #1a7f37, text: #ffffff, border: #1a7f37, gradient: null, shadow: null, outline: null), solid-warning: (bg: #bc4c00, text: #ffffff, border: #bc4c00, gradient: null, shadow: null, outline: null), solid-error: (bg: #cf222e, text: #ffffff, border: #cf222e, gradient: null, shadow: null, outline: null), outline-neutral: (bg: transparent, text: #767676, border: #767676, gradient: null, shadow: null, outline: null), outline-inverse: (bg: transparent, text: #494949, border: #494949, gradient: null, shadow: null, outline: null), outline-primary: (bg: transparent, text: #622331, border: #622331, gradient: null, shadow: null, outline: null), outline-info: (bg: transparent, text: #0969da, border: #0969da, gradient: null, shadow: null, outline: null), outline-success: (bg: transparent, text: #1a7f37, border: #1a7f37, gradient: null, shadow: null, outline: null), outline-warning: (bg: transparent, text: #bc4c00, border: #bc4c00, gradient: null, shadow: null, outline: null), outline-error: (bg: transparent, text: #cf222e, border: #cf222e, gradient: null, shadow: null, outline: null))` + +
Description
Theme colors map of the badge.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-bottom-nav.md b/packages/nouvelle/docs/customization-bottom-nav.md new file mode 100644 index 00000000000..3f4399dd610 --- /dev/null +++ b/packages/nouvelle/docs/customization-bottom-nav.md @@ -0,0 +1,162 @@ +--- +title: Customizing Bottom-nav +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_bottom-nav +position: 9 +--- + +# Customizing Bottom-nav + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-bottom-nav-shadowNull + +`null` + + + +`null` + +
Description
Box shadow of the bottom navigation.
+
$kendo-bottom-nav-item-focus-offsetNull + +`null` + + + +`null` + +
Description
Offset of the focused bottom navigation item.
+
$kendo-bottom-nav-item-focus-outline-widthNumber + +`1px` + + + +`1px` + +
Description
Outline width of the focused bottom navigation item.
+
$kendo-bottom-nav-item-focus-outline-styleString + +`solid` + + + +`solid` + +
Description
Outline style of the focused bottom navigation item.
+
$kendo-bottom-nav-item-icon-sizeCalculation + +`$kendo-icon-size-xxl` + + + +`calc( 16px * 2 )` + +
Description
Size of the focused bottom navigation item icon.
+
$kendo-bottom-nav-item-icon-margin-xNull + +`null` + + + +`null` + +
Description
Horizontal margin of the focused bottom navigation item icon.
+
$kendo-bottom-nav-item-icon-margin-yNull + +`null` + + + +`null` + +
Description
Vertical margin of the focused bottom navigation item icon.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-bottom-navigation.md b/packages/nouvelle/docs/customization-bottom-navigation.md new file mode 100644 index 00000000000..64761397980 --- /dev/null +++ b/packages/nouvelle/docs/customization-bottom-navigation.md @@ -0,0 +1,270 @@ +--- +title: Customizing Bottom-navigation +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_bottom-navigation +position: 9 +--- + +# Customizing Bottom-navigation + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-bottom-nav-padding-xNull + +`null` + + + +`null` + +
Description
Horizontal padding of the bottom navigation.
+
$kendo-bottom-nav-padding-yNull + +`null` + + + +`null` + +
Description
Vertical padding of the bottom navigation.
+
$kendo-bottom-nav-gapNull + +`null` + + + +`null` + +
Description
Spacing of the bottom navigation.
+
$kendo-bottom-nav-border-widthNull + +`null` + + + +`null` + +
Description
Border width of the bottom navigation.
+
$kendo-bottom-nav-font-familyNull + +`$kendo-font-family` + + + +`null` + +
Description
Font family of the bottom navigation.
+
$kendo-bottom-nav-font-sizeNull + +`null` + + + +`null` + +
Description
Font size of the bottom navigation.
+
$kendo-bottom-nav-line-heightNull + +`null` + + + +`null` + +
Description
Line height of the bottom navigation.
+
$kendo-bottom-nav-item-padding-xNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Horizontal padding of the bottom navigation item.
+
$kendo-bottom-nav-item-padding-yNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
Vertical padding of the bottom navigation item.
+
$kendo-bottom-nav-item-min-widthNumber + +`72px` + + + +`72px` + +
Description
Minimum width of the bottom navigation item.
+
$kendo-bottom-nav-item-max-widthString + +`none` + + + +`none` + +
Description
Maximum width of the bottom navigation item.
+
$kendo-bottom-nav-item-border-radiusNull + +`null` + + + +`null` + +
Description
Border radius of the bottom navigation item.
+
$kendo-bottom-nav-item-gapNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
Spacing of the bottom navigation item.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-captcha.md b/packages/nouvelle/docs/customization-captcha.md new file mode 100644 index 00000000000..780da820e33 --- /dev/null +++ b/packages/nouvelle/docs/customization-captcha.md @@ -0,0 +1,258 @@ +--- +title: Customizing Captcha +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_captcha +position: 9 +--- + +# Customizing Captcha + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-captcha-widthNumber + +`280px` + + + +`280px` + +
Description
Default width of the captcha.
+
$kendo-captcha-font-familyNull + +`$kendo-font-family` + + + +`null` + +
Description
Font family of the captcha.
+
$kendo-captcha-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
Font size of the captcha.
+
$kendo-captcha-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
Line height of the captcha.
+
$kendo-captcha-spacingNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Spacing of the captcha.
+
$kendo-captcha-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
Background color of the captcha.
+
$kendo-captcha-textColor + +`$kendo-component-text` + + + + + +`#494949` + +
Description
Text color of the captcha.
+
$kendo-captcha-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of the captcha.
+
$kendo-captcha-image-wrap-spacingNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Spacing of the captcha image wrapper.
+
$kendo-captcha-image-controls-spacingNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
Spacing of the captcha image controls.
+
$kendo-captcha-validation-offset-yNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
Offset of the captcha validation text.
+
$kendo-captcha-validation-font-sizeNumber + +`$kendo-font-size-sm` + + + +`0.875rem` + +
Description
Font-size of the captcha validation text.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-card.md b/packages/nouvelle/docs/customization-card.md new file mode 100644 index 00000000000..e91a1c01625 --- /dev/null +++ b/packages/nouvelle/docs/customization-card.md @@ -0,0 +1,864 @@ +--- +title: Customizing Card +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_card +position: 9 +--- + +# Customizing Card + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-card-padding-xNull + +`null` + + + +`null` + +
Description
Horizontal padding of the card.
+
$kendo-card-padding-yNull + +`null` + + + +`null` + +
Description
Vertical padding of the card.
+
$kendo-card-border-widthNumber + +`1px` + + + +`1px` + +
Description
Width of the border around the card.
+
$kendo-card-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
Border radius of the card.
+
$kendo-card-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the card.
+
$kendo-card-font-sizeNull + +`null` + + + +`null` + +
Description
Font size of the card.
+
$kendo-card-line-heightNull + +`null` + + + +`null` + +
Description
Line height of the card.
+
$kendo-card-deck-gapNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Spacing between the cards in the card deck.
+
$kendo-card-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
Background color of the card.
+
$kendo-card-textColor + +`$kendo-component-text` + + + + + +`#494949` + +
Description
Text color of the card.
+
$kendo-card-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of the card.
+
$kendo-card-shadowNull + +`null` + + + +`null` + +
Description
Shadow of the card.
+
$kendo-card-focus-bgColor + +`$kendo-card-bg` + + + + + +`#ffffff` + +
Description
Background color of the card when focused.
+
$kendo-card-focus-textNull + +`null` + + + +`null` + +
Description
Text color of the card when focused.
+
$kendo-card-focus-borderNull + +`null` + + + +`null` + +
Description
Border color of the card when focused.
+
$kendo-card-focus-shadowNull + +`null` + + + +`null` + +
Description
Shadow of the card when focused.
+
$kendo-card-header-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Horizontal padding of the card header.
+
$kendo-card-header-padding-yNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Vertical padding of the card header.
+
$kendo-card-header-border-widthNull + +`null` + + + +`null` + +
Description
Bottom border width of the card header.
+
$kendo-card-header-font-weightNull + +`null` + + + +`null` + +
Description
Text weight of the card header.
+
$kendo-card-header-bgColor + +`k-get-theme-color( neutral, 50 )` + + + + + +`#f8f8f8` + +
Description
Background color of the card header.
+
$kendo-card-header-textColor + +`$kendo-card-text` + + + + + +`#494949` + +
Description
Text color of the card header.
+
$kendo-card-header-borderColor + +`$kendo-card-border` + + + + + +`#ededed` + +
Description
Border color of the card header.
+
$kendo-card-body-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Horizontal padding of the card body.
+
$kendo-card-body-padding-yNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Vertical padding of the card body.
+
$kendo-card-footer-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Horizontal padding of the card footer.
+
$kendo-card-footer-padding-yNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Vertical padding of the card footer.
+
$kendo-card-footer-border-widthNull + +`null` + + + +`null` + +
Description
Top border width of the card footer.
+
$kendo-card-footer-bgNull + +`null` + + + +`null` + +
Description
Background color of the card footer.
+
$kendo-card-footer-textNull + +`null` + + + +`null` + +
Description
Text color of the card footer.
+
$kendo-card-footer-borderColor + +`$kendo-card-border` + + + + + +`#ededed` + +
Description
Border color of the card footer.
+
$kendo-card-title-margin-bottomNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Bottom margin of the card title.
+
$kendo-card-title-font-weightNull + +`null` + + + +`null` + +
Description
Font weight of the card title.
+
$kendo-card-title-textNull + +`null` + + + +`null` + +
Description
Text color of the card subtitle.
+
$kendo-card-subtitle-margin-bottomNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Bottom margin of the card subtitle.
+
$kendo-card-subtitle-font-weightNull + +`null` + + + +`null` + +
Description
Font weight of the card title.
+
$kendo-card-subtitle-textColor + +`$kendo-subtle-text` + + + + + +`#5f5f5f` + +
Description
Text color of the card subtitle.
+
$kendo-card-img-max-widthNumber + +`100px` + + + +`100px` + +
Description
Maximum width of the card image.
+
$kendo-card-avatar-sizeNumber + +`3rem` + + + +`3rem` + +
Description
Size of the avatar in the card.
+
$kendo-card-actions-padding-xNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Horizontal padding of the card actions.
+
$kendo-card-actions-padding-yNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Vertical padding of the card actions.
+
$kendo-card-actions-border-widthNull + +`null` + + + +`null` + +
Description
Top border of the card actions.
+
$kendo-card-actions-gapNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Spacing between the card actions.
+
$kendo-card-deck-scroll-button-radiusNull + +`null` + + + +`null` + +
Description
Border radius of the scroll button in the card deck.
+
$kendo-card-callout-sizeNumber + +`20px` + + + +`20px` + +
Description
Size of the card callout.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-checkbox.md b/packages/nouvelle/docs/customization-checkbox.md new file mode 100644 index 00000000000..1ca3a48dd67 --- /dev/null +++ b/packages/nouvelle/docs/customization-checkbox.md @@ -0,0 +1,1014 @@ +--- +title: Customizing Checkbox +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_checkbox +position: 9 +--- + +# Customizing Checkbox + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-checkbox-border-radiusNull + +`null` + + + +`null` + +
Description
Border radius of checkbox
+
$kendo-checkbox-border-widthNumber + +`1px` + + + +`1px` + +
Description
Border width of checkbox.
+
$kendo-checkbox-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
Background color of checkbox.
+
$kendo-checkbox-textNull + +`null` + + + +`null` + +
Description
Color of checkbox.
+
$kendo-checkbox-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of checkbox.
+
$kendo-checkbox-hover-bgNull + +`null` + + + +`null` + +
Description
Background color of hovered checkbox.
+
$kendo-checkbox-hover-textNull + +`null` + + + +`null` + +
Description
Color of hovered checkbox.
+
$kendo-checkbox-hover-borderNull + +`null` + + + +`null` + +
Description
Border color of hovered checkbox.
+
$kendo-checkbox-focus-borderNull + +`null` + + + +`null` + +
Description
Border color of focused checkbox.
+
$kendo-checkbox-focus-shadowNull + +`null` + + + +`null` + +
Description
Box shadow of focused checkbox.
+
$kendo-checkbox-focus-outlineNull + +`null` + + + +`null` + +
Description
The outline of a focused checkbox.
+
$kendo-checkbox-checked-bgColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Background color of checked checkbox.
+
$kendo-checkbox-checked-textColor + +`k-contrast-color( $kendo-checkbox-checked-bg )` + + + + + +`white` + +
Description
Color of checked checkbox.
+
$kendo-checkbox-checked-borderColor + +`$kendo-checkbox-checked-bg` + + + + + +`#622331` + +
Description
Border color of checked checkbox.
+
$kendo-checkbox-hover-checked-bgNull + +`null` + + + +`null` + +
Description
Background of hovered and checked checkbox.
+
$kendo-checkbox-hover-checked-textNull + +`null` + + + +`null` + +
Description
Color of checked checkbox.
+
$kendo-checkbox-hover-checked-borderNull + +`null` + + + +`null` + +
Description
Border of hovered and checked checkbox.
+
$kendo-checkbox-indeterminate-bgColor + +`$kendo-checkbox-checked-bg` + + + + + +`#622331` + +
Description
Background color of indeterminate checkbox.
+
$kendo-checkbox-indeterminate-textColor + +`$kendo-checkbox-checked-text` + + + + + +`white` + +
Description
Color of indeterminate checkbox.
+
$kendo-checkbox-indeterminate-borderColor + +`$kendo-checkbox-checked-border` + + + + + +`#622331` + +
Description
Border color of indeterminate checkbox.
+
$kendo-checkbox-hover-indeterminate-bgNull + +`null` + + + +`null` + +
Description
Background color of hovered and indeterminate checkbox.
+
$kendo-checkbox-hover-indeterminate-textNull + +`null` + + + +`null` + +
Description
Background color of hovered and indeterminate checkbox.
+
$kendo-checkbox-hover-indeterminate-borderNull + +`null` + + + +`null` + +
Description
Border color of hovered and indeterminate checkbox.
+
$kendo-checkbox-disabled-bgNull + +`null` + + + +`null` + +
Description
Background color of disabled checkbox.
+
$kendo-checkbox-disabled-textNull + +`null` + + + +`null` + +
Description
Color of disabled checkbox.
+
$kendo-checkbox-disabled-borderNull + +`null` + + + +`null` + +
Description
Border color of disabled checkbox.
+
$kendo-checkbox-disabled-checked-bgNull + +`null` + + + +`null` + +
Description
Background color of disabled and checked checkbox.
+
$kendo-checkbox-disabled-checked-textNull + +`null` + + + +`null` + +
Description
Color of disabled and checked checkbox.
+
$kendo-checkbox-disabled-checked-borderNull + +`null` + + + +`null` + +
Description
Border color of disabled and checked checkbox.
+
$kendo-checkbox-disabled-indeterminate-bgNull + +`null` + + + +`null` + +
Description
Background color of disabled and indeterminate checkbox.
+
$kendo-checkbox-disabled-indeterminate-textNull + +`null` + + + +`null` + +
Description
Border color of disabled and indeterminate checkbox.
+
$kendo-checkbox-disabled-indeterminate-borderNull + +`null` + + + +`null` + +
Description
Border color of disabled and indeterminate checkbox.
+
$kendo-checkbox-invalid-bgColor + +`$kendo-checkbox-bg` + + + + + +`#ffffff` + +
Description
Background color of invalid checkbox.
+
$kendo-checkbox-invalid-textColor + +`$kendo-invalid-text` + + + + + +`#cf222e` + +
Description
Color of invalid checkbox.
+
$kendo-checkbox-invalid-borderColor + +`$kendo-invalid-border` + + + + + +`#cf222e` + +
Description
Border color of invalid checkbox.
+
$kendo-checkbox-indicator-typeString + +`glyph` + + + +`glyph` + +
Description
Type of checkbox indicator.
+
$kendo-checkbox-glyph-font-familyList + +`"WebComponentsIcons", monospace` + + + +`"WebComponentsIcons", monospace` + +
Description
Glyph font family of checkbox indicator.
+
$kendo-checkbox-checked-glyphString + +`"\e118"` + + + +`"\e118"` + +
Description
Glyph of checkbox indicator.
+
$kendo-checkbox-indeterminate-glyphString + +`"\e121"` + + + +`"\e121"` + +
Description
Glyph of indeterminate checkbox indicator.
+
$kendo-checkbox-imageNull + +`null` + + + +`null` + +
Description
Image of checkbox indicator.
+
$kendo-checkbox-hover-imageNull + +`null` + + + +`null` + +
Description
Image of hovered checkbox indicator.
+
$kendo-checkbox-checked-imageNull + +`null` + + + +`null` + +
Description
Image of checked checkbox indicator.
+
$kendo-checkbox-indeterminate-imageNull + +`null` + + + +`null` + +
Description
Image of indeterminate checkbox indicator.
+
$kendo-checkbox-hover-checked-imageNull + +`null` + + + +`null` + +
Description
Image of hovered and checked checkbox indicator.
+
$kendo-checkbox-hover-indeterminate-imageNull + +`null` + + + +`null` + +
Description
Image of hovered and indeterminate checkbox indicator.
+
$kendo-checkbox-disabled-checked-imageNull + +`null` + + + +`null` + +
Description
Image of checked checkbox indicator.
+
$kendo-checkbox-disabled-indeterminate-imageNull + +`null` + + + +`null` + +
Description
Image of indeterminate checkbox indicator.
+
$kendo-checkbox-list-spacingNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Spacing between items of horizontal checkbox list.
+
$kendo-checkbox-list-item-padding-xNull + +`null` + + + +`null` + +
Description
Horizontal padding of checkbox list items.
+
$kendo-checkbox-list-item-padding-yNull + +`null` + + + +`null` + +
Description
Vertical padding of checkbox list items.
+
$kendo-checkbox-list-item-spacingNull + +`null` + + + +`null` + +
Description
Spacing between checkbox and text.
+
$kendo-checkbox-ripple-bgColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Background color of checkbox ripple.
+
$kendo-checkbox-ripple-opacityNumber + +`.25` + + + +`0.25` + +
Description
Opacity of checkbox ripple.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-chip.md b/packages/nouvelle/docs/customization-chip.md new file mode 100644 index 00000000000..397d1f82b0c --- /dev/null +++ b/packages/nouvelle/docs/customization-chip.md @@ -0,0 +1,100 @@ +--- +title: Customizing Chip +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_chip +position: 9 +--- + +# Customizing Chip + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-chip-border-widthNumber + +`1px` + + + +`1px` + +
Description
Width of the border around the button.
+
$kendo-chip-font-familyNull + +`null` + + + +`null` + +
Description
The font family of the chip.
+
$kendo-chip-list-sizesMap + +`( + sm: ( + spacing: k-map-get( $kendo-spacing, 1 ) + ), + md: ( + spacing: k-map-get( $kendo-spacing, 1 ) + ), + lg: ( + spacing: k-map-get( $kendo-spacing, 1 ) + ) +)` + + + +`(sm: (spacing: 0.25rem), md: (spacing: 0.25rem), lg: (spacing: 0.25rem))` + +
Description
The sizes of the chip list.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-common.md b/packages/nouvelle/docs/customization-common.md index 196046eab8c..2ecfe1ef3ed 100644 --- a/packages/nouvelle/docs/customization-common.md +++ b/packages/nouvelle/docs/customization-common.md @@ -137,9 +137,9 @@ The following table lists the available variables for customization. - + -`#656565` +`#494949` diff --git a/packages/nouvelle/docs/customization-component.md b/packages/nouvelle/docs/customization-component.md index 7459a00f522..7c9bdbdf38c 100644 --- a/packages/nouvelle/docs/customization-component.md +++ b/packages/nouvelle/docs/customization-component.md @@ -30,7 +30,7 @@ The following table lists the available variables for customization. Color -`$kendo-body-bg` +`k-get-theme-color( neutral, 0 )` @@ -50,14 +50,14 @@ The following table lists the available variables for customization. Color -`$kendo-body-text` +`k-get-theme-color( neutral, 700 )` - + -`#656565` +`#494949` @@ -70,14 +70,14 @@ The following table lists the available variables for customization. Color -`rgba( black, .08 )` +`k-get-theme-color( neutral, 100 )` - + -`rgba(0, 0, 0, 0.08)` +`#ededed` diff --git a/packages/nouvelle/docs/customization-icon.md b/packages/nouvelle/docs/customization-icon.md index 3e39b7ab4cd..60acc145823 100644 --- a/packages/nouvelle/docs/customization-icon.md +++ b/packages/nouvelle/docs/customization-icon.md @@ -35,7 +35,7 @@ The following table lists the available variables for customization. -`1rem` +`16px` @@ -53,7 +53,7 @@ The following table lists the available variables for customization. -`1rem` +`16px` @@ -63,7 +63,7 @@ The following table lists the available variables for customization. $kendo-icon-size-lg - Number + Calculation `1.25rem` @@ -71,7 +71,7 @@ The following table lists the available variables for customization. -`1.25rem` +`calc( 16px * 1.25 )` @@ -89,7 +89,7 @@ The following table lists the available variables for customization. -`0.25rem` +`0.5rem` diff --git a/packages/nouvelle/docs/customization-list.md b/packages/nouvelle/docs/customization-list.md index ffc6966b2a6..94bea82baf7 100644 --- a/packages/nouvelle/docs/customization-list.md +++ b/packages/nouvelle/docs/customization-list.md @@ -55,9 +55,9 @@ The following table lists the available variables for customization. - + -`#656565` +`#494949` @@ -75,9 +75,9 @@ The following table lists the available variables for customization. - + -`rgba(0, 0, 0, 0.08)` +`#ededed` diff --git a/packages/nouvelle/docs/customization-popup.md b/packages/nouvelle/docs/customization-popup.md index 0886de90584..99c674d9ad6 100644 --- a/packages/nouvelle/docs/customization-popup.md +++ b/packages/nouvelle/docs/customization-popup.md @@ -55,9 +55,9 @@ The following table lists the available variables for customization. - + -`#656565` +`#494949` @@ -75,9 +75,9 @@ The following table lists the available variables for customization. - + -`rgba(0, 0, 0, 0.08)` +`#ededed` diff --git a/packages/nouvelle/docs/customization-progressbar.md b/packages/nouvelle/docs/customization-progressbar.md new file mode 100644 index 00000000000..22c53f7ef93 --- /dev/null +++ b/packages/nouvelle/docs/customization-progressbar.md @@ -0,0 +1,538 @@ +--- +title: Customizing Progressbar +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_progressbar +position: 9 +--- + +# Customizing Progressbar + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-progressbar-inline-sizeNull + +`null` + + + +`null` + +
Description
Inline size of the progressbar. Width when horizontal, height when vertical.
+
$kendo-progressbar-block-sizeNull + +`null` + + + +`null` + +
Description
Block size of the progressbar. Height when horizontal, width when vertical.
+
$kendo-progressbar-border-widthNull + +`null` + + + +`null` + +
Description
Border width of the progressbar.
+
$kendo-progressbar-border-radiusNull + +`null` + + + +`null` + +
Description
Border radius of the progressbar.
+
$kendo-progressbar-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the progressbar.
+
$kendo-progressbar-font-sizeNull + +`null` + + + +`null` + +
Description
Font size of the progressbar.
+
$kendo-progressbar-line-heightNull + +`null` + + + +`null` + +
Description
Line height of the progressbar.
+
$kendo-progressbar-animation-timingList + +`1s linear infinite` + + + +`1s linear infinite` + +
Description
Animation timing of the progressbar.
+
$kendo-progressbar-status-padding-xNull + +`null` + + + +`null` + +
Description
Inline padding of the progressbar status.
+
$kendo-progressbar-status-padding-yNull + +`null` + + + +`null` + +
Description
Block padding of the progressbar status.
+
$kendo-progressbar-bgColor + +`k-try-shade( $kendo-component-bg, 1 )` + + + + + +`#ebebeb` + +
Description
Background color of the progressbar.
+
$kendo-progressbar-textColor + +`$kendo-component-text` + + + + + +`#494949` + +
Description
Text color of the progressbar.
+
$kendo-progressbar-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of the progressbar.
+
$kendo-progressbar-gradientNull + +`null` + + + +`null` + +
Description
Background gradient of the progressbar.
+
$kendo-progressbar-value-bgColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Progress background color of the progressbar.
+
$kendo-progressbar-value-textColor + +`k-contrast-legacy( $kendo-progressbar-value-bg )` + + + + + +`white` + +
Description
Progress text color of the progressbar.
+
$kendo-progressbar-value-borderColor + +`k-try-shade( $kendo-progressbar-value-bg )` + + + + + +`#5a202d` + +
Description
Progress border color of the progressbar.
+
$kendo-progressbar-value-gradientNull + +`null` + + + +`null` + +
Description
Progress background gradient of the progressbar.
+
$kendo-progressbar-indeterminate-bgColor + +`$kendo-progressbar-bg` + + + + + +`#ebebeb` + +
Description
Background color of the indeterminate progressbar.
+
$kendo-progressbar-indeterminate-textColor + +`$kendo-progressbar-text` + + + + + +`#494949` + +
Description
Text color of the indeterminate progressbar.
+
$kendo-progressbar-indeterminate-borderColor + +`$kendo-progressbar-border` + + + + + +`#ededed` + +
Description
Border color of the indeterminate progressbar.
+
$kendo-progressbar-indeterminate-gradientNull + +`null` + + + +`null` + +
Description
Background gradient of the indeterminate progressbar.
+
$kendo-progressbar-chunk-borderColor + +`$kendo-body-bg` + + + + + +`#ffffff` + +
Description
Border color of the chunk progressbar.
+
$kendo-circular-progressbar-arc-strokeColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Arc stroke color of the circular progressbar.
+
$kendo-circular-progressbar-scale-strokeColor + +`$kendo-progressbar-bg` + + + + + +`#ebebeb` + +
Description
Scale stroke background color of the circular progressbar.
+
$kendo-progressbar-themeMap + +`( + DEFAULT: ( + bg: k-get-theme-color( neutral, 100 ), + text: k-get-theme-color( neutral, 700 ), + border: k-get-theme-color( neutral, 200 ), + + value-bg: k-get-theme-color( marsala, 500 ), + value-text: k-get-theme-color( marsala, 0 ), + value-border: k-get-theme-color( marsala, 500 ) + ) +)` + + + +`(DEFAULT: (bg: #ededed, text: #494949, border: #d6d6d6, value-bg: #622331, value-text: #ffffff, value-border: #622331))` + +
Description
Theme colors map of the progressbar.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-radio.md b/packages/nouvelle/docs/customization-radio.md new file mode 100644 index 00000000000..81b629fbdda --- /dev/null +++ b/packages/nouvelle/docs/customization-radio.md @@ -0,0 +1,792 @@ +--- +title: Customizing Radio +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_radio +position: 9 +--- + +# Customizing Radio + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-radio-border-radiusNumber + +`50%` + + + +`50%` + +
Description
Border radius of radio button.
+
$kendo-radio-border-widthNumber + +`1px` + + + +`1px` + +
Description
Border width of radio.
+
$kendo-radio-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
Background color of radio.
+
$kendo-radio-textNull + +`null` + + + +`null` + +
Description
Color of radio.
+
$kendo-radio-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of radio.
+
$kendo-radio-hover-bgNull + +`null` + + + +`null` + +
Description
Background color of hovered radio.
+
$kendo-radio-hover-textNull + +`null` + + + +`null` + +
Description
Color of hovered radio.
+
$kendo-radio-hover-borderNull + +`null` + + + +`null` + +
Description
Border color of hovered radio.
+
$kendo-radio-focus-borderNull + +`null` + + + +`null` + +
Description
Border color of focused radio.
+
$kendo-radio-focus-shadowNull + +`null` + + + +`null` + +
Description
Box shadow of focused radio.
+
$kendo-radio-focus-outlineNull + +`null` + + + +`null` + +
Description
The outline of a focused radio.
+
$kendo-radio-checked-bgColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Background color of checked radio.
+
$kendo-radio-checked-textColor + +`k-contrast-color( $kendo-radio-checked-bg )` + + + + + +`white` + +
Description
Color of checked radio.
+
$kendo-radio-checked-borderColor + +`$kendo-radio-checked-bg` + + + + + +`#622331` + +
Description
Border color of checked radio.
+
$kendo-radio-hover-checked-bgNull + +`null` + + + +`null` + +
Description
Background of hovered and checked radio.
+
$kendo-radio-hover-checked-textNull + +`null` + + + +`null` + +
Description
Color of checked radio.
+
$kendo-radio-hover-checked-borderNull + +`null` + + + +`null` + +
Description
Border of hovered and checked radio.
+
$kendo-radio-disabled-bgNull + +`null` + + + +`null` + +
Description
Background color of disabled radio.
+
$kendo-radio-disabled-textNull + +`null` + + + +`null` + +
Description
Color of disabled radio.
+
$kendo-radio-disabled-borderNull + +`null` + + + +`null` + +
Description
Border color of disabled radio.
+
$kendo-radio-disabled-checked-bgNull + +`null` + + + +`null` + +
Description
Background color of disabled and checked radio.
+
$kendo-radio-disabled-checked-textNull + +`null` + + + +`null` + +
Description
Color of disabled and checked radio.
+
$kendo-radio-disabled-checked-borderNull + +`null` + + + +`null` + +
Description
Border color of disabled and checked radio.
+
$kendo-radio-invalid-bgColor + +`$kendo-radio-bg` + + + + + +`#ffffff` + +
Description
Background color of invalid radio.
+
$kendo-radio-invalid-textColor + +`$kendo-invalid-text` + + + + + +`#cf222e` + +
Description
Color of invalid radio.
+
$kendo-radio-invalid-borderColor + +`$kendo-invalid-border` + + + + + +`#cf222e` + +
Description
Border color of invalid radio.
+
$kendo-radio-indicator-typeString + +`pseudo` + + + +`pseudo` + +
Description
Type of radio indicator.
+
$kendo-radio-indicator-border-radiusNumber + +`50%` + + + +`50%` + +
Description
Border radius radio button indicator.
+
$kendo-radio-glyph-font-familyList + +`"WebComponentsIcons", monospace` + + + +`"WebComponentsIcons", monospace` + +
Description
Glyph font family of radio indicator.
+
$kendo-radio-checked-glyphString + +`"\e308"` + + + +`"\e308"` + +
Description
Glyph of radio indicator.
+
$kendo-radio-imageNull + +`null` + + + +`null` + +
Description
Image of radio indicator.
+
$kendo-radio-hover-imageNull + +`null` + + + +`null` + +
Description
Image of hovered radio indicator.
+
$kendo-radio-checked-imageNull + +`null` + + + +`null` + +
Description
Image of checked radio indicator.
+
$kendo-radio-hover-checked-imageNull + +`null` + + + +`null` + +
Description
Image of hovered and checked radio indicator.
+
$kendo-radio-disabled-checked-imageNull + +`null` + + + +`null` + +
Description
Image of checked radio indicator.
+
$kendo-radio-list-spacingNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Spacing between items of horizontal radio list.
+
$kendo-radio-list-item-padding-xNull + +`null` + + + +`null` + +
Description
Horizontal padding of radio list items.
+
$kendo-radio-list-item-padding-yNull + +`null` + + + +`null` + +
Description
Vertical padding of radio list items.
+
$kendo-radio-list-item-spacingNull + +`null` + + + +`null` + +
Description
Spacing between radio and text.
+
$kendo-radio-ripple-bgColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Background color of radio ripple.
+
$kendo-radio-ripple-opacityNumber + +`.25` + + + +`0.25` + +
Description
Opacity of radio ripple.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-skeleton.md b/packages/nouvelle/docs/customization-skeleton.md new file mode 100644 index 00000000000..ae0e68aacc5 --- /dev/null +++ b/packages/nouvelle/docs/customization-skeleton.md @@ -0,0 +1,148 @@ +--- +title: Customizing Skeleton +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_skeleton +position: 9 +--- + +# Customizing Skeleton + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-skeleton-text-transformString + +`scale( 1, .6 )` + + + +`scale(1, 0.6)` + +
Description
Text transform scale of the skeleton.
+
$kendo-skeleton-text-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
Border radius of the skeleton text.
+
$kendo-skeleton-rect-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
Border radius of the rectangle skeleton.
+
$kendo-skeleton-circle-border-radiusNumber + +`9999px` + + + +`9999px` + +
Description
Border radius of the circle skeleton.
+
$kendo-skeleton-item-bgColor + +`k-get-theme-color( neutral, 100 )` + + + + + +`#ededed` + +
Description
Background color of the skeleton item.
+
$kendo-skeleton-wave-bgColor + +`k-get-theme-color( neutral, 50 )` + + + + + +`#f8f8f8` + +
Description
Background color of the skeleton wave animation.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-slider.md b/packages/nouvelle/docs/customization-slider.md new file mode 100644 index 00000000000..9d1af972832 --- /dev/null +++ b/packages/nouvelle/docs/customization-slider.md @@ -0,0 +1,342 @@ +--- +title: Customizing Slider +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_slider +position: 9 +--- + +# Customizing Slider + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-slider-inline-sizeNumber + +`20em` + + + +`20em` + +
Description
The default slider size.
+
$kendo-slider-block-sizeNumber + +`22px` + + + +`22px` + +
Description
The default slider track wrap size.
+
$kendo-slider-spacingNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
The spacing of the slider.
+
$kendo-slider-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the slider.
+
$kendo-slider-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
Font size of the slider.
+
$kendo-slider-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
Line height of the slider.
+
$kendo-slider-track-sizeNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
The size of the slider track.
+
$kendo-slider-track-border-radiusNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
The border radius of the slider track.
+
$kendo-slider-thumb-sizeNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
The default size of the slider thumb.
+
$kendo-slider-thumb-border-widthNumber + +`k-map-get( $kendo-spacing, 0.5 )` + + + +`0.125rem` + +
Description
The default border width of the slider thumb.
+
$kendo-slider-thumb-border-radiusNumber + +`9999px` + + + +`9999px` + +
Description
The border radius of the slider thumb.
+
$kendo-slider-thumb-active-scaleNull + +`null` + + + +`null` + +
Description
The active transition scale of the slider thumb.
+
$kendo-slider-thumb-active-sizeNull + +`null` + + + +`null` + +
Description
The active size of the slider thumb.
+
$kendo-slider-transition-speedNumber + +`.3s` + + + +`0.3s` + +
Description
The transition speed of the slider.
+
$kendo-slider-transition-functionString + +`ease-out` + + + +`ease-out` + +
Description
The transition function function.
+
$kendo-slider-thumb-transition-speedNumber + +`.4s` + + + +`0.4s` + +
Description
The transition speed of the slider thumb.
+
$kendo-slider-thumb-transition-functionString + +`cubic-bezier(.25, .8, .25, 1)` + + + +`cubic-bezier(0.25, 0.8, 0.25, 1)` + +
Description
The transition function of the slider thumb.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-switch.md b/packages/nouvelle/docs/customization-switch.md new file mode 100644 index 00000000000..d1e2fbd02f2 --- /dev/null +++ b/packages/nouvelle/docs/customization-switch.md @@ -0,0 +1,172 @@ +--- +title: Customizing Switch +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_switch +position: 9 +--- + +# Customizing Switch + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-switch-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the switch.
+
$kendo-switch-track-border-widthNumber + +`1px` + + + +`1px` + +
Description
Border width of the switch track.
+
$kendo-switch-thumb-border-widthNumber + +`0` + + + +`0` + +
Description
Border width of the switch thumb.
+
$kendo-switch-label-text-transformString + +`uppercase` + + + +`uppercase` + +
Description
Text transform of the switch label.
+
$kendo-switch-label-displayString + +`none` + + + +`none` + +
Description
Display of the switch label.
+
$kendo-switch-sizesMap + +`( + sm: ( + font-size: $kendo-font-size-sm, + track-width: 36px, + track-height: 16px, + thumb-width: 10px, + thumb-height: 10px, + thumb-offset: 3px, + label-offset: 4px + ), + md: ( + font-size: $kendo-font-size-sm, + track-width: 40px, + track-height: 20px, + thumb-width: 12px, + thumb-height: 12px, + thumb-offset: 4px, + label-offset: 5px + ), + lg: ( + font-size: $kendo-font-size-sm, + track-width: 44px, + track-height: 24px, + thumb-width: 14px, + thumb-height: 14px, + thumb-offset: 5px, + label-offset: 6px + ) +)` + + + +`(sm: (font-size: 0.875rem, track-width: 36px, track-height: 16px, thumb-width: 10px, thumb-height: 10px, thumb-offset: 3px, label-offset: 4px), md: (font-size: 0.875rem, track-width: 40px, track-height: 20px, thumb-width: 12px, thumb-height: 12px, thumb-offset: 4px, label-offset: 5px), lg: (font-size: 0.875rem, track-width: 44px, track-height: 24px, thumb-width: 14px, thumb-height: 14px, thumb-offset: 5px, label-offset: 6px))` + +
Description
Map with the different switch sizes.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-table.md b/packages/nouvelle/docs/customization-table.md new file mode 100644 index 00000000000..1aa0cdd3ee7 --- /dev/null +++ b/packages/nouvelle/docs/customization-table.md @@ -0,0 +1,160 @@ +--- +title: Customizing Table +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_table +position: 9 +--- + +# Customizing Table + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-table-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of the table border.
+
$kendo-table-cell-vertical-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of vertical border of table cells.
+
$kendo-table-cell-horizontal-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of horizontal border of table cells.
+
$kendo-table-header-font-weightNull + +`null` + + + +`null` + +
Description
Font weight of the table header cells.
+
$kendo-table-sizesMap + +`( + sm: ( + font-size: $kendo-font-size-sm, + line-height: $kendo-line-height-sm, + cell-padding-x: $kendo-table-sm-cell-padding-x, + cell-padding-y: $kendo-table-sm-cell-padding-y, + group-row-padding-x: 0, + group-row-padding-y: $kendo-table-sm-cell-padding-y, + group-label-padding-x: k-map-get( $kendo-spacing, 2 ), + group-label-padding-y: k-map-get( $kendo-spacing, 1 ), + group-label-font-size: .875em + ), + md: ( + font-size: $kendo-font-size-md, + line-height: $kendo-line-height-md, + cell-padding-x: $kendo-table-md-cell-padding-x, + cell-padding-y: $kendo-table-md-cell-padding-y, + group-row-padding-x: 0, + group-row-padding-y: $kendo-table-md-cell-padding-y, + group-label-padding-x: k-map-get( $kendo-spacing, 2 ), + group-label-padding-y: k-map-get( $kendo-spacing, 1 ), + group-label-font-size: .875em + ), + lg: ( + font-size: $kendo-font-size-lg, + line-height: $kendo-line-height-lg, + cell-padding-x: $kendo-table-lg-cell-padding-x, + cell-padding-y: $kendo-table-lg-cell-padding-y, + group-row-padding-x: 0, + group-row-padding-y: $kendo-table-lg-cell-padding-y, + group-label-padding-x: k-map-get( $kendo-spacing, 2 ), + group-label-padding-y: k-map-get( $kendo-spacing, 1 ), + group-label-font-size: .875em + ) +)` + + + +`(sm: (font-size: 0.875rem, line-height: 1.25, cell-padding-x: 0.5rem, cell-padding-y: 0.25rem, group-row-padding-x: 0, group-row-padding-y: 0.25rem, group-label-padding-x: 0.5rem, group-label-padding-y: 0.25rem, group-label-font-size: 0.875em), md: (font-size: 1rem, line-height: 1.5, cell-padding-x: 0.75rem, cell-padding-y: 0.25rem, group-row-padding-x: 0, group-row-padding-y: 0.25rem, group-label-padding-x: 0.5rem, group-label-padding-y: 0.25rem, group-label-font-size: 0.875em), lg: (font-size: 1.25rem, line-height: 1.75, cell-padding-x: 0.75rem, cell-padding-y: 0.25rem, group-row-padding-x: 0, group-row-padding-y: 0.25rem, group-label-padding-x: 0.5rem, group-label-padding-y: 0.25rem, group-label-font-size: 0.875em))` + +
Description
The sizes of the table.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-tabstrip.md b/packages/nouvelle/docs/customization-tabstrip.md new file mode 100644 index 00000000000..64277a0f742 --- /dev/null +++ b/packages/nouvelle/docs/customization-tabstrip.md @@ -0,0 +1,432 @@ +--- +title: Customizing Tabstrip +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_tabstrip +position: 9 +--- + +# Customizing Tabstrip + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-tabstrip-wrapper-padding-xNull + +`null` + + + +`null` + +
Description
The horizontal padding of the tabstrip wrapper
+
$kendo-tabstrip-wrapper-padding-yNull + +`null` + + + +`null` + +
Description
The vertical padding of the tabstrip wrapper
+
$kendo-tabstrip-wrapper-border-widthNull + +`null` + + + +`null` + +
Description
The width of the border around the tabstrip wrapper
+
$kendo-tabstrip-font-familyNull + +`null` + + + +`null` + +
Description
The font family of the tabstrip
+
$kendo-tabstrip-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
The font size of the tabstrip
+
$kendo-tabstrip-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
The line height of the tabstrip
+
$kendo-tabstrip-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of the border around the tabstrip
+
$kendo-tabstrip-spacingNull + +`null` + + + +`null` + +
Description
The space between the tabstrip items
+
$kendo-tabstrip-item-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
The horizontal padding of the tabstrip item
+
$kendo-tabstrip-item-padding-yNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
The vertical padding of the tabstrip item
+
$kendo-tabstrip-item-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of the border around the tabstrip item
+
$kendo-tabstrip-item-border-styleString + +`solid` + + + +`solid` + +
Description
The style of the border around the tabstrip item
+
$kendo-tabstrip-item-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
The border radius of the tabstrip item
+
$kendo-tabstrip-item-focus-shadowList + +`$kendo-list-item-focus-shadow` + + + +`inset 0 0 0 2px rgba(0, 0, 0, 0.8)` + +
Description
The focus shadow of the tabstrip item
+
$kendo-tabstrip-indicator-sizeNumber + +`k-map-get( $kendo-spacing, 0.5 )` + + + +`0.125rem` + +
Description
The border width of the tabstrip indicator
+
$kendo-tabstrip-indicator-colorString + +`get-theme-color-var( primary-100 )` + + + +`get-theme-color-var(primary-100)` + +
Description
The border color of the tabstrip ripple
+
$kendo-tabstrip-content-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
The horizontal padding of tabstrip content
+
$kendo-tabstrip-content-padding-yNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
The vertical padding of tabstrip content
+
$kendo-tabstrip-content-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of border around tabstrip content
+
$kendo-tabstrip-content-border-styleString + +`solid` + + + +`solid` + +
Description
The style of border around tabstrip content
+
$kendo-tabstrip-scrollable-button-padding-xNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
The horizontal button padding of the scrollable tabstrip
+
$kendo-tabstrip-scrollable-button-padding-yNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-toolbar.md b/packages/nouvelle/docs/customization-toolbar.md new file mode 100644 index 00000000000..6e23d3b312d --- /dev/null +++ b/packages/nouvelle/docs/customization-toolbar.md @@ -0,0 +1,196 @@ +--- +title: Customizing Toolbar +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_toolbar +position: 9 +--- + +# Customizing Toolbar + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-toolbar-border-widthNumber + +`1px` + + + +`1px` + +
Description
Width of the border around the toolbar.
+
$kendo-toolbar-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the toolbar.
+
$kendo-toolbar-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
Font size of the toolbar.
+
$kendo-toolbar-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
Line height of the toolbar.
+
$kendo-toolbar-input-widthNumber + +`10em` + + + +`10em` + +
Description
The width of the input in the toolbar.
+
$kendo-toolbar-item-focus-outline-widthNumber + +`1px` + + + +`1px` + +
Description
Border width of the focused toolbar item.
+
$kendo-toolbar-item-focus-outline-styleString + +`solid` + + + +`solid` + +
Description
Border style of the focused toolbar item.
+
$kendo-toolbar-sizesMap + +`( + sm: ( + padding-x: $kendo-toolbar-sm-padding-x, + padding-y: $kendo-toolbar-sm-padding-y, + spacing: $kendo-toolbar-sm-spacing + ), + md: ( + padding-x: $kendo-toolbar-md-padding-x, + padding-y: $kendo-toolbar-md-padding-y, + spacing: $kendo-toolbar-md-spacing + ), + lg: ( + padding-x: $kendo-toolbar-lg-padding-x, + padding-y: $kendo-toolbar-lg-padding-y, + spacing: $kendo-toolbar-lg-spacing + ) +)` + + + +`(sm: (padding-x: 0.25rem, padding-y: 0.25rem, spacing: 0.25rem), md: (padding-x: 0.5rem, padding-y: 0.5rem, spacing: 0.5rem), lg: (padding-x: 0.625rem, padding-y: 0.625rem, spacing: 0.5rem))` + +
Description
Sizes map for the toolbar.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-tooltip.md b/packages/nouvelle/docs/customization-tooltip.md new file mode 100644 index 00000000000..a4e954cc6ec --- /dev/null +++ b/packages/nouvelle/docs/customization-tooltip.md @@ -0,0 +1,252 @@ +--- +title: Customizing Tooltip +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_tooltip +position: 9 +--- + +# Customizing Tooltip + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-tooltip-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
The radius of the border around the tooltip
+
$kendo-tooltip-padding-xNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
The horizontal padding of the tooltip
+
$kendo-tooltip-padding-yNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
The vertical padding of the tooltip
+
$kendo-tooltip-border-widthNumber + +`0px` + + + +`0px` + +
Description
The width of the border around the tooltip
+
$kendo-tooltip-font-familyNull + +`null` + + + +`null` + +
Description
The font family of the tooltip
+
$kendo-tooltip-font-sizeNumber + +`$kendo-font-size-sm` + + + +`0.875rem` + +
Description
The font size of the tooltip
+
$kendo-tooltip-line-heightNumber + +`$kendo-line-height-sm` + + + +`1.25` + +
Description
The line height of the tooltip
+
$kendo-tooltip-title-marginNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
The margin of the tooltip title
+
$kendo-tooltip-title-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
The font size of the tooltip title
+
$kendo-tooltip-title-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
The line height of the tooltip title
+
$kendo-tooltip-title-font-weightString + +`normal` + + + +`normal` + +
Description
The went weight of the tooltip title
+
$kendo-tooltip-callout-sizeNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
The size of the tooltip callout
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-treeview.md b/packages/nouvelle/docs/customization-treeview.md new file mode 100644 index 00000000000..fdd9fb1f831 --- /dev/null +++ b/packages/nouvelle/docs/customization-treeview.md @@ -0,0 +1,110 @@ +--- +title: Customizing Treeview +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_treeview +position: 9 +--- + +# Customizing Treeview + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-treeview-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the treeview component.
+
$kendo-treeview-sizesMap + +`( + // sass-lint:disable-block leading-zero + sm: ( + font-size: $kendo-font-size-sm, + line-height: $kendo-line-height-sm, + filter-padding-x: k-map-get( $kendo-spacing, 1 ), + filter-padding-y: k-map-get( $kendo-spacing, 1 ), + indent: k-map-get( $kendo-spacing, 4 ), + icon-spacing: k-map-get( $kendo-spacing, 1 ), + checkbox-spacing: k-map-get( $kendo-spacing, 1 ), + item-padding-x: k-map-get( $kendo-spacing, 2 ), + item-padding-y: k-map-get( $kendo-spacing, 1 ), + item-border-radius: k-map-get( $kendo-spacing, 0.5 ) + ), + md: ( + font-size: $kendo-font-size-md, + line-height: $kendo-line-height-md, + filter-padding-x: k-map-get( $kendo-spacing, 2 ), + filter-padding-y: k-map-get( $kendo-spacing, 2 ), + indent: k-map-get( $kendo-spacing, 4 ), + icon-spacing: k-map-get( $kendo-spacing, 1 ), + checkbox-spacing: k-map-get( $kendo-spacing, 1 ), + item-padding-x: k-map-get( $kendo-spacing, 2.5 ), + item-padding-y: k-map-get( $kendo-spacing, 1.5 ), + item-border-radius: k-map-get( $kendo-spacing, 1 ) + ), + lg: ( + font-size: $kendo-font-size-lg, + line-height: $kendo-line-height-lg, + filter-padding-x: k-map-get( $kendo-spacing, 3 ), + filter-padding-y: k-map-get( $kendo-spacing, 3 ), + indent: k-map-get( $kendo-spacing, 4 ), + icon-spacing: k-map-get( $kendo-spacing, 1 ), + checkbox-spacing: k-map-get( $kendo-spacing, 1 ), + item-padding-x: k-map-get( $kendo-spacing, 3 ), + item-padding-y: k-map-get( $kendo-spacing, 2 ), + item-border-radius: k-map-get( $kendo-spacing, 2 ) + ) +)` + + + +`(sm: (font-size: 0.875rem, line-height: 1.25, filter-padding-x: 0.25rem, filter-padding-y: 0.25rem, indent: 1rem, icon-spacing: 0.25rem, checkbox-spacing: 0.25rem, item-padding-x: 0.5rem, item-padding-y: 0.25rem, item-border-radius: 0.125rem), md: (font-size: 1rem, line-height: 1.5, filter-padding-x: 0.5rem, filter-padding-y: 0.5rem, indent: 1rem, icon-spacing: 0.25rem, checkbox-spacing: 0.25rem, item-padding-x: 0.625rem, item-padding-y: 0.375rem, item-border-radius: 0.25rem), lg: (font-size: 1.25rem, line-height: 1.75, filter-padding-x: 0.75rem, filter-padding-y: 0.75rem, indent: 1rem, icon-spacing: 0.25rem, checkbox-spacing: 0.25rem, item-padding-x: 0.75rem, item-padding-y: 0.5rem, item-border-radius: 0.5rem))` + +
Description
The sizes of the treeview.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization-typography.md b/packages/nouvelle/docs/customization-typography.md index ed4f693955b..547556eafb7 100644 --- a/packages/nouvelle/docs/customization-typography.md +++ b/packages/nouvelle/docs/customization-typography.md @@ -102,12 +102,12 @@ The following table lists the available variables for customization. Number -`1.25rem` +`1.25` -`1.25rem` +`1.25` diff --git a/packages/nouvelle/docs/customization-window.md b/packages/nouvelle/docs/customization-window.md new file mode 100644 index 00000000000..7eb9d51dcab --- /dev/null +++ b/packages/nouvelle/docs/customization-window.md @@ -0,0 +1,528 @@ +--- +title: Customizing Window +description: "Refer to the list of the Kendo UI Nouvelle theme variables available for customization." +slug: variables_kendothemenouvelle_window +position: 9 +--- + +# Customizing Window + +The following table lists the available variables for customization. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-window-border-widthNumber + +`1px` + + + +`1px` + +
Description
Width of the border around the window.
+
$kendo-window-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
Border radius of the window.
+
$kendo-window-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the window.
+
$kendo-window-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
Font size of the window.
+
$kendo-window-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
Line height of the window.
+
$kendo-window-titlebar-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Horizontal padding of the window titlebar.
+
$kendo-window-titlebar-padding-yNumber + +`k-map-get( $kendo-spacing, 3 )` + + + +`0.75rem` + +
Description
Vertical padding of the window titlebar.
+
$kendo-window-titlebar-spacingNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Spacing between title and actions in window titlebar.
+
$kendo-window-titlebar-border-widthNull + +`null` + + + +`null` + +
Description
Width of the top border of the window titlebar.
+
$kendo-window-titlebar-border-styleString + +`solid` + + + +`solid` + +
Description
Style of the top border of the window titlebar.
+
$kendo-window-title-font-sizeNumber + +`$kendo-font-size-lg` + + + +`1.25rem` + +
Description
Font size of the title of the window.
+
$kendo-window-title-line-heightNumber + +`$kendo-line-height-sm` + + + +`1.25` + +
Description
Line height of the title of the window.
+
$kendo-window-title-font-weightNull + +`null` + + + +`null` + +
Description
Font weight of the title of the window.
+
$kendo-window-titlebar-actions-spacingNull + +`null` + + + +`null` + +
Description
Spacing between the buttons in the header of the window.
+
$kendo-window-titlebar-action-opacityNumber + +`1` + + + +`1` + +
Description
Opacity of the buttons in the header of the window.
+
$kendo-window-titlebar-action-hover-opacityNumber + +`1` + + + +`1` + +
Description
Opacity of the buttons when hovered in the header of the window.
+
$kendo-window-inner-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Horizontal padding of the content of the window.
+
$kendo-window-inner-padding-yNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Vertical padding of the content of the window.
+
$kendo-window-actions-padding-xNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Horizontal padding of the window action buttons.
+
$kendo-window-actions-padding-yNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Vertical padding of the window action buttons.
+
$kendo-window-actions-border-widthNumber + +`1px` + + + +`1px` + +
Description
Width of the top border of the window action buttons.
+
$kendo-window-actions-spacingNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Spacing between the action buttons of the window.
+
$kendo-window-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
Background color of the window.
+
$kendo-window-textColor + +`$kendo-component-text` + + + + + +`#494949` + +
Description
Text color of the window.
+
$kendo-window-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of the window.
+
$kendo-window-shadowString + +`none` + + + +`none` + +
Description
Box shadow around the window.
+
$kendo-window-focus-shadowString + +`none` + + + +`none` + +
Description
Box shadow around the window when hovered.
+
+ +## Suggested Links + +* [Styling Overview]({% slug themesandstyles %}) +* [Web Font Icons]({% slug icons %}) +* [Preview of the Themed Components](../) + diff --git a/packages/nouvelle/docs/customization.md b/packages/nouvelle/docs/customization.md index 69b7f350299..7c349530a8d 100644 --- a/packages/nouvelle/docs/customization.md +++ b/packages/nouvelle/docs/customization.md @@ -141,9 +141,9 @@ The following table lists the available variables for customizing the Nouvelle t - + -`#656565` +`#494949` @@ -456,7 +456,7 @@ The following table lists the available variables for customizing the Nouvelle t -### Button +### Avatar @@ -475,321 +475,350 @@ The following table lists the available variables for customizing the Nouvelle t - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - - + +
$kendo-button-bgColor$kendo-avatar-border-widthNumber -`$kendo-interactive-bg` +`1px` - - -`#f6f6f6` +`1px`
Description
The background of the button.
+
Description
Border width of the avatar.
$kendo-button-textColor$kendo-avatar-font-familyNull -`$kendo-interactive-text` +`$kendo-font-family` - - -`#656565` +`null`
Description
The text color of the button.
+
Description
Font family of the avatar.
$kendo-button-borderColor$kendo-avatar-font-sizeNumber -`$kendo-interactive-border` +`$kendo-font-size-md` - - -`rgba(0, 0, 0, 0.08)` +`1rem`
Description
The border color of the button.
+
Description
Font size of the avatar.
$kendo-button-gradientList$kendo-avatar-line-heightNumber -`$kendo-interactive-gradient` +`$kendo-line-height-md` -`rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)` +`1.5`
Description
The background gradient of the button.
+
Description
Line height of the avatar.
$kendo-button-hover-bgColor$kendo-avatar-sizesMap -`k-try-shade( $kendo-button-bg, .5 )` +`( + sm: k-map-get( $kendo-spacing, 4 ), + md: k-map-get( $kendo-spacing, 8 ), + lg: k-map-get( $kendo-spacing, 16 ) +)` - - -`#ececec` +`(sm: 1rem, md: 2rem, lg: 4rem)`
Description
The background of hovered buttons.
+
Description
The sizes of the avatar.
$kendo-button-hover-textColor$kendo-avatar-themeMap -`$kendo-button-text` +`k-process-variant-matrices( + $kendo-avatar-theme-matrix, + $kendo-avatar-palette-matrix +)` - - -`#656565` +`(solid-neutral: (bg: #ededed, text: #494949, border: #ededed, gradient: null, shadow: null, outline: null), solid-inverse: (bg: #494949, text: #ffffff, border: #494949, gradient: null, shadow: null, outline: null), solid-primary: (bg: #622331, text: #ffffff, border: #622331, gradient: null, shadow: null, outline: null), solid-info: (bg: #0969da, text: #ffffff, border: #0969da, gradient: null, shadow: null, outline: null), solid-success: (bg: #1a7f37, text: #ffffff, border: #1a7f37, gradient: null, shadow: null, outline: null), solid-warning: (bg: #bc4c00, text: #ffffff, border: #bc4c00, gradient: null, shadow: null, outline: null), solid-error: (bg: #cf222e, text: #ffffff, border: #cf222e, gradient: null, shadow: null, outline: null), outline-neutral: (bg: transparent, text: #767676, border: #767676, gradient: null, shadow: null, outline: null), outline-inverse: (bg: transparent, text: #494949, border: #494949, gradient: null, shadow: null, outline: null), outline-primary: (bg: transparent, text: #622331, border: #622331, gradient: null, shadow: null, outline: null), outline-info: (bg: transparent, text: #0969da, border: #0969da, gradient: null, shadow: null, outline: null), outline-success: (bg: transparent, text: #1a7f37, border: #1a7f37, gradient: null, shadow: null, outline: null), outline-warning: (bg: transparent, text: #bc4c00, border: #bc4c00, gradient: null, shadow: null, outline: null), outline-error: (bg: transparent, text: #cf222e, border: #cf222e, gradient: null, shadow: null, outline: null))`
Description
The text color of hovered buttons.
+
Description
Theme colors map of the avatar.
$kendo-button-hover-borderColor
+ +### Badge + + + + + + + + + + + + + + + + + + + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + -
NameTypeDefault valueComputed value
$kendo-badge-border-widthNumber -`$kendo-button-border` +`1px` - - -`rgba(0, 0, 0, 0.08)` +`1px`
Description
The border color of hovered buttons.
+
Description
Border width of the badge.
$kendo-button-hover-gradientList$kendo-badge-font-familyNull -`$kendo-button-gradient` +`$kendo-font-family` -`rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)` +`null`
Description
The background gradient of hovered buttons.
+
Description
Font family of the badge.
$kendo-button-focus-bgColor$kendo-badge-font-weightNull -`$kendo-button-hover-bg` +`null` - - -`#ececec` +`null`
Description
The background color of focus buttons.
+
Description
Font weight of the badge.
$kendo-button-focus-textColor$kendo-badge-sm-padding-xNumber -`$kendo-button-hover-text` +`k-map-get( $kendo-spacing, 0.5 )` - - -`#656565` +`0.125rem`
Description
The text color of focus buttons.
+
Description
Horizontal padding of the badge.
$kendo-button-focus-borderColor$kendo-badge-sm-padding-yNumber -`$kendo-button-hover-border` +`k-map-get( $kendo-spacing, 0.5 )` - - -`rgba(0, 0, 0, 0.08)` +`0.125rem`
Description
The border color of focus buttons.
+
Description
Vertical padding of the badge.
$kendo-button-focus-gradientList$kendo-badge-sm-font-sizeNumber -`$kendo-button-hover-gradient` +`$kendo-font-size-xs` -`rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)` +`0.75rem`
Description
The background gradient of focus buttons.
+
Description
Font sizes of the badge.
$kendo-button-active-bgColor$kendo-badge-sm-line-heightNull -`k-try-shade( $kendo-button-bg, 1 )` +`null` - - -`#e2e2e2` +`null`
Description
The background color of pressed buttons.
+
Description
Line heights of the badge.
$kendo-button-active-textColor$kendo-badge-sm-min-widthCalculation -`$kendo-button-text` +`calc( #{$kendo-badge-sm-line-height} * 1em + #{$kendo-badge-sm-padding-y} * 2 + #{$kendo-badge-border-width} * 2 )` - - -`#656565` +`calc( * 1em + 0.125rem * 2 + 1px * 2 )`
Description
The text color of pressed buttons.
+
Description
Badge min width used for circle badge.
$kendo-button-active-borderColor$kendo-badge-sizesMap -`$kendo-button-border` +`( + sm: ( + padding-x: $kendo-badge-sm-padding-x, + padding-y: $kendo-badge-sm-padding-y, + font-size: $kendo-badge-sm-font-size, + line-height: $kendo-badge-sm-line-height, + min-width: $kendo-badge-sm-min-width + ), + md: ( + padding-x: $kendo-badge-md-padding-x, + padding-y: $kendo-badge-md-padding-y, + font-size: $kendo-badge-md-font-size, + line-height: $kendo-badge-md-line-height, + min-width: $kendo-badge-md-min-width + ), + lg: ( + padding-x: $kendo-badge-lg-padding-x, + padding-y: $kendo-badge-lg-padding-y, + font-size: $kendo-badge-lg-font-size, + line-height: $kendo-badge-lg-line-height, + min-width: $kendo-badge-lg-min-width + ) +)` - - -`rgba(0, 0, 0, 0.08)` +`(sm: (padding-x: 0.125rem, padding-y: 0.125rem, font-size: 0.75rem, line-height: null, min-width: calc( * 1em + 0.125rem * 2 + 1px * 2 )), md: (padding-x: 0.25rem, padding-y: 0.25rem, font-size: 0.875rem, line-height: null, min-width: calc( * 1em + 0.25rem * 2 + 1px * 2 )), lg: (padding-x: 0.375rem, padding-y: 0.375rem, font-size: 1rem, line-height: null, min-width: calc( * 1em + 0.375rem * 2 + 1px * 2 )))`
Description
The border color of pressed buttons.
+
Description
Size map for the badge.
$kendo-button-active-gradientList$kendo-badge-themeMap -`$kendo-button-gradient` +`k-process-variant-matrices( + $kendo-badge-theme-matrix, + $kendo-badge-palette-matrix +)` -`rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)` +`(solid-neutral: (bg: #ededed, text: #494949, border: #ededed, gradient: null, shadow: null, outline: null), solid-inverse: (bg: #494949, text: #ffffff, border: #494949, gradient: null, shadow: null, outline: null), solid-primary: (bg: #622331, text: #ffffff, border: #622331, gradient: null, shadow: null, outline: null), solid-info: (bg: #0969da, text: #ffffff, border: #0969da, gradient: null, shadow: null, outline: null), solid-success: (bg: #1a7f37, text: #ffffff, border: #1a7f37, gradient: null, shadow: null, outline: null), solid-warning: (bg: #bc4c00, text: #ffffff, border: #bc4c00, gradient: null, shadow: null, outline: null), solid-error: (bg: #cf222e, text: #ffffff, border: #cf222e, gradient: null, shadow: null, outline: null), outline-neutral: (bg: transparent, text: #767676, border: #767676, gradient: null, shadow: null, outline: null), outline-inverse: (bg: transparent, text: #494949, border: #494949, gradient: null, shadow: null, outline: null), outline-primary: (bg: transparent, text: #622331, border: #622331, gradient: null, shadow: null, outline: null), outline-info: (bg: transparent, text: #0969da, border: #0969da, gradient: null, shadow: null, outline: null), outline-success: (bg: transparent, text: #1a7f37, border: #1a7f37, gradient: null, shadow: null, outline: null), outline-warning: (bg: transparent, text: #bc4c00, border: #bc4c00, gradient: null, shadow: null, outline: null), outline-error: (bg: transparent, text: #cf222e, border: #cf222e, gradient: null, shadow: null, outline: null))`
Description
The background gradient of pressed buttons.
+
Description
Theme colors map of the badge.
-### Color System +### Bottom-nav @@ -808,203 +837,135 @@ The following table lists the available variables for customizing the Nouvelle t - - - - - - - - - - - - - - - - - - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + -
$kendo-color-primaryColor - - - -`#622331` - - - - - -`#622331` - -
Description
The color that focuses the user attention.
Used for primary buttons and for elements of primary importance across the theme.
-
$kendo-color-primary-contrastColor - -`k-contrast-color( $kendo-color-primary )` - - - - - -`white` - -
Description
The color used along with the primary color denoted by $kendo-color-primary.
Used to provide contrast between the background and foreground colors.
-
$kendo-color-infoColor$kendo-bottom-nav-shadowNull - - -`#0969da` +`null` - - -`#0969da` +`null`
Description
The color for informational messages and states.
+
Description
Box shadow of the bottom navigation.
$kendo-color-successColor$kendo-bottom-nav-item-focus-offsetNull - - -`#1a7f37` +`null` - - -`#1a7f37` +`null`
Description
The color for success messages and states.
+
Description
Offset of the focused bottom navigation item.
$kendo-color-warningColor$kendo-bottom-nav-item-focus-outline-widthNumber - - -`#bc4c00` +`1px` - - -`#bc4c00` +`1px`
Description
The color for warning messages and states.
+
Description
Outline width of the focused bottom navigation item.
$kendo-color-errorColor$kendo-bottom-nav-item-focus-outline-styleString - - -`#cf222e` +`solid` - - -`#cf222e` +`solid`
Description
The color for error messages and states.
+
Description
Outline style of the focused bottom navigation item.
$kendo-color-darkColor$kendo-bottom-nav-item-icon-sizeCalculation - - -`#404040` +`$kendo-icon-size-xxl` - - -`#404040` +`calc( 16px * 2 )`
Description
The dark color of the theme.
+
Description
Size of the focused bottom navigation item icon.
$kendo-color-lightColor$kendo-bottom-nav-item-icon-margin-xNull - - -`#ebebeb` +`null` - - -`#ebebeb` +`null`
Description
The light color of the theme.
+
Description
Horizontal margin of the focused bottom navigation item icon.
$kendo-color-inverseColor$kendo-bottom-nav-item-icon-margin-yNull -`if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )` +`null` - - -`#404040` +`null`
Description
Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
+
Description
Vertical margin of the focused bottom navigation item icon.
-### Component +### Bottom-navigation @@ -1023,142 +984,151 @@ The following table lists the available variables for customizing the Nouvelle t - - + + - - - + + - - - + + - - -
$kendo-component-bgColor$kendo-bottom-nav-padding-xNull -`$kendo-body-bg` +`null` - - -`#ffffff` +`null`
Description
Background color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
+
Description
Horizontal padding of the bottom navigation.
$kendo-component-textColor$kendo-bottom-nav-padding-yNull -`$kendo-body-text` +`null` - - -`#656565` +`null`
Description
Text color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.
+
Description
Vertical padding of the bottom navigation.
$kendo-component-borderColor$kendo-bottom-nav-gapNull -`rgba( black, .08 )` +`null` - - -`rgba(0, 0, 0, 0.08)` +`null`
Description
Border color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
+
Description
Spacing of the bottom navigation.
+ + $kendo-bottom-nav-border-width + Null + -### Icon +`null` - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - + + - - + + + + + + + + + + - - + - - -
NameTypeDefault valueComputed value
$kendo-icon-sizeNumber -`1rem` +`null` + +
Description
Border width of the bottom navigation.
+
$kendo-bottom-nav-font-familyNull + +`$kendo-font-family` -`1rem` +`null`
Description
Font size of the icons.
+
Description
Font family of the bottom navigation.
$kendo-icon-size-mdNumber$kendo-bottom-nav-font-sizeNull -`1rem` +`null` -`1rem` +`null`
Description
Font size of the icons.
+
Description
Font size of the bottom navigation.
$kendo-icon-size-lg$kendo-bottom-nav-line-heightNull + +`null` + + + +`null` + +
Description
Line height of the bottom navigation.
+
$kendo-bottom-nav-item-padding-x Number -`1.25rem` +`k-map-get( $kendo-spacing, 2 )` -`1.25rem` +`0.5rem`
Description
Font size of the large icons.
+
Description
Horizontal padding of the bottom navigation item.
$kendo-icon-spacing$kendo-bottom-nav-item-padding-y Number @@ -1172,94 +1142,85 @@ The following table lists the available variables for customizing the Nouvelle t
Description
Spacing around the icons.
+
Description
Vertical padding of the bottom navigation item.
+ + $kendo-bottom-nav-item-min-width + Number + -### List +`72px` - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - + + - - - + + -
NameTypeDefault valueComputed value
$kendo-list-bgColor -`$kendo-component-bg` +`72px`
Description
Minimum width of the bottom navigation item.
+
$kendo-bottom-nav-item-max-widthString - +`none` -`#ffffff` + + +`none`
Description
The background of the list.
+
Description
Maximum width of the bottom navigation item.
$kendo-list-textColor$kendo-bottom-nav-item-border-radiusNull -`$kendo-component-text` +`null` - - -`#656565` +`null`
Description
The text color of the list.
+
Description
Border radius of the bottom navigation item.
$kendo-list-borderColor$kendo-bottom-nav-item-gapNumber -`$kendo-component-border` +`k-map-get( $kendo-spacing, 1 )` - - -`rgba(0, 0, 0, 0.08)` +`0.25rem`
Description
The border color of the list.
+
Description
Spacing of the bottom navigation item.
-### Popup +### Captcha @@ -1278,174 +1239,6325 @@ The following table lists the available variables for customizing the Nouvelle t - - + + - - - + + + + + + + + + + + - - - + + + + + + + + + + + - - -
$kendo-popup-bgColor$kendo-captcha-widthNumber -`$kendo-component-bg` +`280px` - - -`#ffffff` +`280px`
Description
The background of the popup.
+
Description
Default width of the captcha.
$kendo-popup-textColor$kendo-captcha-font-familyNull -`$kendo-component-text` +`$kendo-font-family` - +`null` -`#656565` +
Description
Font family of the captcha.
+
$kendo-captcha-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem`
Description
The text color of the popup.
+
Description
Font size of the captcha.
$kendo-popup-borderColor$kendo-captcha-line-heightNumber -`$kendo-component-border` +`$kendo-line-height-md` - +`1.5` -`rgba(0, 0, 0, 0.08)` +
Description
Line height of the captcha.
+
$kendo-captcha-spacingNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem`
Description
The border color of the popup.
+
Description
Spacing of the captcha.
+ + $kendo-captcha-bg + Color + -### Typography +`$kendo-component-bg` - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - + + - - - + + - - - + + - - + - + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-font-size-xsNumber -`.75rem` + + +`#ffffff` + +
Description
Background color of the captcha.
+
$kendo-captcha-textColor + +`$kendo-component-text` -`0.75rem` + + +`#494949`
Description
Base font size across all components.
+
Description
Text color of the captcha.
$kendo-font-family-sans-serifList$kendo-captcha-borderColor -`system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"` +`$kendo-component-border` -`system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"` + + +`#ededed`
Description
Font family for text.
+
Description
Border color of the captcha.
$kendo-font-family-monospaceList$kendo-captcha-image-wrap-spacingNumber -`SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace` +`k-map-get( $kendo-spacing, 2 )` -`SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace` +`0.5rem`
Description
Font family for monospaced text. Used for styling the code.
+
Description
Spacing of the captcha image wrapper.
$kendo-font-familyNull$kendo-captcha-image-controls-spacingNumber -`null` +`k-map-get( $kendo-spacing, 1 )` -`null` +`0.25rem`
Description
Font family across all components.
+
Description
Spacing of the captcha image controls.
$kendo-line-height-sm$kendo-captcha-validation-offset-y Number -`1.25rem` +`k-map-get( $kendo-spacing, 1 )` -`1.25rem` +`0.25rem`
Description
Line height used along with $kendo-font-size.
+
Description
Offset of the captcha validation text.
+
$kendo-captcha-validation-font-sizeNumber + +`$kendo-font-size-sm` + + + +`0.875rem` + +
Description
Font-size of the captcha validation text.
+
+ +### Card + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-card-padding-xNull + +`null` + + + +`null` + +
Description
Horizontal padding of the card.
+
$kendo-card-padding-yNull + +`null` + + + +`null` + +
Description
Vertical padding of the card.
+
$kendo-card-border-widthNumber + +`1px` + + + +`1px` + +
Description
Width of the border around the card.
+
$kendo-card-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
Border radius of the card.
+
$kendo-card-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the card.
+
$kendo-card-font-sizeNull + +`null` + + + +`null` + +
Description
Font size of the card.
+
$kendo-card-line-heightNull + +`null` + + + +`null` + +
Description
Line height of the card.
+
$kendo-card-deck-gapNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Spacing between the cards in the card deck.
+
$kendo-card-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
Background color of the card.
+
$kendo-card-textColor + +`$kendo-component-text` + + + + + +`#494949` + +
Description
Text color of the card.
+
$kendo-card-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of the card.
+
$kendo-card-shadowNull + +`null` + + + +`null` + +
Description
Shadow of the card.
+
$kendo-card-focus-bgColor + +`$kendo-card-bg` + + + + + +`#ffffff` + +
Description
Background color of the card when focused.
+
$kendo-card-focus-textNull + +`null` + + + +`null` + +
Description
Text color of the card when focused.
+
$kendo-card-focus-borderNull + +`null` + + + +`null` + +
Description
Border color of the card when focused.
+
$kendo-card-focus-shadowNull + +`null` + + + +`null` + +
Description
Shadow of the card when focused.
+
$kendo-card-header-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Horizontal padding of the card header.
+
$kendo-card-header-padding-yNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Vertical padding of the card header.
+
$kendo-card-header-border-widthNull + +`null` + + + +`null` + +
Description
Bottom border width of the card header.
+
$kendo-card-header-font-weightNull + +`null` + + + +`null` + +
Description
Text weight of the card header.
+
$kendo-card-header-bgColor + +`k-get-theme-color( neutral, 50 )` + + + + + +`#f8f8f8` + +
Description
Background color of the card header.
+
$kendo-card-header-textColor + +`$kendo-card-text` + + + + + +`#494949` + +
Description
Text color of the card header.
+
$kendo-card-header-borderColor + +`$kendo-card-border` + + + + + +`#ededed` + +
Description
Border color of the card header.
+
$kendo-card-body-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Horizontal padding of the card body.
+
$kendo-card-body-padding-yNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Vertical padding of the card body.
+
$kendo-card-footer-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Horizontal padding of the card footer.
+
$kendo-card-footer-padding-yNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Vertical padding of the card footer.
+
$kendo-card-footer-border-widthNull + +`null` + + + +`null` + +
Description
Top border width of the card footer.
+
$kendo-card-footer-bgNull + +`null` + + + +`null` + +
Description
Background color of the card footer.
+
$kendo-card-footer-textNull + +`null` + + + +`null` + +
Description
Text color of the card footer.
+
$kendo-card-footer-borderColor + +`$kendo-card-border` + + + + + +`#ededed` + +
Description
Border color of the card footer.
+
$kendo-card-title-margin-bottomNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Bottom margin of the card title.
+
$kendo-card-title-font-weightNull + +`null` + + + +`null` + +
Description
Font weight of the card title.
+
$kendo-card-title-textNull + +`null` + + + +`null` + +
Description
Text color of the card subtitle.
+
$kendo-card-subtitle-margin-bottomNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Bottom margin of the card subtitle.
+
$kendo-card-subtitle-font-weightNull + +`null` + + + +`null` + +
Description
Font weight of the card title.
+
$kendo-card-subtitle-textColor + +`$kendo-subtle-text` + + + + + +`#5f5f5f` + +
Description
Text color of the card subtitle.
+
$kendo-card-img-max-widthNumber + +`100px` + + + +`100px` + +
Description
Maximum width of the card image.
+
$kendo-card-avatar-sizeNumber + +`3rem` + + + +`3rem` + +
Description
Size of the avatar in the card.
+
$kendo-card-actions-padding-xNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Horizontal padding of the card actions.
+
$kendo-card-actions-padding-yNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Vertical padding of the card actions.
+
$kendo-card-actions-border-widthNull + +`null` + + + +`null` + +
Description
Top border of the card actions.
+
$kendo-card-actions-gapNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Spacing between the card actions.
+
$kendo-card-deck-scroll-button-radiusNull + +`null` + + + +`null` + +
Description
Border radius of the scroll button in the card deck.
+
$kendo-card-callout-sizeNumber + +`20px` + + + +`20px` + +
Description
Size of the card callout.
+
+ +### Checkbox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-checkbox-border-radiusNull + +`null` + + + +`null` + +
Description
Border radius of checkbox
+
$kendo-checkbox-border-widthNumber + +`1px` + + + +`1px` + +
Description
Border width of checkbox.
+
$kendo-checkbox-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
Background color of checkbox.
+
$kendo-checkbox-textNull + +`null` + + + +`null` + +
Description
Color of checkbox.
+
$kendo-checkbox-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of checkbox.
+
$kendo-checkbox-hover-bgNull + +`null` + + + +`null` + +
Description
Background color of hovered checkbox.
+
$kendo-checkbox-hover-textNull + +`null` + + + +`null` + +
Description
Color of hovered checkbox.
+
$kendo-checkbox-hover-borderNull + +`null` + + + +`null` + +
Description
Border color of hovered checkbox.
+
$kendo-checkbox-focus-borderNull + +`null` + + + +`null` + +
Description
Border color of focused checkbox.
+
$kendo-checkbox-focus-shadowNull + +`null` + + + +`null` + +
Description
Box shadow of focused checkbox.
+
$kendo-checkbox-focus-outlineNull + +`null` + + + +`null` + +
Description
The outline of a focused checkbox.
+
$kendo-checkbox-checked-bgColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Background color of checked checkbox.
+
$kendo-checkbox-checked-textColor + +`k-contrast-color( $kendo-checkbox-checked-bg )` + + + + + +`white` + +
Description
Color of checked checkbox.
+
$kendo-checkbox-checked-borderColor + +`$kendo-checkbox-checked-bg` + + + + + +`#622331` + +
Description
Border color of checked checkbox.
+
$kendo-checkbox-hover-checked-bgNull + +`null` + + + +`null` + +
Description
Background of hovered and checked checkbox.
+
$kendo-checkbox-hover-checked-textNull + +`null` + + + +`null` + +
Description
Color of checked checkbox.
+
$kendo-checkbox-hover-checked-borderNull + +`null` + + + +`null` + +
Description
Border of hovered and checked checkbox.
+
$kendo-checkbox-indeterminate-bgColor + +`$kendo-checkbox-checked-bg` + + + + + +`#622331` + +
Description
Background color of indeterminate checkbox.
+
$kendo-checkbox-indeterminate-textColor + +`$kendo-checkbox-checked-text` + + + + + +`white` + +
Description
Color of indeterminate checkbox.
+
$kendo-checkbox-indeterminate-borderColor + +`$kendo-checkbox-checked-border` + + + + + +`#622331` + +
Description
Border color of indeterminate checkbox.
+
$kendo-checkbox-hover-indeterminate-bgNull + +`null` + + + +`null` + +
Description
Background color of hovered and indeterminate checkbox.
+
$kendo-checkbox-hover-indeterminate-textNull + +`null` + + + +`null` + +
Description
Background color of hovered and indeterminate checkbox.
+
$kendo-checkbox-hover-indeterminate-borderNull + +`null` + + + +`null` + +
Description
Border color of hovered and indeterminate checkbox.
+
$kendo-checkbox-disabled-bgNull + +`null` + + + +`null` + +
Description
Background color of disabled checkbox.
+
$kendo-checkbox-disabled-textNull + +`null` + + + +`null` + +
Description
Color of disabled checkbox.
+
$kendo-checkbox-disabled-borderNull + +`null` + + + +`null` + +
Description
Border color of disabled checkbox.
+
$kendo-checkbox-disabled-checked-bgNull + +`null` + + + +`null` + +
Description
Background color of disabled and checked checkbox.
+
$kendo-checkbox-disabled-checked-textNull + +`null` + + + +`null` + +
Description
Color of disabled and checked checkbox.
+
$kendo-checkbox-disabled-checked-borderNull + +`null` + + + +`null` + +
Description
Border color of disabled and checked checkbox.
+
$kendo-checkbox-disabled-indeterminate-bgNull + +`null` + + + +`null` + +
Description
Background color of disabled and indeterminate checkbox.
+
$kendo-checkbox-disabled-indeterminate-textNull + +`null` + + + +`null` + +
Description
Border color of disabled and indeterminate checkbox.
+
$kendo-checkbox-disabled-indeterminate-borderNull + +`null` + + + +`null` + +
Description
Border color of disabled and indeterminate checkbox.
+
$kendo-checkbox-invalid-bgColor + +`$kendo-checkbox-bg` + + + + + +`#ffffff` + +
Description
Background color of invalid checkbox.
+
$kendo-checkbox-invalid-textColor + +`$kendo-invalid-text` + + + + + +`#cf222e` + +
Description
Color of invalid checkbox.
+
$kendo-checkbox-invalid-borderColor + +`$kendo-invalid-border` + + + + + +`#cf222e` + +
Description
Border color of invalid checkbox.
+
$kendo-checkbox-indicator-typeString + +`glyph` + + + +`glyph` + +
Description
Type of checkbox indicator.
+
$kendo-checkbox-glyph-font-familyList + +`"WebComponentsIcons", monospace` + + + +`"WebComponentsIcons", monospace` + +
Description
Glyph font family of checkbox indicator.
+
$kendo-checkbox-checked-glyphString + +`"\e118"` + + + +`"\e118"` + +
Description
Glyph of checkbox indicator.
+
$kendo-checkbox-indeterminate-glyphString + +`"\e121"` + + + +`"\e121"` + +
Description
Glyph of indeterminate checkbox indicator.
+
$kendo-checkbox-imageNull + +`null` + + + +`null` + +
Description
Image of checkbox indicator.
+
$kendo-checkbox-hover-imageNull + +`null` + + + +`null` + +
Description
Image of hovered checkbox indicator.
+
$kendo-checkbox-checked-imageNull + +`null` + + + +`null` + +
Description
Image of checked checkbox indicator.
+
$kendo-checkbox-indeterminate-imageNull + +`null` + + + +`null` + +
Description
Image of indeterminate checkbox indicator.
+
$kendo-checkbox-hover-checked-imageNull + +`null` + + + +`null` + +
Description
Image of hovered and checked checkbox indicator.
+
$kendo-checkbox-hover-indeterminate-imageNull + +`null` + + + +`null` + +
Description
Image of hovered and indeterminate checkbox indicator.
+
$kendo-checkbox-disabled-checked-imageNull + +`null` + + + +`null` + +
Description
Image of checked checkbox indicator.
+
$kendo-checkbox-disabled-indeterminate-imageNull + +`null` + + + +`null` + +
Description
Image of indeterminate checkbox indicator.
+
$kendo-checkbox-list-spacingNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Spacing between items of horizontal checkbox list.
+
$kendo-checkbox-list-item-padding-xNull + +`null` + + + +`null` + +
Description
Horizontal padding of checkbox list items.
+
$kendo-checkbox-list-item-padding-yNull + +`null` + + + +`null` + +
Description
Vertical padding of checkbox list items.
+
$kendo-checkbox-list-item-spacingNull + +`null` + + + +`null` + +
Description
Spacing between checkbox and text.
+
$kendo-checkbox-ripple-bgColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Background color of checkbox ripple.
+
$kendo-checkbox-ripple-opacityNumber + +`.25` + + + +`0.25` + +
Description
Opacity of checkbox ripple.
+
+ +### Chip + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-chip-border-widthNumber + +`1px` + + + +`1px` + +
Description
Width of the border around the button.
+
$kendo-chip-font-familyNull + +`null` + + + +`null` + +
Description
The font family of the chip.
+
$kendo-chip-list-sizesMap + +`( + sm: ( + spacing: k-map-get( $kendo-spacing, 1 ) + ), + md: ( + spacing: k-map-get( $kendo-spacing, 1 ) + ), + lg: ( + spacing: k-map-get( $kendo-spacing, 1 ) + ) +)` + + + +`(sm: (spacing: 0.25rem), md: (spacing: 0.25rem), lg: (spacing: 0.25rem))` + +
Description
The sizes of the chip list.
+
+ +### Color System + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-color-primaryColor + + + +`#622331` + + + + + +`#622331` + +
Description
The color that focuses the user attention.
Used for primary buttons and for elements of primary importance across the theme.
+
$kendo-color-primary-contrastColor + +`k-contrast-color( $kendo-color-primary )` + + + + + +`white` + +
Description
The color used along with the primary color denoted by $kendo-color-primary.
Used to provide contrast between the background and foreground colors.
+
$kendo-color-infoColor + + + +`#0969da` + + + + + +`#0969da` + +
Description
The color for informational messages and states.
+
$kendo-color-successColor + + + +`#1a7f37` + + + + + +`#1a7f37` + +
Description
The color for success messages and states.
+
$kendo-color-warningColor + + + +`#bc4c00` + + + + + +`#bc4c00` + +
Description
The color for warning messages and states.
+
$kendo-color-errorColor + + + +`#cf222e` + + + + + +`#cf222e` + +
Description
The color for error messages and states.
+
$kendo-color-darkColor + + + +`#404040` + + + + + +`#404040` + +
Description
The dark color of the theme.
+
$kendo-color-lightColor + + + +`#ebebeb` + + + + + +`#ebebeb` + +
Description
The light color of the theme.
+
$kendo-color-inverseColor + +`if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )` + + + + + +`#404040` + +
Description
Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
+
+ +### Component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-component-bgColor + +`k-get-theme-color( neutral, 0 )` + + + + + +`#ffffff` + +
Description
Background color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
+
$kendo-component-textColor + +`k-get-theme-color( neutral, 700 )` + + + + + +`#494949` + +
Description
Text color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.
+
$kendo-component-borderColor + +`k-get-theme-color( neutral, 100 )` + + + + + +`#ededed` + +
Description
Border color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
+
+ +### Icon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-icon-sizeNumber + +`1rem` + + + +`16px` + +
Description
Font size of the icons.
+
$kendo-icon-size-mdNumber + +`1rem` + + + +`16px` + +
Description
Font size of the icons.
+
$kendo-icon-size-lgCalculation + +`1.25rem` + + + +`calc( 16px * 1.25 )` + +
Description
Font size of the large icons.
+
$kendo-icon-spacingNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.5rem` + +
Description
Spacing around the icons.
+
+ +### List + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-list-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
The background of the list.
+
$kendo-list-textColor + +`$kendo-component-text` + + + + + +`#494949` + +
Description
The text color of the list.
+
$kendo-list-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
The border color of the list.
+
+ +### Popup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-popup-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
The background of the popup.
+
$kendo-popup-textColor + +`$kendo-component-text` + + + + + +`#494949` + +
Description
The text color of the popup.
+
$kendo-popup-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
The border color of the popup.
+
+ +### Progressbar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-progressbar-inline-sizeNull + +`null` + + + +`null` + +
Description
Inline size of the progressbar. Width when horizontal, height when vertical.
+
$kendo-progressbar-block-sizeNull + +`null` + + + +`null` + +
Description
Block size of the progressbar. Height when horizontal, width when vertical.
+
$kendo-progressbar-border-widthNull + +`null` + + + +`null` + +
Description
Border width of the progressbar.
+
$kendo-progressbar-border-radiusNull + +`null` + + + +`null` + +
Description
Border radius of the progressbar.
+
$kendo-progressbar-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the progressbar.
+
$kendo-progressbar-font-sizeNull + +`null` + + + +`null` + +
Description
Font size of the progressbar.
+
$kendo-progressbar-line-heightNull + +`null` + + + +`null` + +
Description
Line height of the progressbar.
+
$kendo-progressbar-animation-timingList + +`1s linear infinite` + + + +`1s linear infinite` + +
Description
Animation timing of the progressbar.
+
$kendo-progressbar-status-padding-xNull + +`null` + + + +`null` + +
Description
Inline padding of the progressbar status.
+
$kendo-progressbar-status-padding-yNull + +`null` + + + +`null` + +
Description
Block padding of the progressbar status.
+
$kendo-progressbar-bgColor + +`k-try-shade( $kendo-component-bg, 1 )` + + + + + +`#ebebeb` + +
Description
Background color of the progressbar.
+
$kendo-progressbar-textColor + +`$kendo-component-text` + + + + + +`#494949` + +
Description
Text color of the progressbar.
+
$kendo-progressbar-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of the progressbar.
+
$kendo-progressbar-gradientNull + +`null` + + + +`null` + +
Description
Background gradient of the progressbar.
+
$kendo-progressbar-value-bgColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Progress background color of the progressbar.
+
$kendo-progressbar-value-textColor + +`k-contrast-legacy( $kendo-progressbar-value-bg )` + + + + + +`white` + +
Description
Progress text color of the progressbar.
+
$kendo-progressbar-value-borderColor + +`k-try-shade( $kendo-progressbar-value-bg )` + + + + + +`#5a202d` + +
Description
Progress border color of the progressbar.
+
$kendo-progressbar-value-gradientNull + +`null` + + + +`null` + +
Description
Progress background gradient of the progressbar.
+
$kendo-progressbar-indeterminate-bgColor + +`$kendo-progressbar-bg` + + + + + +`#ebebeb` + +
Description
Background color of the indeterminate progressbar.
+
$kendo-progressbar-indeterminate-textColor + +`$kendo-progressbar-text` + + + + + +`#494949` + +
Description
Text color of the indeterminate progressbar.
+
$kendo-progressbar-indeterminate-borderColor + +`$kendo-progressbar-border` + + + + + +`#ededed` + +
Description
Border color of the indeterminate progressbar.
+
$kendo-progressbar-indeterminate-gradientNull + +`null` + + + +`null` + +
Description
Background gradient of the indeterminate progressbar.
+
$kendo-progressbar-chunk-borderColor + +`$kendo-body-bg` + + + + + +`#ffffff` + +
Description
Border color of the chunk progressbar.
+
$kendo-circular-progressbar-arc-strokeColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Arc stroke color of the circular progressbar.
+
$kendo-circular-progressbar-scale-strokeColor + +`$kendo-progressbar-bg` + + + + + +`#ebebeb` + +
Description
Scale stroke background color of the circular progressbar.
+
$kendo-progressbar-themeMap + +`( + DEFAULT: ( + bg: k-get-theme-color( neutral, 100 ), + text: k-get-theme-color( neutral, 700 ), + border: k-get-theme-color( neutral, 200 ), + + value-bg: k-get-theme-color( marsala, 500 ), + value-text: k-get-theme-color( marsala, 0 ), + value-border: k-get-theme-color( marsala, 500 ) + ) +)` + + + +`(DEFAULT: (bg: #ededed, text: #494949, border: #d6d6d6, value-bg: #622331, value-text: #ffffff, value-border: #622331))` + +
Description
Theme colors map of the progressbar.
+
+ +### Radio + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-radio-border-radiusNumber + +`50%` + + + +`50%` + +
Description
Border radius of radio button.
+
$kendo-radio-border-widthNumber + +`1px` + + + +`1px` + +
Description
Border width of radio.
+
$kendo-radio-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
Background color of radio.
+
$kendo-radio-textNull + +`null` + + + +`null` + +
Description
Color of radio.
+
$kendo-radio-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of radio.
+
$kendo-radio-hover-bgNull + +`null` + + + +`null` + +
Description
Background color of hovered radio.
+
$kendo-radio-hover-textNull + +`null` + + + +`null` + +
Description
Color of hovered radio.
+
$kendo-radio-hover-borderNull + +`null` + + + +`null` + +
Description
Border color of hovered radio.
+
$kendo-radio-focus-borderNull + +`null` + + + +`null` + +
Description
Border color of focused radio.
+
$kendo-radio-focus-shadowNull + +`null` + + + +`null` + +
Description
Box shadow of focused radio.
+
$kendo-radio-focus-outlineNull + +`null` + + + +`null` + +
Description
The outline of a focused radio.
+
$kendo-radio-checked-bgColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Background color of checked radio.
+
$kendo-radio-checked-textColor + +`k-contrast-color( $kendo-radio-checked-bg )` + + + + + +`white` + +
Description
Color of checked radio.
+
$kendo-radio-checked-borderColor + +`$kendo-radio-checked-bg` + + + + + +`#622331` + +
Description
Border color of checked radio.
+
$kendo-radio-hover-checked-bgNull + +`null` + + + +`null` + +
Description
Background of hovered and checked radio.
+
$kendo-radio-hover-checked-textNull + +`null` + + + +`null` + +
Description
Color of checked radio.
+
$kendo-radio-hover-checked-borderNull + +`null` + + + +`null` + +
Description
Border of hovered and checked radio.
+
$kendo-radio-disabled-bgNull + +`null` + + + +`null` + +
Description
Background color of disabled radio.
+
$kendo-radio-disabled-textNull + +`null` + + + +`null` + +
Description
Color of disabled radio.
+
$kendo-radio-disabled-borderNull + +`null` + + + +`null` + +
Description
Border color of disabled radio.
+
$kendo-radio-disabled-checked-bgNull + +`null` + + + +`null` + +
Description
Background color of disabled and checked radio.
+
$kendo-radio-disabled-checked-textNull + +`null` + + + +`null` + +
Description
Color of disabled and checked radio.
+
$kendo-radio-disabled-checked-borderNull + +`null` + + + +`null` + +
Description
Border color of disabled and checked radio.
+
$kendo-radio-invalid-bgColor + +`$kendo-radio-bg` + + + + + +`#ffffff` + +
Description
Background color of invalid radio.
+
$kendo-radio-invalid-textColor + +`$kendo-invalid-text` + + + + + +`#cf222e` + +
Description
Color of invalid radio.
+
$kendo-radio-invalid-borderColor + +`$kendo-invalid-border` + + + + + +`#cf222e` + +
Description
Border color of invalid radio.
+
$kendo-radio-indicator-typeString + +`pseudo` + + + +`pseudo` + +
Description
Type of radio indicator.
+
$kendo-radio-indicator-border-radiusNumber + +`50%` + + + +`50%` + +
Description
Border radius radio button indicator.
+
$kendo-radio-glyph-font-familyList + +`"WebComponentsIcons", monospace` + + + +`"WebComponentsIcons", monospace` + +
Description
Glyph font family of radio indicator.
+
$kendo-radio-checked-glyphString + +`"\e308"` + + + +`"\e308"` + +
Description
Glyph of radio indicator.
+
$kendo-radio-imageNull + +`null` + + + +`null` + +
Description
Image of radio indicator.
+
$kendo-radio-hover-imageNull + +`null` + + + +`null` + +
Description
Image of hovered radio indicator.
+
$kendo-radio-checked-imageNull + +`null` + + + +`null` + +
Description
Image of checked radio indicator.
+
$kendo-radio-hover-checked-imageNull + +`null` + + + +`null` + +
Description
Image of hovered and checked radio indicator.
+
$kendo-radio-disabled-checked-imageNull + +`null` + + + +`null` + +
Description
Image of checked radio indicator.
+
$kendo-radio-list-spacingNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Spacing between items of horizontal radio list.
+
$kendo-radio-list-item-padding-xNull + +`null` + + + +`null` + +
Description
Horizontal padding of radio list items.
+
$kendo-radio-list-item-padding-yNull + +`null` + + + +`null` + +
Description
Vertical padding of radio list items.
+
$kendo-radio-list-item-spacingNull + +`null` + + + +`null` + +
Description
Spacing between radio and text.
+
$kendo-radio-ripple-bgColor + +`$kendo-color-primary` + + + + + +`#622331` + +
Description
Background color of radio ripple.
+
$kendo-radio-ripple-opacityNumber + +`.25` + + + +`0.25` + +
Description
Opacity of radio ripple.
+
+ +### Skeleton + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-skeleton-text-transformString + +`scale( 1, .6 )` + + + +`scale(1, 0.6)` + +
Description
Text transform scale of the skeleton.
+
$kendo-skeleton-text-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
Border radius of the skeleton text.
+
$kendo-skeleton-rect-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
Border radius of the rectangle skeleton.
+
$kendo-skeleton-circle-border-radiusNumber + +`9999px` + + + +`9999px` + +
Description
Border radius of the circle skeleton.
+
$kendo-skeleton-item-bgColor + +`k-get-theme-color( neutral, 100 )` + + + + + +`#ededed` + +
Description
Background color of the skeleton item.
+
$kendo-skeleton-wave-bgColor + +`k-get-theme-color( neutral, 50 )` + + + + + +`#f8f8f8` + +
Description
Background color of the skeleton wave animation.
+
+ +### Slider + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-slider-inline-sizeNumber + +`20em` + + + +`20em` + +
Description
The default slider size.
+
$kendo-slider-block-sizeNumber + +`22px` + + + +`22px` + +
Description
The default slider track wrap size.
+
$kendo-slider-spacingNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
The spacing of the slider.
+
$kendo-slider-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the slider.
+
$kendo-slider-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
Font size of the slider.
+
$kendo-slider-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
Line height of the slider.
+
$kendo-slider-track-sizeNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
The size of the slider track.
+
$kendo-slider-track-border-radiusNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
The border radius of the slider track.
+
$kendo-slider-thumb-sizeNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
The default size of the slider thumb.
+
$kendo-slider-thumb-border-widthNumber + +`k-map-get( $kendo-spacing, 0.5 )` + + + +`0.125rem` + +
Description
The default border width of the slider thumb.
+
$kendo-slider-thumb-border-radiusNumber + +`9999px` + + + +`9999px` + +
Description
The border radius of the slider thumb.
+
$kendo-slider-thumb-active-scaleNull + +`null` + + + +`null` + +
Description
The active transition scale of the slider thumb.
+
$kendo-slider-thumb-active-sizeNull + +`null` + + + +`null` + +
Description
The active size of the slider thumb.
+
$kendo-slider-transition-speedNumber + +`.3s` + + + +`0.3s` + +
Description
The transition speed of the slider.
+
$kendo-slider-transition-functionString + +`ease-out` + + + +`ease-out` + +
Description
The transition function function.
+
$kendo-slider-thumb-transition-speedNumber + +`.4s` + + + +`0.4s` + +
Description
The transition speed of the slider thumb.
+
$kendo-slider-thumb-transition-functionString + +`cubic-bezier(.25, .8, .25, 1)` + + + +`cubic-bezier(0.25, 0.8, 0.25, 1)` + +
Description
The transition function of the slider thumb.
+
+ +### Switch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-switch-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the switch.
+
$kendo-switch-track-border-widthNumber + +`1px` + + + +`1px` + +
Description
Border width of the switch track.
+
$kendo-switch-thumb-border-widthNumber + +`0` + + + +`0` + +
Description
Border width of the switch thumb.
+
$kendo-switch-label-text-transformString + +`uppercase` + + + +`uppercase` + +
Description
Text transform of the switch label.
+
$kendo-switch-label-displayString + +`none` + + + +`none` + +
Description
Display of the switch label.
+
$kendo-switch-sizesMap + +`( + sm: ( + font-size: $kendo-font-size-sm, + track-width: 36px, + track-height: 16px, + thumb-width: 10px, + thumb-height: 10px, + thumb-offset: 3px, + label-offset: 4px + ), + md: ( + font-size: $kendo-font-size-sm, + track-width: 40px, + track-height: 20px, + thumb-width: 12px, + thumb-height: 12px, + thumb-offset: 4px, + label-offset: 5px + ), + lg: ( + font-size: $kendo-font-size-sm, + track-width: 44px, + track-height: 24px, + thumb-width: 14px, + thumb-height: 14px, + thumb-offset: 5px, + label-offset: 6px + ) +)` + + + +`(sm: (font-size: 0.875rem, track-width: 36px, track-height: 16px, thumb-width: 10px, thumb-height: 10px, thumb-offset: 3px, label-offset: 4px), md: (font-size: 0.875rem, track-width: 40px, track-height: 20px, thumb-width: 12px, thumb-height: 12px, thumb-offset: 4px, label-offset: 5px), lg: (font-size: 0.875rem, track-width: 44px, track-height: 24px, thumb-width: 14px, thumb-height: 14px, thumb-offset: 5px, label-offset: 6px))` + +
Description
Map with the different switch sizes.
+
+ +### Table + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-table-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of the table border.
+
$kendo-table-cell-vertical-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of vertical border of table cells.
+
$kendo-table-cell-horizontal-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of horizontal border of table cells.
+
$kendo-table-header-font-weightNull + +`null` + + + +`null` + +
Description
Font weight of the table header cells.
+
$kendo-table-sizesMap + +`( + sm: ( + font-size: $kendo-font-size-sm, + line-height: $kendo-line-height-sm, + cell-padding-x: $kendo-table-sm-cell-padding-x, + cell-padding-y: $kendo-table-sm-cell-padding-y, + group-row-padding-x: 0, + group-row-padding-y: $kendo-table-sm-cell-padding-y, + group-label-padding-x: k-map-get( $kendo-spacing, 2 ), + group-label-padding-y: k-map-get( $kendo-spacing, 1 ), + group-label-font-size: .875em + ), + md: ( + font-size: $kendo-font-size-md, + line-height: $kendo-line-height-md, + cell-padding-x: $kendo-table-md-cell-padding-x, + cell-padding-y: $kendo-table-md-cell-padding-y, + group-row-padding-x: 0, + group-row-padding-y: $kendo-table-md-cell-padding-y, + group-label-padding-x: k-map-get( $kendo-spacing, 2 ), + group-label-padding-y: k-map-get( $kendo-spacing, 1 ), + group-label-font-size: .875em + ), + lg: ( + font-size: $kendo-font-size-lg, + line-height: $kendo-line-height-lg, + cell-padding-x: $kendo-table-lg-cell-padding-x, + cell-padding-y: $kendo-table-lg-cell-padding-y, + group-row-padding-x: 0, + group-row-padding-y: $kendo-table-lg-cell-padding-y, + group-label-padding-x: k-map-get( $kendo-spacing, 2 ), + group-label-padding-y: k-map-get( $kendo-spacing, 1 ), + group-label-font-size: .875em + ) +)` + + + +`(sm: (font-size: 0.875rem, line-height: 1.25, cell-padding-x: 0.5rem, cell-padding-y: 0.25rem, group-row-padding-x: 0, group-row-padding-y: 0.25rem, group-label-padding-x: 0.5rem, group-label-padding-y: 0.25rem, group-label-font-size: 0.875em), md: (font-size: 1rem, line-height: 1.5, cell-padding-x: 0.75rem, cell-padding-y: 0.25rem, group-row-padding-x: 0, group-row-padding-y: 0.25rem, group-label-padding-x: 0.5rem, group-label-padding-y: 0.25rem, group-label-font-size: 0.875em), lg: (font-size: 1.25rem, line-height: 1.75, cell-padding-x: 0.75rem, cell-padding-y: 0.25rem, group-row-padding-x: 0, group-row-padding-y: 0.25rem, group-label-padding-x: 0.5rem, group-label-padding-y: 0.25rem, group-label-font-size: 0.875em))` + +
Description
The sizes of the table.
+
+ +### Tabstrip + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-tabstrip-wrapper-padding-xNull + +`null` + + + +`null` + +
Description
The horizontal padding of the tabstrip wrapper
+
$kendo-tabstrip-wrapper-padding-yNull + +`null` + + + +`null` + +
Description
The vertical padding of the tabstrip wrapper
+
$kendo-tabstrip-wrapper-border-widthNull + +`null` + + + +`null` + +
Description
The width of the border around the tabstrip wrapper
+
$kendo-tabstrip-font-familyNull + +`null` + + + +`null` + +
Description
The font family of the tabstrip
+
$kendo-tabstrip-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
The font size of the tabstrip
+
$kendo-tabstrip-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
The line height of the tabstrip
+
$kendo-tabstrip-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of the border around the tabstrip
+
$kendo-tabstrip-spacingNull + +`null` + + + +`null` + +
Description
The space between the tabstrip items
+
$kendo-tabstrip-item-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
The horizontal padding of the tabstrip item
+
$kendo-tabstrip-item-padding-yNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
The vertical padding of the tabstrip item
+
$kendo-tabstrip-item-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of the border around the tabstrip item
+
$kendo-tabstrip-item-border-styleString + +`solid` + + + +`solid` + +
Description
The style of the border around the tabstrip item
+
$kendo-tabstrip-item-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
The border radius of the tabstrip item
+
$kendo-tabstrip-item-focus-shadowList + +`$kendo-list-item-focus-shadow` + + + +`inset 0 0 0 2px rgba(0, 0, 0, 0.8)` + +
Description
The focus shadow of the tabstrip item
+
$kendo-tabstrip-indicator-sizeNumber + +`k-map-get( $kendo-spacing, 0.5 )` + + + +`0.125rem` + +
Description
The border width of the tabstrip indicator
+
$kendo-tabstrip-indicator-colorString + +`get-theme-color-var( primary-100 )` + + + +`get-theme-color-var(primary-100)` + +
Description
The border color of the tabstrip ripple
+
$kendo-tabstrip-content-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
The horizontal padding of tabstrip content
+
$kendo-tabstrip-content-padding-yNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
The vertical padding of tabstrip content
+
$kendo-tabstrip-content-border-widthNumber + +`1px` + + + +`1px` + +
Description
The width of border around tabstrip content
+
$kendo-tabstrip-content-border-styleString + +`solid` + + + +`solid` + +
Description
The style of border around tabstrip content
+
$kendo-tabstrip-scrollable-button-padding-xNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
The horizontal button padding of the scrollable tabstrip
+
$kendo-tabstrip-scrollable-button-padding-yNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
+
+ +### Toolbar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-toolbar-border-widthNumber + +`1px` + + + +`1px` + +
Description
Width of the border around the toolbar.
+
$kendo-toolbar-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the toolbar.
+
$kendo-toolbar-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
Font size of the toolbar.
+
$kendo-toolbar-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
Line height of the toolbar.
+
$kendo-toolbar-input-widthNumber + +`10em` + + + +`10em` + +
Description
The width of the input in the toolbar.
+
$kendo-toolbar-item-focus-outline-widthNumber + +`1px` + + + +`1px` + +
Description
Border width of the focused toolbar item.
+
$kendo-toolbar-item-focus-outline-styleString + +`solid` + + + +`solid` + +
Description
Border style of the focused toolbar item.
+
$kendo-toolbar-sizesMap + +`( + sm: ( + padding-x: $kendo-toolbar-sm-padding-x, + padding-y: $kendo-toolbar-sm-padding-y, + spacing: $kendo-toolbar-sm-spacing + ), + md: ( + padding-x: $kendo-toolbar-md-padding-x, + padding-y: $kendo-toolbar-md-padding-y, + spacing: $kendo-toolbar-md-spacing + ), + lg: ( + padding-x: $kendo-toolbar-lg-padding-x, + padding-y: $kendo-toolbar-lg-padding-y, + spacing: $kendo-toolbar-lg-spacing + ) +)` + + + +`(sm: (padding-x: 0.25rem, padding-y: 0.25rem, spacing: 0.25rem), md: (padding-x: 0.5rem, padding-y: 0.5rem, spacing: 0.5rem), lg: (padding-x: 0.625rem, padding-y: 0.625rem, spacing: 0.5rem))` + +
Description
Sizes map for the toolbar.
+
+ +### Tooltip + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-tooltip-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
The radius of the border around the tooltip
+
$kendo-tooltip-padding-xNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
The horizontal padding of the tooltip
+
$kendo-tooltip-padding-yNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
The vertical padding of the tooltip
+
$kendo-tooltip-border-widthNumber + +`0px` + + + +`0px` + +
Description
The width of the border around the tooltip
+
$kendo-tooltip-font-familyNull + +`null` + + + +`null` + +
Description
The font family of the tooltip
+
$kendo-tooltip-font-sizeNumber + +`$kendo-font-size-sm` + + + +`0.875rem` + +
Description
The font size of the tooltip
+
$kendo-tooltip-line-heightNumber + +`$kendo-line-height-sm` + + + +`1.25` + +
Description
The line height of the tooltip
+
$kendo-tooltip-title-marginNumber + +`k-map-get( $kendo-spacing, 1 )` + + + +`0.25rem` + +
Description
The margin of the tooltip title
+
$kendo-tooltip-title-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
The font size of the tooltip title
+
$kendo-tooltip-title-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
The line height of the tooltip title
+
$kendo-tooltip-title-font-weightString + +`normal` + + + +`normal` + +
Description
The went weight of the tooltip title
+
$kendo-tooltip-callout-sizeNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
The size of the tooltip callout
+
+ +### Treeview + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-treeview-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the treeview component.
+
$kendo-treeview-sizesMap + +`( + // sass-lint:disable-block leading-zero + sm: ( + font-size: $kendo-font-size-sm, + line-height: $kendo-line-height-sm, + filter-padding-x: k-map-get( $kendo-spacing, 1 ), + filter-padding-y: k-map-get( $kendo-spacing, 1 ), + indent: k-map-get( $kendo-spacing, 4 ), + icon-spacing: k-map-get( $kendo-spacing, 1 ), + checkbox-spacing: k-map-get( $kendo-spacing, 1 ), + item-padding-x: k-map-get( $kendo-spacing, 2 ), + item-padding-y: k-map-get( $kendo-spacing, 1 ), + item-border-radius: k-map-get( $kendo-spacing, 0.5 ) + ), + md: ( + font-size: $kendo-font-size-md, + line-height: $kendo-line-height-md, + filter-padding-x: k-map-get( $kendo-spacing, 2 ), + filter-padding-y: k-map-get( $kendo-spacing, 2 ), + indent: k-map-get( $kendo-spacing, 4 ), + icon-spacing: k-map-get( $kendo-spacing, 1 ), + checkbox-spacing: k-map-get( $kendo-spacing, 1 ), + item-padding-x: k-map-get( $kendo-spacing, 2.5 ), + item-padding-y: k-map-get( $kendo-spacing, 1.5 ), + item-border-radius: k-map-get( $kendo-spacing, 1 ) + ), + lg: ( + font-size: $kendo-font-size-lg, + line-height: $kendo-line-height-lg, + filter-padding-x: k-map-get( $kendo-spacing, 3 ), + filter-padding-y: k-map-get( $kendo-spacing, 3 ), + indent: k-map-get( $kendo-spacing, 4 ), + icon-spacing: k-map-get( $kendo-spacing, 1 ), + checkbox-spacing: k-map-get( $kendo-spacing, 1 ), + item-padding-x: k-map-get( $kendo-spacing, 3 ), + item-padding-y: k-map-get( $kendo-spacing, 2 ), + item-border-radius: k-map-get( $kendo-spacing, 2 ) + ) +)` + + + +`(sm: (font-size: 0.875rem, line-height: 1.25, filter-padding-x: 0.25rem, filter-padding-y: 0.25rem, indent: 1rem, icon-spacing: 0.25rem, checkbox-spacing: 0.25rem, item-padding-x: 0.5rem, item-padding-y: 0.25rem, item-border-radius: 0.125rem), md: (font-size: 1rem, line-height: 1.5, filter-padding-x: 0.5rem, filter-padding-y: 0.5rem, indent: 1rem, icon-spacing: 0.25rem, checkbox-spacing: 0.25rem, item-padding-x: 0.625rem, item-padding-y: 0.375rem, item-border-radius: 0.25rem), lg: (font-size: 1.25rem, line-height: 1.75, filter-padding-x: 0.75rem, filter-padding-y: 0.75rem, indent: 1rem, icon-spacing: 0.25rem, checkbox-spacing: 0.25rem, item-padding-x: 0.75rem, item-padding-y: 0.5rem, item-border-radius: 0.5rem))` + +
Description
The sizes of the treeview.
+
+ +### Typography + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-font-size-xsNumber + +`.75rem` + + + +`0.75rem` + +
Description
Base font size across all components.
+
$kendo-font-family-sans-serifList + +`system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"` + + + +`system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"` + +
Description
Font family for text.
+
$kendo-font-family-monospaceList + +`SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace` + + + +`SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace` + +
Description
Font family for monospaced text. Used for styling the code.
+
$kendo-font-familyNull + +`null` + + + +`null` + +
Description
Font family across all components.
+
$kendo-line-height-smNumber + +`1.25` + + + +`1.25` + +
Description
Line height used along with $kendo-font-size.
+
+ +### Window + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefault valueComputed value
$kendo-window-border-widthNumber + +`1px` + + + +`1px` + +
Description
Width of the border around the window.
+
$kendo-window-border-radiusNumber + +`k-map-get( $kendo-border-radii, md )` + + + +`0.25rem` + +
Description
Border radius of the window.
+
$kendo-window-font-familyNull + +`null` + + + +`null` + +
Description
Font family of the window.
+
$kendo-window-font-sizeNumber + +`$kendo-font-size-md` + + + +`1rem` + +
Description
Font size of the window.
+
$kendo-window-line-heightNumber + +`$kendo-line-height-md` + + + +`1.5` + +
Description
Line height of the window.
+
$kendo-window-titlebar-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Horizontal padding of the window titlebar.
+
$kendo-window-titlebar-padding-yNumber + +`k-map-get( $kendo-spacing, 3 )` + + + +`0.75rem` + +
Description
Vertical padding of the window titlebar.
+
$kendo-window-titlebar-spacingNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Spacing between title and actions in window titlebar.
+
$kendo-window-titlebar-border-widthNull + +`null` + + + +`null` + +
Description
Width of the top border of the window titlebar.
+
$kendo-window-titlebar-border-styleString + +`solid` + + + +`solid` + +
Description
Style of the top border of the window titlebar.
+
$kendo-window-title-font-sizeNumber + +`$kendo-font-size-lg` + + + +`1.25rem` + +
Description
Font size of the title of the window.
+
$kendo-window-title-line-heightNumber + +`$kendo-line-height-sm` + + + +`1.25` + +
Description
Line height of the title of the window.
+
$kendo-window-title-font-weightNull + +`null` + + + +`null` + +
Description
Font weight of the title of the window.
+
$kendo-window-titlebar-actions-spacingNull + +`null` + + + +`null` + +
Description
Spacing between the buttons in the header of the window.
+
$kendo-window-titlebar-action-opacityNumber + +`1` + + + +`1` + +
Description
Opacity of the buttons in the header of the window.
+
$kendo-window-titlebar-action-hover-opacityNumber + +`1` + + + +`1` + +
Description
Opacity of the buttons when hovered in the header of the window.
+
$kendo-window-inner-padding-xNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Horizontal padding of the content of the window.
+
$kendo-window-inner-padding-yNumber + +`k-map-get( $kendo-spacing, 4 )` + + + +`1rem` + +
Description
Vertical padding of the content of the window.
+
$kendo-window-actions-padding-xNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Horizontal padding of the window action buttons.
+
$kendo-window-actions-padding-yNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Vertical padding of the window action buttons.
+
$kendo-window-actions-border-widthNumber + +`1px` + + + +`1px` + +
Description
Width of the top border of the window action buttons.
+
$kendo-window-actions-spacingNumber + +`k-map-get( $kendo-spacing, 2 )` + + + +`0.5rem` + +
Description
Spacing between the action buttons of the window.
+
$kendo-window-bgColor + +`$kendo-component-bg` + + + + + +`#ffffff` + +
Description
Background color of the window.
+
$kendo-window-textColor + +`$kendo-component-text` + + + + + +`#494949` + +
Description
Text color of the window.
+
$kendo-window-borderColor + +`$kendo-component-border` + + + + + +`#ededed` + +
Description
Border color of the window.
+
$kendo-window-shadowString + +`none` + + + +`none` + +
Description
Box shadow around the window.
+
$kendo-window-focus-shadowString + +`none` + + + +`none` + +
Description
Box shadow around the window when hovered.